@charset "UTF-8";
@import url("../assets/library/fontawesome/css/all.css");
@import url("../assets/library/fontawesome/fontawesome/fontawesome.css");
@import url("../assets/library/aos/aos.css");
@import url("../assets/library/swiper/swiper-bundle.min.css");
/* @import url("../assets/library/fullpage/fullpage.min.css"); */
@import url("../assets/library/select2/select2.min.css");
@import url("../assets/library/gallery/lightgallery.min.css");
@import url("../assets/library/fancybox/fancybox.css");
/* @import url("../assets/library/splide/splide.min.css"); */
@import url("../assets/library/datetime/daterangepicker.css");
@import url("../assets/library/splitting/splitting.css");
/* @import url("../assets/font/Be-Vietnam-Pro/stylesheet.css");
@import url("../assets/font/Inter/stylesheet.css"); */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.mona-content strong,
.mona-content b {
  font-weight: bold;
}

.mona-content em,
.mona-content i {
  font-style: italic;
}

.mona-content h1,
.mona-content h2,
.mona-content h3,
.mona-content h4,
.mona-content h5,
.mona-content h6 {
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.6em;
}

.mona-content h1 {
  font-size: 1.7em;
}

.mona-content h2 {
  font-size: 1.6em;
}

.mona-content h3 {
  font-size: 1.25em;
}

.mona-content h4 {
  font-size: 1.125em;
}

.mona-content h5 {
  font-size: 1em;
}

.mona-content h6 {
  font-size: 0.85em;
}

.mona-content p {
  margin: 1em 0;
}

.mona-content ul,
.mona-content ol {
  margin: 1em 0;
  list-style-position: inside;
}

.mona-content ul ul,
.mona-content ul ol,
.mona-content ol ul,
.mona-content ol ol {
  margin-left: 1em;
}

.mona-content ul {
  list-style-type: disc;
}

.mona-content ol {
  list-style-type: decimal;
}

.mona-content ul ul,
.mona-content ol ul {
  list-style-type: circle;
}

.mona-content ol ol,
.mona-content ul ol {
  list-style-type: lower-latin;
}

.mona-content img,
.mona-content iframe {
  max-width: 100% !important;
  height: auto;
}

.mona-content blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1em 0;
  padding: 1em;
  quotes: "“" "”" "‘" "’";
}

.mona-content blockquote::before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.mona-content blockquote p {
  display: inline;
}

.mona-content table {
  border-collapse: collapse;
  max-width: 100%;
  margin: 1em 0;
  border: 1px solid #e1e1e1;
}

.mona-content table th,
.mona-content table td {
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 5px 10px;
  vertical-align: middle;
}

.mona-content .mona-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

.mona-content .mona-youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mona-content .mona-table-wrap {
  overflow: auto;
}

:root {
  --font-pri: 'Be Vietnam Pro';
  --font-sec: 'Inter';
  --w-logo: 15rem;
  --hd-top: 5rem;
  --hd-bot: 8rem;
  --size-hd: calc(var(--hd-top) + var(--hd-bot));
  --ss-pd: 8rem;
  --it-pd: 1.2rem;
  --ctn: 128rem;
  --re-ctn: calc((100vw - var(--ctn))/ 2);
  --re-ctn-2: calc(100vw - (100vw - var(--ctn))/ 2);
  --color-pri: #FE2858;
  --color-sec: #000000;
  --color-rd: #040404;
  --color-text: #040404;
  --blue: #00C4FF;
  --green: #007C7C;
  --white: #ffffff;
  --black: #000;
  --grey: #65758B;
  --grey-1: #666;
  --grey-2: #EFEFEF;
  --orange: #F5831F;
  --bg-grey: #F5F5F5;
  --border-1: #D8DCE3;
  --border-2: #E0E0E0;
  --radius-6: 0.6rem;
  --radius-8: 0.8rem;
  --radius-10: 1rem;
  --radius-12: 1.2rem;
  --radius-16: 1.6rem;
  --radius-20: 2rem;
  --radius-24: 2.4rem;
  --circle: 10rem;
  --cubic: cubic-bezier(0.72, 0.04, 0.49, 0.82);
}

@media (max-width: 1199px) {
  :root {
    --w-logo: 12rem;
    --hd-top: 3.5rem;
    --hd-bot: 5.5rem;
    --size-hd: calc(var(--hd-top) + var(--hd-bot));
    --ss-pd: 4rem;
    --it-pd: 0.8rem;
  }
}

@media (max-width: 575px) {
  :root {
    --hd-bot: 5.5rem;
    --size-hd: var(--hd-bot);
    --it-pd: .6rem;
    --radius-8: 0.4rem;
    --radius-10: .5rem;
    --radius-12: .6rem;
    --radius-16: .8rem;
    --radius-20: 1rem;
    --radius-24: 1.2rem;
  }
}

@media (max-width: 350px) {
  :root {
    --w-logo: 8rem;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 0.5rem;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2rem;
}

::-webkit-scrollbar-thumb {
  background: var(--color-sec);
  border-radius: 2rem;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--color-sec);
  border-radius: 2rem;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

html:has(.admin-bar) {
  margin-top: 0 !important;
}

body {
  font-family: var(--font-pri);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  color: var(--color-text);
  overflow: hidden auto;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
select {
  font-family: var(--font-pri);
  border: none;
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}

input,
textarea {
  --f-sz: clamp(1.5rem, calc(1.3279rem + 0.2459vw), 1.8rem);
  font-size: var(--f-sz);
  color: var(--black);
  font-family: var(--font-pri);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background: transparent;
  border: none;
  outline: none;
}

@media screen and (max-width: 1199px) {

  input,
  textarea {
    font-size: 1.4rem;
  }
}


.over {
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.over::-webkit-scrollbar {
  display: none;
}

.no-scroll {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}

iframe {
  vertical-align: middle;
}

.load-item {
  display: none;
}

.show-hide-toggle {
  cursor: pointer;
}

img {
  max-width: 100%;
  border-radius: inherit;
  height: auto;
}

.global-title {
  max-width: 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes phoneRing {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}

@keyframes phoneRing {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes ZoomIn {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes ZoomIn {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes Spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes Spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes BTT {
  0% {
    opacity: 0;
  }

  33% {
    opacity: 1;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes BTT {
  0% {
    opacity: 0;
  }

  33% {
    opacity: 1;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes halo {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }

  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes halo {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }

  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }

  50% {
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }

  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }

  50% {
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }

  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@-webkit-keyframes mirror {
  100% {
    -webkit-transform: translate3d(2000%, 0, 0) rotate(35deg);
    transform: translate3d(2000%, 0, 0) rotate(35deg);
  }
}

@keyframes mirror {
  100% {
    -webkit-transform: translate3d(2000%, 0, 0) rotate(35deg);
    transform: translate3d(2000%, 0, 0) rotate(35deg);
  }
}

@-webkit-keyframes DownUp {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }

  50% {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px);
  }

  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@keyframes DownUp {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }

  50% {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px);
  }

  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@-webkit-keyframes jelly {
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}

@keyframes jelly {
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}

@-webkit-keyframes jellyTranForm {
  25% {
    -webkit-transform: translate(-50%, -50%) scale(0.9, 1.1);
    transform: translate(-50%, -50%) scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 0.9);
    transform: translate(-50%, -50%) scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: translate(-50%, -50%) scale(0.95, 1.05);
    transform: translate(-50%, -50%) scale(0.95, 1.05);
  }
}

@keyframes jellyTranForm {
  25% {
    -webkit-transform: translate(-50%, -50%) scale(0.9, 1.1);
    transform: translate(-50%, -50%) scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 0.9);
    transform: translate(-50%, -50%) scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: translate(-50%, -50%) scale(0.95, 1.05);
    transform: translate(-50%, -50%) scale(0.95, 1.05);
  }
}

@-webkit-keyframes jittery {

  5%,
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  15% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  20% {
    -webkit-transform: scale(1.05) rotate(-5deg);
    transform: scale(1.05) rotate(-5deg);
  }

  25% {
    -webkit-transform: scale(1.05) rotate(5deg);
    transform: scale(1.05) rotate(5deg);
  }

  30% {
    -webkit-transform: scale(1.05) rotate(-3deg);
    transform: scale(1.05) rotate(-3deg);
  }

  35% {
    -webkit-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg);
  }

  40% {
    -webkit-transform: scale(1.05) rotate(0);
    transform: scale(1.05) rotate(0);
  }
}

@keyframes jittery {

  5%,
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  15% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  20% {
    -webkit-transform: scale(1.05) rotate(-5deg);
    transform: scale(1.05) rotate(-5deg);
  }

  25% {
    -webkit-transform: scale(1.05) rotate(5deg);
    transform: scale(1.05) rotate(5deg);
  }

  30% {
    -webkit-transform: scale(1.05) rotate(-3deg);
    transform: scale(1.05) rotate(-3deg);
  }

  35% {
    -webkit-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg);
  }

  40% {
    -webkit-transform: scale(1.05) rotate(0);
    transform: scale(1.05) rotate(0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes grow {
  from {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}

@keyframes grow {
  from {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}

@-webkit-keyframes grows {
  from {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}

@keyframes grows {
  from {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}

@-webkit-keyframes txt-focus {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }

  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes txt-focus {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }

  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@-webkit-keyframes MaskPlay {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@keyframes MaskPlay {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@-webkit-keyframes Leaf {
  0% {
    -webkit-transform: translateY(-100%) rotate(0deg);
    transform: translateY(-100%) rotate(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(30rem) rotate(360deg);
    transform: translateY(30rem) rotate(360deg);
    opacity: 0;
  }
}

@keyframes Leaf {
  0% {
    -webkit-transform: translateY(-100%) rotate(0deg);
    transform: translateY(-100%) rotate(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(30rem) rotate(360deg);
    transform: translateY(30rem) rotate(360deg);
    opacity: 0;
  }
}

@-webkit-keyframes Leaf2 {
  0% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }

  100% {
    top: 100%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0;
  }
}

@keyframes Leaf2 {
  0% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }

  100% {
    top: 100%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0;
  }
}

@-webkit-keyframes Leaf3 {
  0% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }

  80% {
    top: 100%;
    -webkit-transform: rotate(360deg) translateY(-100%);
    transform: rotate(360deg) translateY(-100%);
    opacity: 1;
  }

  90% {
    top: 100%;
    -webkit-transform: rotate(370deg) translateY(-100%);
    transform: rotate(370deg) translateY(-100%);
    opacity: 1;
  }

  100% {
    top: 100%;
    -webkit-transform: rotate(380deg) translateY(-100%);
    transform: rotate(380deg) translateY(-100%);
    opacity: 1;
  }
}

@keyframes Leaf3 {
  0% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }

  80% {
    top: 100%;
    -webkit-transform: rotate(360deg) translateY(-100%);
    transform: rotate(360deg) translateY(-100%);
    opacity: 1;
  }

  90% {
    top: 100%;
    -webkit-transform: rotate(370deg) translateY(-100%);
    transform: rotate(370deg) translateY(-100%);
    opacity: 1;
  }

  100% {
    top: 100%;
    -webkit-transform: rotate(380deg) translateY(-100%);
    transform: rotate(380deg) translateY(-100%);
    opacity: 1;
  }
}

@-webkit-keyframes animateSvg {
  0% {
    stroke-dashoffset: 2689.942138671875px;
    stroke-dasharray: 2689.942138671875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2689.942138671875px;
  }
}

@keyframes animateSvg {
  0% {
    stroke-dashoffset: 2689.942138671875px;
    stroke-dasharray: 2689.942138671875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2689.942138671875px;
  }
}

@-webkit-keyframes note {
  0% {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  20% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  40% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  60% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }

  80% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes note {
  0% {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  20% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  40% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  60% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }

  80% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes star {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes star {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes rotate45 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes rotate45 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotate360 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

[data-aos="fade-up-cus"] {
  -webkit-transform: translate(0, 4rem);
  transform: translate(0, 4rem);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

[data-aos="fade-up-cus"].aos-animate {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

[data-aos="fade-down-cus"] {
  -webkit-transform: translate(0, -4rem);
  transform: translate(0, -4rem);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

[data-aos="fade-down-cus"].aos-animate {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

[data-aos="fade-left-cus"] {
  -webkit-transform: translate(4rem, 0);
  transform: translate(4rem, 0);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

[data-aos="fade-left-cus"].aos-animate {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

[data-aos="fade-right-cus"] {
  -webkit-transform: translate(-4rem, 0);
  transform: translate(-4rem, 0);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

[data-aos="fade-right-cus"].aos-animate {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

:root {
  --text: var(--color-text);
  --text-hover: var(--color-pri);
  --fw: 400;
  --back: white;
  --textsub: var(--color-text);
  --fz: 1.6rem;
}

@-webkit-keyframes menuLa {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }

  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@keyframes menuLa {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }

  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

::-webkit-scrollbar {
  width: 0.5rem;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--color-pri);
  border-radius: 100rem;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--color-pri);
}


.sl-cus {
  position: relative;
}

.sl-cus.min {
  min-width: 12rem;
}

.sl-cus.min:not(:first-child) {
  margin-left: 0.5rem;
}

.sl-head {
  background-color: #f8f8f8;
  height: 4rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 1.5rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 5;
  cursor: pointer;
  border-radius: 0.6rem;
}

.sl-head::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 13px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid var(--color-second);
}

.sl-head::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1.3rem;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid var(--color-second);
}

.sl-main {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sl-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  background-color: white;
  z-index: 10;
  display: none;
  overflow: hidden;
  border-radius: 0 0 6px 6px;
  max-height: 20rem;
  overflow-y: auto;
}

.sl-item {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: black;
  padding: 1rem 1.5rem;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.sl-item:hover {
  background-color: var(--color-second);
  color: white;
}

@-webkit-keyframes bounce {

  from,
  20%,
  53%,
  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) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  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) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@keyframes bounce {

  from,
  20%,
  53%,
  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) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  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) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

.animate__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;
  }
}

.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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);
  }
}

.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-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);
  }
}

.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {

  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 shakeX {

  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);
  }
}

.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

@keyframes shakeY {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-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);
  }
}

.animate__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);
  }
}

.animate__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);
  }
}

