/*
Template Name: Moonlit - Hotel and Resturant HTML Template
Author: Reacthemes
Author URI: https://themeforest.net/user/reacthemes
Tags: Hotel, Resturant, Spa, Message, Honeymoon, Booking
Version: 1.0
*/
/* ---------------------
All CSS Structure Follow this Order
----------------------

1. Variable
1. mixin
3. reset
4. typography
5. Spacing
6. loader
7. common
8. animation
9. input
10. components
11. common style
12. banner
13. about
14. rooms
15. testimonial
16. video
17. offer
18. advance__search
19. newsletter
20. facility
21. blog
22. service
23. team
24. resturant-menu
25. gallery
26. event
27. offcanvase__menu
28. contact
29. form
30. footer
-------------*/
:root {
  /* Text Color */
  --rts-para: #65676B;
  --rts-heading: #1b1b1b;
  --rts-black: #000000;
  --rts-white: #FFFFFF;
  --rts-gray: #F1F1F1;
  /* Background Color */
  --btn-1: #AB8A62;
  --heading-color: #AB8A62;
  --rts-border: rgba(125, 128, 135, 0.3);
  --transparent: transparent;
  --transition: all .4s ease;
  --color-success: #26CF4B;
  --color-danger: #FF0003;
  --color-warning: #FF8F3C;
  --color-info: #1BA2DB;
  --color-facebook: #3B5997;
  --color-twitter: #1BA1F2;
  --color-youtube: #ED4141;
  --color-linkedin: #0077B5;
  --color-pinterest: #E60022;
  --color-instagram: #C231A1;
  --color-vimeo: #00ADEF;
  --color-twitch: #6441A3;
  --color-discord: #7289da;
  /* typhography */
  --glida: "Gilda Display", serif;
  --jost: "Jost", sans-serif;
  --h1: 80px;
  --h2: 60px;
  --h3: 48px;
  --h4: 40px;
  --h5: 32px;
  --h6: 24px;
  --20: 20px;
  --18: 18px;
  --p: 16px;
  --p-sm: 16px;
  --p-xs: 14px;
}

[data-theme=dark] {
  /* Text Color */
  --body-bg: #2B2B2B;
  --rts-para: #f8eeeccc;
  --rts-heading: #fafafa;
  --rts-black: #000000;
  --rts-white: #1B1B1B;
  --rts-gray: #F1F1F1;
  /* Background Color */
  --btn-1: #AB8A62;
  --heading-color: #AB8A62;
  --rts-border: rgba(125, 128, 135, 0.3);
  --transparent: transparent;
  --transition: all .4s ease;
}

.rts__footer.is__footer__two.has__background__image, .event__newsletter__bg, .newsletter.is__home__four.has__background, .page__hero__bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.navigation__menu--item ul.submenu li a::before,
.navigation__menu--item .sub__style li a::before {
  position: absolute;
  content: "";
}

.rts__footer.is__footer__two.footer__background::before, .event__newsletter__bg::before, .newsletter.is__home__four.has__background::before, .video__area__image::before, .client__testimonial.is__home__six.has__background::before, .room__slide__box .room__thumbnail::before, .banner__area .video__area .video__area__overlay, .banner__area.is__home__five .banner__content::before, .banner__slider__image::before, .banner__slider__image, .page__hero__bg::before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
}

.subtitle__icon__three::after, .subtitle__icon__four::after, .subtitle__icon__three::before, .subtitle__icon__four::before, .subtitle__icon__two::before, .subtitle__icon__five::before, .subtitle__icon::after, .subtitle__icon::before {
  transform: translate(0, 50%);
}

/*
  1. Use a more-intuitive box-sizing model.
*/
*, *::before, *::after {
  box-sizing: border-box;
}

/*
  2. Remove default margin
*/
* {
  margin: 0;
}

/*
  Typographic tweaks!
  3. Add accessible line-height
  4. Improve text rendering
*/
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/*
  5. Improve media defaults
*/
img, picture, video, canvas, svg {
  display: inline-block;
  max-width: 100%;
}

/*
  6. Remove built-in form typography styles
*/
input, button, textarea, select {
  font: inherit;
}

/*
  7. Avoid text overflows
*/
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/*
  8. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

/*-----------------
    Typography
-------------------*/
body {
  font-size: var(--p);
  line-height: 28px;
  font-weight: 400;
  font-family: var(--jost);
  color: var(--rts-para);
  overflow-x: hidden;
  margin: 0 auto;
  background-color: var(--body-bg);
}

html, body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
}

a, a:hover, a:focus {
  text-decoration: none;
}

.font-xs {
  font-size: var(--p-xs);
}

.font-sm {
  font-size: 18px;
}

.rts__white {
  color: var(--rts-white);
}

.text-gray {
  color: var(--rts-gray);
}

h1, .h1 {
  font-size: var(--h1);
  line-height: 90px;
}
@media screen and (max-width: 992px) {
  h1, .h1 {
    font-size: 70px;
    line-height: 80px;
  }
}

h2, .h2 {
  font-size: var(--h2);
  line-height: 70px;
}
@media screen and (max-width: 1200px) {
  h2, .h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 992px) {
  h2, .h2 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 576px) {
  h2, .h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

h3, .h3 {
  font-size: var(--h3);
  line-height: 58px;
}
@media screen and (max-width: 1400px) {
  h3, .h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 992px) {
  h3, .h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  h3, .h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 576px) {
  h3, .h3 {
    font-size: 25px;
    line-height: 35px;
  }
}

h4, .h4 {
  font-size: var(--h4);
  line-height: 50px;
}
@media screen and (max-width: 992px) {
  h4, .h4 {
    font-size: 30px;
    line-height: 40px;
  }
}

h5, .h5 {
  font-size: var(--h5);
  line-height: 42px;
}
@media screen and (max-width: 1200px) {
  h5, .h5 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 992px) {
  h5, .h5 {
    font-size: 20px;
    line-height: 30px;
  }
}

h6, .h6 {
  font-size: var(--h6);
  line-height: 30px;
}
@media screen and (max-width: 1400px) {
  h6, .h6 {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  h6, .h6 {
    font-size: 20px;
    line-height: 30px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: var(--rts-heading);
  font-weight: 400;
  font-family: var(--glida);
}

p {
  font-size: var(--p);
}
p:last-child {
  margin-bottom: 0;
}

.font-20 {
  font-size: 20px;
}
@media screen and (max-width: 576px) {
  .font-20 {
    font-size: 18px;
  }
}

.text-dark {
  color: var(--rts-heading) !important;
}

.text-body {
  color: var(--rts-para) !important;
}

.list-style-dot li {
  list-style: none;
  padding-left: 30px;
  margin-bottom: 15px;
  font-weight: 500;
  position: relative;
}
.list-style-dot li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: var(--rts-button-1);
  content: "";
}

.rts__section {
  position: relative;
}

.mtn-1 {
  margin-top: -10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.my-40 {
  margin: 40px 0;
}

.my-30 {
  margin: 30px 0;
}

.section__mb {
  margin-bottom: 13px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.pt--10 {
  top: -10px;
}

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

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

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

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

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

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

.pb-60 {
  padding-bottom: 60px;
}

.pt-100 {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .pt-100 {
    padding-top: 60px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .pb-100 {
    padding-bottom: 60px;
  }
}

.pt-110 {
  padding-top: 110px;
}
@media screen and (max-width: 992px) {
  .pt-110 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .pt-110 {
    padding-top: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

.pb-130 {
  padding-bottom: 130px;
}

.py-135 {
  padding-top: 135px;
  padding-bottom: 135px;
}

.pt-120 {
  padding-top: 120px;
}
@media screen and (max-width: 1200px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 992px) {
  .pt-120 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .pt-120 {
    padding-top: 60px;
  }
}

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

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

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

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

.pb-200 {
  padding-bottom: 200px;
}

.gap-30 {
  --bs-gutter-x: 30px;
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.row-30 {
  row-gap: 30px;
}

.row-35 {
  row-gap: 35px;
}

.row-60 {
  row-gap: 60px;
}
@media screen and (max-width: 1200px) {
  .row-60 {
    row-gap: 40px;
  }
}

.section__padding {
  padding-top: 110px;
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .section__padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .section__padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.max-contnet {
  max-width: max-content;
}

.max-content {
  max-width: max-content;
}

.g-30 {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.max-630 {
  max-width: 630px;
}

.max-750 {
  max-width: 750px;
}

.max-720 {
  max-width: 720px;
}

.max-695 {
  max-width: 695px;
}

.max-360 {
  max-width: 360px;
}

.mnw-500 {
  min-width: 500px;
}

.top-30 {
  top: 30px;
}

.top-25 {
  top: 25px !important;
}

.end-30 {
  right: 30px;
}

.end--30 {
  right: -30px;
}

.left-20 {
  left: 20px;
}

.padding-75 {
  padding: 0 75px;
}
@media screen and (max-width: 1200px) {
  .padding-75 {
    padding: 0 30px;
  }
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-40 {
  gap: 40px;
}

.gap-30 {
  gap: 30px;
}

.gap-50 {
  gap: 50px;
}

.gap-60 {
  gap: 60px;
}

.no-bb {
  bottom: 0 !important;
  margin-bottom: 0 !important;
}

figure {
  margin-bottom: 0;
}

.mt--10 {
  margin-top: -8px;
}

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  background: var(--rts-white);
  width: 50%;
  height: 100%;
  z-index: 1000;
}

.loader-wrapper .loader-section.section-left {
  left: 0;
}

.loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded Styles */
.loaded .loader-wrapper .loader-section.section-left {
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.loaded .loader-wrapper .loader-section.section-right {
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.loaded .loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded .loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}

.loader:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
  border: 4px solid transparent;
  border-top-color: var(--rts-primary);
  border-right-color: var(--rts-primary);
  border-bottom-color: var(--rts-primary);
  border-radius: 100%;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.loader {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  z-index: 1001;
  transform: translate(-50%, -50%);
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from, 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 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 {
  from, 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 {
  from, 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 {
  from, 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 {
  from, 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);
  }
  from {
    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 {
  from, 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);
  }
  from {
    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 {
  from, 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);
  }
  from {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 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);
  }
  from {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    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 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    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 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    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 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    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 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -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 {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(10%, 0, 0) skewX(-30deg);
    transform: translate3d(10%, 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 {
  from {
    -webkit-transform: translate3d(10%, 0, 0) skewX(-30deg);
    transform: translate3d(10%, 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 {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(10%, 0, 0) skewX(30deg);
    transform: translate3d(10%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(10%, 0, 0) skewX(30deg);
    transform: translate3d(10%, 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 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -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 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 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: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 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: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 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: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 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: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.link__item {
  display: flex;
  align-items: center;
}

.focus-none:focus {
  outline: none;
  box-shadow: none;
}

@media only screen and (max-width: 1199px) {
  .br-lg-none br {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .br-md-none br {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .br-sm-none br {
    display: none;
  }
}

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

.d-shadow {
  filter: drop-shadow(0px 10px 30px rgba(153, 153, 153, 0.25));
}

.text-para {
  color: var(--rts-para);
}

.list__style__dot li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 25px;
}
.list__style__dot li:last-child {
  margin-bottom: 0;
}
.list__style__dot li::before {
  position: absolute;
  left: 0;
  top: 20%;
  transform: translate(0, -20%);
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: var(--rts-para);
  content: "";
}

.number__style__dot {
  padding-left: 15px;
}
.number__style__dot li {
  list-style: number;
  margin-bottom: 25px;
}
.number__style__dot li:last-child {
  margin-bottom: 0;
}

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

.bg-primary {
  background: var(--rts-primary) !important;
  color: var(--rts-white) !important;
}

.pointer {
  cursor: pointer;
}

.radius-6 {
  border-radius: 6px;
}

.radius-10 {
  border-radius: 10px;
}

.center-item {
  display: grid;
  place-items: center;
}

.no-border {
  border: none !important;
}

a[savefrom_lm="1"][savefrom_lm_is_link="1"] {
  display: none !important;
  background-image: none !important;
  position: absolute !important;
}

.animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from, 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 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 {
  from, 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 {
  from, 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 {
  from, 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 {
  from, 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);
  }
  from {
    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 {
  from, 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);
  }
  from {
    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 {
  from, 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);
  }
  from {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 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);
  }
  from {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    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 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    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 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    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 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    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 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -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 {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(10%, 0, 0) skewX(-30deg);
    transform: translate3d(10%, 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 {
  from {
    -webkit-transform: translate3d(10%, 0, 0) skewX(-30deg);
    transform: translate3d(10%, 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 {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(10%, 0, 0) skewX(30deg);
    transform: translate3d(10%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(10%, 0, 0) skewX(30deg);
    transform: translate3d(10%, 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 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -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 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 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: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 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: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 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: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 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: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

select {
  appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
}

.nice-select {
  width: 100%;
  height: auto;
  font-size: inherit;
  position: relative;
}
.nice-select.open::before {
  content: "\f077";
  font-family: var(--fontawesome-pro);
  transition: var(--transition);
}
.nice-select ul.list {
  width: 100%;
}
.nice-select ul.list li.selected {
  font-weight: 500;
}
.nice-select:focus {
  border-color: transparent;
}
.nice-select::before {
  position: absolute;
  content: "\f078";
  font-family: var(--fontawesome-pro);
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--rts-heading);
  font-size: 12px;
  transition: var(--transition);
}
.nice-select::after {
  border-bottom: 0;
  border-right: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--rts-button-1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

input:checked + .slider {
  background-color: var(--rts-button-1);
}

input:checked + .slider:before {
  transform: translateX(30px);
}

.newsletter {
  position: relative;
  max-width: 310px;
}
@media screen and (max-width: 576px) {
  .newsletter {
    max-width: 100%;
  }
}
.newsletter input {
  position: relative;
  padding: 20px 18px;
  padding-right: 120px;
  border-radius: 10px;
  border: 0;
  width: 100%;
}
.newsletter button {
  position: absolute;
  right: 15px;
  padding: 10px;
  border-radius: 6px;
  font-size: 16px;
}

.single__input {
  position: relative;
}

.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
}
.checkbox label::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid var(--heading-color);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 6px;
  margin-right: 20px;
  top: -2px;
  height: 20px;
  width: 20px;
}

.checkbox input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid var(--heading-color);
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

.checkbox input:checked + label::before {
  background-color: var(--rts-button-1);
  border-radius: 6px;
}

textarea::placeholder,
input::placeholder {
  color: var(--rts-para) !important;
}

input:focus {
  outline: none;
}

[data-theme=dark] select {
  color: #999999 !important;
}
[data-theme=dark] textarea::placeholder,
[data-theme=dark] input::placeholder {
  color: #999999 !important;
}

input {
  transition: border-color 0.3s ease;
}

textarea:focus, input:focus {
  outline: 1px solid var(--heading-color);
}

textarea:focus-visible, input:focus-visible {
  outline: 1px solid var(--heading-color);
}

.navigation__menu ul {
  display: flex;
  max-width: max-content;
  position: relative;
  padding: 0;
  margin: 0;
}
.navigation__menu--item {
  position: relative;
  margin: 0 20px;
}
@media screen and (max-width: 1400px) {
  .navigation__menu--item {
    margin: 0 25px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
  .navigation__menu--item {
    margin: 0 15px;
  }
}
@media screen and (max-width: 1200px) {
  .navigation__menu--item {
    margin: 0 14px;
  }
}
.navigation__menu--item:last-child {
  margin-right: 0;
}
.navigation__menu--item:last-child::after {
  display: none;
}
.navigation__menu--item:first-child {
  margin-left: 0;
}
.navigation__menu--item:hover > a {
  color: var(--btn-1) !important;
}
.navigation__menu--item__link {
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  padding-top: 24px;
  padding-bottom: 30px;
  font-weight: 400;
  display: block;
  color: var(--rts-para);
  transition: padding 0.3s ease;
  transition: var(--transition);
}
.navigation__menu--item.has-child:hover ul.submenu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.navigation__menu--item.has-child:hover ul.submenu li.has-child:hover ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.navigation__menu--item.has-arrow {
  position: relative;
}
.navigation__menu--item.has-arrow::before {
  position: absolute;
  content: "\f122";
  font-family: flaticon_bokinn !important;
  top: 48%;
  right: -15px;
  transform: translateY(-50%);
  color: var(--rts-heading);
  font-size: 14px;
  transition: var(--transition);
}
.navigation__menu--item.has-arrow:hover::before {
  content: "\f121";
  font-family: flaticon_bokinn !important;
  transition: var(--transition);
  color: var(--rts-button-1);
}
.navigation__menu--item ul.submenu,
.navigation__menu--item .sub__style {
  position: absolute;
  top: 100%;
  min-width: 230px;
  background: var(--rts-white);
  z-index: 1024;
  display: inline-block;
  opacity: 0;
  padding: 20px 0 30px 0;
  transform: scaleY(0);
  transform-origin: top center;
  visibility: hidden;
  transition: var(--transition);
  left: 0;
  box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
}
.navigation__menu--item ul.submenu li,
.navigation__menu--item .sub__style li {
  position: relative;
  display: block;
  padding: 0 30px;
}
.navigation__menu--item ul.submenu li:last-child,
.navigation__menu--item .sub__style li:last-child {
  margin-bottom: 0;
}
.navigation__menu--item ul.submenu li:hover > a,
.navigation__menu--item .sub__style li:hover > a {
  color: var(--heading-color);
  transition: var(--transition);
}
.navigation__menu--item ul.submenu li:hover > a::before,
.navigation__menu--item .sub__style li:hover > a::before {
  width: 80%;
}
.navigation__menu--item ul.submenu li:not(:last-child),
.navigation__menu--item .sub__style li:not(:last-child) {
  margin: 0 0 10px;
}
.navigation__menu--item ul.submenu li.has-arrow,
.navigation__menu--item .sub__style li.has-arrow {
  position: relative;
}
.navigation__menu--item ul.submenu li.has-arrow::before,
.navigation__menu--item .sub__style li.has-arrow::before {
  position: absolute;
  content: "\f121";
  font-family: flaticon_bokinn !important;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  color: var(--rts-heading);
  font-size: 14px;
  transition: var(--transition);
}
.navigation__menu--item ul.submenu li.has-arrow:hover::before,
.navigation__menu--item .sub__style li.has-arrow:hover::before {
  content: "\f122";
  font-family: flaticon_bokinn !important;
  transition: var(--transition);
}
.navigation__menu--item ul.submenu li a,
.navigation__menu--item .sub__style li a {
  padding: 0;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
  position: relative;
  color: var(--rts-heading);
}
.navigation__menu--item ul.submenu li a::before,
.navigation__menu--item .sub__style li a::before {
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--heading-color);
  transition: var(--transition);
}
.navigation__menu--item ul.submenu li a:hover::before,
.navigation__menu--item .sub__style li a:hover::before {
  width: 100%;
}
.navigation__menu--item ul.submenu li ul,
.navigation__menu--item .sub__style li ul {
  top: 0;
  position: absolute;
  left: 100%;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  transition: var(--transition);
}

.header__sticky {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  box-shadow: none;
  background: transparent;
  z-index: 999;
  margin: auto;
  align-items: center;
  left: 0;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
  top: 0;
  transform: translateY(0);
}
.header__sticky.fixed {
  position: fixed !important;
  box-shadow: 0px 7px 18px rgba(24, 16, 16, 0.0509803922);
  background: var(--rts-white);
}

.main__header.is__home__three .navigation .navigation__menu--item.has-arrow::before {
  color: var(--rts-white);
}
.main__header.is__home__three .navigation .navigation__menu--item.has-arrow:hover::before {
  color: var(--btn-1);
}
.main__header.is__home__three .navigation .navigation__menu--item__link {
  color: var(--rts-white);
}

[data-theme=dark] .navigation__menu--item.has-arrow::before {
  color: var(--rts-para);
}

.navigation__menu--item.has-child .has__mega__menu {
  position: absolute;
  width: 1000px;
  background-color: var(--rts-white);
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: var(--transition);
  z-index: 1024;
  top: 100%;
}
@media screen and (max-width: 1200px) {
  .navigation__menu--item.has-child .has__mega__menu {
    width: 940px;
  }
}
.navigation__menu--item.has-child .has__mega__menu .menu__item {
  text-align: center;
  overflow: hidden;
}
.navigation__menu--item.has-child .has__mega__menu .menu__item a {
  display: block;
  overflow: hidden;
}
.navigation__menu--item.has-child .has__mega__menu .menu__item a img {
  border-radius: 4px;
  width: 100%;
  transition: var(--transition);
}
.navigation__menu--item.has-child .has__mega__menu .menu__item a span {
  display: block;
  margin-top: 15px;
  color: var(--rts-heading);
  transition: var(--transition);
}
.navigation__menu--item.has-child .has__mega__menu .menu__item:hover span {
  text-decoration: underline;
}
.navigation__menu--item.has-child:hover .has__mega__menu {
  opacity: 1;
  visibility: visible;
}

.theme-btn {
  pointer-events: auto;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 8px 20px;
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  position: relative;
  display: inline-block;
}
.theme-btn::before, .theme-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.theme-btn.border {
  border: 0.5px solid rgba(101, 103, 107, 0.3) !important;
  transition: var(--transition);
}
.theme-btn.border span {
  color: var(--rts-para);
  mix-blend-mode: normal;
}
.theme-btn.border:hover {
  border-color: var(--btn-1) !important;
}
.theme-btn.fill {
  background: var(--btn-1);
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  color: var(--rts-white);
  transition: var(--transition);
}
.theme-btn.fill:hover {
  color: var(--rts-white);
  border-color: var(--btn-1);
}
.theme-btn.fill:hover span {
  color: var(--rts-white);
  mix-blend-mode: normal;
}
.theme-btn.sm-btn {
  padding: 5px 20px;
}
@media screen and (max-width: 1200px) {
  .theme-btn.sm-btn {
    padding: 5px 10px;
  }
}
.theme-btn.no-border {
  border: none;
}
.theme-btn:hover.border {
  border-color: var(--btn-1);
}
.theme-btn:hover.fill {
  background: var(--btn-1);
  color: var(--rts-white);
}
.theme-btn.menu__btn img {
  filter: invert(1);
}

.btn-style {
  overflow: hidden;
  font-family: var(--jost);
  font-size: inherit;
  font-weight: 500;
  border-radius: 6px;
  color: #fff;
}

.btn-style span {
  display: block;
  position: relative;
  mix-blend-mode: hard-light;
  z-index: 10;
  color: var(--rts-white);
}
.btn-style span i {
  position: relative;
  top: 2px;
}

.btn-style:hover span {
  animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
  color: var(--rts-white);
}

@keyframes MoveScaleUpInitial {
  to {
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
}
@keyframes MoveScaleUpEnd {
  from {
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.btn-style::before {
  content: "";
  background: var(--btn-1);
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}

.btn-style:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.btn-style::after {
  content: "";
  background: var(--btn-1);
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.btn-style:hover::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}

[data-theme=dark] .btn-style span {
  color: var(--rts-para);
}
[data-theme=dark] .btn-style:hover span {
  color: var(--rts-para);
}

.rts__card .card-body {
  padding: 0;
}
.rts__card.is__home {
  padding: 40px 30px;
  text-align: center;
  transition: var(--transition);
}
@media screen and (max-width: 1400px) {
  .rts__card.is__home {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 992px) {
  .rts__card.is__home {
    padding: 40px 30px;
  }
}
.rts__card.is__home:hover {
  box-shadow: 0px 30px 40px rgba(151, 151, 151, 0.16);
}
.rts__card .icon {
  margin-bottom: 30px;
}
.rts__card .card-text {
  color: var(--rts-para);
}

.rts__card.is__home__three {
  max-width: 240px;
  background-color: transparent;
}

.rts__card.is__home__four {
  background-color: transparent;
  border: 1px solid rgba(241, 241, 241, 0.3);
  padding: 38px 25px;
  text-align: center;
  transition: var(--transition);
}
.rts__card.is__home__four:hover {
  background-color: #1b1b1b;
  border-color: #484E6D;
}
.rts__card.is__home__four .card-title, .rts__card.is__home__four .card-text {
  color: var(--rts-white);
}
.rts__card.is__home__five {
  max-width: 260px;
}

.rts__card.is__home__six {
  max-width: 250px;
  background-color: transparent;
}

.applicant__list {
  display: flex;
  margin-right: 15px;
  flex-wrap: wrap;
}
.applicant__list .single__list {
  margin-right: -15px;
  position: relative;
}
.applicant__list .single__list .icon-plus {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  background-color: rgba(85, 60, 223, 0.6);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--rts-white);
  font-size: 20px;
  border: 5px solid #F9F8FF;
}
.applicant__list .single__list img {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 5px solid #F9F8FF;
}

[data-theme=dark] .rts__card.is__home {
  background-color: var(--body-bg);
}
[data-theme=dark] .rts__card.is__home:hover {
  box-shadow: none;
}

.rts__circle {
  max-width: max-content;
  border: 1px solid var(--rts-white);
  border-radius: 50%;
}
.rts__circle svg {
  height: 172px;
  width: 172px;
  position: relative;
  padding: 1px;
  animation: rotate 10s linear infinite;
}
@media screen and (max-width: 768px) {
  .rts__circle svg {
    height: 140px;
    width: 140px;
  }
}
.rts__circle svg text textPath {
  font-size: 11.5px;
  fill: var(--rts-white);
  font-family: var(--jost);
}
.rts__circle--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rts__circle--icon i {
  transform: rotate(-30deg);
  color: var(--rts-white);
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
[data-theme=dark] .rts__circle {
  border-color: var(--rts-para);
}
[data-theme=dark] .rts__circle svg text textPath {
  fill: var(--rts-para);
}
[data-theme=dark] .rts__circle--icon i {
  color: var(--rts-para);
}

.rts__back__top {
  background: var(--btn-1);
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  border-radius: 25px;
  display: none;
  text-align: center;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  transition: var(--transition);
  border: 0;
}

.rts__back__top.show {
  display: block;
  bottom: 30px;
  opacity: 1;
}

.slider-button-next,
.slider-button-prev {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.slider-button-prev,
.slider-rtl .slider-button-next {
  left: 10px;
  right: auto;
}
.slider-button-prev svg path,
.slider-rtl .slider-button-next svg path {
  transition: var(--transition);
}
.slider-button-prev:hover svg path,
.slider-rtl .slider-button-next:hover svg path {
  fill: var(--rts-heading);
}

.slider-button-next,
.slider-rtl .slider-button-prev {
  right: 10px;
  left: auto;
}
.slider-button-next svg path,
.slider-rtl .slider-button-prev svg path {
  transition: var(--transition);
}
.slider-button-next:hover svg path,
.slider-rtl .slider-button-prev:hover svg path {
  fill: var(--rts-heading);
}

.is__room__slider .slider-button-next svg path,
.is__room__slider .slider-button-prev svg path {
  transition: var(--transition);
}
.is__room__slider .slider-button-next:hover svg path,
.is__room__slider .slider-button-prev:hover svg path {
  fill: var(--rts-white);
}

@media screen and (max-width: 992px) {
  .full__width__nav {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

.slider__navigation {
  display: flex;
  gap: 10px;
  align-items: center;
  max-width: max-content;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .slider__navigation {
    display: none;
  }
}
.slider__navigation .nav__btn {
  border: 1px solid var(--rts-border);
  max-width: max-content;
  padding: 8px 10px;
  border-radius: 4px;
  cursor: pointer;
  line-height: 1;
  transition: var(--transition);
}
.slider__navigation .nav__btn:hover {
  background-color: var(--heading-color) !important;
}
.slider__navigation .nav__btn:hover img {
  filter: invert(100);
}
.slider__navigation .nav__btn img {
  transition: var(--transition);
}

.testimonial__slider__style__two {
  position: relative;
}
.testimonial__slider__style__two .slider__navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.testimonial__slider__style__three {
  position: relative;
}
.testimonial__slider__style__three .slider__navigation {
  position: absolute;
  left: -45px;
  bottom: 50%;
  z-index: 1;
  transform: translate(0, 50%);
}
@media screen and (max-width: 992px) {
  .testimonial__slider__style__three .slider__navigation {
    display: none;
  }
}
.testimonial__slider__style__three .slider__navigation .nav__btn {
  background-color: var(--rts-white);
}

.rts__pagination {
  padding-top: 40px;
  max-width: max-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .rts__pagination {
    padding-top: 80px;
  }
}

.rts-pagination {
  display: flex;
  gap: 6px;
}
.rts-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  transition: var(--transition);
}
.rts-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--heading-color);
}

[data-theme=dark] .rts-pagination .swiper-pagination-bullet {
  background: #fff;
}

.page__hero__bg::before {
  background-color: rgba(27, 27, 27, 0.6);
}
.page__hero__bg.no__shadow::before {
  background-color: rgba(27, 27, 27, 0);
}

.page__hero__height {
  height: 700px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .page__hero__height {
    height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .page__hero__height {
    height: 500px;
  }
}
@media screen and (max-width: 576px) {
  .page__hero__height {
    height: 400px;
  }
}

.page__hero__content {
  color: var(--rts-white);
  position: relative;
}
.page__hero__content h1 {
  color: var(--rts-white);
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .page__hero__content h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 576px) {
  .page__hero__content h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.page__hero__content .texonomy {
  color: var(--rts-white);
  margin-bottom: 30px;
  position: relative;
  display: block;
  z-index: 1;
}
.page__hero__content .author__meta {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.page__hero__content .author__meta a {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--rts-white);
}
.page__hero__content .author__meta a img {
  border-radius: 50%;
}
.page__hero__content .author__meta span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page__hero__content .author__meta span img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(4%) saturate(721%) hue-rotate(183deg) brightness(117%) contrast(100%);
}

.page__hero__height.if__has__search {
  height: 700px;
}
@media screen and (max-width: 576px) {
  .page__hero__height.if__has__search {
    height: 850px;
  }
}
.page__hero__height.if__is__blog {
  height: 700px;
}
@media screen and (max-width: 576px) {
  .page__hero__height.if__is__blog {
    height: 550px;
  }
}

.room__card {
  border: 1px solid var(--rts-border);
  border-radius: 10px;
  overflow: hidden;
}
.room__card__top {
  position: relative;
  overflow: hidden;
}
.room__card__top .room__card__image {
  overflow: hidden;
  height: 100%;
}
.room__card__top .room__card__image img {
  transition: var(--transition);
  width: 100%;
  height: 100%;
}
.room__card__top .room__card__image img:hover {
  transform: scale(1.05);
}
.room__card__top .room__price__tag {
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: var(--rts-white);
  border-radius: 6px;
}
.room__card__top .room__price__tag span {
  margin-bottom: 0;
  display: block;
  padding: 10px;
  line-height: 1;
  color: var(--heading-color);
}
.room__card__meta {
  padding: 30px;
}
.room__card__meta .room__card__title {
  display: block;
  margin-bottom: 15px;
  transition: var(--transition);
}
.room__card__meta .room__card__title:hover {
  color: var(--heading-color);
}
.room__card__meta .room__price__tag span {
  color: var(--heading-color);
}
.room__card__meta__info {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .room__card__meta__info {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.room__card__meta__info span {
  display: flex;
  gap: 5px;
  align-items: center;
}
.room__card__meta .room__card__link {
  font-size: 18px;
  color: var(--heading-color);
  text-decoration: underline;
  font-family: var(--jost);
}
.room__card.is__style__three .room__card__meta__info span {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .room__card.is__style__three .room__card__meta__info span {
    font-size: 18px;
  }
}
.room__card.is__style__four {
  border-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .room__card.is__style__four {
    flex-direction: column;
  }
}
.room__card.is__style__four .room__card__top {
  flex-basis: 50%;
}
.room__card.is__style__four .room__card__top .room__card__image {
  border-radius: 10px;
}
.room__card.is__style__four .room__card__top .room__card__image a {
  display: block;
}
.room__card.is__style__four .room__card__top .room__card__image img {
  border-radius: 10px;
}
.room__card.is__style__four .room__card__meta {
  flex-basis: 50%;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .room__card.is__style__four .room__card__meta {
    margin-left: 0;
    padding-left: 0;
    flex-basis: unset;
    padding-bottom: 0;
    padding-right: 0;
  }
}
.room__card.is__style__four .room__card__meta__info {
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .room__card.is__style__four .room__card__meta__info {
    flex-wrap: wrap;
  }
}

.load__more__link {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.load__more__link a {
  border: 1px solid var(--rts-border);
  padding: 8px 15px;
  display: inline-block;
  border-radius: 6px;
  font-size: 18px;
  font-family: var(--jost);
  color: var(--rts-heading);
  transition: var(--transition);
}
.load__more__link a:hover {
  background-color: var(--heading-color);
  color: var(--rts-white);
}

.room__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
@media screen and (max-width: 768px) {
  .room__wrapper {
    row-gap: 0;
  }
}
.room__wrapper .room__card.is__style__four:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .room__wrapper .room__card.is__style__four:nth-child(even) {
    flex-direction: column;
  }
}
.room__wrapper .room__card.is__style__four:nth-child(even) .room__card__meta {
  padding: 0;
  margin-left: 0;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .room__wrapper .room__card.is__style__four:nth-child(even) .room__card__meta {
    margin-right: 0;
    padding-top: 30px;
  }
}

[data-theme=dark] .header__top {
  border-bottom-color: rgba(101, 103, 107, 0.65);
}

.header__top {
  padding: 8px 0;
  border-bottom: 0.5px solid rgba(101, 103, 107, 0.2);
}
.header__top .link__item {
  font-size: 14px;
  color: var(--rts-para);
}
.header__top .link__item i {
  top: 2px;
  position: relative;
}

.social__links {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .social__links {
    justify-content: center;
  }
}

.location {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .location {
    justify-content: center;
  }
}

.header__top .tobe-language--top {
  width: 78px;
  min-width: 78px;
  height: 30px;
}

.header__top .tobe-language--top a {
  font-size: 12px;
}

@media screen and (max-width: 576px) {
  .header__top {
    display: none;
  }
}
.header__top.is__home__two, .header__top.is__color__white {
  background-color: rgba(0, 8, 52, 0);
  color: var(--rts-white);
}
.header__top.is__home__two .social__links a, .header__top.is__home__two .location a, .header__top.is__color__white .social__links a, .header__top.is__color__white .location a {
  color: var(--rts-white);
}
.header__top.is__home__three {
  background-color: var(--rts-heading);
}

.header__top.is__home__video {
  background-color: rgba(0, 8, 52, 0);
}
.header__top.is__home__video .link__item {
  color: #fff;
}

.header__function {
  transition: var(--transition);
}
.header__function.is__sticky {
  position: fixed;
  animation: stickyanimations 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  transition: padding 1s;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
  background: var(--rts-white);
  z-index: 999;
  width: 100%;
  top: 0;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .header__function.is__sticky {
    padding: 15px 0;
  }
}
.header__function.is__home__video.is__sticky {
  background: #1b1b1b;
}

.main__header {
  padding-top: 14px;
  padding-bottom: 14px;
}
@media screen and (max-width: 992px) {
  .main__header {
    padding: 20px 0;
  }
}

.main__header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main__right {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .main__right {
    gap: 15px;
  }
}
@media screen and (max-width: 576px) {
  .main__right .theme-btn.fill {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .main__right .theme-btn.fill.menu__btn {
    display: block;
  }
}

@keyframes stickyanimations {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
  }
}
.header__absolute {
  position: absolute;
  top: 0;
  height: auto;
  width: 100%;
  z-index: 2;
}

.main__header.is__home__two, .main__header.is__color__white {
  background-color: rgba(0, 8, 52, 0);
}
.main__header.is__home__two .theme-btn.border, .main__header.is__color__white .theme-btn.border {
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.main__header.is__home__two .theme-btn.border span, .main__header.is__color__white .theme-btn.border span {
  color: var(--rts-white);
  mix-blend-mode: normal;
}
.main__header.is__home__two .theme-btn.border:hover, .main__header.is__color__white .theme-btn.border:hover {
  border-color: var(--btn-1) !important;
}
.main__header.is__home__two {
  padding-top: 24px;
  padding-bottom: 30px;
}
.main__header.is__home__three {
  background-color: var(--rts-heading);
}
.main__header.is__home__three .theme-btn {
  border-radius: 0;
}
.main__header .main__nav__toogler {
  border: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--rts-white);
  font-size: 20px;
  font-family: var(--glida);
}
.main__header .main__nav__toogler i {
  font-size: 26px;
  color: var(--rts-white);
}

.header__function.is__home__two.is__sticky, .header__function.is__color__white.is__sticky {
  background-color: #1b1b1b;
}

.main__header .main__header__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}
@media screen and (max-width: 992px) {
  .main__header .main__header__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.main__header .main__header__wrapper .main__logo {
  display: grid;
  justify-items: center;
}
.main__header .main__header__wrapper .main__logo .tobe-brand-logo {
  display: block;
  width: 164px;
  height: 94px;
  object-fit: contain;
}
@media screen and (max-width: 992px) {
  .main__header .main__header__wrapper .main__logo {
    justify-items: self-start;
  }
  .main__header .main__header__wrapper .main__logo .tobe-brand-logo {
    width: 112px;
    height: 64px;
  }
}
.header__function.is__sticky .main__logo .tobe-brand-logo {
  width: 120px;
  height: 68px;
}
.main__header .main__header__wrapper .main__right {
  justify-content: end;
}
.main__header.is__home__four .main__header__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 992px) {
  .main__header.is__home__four .main__header__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.main__header.is__home__four .main__header__wrapper .main__logo {
  display: grid;
  justify-items: self-start;
}
.main__header.is__home__four .main__header__wrapper .main__right {
  justify-content: end;
}
.main__header.is__home__video {
  background-color: rgba(0, 8, 52, 0);
}
.main__header.is__home__video .navigation__menu--item__link {
  color: #fff;
}
.main__header.is__home__video .main__right .theme-btn.border {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.main__header.is__home__video .main__right .theme-btn span {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .main__nav {
    display: none;
  }
}

/* All section styles */
.facilities__area.has__background {
  background-color: var(--rts-gray);
}
.facilities__area.py-90 {
  padding: 90px 0;
}

.section__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 992px) {
  .section__wrapper {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.section__wrapper .section__content__right {
  max-width: 645px;
}
.section__wrapper .section__content__right p {
  font-size: 18px;
}

[data-theme=dark] .facilities__area.has__background {
  background-color: var(--rts-white);
}

.subtitle__icon {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.subtitle__icon::before {
  position: absolute;
  content: "";
  left: -65px;
  bottom: 50%;
  width: 52px;
  height: 12px;
  background-image: url("../images/shape/left.svg");
  background-repeat: no-repeat;
}
.subtitle__icon::after {
  position: absolute;
  content: "";
  right: -65px;
  bottom: 50%;
  width: 52px;
  height: 12px;
  background-image: url("../images/shape/right.svg");
  background-repeat: no-repeat;
}
.subtitle__icon__two, .subtitle__icon__five {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  left: 65px;
  color: var(--heading-color);
}
.subtitle__icon__two::before, .subtitle__icon__five::before {
  position: absolute;
  content: "";
  left: -65px;
  bottom: 50%;
  width: 52px;
  height: 12px;
  background-image: url("../images/shape/section__style__two.svg");
  background-repeat: no-repeat;
}
.subtitle__icon__three, .subtitle__icon__four {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  color: var(--heading-color);
}
.subtitle__icon__three::before, .subtitle__icon__four::before {
  position: absolute;
  content: "";
  left: -65px;
  bottom: 50%;
  width: 52px;
  height: 12px;
  background-image: url("../images/shape/section__style__three-1.svg");
  background-repeat: no-repeat;
}
.subtitle__icon__three::after, .subtitle__icon__four::after {
  position: absolute;
  content: "";
  right: -65px;
  bottom: 50%;
  width: 52px;
  height: 12px;
  background-image: url("../images/shape/section__style__three-2.svg");
  background-repeat: no-repeat;
}
.subtitle__icon__four::before {
  left: -45px;
  width: 30px;
  background-image: url("../images/shape/section__three-1.svg");
}
.subtitle__icon__four::after {
  width: 30px;
  right: -45px;
  background-image: url("../images/shape/section__three-2.svg");
}
.subtitle__icon__five {
  left: 45px;
}
.subtitle__icon__five::before {
  left: -45px;
  width: 30px;
  background-image: url("../images/shape/section__three-1.svg");
}

.section__topbar.is__home__two .subtitle__icon__three::before, .section__topbar.is__home__two .subtitle__icon__four::before, .section__topbar.is__home__two .subtitle__icon__three::after, .section__topbar.is__home__two .subtitle__icon__four::after {
  filter: brightness(100);
}

.jarallax > .jarallax-img, picture.jarallax-img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .jarallax > .jarallax-img, picture.jarallax-img img {
    position: relative;
  }
}

.jara-mask-1 {
  width: 100%;
  padding-top: 100%;
  backdrop-filter: blur(20px);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .jara-mask-1 {
    padding-top: inherit;
  }
}

.jara-mask-2 {
  width: 100%;
  backdrop-filter: blur(20px);
  border-radius: 10px;
  overflow: hidden;
}

.jara-mask-3 {
  width: 100%;
  backdrop-filter: blur(20px);
  overflow: hidden;
}

/* ----- Banner Home One ----- */
.banner__area {
  background-color: rgba(0, 8, 52, 0.65);
}

.is__home__one.banner__center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner__slide__content {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 180px 0;
}
@media screen and (max-width: 992px) {
  .banner__slide__content {
    padding: 150px 0;
  }
}
.banner__slide__content .h6,
.banner__slide__content h1,
.banner__slide__content h2.h1,
.banner__slide__content p {
  color: var(--rts-white);
}
.banner__slide__content h1,
.banner__slide__content h2.h1 {
  line-height: 90px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .banner__slide__content h1,
  .banner__slide__content h2.h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .banner__slide__content h1,
  .banner__slide__content h2.h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 576px) {
  .banner__slide__content h1,
  .banner__slide__content h2.h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.banner__slide__content .sub__text {
  font-size: 18px;
  max-width: 560px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .banner__slide__content .theme-btn {
    display: flex;
    justify-content: center;
    width: min(100%, 260px);
    margin-right: auto;
    margin-left: auto;
  }
  .banner__slide__content .theme-btn:not(:last-child) {
    margin-bottom: 12px;
  }
}

.banner__slider__image::before {
  background-color: rgba(27, 27, 27, 0.5);
}
.banner__slider__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.tobe-hero-media {
  overflow: hidden;
  isolation: isolate;
  background-color: #1b1b1b;
  animation: none !important;
}
.tobe-hero-media::before {
  z-index: 3;
}
.tobe-hero-media__backdrop {
  position: absolute;
  z-index: 0;
  inset: -32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: blur(20px);
  opacity: 0.88;
  transform: scale(1.06);
}
.tobe-hero-media__photo {
  position: relative;
  z-index: 1;
  object-fit: contain !important;
}
@media only screen and (max-width: 767px) {
  .tobe-hero-media__photo {
    object-position: center 25% !important;
  }
}

@keyframes tobeHeroBackdropZoom {
  from {
    transform: scale(1.06);
  }
  to {
    transform: scale(1.14);
  }
}
.banner__slider .swiper-slide-active .tobe-hero-media__backdrop {
  animation: tobeHeroBackdropZoom 7s ease-out both;
}

.tobe-hero-slide--facade .banner__slider__image img {
  object-position: center 55%;
}

.tobe-hero-slide--room .banner__slider__image img {
  object-position: center center;
}

.tobe-hero-slide--condesa .banner__slider__image img {
  object-position: center 52%;
}

.subtitle__icon {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.subtitle__icon::before {
  position: absolute;
  content: "";
  left: -65px;
  bottom: 50%;
  width: 52px;
  height: 12px;
  background-image: url("../images/shape/left.svg");
  background-repeat: no-repeat;
}
.subtitle__icon::after {
  position: absolute;
  content: "";
  right: -65px;
  bottom: 50%;
  width: 52px;
  height: 12px;
  background-image: url("../images/shape/right.svg");
  background-repeat: no-repeat;
}

@keyframes slideUp {
  0% {
    transform: translateY(5%);
    opacity: 0.2;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 1;
  }
}
.banner__slider .swiper-wrapper {
  align-items: stretch;
}
.banner__slider .swiper-slide {
  height: auto;
}
.banner__slider .swiper-slide-active .banner__slider__image {
  animation: zoom 7s;
}
.banner__slider .swiper-slide-active .banner__slide__content .subtitle__icon {
  animation-delay: 1.4s;
  animation: fadeInUp 2s;
}
.banner__slider .swiper-slide-active .banner__slide__content h1,
.banner__slider .swiper-slide-active .banner__slide__content h2.h1 {
  animation-delay: 1s;
  animation: fadeInUp 2s;
}
.banner__slider .swiper-slide-active .banner__slide__content .sub__text {
  animation-delay: 1.2s;
  animation: fadeInUp 2s;
}
.banner__slider .swiper-slide-active .banner__slide__content .theme-btn {
  animation-delay: 1.4s;
  animation: fadeInUp 2s;
}

.banner__slider:hover .rts__slider__nav {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .banner__slider:hover .rts__slider__nav {
    display: none;
    opacity: 0;
  }
}

.rts__slider__nav {
  opacity: 0;
  transition: var(--transition);
  position: absolute;
  width: 100%;
  left: 60px;
  display: flex;
  z-index: 9999;
  bottom: 50%;
  justify-content: space-between;
  transform: translate(0, -50%);
}
.rts__slider__nav .prev {
  right: 120px;
  position: absolute;
}

.banner__area.is__home__two {
  position: relative;
}
.banner__area.is__home__two .banner__slide__content {
  padding-top: 375px;
  padding-bottom: 130px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .banner__area.is__home__two .banner__slide__content {
    padding-top: 300px;
  }
}
@media screen and (max-width: 992px) {
  .banner__area.is__home__two .banner__slide__content {
    padding-top: 280px;
  }
}
@media screen and (max-width: 768px) {
  .banner__area.is__home__two .banner__slide__content {
    padding-top: 200px;
  }
}
.banner__area.is__home__two .banner__slide__content__info {
  padding-top: 130px;
  display: flex;
  max-width: 860px;
  margin: 0 auto;
  justify-content: space-around;
}
@media screen and (max-width: 992px) {
  .banner__area.is__home__two .banner__slide__content__info {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .banner__area.is__home__two .banner__slide__content__info {
    padding-top: 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .banner__area.is__home__two .banner__slide__content__info {
    margin-top: 0;
  }
}
.banner__area.is__home__two .banner__slide__content__info .item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}
.banner__area.is__home__two .banner__slide__content__info .item .h2 {
  color: var(--rts-white);
  line-height: 1;
  margin-bottom: 0;
}
.banner__area.is__home__two .banner__slide__content__info .item p {
  font-size: 24px;
}

.banner__area.is__home__three {
  background-color: var(--rts-gray);
  margin-bottom: 70px;
}
@media screen and (max-width: 576px) {
  .banner__area.is__home__three {
    margin-bottom: 0;
  }
}
.banner__area.is__home__three .banner__content.not__slider {
  display: flex;
}
.banner__area.is__home__three .banner__content .banner__slide__content.not__slider {
  text-align: left;
  padding-top: 180px;
  padding-bottom: 60px;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .banner__area.is__home__three .banner__content .banner__slide__content.not__slider {
    padding-top: 120px;
  }
}
.banner__area.is__home__three .banner__content .banner__slide__content.not__slider h1 {
  color: var(--rts-heading);
  margin-top: 0;
  margin-bottom: 0;
}
.banner__area.is__home__three .banner__content .banner__image {
  position: absolute;
  right: 0;
  top: 0;
}

.banner__area.is__home__four .banner__slide__content.if__not__slider {
  text-align: left;
  padding: 290px 0;
}
@media screen and (max-width: 1200px) {
  .banner__area.is__home__four .banner__slide__content.if__not__slider {
    padding: 170px 0 190px 0;
  }
}
@media screen and (max-width: 992px) {
  .banner__area.is__home__four .banner__slide__content.if__not__slider {
    padding: 170px 0;
  }
}
@media screen and (max-width: 768px) {
  .banner__area.is__home__four .banner__slide__content.if__not__slider {
    padding: 120px 0;
  }
}
.banner__area.is__home__four .banner__slide__content.if__not__slider h1 {
  margin: 0;
}

.banner__area.is__home__five {
  clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 100%, 100% 100%, 89.246% 91.898%, 78.025% 86.489%, 66.575% 83.438%, 55.133% 82.41%, 43.939% 83.071%, 33.229% 85.087%, 23.243% 88.122%, 14.217% 91.842%, 6.39% 95.913%, 0% 100%);
}
@media screen and (max-width: 992px) {
  .banner__area.is__home__five {
    clip-path: none;
  }
}
.banner__area.is__home__five .banner__content {
  clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 100%, 100% 100%, 89.246% 91.898%, 78.025% 86.489%, 66.575% 83.438%, 55.133% 82.41%, 43.939% 83.071%, 33.229% 85.087%, 23.243% 88.122%, 14.217% 91.842%, 6.39% 95.913%, 0% 100%);
  height: 940px;
  position: relative;
  padding-top: 105px;
}
@media screen and (max-width: 1200px) {
  .banner__area.is__home__five .banner__content {
    height: 800px;
  }
}
@media screen and (max-width: 992px) {
  .banner__area.is__home__five .banner__content {
    clip-path: none;
    height: 100%;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .banner__area.is__home__five .banner__content {
    clip-path: none;
    height: 100%;
  }
}
.banner__area.is__home__five .banner__content::before {
  background-color: rgba(0, 8, 52, 0.4);
}
.banner__area.is__home__five .banner__slide__content.if__not__slider {
  padding: 0;
}
.banner__area.is__home__five .banner__slide__content.if__not__slider h1 {
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .banner__area.is__home__five .banner__slide__content.if__not__slider h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 768px) {
  .banner__area.is__home__five .banner__slide__content.if__not__slider h1 {
    font-size: 50px;
  }
}

.banner__area.is__home__six .banner__slide__content {
  padding-bottom: 30px;
  padding-top: 250px;
}
@media screen and (max-width: 1200px) {
  .banner__area.is__home__six .banner__slide__content {
    padding-top: 180px;
  }
}
@media screen and (max-width: 992px) {
  .banner__area.is__home__six .banner__slide__content {
    padding-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .banner__area.is__home__six .banner__slide__content {
    padding-top: 100px;
  }
}

.banner__area.is__home__video {
  height: 800px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .banner__area.is__home__video {
    height: 600px;
  }
}
.banner__area.is__home__video .video__section__text {
  display: flex;
  align-items: center;
  height: 800px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .banner__area.is__home__video .video__section__text {
    height: 400px;
    margin-top: 150px;
  }
}
.banner__area .video__area {
  position: absolute;
  z-index: -1;
  height: 800px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .banner__area .video__area {
    height: 600px;
  }
}
.banner__area .video__area video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner__area .video__area .video__area__overlay {
  background-color: rgba(0, 0, 0, 0.1);
}
.banner__area .swiper-slide .video__text__slider__title {
  transition: var(--transition);
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .banner__area .swiper-slide .video__text__slider__title {
    font-size: 50px;
    line-height: 60px;
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .banner__area .swiper-slide .video__text__slider__title {
    font-size: 40px;
    line-height: 50px;
  }
}
.banner__area .swiper-slide-active .video__text__slider__title {
  animation: fadeInUp 2s;
  opacity: 1;
}

[data-theme=dark] .banner__slide__content span {
  color: #fff;
}
[data-theme=dark] .banner__slide__content h1,
[data-theme=dark] .banner__slide__content h2.h1 {
  color: #fff;
}
[data-theme=dark] .banner__slide__content p {
  color: #fff;
}

.about__area.is__home__main .section__shape {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.about__area.is__home__main .about__wrapper {
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .about__area.is__home__main .about__wrapper {
    gap: 50px;
  }
}
.about__area.is__home__main .image {
  margin-left: 85px;
}
@media screen and (max-width: 1200px) {
  .about__area.is__home__main .image {
    margin-left: 0;
  }
}
.about__area.is__home__main .image__card {
  bottom: 40px;
  left: -100px;
  top: unset !important;
}
@media screen and (max-width: 992px) {
  .about__area.is__home__main .image__card {
    left: 0;
    bottom: 0;
  }
}
.about__area.is__home__main .image__card__image {
  background-color: var(--rts-white);
  border: 8px solid var(--rts-white);
  border-radius: 10px;
  position: absolute;
  top: -40px;
  right: -60px;
}
@media screen and (max-width: 1200px) {
  .about__area.is__home__main .image__card__image {
    display: none;
  }
}
.about__area.is__home__main .image__card__image img {
  border-radius: 10px;
}

.about__area.is__home__one .section__shape {
  position: absolute;
  left: 0;
  top: 150px;
}
@media screen and (max-width: 1400px) {
  .about__area.is__home__one .section__shape {
    display: none;
  }
}
.about__area.is__home__two .section__shape {
  position: absolute;
  left: 0;
  top: 150px;
}
@media screen and (max-width: 992px) {
  .about__area.is__home__two .section__shape {
    display: none;
  }
}
.about__area.is__home__two .about__wrapper {
  flex-direction: row-reverse;
}
.about__area.is__home__two .about__wrapper .image {
  margin-right: 0;
}

.about__wrapper {
  display: flex;
  gap: 45px;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .about__wrapper {
    flex-wrap: wrap;
  }
}
.about__wrapper .content__title {
  margin-bottom: 30px;
}
.about__wrapper .content__subtitle {
  font-size: 18px;
  max-width: 645px;
  margin-bottom: 45px;
}
.about__wrapper .image {
  position: relative;
  margin-right: 85px;
}
@media screen and (max-width: 1200px) {
  .about__wrapper .image {
    margin-right: 0;
  }
}
.about__wrapper .image .image-height {
  min-height: 580px;
  min-width: 485px;
}
@media screen and (max-width: 768px) {
  .about__wrapper .image .image-height {
    min-width: 100%;
    min-height: 100%;
  }
}
.about__wrapper .image .image__card {
  padding: 22px 30px 22px 22px;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.16);
  display: flex;
  gap: 20px;
  align-items: center;
  max-width: max-content;
  background-color: var(--rts-white);
  position: absolute;
  top: 40px;
  right: -100px;
}
@media screen and (max-width: 768px) {
  .about__wrapper .image .image__card {
    right: 0;
  }
}
.about__wrapper .image .image__card .icon {
  height: 82px;
  min-width: 82px;
  background-color: var(--rts-gray);
  font-size: 45px;
  color: var(--heading-color);
}

.tobe-about-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: 70px;
  width: 100%;
}
.tobe-about-intro__content {
  order: 1;
  min-width: 0;
}
.tobe-about-intro__image {
  order: 2;
  min-width: 0;
}
.tobe-about-intro__copy {
  margin-bottom: 32px;
}
.tobe-about-intro__copy p {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 1.72;
}
.tobe-about-intro__copy strong {
  color: var(--rts-heading);
  font-weight: 600;
}
.tobe-about-intro__tagline {
  margin-top: 26px;
  margin-bottom: 0 !important;
  font-size: 19px !important;
}
.tobe-about-intro__photo {
  position: relative;
  height: 620px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 24px 60px rgba(27, 27, 27, 0.14);
}
.tobe-about-intro__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1200px) {
  .tobe-about-intro {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
    gap: 42px;
  }
  .tobe-about-intro__photo {
    height: 580px;
  }
}
@media screen and (max-width: 992px) {
  .tobe-about-intro {
    grid-template-columns: 1fr;
  }
  .tobe-about-intro__photo {
    height: 500px;
  }
}
@media screen and (max-width: 576px) {
  .tobe-about-intro {
    gap: 34px;
  }
  .tobe-about-intro__copy p {
    font-size: 16px;
  }
  .tobe-about-intro__photo {
    height: 360px;
  }
}
.tobe-about-slider {
  width: 100%;
  min-width: 0;
}
.tobe-about-slider .swiper-wrapper,
.tobe-about-slider__slide {
  height: 100%;
}
.tobe-about-slider__slide {
  position: relative;
  margin: 0;
}
.tobe-about-slider__caption {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  display: flex;
  flex-direction: column;
  max-width: calc(100% - 120px);
  padding: 9px 13px;
  border-radius: 6px;
  background: rgba(20, 20, 20, 0.72);
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
  backdrop-filter: blur(5px);
}
.tobe-about-slider__caption span {
  font-weight: 600;
}
.tobe-about-slider__caption a {
  margin-top: 2px;
  color: inherit;
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.tobe-about-slider__nav {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: var(--rts-heading);
  place-items: center;
  transform: translateY(-50%);
  transition: background-color 0.25s ease, color 0.25s ease;
}
.tobe-about-slider__nav svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.tobe-about-slider__nav:hover, .tobe-about-slider__nav:focus-visible {
  background: var(--heading-color);
  color: #fff;
}
.tobe-about-slider__prev {
  left: 16px;
}
.tobe-about-slider__next {
  right: 16px;
}
.tobe-about-slider__pagination {
  position: absolute;
  z-index: 3;
  right: auto !important;
  bottom: 18px !important;
  left: 50% !important;
  width: auto !important;
  transform: translateX(-50%);
}
.tobe-about-slider__pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 4px !important;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  opacity: 0.72;
}
.tobe-about-slider__pagination .swiper-pagination-bullet-active {
  background: var(--heading-color);
  opacity: 1;
}
@media screen and (max-width: 576px) {
  .tobe-about-slider__caption {
    top: 12px;
    left: 12px;
    max-width: calc(100% - 82px);
    padding: 7px 10px;
    font-size: 12px;
  }
  .tobe-about-slider__nav {
    width: 38px;
    height: 38px;
  }
  .tobe-about-slider__prev {
    left: 10px;
  }
  .tobe-about-slider__next {
    right: 10px;
  }
}
.about__area.is__home__main .tobe-about-intro .tobe-about-intro__image {
  margin: 0;
}

.about__images {
  position: relative;
}
.about__images .image__left img {
  border-radius: 10px;
}
@media screen and (max-width: 576px) {
  .about__images .image__left img {
    height: 100%;
  }
}
.about__images .image__right {
  position: relative;
  margin-left: 200px;
  margin-top: -250px;
  border-radius: 10px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .about__images .image__right {
    margin-left: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .about__images .image__right {
    margin-left: 80px;
  }
}
@media screen and (max-width: 992px) {
  .about__images .image__right {
    margin-left: 200px;
  }
}
@media screen and (max-width: 768px) {
  .about__images .image__right {
    margin-left: 100px;
  }
}
@media screen and (max-width: 576px) {
  .about__images .image__right {
    margin-left: 0;
    margin-top: 0;
  }
}
.about__images .image__right img {
  border-radius: 10px;
  border: 6px solid var(--rts-white);
}
.about__content {
  margin-left: 65px;
}
@media screen and (max-width: 992px) {
  .about__content {
    margin-left: 0;
  }
}

.about.is__home__five.has__background:before {
  position: absolute;
  content: "";
  height: 115%;
  width: 100%;
  background-color: var(--rts-gray);
  z-index: -1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 992px) {
  .about.is__home__five.has__background:before {
    height: 100%;
  }
}
.about.is__home__five .about__positioned__images {
  position: relative;
}
.about.is__home__five .about__positioned__images .image__1 {
  position: absolute;
  left: -28%;
  clip-path: polygon(69.249% 0%, 0% 0%, 0% 100%, 99.939% 100%, 99.939% 50%, 69.249% 50%, 69.249% 0%);
  top: -195px;
}
@media screen and (max-width: 1200px) {
  .about.is__home__five .about__positioned__images .image__1 {
    left: -42%;
  }
}
@media screen and (max-width: 992px) {
  .about.is__home__five .about__positioned__images .image__1 {
    display: none;
  }
}
.about.is__home__five .about__positioned__images .image__2 {
  position: absolute;
  right: 0;
  bottom: -550px;
  height: 530px;
  width: 385px;
}
@media screen and (max-width: 992px) {
  .about.is__home__five .about__positioned__images .image__2 {
    height: 400px;
    bottom: -450px;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .about.is__home__five .about__positioned__images .image__2 {
    display: none;
  }
}

.about.is__home__six.has__background {
  background-color: var(--rts-gray);
}
@media screen and (max-width: 992px) {
  .about.is__home__six.has__background {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .about.is__home__six.has__background {
    padding: 60px 0;
  }
}
@media screen and (max-width: 992px) {
  .about.is__home__six .about__content {
    margin-left: 0;
  }
}
.about.is__home__six .about__image {
  position: absolute;
  left: 0;
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .about.is__home__six .about__image {
    left: -10%;
  }
}
@media screen and (max-width: 1680px) {
  .about.is__home__six .about__image {
    left: -8%;
  }
}
@media screen and (max-width: 1440px) {
  .about.is__home__six .about__image {
    left: -15%;
  }
}
@media screen and (max-width: 1400px) {
  .about.is__home__six .about__image {
    left: -18%;
  }
}
@media screen and (max-width: 1280px) {
  .about.is__home__six .about__image {
    left: -20%;
  }
}
@media screen and (max-width: 1200px) {
  .about.is__home__six .about__image {
    left: -40%;
  }
}
@media screen and (max-width: 992px) {
  .about.is__home__six .about__image {
    position: relative;
    left: 0;
  }
}
@media screen and (max-width: 992px) {
  .about.is__home__six .about__image img {
    height: 100%;
  }
}
.about.is__home__six .about__content__full {
  padding: 140px 0;
  margin-left: 20px;
}
@media screen and (max-width: 1400px) {
  .about.is__home__six .about__content__full {
    padding: 95px 0;
  }
}
@media screen and (max-width: 992px) {
  .about.is__home__six .about__content__full {
    padding-top: 40px;
    margin-left: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .about.is__home__six .about__content__full {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

.about.is__resturant {
  padding-top: 120px;
  padding-bottom: 0;
}
.about.is__resturant .about__images {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  left: -65%;
}
@media screen and (max-width: 1400px) {
  .about.is__resturant .about__images {
    left: -90%;
  }
}
@media screen and (max-width: 1200px) {
  .about.is__resturant .about__images {
    left: -125%;
  }
}
@media screen and (max-width: 992px) {
  .about.is__resturant .about__images {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .about.is__resturant .about__images {
    flex-wrap: wrap;
  }
}
.about.is__resturant .about__images .image__left img,
.about.is__resturant .about__images .image__right img {
  min-width: 428px;
}
@media screen and (max-width: 992px) {
  .about.is__resturant .about__images .image__left img,
  .about.is__resturant .about__images .image__right img {
    min-width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about.is__resturant .about__images .image__left img,
  .about.is__resturant .about__images .image__right img {
    width: 100%;
  }
}
.about.is__resturant .about__images .image__right {
  margin-left: 0;
  margin-top: 0;
  width: auto;
}
.about.is__resturant .about__images .image__right img {
  border: 0;
}

.reservation__meta {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .reservation__meta {
    flex-wrap: wrap;
  }
}
.reservation__meta .reservation__item {
  border: 1px solid var(--rts-border);
  max-width: max-content;
  padding: 20px;
  transition: var(--transition);
}
.reservation__meta .reservation__item:hover {
  border-color: var(--heading-color);
  background-color: var(--heading-color);
  color: var(--rts-white);
}
.reservation__meta .reservation__item:hover a,
.reservation__meta .reservation__item:hover span {
  color: var(--rts-white);
}
.reservation__meta .reservation__item:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(104deg) brightness(103%) contrast(101%);
}
.reservation__meta .reservation__item p {
  margin-bottom: 10px;
}
.reservation__meta .reservation__item a,
.reservation__meta .reservation__item span {
  color: var(--rts-heading);
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 0;
}
.reservation__meta .reservation__item a {
  font-size: 14px;
}

.room__slide__box {
  max-width: max-content;
  position: relative;
  height: 100%;
  min-width: 100%;
  border-radius: 6px;
}
.room__slide__box .room__thumbnail {
  position: relative;
  transition: var(--transition);
  height: 100%;
  width: 100%;
  border-radius: 6px;
}
.room__slide__box .room__thumbnail::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  border-radius: 6px;
  transition: var(--transition);
}
.room__slide__box .room__thumbnail img {
  max-width: 100%;
  border-radius: 6px;
}
.room__slide__box .room__content {
  padding: 0 30px 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: var(--rts-white);
}
.room__slide__box .room__content .room__title h5 {
  color: var(--rts-white);
}
.room__slide__box .room__content .rent {
  color: var(--rts-white);
}
.room__slide__box .room__content__meta {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 15px;
}
@media screen and (max-width: 992px) {
  .room__slide__box .room__content__meta {
    gap: 15px;
  }
}
.room__slide__box .room__content__meta span {
  display: flex;
  gap: 8px;
  align-items: center;
  line-height: 1;
}
.room__slide__box .room__content__meta span i {
  font-size: inherit;
}

.room__slider {
  height: 585px;
  max-height: 585px;
}
.room__slider .swiper-slide-active .room__slide__box:hover {
  cursor: pointer;
}
.room__slider .swiper-slide-active .room__slide__box:hover .room__thumbnail::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.room__slider .swiper-slide-active .room__slide__box .room__content .room__title h5 {
  animation: fadeInUp 1s;
}
.room__slider .swiper-slide-active .room__slide__box .room__content .room__content__meta {
  animation: fadeInUp 1.2s;
}
.room__slider .swiper-slide-active .room__slide__box .room__content .rent {
  animation: fadeInUp 1.5s;
}

.rts__swiper__nav {
  position: relative;
  z-index: 9;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .rts__swiper__nav {
    display: none;
  }
}
.rts__swiper__nav svg path {
  fill: #65676B;
  transition: var(--transition);
}
.rts__swiper__nav .rts__slide:hover svg path {
  fill: var(--rts-heading);
}

.apartment__slide__box {
  max-width: 100%;
  margin-bottom: 40px;
  transition: var(--transition);
  transform: translateY(15px);
}
@media screen and (max-width: 768px) {
  .apartment__slide__box {
    margin: 0 auto;
    padding: 0 15px;
  }
}
.apartment__slide__box .apartment__slide__image {
  transition: var(--transition);
}
.apartment__slide__box .apartment__slide__image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .apartment__slide__box .apartment__slide__image img {
    height: 100%;
  }
}
.apartment__slide__box .apartment__slide__content {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  padding: 35px 30px 30px;
  box-shadow: 0px 30px 40px rgba(175, 175, 175, 0.16);
  opacity: 0;
  display: none;
  transition: var(--transition);
}
.apartment__slide__box .apartment__slide__content .apartment__content__meta {
  display: flex;
  gap: 20px;
}
.apartment__slide__box .apartment__slide__content .apartment__content__meta span {
  display: flex;
  gap: 5px;
}
.apartment__slide__box .apartment__slide__content .apartment__title h5 {
  transition: var(--transition);
}
.apartment__slide__box .apartment__slide__content .apartment__title h5:hover {
  color: var(--heading-color);
}
.apartment__slide__box .apartment__slide__content .price {
  color: var(--heading-color);
}

.apartment__slider .swiper-slide-active .apartment__slide__box .apartment__slide__content {
  display: block;
  opacity: 1;
  animation: fadeInUp 1s;
}

.room.has__background {
  background-color: var(--rts-heading);
}
.room.has__shape .section__shape {
  position: absolute;
  height: 100%;
  width: 100%;
}
.room.has__shape .section__shape .shape__1 {
  position: absolute;
  right: 0;
  bottom: 30%;
}
@media screen and (max-width: 992px) {
  .room.has__shape .section__shape .shape__1 {
    display: none;
  }
}
.room.has__shape .section__shape .shape__2 {
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 992px) {
  .room.has__shape .section__shape .shape__2 {
    display: none;
  }
}

.room__slider.is__home__four {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.room__slider__box {
  padding: 30px;
  border-radius: 10px;
  max-width: max-content;
  background-color: var(--rts-white);
}
.room__slider__box .room__slider__thumb {
  overflow: hidden;
  margin-bottom: 35px;
}
.room__slider__box .room__slider__thumb img {
  border-radius: 10px;
  transform: scale(1);
  transition: var(--transition);
}
.room__slider__box .room__slider__thumb:hover img {
  transform: scale(1.05);
}
.room__slider__box .room__title h5 {
  margin-bottom: 10px;
}
.room__slider__box .room__slide__content .room__content__meta {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.room__slider__box .room__slide__content .room__content__meta span {
  display: flex;
  gap: 5px;
}
.room__slider__box .room__slide__content .price {
  color: var(--heading-color);
}

.room__details .price {
  color: var(--heading-color);
  display: block;
}
.room__details .room__meta {
  font-size: 24px;
  font-family: var(--glida);
  margin-bottom: 20px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 576px) {
  .room__details .room__meta {
    flex-wrap: wrap;
    font-size: 18px;
  }
}
.room__details .room__meta span {
  display: flex;
  gap: 8px;
  align-items: center;
}
.room__details p {
  font-size: 20px;
  font-family: var(--glida);
  color: #000;
  line-height: 34px;
}

.room__amenity {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.room__amenity .group__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 0.5px solid rgba(101, 103, 107, 0.3);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .room__amenity .group__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .room__amenity .group__row {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.room__amenity .group__row:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.room__amenity .group__row .single__item {
  display: flex;
  gap: 30px;
  align-items: center;
  font-size: 20px;
  color: var(--rts-heading);
  font-family: var(--glida);
}
.room__amenity .group__row.if__room__details__two {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .room__amenity .group__row.if__room__details__two {
    grid-template-columns: repeat(1, 1fr);
  }
}

.room__feature .group__row .list__item {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1400px) {
  .room__feature .group__row .list__item {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  .room__feature .group__row .list__item {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .room__feature .group__row .list__item {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .room__feature .group__row .list__item {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .room__feature .group__row .list__item {
    grid-template-columns: repeat(1, 1fr);
  }
}
.room__feature .group__row .list__item li {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  color: var(--rts-heading);
  margin-bottom: 20px;
}
.room__feature .group__row .list__item li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--heading-color);
}
.room__feature .group__row.is__room__details .list__item {
  border-bottom: 1px solid var(--rts-border);
  margin: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-family: var(--glida);
}
@media screen and (max-width: 768px) {
  .room__feature .group__row.is__room__details .list__item {
    grid-template-columns: repeat(1, 1fr);
    margin: 0;
    border-bottom: none;
  }
}
.room__feature .group__row.is__room__details .list__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.room__details__top {
  border: 1px solid rgba(101, 103, 107, 0.3);
  text-align: center;
  padding: 60px 0;
  border-radius: 10px;
  background-color: var(--rts-white);
  box-shadow: 0px 30px 40px rgba(175, 175, 175, 0.16);
  margin-top: -175px;
}
@media screen and (max-width: 1200px) {
  .room__details__top h1 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .room__details__top h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.room__details__top .price {
  color: var(--heading-color);
  display: block;
  margin-bottom: 20px;
}
.room__details__top .room__meta {
  margin-top: 20px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-family: var(--glida);
}
.room__details__top .room__meta span {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .room__details__top .room__meta {
    flex-wrap: wrap;
    gap: 20px;
  }
}

[data-theme=dark] .room__slide__box .room__content .room__title h5 {
  color: #fff;
}
[data-theme=dark] .room__slide__box .room__content__meta {
  color: #fff;
}
[data-theme=dark] .room__slide__box .room__content .rent {
  color: #fff;
}

.sidebar {
  position: relative;
}

/* Sticky sidebar */
.sticky__sidebar {
  width: 100%;
  height: 100%;
}

.no__shadow .advance__search {
  box-shadow: none !important;
}

.main__room__slider {
  height: 585px;
  max-height: 585px;
  padding: 0 30px;
}

.tobe-room-types {
  padding: 120px 0;
  background: #f8f6f2;
}
.tobe-room-types__heading {
  max-width: 790px;
  margin: 0 auto 50px;
  text-align: center;
}
.tobe-room-types__heading .subtitle__icon__two {
  width: max-content;
  margin: 0 auto 18px;
}
.tobe-room-types__heading h2 {
  margin-bottom: 20px;
  line-height: 1.08;
}
.tobe-room-types__heading p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.75;
}
.tobe-room-types__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
.tobe-room-types__grid > .tobe-room-type-card {
  grid-column: span 2;
}
.tobe-room-types__grid > .tobe-room-type-card:nth-child(4) {
  grid-column: 2/span 2;
}
.tobe-room-types__grid > .tobe-room-type-card:nth-child(5) {
  grid-column: 4/span 2;
}
.tobe-room-types__footer {
  margin-top: 42px;
  text-align: center;
}
.tobe-room-types__footer a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 5px;
  color: var(--rts-heading);
  font-weight: 500;
  border-bottom: 1px solid var(--heading-color);
  transition: var(--transition);
}
.tobe-room-types__footer a span {
  color: var(--heading-color);
  transition: transform 0.3s ease;
}
.tobe-room-types__footer a:hover {
  color: var(--heading-color);
}
.tobe-room-types__footer a:hover span {
  transform: translateX(4px);
}
@media screen and (max-width: 1200px) {
  .tobe-room-types__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
  .tobe-room-types__grid > .tobe-room-type-card,
  .tobe-room-types__grid > .tobe-room-type-card:nth-child(4),
  .tobe-room-types__grid > .tobe-room-type-card:nth-child(5) {
    grid-column: auto;
  }
}
@media screen and (max-width: 992px) {
  .tobe-room-types {
    padding: 90px 0;
  }
  .tobe-room-types__heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  .tobe-room-types {
    padding: 70px 0;
  }
  .tobe-room-types__heading {
    margin-bottom: 34px;
  }
  .tobe-room-types__heading h2 {
    font-size: 38px;
  }
  .tobe-room-types__heading p {
    font-size: 16px;
  }
  .tobe-room-types__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .tobe-room-types__grid > .tobe-room-type-card,
  .tobe-room-types__grid > .tobe-room-type-card:nth-child(4),
  .tobe-room-types__grid > .tobe-room-type-card:nth-child(5) {
    grid-column: auto;
  }
}

.tobe-room-type-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  background: var(--rts-white);
  border: 1px solid rgba(171, 138, 98, 0.2);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(27, 27, 27, 0.07);
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}
.tobe-room-type-card:hover {
  transform: translateY(-7px);
  border-color: rgba(171, 138, 98, 0.55);
  box-shadow: 0 24px 52px rgba(27, 27, 27, 0.13);
}
.tobe-room-type-card:hover .tobe-room-type-card__image img {
  transform: scale(1.045);
}
.tobe-room-type-card__image {
  position: relative;
  display: block;
  aspect-ratio: 3/2;
  overflow: hidden;
  background: #e8e2da;
}
.tobe-room-type-card__image::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.26) 100%);
}
.tobe-room-type-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.tobe-room-type-card__number {
  position: absolute;
  right: 16px;
  bottom: 14px;
  z-index: 1;
  color: #fff;
  font-family: var(--glida);
  font-size: 18px;
  letter-spacing: 0.12em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}
.tobe-room-type-card__content {
  display: flex;
  padding: 27px 24px 25px;
  flex: 1;
  flex-direction: column;
}
.tobe-room-type-card__content h3 {
  margin-bottom: 13px;
  font-family: var(--glida);
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
.tobe-room-type-card__content h3 a {
  color: var(--rts-heading);
  transition: color 0.3s ease;
}
.tobe-room-type-card__content h3 a:hover {
  color: var(--heading-color);
}
.tobe-room-type-card__content > p {
  margin-bottom: 0;
  color: var(--rts-para);
  font-size: 15px;
  line-height: 1.65;
}
.tobe-room-type-card__features {
  display: flex;
  margin: 20px 0 25px;
  padding: 0;
  gap: 8px;
  flex-wrap: wrap;
  list-style: none;
}
.tobe-room-type-card__features li {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 7px 10px;
  color: #554c43;
  background: #f5f1eb;
  border-radius: 30px;
  font-size: 12px;
  line-height: 1.2;
}
.tobe-room-type-card__features li i {
  color: var(--heading-color);
  font-size: 12px;
}
.tobe-room-type-card__actions {
  display: flex;
  margin-top: auto;
  gap: 17px;
  align-items: center;
}
.tobe-room-type-card__reserve {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 18px;
  gap: 12px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--heading-color);
  border: 1px solid var(--heading-color);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  transition: var(--transition);
}
.tobe-room-type-card__reserve span {
  font-size: 16px;
  line-height: 1;
  transition: transform 0.3s ease;
}
.tobe-room-type-card__reserve:hover {
  color: #fff;
  background: var(--rts-heading);
  border-color: var(--rts-heading);
}
.tobe-room-type-card__reserve:hover span {
  transform: translate(2px, -2px);
}
.tobe-room-type-card__details {
  padding-bottom: 3px;
  color: var(--rts-heading);
  border-bottom: 1px solid rgba(27, 27, 27, 0.45);
  font-size: 14px;
  font-weight: 500;
  transition: var(--transition);
}
.tobe-room-type-card__details:hover {
  color: var(--heading-color);
  border-color: var(--heading-color);
}
@media screen and (max-width: 768px) {
  .tobe-room-type-card__content {
    padding: 24px 20px;
  }
}
@media screen and (max-width: 576px) {
  .tobe-room-type-card__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .tobe-room-type-card__reserve,
  .tobe-room-type-card__details {
    width: 100%;
    text-align: center;
  }
  .tobe-room-type-card__details {
    padding: 10px 0 7px;
  }
}

.client__testimonial.is__home__one.has__background {
  background-color: var(--rts-gray);
}
.client__testimonial.has__shape .section__shape {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
@media screen and (max-width: 992px) {
  .client__testimonial.has__shape .section__shape {
    display: none;
  }
}
.client__testimonial.has__shape .section__shape .shape__one {
  position: absolute;
  top: 0;
  left: 0;
}
.client__testimonial.has__shape .section__shape .shape__two {
  position: absolute;
  bottom: 0;
  right: 0;
}

.single__slider__item.is__home {
  text-align: center;
}
.single__slider__item.is__home .slider__rating {
  display: flex;
  gap: 5px;
  justify-content: center;
}
.single__slider__item.is__home .slider__rating i {
  font-size: 30px;
  color: var(--heading-color);
}
.single__slider__item.is__home .slider__text {
  font-size: 28px;
  line-height: 42px;
  font-family: var(--jost);
}
.single__slider__item.is__home .slider__author__info {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}
.single__slider__item.is__home .slider__author__info__image {
  height: 66px;
  width: 66px;
}
.single__slider__item.is__home .slider__author__info__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--rts-white);
}
.single__slider__item.is__home .slider__author__info__content {
  text-align: left;
}

.testimonial__slider .swiper-slide-active .single__slider__item .slider__rating {
  animation: fadeInUp 1.5s;
}
.testimonial__slider .swiper-slide-active .single__slider__item .slider__text {
  animation: fadeInUp 2s;
}
.testimonial__slider .swiper-slide-active .single__slider__item .slider__author__info {
  animation: fadeInUp 2.5s;
}

.client__testimonial.is__home__two.has__background {
  background-color: var(--rts-heading);
}
.client__testimonial.is__home__two.has__shape .section__shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.client__testimonial.is__home__two.has__shape .section__shape .shape__two {
  position: absolute;
  bottom: 0;
  right: 0;
}
.client__testimonial.is__home__two .testimonial__slider {
  color: var(--rts-white);
}
.client__testimonial.is__home__two .testimonial__slider .slider__author__info h6 {
  color: var(--rts-white);
}
.client__testimonial.is__home__two .slider-button-next svg path, .client__testimonial.is__home__two .slider-button-prev svg path {
  transition: var(--transition);
}
.client__testimonial.is__home__two .slider-button-next:hover svg path, .client__testimonial.is__home__two .slider-button-prev:hover svg path {
  fill: var(--rts-white);
}

.testimonial__item__content {
  display: flex;
  gap: 70px;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .testimonial__item__content {
    gap: 40px;
    flex-wrap: wrap;
  }
}
.testimonial__item__content .author__icon img {
  height: 310px;
  min-width: 310px;
  border-radius: 50%;
  border: 5px solid var(--rts-gray);
}
.testimonial__item__content .slider__rating i {
  font-size: 25px;
  color: var(--heading-color);
}
.testimonial__item__content .slider__text {
  font-size: 28px;
  line-height: 42px;
  font-family: var(--jost);
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .testimonial__item__content .slider__text {
    font-size: 26px;
    line-height: 40px;
  }
}

.testimonial.has__shape.is__home__four .section__shape {
  position: absolute;
  top: 50%;
  left: 0;
  max-width: max-content;
}
@media screen and (max-width: 1200px) {
  .testimonial.has__shape.is__home__four .section__shape {
    display: none;
  }
}

.testimonial__item__content {
  overflow: hidden;
}

.testimonial__author.is__thumb {
  max-width: 285px;
}

.testimonial__author__image img {
  border: 10px solid var(--rts-gray);
}

.client__testimonial.is__home__six.has__background {
  background-image: url("../images/index-6/testimonial-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.client__testimonial.is__home__six.has__background::before {
  background-color: rgba(0, 8, 52, 0.65);
}
.client__testimonial.is__home__six .single__slider__item {
  color: var(--rts-white);
}
.client__testimonial.is__home__six .single__slider__item .slider__rating i {
  color: var(--rts-white);
}
.client__testimonial.is__home__six .single__slider__item .slider__author__info__content h6 {
  color: var(--rts-white);
}
.client__testimonial.is__home__six .slider-button-next svg path, .client__testimonial.is__home__six .slider-button-prev svg path {
  transition: var(--transition);
}
.client__testimonial.is__home__six .slider-button-next:hover svg path, .client__testimonial.is__home__six .slider-button-prev:hover svg path {
  fill: var(--rts-white);
}

.testimonial.has__shape .section__shape {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  max-width: max-content;
}
@media screen and (max-width: 992px) {
  .testimonial.has__shape .section__shape {
    display: none;
  }
}

.slider__navigation.is__home__four {
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .testimonial__left h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

.testimonial__item__content {
  position: relative;
}

.tobe-testimonials {
  padding: 120px 0;
  overflow: hidden;
  background: var(--rts-white);
}
.tobe-testimonials__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 50px;
}
.tobe-testimonials__heading .subtitle__icon__two {
  margin-bottom: 18px;
}
.tobe-testimonials__heading h2 {
  max-width: 780px;
  line-height: 1.06;
}
.tobe-testimonials__heading > p {
  margin: 0 0 7px;
  padding-left: 25px;
  color: var(--rts-para);
  border-left: 1px solid var(--heading-color);
  font-size: 17px;
  line-height: 1.7;
}
.tobe-testimonials__stage {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(171, 138, 98, 0.23);
  border-radius: 10px;
  box-shadow: 0 24px 65px rgba(27, 27, 27, 0.1);
}
.tobe-testimonials__brand {
  position: relative;
  display: flex;
  min-height: 470px;
  padding: 48px 34px 38px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(145deg, #f6f2ec 0%, #e8ddcf 100%);
  border-right: 1px solid rgba(171, 138, 98, 0.28);
}
.tobe-testimonials__brand::before, .tobe-testimonials__brand::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(171, 138, 98, 0.18);
  border-radius: 50%;
}
.tobe-testimonials__brand::before {
  top: -115px;
  right: -95px;
  width: 280px;
  height: 280px;
}
.tobe-testimonials__brand::after {
  bottom: -145px;
  left: -120px;
  width: 320px;
  height: 320px;
}
.tobe-testimonials__brand-mark {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  min-height: 220px;
  place-items: center;
}
.tobe-testimonials__brand-mark::before, .tobe-testimonials__brand-mark::after {
  position: absolute;
  left: 50%;
  width: 72px;
  height: 1px;
  content: "";
  background: var(--heading-color);
  transform: translateX(-50%);
}
.tobe-testimonials__brand-mark::before {
  top: 4px;
}
.tobe-testimonials__brand-mark::after {
  bottom: 4px;
}
.tobe-testimonials__brand-mark img {
  display: block;
  width: min(100%, 255px);
  height: auto;
  filter: drop-shadow(0 9px 16px rgba(27, 27, 27, 0.08));
}
.tobe-testimonials__brand-copy {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  text-align: center;
}
.tobe-testimonials__brand-copy span {
  color: var(--heading-color);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.tobe-testimonials__brand-copy p {
  margin: 8px 0 0;
  color: var(--rts-heading);
  font-family: var(--glida);
  font-size: 22px;
  line-height: 1.35;
}
.tobe-testimonials__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  background: var(--rts-white);
}
.tobe-testimonials__slider {
  width: 100%;
  min-width: 0;
  flex: 1;
}
.tobe-testimonials__slider .swiper-wrapper {
  align-items: stretch;
}
.tobe-testimonials__slider .swiper-slide {
  display: flex;
  height: auto;
}
.tobe-testimonials__controls {
  display: flex;
  min-height: 76px;
  padding: 14px 48px;
  gap: 14px;
  align-items: center;
  justify-content: flex-end;
  background: #fbfaf8;
  border-top: 1px solid rgba(171, 138, 98, 0.18);
}
.tobe-testimonials__nav {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--rts-heading);
  background: transparent;
  border: 1px solid rgba(27, 27, 27, 0.22);
  border-radius: 50%;
  place-items: center;
  transition: var(--transition);
}
.tobe-testimonials__nav svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}
.tobe-testimonials__nav:hover, .tobe-testimonials__nav:focus-visible {
  color: #fff;
  background: var(--heading-color);
  border-color: var(--heading-color);
}
.tobe-testimonials__pagination {
  position: static;
  width: auto;
  min-width: 55px;
  color: var(--rts-para);
  font-family: var(--glida);
  font-size: 15px;
  text-align: center;
}
.tobe-testimonials__pagination .swiper-pagination-current {
  color: var(--rts-heading);
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .tobe-testimonials {
    padding: 90px 0;
  }
  .tobe-testimonials__heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .tobe-testimonials__heading > p {
    max-width: 650px;
  }
  .tobe-testimonials__stage {
    grid-template-columns: 1fr;
  }
  .tobe-testimonials__brand {
    min-height: 270px;
    padding: 30px;
    border-right: 0;
    border-bottom: 1px solid rgba(171, 138, 98, 0.28);
  }
  .tobe-testimonials__brand-mark {
    min-height: 150px;
  }
  .tobe-testimonials__brand-mark img {
    width: min(100%, 210px);
  }
  .tobe-testimonials__brand-copy {
    margin-top: 18px;
  }
}
@media screen and (max-width: 576px) {
  .tobe-testimonials {
    padding: 70px 0;
  }
  .tobe-testimonials__heading {
    margin-bottom: 34px;
    text-align: center;
  }
  .tobe-testimonials__heading .subtitle__icon__two {
    width: max-content;
    margin-right: auto;
    margin-left: auto;
  }
  .tobe-testimonials__heading h2 {
    font-size: 38px;
  }
  .tobe-testimonials__heading > p {
    padding: 0;
    border-left: 0;
    font-size: 16px;
  }
  .tobe-testimonials__brand {
    min-height: 230px;
    padding: 25px 22px;
  }
  .tobe-testimonials__brand-mark {
    min-height: 125px;
  }
  .tobe-testimonials__brand-mark img {
    width: min(100%, 180px);
  }
  .tobe-testimonials__brand-copy {
    margin-top: 13px;
  }
  .tobe-testimonials__brand-copy p {
    font-size: 20px;
  }
  .tobe-testimonials__controls {
    min-height: 70px;
    padding: 12px 24px;
    justify-content: center;
  }
}

.tobe-testimonial-card {
  display: flex;
  width: 100%;
  min-height: 394px;
  margin: 0;
  padding: 47px 55px 37px;
  justify-content: space-between;
  flex-direction: column;
  border: 0;
}
.tobe-testimonial-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.tobe-testimonial-card__quote {
  height: 48px;
  color: var(--heading-color);
  font-family: var(--glida);
  font-size: 76px;
  line-height: 0.85;
}
.tobe-testimonial-card__label {
  color: var(--heading-color);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.tobe-testimonial-card > p {
  margin: 17px 0 38px;
  color: var(--rts-heading);
  font-family: var(--glida);
  font-size: 29px;
  line-height: 1.48;
}
.tobe-testimonial-card__footer {
  display: flex;
  padding-top: 21px;
  gap: 24px;
  align-items: flex-end;
  justify-content: space-between;
  border-top: 1px solid rgba(171, 138, 98, 0.27);
}
.tobe-testimonial-card__guest {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.tobe-testimonial-card__guest cite {
  color: var(--rts-heading);
  font-family: var(--jost);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
}
.tobe-testimonial-card__guest span {
  margin-top: 3px;
  color: var(--rts-para);
  font-size: 14px;
}
.tobe-testimonial-card__index {
  color: rgba(171, 138, 98, 0.42);
  font-family: var(--glida);
  font-size: 42px;
  line-height: 0.85;
}
@media screen and (max-width: 768px) {
  .tobe-testimonial-card {
    min-height: 420px;
    padding: 38px 35px 32px;
  }
  .tobe-testimonial-card > p {
    font-size: 26px;
  }
}
@media screen and (max-width: 576px) {
  .tobe-testimonial-card {
    min-height: 450px;
    padding: 31px 24px 27px;
  }
  .tobe-testimonial-card__quote {
    font-size: 66px;
  }
  .tobe-testimonial-card__label {
    font-size: 11px;
  }
  .tobe-testimonial-card > p {
    margin: 13px 0 30px;
    font-size: 23px;
    line-height: 1.46;
  }
  .tobe-testimonial-card__footer {
    align-items: flex-start;
  }
  .tobe-testimonial-card__guest cite {
    font-size: 16px;
  }
  .tobe-testimonial-card__guest span {
    font-size: 13px;
  }
  .tobe-testimonial-card__index {
    font-size: 34px;
  }
}

[data-theme=dark] .client__testimonial.is__home__one {
  background-color: var(--rts-white);
}
[data-theme=dark] .tobe-testimonials__brand {
  background: linear-gradient(145deg, #e9ded0 0%, #d4c1aa 100%);
}
[data-theme=dark] .tobe-testimonials__controls {
  background: rgba(255, 255, 255, 0.03);
}

.video__area__image {
  position: relative;
  height: 685px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .video__area__image {
    height: 350px;
  }
}
.video__area__image::before {
  background: rgba(27, 27, 27, 0.3);
  border-radius: 10px;
}
.video__area__image img {
  max-width: 100%;
}

.video--spinner__wrapper {
  position: absolute;
  max-width: max-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video--spinner__wrapper .rts__circle--icon i {
  font-size: 50px;
  line-height: 1 !important;
}
@media screen and (max-width: 768px) {
  .video--spinner__wrapper .rts__circle--icon i {
    font-size: 30px;
  }
}

.video__area__image.is__home__three::before {
  border-radius: 0;
}

.video__area__image.is__room__details {
  height: 500px !important;
}
@media screen and (max-width: 576px) {
  .video__area__image.is__room__details {
    height: 400px !important;
  }
}

.video.has__shape .section__shape {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 992px) {
  .video.has__shape .section__shape {
    display: none;
  }
}

.video.video__full .rts__circle {
  background: rgba(171, 138, 98, 0.75);
  border-width: 0.5px;
}
.video.video__full .video__area__image::before {
  border-radius: 0;
}

.offer__area.has__shape .section__shape {
  position: absolute;
  left: 0;
  top: 40%;
}
@media screen and (max-width: 992px) {
  .offer__area.has__shape .section__shape {
    display: none;
  }
}
.offer__area.is__home__one {
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .offer__area.is__home__one {
    padding-bottom: 100px;
  }
}

.single__offer {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1400px) {
  .single__offer {
    gap: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .single__offer {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .single__offer {
    flex-wrap: wrap;
  }
}
.single__offer__image {
  overflow: hidden;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .single__offer__image {
    width: 100%;
  }
}
.single__offer__image:hover img {
  transform: scale(1.1);
}
.single__offer__image img {
  border-radius: 6px;
  transition: var(--transition);
}
@media screen and (max-width: 1200px) {
  .single__offer__image img {
    width: 450px;
    object-fit: cover;
  }
}
@media screen and (max-width: 992px) {
  .single__offer__image img {
    width: 100%;
  }
}
.single__offer__content h6 {
  margin-bottom: 20px;
}
.single__offer__content .offer__included {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.single__offer__content .offer__included li {
  display: flex;
  gap: 15px;
  align-items: center;
}
.single__offer__content .offer__included li i {
  color: var(--rts-heading);
  font-size: 12px;
}
.single__offer__content .underline__style {
  font-size: 18px;
  font-family: var(--jost);
  font-weight: 500;
  color: var(--heading-color);
  border-bottom: 1px solid var(--heading-color);
}

.offer.is__home__five.has__shape .section__shape {
  position: absolute;
  top: 20%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .offer.is__home__five.has__shape .section__shape {
    display: none;
  }
}

.single__offer.if__is__big__card {
  background-color: var(--rts-heading);
  color: var(--rts-white);
  gap: 60px;
}
@media screen and (max-width: 1200px) {
  .single__offer.if__is__big__card {
    gap: 40px;
  }
}
.single__offer.if__is__big__card:nth-child(2) {
  flex-direction: row-reverse;
}
.single__offer.if__is__big__card:nth-child(2) .single__offer__meta {
  margin-left: 30px;
}
.single__offer.if__is__big__card .single__offer__thumb {
  max-width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .single__offer.if__is__big__card .single__offer__thumb {
    max-width: 100%;
  }
}
.single__offer.if__is__big__card .single__offer__thumb img {
  transition: var(--transition);
  transform: scale(1.01);
  height: 430px;
}
@media screen and (max-width: 768px) {
  .single__offer.if__is__big__card .single__offer__thumb img {
    height: 100%;
  }
}
.single__offer.if__is__big__card .single__offer__thumb:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .single__offer.if__is__big__card .single__offer__meta {
    margin-left: 30px;
    margin-bottom: 30px;
  }
}
.single__offer.if__is__big__card .single__offer__meta h4 a {
  color: var(--rts-white);
  margin-bottom: 20px;
  display: block;
  transition: var(--transition);
}
.single__offer.if__is__big__card .single__offer__meta h4 a:hover {
  color: var(--heading-color);
}
.single__offer.if__is__big__card .single__offer__meta p {
  max-width: 520px;
}
.single__offer.if__is__big__card .single__offer__meta .price__tag {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single__offer.if__is__big__card .single__offer__meta .price__tag span {
  color: var(--heading-color);
}
.single__offer.if__is__big__card .single__offer__meta .price__tag .less__count {
  text-decoration: line-through;
}
.single__offer.if__is__big__card .single__offer__meta .underline__style {
  font-size: 18px;
  font-family: var(--jost);
  font-weight: 500;
  color: var(--rts-white);
  border-bottom: 1px solid var(--rts-white);
  transition: var(--transition);
}
.single__offer.if__is__big__card .single__offer__meta .underline__style:hover {
  color: var(--heading-color);
  border-color: var(--heading-color);
}

.single__offer__card {
  overflow: hidden;
  border-radius: 6px;
}
.single__offer__card__content {
  padding: 40px 30px 40px 40px;
  background-color: var(--rts-heading);
}
.single__offer__card__content a {
  color: var(--rts-white);
}
.single__offer__card__content .offer__price {
  color: var(--heading-color);
}
.single__offer__card__content .offer__included {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .single__offer__card__content .offer__included {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.single__offer__card__content .offer__included li {
  color: var(--rts-white);
  display: flex;
  align-items: center;
  gap: 10px;
}
.single__offer__card.is__flex {
  display: flex;
  background-color: var(--rts-heading);
  align-items: center;
}
@media screen and (max-width: 992px) {
  .single__offer__card.is__flex {
    flex-direction: column;
    align-items: self-start;
  }
  .single__offer__card.is__flex a {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .single__offer__card.is__flex img {
    width: 100%;
    object-fit: cover;
    height: 400px;
  }
}
.single__offer__card.is__flex .single__offer__card__content {
  padding: 30px 0 30px 30px;
}

.advance__search {
  box-shadow: 0px 30px 30px rgba(175, 175, 175, 0.16);
  border-radius: 16px;
  background-color: var(--rts-white);
  padding: 20px 22px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .advance__search {
    box-shadow: none;
  }
}
@media screen and (max-width: 576px) {
  .advance__search {
    border-radius: 0;
    padding: 30px 20px;
  }
}
.advance__search__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 992px) {
  .advance__search__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .advance__search__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .advance__search__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .advance__search__wrapper.is__home__five {
    grid-template-columns: repeat(1, 1fr);
  }
}
.advance__search__wrapper.is__home__five .query__input {
  border-right: none;
}
.advance__search__wrapper.is__home__five .query__input__icon {
  top: 55%;
}
.advance__search__wrapper.is__home__five .query__input__icon.is__svg {
  top: 50%;
}
@media screen and (max-width: 576px) {
  .advance__search__wrapper .query__input {
    border-right: none !important;
  }
}
@media screen and (max-width: 992px) {
  .advance__search__wrapper .query__input:nth-child(even) {
    border-right: 1px solid #E4E4E4;
  }
}
@media screen and (max-width: 768px) {
  .advance__search__wrapper .query__input:nth-child(even) {
    border-right: none;
  }
}
@media screen and (max-width: 992px) {
  .advance__search__wrapper .query__input:nth-child(3) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .advance__search__wrapper .query__input:nth-child(3) {
    border-right: 1px solid #E4E4E4;
  }
}
@media screen and (max-width: 576px) {
  .advance__search__wrapper .query__input:nth-child(3) {
    border-right: none;
  }
}
.advance__search__wrapper .search__btn {
  min-width: 140px;
  display: flex;
  gap: 10px;
  align-items: center;
  height: 56px;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .advance__search__wrapper .search__btn {
    justify-content: center;
  }
}
.advance__search .query__input {
  position: relative;
  width: 100%;
  border-right: 1px solid #E4E4E4;
  padding-right: 25px;
  z-index: 2;
}
.advance__search .query__input:last-child {
  padding-right: 0;
  border-right: 0;
}
.advance__search .query__input label {
  display: block;
  font-size: 20px;
  font-family: var(--glida);
  color: var(--rts-heading);
  margin-bottom: 5px;
}
@media screen and (max-width: 576px) {
  .advance__search .query__input label {
    font-size: 16px;
  }
}
.advance__search .query__input input,
.advance__search .query__input select {
  position: relative;
  width: 100%;
  margin-left: 25px;
  border: 0;
  z-index: 1;
  cursor: pointer;
  color: var(--rts-para);
  background-color: transparent;
}
.advance__search .query__input__icon {
  position: absolute;
  left: 0;
  top: 58%;
  width: 100%;
}
.advance__search .query__input__icon.is__svg {
  top: 55%;
}
.advance__search .query__input__icon.is__svg img {
  height: 18px;
  width: 16px;
}
.advance__search .query__input__icon i {
  color: var(--rts-heading);
}
.advance__search .query__input__icon::before {
  content: "\f122";
  position: absolute;
  color: var(--rts-heading);
  right: 20px;
  bottom: 0;
  font-family: flaticon_bokinn !important;
  z-index: 1;
}
.advance__search .query__input__icon.is__svg img {
  position: relative;
  top: -2px;
}
.advance__search .query__input .form-select {
  --bs-form-select-bg-img: unset;
  outline: none;
  margin-left: 15px;
  padding: 0 15px;
  top: 1px;
}
.advance__search .query__input .form-select:focus {
  box-shadow: none !important;
}

.advance__search__section.is__home__one {
  margin-top: -50px;
}
.advance__search__section.is__home__three {
  padding-bottom: 230px;
}
@media screen and (max-width: 576px) {
  .advance__search__section.is__home__three {
    padding-bottom: 175px;
  }
}
.advance__search__section.is__home__three .advance__search {
  border-radius: 0;
}
.advance__search__section.is__home__three .advance__search .search__btn {
  border-radius: 0;
}
.advance__search__section.is__home__four {
  margin-top: -50px;
}
@media screen and (max-width: 576px) {
  .advance__search__section.is__home__four .advance__search__wrapper .query__input {
    border-right: none;
  }
}
@media screen and (max-width: 992px) {
  .advance__search__section.is__home__four .advance__search__wrapper .query__input:nth-child(even) {
    border-right: 1px solid #E4E4E4;
  }
}
@media screen and (max-width: 768px) {
  .advance__search__section.is__home__four .advance__search__wrapper .query__input:nth-child(even) {
    border-right: none;
  }
}
@media screen and (max-width: 992px) {
  .advance__search__section.is__home__four .advance__search__wrapper .query__input:nth-child(3) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .advance__search__section.is__home__four .advance__search__wrapper .query__input:nth-child(3) {
    border-right: 1px solid #E4E4E4;
  }
}
@media screen and (max-width: 576px) {
  .advance__search__section.is__home__four .advance__search__wrapper .query__input:nth-child(3) {
    border-right: none;
  }
}
.advance__search__section.is__home__six {
  padding-bottom: 240px;
}
@media screen and (max-width: 1200px) {
  .advance__search__section.is__home__six {
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 992px) {
  .advance__search__section.is__home__six {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 768px) {
  .advance__search__section.is__home__six {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .advance__search__section.is__home__six .advance__search__wrapper .query__input {
    border-right: none;
  }
}
@media screen and (max-width: 992px) {
  .advance__search__section.is__home__six .advance__search__wrapper .query__input:nth-child(even) {
    border-right: 1px solid #E4E4E4;
  }
}
@media screen and (max-width: 768px) {
  .advance__search__section.is__home__six .advance__search__wrapper .query__input:nth-child(even) {
    border-right: none;
  }
}
@media screen and (max-width: 992px) {
  .advance__search__section.is__home__six .advance__search__wrapper .query__input:nth-child(3) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .advance__search__section.is__home__six .advance__search__wrapper .query__input:nth-child(3) {
    border-right: 1px solid #E4E4E4;
  }
}
@media screen and (max-width: 576px) {
  .advance__search__section.is__home__six .advance__search__wrapper .query__input:nth-child(3) {
    border-right: none;
  }
}
.advance__search__section.is__page.has__border .advance__search {
  border-radius: 10px;
  border: 1px solid var(--rts-border);
}
@media screen and (max-width: 576px) {
  .advance__search__section.is__page .advance__search__wrapper .query__input {
    border-right: none;
  }
}
@media screen and (max-width: 992px) {
  .advance__search__section.is__page .advance__search__wrapper .query__input:nth-child(even) {
    border-right: 1px solid #E4E4E4;
  }
}
@media screen and (max-width: 768px) {
  .advance__search__section.is__page .advance__search__wrapper .query__input:nth-child(even) {
    border-right: none;
  }
}
@media screen and (max-width: 992px) {
  .advance__search__section.is__page .advance__search__wrapper .query__input:nth-child(3) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .advance__search__section.is__page .advance__search__wrapper .query__input:nth-child(3) {
    border-right: 1px solid #E4E4E4;
  }
}
@media screen and (max-width: 576px) {
  .advance__search__section.is__page .advance__search__wrapper .query__input:nth-child(3) {
    border-right: none;
  }
}

.rts__booking__form .advance__search {
  padding: 30px;
}
.rts__booking__form .advance__search h5 {
  padding-top: 20px;
  padding-bottom: 25px;
  text-align: center;
}
.rts__booking__form .advance__search__wrapper {
  display: flex;
  flex-direction: column;
}
.rts__booking__form .advance__search__wrapper .query__input {
  display: flex;
  justify-content: space-between;
  padding: 14px 20px;
  border-radius: 6px;
  align-items: center;
  background-color: var(--rts-gray);
}
.rts__booking__form .advance__search__wrapper .query__input__position {
  position: relative;
  max-width: 160px;
  min-width: 160px;
}
.rts__booking__form .advance__search__wrapper .query__input input, .rts__booking__form .advance__search__wrapper .query__input textarea, .rts__booking__form .advance__search__wrapper .query__input select {
  width: min-content;
  background-color: transparent;
  width: 100%;
}
.rts__booking__form .advance__search__wrapper .query__input__icon {
  transform: translateY(-50%);
}
.rts__booking__form .advance__search__wrapper .query__input__icon::before {
  right: 0;
}
.rts__booking__form .advance__search__wrapper .theme-btn {
  width: 100%;
  justify-content: center;
}
.rts__booking__form.has__background .advance__search {
  background-color: var(--rts-gray);
}
.rts__booking__form.has__background .advance__search__wrapper .query__input {
  background-color: var(--rts-white);
}

.rts__booking__form.is__room__details .advance__search {
  padding: 50px 30px;
  box-shadow: none;
  border-radius: 10px;
}

.advance__search__wrapper .query__input.checkbox {
  padding: 0;
  background-color: transparent !important;
}
.advance__search__wrapper .total__price {
  border-top: 1px solid var(--rts-border);
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 30px;
}

[data-theme=dark] .advance__search {
  box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.16);
}
[data-theme=dark] .advance__search .query__input {
  border-color: #383838;
}
[data-theme=dark] .query__input__icon.is__svg img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(157deg) brightness(102%) contrast(101%);
}

.footer__newsletter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.footer__newsletter form {
  min-width: 490px;
  max-width: 100%;
  background-color: var(--rts-white);
  position: relative;
  border-radius: 6px;
}
.footer__newsletter form input {
  padding: 13px 20px;
  width: 100%;
  position: relative;
  border: 1px solid #F1F1F1;
  box-shadow: 0px 30px 30px rgba(132, 132, 132, 0.16);
  border-radius: 4px;
}
.footer__newsletter form input::placeholder {
  color: var(--rts-para);
}
.footer__newsletter form input::-ms-input-placeholder {
  /* Edge 12-18 */
  color: var(--rts-para);
}
.footer__newsletter form button[type=submit] {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 6px 15px;
  border-radius: 6px;
  border: 0;
  color: var(--rts-white);
  background-color: var(--heading-color);
}

.footer__newsletter.is__separate {
  background-color: var(--rts-gray);
  padding: 65px 90px;
  border-radius: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .footer__newsletter.is__separate {
    padding: 65px;
  }
}
@media screen and (max-width: 576px) {
  .footer__newsletter.is__separate {
    padding: 30px;
  }
}

.footer__form {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.footer__form .query__input {
  position: relative;
}
.footer__form .query__input__position {
  position: relative;
}
.footer__form .query__input .query__label {
  display: block;
  color: var(--rts-heading);
  margin-bottom: 10px;
}
.footer__form .query__input input, .footer__form .query__input textarea {
  padding: 12px 20px;
  line-height: 1;
  background-color: var(--rts-white);
  border: 1px solid #F1F1F1;
  padding-left: 45px;
  position: relative;
  width: 100%;
}
.footer__form .query__input textarea {
  height: 86px;
  resize: none;
}
.footer__form .query__input textarea:focus {
  outline: none;
}
.footer__form .query__input .query__input__icon {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  left: 20px;
}
.footer__form .query__input .query__input__icon.if__is__textarea {
  top: 20px;
}
.footer__form .submit__btn {
  max-width: max-content;
  border-radius: 0;
  padding: 10px 20px;
}

.newsletter.is__home__four {
  max-width: 100% !important;
  display: flex;
  align-items: center;
}
.newsletter.is__home__four.has__background {
  background-image: url("../images/index-4/newsletter.webp");
  height: 194px;
  position: relative;
}
.newsletter.is__home__four.has__background::before {
  background-color: rgba(27, 27, 27, 0.8);
}

.rts__form.footer__newsletter {
  margin-bottom: 0;
}
.rts__form.footer__newsletter form {
  max-width: 360px;
  min-width: 360px;
}
@media screen and (max-width: 992px) {
  .rts__form.footer__newsletter form {
    min-width: 260px;
  }
}

.facility__area {
  padding: 65px 0;
}
.facility__area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: var(--rts-gray);
  z-index: -1;
  top: 0;
  left: 40%;
}
@media screen and (max-width: 992px) {
  .facility__area::before {
    left: 0;
  }
}
.facility__area .facility__image {
  height: 765px;
  width: 100%;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .facility__area .facility__image {
    height: 100%;
    right: 0;
  }
}
.facility__area.has__shape .section__shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .facility__area.has__shape .section__shape {
    display: none;
  }
}
.facility__area.is__about::before {
  right: 40%;
  left: auto;
}
@media screen and (max-width: 992px) {
  .facility__area.is__about::before {
    right: 0;
  }
}
.facility__area.is__about .section__shape {
  left: 0;
  right: auto;
}

.facility.has__background {
  background-color: var(--rts-heading);
}
.facility .facility__thumb {
  height: 620px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .facility .facility__thumb {
    height: 100%;
  }
}
.facility .facility__thumb img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
}

.facility.is__home__five::before {
  position: absolute;
  content: "";
  height: 335px;
  width: 49.4%;
  background-color: var(--rts-gray);
  z-index: -1;
  right: 0;
  bottom: 0;
}

.facility.is__home__six {
  background-color: var(--rts-gray);
}
@media screen and (max-width: 992px) {
  .facility.is__home__six {
    padding-bottom: 60px;
  }
}

.facility__image__container {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .facility__image__container {
    right: -10%;
  }
}
@media screen and (max-width: 1400px) {
  .facility__image__container {
    right: -15%;
  }
}
@media screen and (max-width: 1280px) {
  .facility__image__container {
    right: -20%;
  }
}
@media screen and (max-width: 1200px) {
  .facility__image__container {
    right: -30%;
  }
}
@media screen and (max-width: 1024px) {
  .facility__image__container {
    right: -35%;
  }
}
@media screen and (max-width: 992px) {
  .facility__image__container {
    position: relative;
    right: 0;
  }
}
@media screen and (max-width: 992px) {
  .facility__image__container img {
    height: 100%;
  }
}

.facilities__area.has__shape .section__shape {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 992px) {
  .facilities__area.has__shape .section__shape {
    display: none;
  }
}

.tobe-amenities {
  background: #f7f3ee;
}
.tobe-amenities__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(88px, auto));
  grid-auto-flow: column;
  gap: 32px 46px;
  padding: 42px 48px;
  border: 1px solid rgba(171, 138, 98, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
}
.tobe-amenities__item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-width: 0;
}
.tobe-amenities__icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
}
.tobe-amenities__icon img {
  width: 46px;
  max-height: 48px;
  object-fit: contain;
}
.tobe-amenities__content {
  min-width: 0;
}
.tobe-amenities__content h3,
.tobe-amenities__content p {
  font-family: var(--jost);
}
.tobe-amenities__content h3 {
  margin: 0;
  color: var(--rts-heading);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}
.tobe-amenities__content p {
  margin: 2px 0 0;
  color: var(--rts-para);
  font-size: 16px;
  line-height: 1.45;
}
.tobe-amenities__item.is-upcoming p {
  color: var(--heading-color);
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .tobe-amenities__grid {
    gap: 28px 30px;
    padding: 38px 32px;
  }
}
@media screen and (max-width: 992px) {
  .tobe-amenities__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-flow: row;
  }
}
@media screen and (max-width: 576px) {
  .tobe-amenities__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px 22px;
  }
  .tobe-amenities__item {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
  }
  .tobe-amenities__icon {
    width: 48px;
    height: 48px;
  }
  .tobe-amenities__icon img {
    width: 42px;
    max-height: 44px;
  }
  .tobe-amenities__content h3 {
    font-size: 17px;
  }
  .tobe-amenities__content p {
    font-size: 15px;
  }
}
[data-theme=dark] .tobe-amenities {
  background: var(--rts-white);
}
[data-theme=dark] .tobe-amenities__grid {
  background: rgba(255, 255, 255, 0.04);
}

.blog__item.is__full {
  border: 1px solid var(--rts-gray);
  padding: 30px;
  box-shadow: 0px 30px 40px rgba(175, 175, 175, 0.16);
}
.blog__item__thumb {
  overflow: hidden;
  margin-bottom: 30px;
}
.blog__item__thumb img {
  transition: var(--transition);
  min-height: 320px;
  max-height: 100%;
  transform: scale(1);
}
.blog__item__thumb:hover img {
  transform: scale(1.05);
}
.blog__item__meta__title h5 {
  transition: var(--transition);
  margin-bottom: 15px;
}
.blog__item__meta__title h5:hover {
  color: var(--heading-color);
}
.blog__item__meta__cat {
  padding: 8px 15px;
  border-radius: 2px;
  background-color: var(--rts-gray);
  font-size: var(--p-xs);
  line-height: 1;
  color: var(--rts-para);
  margin-bottom: 20px;
  display: inline-block;
}
.blog__item__meta__list {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .blog__item__meta__list {
    gap: 15px;
  }
}
.blog__item__meta__list span {
  display: flex;
  gap: 8px;
  align-items: center;
}
.blog__item__meta__list span a {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--rts-para);
}

.blog__item.if__is__small {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 576px) {
  .blog__item.if__is__small {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.blog__item.if__is__small .blog__item__thumb {
  margin-bottom: 0;
  min-width: 195px;
}
.blog__item.if__is__small .blog__item__thumb img {
  min-width: 195px;
  max-width: 195px;
  max-height: 168px;
  min-height: 168px;
}
.blog__item.if__is__small .blog__item__meta__title h5 {
  font-size: 26px;
  line-height: 38px;
}

.blog__small__list {
  display: flex;
  flex-direction: column;
  gap: 39px;
}

.blog__item.is__has__radius {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid rgba(101, 103, 107, 0.3);
}
.blog__item.is__has__radius .blog__item__thumb {
  border-radius: 10px;
}
.blog__item.is__has__radius .blog__item__thumb img {
  min-height: 250px;
  max-height: 250px;
}
@media screen and (max-width: 1200px) {
  .blog__item.is__has__radius .blog__item__thumb img {
    width: 100%;
  }
}

.blog__item.is__full.is__event {
  border-radius: 6px;
}
.blog__item.is__full.is__event .blog__item__thumb img {
  border-radius: 6px;
}

.blog__list__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.blog__list__item .load__more__link {
  margin-top: 30px;
}

.single__blog {
  border: 1px solid var(--rts-border);
  padding: 30px;
  border-radius: 6px;
}
.single__blog__thumb {
  overflow: hidden;
  margin-bottom: 30px;
}
.single__blog__thumb img {
  overflow: hidden;
  border-radius: 6px;
  width: 100%;
  transition: var(--transition);
}
@media screen and (max-width: 768px) {
  .single__blog__thumb img {
    height: 100%;
  }
}
.single__blog__thumb img:hover {
  transform: scale(1.05);
}
.single__blog__meta .category {
  display: block;
  color: var(--rts-para);
  margin-bottom: 10px;
  font-size: 18px;
}
.single__blog__meta .h5 {
  margin-bottom: 10px;
  display: block;
}
.single__blog__meta p {
  margin-bottom: 20px;
}
.single__blog__meta__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .single__blog__meta__main {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.single__blog__meta__main .author__meta {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .single__blog__meta__main .author__meta {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.single__blog__meta__main .author__meta a {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--rts-para);
}
.single__blog__meta__main .author__meta a img {
  border-radius: 50%;
}
.single__blog__meta__main .author__meta span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single__blog__meta__main .readmore a {
  background-color: var(--rts-gray);
  color: var(--rts-heading);
  padding: 8px 15px;
  border-radius: 6px;
  font-family: var(--jost);
  transition: var(--transition);
}
.single__blog__meta__main .readmore a:hover {
  background-color: var(--rts-heading);
  color: var(--rts-white);
}

.sitcky__sidebar {
  position: relative;
  top: 0;
  will-change: min-height;
}
@media screen and (max-width: 992px) {
  .sitcky__sidebar {
    position: unset;
  }
}

.blog__sidebar__section {
  background-color: var(--rts-gray);
  padding: 30px;
  border-radius: 6px;
  margin-bottom: 30px;
}
.blog__sidebar__section:last-child {
  margin-bottom: 0;
}
.blog__sidebar__section h6 {
  text-transform: capitalize;
}
.blog__sidebar__section .search__form {
  position: relative;
  border-radius: 6px;
  width: 100%;
  background-color: var(--rts-white);
  margin-bottom: 30px;
}
.blog__sidebar__section .search__form input[type=text] {
  width: 100%;
  padding: 13px 13px 13px 35px;
  position: relative;
  border: 0;
  border-radius: 6px;
}
.blog__sidebar__section .search__form i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.blog__sidebar__section .search__item__list {
  margin-bottom: 30px;
}
.blog__sidebar__section .search__item__list .list {
  border-bottom: 1px solid var(--rts-border);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.blog__sidebar__section .search__item__list .list:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog__sidebar__section .search__item__list .checkbox.is__small label::before {
  height: 14px;
  width: 14px;
  border-radius: 2px;
  margin-right: 15px;
  transition: var(--transition);
}
.blog__sidebar__section .search__item__list .checkbox.is__small input:checked + label::after {
  top: 9px;
  left: 5px;
  width: 4px;
  height: 8px;
  border-color: var(--rts-white);
  transition: var(--transition);
}
.blog__sidebar__section .search__item__list .checkbox.is__small input:checked + label::before {
  border-color: var(--rts-heading);
  background-color: var(--rts-heading);
}

.latest__post {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.single__post {
  display: flex;
  gap: 20px;
  align-items: center;
}
.single__post__thumb img {
  min-width: 110px;
  object-fit: cover;
  border-radius: 6px;
}
.single__post__meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.single__post__meta a {
  color: var(--rts-heading);
  font-family: var(--jost);
}

.tags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.tags__list a {
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid var(--rts-border);
  display: inline-block;
  color: var(--rts-para);
  line-height: 1;
  font-size: 14px;
  transition: var(--transition);
}
.tags__list a:hover {
  background-color: var(--heading-color);
  border-color: var(--heading-color);
  color: var(--rts-white);
}

.blog__details__content .description {
  font-size: 18px;
  line-height: 30px;
}
.blog__details__content .service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .blog__details__content .service-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .blog__details__content .service-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog__details__content .service-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}
.blog__details__content .rts__blockquote {
  padding: 80px 60px 40px 30px;
  border-radius: 10px;
  background-color: var(--rts-gray);
  margin: 40px 0;
}
.blog__details__content .rts__blockquote .blockquote__text {
  position: relative;
  font-size: 24px;
  font-family: var(--glida);
  color: var(--rts-heading);
  line-height: 38px;
}
.blog__details__content .rts__blockquote .blockquote__text::after {
  position: absolute;
  content: "";
  height: 30px;
  width: 35px;
  background-image: url("../images/icon/quote.svg");
  top: -45px;
  left: 0;
  background-repeat: no-repeat;
}
.blog__details__content .comment__list {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.blog__details__content .comment__item__author {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.blog__details__content .comment__text a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--rts-heading);
}
.blog__details__content .share .social__link {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog__details__content .share .social__link a {
  color: var(--rts-para);
  font-size: 20px;
  transition: var(--transition);
}
.blog__details__content .share .social__link a:hover i {
  color: var(--heading-color);
}

.comment__form {
  padding: 30px;
  border-radius: 10px;
  background-color: var(--rts-gray);
}
.comment__form .input-group {
  flex-wrap: nowrap;
  gap: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .comment__form .input-group {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.comment__form .form-group {
  width: 100%;
}
.comment__form .form-group label {
  color: var(--rts-heading);
  font-size: 18px;
  font-family: var(--jost);
  display: block;
  margin-bottom: 15px;
}
.comment__form .form-group input {
  padding: 11px 15px;
  border: 0;
}
.comment__form .form-group textarea {
  height: 100px;
  resize: none;
  border: none;
  padding: 11px 15px;
}
.comment__form .fill {
  padding: 12px 35px;
  font-family: var(--jost);
}

.service.is__home__three {
  padding: 80px 0;
}
.service.has__background {
  background-color: var(--rts-gray);
}
.service.has__shape .section__shape {
  position: absolute;
  right: 0;
  top: 0;
}

.single__service__item {
  display: flex;
  gap: 100px;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .single__service__item {
    gap: 30px;
  }
}
@media screen and (max-width: 992px) {
  .single__service__item {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.single__service__item .service__thumb {
  min-width: 605px;
  min-height: 535px;
}
@media screen and (max-width: 1200px) {
  .single__service__item .service__thumb {
    min-width: 550px;
  }
}
@media screen and (max-width: 992px) {
  .single__service__item .service__thumb {
    min-width: 100%;
    min-height: 400px;
  }
}
.single__service__item .underline__style {
  font-size: 18px;
  font-family: var(--jost);
  font-weight: 400;
  color: var(--heading-color);
  border-bottom: 1px solid var(--heading-color);
}
.single__service__item.if__is__reverse {
  flex-direction: row-reverse;
  margin-top: -20px;
}
@media screen and (max-width: 1400px) {
  .single__service__item.if__is__reverse {
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .single__service__item.if__is__reverse {
    margin-top: 30px;
  }
}

.service__slider.full__width {
  margin: 0 70px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .service__slider.full__width {
    margin: 0 15px;
  }
}

.service__item__slide {
  max-width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 1400px) {
  .service__item__slide {
    margin-bottom: 1px;
  }
}
.service__item__slide .service__thumb img {
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .service__item__slide .service__thumb img {
    height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .service__item__slide .service__thumb img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .service__item__slide .service__thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}
.service__item__slide .service__meta {
  border: 1px solid rgba(101, 103, 107, 0.3);
  padding: 30px;
  border-radius: 10px;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media screen and (max-width: 1400px) {
  .service__item__slide .service__meta h5 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 992px) {
  .service__item__slide .service__meta h5 {
    font-size: 20px;
    line-height: 30px;
  }
}
.service__item__slide .service__meta h5 a {
  color: var(--rts-heading);
  margin-bottom: 10px;
  display: block;
}
.service__item__slide .service__meta .price {
  color: var(--heading-color);
  margin-bottom: 0;
  line-height: 1;
}

.service.is__home__five {
  padding-top: 190px;
  padding-bottom: 80px;
  clip-path: polygon(100% 0%, 100% 99.953%, 0% 99.953%, 0% 0%, 0% 0%, 11.01% 4.616%, 22.155% 7.785%, 33.299% 9.667%, 44.309% 10.418%, 55.049% 10.196%, 65.385% 9.158%, 75.183% 7.461%, 84.308% 5.265%, 92.625% 2.725%, 100% 0%);
}
@media screen and (max-width: 768px) {
  .service.is__home__five {
    clip-path: none;
    padding-top: 100px;
  }
}

.service__slider__five .service__item__slide {
  text-align: center;
  padding: 17px;
  padding-bottom: 0;
  background-color: var(--rts-white);
}
.service__slider__five .service__item__slide .service__thumb img {
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .service__slider__five .service__item__slide .service__thumb img {
    height: 100%;
  }
}
.service__slider__five .service__item__slide .service__meta {
  border: none;
  padding: 30px 0;
}
.service__slider__five .swiper-slide-active .service__item__slide {
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .service__slider__five .swiper-slide-active .service__item__slide {
    margin-top: 0;
  }
}
.service__slider__five .swiper-slide-active .service__meta h5 {
  animation: fadeInUp 0.6s ease-in;
}
.service__slider__five .swiper-slide-active .service__meta .price {
  animation: fadeInUp 0.7s ease-in;
}

.service__item__slide.if__is__home__six {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 100%;
  border: 1px solid var(--rts-border);
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .service__item__slide.if__is__home__six {
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
  }
}
.service__item__slide.if__is__home__six .service__thumb {
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .service__item__slide.if__is__home__six .service__thumb {
    width: 100%;
  }
}
.service__item__slide.if__is__home__six .service__thumb img {
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: var(--transition);
  object-fit: cover;
  transform: scale(1);
}
@media screen and (max-width: 992px) {
  .service__item__slide.if__is__home__six .service__thumb img {
    border-bottom-left-radius: 0;
  }
}
.service__item__slide.if__is__home__six .service__thumb:hover img {
  transform: scale(1.1);
}
.service__item__slide.if__is__home__six .service__meta {
  border: 0;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .service__item__slide.if__is__home__six .service__meta {
    margin: 0 auto;
    padding-bottom: 30px;
  }
}

.service__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
  row-gap: 60px;
}
@media screen and (max-width: 1200px) {
  .service__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .service__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .service__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service__list .service__item {
  text-align: center;
  max-width: 300px;
}
@media screen and (max-width: 576px) {
  .service__list .service__item {
    margin: 0 auto;
  }
}
.service__list .service__item__icon {
  font-size: 40px;
  color: var(--heading-color);
  margin-bottom: 30px;
}
.service__list .service__item .h6 {
  margin-bottom: 15px;
  display: block;
}

.single__service__item.if__activities .service__thumb {
  min-height: 650px;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .single__service__item.if__activities .service__thumb {
    min-width: 450px;
  }
}
@media screen and (max-width: 992px) {
  .single__service__item.if__activities .service__thumb {
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .single__service__item.if__activities .service__thumb {
    min-height: auto;
  }
}
.single__service__item.if__is__reverse.if__activities {
  margin-top: 0;
  padding-top: 120px;
}
@media screen and (max-width: 1200px) {
  .single__service__item.if__is__reverse.if__activities {
    padding-top: 80px;
  }
}
@media screen and (max-width: 992px) {
  .single__service__item.if__is__reverse.if__activities {
    padding-top: 50px;
  }
}

.activity__feature {
  margin-bottom: 20px;
}
.activity__feature ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 576px) {
  .activity__feature ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.activity__feature ul li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.activities__image__card {
  position: relative;
}
.activities__image__card .activities__thumb {
  position: relative;
  width: 100%;
}
.activities__image__card .activities__thumb img {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .activities__image__card .activities__thumb img {
    height: 100%;
  }
}
.activities__image__card .activities__thumb::before {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
}
.activities__image__card .activities__meta {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.activities__image__card .activities__meta .title {
  color: var(--rts-white);
  margin-bottom: 20px;
}
.activities__image__card .activities__meta .theme-btn {
  border-color: var(--rts-white) !important;
  transition: var(--transition);
}
.activities__image__card .activities__meta .theme-btn:hover {
  border-color: var(--heading-color) !important;
}
.activities__image__card .activities__meta .theme-btn span {
  color: var(--rts-white) !important;
}

.team__member {
  text-align: center;
}
.team__member__thumb {
  margin-bottom: 30px;
}
.team__member__thumb img {
  border-radius: 6px;
}
.team__member__meta .h6 {
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 992px) {
  .team__member__meta .h6 {
    margin-bottom: 0;
  }
}
.team__member__meta .designation {
  display: block;
  margin-bottom: 10px;
}
.team__member__social {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.team__member__social a {
  color: var(--rts-para);
  font-size: 20px;
}

.resturant__menu__bg {
  background-color: var(--rts-gray);
}
.resturant__menu__bg.section__padding {
  padding-bottom: 100px;
}

.resturant__menu__list {
  margin-bottom: 50px;
}
.resturant__menu__list .nav-tabs {
  border: none;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .resturant__menu__list .nav-tabs {
    gap: 15px;
    justify-content: flex-start;
  }
}
.resturant__menu__list .nav-tabs .nav-link {
  padding: 14px 24px;
  line-height: 100%;
  border: 1px solid var(--rts-border);
  border-radius: 6px;
  color: var(--rts-para);
  transition: var(--transition);
}
.resturant__menu__list .nav-tabs .nav-link.active {
  background-color: var(--heading-color);
  color: var(--rts-white);
}

.single__menu__item__list {
  border-bottom: 1px solid var(--rts-border);
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .single__menu__item__list {
    gap: 30px;
  }
}
@media screen and (max-width: 992px) {
  .single__menu__item__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  .single__menu__item__list {
    border-bottom: none;
    margin-bottom: 0;
    gap: 0;
  }
}
.single__menu__item__list:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.single__menu__item__list .single__menu__item {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .single__menu__item__list .single__menu__item {
    gap: 15px;
  }
}
@media screen and (max-width: 992px) {
  .single__menu__item__list .single__menu__item {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .single__menu__item__list .single__menu__item {
    flex-wrap: wrap;
  }
}
.single__menu__item__list .single__menu__item .menu__thumb img {
  border-radius: 6px;
}
.single__menu__item__list .single__menu__item .menu__meta {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .single__menu__item__list .single__menu__item .menu__meta {
    width: 100%;
  }
}
.single__menu__item__list .single__menu__item .menu__meta .menu__link__price {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 992px) {
  .single__menu__item__list .single__menu__item .menu__meta .menu__link__price {
    justify-content: space-between;
  }
}
@media screen and (max-width: 576px) {
  .single__menu__item__list .single__menu__item .menu__meta .menu__link__price {
    gap: 30px;
  }
}

.resturant__gallery__item img {
  width: 100%;
}

.gallery__link {
  position: relative;
  display: block;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .gallery__link img {
    height: 350px;
    width: 100%;
  }
}

.gallery__link:before {
  position: absolute;
  inset: 0;
  background: rgba(0, 8, 52, 0.3);
  height: 100%;
  width: 100%;
  content: "";
  opacity: 0;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.gallery__item:hover .gallery__link::before {
  opacity: 1;
}

.gallery__area {
  columns: 300px;
}

.is__home__main .gallery__item {
  position: relative;
  max-width: max-content;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.is__home__main .gallery__item::before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(0, 8, 52, 0.4);
  height: 100%;
  width: 100%;
  border-radius: inherit;
  top: -50%;
  transition: var(--transition);
  opacity: 0;
}
.is__home__main .gallery__item::before img {
  border-radius: 6px 6px 0 0;
}
.is__home__main .gallery__item:hover::before {
  top: 0;
  opacity: 1;
}
.is__home__main .gallery__item:hover .gallery__popup {
  opacity: 1;
  visibility: visible;
}
.is__home__main .gallery__popup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.is__home__main .gallery__popup img {
  filter: invert(100%);
}

.single__event {
  display: flex;
  gap: 70px;
  align-items: center;
}
.single__event.if__is__reverse {
  flex-direction: row-reverse;
  padding-top: 120px;
}
@media screen and (max-width: 992px) {
  .single__event.if__is__reverse {
    padding-top: 60px;
  }
}
@media screen and (max-width: 992px) {
  .single__event {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.single__event__thumb {
  overflow: hidden;
  flex-basis: 50%;
}
@media screen and (max-width: 992px) {
  .single__event__thumb {
    flex-basis: 100%;
  }
}
.single__event__thumb img {
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  .single__event__thumb img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .single__event__thumb img {
    height: 100%;
    object-fit: cover;
  }
}
.single__event__meta {
  flex-basis: 50%;
}
@media screen and (max-width: 992px) {
  .single__event__meta {
    flex-basis: 100%;
  }
}
.single__event__meta .event__info {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .single__event__meta .event__info {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.single__event__meta .event__info__single .h5 {
  color: var(--heading-color);
}

.event__newsletter__bg {
  position: relative;
  background-image: url("../images/pages/event/cta__bg.webp");
  padding: 65px 0;
}
.event__newsletter__bg::before {
  background-color: rgba(0, 8, 52, 0.8);
}

.event__newsletter__text {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .event__newsletter__text {
    text-align: center;
  }
}
.event__newsletter__text h2 {
  color: var(--rts-white);
}

.event__newsletter__contact {
  position: relative;
  display: flex;
  gap: 40px;
  z-index: 1;
  justify-content: space-around;
  margin-left: 20px;
}
@media screen and (max-width: 1200px) {
  .event__newsletter__contact {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media screen and (max-width: 992px) {
  .event__newsletter__contact {
    justify-content: center;
    margin-left: 0;
  }
}
.event__newsletter__contact .contact__method {
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  padding: 25px;
  border-radius: 12px;
}
@media screen and (max-width: 576px) {
  .event__newsletter__contact .contact__method {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.event__newsletter__contact .contact__method span {
  color: var(--rts-white);
  font-family: var(--jost);
}
.event__newsletter__contact .contact__method a {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--rts-white);
}

.offcanvas.offcanvas-start {
  min-width: 1300px;
  max-width: 1300px;
}
@media screen and (max-width: 1200px) {
  .offcanvas.offcanvas-start {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .offcanvas.offcanvas-start {
    min-width: unset;
    width: unset;
  }
}

.rts__btstrp__offcanvase {
  max-width: 1300px;
  position: relative;
}
.rts__btstrp__offcanvase .offcanvase__wrapper {
  display: flex;
  align-items: center;
  background-color: #2B2B2B;
}
@media screen and (max-width: 992px) {
  .rts__btstrp__offcanvase .offcanvase__wrapper {
    background-color: transparent;
  }
}
.rts__btstrp__offcanvase .offcanvase__wrapper .left__side {
  position: relative;
  min-width: 470px;
  max-width: 470px;
  height: 100vh;
  background-color: #1D1D1D;
  padding: 50px 60px 35px 50px;
  overflow: scroll;
  overflow-x: hidden;
}
.rts__btstrp__offcanvase .offcanvase__wrapper .left__side::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 576px) {
  .rts__btstrp__offcanvase .offcanvase__wrapper .left__side {
    min-width: 100%;
    max-width: 100%;
    padding: 50px 30px;
  }
}
.rts__btstrp__offcanvase .offcanvase__wrapper .left__side.mobile__menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.rts__btstrp__offcanvase .offcanvase__wrapper .left__side.mobile__menu .btn-close-white {
  position: absolute;
  right: 30px;
  display: none;
}
@media screen and (max-width: 992px) {
  .rts__btstrp__offcanvase .offcanvase__wrapper .left__side.mobile__menu .btn-close-white {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .rts__btstrp__offcanvase .offcanvase__wrapper .left__side .offcanvase__top {
    margin-bottom: 60px;
  }
}
.rts__btstrp__offcanvase .offcanvase__wrapper .left__side .offcanvase__mobile__menu {
  margin-bottom: 50px;
}
.rts__btstrp__offcanvase .offcanvase__wrapper .left__side .offcanvase__mobile__menu .mean-container .mean-nav {
  margin-top: 0;
}
.rts__btstrp__offcanvase .offcanvase__wrapper .left__side .offcanvase__mobile__menu .mean-container .mean-nav > ul {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .rts__btstrp__offcanvase .offcanvase__wrapper .left__side .offcanvase__mobile__menu .mean-container .mean-nav > ul .has__children .slide__menu__item .toggle {
    display: none;
  }
}
.rts__btstrp__offcanvase .offcanvase__wrapper .left__side .offcanvase__mobile__menu .mean-container .mean-nav .meanmenu-reveal {
  display: none !important;
}
.rts__btstrp__offcanvase .offcanvase__wrapper .left__side .offcanvase__mobile__menu .mean-container .mean-nav > ul li a {
  border-top: 1px solid rgba(101, 103, 107, 0.4);
  text-transform: capitalize;
  font-family: var(--glida);
}
.rts__btstrp__offcanvase .offcanvase__wrapper .left__side .offcanvase__mobile__menu .mean-container .mean-nav > ul li a.mean-expand {
  border: 0 !important;
  margin-top: 0;
  background: transparent;
}
.rts__btstrp__offcanvase .offcanvase__wrapper .left__side .offcanvase__mobile__menu .mean-container .mean-bar {
  background-color: transparent;
}
.rts__btstrp__offcanvase .offcanvase__wrapper .left__side .offcanvase__mobile__menu .mean-container .mean-bar .mean-nav {
  background-color: transparent;
}
.rts__btstrp__offcanvase .offcanvase__wrapper .left__side .offcanvase__mobile__menu .mean-container .mean-bar .meanmenu-reveal {
  display: none !important;
}
.rts__btstrp__offcanvase .offcanvase__wrapper .left__side .offcanvase__logo {
  margin-bottom: 40px;
}
.rts__btstrp__offcanvase .offcanvase__wrapper .left__side .offcanvase__logo .tobe-brand-logo {
  display: block;
  width: 180px;
  height: auto;
  filter: brightness(0) invert(1);
}
.rts__btstrp__offcanvase .offcanvase__wrapper .left__side .description {
  color: var(--rts-white);
}
.rts__btstrp__offcanvase .offcanvase__wrapper .left__side .offcanvase__bottom {
  position: relative;
}
.rts__btstrp__offcanvase .offcanvase__wrapper .left__side .offcanvase__bottom .offcanvase__address {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rts__btstrp__offcanvase .offcanvase__wrapper .left__side .offcanvase__bottom .offcanvase__address .item span {
  display: block;
  font-size: 22px;
  color: var(--rts-white);
}
.rts__btstrp__offcanvase .offcanvase__wrapper .left__side .offcanvase__bottom .offcanvase__address .item a {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--rts-white);
}
.rts__btstrp__offcanvase .offcanvase__wrapper .right__side.desktop__menu {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .rts__btstrp__offcanvase .offcanvase__wrapper .right__side.desktop__menu {
    display: none;
  }
}
.rts__btstrp__offcanvase .offcanvase__wrapper .right__side.desktop__menu .btn-close-white {
  position: absolute;
  right: 30px;
  top: 20px;
}

.rts__desktop__menu {
  height: 80vh;
  scroll-behavior: smooth;
  overflow: scroll;
  overflow-x: hidden;
  display: flex;
  align-items: center;
}
.rts__desktop__menu::-webkit-scrollbar {
  display: none;
}
.rts__desktop__menu .desktop__menu {
  width: 100%;
}
.rts__desktop__menu .desktop__menu ul .slide.has__children.active .toggle::after {
  content: "-";
  position: absolute;
}
.rts__desktop__menu .desktop__menu ul .slide .slide__menu__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-family: var(--glida);
  color: var(--rts-white);
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(101, 103, 107, 0.8);
  padding-left: 30px;
  padding-right: 50px;
  transition: var(--transition);
}
.rts__desktop__menu .desktop__menu ul .slide .slide__menu__item:hover {
  color: var(--heading-color);
}
.rts__desktop__menu .desktop__menu ul .slide .toggle {
  font-size: 30px;
  color: #747474;
  position: relative;
}
.rts__desktop__menu .desktop__menu ul .slide .toggle::after {
  content: "+";
  position: absolute;
  right: -7px;
  top: -13px;
  transition: var(--transition);
}
.rts__desktop__menu .desktop__menu ul .slide .slide__menu {
  display: none;
  transform: translate(196px, 189px);
  visibility: hidden;
  transition: var(--transition);
}
.rts__desktop__menu .desktop__menu ul .slide .slide__menu li a {
  font-size: 18px;
  font-family: var(--glida);
  color: var(--rts-white);
  border-bottom: 1px solid rgba(101, 103, 107, 0.8);
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  transition: var(--transition);
}
.rts__desktop__menu .desktop__menu ul .slide .slide__menu li a:hover {
  color: var(--heading-color);
}
.rts__desktop__menu .desktop__menu .slide.has__children.active .slide__menu {
  display: block !important;
  visibility: visible !important;
  transform: translate(0) !important;
  margin-top: 30px;
  padding-bottom: 30px;
}

[data-theme=dark] .rts__btstrp__offcanvase .offcanvase__wrapper .left__side .description {
  color: #fff;
}
[data-theme=dark] .rts__btstrp__offcanvase .offcanvase__wrapper .left__side .offcanvase__bottom .offcanvase__address .item span {
  color: #fff;
}
[data-theme=dark] .rts__btstrp__offcanvase .offcanvase__wrapper .left__side .offcanvase__bottom .offcanvase__address .item a {
  color: #fff;
}

.pr {
  position: relative;
}

.rts__contact {
  padding-right: 40px;
}
@media screen and (max-width: 992px) {
  .rts__contact {
    padding-right: 0;
  }
}
.rts__contact__form .form-input label {
  font-size: 18px;
  color: var(--rts-heading);
  display: block;
  margin-bottom: 10px;
}
.rts__contact__form .form-input input, .rts__contact__form .form-input textarea {
  width: 100%;
  border: 1px solid rgba(101, 103, 107, 0.3);
  padding: 13px 15px 13px 50px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.rts__contact__form .form-input textarea {
  height: 100px;
  resize: none;
}
.rts__contact__form .form-input .pr i {
  position: absolute;
  left: 15px;
  top: 45%;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--rts-para);
}
.rts__contact__form .form-input .pr img {
  position: absolute;
  left: 15px;
  top: 20px;
}
.rts__contact__form .theme-btn {
  padding: 13px 30px;
  font-size: 18px;
}

.contact__info {
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: space-around;
  margin-left: 40px;
}
@media screen and (max-width: 992px) {
  .contact__info {
    margin-left: 0;
    gap: 30px;
  }
}

.contact__info__item h4 {
  margin-bottom: 20px;
}
.contact__info__item p {
  font-size: 18px;
  font-family: var(--glida);
  line-height: 30px;
}

.contact__map iframe {
  border-radius: 10px;
}

.similar__form {
  max-width: 600px;
  min-width: 600px;
}
@media screen and (max-width: 576px) {
  .similar__form {
    min-width: 100%;
    max-width: 100%;
  }
}
.similar__form .btn-close {
  border: 0;
}
.similar__form input:not([type=checkbox]) {
  border: 1px solid var(--rts-border);
  padding: 10px 15px;
  border-radius: 4px;
  width: 100%;
}
.similar__form .theme-btn {
  background-color: var(--rts-gray);
}
.similar__form .theme-btn span {
  color: var(--rts-heading);
}
.similar__form .theme-btn:hover span {
  color: var(--rts-white);
}
.similar__form .form-group .theme-btn {
  padding: 10px 20px;
}

.form__padding {
  padding: 40px 45px;
}

.has__line {
  position: relative;
}
.has__line::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--rts-border);
  bottom: 12px;
  left: 0;
  z-index: 1;
}
.has__line p {
  max-width: max-content;
  margin: 0 auto;
  padding: 0 12px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  background-color: var(--rts-white);
}

.form-group .rts__btn {
  padding: 18px 0;
  border-radius: 4px;
  font-weight: 500;
}

.is__social button {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 15px 20px;
  border-radius: 4px;
  background-color: var(--rts-gray);
  width: 100%;
  font-size: 16px;
  color: var(--rts-para);
  transition: var(--transition);
}
.is__social button:hover {
  background-color: var(--rts-primary);
  color: var(--rts-white);
}

.similar__modal .modal-dialog {
  min-width: 600px;
  border-radius: 16px;
  border: 1px solid var(--rts-border);
}
@media screen and (max-width: 576px) {
  .similar__modal .modal-dialog {
    min-width: auto;
  }
}

.is__half__section {
  margin-top: -150px;
}
@media screen and (max-width: 768px) {
  .is__half__section {
    margin-top: 0;
    padding-top: 100px;
  }
}

.is__no__border .rts__workprocess__box {
  border: none;
}

.shadow-rt-sm {
  box-shadow: 0px 4px 80px rgba(28, 28, 28, 0.1);
}

[data-theme=dark] .similar__form h6, [data-theme=dark] .similar__form label, [data-theme=dark] .similar__form span, [data-theme=dark] .similar__form p {
  color: #000837 !important;
}
[data-theme=dark] .similar__form .has__line p {
  background-color: #fff;
}

.rts__footer.has__shape .section__shape {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.rts__footer.has__shape .shape__1,
.rts__footer.has__shape .shape__2,
.rts__footer.has__shape .shape__3 {
  max-width: max-content;
}
.rts__footer.has__shape .shape__1 {
  position: absolute;
  top: 10%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .rts__footer.has__shape .shape__1 {
    display: none;
  }
}
.rts__footer.has__shape .shape__2 {
  position: absolute;
  bottom: 20%;
  left: 15%;
}
@media screen and (max-width: 992px) {
  .rts__footer.has__shape .shape__2 {
    display: none;
  }
}
.rts__footer.has__shape .shape__3 {
  position: absolute;
  bottom: 50%;
  right: 5%;
}
@media screen and (max-width: 992px) {
  .rts__footer.is__common__footer .footer__widget__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .rts__footer.is__common__footer .footer__widget__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.footer__background {
  background-color: var(--rts-gray);
  padding-top: 90px;
}

.footer__newsletter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .footer__newsletter {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
.footer__newsletter form {
  min-width: 490px;
  max-width: 100%;
  background-color: var(--rts-white);
  position: relative;
  border-radius: 6px;
}
@media screen and (max-width: 992px) {
  .footer__newsletter form {
    min-width: 420px;
  }
}
@media screen and (max-width: 768px) {
  .footer__newsletter form {
    min-width: 100%;
  }
}
.footer__newsletter form input {
  padding: 13px 20px;
  width: 100%;
  position: relative;
  border: 1px solid #F1F1F1;
  box-shadow: 0px 30px 30px rgba(132, 132, 132, 0.16);
  border-radius: 4px;
}
.footer__newsletter form input::placeholder {
  color: var(--rts-para);
}
.footer__newsletter form input::-ms-input-placeholder {
  /* Edge 12-18 */
  color: var(--rts-para);
}
.footer__newsletter form button[type=submit] {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 6px 15px;
  border-radius: 6px;
  border: 0;
  color: var(--rts-white);
  background-color: var(--heading-color);
}

@media screen and (max-width: 768px) {
  .rts__form {
    width: 100%;
  }
}

.footer__widget__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.footer__logo.tobe-brand-logo {
  display: block;
  width: 180px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer__widget__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .footer__widget__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer__widget__wrapper .rts__widget .widget__title {
  display: block;
  font-size: 20px;
  font-family: var(--glida);
  color: var(--rts-heading);
  margin-bottom: 25px;
}
.footer__widget__wrapper .rts__widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__widget__wrapper .rts__widget ul li {
  color: var(--rts-para);
  margin-bottom: 20px;
  line-height: 100%;
  font-weight: normal;
}
.footer__widget__wrapper .rts__widget ul li:last-child {
  margin-bottom: 0;
}
.footer__widget__wrapper .rts__widget ul li a {
  color: var(--rts-para);
  display: flex;
  gap: 10px;
  align-items: center;
  transition: var(--transition);
}
.footer__widget__wrapper .rts__widget ul li a:hover {
  color: var(--heading-color);
}
.footer__widget__wrapper .rts__widget.if__is__newsletter {
  min-width: 400px;
}
@media screen and (max-width: 1400px) {
  .footer__widget__wrapper .rts__widget.if__is__newsletter {
    min-width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .footer__widget__wrapper .rts__widget.if__is__newsletter {
    min-width: 100%;
  }
}

.copyright__text {
  border-top: 1px solid rgba(101, 103, 107, 0.2);
  padding: 40px 0;
  position: relative;
  z-index: 1;
}

.copyright__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .copyright__wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }
}

.footer__social__link {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer__social__link a {
  color: var(--rts-para);
}
.footer__social__link a:not(:last-child) {
  border-right: 1px solid var(--rts-para);
  padding-right: 25px;
  line-height: 1;
}

.rts__footer.is__footer__two.footer__background {
  padding-top: 60px;
}
.rts__footer.is__footer__two.footer__background::before {
  background-color: rgba(27, 27, 27, 0.9);
}
.rts__footer.is__footer__two.has__background__image {
  background-image: url("../images/footer/footer-two.webp");
}
.rts__footer.is__footer__two .rts__widget .widget__title {
  color: var(--rts-white);
}
.rts__footer.is__footer__two .rts__widget ul li {
  color: var(--rts-white);
}
.rts__footer.is__footer__two .rts__widget ul li:last-child {
  margin-bottom: 0;
}
.rts__footer.is__footer__two .rts__widget ul li a {
  color: var(--rts-white);
}
.rts__footer.is__footer__two .copyright__wrapper {
  color: var(--rts-white);
}
.rts__footer.is__footer__two .copyright__wrapper .footer__social__link a {
  color: var(--rts-white);
  border-right-color: var(--rts-white);
}

@media screen and (max-width: 1200px) {
  .rts__footer.is__home__three .footer__widget__wrapper {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 992px) {
  .rts__footer.is__home__three .footer__widget__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .rts__footer.is__home__three .footer__widget__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rts__footer.is__home__three.has__shape .shape__1 {
  top: 25%;
}
.rts__footer.is__home__three.has__shape .shape__2 {
  left: 37%;
}

.rts__footer.is__home__four.footer__background {
  background-color: var(--rts-heading);
}
@media screen and (max-width: 992px) {
  .rts__footer.is__home__four .footer__widget__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .rts__footer.is__home__four .footer__widget__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rts__footer.is__home__four .rts__widget .widget__title {
  color: var(--rts-white);
}
.rts__footer.is__home__four .rts__widget ul li {
  color: var(--rts-white);
}
.rts__footer.is__home__four .rts__widget ul li:last-child {
  margin-bottom: 0;
}
.rts__footer.is__home__four .rts__widget ul li a {
  color: var(--rts-white);
}
.rts__footer.is__home__four .rts__widget ul li a:hover {
  color: var(--heading-color);
}
.rts__footer.is__home__four .copyright__wrapper {
  color: var(--rts-white);
}
.rts__footer.is__home__four .copyright__wrapper .footer__social__link a {
  color: var(--rts-white);
  border-right-color: var(--rts-white);
}

.rts__footer.is__home__five.has__shape {
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%, 0% 0%, 11.311% 5.8%, 22.588% 9.759%, 33.732% 12.084%, 44.65% 12.981%, 55.244% 12.659%, 65.419% 11.323%, 75.078% 9.183%, 84.125% 6.444%, 92.464% 3.314%, 100% 0%);
  padding-top: 135px;
}
@media screen and (max-width: 768px) {
  .rts__footer.is__home__five.has__shape {
    clip-path: none;
    padding-top: 100px;
  }
}
.rts__footer.is__home__five .footer__widget__wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 992px) {
  .rts__footer.is__home__five .footer__widget__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .rts__footer.is__home__five .footer__widget__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .rts__footer.is__home__five .footer__newsletter {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 992px) {
  .rts__footer.is__home__five .footer__newsletter form {
    width: 100%;
  }
}

.rts__widget .max-290 {
  max-width: 290px;
}

.rts__footer.is__home__six.footer__background {
  background-color: var(--rts-heading);
}
.rts__footer.is__home__six .footer__widget__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 992px) {
  .rts__footer.is__home__six .footer__widget__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 992px) {
  .rts__footer.is__home__six .footer__widget__wrapper .rts__widget:nth-child(1) {
    order: 1;
  }
}
.rts__footer.is__home__six .footer__widget__wrapper .rts__widget:nth-child(2) {
  display: grid;
  justify-items: center;
}
@media screen and (max-width: 992px) {
  .rts__footer.is__home__six .footer__widget__wrapper .rts__widget:nth-child(2) {
    justify-items: start;
  }
}
.rts__footer.is__home__six .footer__widget__wrapper .rts__widget:nth-child(3) {
  display: grid;
  justify-items: end;
}
@media screen and (max-width: 992px) {
  .rts__footer.is__home__six .footer__widget__wrapper .rts__widget:nth-child(3) {
    justify-items: start;
  }
}
.rts__footer.is__home__six .rts__widget .widget__title {
  color: var(--rts-white);
}
.rts__footer.is__home__six .rts__widget ul li {
  color: var(--rts-white);
}
.rts__footer.is__home__six .rts__widget ul li:last-child {
  margin-bottom: 0;
}
.rts__footer.is__home__six .rts__widget ul li a {
  color: var(--rts-white);
}
.rts__footer.is__home__six .rts__widget ul li a:hover {
  color: var(--heading-color);
}
.rts__footer.is__home__six .rts__widget .footer__social__link a {
  color: var(--rts-white);
  border-right-color: var(--rts-white);
}
.rts__footer.is__home__six .copyright__wrapper {
  justify-content: center;
}
.rts__footer.is__home__six .copyright__wrapper p {
  color: var(--rts-white);
}

[data-theme=dark] .footer__background {
  background-color: var(--rts-white);
}
[data-theme=dark] .footer__widget__wrapper .rts__widget .footer__logo {
  filter: brightness(0) invert(1);
}
[data-theme=dark] .rts__footer.has__shape .shape__1 {
  top: 0;
}
[data-theme=dark] .rts__footer.has__shape .shape__1 img {
  filter: brightness(0) invert(1);
}
[data-theme=dark] .footer__newsletter form input {
  box-shadow: none;
  background-color: var(--body-bg);
  border-color: var(--body-bg);
  color: #fff;
}
[data-theme=dark] .footer__newsletter form button[type=submit] {
  color: var(--rts-para);
}

/* gdpr cookies */
[data-theme=dark] .gdprcookie {
  background: #1b1b1b;
}
[data-theme=dark] .gdprcookie h2 {
  color: #fff;
}

.gdprcookie {
  position: fixed;
  color: white;
  font-size: 14px;
  line-height: 1.5;
  left: 1.5rem;
  bottom: 1.5rem;
  width: min(460px, calc(100% - 3rem));
  max-height: calc(100vh - 3rem);
  overflow-y: auto;
  padding: 24px;
  background: var(--rts-heading);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.3);
  z-index: 99999;
}

.gdprcookie h2 {
  color: var(--rts-white);
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.gdprcookie a {
  color: var(--btn-1);
  text-decoration: underline;
}

.gdprcookie-intro p {
  color: var(--rts-white);
  margin-bottom: 18px;
  line-height: 1.6;
}

.gdprcookie-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gdprcookie-buttons button {
  display: inline-flex;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  padding: 11px 14px;
  font-family: var(--jost);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--rts-white);
  background: transparent;
  cursor: pointer;
}

.gdprcookie-buttons button:hover,
.gdprcookie-buttons button:focus-visible {
  border-color: var(--btn-1);
  background: rgba(255, 255, 255, 0.08);
}

.gdprcookie-buttons .gdprcookie-button--accept {
  color: var(--rts-heading);
  border-color: var(--btn-1);
  background: var(--btn-1);
}

.gdprcookie-buttons button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.gdprcookie-types h3 {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 12px;
}
.gdprcookie-types ul {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
.gdprcookie-types ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.gdprcookie-types input {
  margin-top: 4px;
}

.gdprcookie-types label {
  color: var(--rts-white);
  cursor: pointer;
}

.gdprcookie-types label strong,
.gdprcookie-types label small {
  display: block;
}

.gdprcookie-types label small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  line-height: 1.4;
}

.contact__map {
  min-height: 560px;
}

.contact__map__consent {
  min-height: 560px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--rts-border);
  border-radius: 8px;
  background: #f7f5f0;
}

.contact__map__consent[hidden] {
  display: none;
}

.contact__map__consent strong {
  color: var(--rts-heading);
  font-family: var(--glida);
  font-size: 28px;
}

.contact__map__consent p {
  max-width: 430px;
  margin: 14px auto 24px;
}

.contact__map__consent-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.contact__map__consent-actions a {
  color: var(--rts-heading);
  text-decoration: underline;
}

@media (max-width: 575px) {
  .gdprcookie {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    max-height: calc(100vh - 24px);
    padding: 20px;
  }
  .gdprcookie-buttons {
    flex-direction: column;
  }
  .gdprcookie-buttons button {
    width: 100%;
  }
  .contact__map,
  .contact__map__consent {
    min-height: 440px;
  }
  .contact__map__consent {
    padding: 28px 20px;
  }
}

.tobe-location {
  padding: 120px 0;
  background: var(--rts-white);
  overflow: hidden;
}
.tobe-location .section__topbar {
  margin-bottom: 46px;
}
.tobe-location__intro {
  max-width: 720px;
  margin: 18px auto 0;
  font-size: 18px;
  line-height: 1.7;
}
.tobe-location__layout {
  display: grid;
  grid-template-columns: minmax(0, 2.35fr) minmax(320px, 0.85fr);
  align-items: stretch;
  gap: clamp(36px, 4vw, 64px);
}
.tobe-location__map-shell {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 480px;
  overflow: hidden;
  background: #ded9d1;
}
.tobe-location__map {
  width: 100%;
  height: 100%;
}
.tobe-map-logo-marker {
  position: absolute;
  display: grid;
  place-items: center;
  width: 108px;
  height: 64px;
  padding: 7px 9px 9px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(171, 138, 98, 0.75);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(27, 27, 27, 0.25);
  cursor: pointer;
  transform: translate(-50%, calc(-100% - 10px));
}
.tobe-map-logo-marker::before,
.tobe-map-logo-marker::after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  border-style: solid;
}
.tobe-map-logo-marker::before {
  border-width: 11px 9px 0;
  border-color: rgba(171, 138, 98, 0.75) transparent transparent;
}
.tobe-map-logo-marker::after {
  margin-top: -2px;
  border-width: 9px 7px 0;
  border-color: rgba(255, 255, 255, 0.96) transparent transparent;
}
.tobe-map-logo-marker img {
  display: block;
  width: 88px;
  height: auto;
  pointer-events: none;
}
.tobe-map-logo-marker:focus-visible {
  outline: 3px solid #ab8a62;
  outline-offset: 3px;
}
.tobe-location__consent {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 30px;
  background: linear-gradient(90deg, rgba(18, 18, 18, 0.84), rgba(18, 18, 18, 0.55)), url("../images/condesa/parque-mexico.jpg") center 58%/cover no-repeat;
}
.tobe-location__consent-card {
  width: min(560px, 100%);
  padding: 42px;
  text-align: center;
  color: #fff;
  background: rgba(20, 20, 20, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.25);
}
.tobe-location__consent-card strong {
  display: block;
  margin-bottom: 12px;
  font-family: var(--glida);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.15;
}
.tobe-location__consent-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}
.tobe-location__consent-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 20px;
  color: #c8a97e;
  border: 1px solid rgba(200, 169, 126, 0.65);
  border-radius: 50%;
}
.tobe-location__consent-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
.tobe-location__consent-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 26px;
  margin-top: 28px;
}
.tobe-location__consent-actions > a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.tobe-location__map-status {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #1b1b1b;
  background: #e7e2da;
}
.tobe-location__spinner {
  width: 24px;
  height: 24px;
  border: 2px solid rgba(27, 27, 27, 0.2);
  border-top-color: #ab8a62;
  border-radius: 50%;
  animation: tobe-map-spin 0.8s linear infinite;
}
@keyframes tobe-map-spin {
  to {
    transform: rotate(360deg);
  }
}
.tobe-location__details {
  position: relative;
  z-index: 4;
  margin: 0;
  padding: 38px 32px;
  background: #f4f0ea;
  box-shadow: 0 22px 60px rgba(33, 28, 22, 0.1);
}
.tobe-location__address {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(27, 27, 27, 0.15);
}
.tobe-location__address h3 {
  margin: 0;
  font-size: clamp(25px, 2.2vw, 36px);
  line-height: 1.25;
}
.tobe-location__address > a {
  white-space: nowrap;
  color: var(--heading-color);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.tobe-location__eyebrow {
  color: var(--heading-color);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.tobe-location__connections {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  padding-top: 30px;
}
.tobe-location__connection {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  min-width: 0;
}
.tobe-location__connection > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tobe-location__connection span:not(.tobe-location__connection-icon) {
  margin-bottom: 5px;
  color: var(--rts-para);
  font-size: 14px;
  line-height: 1.35;
}
.tobe-location__connection strong {
  color: var(--rts-heading);
  font-family: var(--glida);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
}
.tobe-location__connection small {
  display: block;
  max-width: 260px;
  margin-top: 5px;
  color: var(--rts-para);
  line-height: 1.4;
}
.tobe-location__connection a {
  margin-top: 10px;
  color: var(--heading-color);
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.tobe-location__connection-icon {
  display: grid;
  flex: 0 0 50px;
  place-items: center;
  width: 50px;
  height: 50px;
  color: var(--heading-color);
  background: var(--rts-white);
  border-radius: 50%;
}
.tobe-location__connection-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}
.tobe-location__distance-note {
  margin: 30px 0 0;
  padding-top: 22px;
  color: var(--rts-para);
  font-size: 13px;
  border-top: 1px solid rgba(27, 27, 27, 0.1);
}
.tobe-place-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 28px;
}
.tobe-place-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(8, 8, 8, 0.78);
  border: 0;
  cursor: pointer;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.tobe-place-modal__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  width: min(980px, 100%);
  max-height: min(720px, calc(100vh - 56px));
  overflow: auto;
  background: var(--rts-white);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
}
.tobe-place-modal__close {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0 0 4px;
  color: #fff;
  font-size: 34px;
  font-weight: 200;
  line-height: 1;
  background: rgba(18, 18, 18, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
}
.tobe-place-modal__close:focus-visible {
  outline: 2px solid #c8a97e;
  outline-offset: 3px;
}
.tobe-place-modal__media {
  min-height: 560px;
  background: #d9d4cc;
}
.tobe-place-modal__media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  -o-object-fit: cover;
  object-fit: cover;
}
.tobe-place-modal__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 68px 52px 48px;
}
.tobe-place-modal__content h3 {
  margin: 10px 0 20px;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.04;
}
.tobe-place-modal__content > p:not(.tobe-place-modal__credit) {
  margin-bottom: 18px;
  line-height: 1.65;
}
.tobe-place-modal__category {
  color: var(--heading-color);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.tobe-place-modal__address {
  position: relative;
  padding-left: 24px;
  color: var(--rts-heading);
  font-size: 14px;
}
.tobe-place-modal__address::before {
  position: absolute;
  top: 7px;
  left: 4px;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--heading-color);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}
.tobe-place-modal__route {
  margin-top: 8px;
}
.tobe-place-modal__credit {
  margin: 20px 0 0;
  font-size: 11px;
  line-height: 1.4;
}
.tobe-place-modal__credit a {
  color: var(--rts-para);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tobe-place-modal__credit a.is-static {
  text-decoration: none;
  pointer-events: none;
}
body.tobe-modal-open {
  overflow: hidden;
}
@media (max-width: 991px) {
  .tobe-location {
    padding: 90px 0;
  }
  .tobe-location__layout {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 30px;
  }
  .tobe-location__map-shell {
    height: clamp(480px, 65vw, 620px);
  }
  .tobe-location__details {
    margin: 0;
    padding: 38px 32px;
  }
  .tobe-location__address {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .tobe-location__connections {
    grid-template-columns: 1fr;
  }
  .tobe-place-modal__dialog {
    grid-template-columns: 1fr;
    max-width: 700px;
  }
  .tobe-place-modal__media,
  .tobe-place-modal__media img {
    min-height: 300px;
    height: 42vh;
    max-height: 400px;
  }
  .tobe-place-modal__content {
    padding: 42px 36px;
  }
}
@media (max-width: 575px) {
  .tobe-location {
    padding: 72px 0;
  }
  .tobe-location .section__topbar {
    margin-bottom: 32px;
  }
  .tobe-location__intro {
    font-size: 16px;
  }
  .tobe-location__map-shell {
    min-height: 520px;
    height: 70vh;
    max-height: 620px;
  }
  .tobe-location__consent {
    padding: 18px;
  }
  .tobe-location__consent-card {
    padding: 32px 22px;
  }
  .tobe-location__consent-card strong {
    font-size: 27px;
  }
  .tobe-location__details {
    margin: 0;
    padding: 34px 24px;
    box-shadow: none;
  }
  .tobe-location__connections {
    gap: 26px;
  }
  .tobe-place-modal {
    align-items: end;
    padding: 12px;
  }
  .tobe-place-modal__dialog {
    max-height: calc(100vh - 24px);
  }
  .tobe-place-modal__media,
  .tobe-place-modal__media img {
    min-height: 230px;
    height: 32vh;
  }
  .tobe-place-modal__content {
    padding: 34px 24px 30px;
  }
  .tobe-place-modal__content h3 {
    font-size: 35px;
  }
  .tobe-place-modal__close {
    top: 12px;
    right: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tobe-location__spinner {
    animation-duration: 1.8s;
  }
}
[data-theme=dark] .tobe-location__details {
  background: #252525;
}
[data-theme=dark] .tobe-location__address,
[data-theme=dark] .tobe-location__distance-note {
  border-color: rgba(255, 255, 255, 0.12);
}
[data-theme=dark] .tobe-location__connection-icon {
  background: #1b1b1b;
}

@media (min-width: 992px) {
  .main__header .main__header__wrapper {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    column-gap: 24px;
  }
  .navigation__menu .tobe-primary-menu .navigation__menu--item {
    margin-right: 8px;
    margin-left: 8px;
  }
  .navigation__menu .tobe-primary-menu .navigation__menu--item__link {
    font-size: 14px;
    white-space: nowrap;
  }
  .main__header .main__nav--left {
    width: 100%;
    justify-self: stretch;
  }
  .main__header .main__nav--left .navigation__menu--item.has-arrow {
    margin-right: 0;
  }
  .main__header .main__nav--left .navigation,
  .main__header .main__nav--left .navigation__menu,
  .main__header .main__nav--right,
  .main__header .main__nav--right .navigation,
  .main__header .main__nav--right .navigation__menu {
    width: 100%;
  }
  .main__header .main__nav--left .tobe-primary-menu {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    max-width: none;
  }
  .main__header .main__nav--right .tobe-primary-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: none;
  }
  .main__header .main__nav--left .navigation__menu--item,
  .main__header .main__nav--right .navigation__menu--item {
    justify-self: center;
    margin-right: 0;
    margin-left: 0;
  }
  .main__header .main__header__wrapper .main__right {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(104px, 1fr);
    width: 100%;
    min-width: 0;
    gap: 0;
    justify-self: stretch;
  }
  .main__header .tobe-reserve-button {
    min-width: 104px;
    justify-self: center;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main__header .main__header__wrapper {
    column-gap: 12px;
  }
  .main__header .main__right {
    gap: 0;
  }
  .navigation__menu .tobe-primary-menu .navigation__menu--item {
    margin-right: 5px;
    margin-left: 5px;
  }
  .navigation__menu .tobe-primary-menu .navigation__menu--item__link {
    font-size: 13px;
  }
  .main__header .main__right .theme-btn.border {
    display: none !important;
  }
}
#socios,
#la-condesa,
#mensaje {
  scroll-margin-top: 105px;
}
.tobe-partners {
  padding: 120px 0;
  background: #f4f0ea;
}
.tobe-partners__heading {
  max-width: 850px;
  margin: 0 auto 44px;
}
.tobe-partners__heading > span {
  display: inline-block;
  padding-bottom: 7px;
  color: var(--rts-heading);
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--heading-color);
}
.tobe-partners__heading h2 {
  margin: 12px 0 6px;
  font-size: clamp(46px, 5vw, 70px);
  line-height: 1;
}
.tobe-partners__heading p {
  margin: 0;
  font-size: 18px;
}
.tobe-partners__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.tobe-partner-card {
  overflow: hidden;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 18px 50px rgba(31, 27, 21, 0.12);
}
.tobe-partner-card > img {
  display: block;
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
}
.tobe-partner-card--member .tobe-partner-card__body {
  background: linear-gradient(125deg, #17251c, #0f1b15);
}
.tobe-partner-card--company .tobe-partner-card__body {
  background: linear-gradient(125deg, #112632, #0c1820);
}
.tobe-partner-card__body {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 24px;
  min-height: 330px;
  padding: 34px 42px 36px;
}
.tobe-partner-card__body h3 {
  margin: -3px 0 14px;
  color: #fff;
  font-size: clamp(34px, 3.2vw, 46px);
  line-height: 1.03;
}
.tobe-partner-card__body p {
  max-width: 430px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
}
.tobe-partner-card__icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  color: #d3ae73;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.tobe-partner-card__icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}
.tobe-partner-card__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 340px;
  margin-top: auto;
  padding: 13px 20px;
  color: #d8b77f;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border: 1px solid #ba9662;
  border-radius: 7px;
  transition: var(--transition);
}
.tobe-partner-card__cta:hover {
  color: #172119;
  background: #d8b77f;
}
.tobe-condesa {
  padding: 120px 0;
  background: var(--rts-white);
}
.tobe-condesa__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(410px, 0.88fr);
  align-items: stretch;
  gap: 48px;
}
.tobe-condesa__collage {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  height: 720px;
  overflow: hidden;
  background: #e7e1d9;
  border-radius: 12px;
}
.tobe-condesa__photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid #fff;
}
.tobe-condesa__photo--one {
  grid-area: 1/1/7/8;
}
.tobe-condesa__photo--two {
  grid-area: 1/8/7/13;
}
.tobe-condesa__photo--three {
  grid-area: 7/1/13/5;
}
.tobe-condesa__photo--four {
  grid-area: 7/5/13/9;
}
.tobe-condesa__photo--five {
  grid-area: 7/9/13/13;
}
.tobe-condesa__content {
  padding: 14px 0;
}
.tobe-condesa__content > h2 {
  margin: 8px 0 16px;
  font-size: clamp(42px, 4vw, 58px);
  line-height: 1.04;
}
.tobe-condesa__content > p:not(.tobe-condesa__note) {
  margin-bottom: 24px;
  line-height: 1.6;
}
.tobe-condesa__content > h3 {
  margin: 0 0 7px;
  color: var(--heading-color);
  font-family: var(--jost);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.tobe-condesa__eyebrow {
  display: inline-block;
  color: var(--heading-color);
  font-family: var(--glida);
  font-size: 28px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.tobe-condesa__places {
  border-top: 1px solid rgba(27, 27, 27, 0.14);
}
.tobe-condesa-place {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 24px 58px;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(27, 27, 27, 0.11);
}
.tobe-condesa-place__icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #8f744f;
  background: #eee8df;
  border-radius: 50%;
}
.tobe-condesa-place__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
.tobe-condesa-place__name,
.tobe-condesa-place__distance {
  display: flex;
  flex-direction: column;
}
.tobe-condesa-place__name strong,
.tobe-condesa-place__distance strong {
  color: var(--rts-heading);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}
.tobe-condesa-place__name span,
.tobe-condesa-place__distance span {
  color: var(--rts-para);
  font-size: 12px;
  line-height: 1.35;
}
.tobe-condesa-place__distance {
  text-align: right;
}
.tobe-condesa-place__walk {
  color: var(--rts-heading);
}
.tobe-condesa-place__walk svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}
.tobe-condesa__note {
  margin: 12px 0 18px;
  color: var(--rts-para);
  font-size: 11px;
}
.tobe-condesa__map-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(260px, 100%);
  margin: 0 auto;
  padding: 12px 18px;
  color: var(--heading-color);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid var(--heading-color);
}
.tobe-condesa__map-link svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}
.tobe-condesa__map-link:hover {
  color: #fff;
  background: var(--heading-color);
}
.tobe-message {
  padding: 120px 0;
  color: #fff;
  background: #181818;
}
.tobe-message__layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 64px;
}
.tobe-message__intro {
  padding-top: 18px;
}
.tobe-message__intro > span {
  color: #c8a97e;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.tobe-message__intro h2 {
  margin: 12px 0 20px;
  color: #fff;
  font-size: clamp(48px, 5vw, 70px);
  line-height: 1;
}
.tobe-message__intro > p {
  max-width: 430px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.7;
}
.tobe-message__direct {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}
.tobe-message__direct a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 18px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.tobe-message__direct a small {
  margin-bottom: 3px;
  color: #c8a97e;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.tobe-message__direct a strong {
  font-weight: 400;
  overflow-wrap: anywhere;
}
.tobe-message__direct a:hover {
  border-color: #c8a97e;
}
.tobe-message__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: 48px;
  color: var(--rts-heading);
  background: #fff;
}
.tobe-message__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tobe-message__field label {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.tobe-message__field label span {
  color: var(--rts-para);
  font-weight: 400;
}
.tobe-message__field input,
.tobe-message__field textarea {
  width: 100%;
  padding: 14px 16px;
  color: #1b1b1b;
  background: #f1f1f1;
  border: 1px solid transparent;
  border-radius: 0;
}
.tobe-message__field input {
  height: 52px;
}
.tobe-message__field textarea {
  min-height: 180px;
  resize: vertical;
}
.tobe-message__field input:focus,
.tobe-message__field textarea:focus {
  background: #fff;
  border-color: #ab8a62;
  outline: none;
}
.tobe-message__field--full {
  grid-column: 1/-1;
}
.tobe-message__actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.tobe-message__actions p {
  margin: 0;
  color: var(--rts-para);
  font-size: 12px;
}
.tobe-message__status {
  min-height: 18px;
  margin: -10px 0 0;
  color: var(--heading-color);
  font-size: 13px;
}
@media (max-width: 1199px) {
  .tobe-partner-card__body {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 18px;
    padding: 30px;
  }
  .tobe-partner-card__icon {
    width: 60px;
    height: 60px;
  }
  .tobe-partner-card__icon svg {
    width: 34px;
    height: 34px;
  }
  .tobe-condesa__layout {
    grid-template-columns: 1fr;
  }
  .tobe-condesa__collage {
    height: 620px;
  }
  .tobe-condesa__content {
    max-width: 780px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .tobe-partners,
  .tobe-condesa,
  .tobe-message {
    padding: 90px 0;
  }
  .tobe-partners__grid,
  .tobe-message__layout {
    grid-template-columns: 1fr;
  }
  .tobe-message__layout {
    gap: 38px;
  }
  .tobe-message__intro {
    max-width: 680px;
  }
  .tobe-message__direct {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  #socios,
  #la-condesa,
  #mensaje {
    scroll-margin-top: 82px;
  }
  .tobe-partners,
  .tobe-condesa,
  .tobe-message {
    padding: 72px 0;
  }
  .tobe-partners__heading {
    margin-bottom: 30px;
  }
  .tobe-partners__heading h2 {
    font-size: 45px;
  }
  .tobe-partners__heading p {
    font-size: 16px;
  }
  .tobe-partner-card > img {
    height: 230px;
  }
  .tobe-partner-card__body {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 28px 24px 30px;
  }
  .tobe-partner-card__body h3 {
    font-size: 38px;
  }
  .tobe-partner-card__icon {
    width: 58px;
    height: 58px;
  }
  .tobe-condesa__collage {
    height: 480px;
  }
  .tobe-condesa__photo--one {
    grid-area: 1/1/7/9;
  }
  .tobe-condesa__photo--two {
    grid-area: 1/9/7/13;
  }
  .tobe-condesa__photo--three {
    grid-area: 7/1/13/6;
  }
  .tobe-condesa__photo--four {
    grid-area: 7/6/13/13;
  }
  .tobe-condesa__photo--five {
    display: none;
  }
  .tobe-condesa__content > h2 {
    font-size: 42px;
  }
  .tobe-condesa-place {
    grid-template-columns: 38px minmax(0, 1fr) 50px;
    gap: 9px;
  }
  .tobe-condesa-place__walk {
    display: none;
  }
  .tobe-message__form {
    grid-template-columns: 1fr;
    padding: 30px 22px;
  }
  .tobe-message__field,
  .tobe-message__field--full {
    grid-column: 1;
  }
  .tobe-message__direct {
    grid-template-columns: 1fr;
  }
  .tobe-message__actions {
    align-items: flex-start;
    flex-direction: column;
  }
}
[data-theme=dark] .tobe-partners,
[data-theme=dark] .tobe-condesa {
  background: var(--rts-white);
}
[data-theme=dark] .tobe-condesa__places {
  border-color: rgba(255, 255, 255, 0.14);
}
[data-theme=dark] .tobe-condesa-place {
  border-color: rgba(255, 255, 255, 0.11);
}
[data-theme=dark] .tobe-condesa-place__icon {
  background: #282828;
}

.tobe-error-page {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(620px, 76vh, 820px);
  padding: 110px 0;
  background-position: center 55%;
}
.tobe-error-page::before {
  background: linear-gradient(90deg, rgba(18, 17, 15, 0.88), rgba(18, 17, 15, 0.58));
}
.tobe-error-page .container {
  position: relative;
  z-index: 1;
}
.tobe-error-page__content {
  max-width: 760px;
  color: var(--rts-white);
}
.tobe-error-page__code {
  display: block;
  margin-bottom: -18px;
  color: rgba(255, 255, 255, 0.18);
  font-family: var(--glida);
  font-size: clamp(112px, 15vw, 210px);
  line-height: 0.8;
  letter-spacing: -0.04em;
}
.tobe-error-page__eyebrow {
  display: block;
  margin-bottom: 18px;
  color: #d6b17f;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.tobe-error-page h1 {
  max-width: 700px;
  margin-bottom: 24px;
  color: var(--rts-white);
  font-size: clamp(48px, 5.2vw, 78px);
  line-height: 1.08;
}
.tobe-error-page p {
  max-width: 650px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.7;
}
.tobe-error-page__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.tobe-error-page__actions .theme-btn.border {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
}
.tobe-error-page__actions .theme-btn.border span {
  color: var(--rts-white);
}
.tobe-error-page__contact {
  margin-left: 8px;
  color: var(--rts-white);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media only screen and (max-width: 767px) {
  .tobe-error-page {
    min-height: 650px;
    padding: 80px 0;
  }
  .tobe-error-page__code {
    margin-bottom: -8px;
  }
  .tobe-error-page p {
    font-size: 16px;
  }
  .tobe-error-page__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .tobe-error-page__actions .theme-btn {
    width: 100%;
    text-align: center;
  }
  .tobe-error-page__contact {
    margin: 8px 0 0;
    text-align: center;
  }
}

/*
if you need custom styles, please add it in this file below

For example:
.custom{
    color: red;
}
*/
/* Cloudbeds booking flow */
.tobe-booking-form__message {
  width: 100%;
  margin: 12px 0 0;
  color: #9f2f2f;
  font-size: 14px;
  line-height: 1.5;
}

.tobe-booking-status {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  max-width: 760px;
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid #e5ddd2;
  border-radius: 10px;
  background: #f8f5f0;
}

.tobe-booking-status__icon {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--btn-1);
}

.tobe-booking-status strong,
.tobe-booking-status p {
  display: block;
  margin: 0;
}

.tobe-booking-status p {
  margin-top: 3px;
  color: var(--rts-para);
}

.tobe-booking-status[data-state="loading"] .tobe-booking-status__icon {
  border: 2px solid rgba(184, 148, 101, .35);
  border-top-color: var(--btn-1);
  background: transparent;
  animation: tobe-booking-spin .8s linear infinite;
}

.tobe-booking-status[data-state="success"] {
  border-color: #b9d7c2;
  background: #f1f8f3;
}

.tobe-booking-status[data-state="success"] .tobe-booking-status__icon {
  background: #347949;
}

.tobe-booking-status[data-state="empty"],
.tobe-booking-status[data-state="error"] {
  border-color: #e3c5c1;
  background: #fcf4f3;
}

.tobe-booking-status[data-state="empty"] .tobe-booking-status__icon,
.tobe-booking-status[data-state="error"] .tobe-booking-status__icon {
  background: #a44a40;
}

.tobe-booking-room-rate {
  margin: 22px 0;
  padding: 17px 18px;
  border-left: 3px solid var(--btn-1);
  background: #f7f3ed;
}

.tobe-booking-room-rate__badge {
  display: inline-block;
  margin-bottom: 8px;
  color: #347949;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.tobe-booking-room-rate p,
.tobe-booking-room-rate small,
.tobe-booking-room-rate strong {
  display: block;
  margin: 0;
}

.tobe-booking-room-rate strong {
  margin: 4px 0;
  color: var(--rts-heading);
  font-family: var(--glida);
  font-size: 20px;
  font-weight: 500;
}

.tobe-booking-detail-status {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid #e5ddd2;
  border-radius: 6px;
  background: #fff;
  color: var(--rts-para);
  font-size: 14px;
  line-height: 1.5;
}

.tobe-booking-detail-status[data-state="success"] {
  border-color: #b9d7c2;
  background: #f1f8f3;
  color: #285f39;
}

.tobe-booking-detail-status[data-state="error"] {
  border-color: #e3c5c1;
  background: #fcf4f3;
  color: #88382f;
}

.tobe-booking-form button:disabled,
.tobe-booking-reserve:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.tobe-booking-form button.is-loading,
.tobe-booking-reserve.is-loading {
  pointer-events: none;
}

[data-cb-room-card][hidden] {
  display: none !important;
}

.tobe-booking-noscript {
  margin-bottom: 30px;
  padding: 15px 18px;
  border-left: 3px solid var(--btn-1);
  background: #f8f5f0;
}

.ui-datepicker td.tobe-datepicker-available a {
  box-shadow: inset 0 -3px #4d8d60;
}

.ui-datepicker td.tobe-datepicker-unavailable span {
  opacity: .4;
  text-decoration: line-through;
}

.ui-datepicker td.tobe-datepicker-loading a {
  box-shadow: inset 0 -2px #d4c5b2;
}

.advance__search__section.is__home__one .tobe-booking-form .advance__search__wrapper {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)) auto;
  gap: 0;
}

.advance__search__section.is__home__one .tobe-booking-form .query__input {
  min-width: 0;
  padding: 0 18px;
}

.advance__search__section.is__home__one .tobe-booking-form .query__input:first-child {
  padding-left: 0;
}

.advance__search__section.is__home__one .tobe-booking-form .query__input input,
.advance__search__section.is__home__one .tobe-booking-form .query__input select {
  min-width: 0;
}

.advance__search__section.is__home__one .tobe-booking-form__message {
  grid-column: 1 / -1;
}

@keyframes tobe-booking-spin {
  to { transform: rotate(360deg); }
}

@media only screen and (max-width: 1199px) {
  .advance__search__section.is__home__one .tobe-booking-form .advance__search__wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .advance__search__section.is__home__one .tobe-booking-form .query__input {
    padding: 0 20px 0 0;
  }

  .advance__search__section.is__home__one .tobe-booking-form .search__btn {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .advance__search__section.is__home__one .tobe-booking-form .advance__search__wrapper {
    grid-template-columns: 1fr;
  }

  .advance__search__section.is__home__one .tobe-booking-form .query__input {
    padding-right: 0;
    border-right: 0;
  }

  .tobe-booking-status {
    padding: 16px;
  }
}

/*
If you love our template, please give us a star on https://themeforest.net/user/reacthemes
*/
/*# sourceMappingURL=../maps/style.css.map */