.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}

@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}

.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

/* Bouncing entrances  */
@-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);
  }
}

.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -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) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@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) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__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) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@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) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__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) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@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) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__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) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  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) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/* Bouncing exits  */
@-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);
  }
}

.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}

.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}

.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}

.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.animate__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);
  }
}

.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.animate__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);
  }
}

.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.animate__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);
  }
}

.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.animate__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);
  }
}

.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}

@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}

.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}

@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}

.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}

@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}

.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}

@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}

.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animate__animated.animate__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);
  }
}

.animate__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);
  }
}

.animate__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;
  }
}

.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -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;
  }
}

.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -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-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-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-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-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-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;
  }
}

.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* Zooming entrances */
@-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;
  }
}

.animate__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);
  }
}

.animate__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);
  }
}

.animate__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);
  }
}

.animate__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);
  }
}

.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

/* Zooming exits */
@-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;
  }
}

.animate__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-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-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);
  }
}

@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);
  }
}

.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-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);
  }
}

@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);
  }
}

.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-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-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.animate__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(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.animate__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(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.animate__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, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.custom-bounce {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-bounce.active {
  animation: bounce var(--duration) forwards;
  -webkit-animation: bounce var(--duration) forwards;
  -moz-animation: bounce var(--duration) forwards;
  -ms-animation: bounce var(--duration) forwards;
  -o-animation: bounce var(--duration) forwards;
}

.custom-bounceIn {
  opacity: 0;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-bounceIn.active {
  animation: bounceIn var(--duration) forwards;
  -webkit-animation: bounceIn var(--duration) forwards;
  -moz-animation: bounceIn var(--duration) forwards;
  -ms-animation: bounceIn var(--duration) forwards;
  -o-animation: bounceIn var(--duration) forwards;
}

.custom-bounceInRight {
  -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
  transform: translate3d(3000px, 0, 0) scaleX(3);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-bounceInRight.active {
  animation: bounceInRight var(--duration) forwards;
  -webkit-animation: bounceInRight var(--duration) forwards;
  -moz-animation: bounceInRight var(--duration) forwards;
  -ms-animation: bounceInRight var(--duration) forwards;
  -o-animation: bounceInRight var(--duration) forwards;
}

.custom-bouncenInLeft {
  -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
  transform: translate3d(-3000px, 0, 0) scaleX(3);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-bouncenInLeft.active {
  animation: bounceInLeft var(--duration) forwards;
  -webkit-animation: bounceInLeft var(--duration) forwards;
  -moz-animation: bounceInLeft var(--duration) forwards;
  -ms-animation: bounceInLeft var(--duration) forwards;
  -o-animation: bounceInLeft var(--duration) forwards;
}

.custom-bounceInUp {
  -webkit-transform: translateY(2000px);
  transform: translateY(2000px);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-bounceInUp.active {
  animation: bounceInUp var(--duration) forwards;
  -webkit-animation: bounceInUp var(--duration) forwards;
  -moz-animation: bounceInUp var(--duration) forwards;
  -ms-animation: bounceInUp var(--duration) forwards;
  -o-animation: bounceInUp var(--duration) forwards;
}

.custom-bounceInDown {
  -webkit-transform: translateY(-2000px);
  transform: translateY(-2000px);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-bounceInDown.active {
  animation: bounceInDown var(--duration) forwards;
  -webkit-animation: bounceInDown var(--duration) forwards;
  -moz-animation: bounceInDown var(--duration) forwards;
  -ms-animation: bounceInDown var(--duration) forwards;
  -o-animation: bounceInDown var(--duration) forwards;
}

.custom-bounceOut {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-bounceOut.active {
  animation: bounceOut var(--duration) forwards;
  -webkit-animation: bounceOut var(--duration) forwards;
  -moz-animation: bounceOut var(--duration) forwards;
  -ms-animation: bounceOut var(--duration) forwards;
  -o-animation: bounceOut var(--duration) forwards;
}

.custom-bounceOutDown {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-bounceOutDown.active {
  animation: bounceOutDown var(--duration) forwards;
  -webkit-animation: bounceOutDown var(--duration) forwards;
  -moz-animation: bounceOutDown var(--duration) forwards;
  -ms-animation: bounceOutDown var(--duration) forwards;
  -o-animation: bounceOutDown var(--duration) forwards;
}

.custom-bounceOutLeft {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-bounceOutLeft.active {
  animation: bounceOutLeft var(--duration) forwards;
  -webkit-animation: bounceOutLeft var(--duration) forwards;
  -moz-animation: bounceOutLeft var(--duration) forwards;
  -ms-animation: bounceOutLeft var(--duration) forwards;
  -o-animation: bounceOutLeft var(--duration) forwards;
}

.custom-bounceOutRight {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-bounceOutRight.active {
  animation: bounceOutRight var(--duration) forwards;
  -webkit-animation: bounceOutRight var(--duration) forwards;
  -moz-animation: bounceOutRight var(--duration) forwards;
  -ms-animation: bounceOutRight var(--duration) forwards;
  -o-animation: bounceOutRight var(--duration) forwards;
}

.custom-bounceOutUp {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-bounceOutUp.active {
  animation: bounceOutUp var(--duration) forwards;
  -webkit-animation: bounceOutUp var(--duration) forwards;
  -moz-animation: bounceOutUp var(--duration) forwards;
  -ms-animation: bounceOutUp var(--duration) forwards;
  -o-animation: bounceOutUp var(--duration) forwards;
}

.custom-fadeIn {
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeIn.active {
  animation: fadeIn var(--duration) forwards;
  -webkit-animation: fadeIn var(--duration) forwards;
  -moz-animation: fadeIn var(--duration) forwards;
  -ms-animation: fadeIn var(--duration) forwards;
  -o-animation: fadeIn var(--duration) forwards;
}

.custom-fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeInDown.active {
  animation: fadeInDown var(--duration) forwards;
  -webkit-animation: fadeInDown var(--duration) forwards;
  -moz-animation: fadeInDown var(--duration) forwards;
  -ms-animation: fadeInDown var(--duration) forwards;
  -o-animation: fadeInDown var(--duration) forwards;
}

.custom-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeInLeft.active {
  animation: fadeInLeft var(--duration) forwards;
  -webkit-animation: fadeInLeft var(--duration) forwards;
  -moz-animation: fadeInLeft var(--duration) forwards;
  -ms-animation: fadeInLeft var(--duration) forwards;
  -o-animation: fadeInLeft var(--duration) forwards;
}

.custom-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeInRight.active {
  animation: fadeInRight var(--duration) forwards;
  -webkit-animation: fadeInRight var(--duration) forwards;
  -moz-animation: fadeInRight var(--duration) forwards;
  -ms-animation: fadeInRight var(--duration) forwards;
  -o-animation: fadeInRight var(--duration) forwards;
}

.custom-fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeInUp.active {
  animation: fadeInUp var(--duration) forwards;
  -webkit-animation: fadeInUp var(--duration) forwards;
  -moz-animation: fadeInUp var(--duration) forwards;
  -ms-animation: fadeInUp var(--duration) forwards;
  -o-animation: fadeInUp var(--duration) forwards;
}

.custom-fadeInLeftBig {
  -webkit-transform: translate3d(-2000px, 0, 0);
  transform: translate3d(-2000px, 0, 0);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
  opacity: 0;
}

.custom-fadeInLeftBig.active {
  animation: fadeInLeftBig var(--duration) forwards;
  -webkit-animation: fadeInLeftBig var(--duration) forwards;
  -moz-animation: fadeInLeftBig var(--duration) forwards;
  -ms-animation: fadeInLeftBig var(--duration) forwards;
  -o-animation: fadeInLeftBig var(--duration) forwards;
}

.custom-fadeInRightBig {
  -webkit-transform: translate3d(2000px, 0, 0);
  transform: translate3d(2000px, 0, 0);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
  opacity: 0;
}

.custom-fadeInRightBig.active {
  -webkit-animation: fadeInRightBig var(--duration) forwards;
  animation: fadeInRightBig var(--duration) forwards;
}

.custom-fadeInUpBig {
  -webkit-transform: translateY(2000px);
  transform: translateY(2000px);
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeInUpBig.active {
  animation: fadeInUpBig var(--duration) forwards;
  -webkit-animation: fadeInUpBig var(--duration) forwards;
  -moz-animation: fadeInUpBig var(--duration) forwards;
  -ms-animation: fadeInUpBig var(--duration) forwards;
  -o-animation: fadeInUpBig var(--duration) forwards;
}

.custom-fadeInDownBig {
  -webkit-transform: translateY(-2000px);
  transform: translateY(-2000px);
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeInDownBig.active {
  animation: fadeInDownBig var(--duration) forwards;
  -webkit-animation: fadeInDownBig var(--duration) forwards;
  -moz-animation: fadeInDownBig var(--duration) forwards;
  -ms-animation: fadeInDownBig var(--duration) forwards;
  -o-animation: fadeInDownBig var(--duration) forwards;
}

.custom-fadeInTopLeft {
  opacity: 0;
  -webkit-transform: translate3d(-100%, -100%, 0);
  transform: translate3d(-100%, -100%, 0);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeInTopLeft.active {
  animation: fadeInTopLeft var(--duration) forwards;
  -webkit-animation: fadeInTopLeft var(--duration) forwards;
  -moz-animation: fadeInTopLeft var(--duration) forwards;
  -ms-animation: fadeInTopLeft var(--duration) forwards;
  -o-animation: fadeInTopLeft var(--duration) forwards;
}

.custom-fadeInTopRight {
  opacity: 0;
  -webkit-transform: translate3d(100%, -100%, 0);
  transform: translate3d(100%, -100%, 0);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeInTopRight.active {
  animation: fadeInTopRight var(--duration) forwards;
  -webkit-animation: fadeInTopRight var(--duration) forwards;
  -moz-animation: fadeInTopRight var(--duration) forwards;
  -ms-animation: fadeInTopRight var(--duration) forwards;
  -o-animation: fadeInTopRight var(--duration) forwards;
}

.custom-fadeInBottomLeft {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 100%, 0);
  transform: translate3d(-100%, 100%, 0);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeInBottomLeft.active {
  animation: fadeInBottomLeft var(--duration) forwards;
  -webkit-animation: fadeInBottomLeft var(--duration) forwards;
  -moz-animation: fadeInBottomLeft var(--duration) forwards;
  -ms-animation: fadeInBottomLeft var(--duration) forwards;
  -o-animation: fadeInBottomLeft var(--duration) forwards;
}

.custom-fadeInBottomRight {
  opacity: 0;
  -webkit-transform: translate3d(100%, 100%, 0);
  transform: translate3d(100%, 100%, 0);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeInBottomRight.active {
  animation: fadeInBottomRight var(--duration) forwards;
  -webkit-animation: fadeInBottomRight var(--duration) forwards;
  -moz-animation: fadeInBottomRight var(--duration) forwards;
  -ms-animation: fadeInBottomRight var(--duration) forwards;
  -o-animation: fadeInBottomRight var(--duration) forwards;
}

.custom-fadeOut {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeOut.active {
  animation: fadeOut var(--duration) forwards;
  -webkit-animation: fadeOut var(--duration) forwards;
  -moz-animation: fadeOut var(--duration) forwards;
  -ms-animation: fadeOut var(--duration) forwards;
  -o-animation: fadeOut var(--duration) forwards;
}

.custom-fadeOutDown {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeOutDown.active {
  animation: fadeOutDown var(--duration) forwards;
  -webkit-animation: fadeOutDown var(--duration) forwards;
  -moz-animation: fadeOutDown var(--duration) forwards;
  -ms-animation: fadeOutDown var(--duration) forwards;
  -o-animation: fadeOutDown var(--duration) forwards;
}

.custom-fadeOutDownBig {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeOutDownBig.active {
  animation: fadeOutDownBig var(--duration) forwards;
  -webkit-animation: fadeOutDownBig var(--duration) forwards;
  -moz-animation: fadeOutDownBig var(--duration) forwards;
  -ms-animation: fadeOutDownBig var(--duration) forwards;
  -o-animation: fadeOutDownBig var(--duration) forwards;
}

.custom-fadeOutLeft {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeOutLeft.active {
  animation: fadeOutLeft var(--duration) forwards;
  -webkit-animation: fadeOutLeft var(--duration) forwards;
  -moz-animation: fadeOutLeft var(--duration) forwards;
  -ms-animation: fadeOutLeft var(--duration) forwards;
  -o-animation: fadeOutLeft var(--duration) forwards;
}

.custom-fadeOutLeftBig {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeOutLeftBig.active {
  animation: fadeOutLeftBig var(--duration) forwards;
  -webkit-animation: fadeOutLeftBig var(--duration) forwards;
  -moz-animation: fadeOutLeftBig var(--duration) forwards;
  -ms-animation: fadeOutLeftBig var(--duration) forwards;
  -o-animation: fadeOutLeftBig var(--duration) forwards;
}

.custom-fadeOutRight {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeOutRight.active {
  animation: fadeOutRight var(--duration) forwards;
  -webkit-animation: fadeOutRight var(--duration) forwards;
  -moz-animation: fadeOutRight var(--duration) forwards;
  -ms-animation: fadeOutRight var(--duration) forwards;
  -o-animation: fadeOutRight var(--duration) forwards;
}

.custom-fadeOutRightBig {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeOutRightBig.active {
  animation: fadeOutRightBig var(--duration) forwards;
  -webkit-animation: fadeOutRightBig var(--duration) forwards;
  -moz-animation: fadeOutRightBig var(--duration) forwards;
  -ms-animation: fadeOutRightBig var(--duration) forwards;
  -o-animation: fadeOutRightBig var(--duration) forwards;
}

.custom-fadeOutUp {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeOutUp.active {
  animation: fadeOutUp var(--duration) forwards;
  -webkit-animation: fadeOutUp var(--duration) forwards;
  -moz-animation: fadeOutUp var(--duration) forwards;
  -ms-animation: fadeOutUp var(--duration) forwards;
  -o-animation: fadeOutUp var(--duration) forwards;
}

.custom-fadeOutUpBig {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeOutUpBig.active {
  animation: fadeOutUpBig var(--duration) forwards;
  -webkit-animation: fadeOutUpBig var(--duration) forwards;
  -moz-animation: fadeOutUpBig var(--duration) forwards;
  -ms-animation: fadeOutUpBig var(--duration) forwards;
  -o-animation: fadeOutUpBig var(--duration) forwards;
}

.custom-fadeOutTopLeft {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeOutTopLeft.active {
  animation: fadeOutTopLeft var(--duration) forwards;
  -webkit-animation: fadeOutTopLeft var(--duration) forwards;
  -moz-animation: fadeOutTopLeft var(--duration) forwards;
  -ms-animation: fadeOutTopLeft var(--duration) forwards;
  -o-animation: fadeOutTopLeft var(--duration) forwards;
}

.custom-fadeOutTopRight {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeOutTopRight.active {
  animation: fadeOutTopRight var(--duration) forwards;
  -webkit-animation: fadeOutTopRight var(--duration) forwards;
  -moz-animation: fadeOutTopRight var(--duration) forwards;
  -ms-animation: fadeOutTopRight var(--duration) forwards;
  -o-animation: fadeOutTopRight var(--duration) forwards;
}

.custom-fadeOutBottomRight {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeOutBottomRight.active {
  animation: fadeOutBottomRight var(--duration) forwards;
  -webkit-animation: fadeOutBottomRight var(--duration) forwards;
  -moz-animation: fadeOutBottomRight var(--duration) forwards;
  -ms-animation: fadeOutBottomRight var(--duration) forwards;
  -o-animation: fadeOutBottomRight var(--duration) forwards;
}

.custom-fadeOutBottomLeft {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeOutBottomLeft.active {
  animation: fadeOutBottomLeft var(--duration) forwards;
  -webkit-animation: fadeOutBottomLeft var(--duration) forwards;
  -moz-animation: fadeOutBottomLeft var(--duration) forwards;
  -ms-animation: fadeOutBottomLeft var(--duration) forwards;
  -o-animation: fadeOutBottomLeft var(--duration) forwards;
}

.custom-zoomIn {
  opacity: 0;
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
  transform: scale3d(0.3, 0.3, 0.3);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-zoomIn.active {
  animation: zoomIn var(--duration) forwards;
  -webkit-animation: zoomIn var(--duration) forwards;
  -moz-animation: zoomIn var(--duration) forwards;
  -ms-animation: zoomIn var(--duration) forwards;
  -o-animation: zoomIn var(--duration) forwards;
}

.custom-zoomInDown {
  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);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-zoomInDown.active {
  animation: zoomInDown var(--duration) forwards;
  -webkit-animation: zoomInDown var(--duration) forwards;
  -moz-animation: zoomInDown var(--duration) forwards;
  -ms-animation: zoomInDown var(--duration) forwards;
  -o-animation: zoomInDown var(--duration) forwards;
}

.custom-zoomInLeft {
  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);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-zoomInLeft.active {
  animation: zoomInLeft var(--duration) forwards;
  -webkit-animation: zoomInLeft var(--duration) forwards;
  -moz-animation: zoomInLeft var(--duration) forwards;
  -ms-animation: zoomInLeft var(--duration) forwards;
  -o-animation: zoomInLeft var(--duration) forwards;
}

.custom-zoomInRight {
  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);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-zoomInRight.active {
  animation: zoomInRight var(--duration) forwards;
  -webkit-animation: zoomInRight var(--duration) forwards;
  -moz-animation: zoomInRight var(--duration) forwards;
  -ms-animation: zoomInRight var(--duration) forwards;
  -o-animation: zoomInRight var(--duration) forwards;
}

.custom-zoomInUp {
  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);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-zoomInUp.active {
  animation: zoomInUp var(--duration) forwards;
  -webkit-animation: zoomInUp var(--duration) forwards;
  -moz-animation: zoomInUp var(--duration) forwards;
  -ms-animation: zoomInUp var(--duration) forwards;
  -o-animation: zoomInUp var(--duration) forwards;
}

.custom-zoomOut {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-zoomOut.active {
  animation: zoomOut var(--duration) forwards;
  -webkit-animation: zoomOut var(--duration) forwards;
  -moz-animation: zoomOut var(--duration) forwards;
  -ms-animation: zoomOut var(--duration) forwards;
  -o-animation: zoomOut var(--duration) forwards;
}

.custom-zoomOutDown {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-zoomOutDown.active {
  animation: zoomOutDown var(--duration) forwards;
  -webkit-animation: zoomOutDown var(--duration) forwards;
  -moz-animation: zoomOutDown var(--duration) forwards;
  -ms-animation: zoomOutDown var(--duration) forwards;
  -o-animation: zoomOutDown var(--duration) forwards;
}

.custom-zoomOutLeft {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-zoomOutLeft.active {
  animation: zoomOutLeft var(--duration) forwards;
  -webkit-animation: zoomOutLeft var(--duration) forwards;
  -moz-animation: zoomOutLeft var(--duration) forwards;
  -ms-animation: zoomOutLeft var(--duration) forwards;
  -o-animation: zoomOutLeft var(--duration) forwards;
}

.custom-zoomOutRight {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-zoomOutRight.active {
  animation: zoomOutRight var(--duration) forwards;
  -webkit-animation: zoomOutRight var(--duration) forwards;
  -moz-animation: zoomOutRight var(--duration) forwards;
  -ms-animation: zoomOutRight var(--duration) forwards;
  -o-animation: zoomOutRight var(--duration) forwards;
}

.custom-zoomOutUp {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-zoomOutUp.active {
  animation: zoomOutUp var(--duration) forwards;
  -webkit-animation: zoomOutUp var(--duration) forwards;
  -moz-animation: zoomOutUp var(--duration) forwards;
  -ms-animation: zoomOutUp var(--duration) forwards;
  -o-animation: zoomOutUp var(--duration) forwards;
}

.custom-slideInDown {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  visibility: visible;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-slideInDown.active {
  animation: slideInDown var(--duration) forwards;
  -webkit-animation: slideInDown var(--duration) forwards;
  -moz-animation: slideInDown var(--duration) forwards;
  -ms-animation: slideInDown var(--duration) forwards;
  -o-animation: slideInDown var(--duration) forwards;
}

.custom-slideInLeft {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  visibility: visible;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-slideInLeft.active {
  animation: slideInLeft var(--duration) forwards;
  -webkit-animation: slideInLeft var(--duration) forwards;
  -moz-animation: slideInLeft var(--duration) forwards;
  -ms-animation: slideInLeft var(--duration) forwards;
  -o-animation: slideInLeft var(--duration) forwards;
}

.custom-slideInRight {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  visibility: visible;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-slideInRight.active {
  animation: slideInRight var(--duration) forwards;
  -webkit-animation: slideInRight var(--duration) forwards;
  -moz-animation: slideInRight var(--duration) forwards;
  -ms-animation: slideInRight var(--duration) forwards;
  -o-animation: slideInRight var(--duration) forwards;
}

.custom-slideInUp {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  visibility: visible;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-slideInUp.active {
  animation: slideInUp var(--duration) forwards;
  -webkit-animation: slideInUp var(--duration) forwards;
  -moz-animation: slideInUp var(--duration) forwards;
  -ms-animation: slideInUp var(--duration) forwards;
  -o-animation: slideInUp var(--duration) forwards;
}

.custom-slideOutDown {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-slideOutDown.active {
  animation: slideOutDown var(--duration) forwards;
  -webkit-animation: slideOutDown var(--duration) forwards;
  -moz-animation: slideOutDown var(--duration) forwards;
  -ms-animation: slideOutDown var(--duration) forwards;
  -o-animation: slideOutDown var(--duration) forwards;
}

.custom-slideOutLeft {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-slideOutLeft.active {
  animation: slideOutLeft var(--duration) forwards;
  -webkit-animation: slideOutLeft var(--duration) forwards;
  -moz-animation: slideOutLeft var(--duration) forwards;
  -ms-animation: slideOutLeft var(--duration) forwards;
  -o-animation: slideOutLeft var(--duration) forwards;
}

.custom-slideOutRight {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-slideOutRight.active {
  animation: slideOutRight var(--duration) forwards;
  -webkit-animation: slideOutRight var(--duration) forwards;
  -moz-animation: slideOutRight var(--duration) forwards;
  -ms-animation: slideOutRight var(--duration) forwards;
  -o-animation: slideOutRight var(--duration) forwards;
}

.custom-slideOutUp {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-slideOutUp.active {
  animation: slideOutUp var(--duration) forwards;
  -webkit-animation: slideOutUp var(--duration) forwards;
  -moz-animation: slideOutUp var(--duration) forwards;
  -ms-animation: slideOutUp var(--duration) forwards;
  -o-animation: slideOutUp var(--duration) forwards;
}

.custom-hinge {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-hinge.active {
  animation: hinge var(--duration) forwards;
  -webkit-animation: hinge var(--duration) forwards;
  -moz-animation: hinge var(--duration) forwards;
  -ms-animation: hinge var(--duration) forwards;
  -o-animation: hinge var(--duration) forwards;
}

.custom-jackInTheBox {
  opacity: 0;
  -webkit-transform: scale(0.1) rotate(30deg);
  transform: scale(0.1) rotate(30deg);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-jackInTheBox.active {
  animation: jackInTheBox var(--duration) forwards;
  -webkit-animation: jackInTheBox var(--duration) forwards;
  -moz-animation: jackInTheBox var(--duration) forwards;
  -ms-animation: jackInTheBox var(--duration) forwards;
  -o-animation: jackInTheBox var(--duration) forwards;
}

.custom-rollIn {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-rollIn.active {
  animation: rollIn var(--duration) forwards;
  -webkit-animation: rollIn var(--duration) forwards;
  -moz-animation: rollIn var(--duration) forwards;
  -ms-animation: rollIn var(--duration) forwards;
  -o-animation: rollIn var(--duration) forwards;
}

.custom-rollOut {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-rollOut.active {
  animation: rollOut var(--duration) forwards;
  -webkit-animation: rollOut var(--duration) forwards;
  -moz-animation: rollOut var(--duration) forwards;
  -ms-animation: rollOut var(--duration) forwards;
  -o-animation: rollOut var(--duration) forwards;
}

.custom-lightSpeedInRight {
  -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
  transform: translate3d(100%, 0, 0) skewX(-30deg);
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-lightSpeedInRight.active {
  animation: lightSpeedInRight var(--duration) forwards;
  -webkit-animation: lightSpeedInRight var(--duration) forwards;
  -moz-animation: lightSpeedInRight var(--duration) forwards;
  -ms-animation: lightSpeedInRight var(--duration) forwards;
  -o-animation: lightSpeedInRight var(--duration) forwards;
}

.custom-lightSpeedInLeft {
  -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
  transform: translate3d(-100%, 0, 0) skewX(30deg);
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-lightSpeedInLeft.active {
  animation: lightSpeedInLeft var(--duration) forwards;
  -webkit-animation: lightSpeedInLeft var(--duration) forwards;
  -moz-animation: lightSpeedInLeft var(--duration) forwards;
  -ms-animation: lightSpeedInLeft var(--duration) forwards;
  -o-animation: lightSpeedInLeft var(--duration) forwards;
}

.custom-lightSpeedOutRight {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-lightSpeedOutRight.active {
  animation: lightSpeedOutRight var(--duration) forwards;
  -webkit-animation: lightSpeedOutRight var(--duration) forwards;
  -moz-animation: lightSpeedOutRight var(--duration) forwards;
  -ms-animation: lightSpeedOutRight var(--duration) forwards;
  -o-animation: lightSpeedOutRight var(--duration) forwards;
}

.custom-lightSpeedOutLeft {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-lightSpeedOutLeft.active {
  animation: lightSpeedOutLeft var(--duration) forwards;
  -webkit-animation: lightSpeedOutLeft var(--duration) forwards;
  -moz-animation: lightSpeedOutLeft var(--duration) forwards;
  -ms-animation: lightSpeedOutLeft var(--duration) forwards;
  -o-animation: lightSpeedOutLeft var(--duration) forwards;
}

.custom-rotateIn {
  -webkit-transform: rotate3d(0, 0, 1, -200deg);
  transform: rotate3d(0, 0, 1, -200deg);
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-rotateIn.active {
  animation: rotateIn var(--duration) forwards;
  -webkit-animation: rotateIn var(--duration) forwards;
  -moz-animation: rotateIn var(--duration) forwards;
  -ms-animation: rotateIn var(--duration) forwards;
  -o-animation: rotateIn var(--duration) forwards;
}

.custom-rotateInDownLeft {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-rotateInDownLeft.active {
  animation: rotateInDownLeft var(--duration) forwards;
  -webkit-animation: rotateInDownLeft var(--duration) forwards;
  -moz-animation: rotateInDownLeft var(--duration) forwards;
  -ms-animation: rotateInDownLeft var(--duration) forwards;
  -o-animation: rotateInDownLeft var(--duration) forwards;
}

.custom-rotateInDownRight {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-rotateInDownRight.active {
  animation: rotateInDownRight var(--duration) forwards;
  -webkit-animation: rotateInDownRight var(--duration) forwards;
  -moz-animation: rotateInDownRight var(--duration) forwards;
  -ms-animation: rotateInDownRight var(--duration) forwards;
  -o-animation: rotateInDownRight var(--duration) forwards;
}

.custom-rotateInUpLeft {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-rotateInUpLeft.active {
  animation: rotateInUpLeft var(--duration) forwards;
  -webkit-animation: rotateInUpLeft var(--duration) forwards;
  -moz-animation: rotateInUpLeft var(--duration) forwards;
  -ms-animation: rotateInUpLeft var(--duration) forwards;
  -o-animation: rotateInUpLeft var(--duration) forwards;
}

.custom-rotateInUpRight {
  -webkit-transform: rotate3d(0, 0, 1, -90deg);
  transform: rotate3d(0, 0, 1, -90deg);
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-rotateInUpRight.active {
  animation: rotateInUpRight var(--duration) forwards;
  -webkit-animation: rotateInUpRight var(--duration) forwards;
  -moz-animation: rotateInUpRight var(--duration) forwards;
  -ms-animation: rotateInUpRight var(--duration) forwards;
  -o-animation: rotateInUpRight var(--duration) forwards;
}

.custom-rotateOut {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-rotateOut.active {
  animation: rotateOut var(--duration) forwards;
  -webkit-animation: rotateOut var(--duration) forwards;
  -moz-animation: rotateOut var(--duration) forwards;
  -ms-animation: rotateOut var(--duration) forwards;
  -o-animation: rotateOut var(--duration) forwards;
}

.custom-rotateOutDownLeft {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-rotateOutDownLeft.active {
  animation: rotateOutDownLeft var(--duration) forwards;
  -webkit-animation: rotateOutDownLeft var(--duration) forwards;
  -moz-animation: rotateOutDownLeft var(--duration) forwards;
  -ms-animation: rotateOutDownLeft var(--duration) forwards;
  -o-animation: rotateOutDownLeft var(--duration) forwards;
}

.custom-rotateOutDownRight {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-rotateOutDownRight.active {
  animation: rotateOutDownRight var(--duration) forwards;
  -webkit-animation: rotateOutDownRight var(--duration) forwards;
  -moz-animation: rotateOutDownRight var(--duration) forwards;
  -ms-animation: rotateOutDownRight var(--duration) forwards;
  -o-animation: rotateOutDownRight var(--duration) forwards;
}

.custom-rotateOutUpLeft {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-rotateOutUpLeft.active {
  animation: rotateOutUpLeft var(--duration) forwards;
  -webkit-animation: rotateOutUpLeft var(--duration) forwards;
  -moz-animation: rotateOutUpLeft var(--duration) forwards;
  -ms-animation: rotateOutUpLeft var(--duration) forwards;
  -o-animation: rotateOutUpLeft var(--duration) forwards;
}

.custom-rotateOutUpRight {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-rotateOutUpRight.active {
  animation: rotateOutUpRight var(--duration) forwards;
  -webkit-animation: rotateOutUpRight var(--duration) forwards;
  -moz-animation: rotateOutUpRight var(--duration) forwards;
  -ms-animation: rotateOutUpRight var(--duration) forwards;
  -o-animation: rotateOutUpRight var(--duration) forwards;
}

.custom-flip {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-flip.active {
  animation: flip var(--duration) forwards;
  -webkit-animation: flip var(--duration) forwards;
  -moz-animation: flip var(--duration) forwards;
  -ms-animation: flip var(--duration) forwards;
  -o-animation: flip var(--duration) forwards;
}

.custom-flipInX {
  -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;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-flipInX.active {
  animation: flipInX var(--duration) forwards;
  -webkit-animation: flipInX var(--duration) forwards;
  -moz-animation: flipInX var(--duration) forwards;
  -ms-animation: flipInX var(--duration) forwards;
  -o-animation: flipInX var(--duration) forwards;
}

.custom-flipInY {
  -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;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-flipInY.active {
  animation: flipInY var(--duration) forwards;
  -webkit-animation: flipInY var(--duration) forwards;
  -moz-animation: flipInY var(--duration) forwards;
  -ms-animation: flipInY var(--duration) forwards;
  -o-animation: flipInY var(--duration) forwards;
}

.custom-flipOutX {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-flipOutX.active {
  animation: flipOutX var(--duration) forwards;
  -webkit-animation: flipOutX var(--duration) forwards;
  -moz-animation: flipOutX var(--duration) forwards;
  -ms-animation: flipOutX var(--duration) forwards;
  -o-animation: flipOutX var(--duration) forwards;
}

.custom-flipOutY {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-flipOutY.active {
  animation: flipOutY var(--duration) forwards;
  -webkit-animation: flipOutY var(--duration) forwards;
  -moz-animation: flipOutY var(--duration) forwards;
  -ms-animation: flipOutY var(--duration) forwards;
  -o-animation: flipOutY var(--duration) forwards;
}

.custom-flash {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-flash.active {
  animation: flash var(--duration) forwards;
  -webkit-animation: flash var(--duration) forwards;
  -moz-animation: flash var(--duration) forwards;
  -ms-animation: flash var(--duration) forwards;
  -o-animation: flash var(--duration) forwards;
}

.custom-pulse {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-pulse.active {
  animation: pulse var(--duration) forwards;
  -webkit-animation: pulse var(--duration) forwards;
  -moz-animation: pulse var(--duration) forwards;
  -ms-animation: pulse var(--duration) forwards;
  -o-animation: pulse var(--duration) forwards;
}

.custom-rubberBand {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-rubberBand.active {
  animation: rubberBand var(--duration) forwards;
  -webkit-animation: rubberBand var(--duration) forwards;
  -moz-animation: rubberBand var(--duration) forwards;
  -ms-animation: rubberBand var(--duration) forwards;
  -o-animation: rubberBand var(--duration) forwards;
}

.custom-shakeX {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-shakeX.active {
  animation: shakeX var(--duration) forwards;
  -webkit-animation: shakeX var(--duration) forwards;
  -moz-animation: shakeX var(--duration) forwards;
  -ms-animation: shakeX var(--duration) forwards;
  -o-animation: shakeX var(--duration) forwards;
}

.custom-shakeX {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-shakeX.active {
  animation: shakeX var(--duration) forwards;
  -webkit-animation: shakeX var(--duration) forwards;
  -moz-animation: shakeX var(--duration) forwards;
  -ms-animation: shakeX var(--duration) forwards;
  -o-animation: shakeX var(--duration) forwards;
}

.custom-headShake {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-headShake.active {
  animation: headShake var(--duration) forwards;
  -webkit-animation: headShake var(--duration) forwards;
  -moz-animation: headShake var(--duration) forwards;
  -ms-animation: headShake var(--duration) forwards;
  -o-animation: headShake var(--duration) forwards;
}

.custom-swing {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-swing.active {
  animation: swing var(--duration) forwards;
  -webkit-animation: swing var(--duration) forwards;
  -moz-animation: swing var(--duration) forwards;
  -ms-animation: swing var(--duration) forwards;
  -o-animation: swing var(--duration) forwards;
}

.custom-tada {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-tada.active {
  animation: tada var(--duration) forwards;
  -webkit-animation: tada var(--duration) forwards;
  -moz-animation: tada var(--duration) forwards;
  -ms-animation: tada var(--duration) forwards;
  -o-animation: tada var(--duration) forwards;
}

.custom-wobble {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-wobble.active {
  animation: wobble var(--duration) forwards;
  -webkit-animation: wobble var(--duration) forwards;
  -moz-animation: wobble var(--duration) forwards;
  -ms-animation: wobble var(--duration) forwards;
  -o-animation: wobble var(--duration) forwards;
}

.custom-jello {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-jello.active {
  animation: jello var(--duration) forwards;
  -webkit-animation: jello var(--duration) forwards;
  -moz-animation: jello var(--duration) forwards;
  -ms-animation: jello var(--duration) forwards;
  -o-animation: jello var(--duration) forwards;
}

.custom-heartBeat {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-heartBeat.active {
  animation: heartBeat var(--duration) forwards;
  -webkit-animation: heartBeat var(--duration) forwards;
  -moz-animation: heartBeat var(--duration) forwards;
  -ms-animation: heartBeat var(--duration) forwards;
  -o-animation: heartBeat var(--duration) forwards;
}

.custom-backInDown {
  -webkit-transform: translateY(-1200px) scale(0.7);
  transform: translateY(-1200px) scale(0.7);
  opacity: 0.7;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-backInDown.active {
  animation: backInDown var(--duration) forwards;
  -webkit-animation: backInDown var(--duration) forwards;
  -moz-animation: backInDown var(--duration) forwards;
  -ms-animation: backInDown var(--duration) forwards;
  -o-animation: backInDown var(--duration) forwards;
}

.custom-backInLeft {
  -webkit-transform: translateX(-2000px) scale(0.7);
  transform: translateX(-2000px) scale(0.7);
  opacity: 0.7;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-backInLeft.active {
  animation: backInLeft var(--duration) forwards;
  -webkit-animation: backInLeft var(--duration) forwards;
  -moz-animation: backInLeft var(--duration) forwards;
  -ms-animation: backInLeft var(--duration) forwards;
  -o-animation: backInLeft var(--duration) forwards;
}

.custom-backInRight {
  -webkit-transform: translateX(2000px) scale(0.7);
  transform: translateX(2000px) scale(0.7);
  opacity: 0.7;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-backInRight.active {
  animation: backInRight var(--duration) forwards;
  -webkit-animation: backInRight var(--duration) forwards;
  -moz-animation: backInRight var(--duration) forwards;
  -ms-animation: backInRight var(--duration) forwards;
  -o-animation: backInRight var(--duration) forwards;
}

.custom-backInUp {
  -webkit-transform: translateY(1200px) scale(0.7);
  transform: translateY(1200px) scale(0.7);
  opacity: 0.7;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-backInUp.active {
  animation: backInUp var(--duration) forwards;
  -webkit-animation: backInUp var(--duration) forwards;
  -moz-animation: backInUp var(--duration) forwards;
  -ms-animation: backInUp var(--duration) forwards;
  -o-animation: backInUp var(--duration) forwards;
}

.custom-backOutDown {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-backOutDown.active {
  animation: backOutDown var(--duration) forwards;
  -webkit-animation: backOutDown var(--duration) forwards;
  -moz-animation: backOutDown var(--duration) forwards;
  -ms-animation: backOutDown var(--duration) forwards;
  -o-animation: backOutDown var(--duration) forwards;
}

.custom-backOutLeft {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-backOutLeft.active {
  animation: backOutLeft var(--duration) forwards;
  -webkit-animation: backOutLeft var(--duration) forwards;
  -moz-animation: backOutLeft var(--duration) forwards;
  -ms-animation: backOutLeft var(--duration) forwards;
  -o-animation: backOutLeft var(--duration) forwards;
}

.custom-backOutRight {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-backOutRight.active {
  animation: backOutRight var(--duration) forwards;
  -webkit-animation: backOutRight var(--duration) forwards;
  -moz-animation: backOutRight var(--duration) forwards;
  -ms-animation: backOutRight var(--duration) forwards;
  -o-animation: backOutRight var(--duration) forwards;
}

.custom-backOutUp {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-backOutUp.active {
  animation: backOutUp var(--duration) forwards;
  -webkit-animation: backOutUp var(--duration) forwards;
  -moz-animation: backOutUp var(--duration) forwards;
  -ms-animation: backOutUp var(--duration) forwards;
  -o-animation: backOutUp var(--duration) forwards;
}

.banner {
  position: relative;
}

.banner .bg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.banner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner .bg::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #1A1A1A;
  opacity: 0.7;
  top: 0;
  left: 0;
}

.banner-tt {
  font-size: 5.6rem;
  font-weight: 700;
  color: white;
}

@media only screen and (max-width: 1200px) {
  .banner-tt {
    font-size: 5.1rem;
  }
}

@media only screen and (max-width: 800px) {
  .banner-tt {
    font-size: 4rem;
  }
}

.banner-ctn {
  min-height: calc(100vw*(264/1728));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  color: white;
  padding: 4rem 0;
}

.banner-ctn .breadcrumb-item {
  color: white;
}

.banner-ctn .breadcrumb-item:last-child {
  color: white;
  pointer-events: none;
}

.banner-ctn .breadcrumb-item:last-child .breadcrumb-link {
  opacity: 1;
}

.seeDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (hover: hover) {
  .seeDetail:hover {
    color: var(--color-second);
  }
}

.input {
  font-family: "Helvetica", sans-serif;
  width: 100%;
}

.input-area {
  height: auto;
}

.re-label {
  color: black;
  font-weight: 700;
  margin-bottom: 0.8rem;
  display: block;
  font-size: 1.4rem;
}

.re-input {
  padding: 1.4rem;
  width: 100%;
  font-family: "Helvetica", sans-serif;
  border: none;
  outline: none;
  display: block;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-radius: .8rem;
  font-size: 1.4rem;
  font-weight: 600;
}

.re-input:focus {
  border-color: var(--color-second);
}

.re-input.placeholder {
  color: var(--color-text);
}

.re-input:-moz-placeholder {
  color: var(--color-text);
}

.re-input::-moz-placeholder {
  color: var(--color-text);
}

.re-input:-ms-input-placeholder {
  color: var(--color-text);
}

.re-input::-webkit-input-placeholder {
  color: var(--color-text);
}

textarea {
  resize: none;
}

form .wpcf7-not-valid-tip {
  color: var(--color-pri);
  bottom: .1rem;
  right: .6rem;
}

form .btn .wpcf7-spinner {
  position: absolute;
}

form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}

.wpcf7-response-output {
  text-align: center;
  color: var(--color-pri) !important;
}

.ft-regi-btn {
  cursor: pointer;
}

.t-center {
  text-align: center;
}

.fw-1 {
  font-weight: 100;
}

.fw-2 {
  font-weight: 200;
}

.fw-3 {
  font-weight: 300;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.fw-b {
  font-weight: bold;
}

.fsi {
  font-style: italic;
}

.t-up {
  text-transform: uppercase;
}

.t9 {
  font-size: 0.9rem;
}

.t11 {
  font-size: 1.1rem;
}

.t12 {
  font-size: 1.2rem;
}

.t14 {
  font-size: 1.4rem;
}

.t16 {
  font-size: 1.6rem;
}

.t18 {
  font-size: 1.8rem;
}

@media only screen and (max-width: 1200px) {
  .t18 {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 800px) {
  .t18 {
    font-size: 1.5rem;
  }
}

.t20 {
  font-size: 2rem;
}

@media only screen and (max-width: 1200px) {
  .t20 {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 800px) {
  .t20 {
    font-size: 1.6rem;
  }
}

.t24 {
  font-size: 2.4rem;
}

@media only screen and (max-width: 1200px) {
  .t24 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 800px) {
  .t24 {
    font-size: 1.7rem;
  }
}

.t32 {
  font-size: 3.2rem;
}

@media only screen and (max-width: 1200px) {
  .t32 {
    font-size: 2.7rem;
  }
}

@media only screen and (max-width: 800px) {
  .t32 {
    font-size: 2.2rem;
  }
}

.t40 {
  font-size: 4rem;
}

@media only screen and (max-width: 1200px) {
  .t40 {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 800px) {
  .t40 {
    font-size: 2.7rem;
  }
}

.t48 {
  font-size: 4.8rem;
}

@media only screen and (max-width: 1200px) {
  .t48 {
    font-size: 4.3rem;
  }
}

@media only screen and (max-width: 800px) {
  .t48 {
    font-size: 3.3rem;
  }
}

.t56 {
  font-size: 5.6rem;
}

@media only screen and (max-width: 1200px) {
  .t56 {
    font-size: 5.1rem;
  }
}

@media only screen and (max-width: 800px) {
  .t56 {
    font-size: 4rem;
  }
}

.t64 {
  font-size: 6.4rem;
}

@media only screen and (max-width: 1200px) {
  .t64 {
    font-size: 3.9rem;
  }
}

@media only screen and (max-width: 800px) {
  .t64 {
    font-size: 2.9rem;
  }
}

.t72 {
  font-size: 7.2rem;
}

@media only screen and (max-width: 1200px) {
  .t72 {
    font-size: 5rem;
  }
}

@media only screen and (max-width: 800px) {
  .t72 {
    font-size: 4rem;
  }
}

.c-pri {
  color: var(--color-pri);
}

.c-second {
  color: var(--color-second);
}

.c-third {
  color: var(--color-pri);
}

.c-four {
  color: var(--color-second);
}

.c-five {
  color: var(--color-second);
}

.c-white {
  color: white;
}

.c-black {
  color: black;
}

.c-txt {
  color: var(--color-text);
}

.c-txt-s {
  color: var(--color-text);
}

.bc-pri {
  background-color: var(--color-pri);
}

.bc-second {
  background-color: var(--color-second);
}

.bc-third {
  background-color: var(--color-pri);
}

.bc-four {
  background-color: var(--color-second);
}

.bc-five {
  background-color: var(--color-second);
}

.over-hd {
  overflow: hidden;
}

.z-i-1 {
  z-index: 1;
}

.z-i-2 {
  z-index: 2;
}

.z-i-3 {
  z-index: 3;
}

.z-i-4 {
  z-index: 4;
}

.z-i-5 {
  z-index: 5;
}

.m-mid {
  margin: 0 auto;
}

.m-end {
  margin-left: auto;
}

.m-top {
  margin-top: 2.4rem;
}

.m-start {
  margin-right: auto;
}

.f-mid {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.f-end {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.lg-download,
#lg-actual-size,
#lg-share {
  display: none;
}

.lg-backdrop,
.lg-outer {
  z-index: 99999;
}

.lg-outer .lg-thumb-item {
  border: 0.2rem solid var(--color-pri);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.lg-outer .lg-thumb-item.active {
  border-color: var(--color-pri);
}

@media (hover: hover) {
  .lg-outer .lg-thumb-item:hover {
    border-color: var(--color-pri);
  }
}

.lg-prev.lg-icon::after {
  display: none;
}

.lg-next.lg-icon::before {
  display: none;
}

.lg-prev.lg-icon,
.lg-next.lg-icon {
  width: 4rem;
  height: 4rem;
}

.lg-prev.lg-icon i,
.lg-next.lg-icon i {
  background: var(--color-pri) -ln;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.lg-outer .lg-thumb-outer {
  background-color: #000;
}

.lg-close.lg-icon {
  background: var(--color-pri) -ln;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.lg-outer .lg-toogle-thumb {
  background: var(--color-pri) -ln;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  width: 4rem;
  height: 4rem;
}

.lg-img-wrap {
  border-radius: .8rem;
}

.lg-thumb-item {
  border-radius: .8rem;
}

.lg-outer .lg-thumb {
  margin: 0 auto -5px;
}

.tabPanel {
  display: none;
}

.tabBtn {
  cursor: pointer;
}

.orders-table .status,
table .status {
  font-weight: 700;
}

.orders-table .status.waiting,
table .status.waiting {
  color: #F2C524;
}

.orders-table .status.success,
table .status.success {
  color: var(--color-pri);
}

.orders-table .status.cancle,
table .status.cancle {
  color: #D31D1D;
}

.slider {
  position: relative;
}

.relative {
  position: relative;
}

.head {
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 1200px) {
  .head {
    margin-bottom: 1rem;
  }
}

.head.space {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.head.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.head.end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.head.start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 700px) {
  .head.mb-center {
    text-align: center;
  }

  .head.mb-center .left {
    width: 100%;
  }

  .head.mb-center .right {
    width: 100%;
  }

  .head.mb-center .cdw {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .head.mb-center .btn {
    margin: 0 auto;
  }
}

.hv-bd {
  position: relative;
}

.hv-bd::before {
  content: '';
  position: absolute;
  left: 0.8rem;
  top: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  border: 0.1rem solid white;
  z-index: 1;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
  border-radius: 1rem;
}

.hv-bd img {
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

@media (hover: hover) {
  .hv-bd:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .hv-bd:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
  }
}

.gItem {
  cursor: pointer;
}

.parallaxJS img {
  position: relative;
}

@media screen and (min-width: 1201px) {
  .hidden-desk {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .hidden-mobile {
    display: none !important;
  }
}

.full {
  width: 100%;
}

.wp-block-image img {
  display: block;
  margin: 0 auto;
}

.star {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.star-flex {
  gap: 0.3rem;
}

.star .star-list {
  height: unset;
}

.star .star-empty i {
  color: #dedede;
  font-size: 1.4rem;
}

.star .star-filter i {
  color: #FFC107;
  font-size: 1.4rem;
}

.collapse-item.active .collapse-head {
  pointer-events: none;
}

.collapse-head {
  cursor: pointer;
}

.collapse-body {
  display: none;
}

.cls-head {
  cursor: pointer;
}

.cls-body {
  display: none;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.rating .stars {
  cursor: pointer;
}

.rating .stars i {
  color: #FCC21F;
}

.rating .stars.active i {
  color: #FCC21F;
  font-weight: 900;
}

.rating .star {
  width: 2rem;
  height: 2rem;
  background: gray;
  display: block;
}

.form {
  --height: 4.8rem;
  --bdr: 0;
  --text: var(--color-text);
}

.form-list {
  --cg: 2.4rem;
  --rg: 2.4rem;
}

@media screen and (max-width: 1200px) {
  .form-list {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}

.form-ip .text {
  display: block;
  color: var(--color-second);
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.form-ip .text .red {
  color: red;
  font-weight: 400;
}

.form-ip .input {
  position: relative;
}

.form-ip .input .seepassJS {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--color-text);
  cursor: pointer;
}

.form-ip input,
.form-ip textarea {
  border: 0.1rem solid #E0E0E0;
  border-radius: var(--bdr);
  outline: none;
  padding: 1.3rem 2rem;
  width: 100%;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 1.6rem;
  height: 4.4rem;
  font-weight: 400;
}

.form-ip input.placeholder,
.form-ip textarea.placeholder {
  color: #A3A3A3;
}

.form-ip input:-moz-placeholder,
.form-ip textarea:-moz-placeholder {
  color: #A3A3A3;
}

.form-ip input::-moz-placeholder,
.form-ip textarea::-moz-placeholder {
  color: #A3A3A3;
}

.form-ip input:-ms-input-placeholder,
.form-ip textarea:-ms-input-placeholder {
  color: #A3A3A3;
}

.form-ip input::-webkit-input-placeholder,
.form-ip textarea::-webkit-input-placeholder {
  color: #A3A3A3;
}

.form-ip input:focus,
.form-ip textarea:focus {
  border-color: var(--color-pri);
}

.form-ip textarea {
  min-height: 18rem;
}

.form-ip.per5 {
  width: 50%;
}

@media screen and (max-width: 500px) {
  .form-ip.per5 {
    width: 100%;
  }
}

.form-ip .select2-container--default .select2-selection--single {
  border-radius: 0;
  background-color: transparent;
  border-color: #E0E0E0;
}

.form-ip .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #64748B;
  font-size: 1.6rem;
}

.form-ip .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 0rem !important;
}

.form-ip .select2-container .select2-selection--single .select2-selection__rendered {
  font-weight: 400;
  font-size: 1.6rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 0.2rem;
}

.mb-4 {
  margin-bottom: 0.4rem;
}

.mb-6 {
  margin-bottom: 0.6rem;
}

.mb-8 {
  margin-bottom: 0.8rem;
}

.mb-8s:not(:last-child) {
  margin-bottom: 0.8rem;
}

.mb-10 {
  margin-bottom: 1rem;
}

.mb-10s:not(:last-child) {
  margin-bottom: 1rem;
}

.mb-12 {
  margin-bottom: 1.2rem;
}

.mb-12s:not(:last-child) {
  margin-bottom: 1.2rem;
}

.mb-14 {
  margin-bottom: 1.4rem;
}

.mb-14s:not(:last-child) {
  margin-bottom: 1.4rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.mb-15s:not(:last-child) {
  margin-bottom: 1.5rem;
}

.mb-16 {
  margin-bottom: 1.6rem;
}

.mb-16s:not(:last-child) {
  margin-bottom: 1.6rem;
}

.mb-18 {
  margin-bottom: 1.8rem;
}

.mb-18s:not(:last-child) {
  margin-bottom: 1.8rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mb-20s:not(:last-child) {
  margin-bottom: 2rem;
}

.mb-24 {
  margin-bottom: 2.4rem;
}

.mb-24s:not(:last-child) {
  margin-bottom: 2.4rem;
}

.mb-25 {
  margin-bottom: 2.5rem;
}

.mb-25s:not(:last-child) {
  margin-bottom: 2.5rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.mb-30s:not(:last-child) {
  margin-bottom: 3rem;
}

.mb-32 {
  margin-bottom: 3.2rem;
}

.mb-32s:not(:last-child) {
  margin-bottom: 3.2rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.mb-40s:not(:last-child) {
  margin-bottom: 4rem;
}

.mb-48 {
  margin-bottom: 4.8rem;
}

.mb-48s:not(:last-child) {
  margin-bottom: 4.8rem;
}

.mb-56 {
  margin-bottom: 5.6rem;
}

.mb-56s:not(:last-child) {
  margin-bottom: 5.6rem;
}

.mb-64 {
  margin-bottom: 6.4rem;
}

.mb-64s:not(:last-child) {
  margin-bottom: 6.4rem;
}

.mb-72 {
  margin-bottom: 7.2rem;
}

.mb-72s:not(:last-child) {
  margin-bottom: 7.2rem;
}

.mb-80 {
  margin-bottom: 8rem;
}

.mb-80s:not(:last-child) {
  margin-bottom: 8rem;
}

.ss-mg {
  margin: var(--ss-pd) 0;
}

.ss-mg-t {
  margin-top: var(--ss-pd);
}

.ss-mg-b {
  margin-bottom: var(--ss-pd);
}

.ss-pd {
  padding: var(--ss-pd) 0;
}

.ss-pd-t {
  padding-top: var(--ss-pd);
}

.ss-pd-b {
  padding-bottom: var(--ss-pd);
}

.recheck-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.recheck-item.active .recheck-checkbox::before {
  opacity: 1;
}

.recheck-item.active .recheck-radio {
  border: 0.1rem solid var(--color-pri);
}

.recheck-item.active .recheck-radio::before {
  opacity: 1;
}

.recheck-checkbox {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.4rem;
  background-color: transparent;
  border: 1px solid var(--color-pri);
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.recheck-checkbox::before {
  content: "";
  position: absolute;
  left: -0.2rem;
  top: -0.2rem;
  right: -0.2rem;
  bottom: -0.2rem;
  background-image: url(../assets/images/tick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: cover;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  opacity: 0;
}

.recheck-radio {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100rem;
  border: 0.1rem solid var(--color-text);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.recheck-radio::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100rem;
  background-color: var(--color-pri);
  opacity: 0;
}

.recheck-method {
  width: 4.8rem;
  height: 4.8rem;
  border: 0.1rem solid #EBEBEB;
  border-radius: 0.8rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-left: 0.8rem;
}

.recheck-method img {
  width: 2.4rem;
  height: 2.4rem;
}

.recheck-text {
  margin-left: 0.8rem;
  line-height: 1.1;
  color: var(--color-text);
}

.star {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: start;
}

.star-list {
  position: relative;
  height: 2rem;
}

.star-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.star-flex .icon {
  width: 1.8rem;
  height: 1.8rem;
}

.star-flex .icon:not(:first-child) {
  margin-left: 0.4rem;
}

.star-filter {
  overflow: hidden;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  height: 100%;
  width: 0;
}

@media screen and (max-width: 1199px) {
  .side-fixed {
    position: fixed;
    width: 300px;
    max-width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #EEEEEE;
    z-index: 151;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    opacity: 0;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    visibility: hidden;
  }

  .side-fixed.open {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
  }
}

@media screen and (max-width: 1199px) {
  .side-fixed-wrap {
    padding: 5.5rem 1.5rem 1.5rem 1.5rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}

.side-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 50;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0;
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  visibility: hidden;
}

.side-overlay.open {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}

@media screen and (min-width: 1201px) {
  .side-overlay {
    display: none;
  }
}

.side-open:not(.no-style) {
  width: 4rem;
  height: 4rem;
  position: fixed;
  right: 0;
  z-index: 40;
  background-color: var(--color-pri);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem 0 0 100rem;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.side-open:not(.no-style).close {
  opacity: 0;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  visibility: visible;
}

@media screen and (min-width: 1201px) {
  .side-open:not(.no-style) {
    display: none;
  }
}

.side-open:not(.no-style)-wrap {
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
  background-color: white;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.side-open:not(.no-style)-wrap .icon {
  color: white;
  font-weight: 600;
  font-size: 1.6rem;
}

.side-open-wrap .icon {
  color: white;
}

.side-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  padding: 0 0 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: white;
  background-color: var(--color-second);
}

@media screen and (min-width: 1201px) {
  .side-top {
    display: none;
  }
}

.side-top .text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.side-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  background-color: var(--color-pri);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 0 0 0.4rem;
}

.side-close .icon {
  font-size: 1.8rem;
  font-weight: 400;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  color: white;
}

@media screen and (min-width: 1201px) {
  .side-close {
    display: none;
  }
}

.social-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}

.social-link {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.social-link:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.social-link:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(29%) sepia(98%) saturate(2205%) hue-rotate(180deg) brightness(92%) contrast(98%);
  filter: brightness(0) saturate(100%) invert(29%) sepia(98%) saturate(2205%) hue-rotate(180deg) brightness(92%) contrast(98%);
}

.social-link img {
  width: 100%;
  display: block;
}

.sidefix {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 3rem;
  bottom: 12rem;
  z-index: 3;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .sidefix {
    right: 1.5rem;
  }
}

.sidefix-item {
  position: relative;
  padding: 0.5rem;
  background-color: var(--color-pri);
  border-radius: 100rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
}

.sidefix-item::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  border: 0.1rem solid var(--color-pri);
  -webkit-animation: grows 4s linear infinite;
  animation: grows 4s linear infinite;
}

.sidefix-item::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  border: 0.1rem solid var(--color-pri);
  -webkit-animation: grows 4s linear infinite;
  animation: grows 4s linear infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.sidefix-item:hover .sidefix-sub {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sidefix-sub {
  position: absolute;
  background: var(--color-pri);
  right: calc(100% + 1rem);
  padding: 1.5rem 1rem;
  border-radius: 1rem;
  bottom: 0;
  min-width: 20rem;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

.sidefix-sub::before {
  content: '';
  position: absolute;
  left: 100%;
  width: 1rem;
  height: 100%;
  top: 0;
}

.sidefix-sub::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.5rem solid var(--color-pri);
  left: 100%;
  bottom: 1.5rem;
}

.sidefix-sub-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.sidefix-sub-item:not(:first-child) {
  margin-top: 1.2rem;
}

.sidefix-sub-item img {
  width: 3.2rem;
  height: 3.2rem;
}

.sidefix-sub-item .text {
  font-size: 1.4rem;
  line-height: 1.2;
}

.sidefix-sub-item .text-name {
  display: block;
  color: white;
  font-weight: 500;
}

.sidefix-sub-item .text-link {
  color: white;
}

@media (hover: hover) {
  .sidefix-sub-item .text:hover .text-link {
    text-decoration: underline;
  }
}

.sidefix-link {
  width: 3rem;
  height: 3rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.sidefix-link img {
  width: inherit;
  height: inherit;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.scrollContainer {
  overflow-x: auto;
  overflow-y: hidden;
}

.scrollContainer::-webkit-scrollbar {
  height: 0;
}

.scrollContainer .buttons {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.text-hori .char {
  -webkit-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -webkit-transform: translateX(4rem);
  transform: translateX(4rem);
  opacity: 0;
}

.text-hori.is-inview .char {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.text-verti .char {
  -webkit-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -webkit-transform: translateY(4rem);
  transform: translateY(4rem);
  opacity: 0;
}

.text-verti.is-inview .char {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.text-scale .char {
  -webkit-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.text-scale.is-inview .char {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.t-second {
  color: var(--color-second) !important;
}

.fw6 {
  font-weight: 600 !important;
}

.count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem;
  gap: 1rem;
}

.count-btn {
  width: 3rem;
  height: 3rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  border-radius: 0.4rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.count-btn i {
  font-size: 1rem;
}

@media (hover: hover) {
  .count-btn:hover {
    background: var(--color-pri);
    color: white;
  }
}

.mona-content h3 {
  font-size: 2rem;
  font-weight: 600;
}

@media only screen and (max-width: 1200px) {
  .mona-content h3 {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 800px) {
  .mona-content h3 {
    font-size: 1.6rem;
  }
}

.mona-content h4 {
  font-weight: 600;
}

.mona-content .note {
  padding-left: 1rem;
  border-left: 0.2rem solid var(--color-pri);
  margin: 1rem 0;
  display: block;
  color: #A3A3A3;
}

.mona-content .note p {
  color: var(--color-second);
  font-style: italic;
  font-size: 1.4rem;
}

.mona-content .quote {
  padding-left: 3rem;
  border-left: 0.2rem solid #244233;
  background-color: #488365;
  padding: 1.6rem;
  margin-bottom: 1rem;
}

.mona-content .quote p {
  color: white;
  font-style: italic;
}

.mona-content blockquote {
  margin: 0 !important;
  padding-left: 3rem !important;
  border-left: 0.2rem solid #F2794D !important;
  background: transparent !important;
}

.mona-content blockquote::before {
  content: none !important;
}

.mona-content blockquote p {
  color: #F2794D !important;
  font-style: italic !important;
  font-size: 2rem !important;
}

.mona-content .wp-block-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.4rem;
}

@media screen and (max-width: 650px) {
  .mona-content .wp-block-flex {
    gap: 1.2rem;
  }
}

.mona-content .wp-block-flex .wp-block-image {
  width: calc(100% / 3 - (2.4rem - (2.4rem / 3)));
}

@media screen and (max-width: 650px) {
  .mona-content .wp-block-flex .wp-block-image {
    width: calc(100% / 2 - (1.2rem - (1.2rem / 2)));
  }
}

.mona-content .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mona-content .recipes p,
.mona-content .recipes ul {
  margin: 0;
}

.mona-content .recipes-tt {
  font-size: 2.4rem;
  text-decoration: underline;
  text-underline-position: under;
  font-weight: 600;
  margin-bottom: 1rem !important;
}

@media only screen and (max-width: 1200px) {
  .mona-content .recipes-tt {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 800px) {
  .mona-content .recipes-tt {
    font-size: 1.7rem;
  }
}

.mona-content .recipes-material {
  list-style: square;
  list-style-position: inside;
}

.mona-content .recipes-step {
  list-style: decimal;
  list-style-position: inside;
}

.hover-rec::after {
  content: '';
  position: absolute;
  left: 0rem;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  border: 0.1rem solid transparent;
  border-radius: inherit;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
}

@media (hover: hover) {
  .hover-rec:hover::after {
    left: 2%;
    top: 2%;
    right: 2%;
    bottom: 2%;
    border-color: var(--color-second);
  }
}

.title-sub {
  color: #027FBF;
}

.title-big {
  font-size: 5.6rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
  color: black;
}

@media only screen and (max-width: 1200px) {
  .title-big {
    font-size: 5.1rem;
  }
}

@media only screen and (max-width: 800px) {
  .title-big {
    font-size: 4rem;
  }
}

@media screen and (max-width: 500px) {
  .title-big {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 500px) and (max-width: 1200px) {
  .title-big {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 500px) and (max-width: 800px) {
  .title-big {
    font-size: 2.7rem;
  }
}

.title-small {
  font-size: 3.2rem;
  font-weight: 600;
}

@media only screen and (max-width: 1200px) {
  .title-small {
    font-size: 2.7rem;
  }
}

@media only screen and (max-width: 800px) {
  .title-small {
    font-size: 2.2rem;
  }
}

.title-sub {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Helvetica", sans-serif;
  text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
  .title-sub {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 800px) {
  .title-sub {
    font-size: 1.5rem;
  }
}

.title-des {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #4D4D4D;
}

@media only screen and (max-width: 1200px) {
  .title-des {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 800px) {
  .title-des {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 700px) {
  .title-des {
    font-size: 1.4rem;
  }
}

.headline {
  margin-bottom: 3.2rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid black;
}

.headline .title-big {
  text-transform: none;
}

.headline.white {
  border-color: white;
}

.headline.white .title-sub {
  color: white;
}

.headline.white .title-big {
  color: white;
}

.checker {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #4D4D4D;
}

.checker .sqr {
  width: 1.6rem;
  height: 1.6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: block;
  margin-top: 0.4rem;
}

.checker .sqr::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/check-empty.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
}

.checker .circle {
  width: 2.4rem;
  height: 2.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: block;
}

.checker .circle::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/radio-empty.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
}

.checker .txt {
  display: block;
}

@media screen and (max-width: 500px) {
  .checker .txt {
    font-size: 1.4rem;
  }
}

.checker .txt-link {
  font-weight: 600;
  text-decoration: underline;
}

.checker .num {
  margin-left: auto;
}

.checker input {
  display: none;
}

.checker input:checked~.sqr::after {
  background-image: url("../assets/images/check-fill.svg");
}

.checker input:checked~.circle::after {
  background-image: url("../assets/images/radio-fill.svg");
}

.table-sorter table th {
  padding-right: 2.4rem !important;
}

.table-sorter table th:after,
.table-sorter table th:before {
  border: 0.35em solid transparent;
  content: '';
  height: 0;
  position: absolute;
  right: 0.65em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  width: 0;
}

.table-sorter table th:before {
  border-bottom-color: rgba(255, 255, 255, 0.25);
  border-top: 0;
  margin-top: -0.35em;
}

.table-sorter table th:after {
  border-bottom: 0;
  border-top-color: rgba(255, 255, 255, 0.25);
  margin-top: 0.35em;
}

.table-sorter table th:hover:before,
.table-sorter table th:focus:before {
  border-bottom-color: rgba(255, 255, 255, 0.75);
}

.table-sorter table th:hover:after,
.table-sorter table th:focus:after {
  border-top-color: rgba(255, 255, 255, 0.75);
}

.table-sorter table th[aria-sort="ascending"],
.table-sorter table th[aria-sort="descending"] {
  color: #fddc32;
}

.table-sorter table th[aria-sort="ascending"]:before {
  border-bottom-color: #a2ed56;
}

.table-sorter table th[aria-sort="ascending"]:after {
  border-top-color: rgba(255, 255, 255, 0.25);
}

.table-sorter table th[aria-sort="descending"]:before {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.table-sorter table th[aria-sort="descending"]:after {
  border-top-color: #fd6470;
}

#typing-container {
  display: inline-block;
  overflow: hidden;
  width: auto;
}

#typing-text {
  font-size: 4.8rem;
  font-family: "Helvetica", sans-serif;
  display: inline;
  color: white;
  font-weight: 700;
  line-height: 1.2;
}

@media only screen and (max-width: 1200px) {
  #typing-text {
    font-size: 4.3rem;
  }
}

@media only screen and (max-width: 800px) {
  #typing-text {
    font-size: 3.3rem;
  }
}

@media screen and (max-width: 500px) {
  #typing-text {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 500px) and (max-width: 1200px) {
  #typing-text {
    font-size: 2.7rem;
  }
}

@media only screen and (max-width: 500px) and (max-width: 800px) {
  #typing-text {
    font-size: 2.4rem;
  }
}

#cursor {
  display: inline;
  border-right: 0.2rem solid white;
  padding-right: 0.5rem;
  font-size: 4.2rem;
  font-family: "Helvetica", sans-serif;
  -webkit-animation: blink-caret 0.75s step-end infinite;
  animation: blink-caret 0.75s step-end infinite;
}

@media only screen and (max-width: 1200px) {
  #cursor {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 800px) {
  #cursor {
    font-size: 2.7rem;
  }
}

@-webkit-keyframes blink-caret {

  from,
  to {
    border-color: transparent;
  }

  50% {
    border-color: white;
  }
}

@keyframes blink-caret {

  from,
  to {
    border-color: transparent;
  }

  50% {
    border-color: white;
  }
}

.seeDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #488365;
}

@media screen and (max-width: 500px) {
  .seeDetail {
    font-size: 1.4rem;
  }
}

.seeDetail-txt {
  font-weight: 600;
}

.seeDetail i {
  font-size: 1rem;
}

.found {
  position: fixed;
  width: 100vw;
  top: var(--size-hd);
  left: 0;
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  pointer-events: none;
}

.found.open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: visible;
}

.found.open .found-f .tt {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.found.open .found-f .found-form {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.found.open .found-x {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

@media (hover: hover) {
  .found.open .found-x:hover {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-color: #488365;
    color: white;
  }
}

.found-over {
  height: 100%;
  width: 100%;
  position: fixed;
  top: var(--size-hd);
  height: calc(100vh - var(--size-hd));
  left: 0;
  width: 100vw;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.found-wr {
  background-color: white;
  padding: 4.8rem;
}

@media screen and (max-width: 500px) {
  .found-wr {
    padding: 2rem 0;
  }
}

.found-f {
  max-width: 70rem;
  margin: auto;
}

.found-f .tt {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  opacity: 0;
  -webkit-transform: translateX(4rem);
  transform: translateX(4rem);
}

@media only screen and (max-width: 1200px) {
  .found-f .tt {
    font-size: 2.7rem;
  }
}

@media only screen and (max-width: 800px) {
  .found-f .tt {
    font-size: 2.2rem;
  }
}

.found-form {
  height: 4.8rem;
  position: relative;
  -webkit-transform: translateX(4rem);
  transform: translateX(4rem);
  opacity: 0;
}

@media screen and (max-width: 500px) {
  .found-form {
    height: 4rem;
  }
}

.found-form input {
  width: 100%;
  height: 100%;
  border: 0.1rem solid #E0E0E0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 1rem;
  font-size: 1.6rem;
}

.found-form input:focus {
  border-color: var(--color-pri);
}

.found-form button {
  width: 4.8rem;
  height: 4.8rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

@media screen and (max-width: 500px) {
  .found-form button {
    width: 4rem;
    height: 4rem;
  }
}

.found-form button img {
  width: 2rem;
  height: 2rem;
}

.found-x {
  position: absolute;
  width: 2.3rem;
  height: 2.3rem;
  top: 1rem;
  right: var(--half);
  cursor: pointer;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.found-x i {
  font-size: 0.8rem;
}

@media screen and (max-width: 1230px) {
  .found-x {
    right: calc(((100vw - 1.5rem) - 70rem)/2);
  }
}

@media screen and (max-width: 830px) {
  .found-x {
    right: 5.4rem;
  }
}

@media screen and (max-width: 500px) {
  .found-x {
    right: 1.5rem;
  }
}

.lib-cmt-box {
  --gap: 2rem;
}

@media screen and (max-width: 900px) {
  .lib-cmt-box {
    --gap: 1rem;
  }
}

.lib-cmt-item:not(:first-child) {
  margin-top: var(--gap);
}

.lib-cmt-item .wrap {
  padding: var(--gap);
  border: 0.1rem solid #E0E0E0;
}

.lib-cmt-item .wrap .wrap {
  border: none;
  padding: 0;
}

.lib-cmt-item .wrap .ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

.lib-cmt-item .wrap .ctn-name {
  font-weight: 600;
  color: #334253;
}

.lib-cmt-item .wrap .ctn-name .ctn-name-small {
  font-weight: 300;
  margin-left: 1rem;
}

.lib-cmt-item .wrap .ctn-des {
  color: #67727E;
  font-weight: 400;
}

.lib-cmt-item .wrap .ctn-like {
  cursor: pointer;
  color: #506268;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}

@media (hover: hover) {
  .lib-cmt-item .wrap .ctn-like:hover {
    color: var(--color-pri);
  }
}

.lib-cmt-item>.lib-cmt-list {
  padding: var(--gap) 0;
  padding-left: calc(var(--gap)*2);
  position: relative;
  margin-top: var(--gap);
}

.lib-cmt-item>.lib-cmt-list::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 0.1rem;
  background-color: #E0E0E0;
  top: 50%;
  left: var(--gap);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lib-cmt-f-flex {
  position: relative;
  height: 4rem;
  margin-top: 1rem;
  background-color: red;
}

.lib-cmt-f-flex input {
  height: 100%;
  width: 100%;
  border: 0.1rem solid #E0E0E0;
  padding: 0 1rem;
  padding-right: 5rem;
  font-size: 1.6rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.lib-cmt-f-flex input:focus {
  border-color: var(--color-pri);
}

.lib-cmt-f-flex button {
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (hover: hover) {
  .lib-cmt-f-flex button:hover {
    color: var(--color-pri);
  }
}

.pj-tab-ctrl #ez-toc-container {
  width: 100% !important;
  border-radius: 0 !important;
  padding: 0 !important;
  border-color: #E0E0E0 !important;
}

.pj-tab-ctrl #ez-toc-container .ez-toc-page-1 {
  padding: 1.2rem 1.6rem !important;
  color: black !important;
  font-weight: 600 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pj-tab-ctrl #ez-toc-container .ez-toc-page-1>a {
  color: inherit !important;
}

@media (hover: hover) {
  .pj-tab-ctrl #ez-toc-container .ez-toc-page-1:hover {
    background-color: var(--color-pri) !important;
    color: white !important;
  }

  .pj-tab-ctrl #ez-toc-container .ez-toc-page-1:hover>a {
    text-decoration: unset !important;
  }
}

.homes-head-sub {
  color: #488365 !important;
}

.homes-tk .pj-tab-btn {
  padding: 3rem 3.2rem;
}

@media screen and (max-width: 800px) {
  .homes-tk .pj-tab-btn {
    padding: 1rem;
  }
}

.homes-tk .homes-tk-panel .tt {
  margin-bottom: 2rem;
}

.homes-tk .homes-tk-panel .btn {
  margin-top: 3.2rem;
}

.homes-tk .homes-tk-panel .des {
  color: #C2C2C2;
}

.homes-pj-pop .des,
.homes-pj-pop li {
  color: #C2C2C2;
}

.homes-nt-img-tt .sub {
  color: #488365 !important;
}

.homes-contact .title-des {
  color: #C2C2C2 !important;
}

.homes-contact .lh-add-link .val {
  color: #C2C2C2;
}

.ser-list .title-des {
  color: #C2C2C2 !important;
}

.ser-block-ctn-inner .des {
  color: #E0E0E0 !important;
}

.ser .head .title-big {
  margin-bottom: 1.6rem;
}

.ser-ab-box .title-big {
  margin-bottom: 1.8rem;
}

.ser-ab-box .btn {
  margin-top: 3.2rem;
}

.ser-fast-ctn .wrapper {
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .pj-tk-slider {
    position: relative;
    padding-bottom: 4rem;
  }

  .pj-tk-ctrl {
    position: absolute;
    bottom: 0;
    width: calc(100% - 3rem);
  }

  .pj-tk-ctrl .swiper-pagination {
    background-color: #E0E0E0 !important;
  }

  .pj-tk-ctrl .swiper-pagination .swiper-pagination-progressbar {
    background-color: #E0E0E0 !important;
  }

  .pj-tk-ctrl .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: #000000 !important;
  }
}

@media screen and (max-width: 620px) {
  .homes-sp-flex .homes-sp-info .des {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.homes-bn {
  position: relative;
  overflow: hidden;
}

.homes-bn .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.homes-bn .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.homes-bn .bg::after {
  content: '';
  position: absolute;
  background-image: url("../assets/images/bg-home.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.homes-bn-wr {
  min-height: calc(100vw*(800/1728));
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  padding: 4rem 0;
}

.homes-bn-tt {
  font-size: 8rem;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .homes-bn-tt {
    font-size: 6rem;
  }
}

@media screen and (max-width: 800px) {
  .homes-bn-tt {
    font-size: 4rem;
  }
}

.homes-bn-sub {
  font-size: 4.8rem;
  max-width: 62rem;
}

@media only screen and (max-width: 1200px) {
  .homes-bn-sub {
    font-size: 4.3rem;
  }
}

@media only screen and (max-width: 800px) {
  .homes-bn-sub {
    font-size: 3.3rem;
  }
}

@media screen and (max-width: 800px) {
  .homes-bn-sub {
    font-size: 2rem;
  }
}

.homes-bn-y {
  font-size: 8rem;
  font-weight: 700;
  color: var(--color-second);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  gap: 2rem;
}

.homes-bn-y::after {
  content: '';
  width: 100%;
  height: 0.1rem;
  background-color: white;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .homes-bn-y {
    font-size: 6rem;
  }
}

@media screen and (max-width: 800px) {
  .homes-bn-y {
    font-size: 4rem;
  }
}

@media screen and (max-width: 650px) {
  .homes-find-flex {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}

.homes-find-ctn {
  width: 50%;
}

.homes-find-ctn .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  gap: 1rem;
}

@media screen and (max-width: 650px) {
  .homes-find-ctn {
    width: 100%;
  }
}

.homes-find-ctn .wrapper .title-des {
  line-height: 2;
}

.homes-find-img {
  width: 50%;
}

.homes-find-img .wrapper {
  height: 100%;
}

.homes-find-img .wrapper .img {
  height: 100%;
}

.homes-find-img .wrapper .img-inner {
  display: block;
  padding-top: calc((432 / 591) * 100%);
  position: relative;
  overflow: hidden;
  height: 100%;
}

.homes-find-img .wrapper .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 650px) {
  .homes-find-img {
    width: 100%;
  }
}

.homes-find-block:not(:first-child) {
  margin-top: 6rem;
  padding-top: 6rem;
  border-top: 0.1rem solid black;
}

@media screen and (max-width: 1200px) {
  .homes-find-block:not(:first-child) {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}

.homes-find-block:nth-child(even) .homes-find-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.homes-join {
  position: relative;
}

.homes-join .bg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.homes-join .bg::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: url("../assets/images/bg-join.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.homes-join .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.homes-join-wr {
  position: relative;
  z-index: 2;
}

.homes-join-tt {
  font-size: 5.6rem;
  font-weight: 700;
  color: white;
}

@media only screen and (max-width: 1200px) {
  .homes-join-tt {
    font-size: 5.1rem;
  }
}

@media only screen and (max-width: 800px) {
  .homes-join-tt {
    font-size: 4rem;
  }
}

@media screen and (max-width: 500px) {
  .homes-join-tt {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 500px) and (max-width: 1200px) {
  .homes-join-tt {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 500px) and (max-width: 800px) {
  .homes-join-tt {
    font-size: 2.7rem;
  }
}

.homes-join-tt .bold {
  color: #027FBF;
}

.homes-join-ctn {
  width: 50%;
}

.homes-join-ctn .wrapper {
  color: white;
  width: calc(5/6*100%);
}

@media screen and (max-width: 1200px) {
  .homes-join-ctn .wrapper {
    width: 100%;
  }
}

.homes-join-ctn .wrapper .des .title-des {
  color: white;
  font-size: 2.4rem;
  line-height: 2;
}

@media only screen and (max-width: 1200px) {
  .homes-join-ctn .wrapper .des .title-des {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 800px) {
  .homes-join-ctn .wrapper .des .title-des {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 740px) {
  .homes-join-ctn {
    width: 100%;
  }
}

.homes-join-right {
  width: 50%;
}

.homes-join-right .wrapper .text {
  font-size: 2.4rem;
  color: white;
  margin-bottom: 2.4rem;
}

@media only screen and (max-width: 1200px) {
  .homes-join-right .wrapper .text {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 800px) {
  .homes-join-right .wrapper .text {
    font-size: 1.7rem;
  }
}

.homes-join-right .wrapper .text .name {
  font-weight: 700;
}

@media screen and (max-width: 740px) {
  .homes-join-right {
    width: 100%;
  }
}

.homes-gal-slider {
  max-width: calc(100vw - 20rem);
  margin: auto;
  position: relative;
}

@media screen and (max-width: 1350px) {
  .homes-gal-slider {
    max-width: calc(100% - 3rem);
  }
}

.homes-gal-grid .swiper {
  --cg: 0.8rem;
  --rg: 0.8rem;
  width: 100%;
}

.homes-gal-grid .swiper-slide {
  width: 25%;
}

.homes-gal-grid .swiper-slide .img-inner {
  display: block;
  padding-top: calc((288 / 384) * 100%);
  position: relative;
  overflow: hidden;
}

.homes-gal-grid .swiper-slide .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1350px) {
  .homes-gal-grid .swiper-control {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 2.4rem;
  }
}

@media screen and (max-width: 1350px) {
  .homes-gal-grid .swiper-prev {
    top: unset !important;
    bottom: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    position: static !important;
  }
}

@media screen and (max-width: 1350px) {
  .homes-gal-grid .swiper-next {
    top: unset !important;
    bottom: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    position: static !important;
  }
}

.homes-our {
  overflow: hidden;
}

.homes-our .head {
  border-top: 0.1rem solid black;
  padding-top: 4rem;
}

.homes-our-slider .swiper {
  overflow: visible;
}

@media screen and (max-width: 1200px) {
  .homes-our-slider .swiper {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}

.homes-our-slider .swiper-container {
  padding: 1rem 0;
}

.homes-our-slider .swiper-slide {
  width: calc(100% / 6);
  overflow: visible;
}

@media screen and (max-width: 1200px) {
  .homes-our-slider .swiper-slide {
    width: 20%;
  }
}

@media screen and (max-width: 900px) {
  .homes-our-slider .swiper-slide {
    width: 25%;
  }
}

@media screen and (max-width: 700px) {
  .homes-our-slider .swiper-slide {
    width: calc(100%/3);
  }
}

@media screen and (max-width: 500px) {
  .homes-our-slider .swiper-slide {
    width: 50%;
  }
}

.homes-our-item .img {
  display: block;
  padding-top: calc((158 / 280) * 100%);
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.homes-our-item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (hover: hover) {
  .homes-our-item:hover .img {
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 3px 6px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 3px 6px;
  }
}

.homes-stay {
  position: relative;
}

.homes-stay .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.homes-stay .bg::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url("../assets/images/bg-stay.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
}

.homes-stay .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.homes-stay-wr {
  position: relative;
  z-index: 2;
}

.homes-stay-left {
  width: 50%;
}

.homes-stay-left .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  width: calc(5/6*100%);
}

.homes-stay-left .wrapper .title-big {
  color: white;
}

.homes-stay-left .wrapper .title-des {
  color: white;
  opacity: 0.8;
}

.homes-stay-left .wrapper .form-ip .text {
  color: white;
  font-size: 1.6rem;
  font-weight: 400;
  opacity: 0.8;
}

.homes-stay-left .wrapper .btn {
  margin-top: 2.4rem;
}

@media screen and (max-width: 900px) {
  .homes-stay-left .wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .homes-stay-left {
    width: 100%;
  }
}

.homes-stay-right {
  width: 50%;
}

.homes-stay-right .wrapper .img {
  position: relative;
}

.homes-stay-right .wrapper .img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 15rem;
  height: 10rem;
  z-index: 2;
  pointer-events: none;
}

@media screen and (max-width: 1000px) {
  .homes-stay-right .wrapper .img .play {
    width: 10rem;
    height: 8rem;
  }
}

.homes-stay-right .wrapper .img-inner {
  display: block;
  padding-top: calc((356 / 592) * 100%);
  position: relative;
  overflow: hidden;
}

.homes-stay-right .wrapper .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 600px) {
  .homes-stay-right {
    width: 100%;
  }
}

/* .module-sale .row {
  --cg: 2.4rem;
  --rg: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 calc(var(--cg) / 2 * -1) calc(var(--rg) * -1);
}

.module-sale .col {
  width: 100%;
  padding: 0 calc(var(--cg) / 2);
  margin-bottom: var(--rg);
} */

.module-sale .info-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  font-size: 1.2rem;
  gap: 0.5rem;
}

.module-sale .info-price-old {
  text-decoration: line-through;
  color: #cacaca;
}

.module-sale .info-price-old.real {
  display: none;
}

.module-sale .info-price-new {
  color: red;
  font-weight: 700;
  font-size: 1.4rem;
}

.module-sale .info-price-new.real {
  display: none;
}

.module-sale .info-price.real {
  display: none;
}

.module-sale .info-choose-drop {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 25rem;
  position: absolute;
  padding: 1rem;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  top: 100%;
  left: 0;
  background-color: white;
  z-index: 2;
  border: 0.1rem solid #a2a2a24d;
  border-radius: 0.4rem;
  -webkit-transform: translateY(2rem);
  transform: translateY(2rem);
}

.module-sale .info-choose-drop .tt {
  font-weight: 700;
}

.module-sale .info-choose-drop .name {
  margin-bottom: 1rem;
  font-weight: 700;
}

.module-sale .info-choose-drop .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  height: 3.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 0.1rem solid #a2a2a24d;
}

.module-sale .info-choose-drop .quantity .btn-quantity {
  width: 3rem;
  height: 3rem;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: white;
}

.module-sale .info-choose-drop .quantity input {
  height: 3rem;
  width: 3rem;
  text-align: center;
  border: none;
}

.module-sale .info-choose-drop .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.module-sale .info-choose-drop .btn-flex .btn-cancel,
.module-sale .info-choose-drop .btn-flex .btn-confirm {
  padding: 1rem 2rem;
}

.module-sale .info-choose-drop .btn-flex .btn-cancel {
  border: 0.1rem solid #2D0798;
  color: #2D0798;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (hover: hover) {
  .module-sale .info-choose-drop .btn-flex .btn-cancel:hover {
    background-color: #ef3f23;
    border-color: #ef3f23;
    color: white;
  }
}

.module-sale .info-choose-drop .btn-flex .btn-confirm {
  background-color: #2D0798;
  color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (hover: hover) {
  .module-sale .info-choose-drop .btn-flex .btn-confirm:hover {
    background-color: #ef3f23;
    color: white;
  }
}

.module-sale .info-choose-drop .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}

.module-sale .info-choose-drop .checkbox-item {
  cursor: pointer;
}

.module-sale .info-choose-drop .checkbox-item input {
  display: none;
}

.module-sale .info-choose-drop .checkbox-item.active .checkbox-btn {
  border-color: #2D0798;
}

.module-sale .info-choose-drop .checkbox-btn {
  padding: 0.5rem 1rem;
  border: 0.1rem solid #a2a2a24d;
  text-align: center;
}

.module-sale .container {
  width: 100%;
  max-width: 123rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.module-sale-box {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 2rem;
  padding: 1.5rem;
}

.module-sale-block {
  border-radius: 0.8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#2D0798), to(#C114E0));
  background: linear-gradient(to bottom, #2D0798, #C114E0);
  padding: 1rem;
}

.module-sale-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0.1rem solid #a2a2a24d;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.module-sale-head .tt {
  font-size: 2.4rem;
}

@media only screen and (max-width: 1200px) {
  .module-sale-head .tt {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 800px) {
  .module-sale-head .tt {
    font-size: 1.7rem;
  }
}

.module-sale-head .link {
  color: red;
}

.module-sale-head .link i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (hover: hover) {
  .module-sale-head .link:hover i {
    -webkit-transform: translateX(0.3rem);
    transform: translateX(0.3rem);
  }
}

.module-sale-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.module-sale-line .text-ln {
  font-size: 2rem;
  font-style: italic;
  text-transform: uppercase;
  color: #ef3f23;
  background: -webkit-gradient(linear, left top, right top, from(#ef3f23), to(#ff8a00));
  background: linear-gradient(to right, #ef3f23, #ff8a00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.module-sale-line .text-ln::before {
  content: "";
  background-image: url("../assets/images/flash.gif");
  background-size: contain;
  width: 1.8rem;
  height: 2.5rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.5rem;
}

.module-sale-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.module-sale-count .name {
  color: white;
}

.module-sale-count .countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.module-sale-count .countdown-item {
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  border-radius: 0.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  font-weight: 500;
  font-size: 1.4rem;
  color: var(--black);
  line-height: normal;
}

.module-sale-count .countdown-item:not(:first-child)::before {
  content: ':';
  position: absolute;
  right: calc(100% + 0.5rem);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  color: white;
}

.module-sale-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  padding: 1rem;
  background-color: white;
  border-radius: 0.4rem;
}

@media screen and (max-width: 1100px) {
  .module-sale-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.module-sale-left {
  width: 13.9%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.module-sale-left::after {
  content: "\2b";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: calc(100% + 1.5rem);
  font-size: 2rem;
  font-weight: 700;
  color: #ef3f23;
}

@media screen and (max-width: 1100px) {
  .module-sale-left {
    width: calc(20% - 1.5rem);
  }
}

@media screen and (max-width: 780px) {
  .module-sale-left {
    width: 100%;
  }

  .module-sale-left::after {
    left: 50%;
    top: calc(100% + 1.5rem);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }

  .module-sale-left .wrapper {
    max-width: 30rem;
    margin: auto;
  }
}

.module-sale-left .module-sale-item .itemCheck {
  pointer-events: none;
  opacity: 0.5;
}

.module-sale-slider {
  width: calc(100% - 13.9% - 25rem);
}

@media screen and (max-width: 1100px) {
  .module-sale-slider {
    width: calc(80% - 1.5rem);
  }
}

@media screen and (max-width: 780px) {
  .module-sale-slider {
    width: 100%;
  }
}

.module-sale-slider .swiper {
  --cg: 1.2rem;
  --rg: 1.2rem;
}

.module-sale-slider .swiper-slide {
  width: 25%;
}

@media screen and (max-width: 630px) {
  .module-sale-slider .swiper-slide {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 500px) {
  .module-sale-slider .swiper-slide {
    width: 50%;
  }
}

.module-sale-slider .swiper-control-btn {
  position: absolute;
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
  top: 32%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-color: #ef3f23;
}

.module-sale-slider .swiper-control-btn::after {
  background-color: #ef3f23;
}

.module-sale-slider .swiper-control-btn i {
  color: #ef3f23;
}

@media (hover: hover) {
  .module-sale-slider .swiper-control-btn:hover i {
    color: white;
  }
}

.module-sale-slider .swiper-control-btn.swiper-button-disabled {
  pointer-events: none;
}

.module-sale-slider .swiper-prev {
  left: 1rem;
}

.module-sale-slider .swiper-next {
  right: 1rem;
}

.module-sale-total {
  width: 25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.module-sale-total .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.module-sale-total .wrapper .name {
  font-weight: 700;
  text-transform: uppercase;
}

.module-sale-total .wrapper .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 1rem;
}

.module-sale-total .wrapper .save {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 1rem;
}

.module-sale-total .wrapper .save .save {
  display: none;
}

.module-sale-total .wrapper .buy-button {
  padding: 1rem;
  background-color: #2D0798;
  color: white;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.module-sale-total .wrapper .buy-button .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

@media (hover: hover) {
  .module-sale-total .wrapper .buy-button:hover {
    background-color: #ef3f23;
  }
}

@media screen and (max-width: 780px) {
  .module-sale-total {
    max-width: 30rem;
    margin: auto;
  }
}

@media screen and (max-width: 400px) {
  .module-sale-total {
    width: 100%;
  }
}

.module-sale-item {
  height: 100%;
}

.module-sale-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
}

.module-sale-item .inner .img {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.module-sale-item .inner .img .total-price {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  display: none;
}

.module-sale-item .inner .img .total-old-price {
  display: none;
}

.module-sale-item .inner .img .qty {
  position: absolute;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100rem;
  background-color: var(--black);
  padding-top: .1rem;
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  bottom: 0.5rem;
  right: 0.5rem;
}

.module-sale-item .inner .img .itemCheck {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: .4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.module-sale-item .inner .img .itemCheck input {
  display: none;
}

.module-sale-item .inner .img .itemCheck input:checked~.itemCheck-sqr::after {
  content: "\f14a";
}

.module-sale-item .inner .img .itemCheck-sqr {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  display: block;
}

.module-sale-item .inner .img .itemCheck-sqr::after {
  content: '\f0c8';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-family: "Font Awesome 6 Pro";
  font-size: 2.4rem;
  line-height: 1;
  display: block;
  font-weight: 900;
}

.module-sale-item .inner .info-choose {
  position: relative;
}

.module-sale-item .inner .info-choose-input {
  position: relative;
  cursor: pointer;
  font-size: 1.4rem;
}

.module-sale-item .inner .info-choose-input::after {
  content: '\f078';
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.2rem;
}

.module-sale-item .inner .info-capa {
  display: none;
}


/* style FE */



/*# sourceMappingURL=style.css.map */