@charset "UTF-8";
@import url("../js/library/fontawesome/css/all.css");
@import url("../js/library/fontawesome/fontawesome/fontawesome.css");
@import url("../js/library/aos/aos.css");
@import url("../js/library/swiper/swiper-bundle.min.css");
@import url("../js/library/themify-icons/themify-icons.css");
@import url("../js/library/select2/select2.min.css");
@import url("../js/library/themifi/themify-icons.css");
@import url("../js/library/gallery/lightgallery.min.css");
@import url("../js/library/splitting/splitting.css");
@import url("../js/library/fancybox/fancybox.css");
@import url("../js/library/datetime/daterangepicker.css");
@import url("../assets/font/Themify/stylesheet.css");
@import url("../assets/font/Roboto/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 {
  --size-hd:15rem;
  --pd-sc: 8rem;
  --rewidth: calc((100vw - 120rem)/2);
  --recont: calc(100vw - (100vw - 120rem)/2);
}
@media (max-width: 1200px) {
  :root {
    --pd-sc: 4rem;
    --size-hd: 6rem;
  }
}
@media (max-width: 1230px) {
  :root {
    --rewidth: 1.5rem;
  }
}
@media (max-width: 1240px) {
  :root {
    --recont: calc(100%);
  }
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (min-width: 2000px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: #272727;
  overflow: hidden auto;
}
@media screen and (min-width: 2000px) {
  body {
    font-size: 20px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

button,
select {
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  cursor: pointer;
}

button {
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Roboto", sans-serif;
}

.main {
  min-height: 68vh;
  padding-top: var(--size-hd);
  position: relative;
}
.main-dc {
  --size: calc(100vw*(970/1728));
}
.main-dc-it {
  width: var(--size);
  height: var(--size);
  border-radius: 100%;
  position: absolute;
  pointer-events: none;
}
.main-dc-it img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-dc-it:nth-child(1) {
  top: calc(-1 * var(--size) / 2);
  right: calc(-1 * var(--size) / 2);
}
.main-dc-it:nth-child(2) {
  bottom: 0;
  left: calc(-1 * var(--size) / 2);
}
.main.trans {
  padding-top: 0 !important;
}

.container {
  width: 100%;
  max-width: 123rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.over {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.over::-webkit-scrollbar {
  display: none;
}

.no-scroll {
  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;
}

.wow {
  animation-duration: 1s;
}

.wow {
  visibility: hidden;
}

.row {
  --gutter-x: 2.4rem;
  --gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-top: var(--gutter-y);
}

.g-1,
.gx-1 {
  --gutter-x: 2.4rem;
}

.g-1,
.gy-1 {
  --gutter-y: 2.4rem;
}

.offset-0 {
  margin-left: 0%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 376px) {
  .col-1-xxs {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2-xxs {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3-xxs {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4-xxs {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5-xxs {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6-xxs {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7-xxs {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8-xxs {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9-xxs {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10-xxs {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11-xxs {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12-xxs {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0-xxs {
    margin-left: 0%;
  }
  .offset-1-xxs {
    margin-left: 8.3333333333%;
  }
  .offset-2-xxs {
    margin-left: 16.6666666667%;
  }
  .offset-3-xxs {
    margin-left: 25%;
  }
  .offset-4-xxs {
    margin-left: 33.3333333333%;
  }
  .offset-5-xxs {
    margin-left: 41.6666666667%;
  }
  .offset-6-xxs {
    margin-left: 50%;
  }
  .offset-7-xxs {
    margin-left: 58.3333333333%;
  }
  .offset-8-xxs {
    margin-left: 66.6666666667%;
  }
  .offset-9-xxs {
    margin-left: 75%;
  }
  .offset-10-xxs {
    margin-left: 83.3333333333%;
  }
  .offset-11-xxs {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576px) {
  .col-1-xs {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2-xs {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3-xs {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4-xs {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5-xs {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6-xs {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7-xs {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8-xs {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9-xs {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10-xs {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11-xs {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12-xs {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0-xs {
    margin-left: 0%;
  }
  .offset-1-xs {
    margin-left: 8.3333333333%;
  }
  .offset-2-xs {
    margin-left: 16.6666666667%;
  }
  .offset-3-xs {
    margin-left: 25%;
  }
  .offset-4-xs {
    margin-left: 33.3333333333%;
  }
  .offset-5-xs {
    margin-left: 41.6666666667%;
  }
  .offset-6-xs {
    margin-left: 50%;
  }
  .offset-7-xs {
    margin-left: 58.3333333333%;
  }
  .offset-8-xs {
    margin-left: 66.6666666667%;
  }
  .offset-9-xs {
    margin-left: 75%;
  }
  .offset-10-xs {
    margin-left: 83.3333333333%;
  }
  .offset-11-xs {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-1-sm {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2-sm {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3-sm {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4-sm {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5-sm {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6-sm {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7-sm {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8-sm {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9-sm {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10-sm {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11-sm {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12-sm {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0-sm {
    margin-left: 0%;
  }
  .offset-1-sm {
    margin-left: 8.3333333333%;
  }
  .offset-2-sm {
    margin-left: 16.6666666667%;
  }
  .offset-3-sm {
    margin-left: 25%;
  }
  .offset-4-sm {
    margin-left: 33.3333333333%;
  }
  .offset-5-sm {
    margin-left: 41.6666666667%;
  }
  .offset-6-sm {
    margin-left: 50%;
  }
  .offset-7-sm {
    margin-left: 58.3333333333%;
  }
  .offset-8-sm {
    margin-left: 66.6666666667%;
  }
  .offset-9-sm {
    margin-left: 75%;
  }
  .offset-10-sm {
    margin-left: 83.3333333333%;
  }
  .offset-11-sm {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-1-md {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2-md {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3-md {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4-md {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5-md {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6-md {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7-md {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8-md {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9-md {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10-md {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11-md {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12-md {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0-md {
    margin-left: 0%;
  }
  .offset-1-md {
    margin-left: 8.3333333333%;
  }
  .offset-2-md {
    margin-left: 16.6666666667%;
  }
  .offset-3-md {
    margin-left: 25%;
  }
  .offset-4-md {
    margin-left: 33.3333333333%;
  }
  .offset-5-md {
    margin-left: 41.6666666667%;
  }
  .offset-6-md {
    margin-left: 50%;
  }
  .offset-7-md {
    margin-left: 58.3333333333%;
  }
  .offset-8-md {
    margin-left: 66.6666666667%;
  }
  .offset-9-md {
    margin-left: 75%;
  }
  .offset-10-md {
    margin-left: 83.3333333333%;
  }
  .offset-11-md {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-1-lg {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2-lg {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3-lg {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4-lg {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5-lg {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6-lg {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7-lg {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8-lg {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9-lg {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10-lg {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11-lg {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12-lg {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0-lg {
    margin-left: 0%;
  }
  .offset-1-lg {
    margin-left: 8.3333333333%;
  }
  .offset-2-lg {
    margin-left: 16.6666666667%;
  }
  .offset-3-lg {
    margin-left: 25%;
  }
  .offset-4-lg {
    margin-left: 33.3333333333%;
  }
  .offset-5-lg {
    margin-left: 41.6666666667%;
  }
  .offset-6-lg {
    margin-left: 50%;
  }
  .offset-7-lg {
    margin-left: 58.3333333333%;
  }
  .offset-8-lg {
    margin-left: 66.6666666667%;
  }
  .offset-9-lg {
    margin-left: 75%;
  }
  .offset-10-lg {
    margin-left: 83.3333333333%;
  }
  .offset-11-lg {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-1-xl {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2-xl {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3-xl {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4-xl {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5-xl {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6-xl {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7-xl {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8-xl {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9-xl {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10-xl {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11-xl {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12-xl {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0-xl {
    margin-left: 0%;
  }
  .offset-1-xl {
    margin-left: 8.3333333333%;
  }
  .offset-2-xl {
    margin-left: 16.6666666667%;
  }
  .offset-3-xl {
    margin-left: 25%;
  }
  .offset-4-xl {
    margin-left: 33.3333333333%;
  }
  .offset-5-xl {
    margin-left: 41.6666666667%;
  }
  .offset-6-xl {
    margin-left: 50%;
  }
  .offset-7-xl {
    margin-left: 58.3333333333%;
  }
  .offset-8-xl {
    margin-left: 66.6666666667%;
  }
  .offset-9-xl {
    margin-left: 75%;
  }
  .offset-10-xl {
    margin-left: 83.3333333333%;
  }
  .offset-11-xl {
    margin-left: 91.6666666667%;
  }
}
.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

@media screen and (min-width: 1400px) {
  .col-xxl-1 {
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-4 {
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-7 {
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-10 {
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
@-webkit-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-moz-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-ms-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-o-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@-moz-keyframes shine {
  100% {
    left: 125%;
  }
}
@-ms-keyframes shine {
  100% {
    left: 125%;
  }
}
@-o-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes ZoomIn {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes ZoomIn {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes ZoomIn {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes ZoomIn {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ZoomIn {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes Spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes Spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes Spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes Spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes Spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes BTT {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes BTT {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes BTT {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-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;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes halo {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes halo {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@-ms-keyframes halo {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@-o-keyframes halo {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes halo {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@-moz-keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@-ms-keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@-o-keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@-webkit-keyframes mirror {
  100% {
    transform: translate3d(2000%, 0, 0) rotate(35deg);
  }
}
@-moz-keyframes mirror {
  100% {
    transform: translate3d(2000%, 0, 0) rotate(35deg);
  }
}
@-ms-keyframes mirror {
  100% {
    transform: translate3d(2000%, 0, 0) rotate(35deg);
  }
}
@-o-keyframes mirror {
  100% {
    transform: translate3d(2000%, 0, 0) rotate(35deg);
  }
}
@keyframes mirror {
  100% {
    transform: translate3d(2000%, 0, 0) rotate(35deg);
  }
}
@-webkit-keyframes DownUp {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
@-moz-keyframes DownUp {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
@-ms-keyframes DownUp {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
@-o-keyframes DownUp {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes DownUp {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
@-webkit-keyframes jelly {
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@-moz-keyframes jelly {
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@-ms-keyframes jelly {
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@-o-keyframes jelly {
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@keyframes jelly {
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@-webkit-keyframes jellyTranForm {
  25% {
    transform: translate(-50%, -50%) scale(0.9, 1.1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1, 0.9);
  }
  75% {
    transform: translate(-50%, -50%) scale(0.95, 1.05);
  }
}
@-moz-keyframes jellyTranForm {
  25% {
    transform: translate(-50%, -50%) scale(0.9, 1.1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1, 0.9);
  }
  75% {
    transform: translate(-50%, -50%) scale(0.95, 1.05);
  }
}
@-ms-keyframes jellyTranForm {
  25% {
    transform: translate(-50%, -50%) scale(0.9, 1.1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1, 0.9);
  }
  75% {
    transform: translate(-50%, -50%) scale(0.95, 1.05);
  }
}
@-o-keyframes jellyTranForm {
  25% {
    transform: translate(-50%, -50%) scale(0.9, 1.1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1, 0.9);
  }
  75% {
    transform: translate(-50%, -50%) scale(0.95, 1.05);
  }
}
@keyframes jellyTranForm {
  25% {
    transform: translate(-50%, -50%) scale(0.9, 1.1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1, 0.9);
  }
  75% {
    transform: translate(-50%, -50%) scale(0.95, 1.05);
  }
}
@-webkit-keyframes jittery {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1.05) rotate(-5deg);
  }
  25% {
    transform: scale(1.05) rotate(5deg);
  }
  30% {
    transform: scale(1.05) rotate(-3deg);
  }
  35% {
    transform: scale(1.05) rotate(2deg);
  }
  40% {
    transform: scale(1.05) rotate(0);
  }
}
@-moz-keyframes jittery {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1.05) rotate(-5deg);
  }
  25% {
    transform: scale(1.05) rotate(5deg);
  }
  30% {
    transform: scale(1.05) rotate(-3deg);
  }
  35% {
    transform: scale(1.05) rotate(2deg);
  }
  40% {
    transform: scale(1.05) rotate(0);
  }
}
@-ms-keyframes jittery {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1.05) rotate(-5deg);
  }
  25% {
    transform: scale(1.05) rotate(5deg);
  }
  30% {
    transform: scale(1.05) rotate(-3deg);
  }
  35% {
    transform: scale(1.05) rotate(2deg);
  }
  40% {
    transform: scale(1.05) rotate(0);
  }
}
@-o-keyframes jittery {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1.05) rotate(-5deg);
  }
  25% {
    transform: scale(1.05) rotate(5deg);
  }
  30% {
    transform: scale(1.05) rotate(-3deg);
  }
  35% {
    transform: scale(1.05) rotate(2deg);
  }
  40% {
    transform: scale(1.05) rotate(0);
  }
}
@keyframes jittery {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1.05) rotate(-5deg);
  }
  25% {
    transform: scale(1.05) rotate(5deg);
  }
  30% {
    transform: scale(1.05) rotate(-3deg);
  }
  35% {
    transform: scale(1.05) rotate(2deg);
  }
  40% {
    transform: scale(1.05) rotate(0);
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-ms-keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes grow {
  from {
    transform: scale(0, 0);
    opacity: 1;
  }
  to {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@-moz-keyframes grow {
  from {
    transform: scale(0, 0);
    opacity: 1;
  }
  to {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@-ms-keyframes grow {
  from {
    transform: scale(0, 0);
    opacity: 1;
  }
  to {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@-o-keyframes grow {
  from {
    transform: scale(0, 0);
    opacity: 1;
  }
  to {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@keyframes grow {
  from {
    transform: scale(0, 0);
    opacity: 1;
  }
  to {
    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;
  }
}
@-moz-keyframes txt-focus {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@-ms-keyframes txt-focus {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@-o-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;
  }
}
@-moz-keyframes MaskPlay {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@-ms-keyframes MaskPlay {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@-o-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;
  }
}
@keyframes grows {
  0% {
    opacity: 1;
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    transform: scale(1.4);
  }
}
@keyframes growsBig {
  0% {
    opacity: 1;
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}
@keyframes growShrink {
  0% {
    r: 1;
    opacity: 0.2;
  }
  3% {
    r: 2;
    opacity: 0.4;
  }
  5% {
    r: 3;
    opacity: 0.5;
  }
  12% {
    r: 3;
    opacity: 0.6;
  }
  30% {
    r: 1;
    opacity: 1;
  }
}
@keyframes like {
  0% {
    transform-origin: left bottom;
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-35deg) scale(1.2);
  }
  50% {
    transform: rotate(-35deg) scale(1.2);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes dislike {
  0% {
    transform-origin: top;
    transform: translateY(0);
  }
  25% {
    transform: translateY(50%);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes floatClip {
  0% {
    clip-path: circle(0.5% at 0 0);
  }
  100% {
    clip-path: circle(140.9% at 0 0);
  }
}
.back-to-top {
  width: 5rem;
  height: 5rem;
  border-radius: 100rem;
  z-index: 7;
  transition: 0.5s linear;
  cursor: pointer;
  background-color: #ffffff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.back-to-top.active {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}
@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}
.back-to-top .triangle i {
  font-size: 2rem;
  color: #791E94;
  font-weight: 900;
}

.fixedbar {
  position: fixed;
  bottom: 27rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  z-index: 20;
  right: 9rem;
}
@media screen and (max-width: 768px) {
  .fixedbar {
    right: 2.5rem;
    bottom: 15rem;
  }
}
.fixedbar-item {
  position: relative;
  width: 6rem;
  height: 6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #791E94;
  border-radius: 100rem;
}
.fixedbar-item::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 190, 254, 0.792);
  border-radius: inherit;
  animation: grows 2s linear infinite;
}
.fixedbar-item img {
  border-radius: 0;
  position: relative;
  z-index: 2;
}

[data-aos=fade-up-cus] {
  transform: translate(0, 4rem);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=fade-up-cus].aos-animate {
  transform: translate(0, 0);
  opacity: 1;
}

[data-aos=fade-down-cus] {
  transform: translate(0, -4rem);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=fade-down-cus].aos-animate {
  transform: translate(0, 0);
  opacity: 1;
}

[data-aos=fade-left-cus] {
  transform: translate(4rem, 0);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=fade-left-cus].aos-animate {
  transform: translate(0, 0);
  opacity: 1;
}

[data-aos=fade-right-cus] {
  transform: translate(-4rem, 0);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=fade-right-cus].aos-animate {
  transform: translate(0, 0);
  opacity: 1;
}

.header-nav .menu-nav {
  height: 100%;
}
.header-nav .menu-nav > .menu-list {
  height: 100%;
  justify-content: center;
}
.header-nav .menu-nav > .menu-list > .menu-item {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.header-nav .menu-nav > .menu-list > .menu-item:not(:first-child) {
  margin-left: 3rem;
}
@media screen and (max-width: 1300px) {
  .header-nav .menu-nav > .menu-list > .menu-item:not(:first-child) {
    margin-left: 2rem;
  }
}
.header-nav .menu-nav > .menu-list > .menu-item:last-child > .menu-list {
  left: initial;
  right: 0;
}
.header-nav .menu-nav > .menu-list > .menu-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  height: 0.2rem;
  background: #FCFCFD;
  width: 0;
  border-radius: 100px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  display: none;
}
.header-nav .menu-nav > .menu-list > .menu-item:hover:not(.dropdown)::after, .header-nav .menu-nav > .menu-list > .menu-item:has(.current-menu-item)::after {
  opacity: 1;
}
.header-nav .menu-nav > .menu-list > .menu-item:hover:not(.dropdown)::before, .header-nav .menu-nav > .menu-list > .menu-item:has(.current-menu-item)::before {
  width: 100%;
}
.header-nav .menu-nav > .menu-list > .menu-item.dropdown:hover::before {
  width: 0;
}
.header-nav .menu-nav > .menu-list > .menu-item.dropdown:hover::after {
  opacity: 1;
}
.header-nav .menu-nav > .menu-list > .menu-item:hover > a {
  color: #791E94;
}
.header-nav .menu-nav > .menu-list > .menu-item:hover > a i {
  transform: rotate(180deg);
  color: #791E94;
}
.header-nav .menu-nav > .menu-list > .menu-item > .menu-link {
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  color: #272727;
  padding-bottom: 0.3rem;
  white-space: nowrap;
}
.header-nav .menu-nav > .menu-list > .menu-item.current_page_item::before, .header-nav .menu-nav > .menu-list > .menu-item.current-menu-item::before {
  width: 100%;
}
.header-nav .menu-nav > .menu-list > .menu-item.current_page_item::after, .header-nav .menu-nav > .menu-list > .menu-item.current-menu-item::after {
  opacity: 1;
}
.header-nav .menu-nav > .menu-list > .menu-item.current_page_item > .menu-link, .header-nav .menu-nav > .menu-list > .menu-item.current-menu-item > .menu-link {
  font-weight: 600;
  color: #791E94;
}
.header-nav .menu-nav > .menu-list > .menu-item > .menu-list {
  top: 100%;
}
.header-nav .menu-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.header-nav .menu-item {
  position: relative;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.header-nav .menu-item:hover > .menu-list {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.header-nav .menu-item:hover > .menu-list > .menu-item.current_page_item > a, .header-nav .menu-item:hover > .menu-list > .menu-item.current-menu-item > a {
  color: #ffffff;
}
.header-nav .menu-item:hover > .menu-list > .menu-item.current_page_item > a::after, .header-nav .menu-item:hover > .menu-list > .menu-item.current-menu-item > a::after {
  width: 100%;
}
.header-nav .menu-item:hover > .megas {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  pointer-events: visible;
}
.header-nav .menu-item .menu-link,
.header-nav .menu-item a {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.header-nav .menu-item .menu-link i,
.header-nav .menu-item a i {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.header-nav .menu-item > .menu-link,
.header-nav .menu-item > a {
  color: #272727;
  font-weight: 500;
  display: block;
  font-size: 1.6rem;
}
.header-nav .menu-item > .menu-link > i,
.header-nav .menu-item > a > i {
  display: none;
  font-weight: 600;
  margin-left: 0.4rem;
  font-size: 1.2rem;
  color: #272727;
}
.header-nav .menu-item.dropdown > a > i {
  display: inline-block;
}
.header-nav .menu-item > .menu-list {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 18rem;
  max-width: 28rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: white;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -5px);
  border-radius: 1rem;
}
.header-nav .menu-item > .menu-list::after {
  content: "";
  position: absolute;
  height: 1rem;
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.header-nav .menu-item > .menu-list > .menu-item {
  margin-left: 0;
  width: 100%;
}
.header-nav .menu-item > .menu-list > .menu-item::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #791E94;
  transition: 0.4s;
}
.header-nav .menu-item > .menu-list > .menu-item:first-child::after {
  border-radius: 1rem 1rem 0 0;
}
.header-nav .menu-item > .menu-list > .menu-item:last-child::after {
  border-radius: 0 0 1rem 1rem;
}
.header-nav .menu-item > .menu-list > .menu-item:hover::after {
  height: 100%;
}
.header-nav .menu-item > .menu-list > .menu-item:hover > .menu-link,
.header-nav .menu-item > .menu-list > .menu-item:hover > a {
  color: #ffffff;
}
.header-nav .menu-item > .menu-list > .menu-item:hover > .menu-link::after,
.header-nav .menu-item > .menu-list > .menu-item:hover > a::after {
  width: 100%;
}
.header-nav .menu-item > .menu-list > .menu-item:hover > .menu-link > i,
.header-nav .menu-item > .menu-list > .menu-item:hover > a > i {
  color: #ffffff;
}
.header-nav .menu-item > .menu-list > .menu-item.current_page_item, .header-nav .menu-item > .menu-list > .menu-item.current-menu-item {
  color: #ffffff;
}
.header-nav .menu-item > .menu-list > .menu-item.current_page_item::after, .header-nav .menu-item > .menu-list > .menu-item.current-menu-item::after {
  width: 100%;
  height: 100%;
}
.header-nav .menu-item > .menu-list > .menu-item > .menu-link,
.header-nav .menu-item > .menu-list > .menu-item > a {
  padding: 0.8rem 1.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-weight: 500;
  z-index: 2;
}
.header-nav .menu-item > .menu-list > .menu-item > .menu-link > i,
.header-nav .menu-item > .menu-list > .menu-item > a > i {
  transform: rotate(-90deg) translate(5px, 0);
  margin-top: 0.8rem;
  font-size: 1rem;
  color: #272727;
}
.header-nav .menu-item > .menu-list > .menu-item > .menu-list {
  left: 100%;
}

.mobile-nav .menu-nav > .menu-list > .menu-item.current_page_item > a, .mobile-nav .menu-nav > .menu-list > .menu-item.current-menu-item > a {
  color: #791E94;
  font-weight: 700;
}
.mobile-nav .menu-nav > .menu-list > .menu-item.active > a {
  color: #791E94;
  font-weight: 700;
}
.mobile-nav .menu-nav > .menu-list > .menu-item:has(.current-menu-item) > a {
  color: #791E94;
}
.mobile-nav .menu-nav > .menu-list > .menu-item > a {
  padding: 1.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #272727;
  font-size: 1.4rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-nav .menu-nav > .menu-list > .menu-item > a::before {
  display: none;
}
.mobile-nav .menu-nav > .menu-list > .menu-item > .menu-list > .menu-item.active > a {
  color: #791E94;
  font-weight: 700;
}
.mobile-nav .menu-item.dropdown > a > i {
  display: flex;
}
.mobile-nav .menu-item.active > a > i {
  transform: rotate(180deg);
}
.mobile-nav .menu-item a {
  position: relative;
}
.mobile-nav .menu-item a i {
  width: 2rem;
  height: 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  display: none;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.mobile-nav .menu-item > a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem;
  font-size: 1.4rem;
  color: #272727;
  font-weight: 500;
}
.mobile-nav .menu-item > .menu-list {
  display: none;
  margin-left: 1.6rem;
  position: relative;
}
.mobile-nav .menu-item > .menu-list::before {
  content: "";
  position: absolute;
  top: 2rem;
  bottom: 2rem;
  left: 0;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.mobile-nav .menu-item > .menu-list > .menu-item.current_page_item > a, .mobile-nav .menu-item > .menu-list > .menu-item.current-menu-item > a {
  color: #791E94;
}
.mobile-nav .menu-item > .menu-list > .menu-item:has(.current-menu-item) > a {
  color: #791E94;
}

.megas {
  position: fixed;
  width: 100vw;
  padding: 4rem 1.5rem;
  top: calc(var(--size-hd) + 0.1rem);
  background: #ffffff;
  left: 0;
  transition: 0.4s;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.megas .tt {
  font-weight: 700;
  color: #272727;
  margin-bottom: 2rem;
}
.megas-wr {
  width: 147rem;
  margin: auto;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - var(--size-hd) - 8rem);
}
.megas-wr::-webkit-scrollbar {
  width: 0.5rem;
}
.megas-wr::-webkit-scrollbar-thumb {
  border-radius: 10rem;
}
.megas-item {
  width: 20%;
}
.megas-menu-item:not(:first-child) {
  margin-top: 1rem;
}
.megas-menu-link {
  color: #272727;
  transition: 0.4s;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.megas-menu-link::after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100rem;
  background-color: #791E94;
  left: 0;
  top: 0.9rem;
  transition: 0.4s;
  transform: scale(0);
}
@media (hover: hover) {
  .megas-menu-link:hover {
    padding-left: 1rem;
  }
  .megas-menu-link:hover::after {
    transform: scale(1);
  }
}
.megas.small {
  max-width: 68rem;
  position: absolute;
  top: calc(100% + 0.1rem);
  left: 50%;
  transform: translateX(-50%) !important;
  border-radius: 0.8rem;
}
.megas.small .megas-wrap {
  padding: 0 4rem;
}
.megas.small .megas-item {
  width: 33.3333333333%;
}

::-webkit-scrollbar {
  width: 0.5rem;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #791E94;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #791E94;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.4s;
  z-index: 50;
  height: var(--size-hd);
  border-bottom: 0.1rem solid rgba(235, 235, 235, 0.2156862745);
  background-color: transparent;
}
@media screen and (max-width: 1200px) {
  .header {
    height: 6rem;
    background-color: #ffffff;
  }
}
.header.trans {
  background: transparent;
}
.header.sticky {
  background-color: #ffffff;
}
@media screen and (min-width: 1201px) {
  .header.sticky {
    height: 8rem;
  }
  .header.sticky .header-logo .custom-logo-link {
    width: 7rem;
  }
}
.header-flex {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.header-nav {
  position: relative;
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .header-nav {
    display: none;
  }
}
.header-nav .menu-nav {
  margin: 0 10rem;
}
.header-nav .menu-nav .menu-list {
  justify-content: space-between;
}
.header-logo .custom-logo-link {
  display: flex;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  width: 10rem;
}
@media screen and (max-width: 1200px) {
  .header-logo .custom-logo-link {
    width: 6rem;
  }
}
@media screen and (max-width: 400px) {
  .header-logo .custom-logo-link {
    width: 6rem;
  }
}
.header-logo .custom-logo-link img {
  max-width: 100%;
  height: auto;
}
.header-action {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 2rem;
}
@media screen and (max-width: 1200px) {
  .header-action {
    margin-left: auto;
  }
  .header-action .btn, .header-action .btn-four, .header-action .btn-third, .header-action .btn-second, .header-action .btn-pri {
    height: 2.8rem;
    padding: 0rem 1.5rem;
    min-width: unset;
  }
  .header-action .btn .txt, .header-action .btn-four .txt, .header-action .btn-third .txt, .header-action .btn-second .txt, .header-action .btn-pri .txt {
    font-size: 1.4rem;
    margin-top: 0.2rem;
  }
}
.header-it {
  width: 4.4rem;
  height: 4.4rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem;
  cursor: pointer;
  transition: 0.4s;
}
@media (hover: hover) {
  .header-it:hover {
    border-color: #791E94;
  }
  .header-it:hover img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(45%) saturate(4353%) hue-rotate(274deg) brightness(86%) contrast(99%);
  }
}
.header-it img {
  width: 2rem;
  height: 2rem;
  border-radius: 0;
}
@media screen and (max-width: 1200px) {
  .header-it {
    width: 3rem;
    height: 3rem;
  }
  .header-it img {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.header-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 1200px) {
  .header-info {
    margin: auto;
  }
}
@media screen and (min-width: 1201px) {
  .header-info {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .header-info {
    display: none;
  }
}
.header-info-it {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.header-info-it .ic {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 0.2rem;
}
.header-info-it .ic img {
  width: inherit;
  height: inherit;
  filter: brightness(0) saturate(100%) invert(18%) sepia(45%) saturate(4353%) hue-rotate(274deg) brightness(86%) contrast(99%);
}
.header-info-it .txt {
  color: #791E94;
  font-weight: 600;
}
.header .burger {
  width: 3rem;
  height: 3rem;
  background-color: #791E94;
  margin-left: 2rem;
  border-radius: 100rem;
}
@media screen and (max-width: 600px) {
  .header .burger {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 400px) {
  .header .burger {
    margin-left: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .header .burger {
    display: none;
  }
}

.footer {
  position: relative;
  padding: 5rem 0 0 0;
  background-color: #791E94;
  border-radius: 10rem 10rem 0 0;
  --pd:5rem;
}
@media screen and (max-width: 1200px) {
  .footer {
    border-radius: 5rem 5rem 0 0;
    --pd:2rem ;
  }
}
.footer-logo .custom-logo-link {
  width: 10rem;
}
.footer-top {
  padding-bottom: var(--pd);
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.9);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-mid {
  padding: var(--pd) 0;
}
.footer-cpr {
  padding: var(--pd) 0;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.9);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.footer-sgn {
  max-width: 30rem;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 1rem;
  background-color: rgba(249, 242, 251, 0.8);
  border-radius: 1rem;
}
.footer-sgn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-item {
  --fp:30.4rem;
}
.footer-item .tt {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 3rem;
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .footer-item .tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .footer-item .tt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1200px) {
  .footer-item .tt {
    margin-bottom: 2rem;
  }
}
.footer-item .menu-item {
  position: relative;
  color: #ffffff;
}
.footer-item .menu-item:not(:first-child) {
  margin-top: 1.5rem;
}
@media (hover: hover) {
  .footer-item .menu-item:hover {
    color: #FAFF00;
  }
}
.footer-item .menu-link {
  color: inherit;
  transition: 0.4s;
}
.footer-item .add-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.footer-item .add-item:not(:first-child) {
  margin-top: 1.5rem;
}
.footer-item .add-item .ic {
  width: 1.6rem;
  height: 1.6rem;
}
.footer-item .add-flex {
  color: #ffffff;
}
.footer-item .add-flex .link {
  transition: 0.4s;
  white-space: nowrap;
}
@media (hover: hover) {
  .footer-item .add-flex .link:hover {
    color: #FAFF00;
  }
}
.footer-item .mxh {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1rem;
}
.footer-item .mxh-link {
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.4s;
}
@media (hover: hover) {
  .footer-item .mxh-link:hover {
    transform: scale(1.1);
  }
}
.footer-item .mxh-link img {
  width: inherit;
  height: inherit;
}
.footer-item:nth-child(2) {
  width: calc(75% - var(--fp));
}
.footer-item:last-child {
  width: var(--fp);
}
@media screen and (max-width: 750px) {
  .footer-item:nth-child(1) {
    width: 40%;
  }
  .footer-item:nth-child(2) {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .footer-item:nth-child(1) {
    width: 50%;
  }
  .footer-item:nth-child(2) {
    width: 50%;
  }
}
@media screen and (max-width: 380px) {
  .footer-item:nth-child(1) {
    width: 100%;
  }
  .footer-item:nth-child(2) {
    width: 100%;
  }
}
.footer .fp {
  margin-top: 2.4rem;
}
.footer .fp-inner {
  display: block;
  padding-top: calc((130 / 281) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}
.footer .fp-inner iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hamburger {
  width: 35px;
  overflow: hidden;
}
.hamburger-label {
  position: relative;
  display: block;
  height: 28px;
  cursor: pointer;
}
.hamburger-label::before, .hamburger-label::after,
.hamburger-label .hamburger-text {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #FA9600;
}
.hamburger-label::before, .hamburger-label::after {
  content: "";
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) left;
}
.hamburger-label::before {
  top: 0;
}
.hamburger-label::after {
  top: 12px;
}
.hamburger-text {
  top: 24px;
}
.hamburger-text::before {
  content: "MENU";
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  color: #FA9600;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
.hamburger.active .hamburger-label:before {
  left: -39px;
}
.hamburger.active .hamburger-label:after {
  left: 39px;
}
.hamburger.active .hamburger-label .hamburger-text:before {
  animation: moveUpThenDown 0.8s ease 0.2s forwards, shakeWhileMovingUp 0.8s ease 0.2s forwards, shakeWhileMovingDown 0.2s ease 0.8s forwards;
}

@keyframes moveUpThenDown {
  0% {
    top: 0;
  }
  50% {
    top: -27px;
  }
  100% {
    top: -18px;
  }
}
@keyframes shakeWhileMovingUp {
  0% {
    transform: rotateZ(0);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  50% {
    transform: rotateZ(0deg);
  }
  75% {
    transform: rotateZ(10deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
@keyframes shakeWhileMovingDown {
  0% {
    transform: rotateZ(0);
  }
  80% {
    transform: rotateZ(3deg);
  }
  90% {
    transform: rotateZ(-3deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
.hamburger.active .ham {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.hamburger.active .ham .top {
  stroke-dashoffset: -98px;
}
.hamburger.active .ham .bottom {
  stroke-dashoffset: -138px;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ham .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #ffffff;
  stroke-width: 5.5;
  stroke-linecap: round;
}
@media screen and (max-width: 1199px) {
  .ham .line {
    stroke: #ffffff;
  }
}
.ham .top {
  stroke-dasharray: 40 140;
}
.ham .bottom {
  stroke-dasharray: 40 180;
}

.mobile {
  position: fixed;
  z-index: 140;
  top: var(--size-hd);
  left: 0;
  bottom: 0;
  min-width: 50rem;
  width: 50rem;
  background-color: white;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transform: translateX(-110%);
}
@media screen and (max-width: 500px) {
  .mobile {
    width: 90%;
    min-width: initial;
  }
}
.mobile.sticky {
  top: var(--size-hd);
}
.mobile.open {
  transform: translateX(0);
}
@media screen and (min-width: 1200px) {
  .mobile {
    display: none;
  }
}
.mobile-con {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding-top: 2rem;
}
.mobile-heading {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #791E94;
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.mobile-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-110%);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  top: var(--size-hd);
}
.mobile-overlay.sticky {
  top: var(--size-hd);
}
.mobile-overlay.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media screen and (min-width: 1200px) {
  .mobile-overlay {
    display: none;
  }
}
.mobile-wr {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mobile-list {
  margin-bottom: 2rem;
}
.mobile-content {
  padding: 2.4rem 1.2rem;
  margin-top: auto;
}
.mobile-content-sc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1rem;
}
.mobile-content-sc .link {
  width: 3rem;
  height: 3rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.mobile-content-sc .link img {
  width: inherit;
  height: inherit;
  display: block;
}
.mobile-content-bl:not(:first-child) {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.mobile-content-bl .tt {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #791E94;
}
.mobile-content .title {
  font-weight: 600;
  font-size: 1.4rem;
  position: relative;
  padding-left: 2rem;
  color: #272727;
}
.mobile-content .title::after {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  left: 0;
  top: 0.1rem;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
}
.mobile-content .mobile-fl .title::after {
  margin-top: -0.2rem;
}
.mobile-content .mobile-fl.add .title::after {
  content: "\f3c5";
}
.mobile-content .mobile-fl.ph .title::after {
  content: "\f2a0";
}
.mobile-content .mobile-fl.mail .title::after {
  content: "\f0e0";
}
.mobile-title {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.mobile-mxh {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
}
.mobile-mxh-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex: 1;
  height: 100%;
  background-color: white;
  cursor: pointer;
}
.mobile-mxh-link:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-mxh-link img {
  width: 2.4rem;
  height: 2.4rem;
}
.mobile-text {
  font-size: 1.4rem;
  display: block;
  color: #272727;
  word-break: break-word;
  font-weight: 500;
}
.mobile-text:not(:last-child) {
  margin-bottom: 0.8rem;
}
.mobile-account {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.mobile-re {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.mobile-re-link {
  font-size: 1.6rem;
  color: #791E94;
  text-decoration: underline;
}
.mobile-re-link:not(:first-child) {
  margin-left: 16px;
}
.mobile-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #791E94;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  background-color: white;
}
.mobile-close:hover .icon {
  transform: rotate(360deg);
}
.mobile-close .icon {
  transition: 0.6s ease-in-out;
  font-weight: 500;
  font-size: 1.8rem;
  color: #791E94;
}
.mobile-fl .fw-6 {
  margin-bottom: 0.8rem;
  margin-bottom: 0.8rem;
  display: inline;
  width: fit-content;
  font-size: 1.4rem;
}
.mobile-fl .mobile-text {
  display: inline;
  font-size: 1.4rem;
}
.mobile-fl .dot {
  display: none;
}

.select2-container {
  height: 4.5rem;
  background-color: transparent;
  border-radius: 6px;
}

.select2.select2-container {
  width: 100% !important;
}

.selection {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0.8rem;
  color: #ffffff;
  height: 4.5rem;
  background-color: transparent;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  background-color: transparent;
  border: 1px solid transparent;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  display: inline !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0 4px;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  z-index: 3;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: none;
  border-bottom: none !important;
  padding: 4px 6px !important;
  background-color: #000000;
  color: #000000;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #fefefe;
  color: #000000;
  border-radius: 1rem;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background: #791E94;
  font-size: 1.6rem;
  color: #ffffff;
}

.select2-container--default .select2-results__option--selected {
  background: #791E94;
  color: #ffffff;
  font-size: 1.6rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  border-color: #000 transparent transparent transparent;
  width: 1.6rem;
  height: 1.6rem;
  transition: 0.4s;
  top: 30%;
  right: 1rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #000000;
}

.select2-container.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-search.select2-search--dropdown {
  display: none !important;
}

.select2-results__option {
  font-size: 1.6rem;
}

.select2-results {
  display: block;
  overflow: hidden;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 0.8rem !important;
}

.select2-selection__placeholder {
  font-size: 1.6rem;
  color: #2D2F39;
}

.sidesl {
  z-index: 53 !important;
}
.sidesl .select2-results {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}

.effectShine {
  position: relative;
  overflow: hidden;
}

.effectShine::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.effectShine:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.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: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  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 #FA9600;
}
.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 #FA9600;
}
.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: #000000;
  padding: 1rem 1.5rem;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.sl-item:hover {
  background-color: #FA9600;
  color: white;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  visibility: hidden;
}
.popup.open {
  visibility: visible;
}
.popup.open .popup-overlay {
  opacity: 1;
  visibility: visible;
}
.popup.open .popup-main {
  opacity: 1;
  visibility: visible;
}
.popup-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.popup-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 90rem;
  max-height: 90vh;
  max-width: 95%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  position: relative;
  background-color: #ffffff;
  border-radius: 1rem;
}
.popup-main-wrapper {
  overflow: hidden;
  border-radius: 1rem;
}
.popup-main.med {
  width: 90rem;
}
.popup-main.small {
  width: 80rem;
}
.popup-over {
  overflow-y: auto;
  min-height: 40vh;
  max-height: 80vh;
}
.popup-wrapper {
  background-color: #791E94;
  width: 100%;
  min-height: 40vh;
  position: relative;
  padding: 4.8rem 2rem 2rem 2rem;
}
.popup-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 1200px) {
  .popup-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .popup-title {
    font-size: 1.7rem;
  }
}
.popup-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  transition: 0.6s ease-in-out;
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #791E94;
  z-index: 100;
}
.popup-close:hover .icon {
  transform: rotate(360deg);
}
.popup-close .icon {
  color: #ffffff;
  font-weight: 300;
  font-size: 2.4rem;
  transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
@media screen and (max-width: 800px) {
  .popup-close .icon {
    font-size: 1.6rem;
  }
}
.popup-search {
  width: 100%;
  padding: 1rem;
  padding-top: 5rem;
  position: relative;
}
.popup-search-box {
  width: 40rem;
}
.popup-search-box .popup-over {
  max-height: 90vh;
}
.popup-search-input::before {
  content: "";
  background-image: url("../assets/images/SEO-pana.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 20rem;
  height: 20rem;
  display: block;
  margin: auto;
  margin-bottom: 1rem;
}
.popup-search-input.active::before {
  display: none;
}
.popup-search-input input {
  width: 100%;
  transition: 0.4s;
  padding: 1rem 1.6rem;
  border-radius: 100rem;
  border: 0.1rem solid #791E94;
}
.popup-search-input .btn, .popup-search-input .btn-four, .popup-search-input .btn-third, .popup-search-input .btn-second, .popup-search-input .btn-pri {
  width: 100%;
  border-radius: 100rem;
  margin-top: 1rem;
  height: 4.4rem;
  justify-content: center;
}
.popup-search .search-rs {
  top: 27rem !important;
  z-index: 20 !important;
  position: unset !important;
  max-height: 42rem !important;
}
.popup-search .search-rs .submit-search {
  margin: auto;
  margin-top: 3rem;
  padding: 0.5rem 1rem;
  background-color: #791E94;
  color: #ffffff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.popup-bg {
  padding: 5.6rem 7rem;
  position: relative;
  overflow: hidden;
}
.popup-bg .dc {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(50%);
  z-index: 3;
  width: 25.9259259259vw;
  height: 25.9259259259vw;
  pointer-events: none;
  min-width: 30rem;
  min-height: 30rem;
}
.popup-bg .dc-inner {
  height: 100%;
  width: 100%;
  animation: Spinner 20s linear infinite;
}
.popup-bg .dc-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(60%) sepia(0%) saturate(2253%) hue-rotate(194deg) brightness(81%) contrast(89%);
}
@media screen and (max-width: 800px) {
  .popup-bg {
    padding: 4rem 2rem 2rem 2rem;
  }
}
.popup-bg-box {
  width: 58.8rem;
  border-radius: 0;
  background-color: #ffffff;
}
@media screen and (min-width: 1201px) {
  .popup-bg .form-list {
    --gutter-y: 3rem ;
  }
}
.popup-bg .bd-ln {
  margin-top: 4rem;
}
.popup-reg-box {
  max-width: 60rem;
  width: 100%;
}
.popup-reg-box .tt {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .popup-reg-box .tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .popup-reg-box .tt {
    font-size: 1.7rem;
  }
}
.popup-reg-box .btn, .popup-reg-box .btn-four, .popup-reg-box .btn-third, .popup-reg-box .btn-second, .popup-reg-box .btn-pri {
  margin-top: 2.4rem;
}

.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid white;
  animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: white;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
.dateTime {
  position: relative;
  height: 4rem;
  border: 0.1rem solid #791E94;
  z-index: 2;
}

.dateTimeText {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  z-index: 2;
}
.dateTimeText.disable {
  opacity: 0;
  visibility: hidden;
}

.dateTimeItem {
  height: 100%;
}

.dateTimeInput {
  padding: 0.8rem 1.6rem;
  background-color: transparent;
  width: 100%;
  font-family: "Roboto", sans-serif;
  border: none;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

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

@keyframes tabUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes tabDown {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes tabRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes tabLeft {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.custom-bounce {
  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);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  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);
  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);
  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);
  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);
  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 {
  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 {
  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 {
  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 {
  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 {
  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;
  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);
  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);
  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);
  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);
  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);
  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);
  animation-delay: var(--delay) !important;
  opacity: 0;
}
.custom-fadeInRightBig.active {
  animation: fadeInRightBig var(--duration) forwards;
}

.custom-fadeInUpBig {
  -webkit-transform: translateY(2000px);
  -ms-transform: translateY(2000px);
  transform: translateY(2000px);
  opacity: 0;
  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);
  -ms-transform: translateY(-2000px);
  transform: translateY(-2000px);
  opacity: 0;
  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);
  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);
  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);
  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);
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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);
  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);
  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);
  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);
  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);
  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 {
  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 {
  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 {
  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 {
  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 {
  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;
  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;
  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;
  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;
  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 {
  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 {
  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 {
  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 {
  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 {
  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;
  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);
  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 {
  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;
  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;
  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 {
  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 {
  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;
  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;
  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;
  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;
  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;
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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;
  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;
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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;
  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;
  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;
  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;
  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 {
  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 {
  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 {
  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 {
  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;
}

.bn {
  width: calc(100% - 2.4rem);
  margin: auto;
  overflow: hidden;
  position: relative;
  border-radius: 5rem;
}
@media screen and (max-width: 800px) {
  .bn {
    border-radius: 2rem;
  }
}
.bn .breadcrumb {
  padding: 0;
}
.bn .bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bn .bg::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) -33.15%, rgba(0, 0, 0, 0) 42.8%);
}
@media screen and (max-width: 1200px) {
  .bn .bg::after {
    background: rgba(0, 0, 0, 0.2);
  }
}
.bn .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bn-content {
  padding: 5.2rem 0;
  min-height: 29.7619047619vw;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.swiper-slide {
  height: initial;
  overflow: hidden;
}

.swiper-pagination {
  position: static;
  margin-top: 1.6rem;
}
.swiper-pagination-bullet {
  --circle: -1rem;
  background-color: #791E94;
  opacity: 0.5;
  position: relative;
  margin: 0 calc(-1 * var(--circle) * 4) !important;
}
.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: var(--circle);
  right: var(--circle);
  bottom: var(--circle);
  left: var(--circle);
  border: 1px solid #791E94;
  border-radius: 100rem;
  opacity: 0;
  transition: 0.1s ease-in-out;
}
.swiper-pagination-bullet-active {
  background-color: #791E94;
  opacity: 1;
}
.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.swiper-control {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  --size: 4rem;
}
.swiper-control-btn {
  width: var(--size);
  height: var(--size);
  border-radius: 100rem;
  background-color: #791E94;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  z-index: 5;
  position: relative;
  overflow: hidden;
  font-size: 1.6rem;
  background: transparent;
  border: 0.1rem solid #791E94;
}
.swiper-control-btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background: #791E94;
  transition: all 0.4s ease;
  z-index: 1;
  pointer-events: none;
}
.swiper-control-btn::after {
  width: 100%;
}
.swiper-control-btn > * {
  position: relative;
  z-index: 2;
}
.swiper-control-btn.swiper-button-disabled {
  background: white;
  cursor: default;
  box-shadow: none;
}
.swiper-control-btn.swiper-button-disabled::after {
  width: 0;
}
.swiper-control-btn.swiper-button-disabled i {
  color: #791E94;
}
.swiper-control-btn i {
  color: #ffffff;
}
@media (hover: hover) {
  .swiper-control-btn:hover:not(.swiper-button-disabled) {
    color: white;
  }
  .swiper-control-btn:hover:not(.swiper-button-disabled)::after {
    left: 0;
    width: 100%;
  }
  .swiper-control-btn:hover:not(.swiper-button-disabled) i {
    color: #ffffff;
  }
}
.swiper-control.posi .swiper-control-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.swiper-control.posi.minus .swiper-prev {
  right: calc(100% + 4rem);
}
.swiper-control.posi.minus .swiper-next {
  left: calc(100% + 4rem);
}
.swiper-control.posi.midle .swiper-prev {
  left: calc(var(--size) / 2 * -1);
}
.swiper-control.posi.midle .swiper-next {
  right: calc(var(--size) / 2 * -1);
}
.swiper-control.posi.plus .swiper-prev {
  left: 1rem;
}
.swiper-control.posi.plus .swiper-next {
  right: 1rem;
}
@media screen and (max-width: 1350px) {
  .swiper-control.posi.mobile-midle-plus .swiper-prev {
    left: 1rem;
    right: unset;
  }
  .swiper-control.posi.mobile-midle-plus .swiper-next {
    right: 1rem;
    left: unset;
  }
}
.swiper-control.posi.verti .swiper-prev {
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
}
.swiper-control.posi.verti .swiper-next {
  left: 50%;
  transform: translate(-50%, 50%);
  top: unset;
  bottom: 0;
}
.swiper-control .line {
  width: 0.1rem;
  height: 2.4rem;
  background-color: #791E94;
}

.swiper-pagination-progressbar {
  background: #E9E9E9;
  height: 0.1rem !important;
}

.swiper-pagination-progressbar-fill {
  background-color: #B1151B !important;
  opacity: 0.5;
}

.rows {
  --col-gap: 2.4rem;
  --row-gap: 2.4rem;
  margin: 0 calc(var(--col-gap) / 2 * -1);
}
@media screen and (max-width: 1200px) {
  .rows {
    --col-gap: 1.5rem;
  }
}

.cols {
  padding: 0 calc(var(--col-gap) / 2);
}

.swiper.rows .col {
  margin-bottom: 0;
}

.swiper-container {
  overflow: hidden;
}

.txt-animated.ani-opa .char {
  opacity: 0;
  transition: 0.6s ease;
  transition-delay: calc(var(--delay) * var(--char-index));
}
.txt-animated.ani-opa.is-inview .char {
  opacity: 1;
}
.txt-animated.ani-up .word {
  overflow: hidden;
}
.txt-animated.ani-up .char {
  opacity: 0;
  transition: 0.6s ease;
  transition-delay: calc(var(--delay) * var(--char-index));
  transform: translateY(100%);
}
.txt-animated.ani-up.is-inview .char {
  opacity: 1;
  transform: translateY(0);
}

.load-img {
  position: relative;
  overflow: hidden;
}
.load-img::before, .load-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.load-img img,
.load-img form {
  opacity: 0;
  transition: 0.4s ease-in-out;
  transition-delay: 0.4s;
}
.load-img:before {
  background-color: #791E94;
}
.load-img:after {
  background-color: #f8f8f8;
  transition-delay: 0.5s;
}
.load-img.is-inview img,
.load-img.is-inview form {
  opacity: 1;
}
.load-img.is-inview:before {
  transition: 1.6s ease;
  width: 0;
}
.load-img.is-inview:after {
  transition: 0.8s ease;
  width: 0;
}

.load-img-second {
  position: relative;
  overflow: hidden;
}
.load-img-second::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #f8f8f8;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: translate(0);
  transition: 0.8s ease-out;
  -webkit-transition: 0.8s ease-out;
  -moz-transition: 0.8s ease-out;
  -ms-transition: 0.8s ease-out;
  -o-transition: 0.8s ease-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  pointer-events: none;
  z-index: 3;
}
.load-img-second::after {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #f8f8f8;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: translate(0);
  transition: 0.8s ease-out;
  -webkit-transition: 0.8s ease-out;
  -moz-transition: 0.8s ease-out;
  -ms-transition: 0.8s ease-out;
  -o-transition: 0.8s ease-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  pointer-events: none;
  z-index: 3;
}
.load-img-second.is-inview::after {
  transform: translate(0, -110%);
}
.load-img-second.is-inview::before {
  transform: translate(0, 110%);
}

.load-img-third {
  position: relative;
  overflow: hidden;
}
.load-img-third img {
  transform: translateY(-20px);
  opacity: 0;
  transition: 1.2s ease;
  -webkit-transition: 1.2s ease;
  -moz-transition: 1.2s ease;
  -ms-transition: 1.2s ease;
  -o-transition: 1.2s ease;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.load-img-third.is-inview::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 100%;
  left: 0;
  margin-bottom: -10px;
  background-color: #e2dbc0;
  z-index: 3;
  animation: 1s reveal-img-before cubic-bezier(0.6, 0, 0.195, 1);
  animation-delay: 0.3s;
}
.load-img-third.is-inview img {
  transform: translate(-50%, -50%);
  opacity: 1;
  display: block;
}
.load-img-third.second.is-inview img {
  transform: translateY(0);
  opacity: 1;
  display: block;
}

@keyframes reveal-img-before {
  0% {
    top: 0;
    right: 100%;
    bottom: 100%;
    margin-bottom: -10px;
  }
  40% {
    top: 0;
    right: 0;
    bottom: 100%;
    margin-bottom: -10px;
  }
  60% {
    top: 0;
  }
  80% {
    right: 0;
    bottom: -1px;
    margin-bottom: 0;
  }
  100% {
    top: 100%;
    right: 0;
    bottom: -1px;
    margin-bottom: 0;
  }
}
@keyframes imgLoad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translate3D(-100%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes slide-out-right {
  0% {
    transform: translate3D(0, 0, 0);
  }
  100% {
    transform: translate3D(100%, 0, 0);
  }
}
@keyframes slide-in-right-50 {
  0% {
    transform: translate3D(-50%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes slide-in-left {
  0% {
    transform: translate3D(100%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes slide-out-left {
  0% {
    transform: translate3D(0, 0, 0);
  }
  100% {
    transform: translate3D(-100%, 0, 0);
  }
}
@keyframes slide-in-top {
  0% {
    transform: translate3D(0, -100%, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes slide-out-left-50 {
  0% {
    transform: translate3D(0, 0, 0);
  }
  100% {
    transform: translate3D(-50%, 0, 0);
  }
}
@keyframes slide-in-left-50 {
  0% {
    transform: translate3D(50%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
.txt-focus {
  opacity: 0;
}
.txt-focus.is-inview {
  -webkit-animation: txt-focus 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: txt-focus 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.hola {
  position: relative;
  pointer-events: none;
}
.hola::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  -webkit-mask: url(../assets/images/mask.png);
  mask: url(../assets/images/mask.png);
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  pointer-events: none;
  z-index: 5;
}
.hola.is-inview::after {
  animation: MaskPlay 1.2s steps(22) 0.3s forwards;
  -webkit-animation: MaskPlay 1.2s steps(22) 0.3s forwards;
  -moz-animation: MaskPlay 1.2s steps(22) 0.3s forwards;
  -ms-animation: MaskPlay 1.2s steps(22) 0.3s forwards;
  -o-animation: MaskPlay 1.2s steps(22) 0.3s forwards;
}

.txt-spl .word {
  overflow: hidden;
  line-height: 1.3;
  display: inline-flex;
}
.txt-spl .word .chars {
  display: inline-block;
  animation-delay: calc(var(--line-index) * 0.025s) !important;
  transform: translateY(100%);
}
.txt-spl.down .chars {
  transform: translateY(-100%);
}
.txt-spl.is-inview .chars {
  animation: txtSpl-up 1s cubic-bezier(0.65, 0, 0.35, 1) both;
}
.txt-spl.is-inview.down .chars {
  animation: txtSpl-down 1.2s cubic-bezier(0.65, 0, 0.35, 1) both;
}

@keyframes txtSpl-up {
  0% {
    transform: translateY(10rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes txtSpl-down {
  0% {
    transform: translateY(-10rem);
  }
  100% {
    transform: translateY(0);
  }
}
.reveal {
  --duration: 1s;
  transition: var(--duration) cubic-bezier(0.72, 0.04, 0.49, 0.82);
  transition-delay: var(--delay) !important;
}
.reveal.reveal-left {
  clip-path: polygon();
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -moz-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -ms-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -o-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.reveal.reveal-left.is-inview {
  clip-path: polygon();
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.reveal.reveal-right {
  clip-path: polygon();
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -moz-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -ms-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -o-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.reveal.reveal-right.is-inview {
  clip-path: polygon();
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.reveal.reveal-up {
  clip-path: polygon();
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  -moz-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  -ms-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  -o-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.reveal.reveal-up.is-inview {
  clip-path: polygon();
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.f-breadcrumb {
  position: relative;
  z-index: 2;
}
.f-breadcrumb.center .breadcrumb-list {
  justify-content: center;
}

.breadcrumb {
  padding: 1.2rem 0;
}
.breadcrumb-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  gap: 1.6rem;
}
.breadcrumb-item {
  color: #272727;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.breadcrumb-item:not(:first-child)::before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  width: 1.2rem;
  height: 1.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 1.2rem;
}
.breadcrumb-item:last-child {
  color: #791E94;
  pointer-events: none;
  font-weight: 600;
}
.breadcrumb-item:last-child::before {
  filter: none;
}
@media (hover: hover) {
  .breadcrumb-item:hover {
    color: #791E94;
  }
}
.breadcrumb-link {
  color: inherit;
  transition: 0.2s ease-in-out;
}

.white .breadcrumb {
  border-bottom: 0;
}
.white .breadcrumb-item:not(:first-child)::before {
  background-color: #ffffff;
}
.white .breadcrumb-link {
  color: #ffffff;
}
.white .breadcrumb-link:hover {
  color: #FAFF00;
}

.btn, .btn-four, .btn-third, .btn-second, .btn-pri {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  padding: 1.8rem 2rem;
  flex-shrink: 0;
  border-radius: 100rem;
  height: 5rem;
  width: fit-content;
  overflow: hidden;
}
.btn img, .btn-four img, .btn-third img, .btn-second img, .btn-pri img {
  position: relative;
  z-index: 3;
}
.btn .icon, .btn-four .icon, .btn-third .icon, .btn-second .icon, .btn-pri .icon {
  width: 2rem;
  height: 2rem;
  position: relative;
  z-index: 3;
  margin-top: -0.2rem;
  flex-shrink: 0;
}
.btn .icon:first-child, .btn-four .icon:first-child, .btn-third .icon:first-child, .btn-second .icon:first-child, .btn-pri .icon:first-child {
  margin-right: 0.8rem;
}
.btn .icon:last-child, .btn-four .icon:last-child, .btn-third .icon:last-child, .btn-second .icon:last-child, .btn-pri .icon:last-child {
  margin-left: 0.8rem;
}
.btn .icon img, .btn-four .icon img, .btn-third .icon img, .btn-second .icon img, .btn-pri .icon img {
  width: inherit;
  height: inherit;
}
.btn .icon i, .btn-four .icon i, .btn-third .icon i, .btn-second .icon i, .btn-pri .icon i {
  transition: 0.4s;
}
.btn.center, .center.btn-four, .center.btn-third, .center.btn-second, .center.btn-pri {
  margin: auto;
  margin-top: 2rem;
}
.btn .txt, .btn-four .txt, .btn-third .txt, .btn-second .txt, .btn-pri .txt {
  color: #ffffff;
  line-height: 1;
  z-index: 3;
  font-size: 1.6rem;
  position: relative;
  display: block !important;
  white-space: nowrap;
  transition: 0.4s;
  font-weight: 700;
}
.btn::after, .btn-four::after, .btn-third::after, .btn-second::after, .btn-pri::after {
  content: "";
  position: absolute;
  width: 110%;
  height: 110%;
  top: 0;
  left: 0;
  z-index: 2;
  transform: scaleY(0);
  transform-origin: bottom right;
  transition: transform 0.5s ease;
}
@media screen and (min-width: 1200px) and (hover: hover) {
  .btn:hover::after, .btn-four:hover::after, .btn-third:hover::after, .btn-second:hover::after, .btn-pri:hover::after {
    transform: scale(1);
    transform-origin: top right;
  }
}
.btn-pri {
  background: #791E94;
  border: 0.1rem solid #791E94;
}
.btn-pri::after {
  background: #ffffff;
}
.btn-pri .txt {
  color: #ffffff;
}
.btn-pri .icon i {
  color: #ffffff;
}
.btn-pri .icon img {
  filter: brightness(0) invert(1);
}
@media (hover: hover) {
  .btn-pri:hover .txt {
    color: #791E94;
  }
  .btn-pri:hover .icon i {
    color: #791E94;
  }
  .btn-pri:hover .icon img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(45%) saturate(4353%) hue-rotate(274deg) brightness(86%) contrast(99%);
  }
}
.btn-second {
  background: transparent;
  border: 0.1rem solid #791E94;
}
.btn-second::after {
  background: #791E94;
}
.btn-second .txt {
  color: #791E94;
}
.btn-second .icon i {
  color: #791E94;
}
.btn-second .icon img {
  filter: brightness(0) invert(1);
}
@media (hover: hover) {
  .btn-second:hover .txt {
    color: #ffffff;
  }
  .btn-second:hover .icon i {
    color: #ffffff;
  }
  .btn-second:hover .icon img {
    filter: brightness(1) invert(1);
  }
}
.btn-third {
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.01);
  border: 0.2rem solid #ffffff;
  backdrop-filter: blur(1.75rem);
  transition: 0.4s;
}
.btn-third::after {
  background: #ffffff;
}
.btn-third .txt {
  color: #ffffff;
}
.btn-third .icon i {
  color: #791E94;
}
.btn-third .icon img {
  filter: brightness(0) invert(1);
}
@media (hover: hover) {
  .btn-third:hover .txt {
    color: #791E94;
  }
  .btn-third:hover .icon i {
    color: #ffffff;
  }
  .btn-third:hover .icon img {
    filter: brightness(1) invert(1);
  }
}
.btn-four {
  background: #ffffff;
  border: 0.2rem solid #ffffff;
  transition: 0.4s;
}
.btn-four::after {
  background: #791E94;
}
.btn-four .txt {
  color: #791E94;
}
.btn-four .icon i {
  color: #791E94;
}
.btn-four .icon img {
  filter: brightness(0) invert(1);
}
@media (hover: hover) {
  .btn-four:hover {
    border-color: #ffffff;
  }
  .btn-four:hover .txt {
    color: #ffffff;
  }
  .btn-four:hover .icon i {
    color: #ffffff;
  }
  .btn-four:hover .icon img {
    filter: brightness(1) invert(1);
  }
}

.info-see {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #791E94;
  width: fit-content;
}
.info-see i {
  transition: 0.4s;
  margin-top: -0.1rem;
}
.info-see .txt {
  font-weight: 700;
  margin-top: 0rem;
  transition: 0.4s;
}
.info-see .txt:last-child {
  margin-left: 0.8rem;
}
.info-see .txt:first-child {
  margin-right: 0.8rem;
}
@media (hover: hover) {
  .info-see:hover i {
    transform: rotate(360deg);
    color: #DCA200;
  }
  .info-see:hover .txt {
    color: #DCA200;
  }
}

.bd-ln {
  position: relative;
  width: fit-content;
  display: grid;
  place-items: center;
  padding: 0.1rem;
}
.bd-ln::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0.1rem;
  background: linear-gradient(180deg, #FFF -96.58%, #B0EBFF 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.input {
  font-family: "Roboto", sans-serif;
  width: 100%;
}
.input-area {
  height: auto;
}

.f-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
  margin-bottom: -1rem;
}
.f-item {
  width: 100%;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
.f-item-2 {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .f-item-2 {
    width: 100%;
  }
}
.f-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .f-item-3 {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .f-item-3 {
    width: 100%;
  }
}
.f-item-4 {
  width: 25%;
}

.re-label {
  color: #000000;
  font-weight: 700;
  margin-bottom: 0.8rem;
  display: block;
}
.re-input {
  padding: 1.6rem;
  width: 100%;
  font-family: "Roboto", sans-serif;
  border: none;
  outline: none;
  display: block;
}
.re-rela {
  position: relative;
  margin-top: auto;
}
.re-rela .re-input {
  padding-right: 4rem;
}
.re-lock {
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 1.4rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.re-lock img {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.re-lock img:nth-child(1) {
  opacity: 0;
}
.re-pass.active .f-lock img:nth-child(1) {
  opacity: 1;
}
.re-pass.active .f-lock img:nth-child(2) {
  opacity: 0;
}

textarea {
  resize: none;
}

form .wpcf7-not-valid-tip {
  width: 100%;
}
form .btn .wpcf7-spinner, form .btn-pri .wpcf7-spinner, form .btn-second .wpcf7-spinner, form .btn-third .wpcf7-spinner, form .btn-four .wpcf7-spinner {
  position: absolute;
}
form .wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form.submitting .btn .text, .wpcf7-form.submitting .btn-pri .text, .wpcf7-form.submitting .btn-second .text, .wpcf7-form.submitting .btn-third .text, .wpcf7-form.submitting .btn-four .text {
  opacity: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 0.4rem 1.6rem;
  border-radius: 1rem;
  background: #791E94;
  color: white !important;
  width: 100%;
  text-align: center;
  animation: jelly 0.6s ease-in-out;
  -webkit-animation: jelly 0.6s ease-in-out;
  -moz-animation: jelly 0.6s ease-in-out;
  -ms-animation: jelly 0.6s ease-in-out;
  -o-animation: jelly 0.6s ease-in-out;
}

.page-numbers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  margin-top: 1.6rem;
}
.page-numbers > li:not(:first-child) {
  margin-left: 8px;
}
.page-numbers > li > .page-numbers {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: #272727;
  font-size: 1.4rem;
  transition: 0.4s;
  font-weight: 700;
}
.page-numbers > li > .page-numbers:after {
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .page-numbers > li > .page-numbers {
    width: 3rem;
    height: 3rem;
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .page-numbers > li > .page-numbers:hover:not(.dot) {
    color: #791E94;
  }
  .page-numbers > li > .page-numbers:hover:not(.dot)::after {
    left: 0;
    width: 100%;
  }
}
.page-numbers > li > .page-numbers.current {
  color: #791E94;
}
.page-numbers > li > .page-numbers.current::after {
  left: 0;
  width: 100%;
}
.page-numbers > li > .page-numbers.dot {
  background-color: transparent;
}
.page-numbers > li > .page-numbers.next {
  color: #ffffff;
  background-color: #791E94;
}
@media (hover: hover) {
  .page-numbers > li > .page-numbers.next:hover {
    color: #ffffff;
  }
}
.page-numbers > li > .page-numbers.prev {
  color: #ffffff;
  background-color: #791E94;
}
@media (hover: hover) {
  .page-numbers > li > .page-numbers.prev:hover {
    color: #ffffff;
  }
}
.page-numbers > li > .page-numbers i {
  font-weight: 400;
}

.pro-item-2 {
  width: 50%;
}
.pro-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 500px) {
  .pro-item-3 {
    width: 50%;
  }
}
.pro-item-4 {
  width: 25%;
}
@media screen and (max-width: 500px) {
  .pro-item-4 {
    width: 50%;
  }
}
.pro-item-5 {
  width: 20%;
}
@media screen and (max-width: 500px) {
  .pro-item-5 {
    width: 50%;
  }
}

.prose-item-2 {
  width: 50%;
}
.prose-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 500px) {
  .prose-item-3 {
    width: 50%;
  }
}
.prose-item-4 {
  width: 25%;
}
@media screen and (max-width: 500px) {
  .prose-item-4 {
    width: 50%;
  }
}
.prose-item-5 {
  width: 20%;
}
@media screen and (max-width: 500px) {
  .prose-item-5 {
    width: 50%;
  }
}

.proth-item-2 {
  width: 50%;
}
.proth-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 500px) {
  .proth-item-3 {
    width: 50%;
  }
}
.proth-item-4 {
  width: 25%;
}
@media screen and (max-width: 500px) {
  .proth-item-4 {
    width: 50%;
  }
}
.proth-item-5 {
  width: 20%;
}
@media screen and (max-width: 500px) {
  .proth-item-5 {
    width: 50%;
  }
}

@media screen and (max-width: 1199px) {
  .search-mona {
    position: fixed;
    top: 6rem;
    right: 1.5rem;
    left: 1.5rem;
    z-index: 101;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
  }
  .search-mona.open {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
}
.search-mona-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(0.5rem);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
@media screen and (min-width: 1200px) {
  .search-mona-overlay {
    display: none;
  }
}
.search-mona-overlay.open {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.search-mona-wrapper {
  position: relative;
}
.search-mona-close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  cursor: pointer;
  width: 3.4rem;
  height: 3.4rem;
  bottom: calc(100% + 0.5rem);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border: 0.2rem solid white;
  border-radius: 100rem;
  z-index: 101;
}
@media screen and (min-width: 1200px) {
  .search-mona-close {
    display: none;
  }
}
.search-mona-close i {
  color: white;
  font-size: 2.4rem;
  font-weight: 300;
}

.search-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
  min-width: 250px;
  background-color: #F2F2F2;
  border-radius: 0.8rem;
}
@media screen and (max-width: 1199px) {
  .search-wrap {
    background-color: transparent;
    border-bottom: 1px solid white;
    border-radius: 0;
  }
}
.search-input {
  font-family: "Roboto", sans-serif;
  outline: none;
  border: none;
  font-size: 1.6rem;
  color: #272727;
  flex: 1;
  height: 4rem;
  padding: 0 1.2rem;
  background-color: transparent;
}
@media screen and (max-width: 1199px) {
  .search-input {
    color: white;
  }
}
.search-input::-webkit-input-placeholder {
  color: #272727;
}
@media screen and (max-width: 1199px) {
  .search-input::-webkit-input-placeholder {
    color: white;
  }
}
.search-input::-moz-input-placeholder {
  color: #272727;
}
@media screen and (max-width: 1199px) {
  .search-input::-moz-input-placeholder {
    color: white;
  }
}
.search-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
  width: 4rem;
  background-color: transparent;
  cursor: pointer;
}
.search-btn:hover img {
  transform: scale(1.05);
}
.search-btn img {
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (max-width: 1199px) {
  .search-btn img {
    filter: brightness(0) invert(1);
  }
}

.t-title {
  font-size: 4rem;
}
@media only screen and (max-width: 1200px) {
  .t-title {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title {
    font-size: 2.7rem;
  }
}

.t-title-second {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .t-title-second {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title-second {
    font-size: 1.7rem;
  }
}

.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: #791E94;
}

.c-second {
  color: #FA9600;
}

.c-third {
  color: #FAFF00;
}

.c-four {
  color: #111927;
}

.c-five {
  color: #f05123;
}

.c-white {
  color: white;
}

.c-black {
  color: #000000;
}

.c-txt {
  color: #272727;
}

.c-txt-s {
  color: #000000;
}

.bc-pri {
  background-color: #791E94;
}

.bc-second {
  background-color: #FA9600;
}

.bc-third {
  background-color: #FAFF00;
}

.bc-four {
  background-color: #111927;
}

.bc-five {
  background-color: #f05123;
}

.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: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.f-end {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}

.fl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.fl-center {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.f-space {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.icon-left {
  margin-right: 0.8rem;
}

.icon-right {
  margin-left: 0.8rem;
}

.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 #791E94;
  transition: 0.2s ease;
}
.lg-outer .lg-thumb-item.active {
  border-color: #FAFF00;
}
@media (hover: hover) {
  .lg-outer .lg-thumb-item:hover {
    border-color: #FAFF00;
  }
}

.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: #242424;
  -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: #242424;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.lg-outer .lg-toogle-thumb {
  background: #242424;
  -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: 0.8rem;
}

.lg-thumb-item {
  border-radius: 0.8rem;
}

.lg-outer .lg-thumb {
  margin: 0 auto -5px;
}

.tabBtn {
  cursor: pointer;
}

table .status {
  font-weight: 600;
}
table .status.waiting {
  color: #F2C524;
}
table .status.success {
  color: #791E94;
}
table .status.cancle {
  color: #D31D1D;
}

.slider {
  position: relative;
}

.relative {
  position: relative;
}

.head {
  margin-bottom: 4rem;
}
.head.space {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}

.hv-bd {
  position: relative;
}
.hv-bd::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  border: 0.1rem solid white;
  z-index: 1;
  transition: 0.3s all ease-in-out;
  transform: scale(1.1);
  opacity: 0;
  border-radius: 1rem;
}
.hv-bd img {
  transition: 0.3s all ease-in-out;
}
@media (hover: hover) {
  .hv-bd:hover::before {
    opacity: 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: 1200px) {
  .hidden-desk {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .hidden-mobile {
    display: none !important;
  }
}

.full {
  width: 100%;
}

.wp-block-image {
  border-radius: 0.8rem;
}
.wp-block-image img {
  display: block;
  margin: 0 auto;
}

.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(--pd-sc) 0;
}

.ss-mg-t {
  margin-top: var(--pd-sc);
}

.ss-mg-b {
  margin-bottom: var(--pd-sc);
}

.ss-pd {
  padding: var(--pd-sc) 0;
}

.ss-pd-t {
  padding-top: var(--pd-sc);
}

.ss-pd-b {
  padding-bottom: var(--pd-sc);
}

.recheck-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.recheck-item.active .recheck-checkbox::before {
  opacity: 1;
}
.recheck-item.active .recheck-radio {
  border: 0.1rem solid #791E94;
}
.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 #666666;
  position: relative;
  flex-shrink: 0;
}
.recheck-checkbox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border-radius: 100rem;
  background-image: url(../assets/images/tick.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: contain;
  transition: 0.1s ease-in-out;
  opacity: 0;
}
.recheck-radio {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100rem;
  border: 0.1rem solid #D9D9D9;
  flex-shrink: 0;
  position: relative;
}
.recheck-radio::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100rem;
  background-color: #791E94;
  opacity: 0;
}
.recheck-method {
  width: 4.8rem;
  height: 4.8rem;
  border: 0.1rem solid #EBEBEB;
  border-radius: 0.8rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: 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: #272727;
}

.star {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-content: start;
}
.star-list {
  position: relative;
  height: 2rem;
}
.star-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: white;
    z-index: 51;
    transition: 0.4s ease-in-out;
    opacity: 0;
    transform: translateX(110%);
    visibility: hidden;
  }
  .side-fixed.open {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
  }
}
@media screen and (max-width: 1199px) {
  .side-fixed-wrap {
    padding: 6rem 2.4rem;
    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;
  transition: 0.5s ease-in-out;
  opacity: 0;
  transform: translateX(110%);
  visibility: hidden;
}
.side-overlay.open {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
@media screen and (min-width: 1200px) {
  .side-overlay {
    display: none;
  }
}
.side-open {
  width: 4rem;
  height: 4rem;
  position: fixed;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 40;
  background-color: #FA9600;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem 0 0 100rem;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.side-open.close {
  opacity: 0;
  transform: translate(100%, -50%);
  visibility: visible;
}
@media screen and (min-width: 1200px) {
  .side-open {
    display: none;
  }
}
.side-open-wrap {
  width: 30px;
  height: 30px;
  border-radius: 100rem;
  background-color: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.side-open-wrap .icon {
  color: #FA9600;
  font-weight: 600;
  font-size: 1.6rem;
}
.side-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: white;
  border: 1px solid #791E94;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
}
.side-close:hover .icon {
  transform: rotate(360deg);
}
.side-close .icon {
  font-size: 1.8rem;
  font-weight: 400;
  transition: 0.6s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .side-close {
    display: none;
  }
}

.social-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.social-link {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.social-link:hover {
  transform: translateY(-5px);
}
.social-link .icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cmini {
  position: absolute;
  top: calc(100% + 1.2rem);
  right: 0;
  border-radius: 1.2rem;
  overflow: hidden;
  background-color: #F2FBFF;
  z-index: 2;
  min-width: 38rem;
  max-width: 38rem;
  min-height: 38rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 1rem);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  flex-direction: column;
}
@media screen and (max-width: 500px) {
  .cmini {
    right: -3.5em;
  }
}
@media screen and (max-width: 400px) {
  .cmini {
    min-width: 30rem;
    max-width: 30rem;
    min-height: 30rem;
  }
}
.cmini-main {
  padding: 2.4rem;
}
@media screen and (max-width: 500px) {
  .cmini-main {
    padding: 1.6rem;
  }
}
.cmini-head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.6rem;
}
.cmini-head .title {
  color: #272727;
  font-weight: 600;
}
.cmini-body {
  max-height: 35.5vh;
  overflow-y: auto;
  margin-right: -1.2rem;
  padding-right: 1.2rem;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.cmini-body::-webkit-scrollbar {
  width: 0.3rem;
  border-radius: 1rem;
}
.cmini-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.cmini-body::-webkit-scrollbar-thumb {
  background: #791E94;
  border-radius: 1rem;
}
.cmini-body::-webkit-scrollbar-thumb:hover {
  background: #791E94;
}
.cmini-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 1.6rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cmini-img {
  display: block;
  width: 8rem;
  height: 8rem;
  border-radius: 1.2rem;
  overflow: hidden;
  flex-shrink: 0;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  border: 1px solid transparent;
}
@media screen and (min-width: 1200px) {
  .cmini-img:hover {
    border: 1px solid #FA9600;
  }
}
.cmini-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmini-content {
  margin-left: 1.6rem;
  flex: 1;
}
.cmini-name {
  color: #272727;
  font-weight: 500;
  margin-bottom: 1.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .cmini-name:hover {
    color: #FA9600;
  }
}
.cmini-fl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cmini-sl {
  color: #272727;
}
.cmini-price {
  color: #FA9600;
  font-weight: 500;
}
.cmini-total {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 2.4rem;
  padding-top: 0;
}
@media screen and (max-width: 500px) {
  .cmini-total {
    padding: 0 1.6rem 1.6rem 1.6rem;
  }
}
.cmini-total .title {
  font-weight: 600;
}
.cmini-total .cmini-price {
  font-size: 1.8rem;
}
.cmini-action-btn {
  display: block;
  padding: 1.2rem;
  width: 100%;
  text-align: center;
  color: white;
  font-weight: 600;
  background-color: #791E94;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .cmini-action-btn:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 500px) {
  .cmini-action-btn {
    padding: 0.8rem;
  }
}
.cmini-action-btn.second {
  background-color: #FA9600;
}
.cmini-no-cart {
  text-align: center;
  width: 100%;
  min-height: inherit;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
}
.cmini-no-cart img {
  width: 6rem;
  height: 6rem;
}
.cmini-no-cart .text {
  margin-top: 1.6rem;
}

.c.second .c-head {
  border: none;
}
.c.second .c-row {
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .c.second .c-col-first {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .c.second .c-col-first {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .c.second .c-col-second {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .c.second .c-col-second {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .c.second .c-col-third {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .c.second .c-col-third {
    width: 100%;
  }
}
.c.second .c-col-four {
  width: 8.3333333333%;
}
@media screen and (max-width: 1199px) {
  .c.second .c-col-four {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .c.second .c-col-four {
    width: 100%;
  }
}
.c.second .c-col-five {
  width: 16.6666666667%;
}
@media screen and (max-width: 1199px) {
  .c.second .c-col-five {
    width: 30%;
  }
}
.c.second .c-item {
  background-color: #FAFAFA;
  border: none;
  padding: 1.2rem;
  border-radius: 0.8rem;
}
.c.second .c-item:not(:last-child) {
  margin-bottom: 1.6rem;
}
.c.second .c-delete {
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0.5rem;
}
@media screen and (max-width: 1199px) {
  .c.second .c-delete {
    top: initial;
    bottom: 0.5rem;
    right: 1rem;
  }
}
.c.second .c-price .price {
  font-size: 1.6rem;
  color: #FA9600;
}
.c.second .c-price .price.old {
  color: #B3B3B3;
}
@media screen and (max-width: 375px) {
  .c .count {
    justify-content: space-between;
    border: 0.1rem solid #EBEBEB;
    padding: 0.8rem;
    border-radius: 0.8rem;
  }
}
.c .count-btn {
  border: 1px solid #999999;
}
@media screen and (min-width: 1200px) {
  .c .count-btn:hover {
    background-color: white;
  }
}
.c-item {
  position: relative;
}
.c-row {
  justify-content: space-between;
}
.c-col-first {
  width: 41.6666666667%;
}
@media screen and (max-width: 768px) {
  .c-col-first {
    width: 75%;
  }
}
@media screen and (max-width: 375px) {
  .c-col-first {
    width: 100%;
  }
}
.c-col-second {
  width: 16.6666666667%;
}
@media screen and (max-width: 768px) {
  .c-col-second {
    width: 25%;
  }
}
@media screen and (max-width: 375px) {
  .c-col-second {
    width: 100%;
  }
}
.c-col-third {
  width: 16.6666666667%;
}
@media screen and (max-width: 768px) {
  .c-col-third {
    width: 41.6666666667%;
  }
}
@media screen and (max-width: 375px) {
  .c-col-third {
    width: 100%;
  }
}
.c-col-four {
  width: 16.6666666667%;
}
@media screen and (max-width: 768px) {
  .c-col-four {
    width: 41.6666666667%;
  }
}
@media screen and (max-width: 375px) {
  .c-col-four {
    width: 90%;
  }
}
.c-col-five {
  width: 8.3333333333%;
}
@media screen and (max-width: 768px) {
  .c-col-five {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 375px) {
  .c-col-five {
    width: 10%;
  }
}
.c-head {
  border-bottom: 0.1rem solid #EBEBEB;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 375px) {
  .c-head .c-col-first {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .c-head .c-col-second {
    display: none;
    text-align: right;
  }
}
@media screen and (max-width: 375px) {
  .c-head .c-col-second {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .c-head .c-col-third {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-head .c-col-four {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-head .c-col-five {
    display: none;
  }
}
.c-title {
  color: #1A1A1A;
  font-weight: 700;
}
.c-product {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.c-product-img {
  width: 7.8rem;
  height: 7.8rem;
  border-radius: 0.8rem;
  overflow: hidden;
  flex-shrink: 0;
}
.c-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-product-content {
  margin-left: 0.8rem;
}
.c-product-content .name {
  color: #1A1A1A;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .c-product-content .name {
    font-size: 1.4rem;
  }
}
.c-product-content .name:hover {
  color: #FA9600;
}
.c-body .c-item {
  border-bottom: 0.1rem solid #EBEBEB;
}
.c-body .c-row {
  padding: 1.6rem 0;
  align-items: center;
  position: relative;
}
.c-price {
  width: fit-content;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .c-price {
    width: 100%;
  }
}
.c-price .price {
  color: #272727;
}
.c-price .price.old {
  font-size: 1.2rem;
  color: #272727;
  text-decoration: line-through;
}
.c-price-total {
  color: #FA9600;
}
.c-delete {
  text-align: end;
  cursor: pointer;
  display: block;
}
@media screen and (min-width: 1200px) {
  .c-delete:hover i {
    transform: rotate(360deg);
  }
}
.c-delete i {
  font-size: 2.4rem;
  font-weight: 300;
  transition: 0.6s ease-in-out;
  display: inline-block;
}
.c-all {
  padding: 1.6rem 0;
  border-bottom: 0.1rem solid #EBEBEB;
}
.c-all-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .c-all-wrap {
    width: 100%;
  }
}
.c-all-wrap .title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #272727;
}
.c-price-total-all {
  font-weight: 500;
  font-size: 1.8rem;
}
.c .waiting {
  color: #F2C524;
}
.c .success {
  color: #63BD62;
}
.c .cancle {
  color: #F57242;
}

.component-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.recontainer {
  width: var(--recont);
}
@media screen and (max-width: 1240px) {
  .recontainer {
    padding-left: 1.5rem;
  }
}

.rating {
  display: flex;
}
.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;
}

.tabJS {
  position: relative;
}

.tabBtn {
  cursor: pointer;
}

.tabPanel {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  left: 0;
  top: 0;
  transition: 0.7s;
  display: block !important;
  width: 100%;
}
.tabPanel.open {
  animation: none;
  position: relative;
  opacity: 1;
  pointer-events: visible;
}
.tabPanel.open .contentTab {
  animation: tabUp 0.5s ease-in-out forwards;
  animation-delay: 0.2s;
}
.tabPanel .contentTab {
  animation: tabDown 0.5s ease-in-out forwards;
  opacity: 0;
}

.tabParent {
  width: 100%;
}
.tabParent .tabParentPanel {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  left: 0;
  top: 0;
  transition: 0.7s;
  display: block !important;
  width: 100%;
}
.tabParent .tabParentPanel.open {
  animation: none;
  position: relative;
  opacity: 1;
  pointer-events: visible;
}
.tabParent .tabParentPanel.open .contentParent {
  animation: tabRight 0.5s ease-in-out forwards;
  animation-delay: 0.2s;
}
.tabParent .tabParentPanel .contentParent {
  animation: tabLeft 0.5s ease-in-out forwards;
  opacity: 0;
}
.tabParent .tabChild {
  position: relative;
}
.tabParent .tabChild .tabChildPanel {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  top: 0;
  transition: 0.7s;
  display: block !important;
  width: 100%;
}
.tabParent .tabChild .tabChildPanel.open {
  animation: none;
  position: relative;
  pointer-events: visible;
  opacity: 1;
}
.tabParent .tabChild .tabChildPanel.open .contentChild {
  animation: tabUp 0.5s ease-in-out forwards;
  animation-delay: 0.2s;
}
.tabParent .tabChild .tabChildPanel .contentChild {
  width: 100%;
  animation: tabDown 0.5s ease-in-out forwards;
  opacity: 0;
}

.collapse-body {
  display: none;
}

.fancybox__viewport .carousel__button {
  position: absolute !important;
  top: 0.5rem !important;
  right: 0.5rem !important;
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
  background-color: #791E94;
}

.fancybox__iframe {
  border: 0.2rem solid #791E94;
}

.scrollContainer {
  overflow-x: auto;
}

.star {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.star-text {
  font-size: 1.6rem;
  font-weight: 600;
  color: #272727;
  margin-top: -0.3rem;
}
.star-text:last-child {
  margin-left: 0.8rem;
}

.star-empty i {
  color: #dedede;
  font-size: 1.4rem;
}

.star-filter i {
  color: #FFC107;
  font-size: 1.4rem;
}

.heart {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.heart-ic {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 100rem;
  background-color: #ffffff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.heart-ic:first-child {
  margin-right: 0.8rem;
}
.heart-ic i {
  color: #F44336;
}
.heart-text {
  font-weight: 600;
  color: #272727;
}

.select-box {
  position: relative;
  min-width: 15rem;
}
.select-box .select-current {
  padding: 0.5rem 0rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #272727;
  cursor: pointer;
  position: relative;
}
.select-box .select-current::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 40%;
  right: 0rem;
  background-image: url("../assets/images/ic-chevron.svg");
}
.select-box .select-current .arrow {
  width: 2rem;
  height: 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
  display: none;
}
.select-box .select-current .text-current {
  width: calc(100% - 2rem);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.4rem;
  color: #D2D6DB;
  font-weight: 400;
}
.select-box .select-options {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  width: 100%;
  z-index: 10;
  display: none;
  overflow: hidden;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.select-box .select-options-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 1.8rem;
  background-color: #ffffff;
  gap: 0.8rem 3.3rem;
}
@media screen and (max-width: 1200px) {
  .select-box .select-options-flex {
    gap: 0.8rem 1rem;
  }
}
@media screen and (max-width: 800px) {
  .select-box .select-options-flex {
    padding: 0.5rem;
    overflow-y: auto;
    max-height: 25rem;
  }
}
.select-box .select-options .opt {
  width: calc(33.3333333333% - 2.2rem);
  border: 0.1rem solid #D2D6DB;
}
@media screen and (max-width: 1200px) {
  .select-box .select-options .opt {
    width: calc(33.3333333333% - 0.6666666667rem);
  }
}
@media screen and (max-width: 980px) {
  .select-box .select-options .opt {
    width: calc(50% - 0.5rem);
  }
}
@media screen and (max-width: 800px) {
  .select-box .select-options .opt {
    width: calc(100% - 0rem);
  }
}
.select-box .select-options .opt-label {
  padding: 0.4rem 1.6rem;
  background-color: #ffffff;
  display: block;
  cursor: pointer;
  transition: 0.4s;
}
@media (hover: hover) {
  .select-box .select-options .opt-label:hover {
    background-color: #791E94;
  }
  .select-box .select-options .opt-label:hover .opt-text {
    color: #ffffff;
  }
}
.select-box .select-options .opt-input {
  display: none;
}
.select-box .select-options .opt .icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
}
.select-box .select-options .opt .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.select-box .select-options .opt-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #4D5761;
  font-size: 1.5rem;
  transition: 0.4s;
}
@media screen and (max-width: 1200px) {
  .select-box .select-options .opt-text {
    font-size: 1.2rem;
  }
}

.gy {
  --gutter-y: 2.4rem ;
}

.grid-rp {
  --gutter-y: 2.4rem;
  --gutter-x: var(--gutter-y);
}
@media screen and (max-width: 1200px) {
  .grid-rp {
    --gutter-y: 1.6rem;
    --gutter-x: var(--gutter-y);
  }
}
@media screen and (max-width: 800px) {
  .grid-rp {
    --gutter-y: 0.8rem;
    --gutter-x: var(--gutter-y);
  }
}

.form-ip {
  width: 100%;
  position: relative;
}
.form-ip .red {
  color: red;
}
.form-ip.active .text-abs {
  transform: translateY(calc(-2.5rem - 50%));
  display: none;
}
.form-ip.active .text-abs.field {
  left: 3.5rem !important;
}
.form-ip .text {
  color: #ffffff;
  margin-bottom: 0.8rem;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}
.form-ip .text-abs {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.4rem;
  transition: 0.4s;
  pointer-events: none;
  z-index: 2;
  color: #CACACA;
}
@media screen and (max-width: 500px) {
  .form-ip .text-abs {
    font-size: 1.4rem;
  }
}
.form-ip .text-abs.field {
  top: 2rem;
  left: 1.4rem !important;
}
@media screen and (max-width: 800px) {
  .form-ip .text-abs.field {
    left: 0.4rem;
  }
}
@media screen and (max-width: 500px) {
  .form-ip .text-abs.field {
    font-size: 1.4rem;
  }
}
.form-ip-per75 {
  width: 75%;
}
@media screen and (max-width: 800px) {
  .form-ip-per75 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .form-ip-per75 {
    width: 100%;
  }
}
.form-ip.per5 {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .form-ip.per5 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .form-ip.per5 {
    width: 100%;
  }
}
.form-ip.per6 {
  width: 66.6666666667%;
}
@media screen and (max-width: 600px) {
  .form-ip.per6 {
    width: 100%;
  }
}
.form-ip.per3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 600px) {
  .form-ip.per3 {
    width: 100%;
  }
}
.form-ip.per25 {
  width: 25%;
}
@media screen and (max-width: 600px) {
  .form-ip.per25 {
    width: 100%;
  }
}
.form-ip.datetime {
  position: relative;
}
.form-ip.datetime::after {
  content: "";
  background-image: url("../assets/images/calendar.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 2rem;
  top: 58%;
}
.form-ip input,
.form-ip textarea,
.form-ip select {
  border: none;
  outline: none;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.6rem;
  transition: 0.4s;
  font-weight: 400;
  padding: 1.6rem;
  background: #ffffff;
  border-radius: 1.2rem;
  height: 4.4rem;
}
.form-ip input.placeholder,
.form-ip textarea.placeholder,
.form-ip select.placeholder {
  color: #666666;
  font-weight: 400;
}
.form-ip input:-moz-placeholder,
.form-ip textarea:-moz-placeholder,
.form-ip select:-moz-placeholder {
  color: #666666;
  font-weight: 400;
}
.form-ip input::-moz-placeholder,
.form-ip textarea::-moz-placeholder,
.form-ip select::-moz-placeholder {
  color: #666666;
  font-weight: 400;
}
.form-ip input:-ms-input-placeholder,
.form-ip textarea:-ms-input-placeholder,
.form-ip select:-ms-input-placeholder {
  color: #666666;
  font-weight: 400;
}
.form-ip input::-webkit-input-placeholder,
.form-ip textarea::-webkit-input-placeholder,
.form-ip select::-webkit-input-placeholder {
  color: #666666;
  font-weight: 400;
}
.form-ip input:focus,
.form-ip textarea:focus,
.form-ip select:focus {
  border-color: #FAFF00;
}
.form-ip input.placeholder,
.form-ip textarea.placeholder,
.form-ip select.placeholder {
  color: rgba(87, 37, 9, 0.5);
}
.form-ip input:-moz-placeholder,
.form-ip textarea:-moz-placeholder,
.form-ip select:-moz-placeholder {
  color: rgba(87, 37, 9, 0.5);
}
.form-ip input::-moz-placeholder,
.form-ip textarea::-moz-placeholder,
.form-ip select::-moz-placeholder {
  color: rgba(87, 37, 9, 0.5);
}
.form-ip input:-ms-input-placeholder,
.form-ip textarea:-ms-input-placeholder,
.form-ip select:-ms-input-placeholder {
  color: rgba(87, 37, 9, 0.5);
}
.form-ip input::-webkit-input-placeholder,
.form-ip textarea::-webkit-input-placeholder,
.form-ip select::-webkit-input-placeholder {
  color: rgba(87, 37, 9, 0.5);
}
.form-ip textarea {
  min-height: 9.4rem;
}
.form-ip input[type=date]::-webkit-inner-spin-button,
.form-ip input[type=date]::-webkit-calendar-picker-indicator {
  margin-right: 1rem;
  pointer-events: none;
  display: none;
}
.form-ip input[type=date] {
  cursor: text;
}
.form-ip .label-ip {
  border: none;
  outline: none;
  color: #ffffff;
  width: 100%;
  height: 4.4rem;
  background: linear-gradient(360deg, #d3fcff -137.5%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.8rem;
  display: block;
  padding: 1rem;
  cursor: pointer;
}
.form-ip .label-ip .label-txt {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.form-ip .btn-linear {
  margin-top: auto;
  margin-left: auto;
}
.form-ip.hasbtn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.form-ip.upfile > label {
  position: relative;
}
.form-ip.upfile > label::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../assets/images/iconupload.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.form-ip .input {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
}
.form-ip .input .seepassJS {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}
.form-ip .bd-ln {
  width: 100%;
}
.form-ip .bd-ln .btn, .form-ip .bd-ln .btn-pri, .form-ip .bd-ln .btn-second, .form-ip .bd-ln .btn-third, .form-ip .bd-ln .btn-four {
  width: 100%;
  justify-content: center;
}
.form-ip .dateTime {
  height: 4.5rem;
  border: none;
}
.form-ip .dateTime img {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form-ip .dateTime .dateTimeText {
  color: rgba(87, 37, 9, 0.5) !important;
  padding: 0;
}
.form-ip .select2-container--default .select2-selection--single {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.form-ip .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.form-ip .select2-selection__placeholder {
  font-size: 1.6rem;
  color: rgba(87, 37, 9, 0.5) !important;
}
.form-ip i {
  color: rgba(87, 37, 9, 0.5) !important;
  right: 0 !important;
}
.form-label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  user-select: none;
  cursor: pointer;
  align-items: center;
  margin-left: auto;
  width: calc(33.3333333333% - 1.6rem);
  margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .form-label {
    width: calc(50% - 0.4rem);
    margin-bottom: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .form-label {
    width: 100%;
  }
}
.form-label .sqr {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #791E94;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-right: 0.8rem;
  position: relative;
}
.form-label .sqr::after {
  content: "";
  position: absolute;
  background-image: url("../assets/images/check-mark.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.form-label .text {
  color: #272727;
  margin-bottom: 0;
}
.form-label input:checked ~ .sqr::after {
  opacity: 1;
}

.ofhd {
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .ofhd {
    height: 100vh;
  }
}

.sc-pd {
  padding: 9rem 0;
}
@media screen and (max-width: 1200px) {
  .sc-pd {
    padding: 4rem 0;
  }
}

.sc-pdt {
  padding-top: 9rem;
}
@media screen and (max-width: 1200px) {
  .sc-pdt {
    padding-top: 4rem;
  }
}

.sc-pdb {
  padding-bottom: 9rem;
}
@media screen and (max-width: 1200px) {
  .sc-pdb {
    padding-bottom: 4rem;
  }
}

.sc-pd4 {
  padding: 4rem 0;
}

.sc-pdt4 {
  padding-top: 4rem;
}

.sc-pdb4 {
  padding-bottom: 4rem;
}

.main-pd {
  padding-top: 15rem;
}

.ic {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
}
.ic:first-child {
  margin-right: 0.8rem;
}
.ic:last-child {
  margin-left: 0.8rem;
}
.ic img {
  display: block;
}

.img-left img {
  height: calc(100% + 2rem) !important;
  max-width: unset;
  transition: 0.4s;
}
@media (hover: hover) {
  .img-left:hover img {
    transform: translate(-50%, calc(-50% - 1rem)) !important;
  }
}

.img-rec {
  position: relative;
}
.img-rec::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.2rem solid #ffffff;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  transition: 0.4s;
  opacity: 0;
}
@media (hover: hover) {
  .img-rec:hover::after {
    height: calc(100% - 3rem);
    width: calc(100% - 3rem);
    opacity: 1;
  }
}

.mona-content p {
  color: #4D5761;
  margin: 1rem 0;
}
.mona-content p:first-child {
  margin-top: 0;
}
.mona-content h2 {
  font-size: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .mona-content h2 {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h2 {
    font-size: 2.2rem;
  }
}
.mona-content h3 {
  font-weight: 600;
  font-size: 2rem;
  margin: 2rem 0;
}
@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 h3:not(:first-child) {
  margin-top: 3rem;
}
.mona-content h4 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #4D5761;
}
.mona-content h4:not(:first-child) {
  margin-top: 3rem;
}
.mona-content .image-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 2.4rem;
  margin: 2rem 0;
}
.mona-content .image-flex .wp-block-image {
  width: calc(50% - 1.2rem);
  margin: 0;
}
.mona-content .wp-block-image {
  border-radius: 1rem;
  margin: 2rem 0;
}
.mona-content .wp-block-image:first-child {
  margin-top: 0;
}
.mona-content .wp-block-image img {
  width: 100%;
}
.mona-content ul {
  list-style: disc;
  padding-left: 2.8rem;
}
.mona-content ul li {
  color: #4D5761;
  position: relative;
}
.mona-content ul li:not(:first-child) {
  margin-top: 0.5rem;
}
.mona-content .pur {
  color: #791E94;
}
.mona-content .mona-fl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.mona-content .mona-fl ul {
  width: 62.5%;
  padding-right: 2.4rem;
}
.mona-content .mona-fl .wp-block-image {
  width: 37.5%;
}
.mona-content .quote {
  margin: 2rem 0;
  padding-left: 1.5rem;
  position: relative;
}
.mona-content .quote::after {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 10rem;
  background-color: #791E94;
}
.mona-content .quote p {
  font-style: italic;
}

.titles {
  margin-bottom: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.titles-sub {
  font-size: 2rem;
  color: #FAFF00;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .titles-sub {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .titles-sub {
    font-size: 1.6rem;
  }
}
.titles-sub .char {
  transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -webkit-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -moz-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -o-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  transform: translateX(2rem);
  opacity: 0;
}
.titles-main {
  font-weight: 700;
  font-size: 5.6rem;
  color: #272727;
}
@media only screen and (max-width: 1200px) {
  .titles-main {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .titles-main {
    font-size: 4rem;
  }
}
.titles-main .pur {
  color: #791E94;
}
.titles-main .char {
  transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -webkit-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -moz-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -o-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  transform: translateX(2rem);
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .titles-main {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 600px) and (max-width: 1200px) {
  .titles-main {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 600px) and (max-width: 800px) {
  .titles-main {
    font-size: 2.4rem;
  }
}
.titles-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
  gap: 1rem 6rem;
}
@media screen and (max-width: 600px) {
  .titles-flex {
    gap: 1rem;
  }
}
.titles-flex .dateline {
  padding: 1.2rem 1.6rem;
  padding-bottom: 1.1rem;
  border-radius: 100rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 500px) {
  .titles-flex .dateline {
    padding: 0.7rem 1rem;
    padding-bottom: 0.6rem;
  }
}
.titles-nd {
  font-size: 2.4rem;
  font-weight: 700;
  color: #272727;
}
@media only screen and (max-width: 1200px) {
  .titles-nd {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .titles-nd {
    font-size: 1.7rem;
  }
}
.titles-desc {
  clip-path: inset(0 0 100% 0);
}
@media screen and (max-width: 1200px) {
  .titles-desc {
    width: 100%;
    max-width: 100%;
  }
}
.titles-desc .pur {
  color: #791E94;
  font-weight: 600;
}
.titles.center .titles-sub {
  text-align: center;
}
.titles.center .titles-main {
  text-align: center;
}
.titles.center .titles-desc {
  text-align: center;
  margin: auto;
}
.titles.small .titles-main {
  font-size: 4.8rem;
}
@media only screen and (max-width: 1200px) {
  .titles.small .titles-main {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .titles.small .titles-main {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 600px) {
  .titles.small .titles-main {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 600px) and (max-width: 1200px) {
  .titles.small .titles-main {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 600px) and (max-width: 800px) {
  .titles.small .titles-main {
    font-size: 2.4rem;
  }
}
.titles.white .titles-sub {
  color: #ffffff;
}
.titles.white .titles-main {
  color: #ffffff;
}
.titles.white .titles-desc {
  color: #ffffff;
}
.titles.red .titles-sub {
  color: #791E94;
}
.titles.red .titles-main {
  color: #791E94;
}
.titles.red .titles-desc {
  color: #791E94;
}
.titles.is-inview .titles-sub .char {
  opacity: 1;
  transform: translateX(0);
}
.titles.is-inview .titles-main .char {
  opacity: 1;
  transform: translateX(0);
}
.titles.is-inview .titles-desc {
  clip-path: inset(0 0 0 0);
  transition: 0.8s;
}

.sort {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 100%;
  width: fit-content;
  margin-bottom: 2.4rem;
}
.sort .txt {
  color: #272727;
  margin-right: 1.6rem;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: nowrap;
}
.sort .select {
  min-width: 12rem;
}
.sort .select .select2-container {
  height: 4rem;
}
.sort .select .select2-container--default .select2-selection--single {
  height: 4rem;
  border-radius: 1rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.sort .select .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000000;
}
.sort .select .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0.4rem 1rem;
  font-weight: 700;
}

.daterangepicker {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  border: none;
}
.daterangepicker::before, .daterangepicker::after {
  content: none;
}
.daterangepicker .drp-calendar {
  margin: auto !important;
  float: none !important;
  padding: 1rem !important;
}
.daterangepicker .table-condensed thead tr th {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "SF Pro Display", Times, serif !important;
  color: #791E94;
}
@media screen and (max-width: 400px) {
  .daterangepicker .table-condensed thead tr th {
    font-size: 1.2rem;
  }
}
.daterangepicker .table-condensed thead tr:nth-child(2) th {
  color: #4D5761;
}
.daterangepicker .table-condensed tbody tr td {
  font-weight: 600;
  font-family: "SF Pro Display", Times, serif !important;
}
@media screen and (max-width: 400px) {
  .daterangepicker .table-condensed tbody tr td {
    font-size: 1.2rem;
  }
}
.daterangepicker .table-condensed tbody tr td.today {
  background-color: #4D5761;
  border-radius: 0;
  color: #ffffff;
}
.daterangepicker .table-condensed tbody tr td.active {
  background-color: #791E94;
  border-radius: 0;
  color: #ffffff;
}
.daterangepicker .table-condensed tbody tr td.available:hover {
  border-radius: 0;
}
.daterangepicker .table-condensed tbody tr td.disabled {
  text-decoration: none;
}

.dateline {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.dateline .ic {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -0.4rem;
}
.dateline .ic img {
  width: inherit;
  height: inherit;
}
.dateline .txt {
  font-size: 1.4rem;
  font-weight: 400;
  color: #272727;
  white-space: nowrap;
}
.dateline.pur .ic img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(45%) saturate(4353%) hue-rotate(274deg) brightness(86%) contrast(99%);
}

.datever {
  border-radius: 0.8rem;
  overflow: hidden;
  width: fit-content;
}
@media screen and (max-width: 500px) {
  .datever {
    border-radius: 0.4rem;
  }
}
.datever-day {
  padding: 0.4rem 0.7rem;
  background-color: #791E94;
  font-size: 2.2rem;
  color: #ffffff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .datever-day {
    font-size: 1.4rem;
    padding: 0.4rem;
  }
}
.datever-mon {
  padding: 0rem 0.7rem;
  background-color: #FCC21F;
  font-size: 1.4rem;
  color: #791E94;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .datever-mon {
    font-size: 1.2rem;
  }
}

.time {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.time .dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100rem;
  background-color: #272727;
  margin: 0 1rem;
}

.cust {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-left: 1rem;
}
.cust-it {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 100rem;
  border: 0.2rem solid #ffffff;
  flex-shrink: 0;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-left: -1rem;
}
@media screen and (max-width: 380px) {
  .cust-it {
    width: 3rem;
    height: 3rem;
  }
}
.cust-it img {
  width: inherit;
  height: inherit;
  display: block;
  object-fit: cover;
}
.cust-it.num {
  width: fit-content;
  background-color: #F8EEFF;
  padding: 1.4rem 1.1rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #791E94;
}
.cust.small .cust-it {
  width: 3rem;
  height: 3rem;
}
.cust.small .cust-it.num {
  background-color: #791E94;
  flex-shrink: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0;
}
.cust.small .cust-it.num i {
  font-size: 2.4rem;
  color: #FCC21F;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: -0.4rem;
}

.svg-sq {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 22.3rem;
  height: 22.3rem;
  opacity: 0.5;
}
.svg-sq svg {
  fill: red;
  overflow: visible;
  height: 100%;
  width: 100%;
}
.svg-sq svg.animation-svg,
.svg-sq svg.animation-svgs {
  fill: #791E94;
}
.svg-sq circle:nth-child(1) {
  animation: 2s infinite growShrink 0.125s;
}
.svg-sq circle:nth-child(2) {
  animation: 2s infinite growShrink 0.25s;
}
.svg-sq circle:nth-child(3) {
  animation: 2s infinite growShrink 0.375s;
}
.svg-sq circle:nth-child(4) {
  animation: 2s infinite growShrink 0.5s;
}
.svg-sq circle:nth-child(5) {
  animation: 2s infinite growShrink 0.625s;
}

.mem-item .inner {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
.mem-item .inner .img-inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
}
.mem-item .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  object-position: top;
}
@media (hover: hover) {
  .mem-item .inner .img-inner: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);
  }
}
.mem-item .inner .info {
  padding: 1.5rem;
  background: linear-gradient(265deg, rgba(39, 39, 39, 0.3) 36.84%, rgba(39, 39, 39, 0) 100%);
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .mem-item .inner .info {
    padding: 1rem;
  }
}
.mem-item .inner .info-tt {
  font-size: 2.4rem;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  transition: 0.4s;
  display: block;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1200px) {
  .mem-item .inner .info-tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .mem-item .inner .info-tt {
    font-size: 1.7rem;
  }
}
@media (hover: hover) {
  .mem-item .inner .info-tt:hover {
    color: #FA9600;
  }
}
.mem-item .inner .info-tag {
  margin-top: auto;
  padding: 1rem 4.8rem;
  border-radius: 100rem;
  background-color: #791E94;
  color: #ffffff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .mem-item .inner .info-tag {
    height: 3rem;
    padding: 0rem 2rem;
    padding-top: 0.2rem;
    font-size: 1.2rem;
  }
}
.mem-item .inner .info-tag strong {
  font-weight: 700;
}

.mem-slider {
  position: relative;
}
.mem-slider .decor {
  --w:calc(100vw*(820/1728));
}
.mem-slider .decor-it {
  position: absolute;
  width: var(--w);
  height: var(--w);
  z-index: -1;
  left: calc(-1 * var(--w) / 3);
  bottom: calc(var(--w) / 3);
  opacity: 0.5;
}
.mem-slider .decor-it img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mem-slider-wr {
  position: relative;
}
.mem-slider .svg-sq {
  position: absolute;
  bottom: 0;
  transform: translate(-30%, 30%);
}
.mem-slider .swiper-slide {
  width: 33.3333333333%;
}
@media screen and (max-width: 680px) {
  .mem-slider .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .mem-slider .swiper-slide {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .course-item {
    width: 50%;
  }
}
.course-item .inner {
  border: 0.1rem solid rgba(121, 30, 148, 0.15);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border-radius: 2rem;
  background-color: #ffffff;
  transition: 0.4s;
  height: 100%;
  --gap: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .course-item .inner {
    --gap: 0.8rem ;
  }
}
@media screen and (max-width: 1030px) {
  .course-item .inner {
    padding: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .course-item .inner {
    padding: 0.5rem;
  }
}
.course-item .inner .img {
  margin-bottom: var(--gap);
}
.course-item .inner .img-inner {
  display: block;
  padding-top: calc((200 / 346) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
}
.course-item .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-item .inner .info {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.course-item .inner .info-tt {
  font-size: 2rem;
  font-weight: 700;
  transition: 0.4s;
  display: block;
  margin-bottom: var(--gap);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .course-item .inner .info-tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .course-item .inner .info-tt {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .course-item .inner .info-tt:hover {
    color: #FA9600;
  }
}
@media screen and (max-width: 600px) {
  .course-item .inner .info-tt {
    font-size: 1.4rem;
  }
}
.course-item .inner .info-desc {
  margin-bottom: var(--gap);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .course-item .inner .info-desc {
    font-size: 1.2rem;
  }
}
.course-item .inner .info-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  margin-top: auto;
}
@media screen and (max-width: 1080px) {
  .course-item .inner .info-flex {
    gap: 1rem;
  }
}
.course-item .inner .info-flex .dateline {
  width: calc(50% - 1rem);
}
@media screen and (max-width: 1000px) {
  .course-item .inner .info-flex .dateline .ic {
    width: 1.4rem;
    height: 1.4rem;
  }
  .course-item .inner .info-flex .dateline .txt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 880px) {
  .course-item .inner .info-flex .dateline {
    width: 100%;
  }
}
.course-item .inner .info .btn, .course-item .inner .info .btn-pri, .course-item .inner .info .btn-second, .course-item .inner .info .btn-third, .course-item .inner .info .btn-four {
  margin-top: var(--gap);
  width: 100%;
}
@media screen and (max-width: 600px) {
  .course-item .inner .info .btn, .course-item .inner .info .btn-pri, .course-item .inner .info .btn-second, .course-item .inner .info .btn-third, .course-item .inner .info .btn-four {
    height: 3rem;
    padding: 0.2rem 1rem;
  }
  .course-item .inner .info .btn .txt, .course-item .inner .info .btn-pri .txt, .course-item .inner .info .btn-second .txt, .course-item .inner .info .btn-third .txt, .course-item .inner .info .btn-four .txt {
    font-size: 1.2rem;
    margin-top: 0.1rem;
  }
}
@media (hover: hover) {
  .course-item .inner:hover {
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
    border-color: transparent;
  }
}

.video .course-item .img {
  margin-bottom: 0;
  position: relative;
}
.video .course-item .img .btn-play {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 100rem;
  background-color: #ffffff;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.video .course-item .img .btn-play::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background: #ffffff;
  animation: grows 2s linear infinite;
}
.video .course-item .img .btn-play img {
  width: 1.75rem;
  height: 1.75rem;
  margin-left: 0.4rem;
  border-radius: 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 740px) {
  .news-item {
    width: 50%;
  }
}
.news-item .inner .img {
  position: relative;
}
.news-item .inner .img-inner {
  display: block;
  padding-top: calc((279 / 381) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.4rem;
}
.news-item .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item .inner .img .dateline {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.2rem 1.6rem;
  background-color: #791E94;
  border-radius: 0 1.2rem 0 0.4rem;
}
.news-item .inner .img .dateline .txt {
  color: #ffffff;
}
@media screen and (max-width: 500px) {
  .news-item .inner .img .dateline {
    padding: 0.5rem 1rem;
    padding-top: 0.6rem;
  }
  .news-item .inner .img .dateline .ic {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: 0;
  }
  .news-item .inner .img .dateline .txt {
    font-size: 1.2rem;
  }
}
.news-item .inner .info {
  margin-top: 2rem;
}
@media screen and (max-width: 740px) {
  .news-item .inner .info {
    margin-top: 1rem;
  }
}
.news-item .inner .info-tt {
  font-size: 1.8rem;
  font-weight: 500;
  color: #585858;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.4s;
}
@media only screen and (max-width: 1200px) {
  .news-item .inner .info-tt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .news-item .inner .info-tt {
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .news-item .inner .info-tt:hover {
    color: #791E94;
  }
}
@media screen and (max-width: 500px) {
  .news-item .inner .info-tt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 570px) {
  .mate-item {
    width: 50%;
  }
}
.mate-item .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 1.7rem;
  border: 0.1rem solid rgba(121, 30, 148, 0.1);
  transition: 0.4s;
  position: relative;
}
@media screen and (max-width: 570px) {
  .mate-item .inner {
    flex-direction: column;
    padding: 1rem;
  }
}
@media (hover: hover) {
  .mate-item .inner:hover {
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
    border-color: transparent;
  }
}
.mate-item .inner .img {
  width: 23rem;
  margin-right: 2.4rem;
  flex-shrink: 0;
}
@media screen and (max-width: 570px) {
  .mate-item .inner .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.mate-item .inner .img-inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}
.mate-item .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mate-item .inner .info {
  width: calc(100% - 19.4rem);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 570px) {
  .mate-item .inner .info {
    width: 100%;
  }
}
.mate-item .inner .info-tt {
  font-size: 2rem;
  font-weight: 600;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1.5rem;
  transition: 0.4s;
}
@media only screen and (max-width: 1200px) {
  .mate-item .inner .info-tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .mate-item .inner .info-tt {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .mate-item .inner .info-tt:hover {
    color: #791E94;
  }
}
@media screen and (max-width: 570px) {
  .mate-item .inner .info-tt {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
}
.mate-item .inner .info .des {
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .mate-item .inner .info .des {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.mate-item .inner .info-flex {
  gap: 0.5rem 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 570px) {
  .mate-item .inner .info-flex {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.mate-item .inner .info-bot {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
}
@media screen and (max-width: 570px) {
  .mate-item .inner .info-bot {
    flex-direction: column;
    align-items: unset;
    gap: 1rem;
  }
}
.mate-item .inner .info-bot .btn, .mate-item .inner .info-bot .btn-pri, .mate-item .inner .info-bot .btn-second, .mate-item .inner .info-bot .btn-third, .mate-item .inner .info-bot .btn-four {
  height: 4.4rem;
}
@media screen and (max-width: 750px) {
  .mate-item .inner .info-bot .btn, .mate-item .inner .info-bot .btn-pri, .mate-item .inner .info-bot .btn-second, .mate-item .inner .info-bot .btn-third, .mate-item .inner .info-bot .btn-four {
    height: 3rem;
  }
  .mate-item .inner .info-bot .btn .txt, .mate-item .inner .info-bot .btn-pri .txt, .mate-item .inner .info-bot .btn-second .txt, .mate-item .inner .info-bot .btn-third .txt, .mate-item .inner .info-bot .btn-four .txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 570px) {
  .mate-item .inner .info-bot .btn, .mate-item .inner .info-bot .btn-pri, .mate-item .inner .info-bot .btn-second, .mate-item .inner .info-bot .btn-third, .mate-item .inner .info-bot .btn-four {
    width: 100%;
    height: 3rem;
  }
  .mate-item .inner .info-bot .btn .txt, .mate-item .inner .info-bot .btn-pri .txt, .mate-item .inner .info-bot .btn-second .txt, .mate-item .inner .info-bot .btn-third .txt, .mate-item .inner .info-bot .btn-four .txt {
    font-size: 1.4rem;
  }
}
.mate-item .inner .info-date {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0.6rem 1.6rem;
  padding-bottom: 0.5rem;
  border: 0.1rem solid rgba(121, 30, 148, 0.1);
  border-radius: 100rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #791E94;
  height: 3.2rem;
}
@media screen and (max-width: 570px) {
  .mate-item .inner .info-date {
    width: fit-content;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    background: #ffffff;
    font-size: 1.2rem;
    padding: 0.4rem 1rem;
    padding-top: 0.7rem;
    height: 2.5rem;
  }
}
@media screen and (max-width: 570px) {
  .mate-item .inner .info .dateline .txt {
    font-size: 1.2rem;
  }
}

.advise {
  --model: 45rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1040px) {
  .advise {
    --model: 35rem;
  }
}
@media screen and (max-width: 850px) {
  .advise {
    --model: 30rem;
  }
}
.advise .svg-sq {
  position: absolute;
  bottom: 20%;
  right: 0;
  transform: scale(2);
}
.advise .svg-sq svg {
  fill: rgba(255, 255, 255, 0.5);
}
.advise-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.advise-flex.is-inview .advise-form .tt .char {
  opacity: 1;
}
.advise-flex.is-inview .advise-model {
  clip-path: circle(141.2% at 0 100%);
  transition-delay: 0.5s;
}
.advise-box {
  background-color: #791E94;
  padding: 4rem;
  border-radius: 2rem;
  position: relative;
  width: 91.6666666667%;
}
@media screen and (max-width: 1200px) {
  .advise-box {
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 850px) {
  .advise-box {
    padding: 2rem;
  }
}
@media screen and (max-width: 400px) {
  .advise-box {
    padding: 2rem 1rem;
    border-radius: 1rem;
  }
}
.advise-form {
  width: calc(100% - 35rem);
}
@media screen and (max-width: 1040px) {
  .advise-form {
    width: calc(100% - 25rem);
  }
}
@media screen and (max-width: 700px) {
  .advise-form {
    width: calc(100% - 20rem);
  }
}
@media screen and (max-width: 650px) {
  .advise-form {
    width: 100%;
  }
}
.advise-form .tt {
  font-size: 4.8rem;
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1200px) {
  .advise-form .tt {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .advise-form .tt {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 700px) {
  .advise-form .tt {
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 400px) {
  .advise-form .tt {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 400px) and (max-width: 1200px) {
  .advise-form .tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 400px) and (max-width: 800px) {
  .advise-form .tt {
    font-size: 2.4rem;
  }
}
.advise-form .tt .char {
  transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -webkit-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -moz-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -o-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  opacity: 0;
}
.advise-form .btn, .advise-form .btn-pri, .advise-form .btn-second, .advise-form .btn-third, .advise-form .btn-four {
  margin-top: 3.2rem;
  min-width: 18rem;
}
@media screen and (max-width: 650px) {
  .advise-form .btn, .advise-form .btn-pri, .advise-form .btn-second, .advise-form .btn-third, .advise-form .btn-four {
    margin: auto;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 400px) {
  .advise-form .form-ip textarea {
    min-height: 14rem;
  }
}
.advise-model {
  width: var(--model);
  flex-shrink: 0;
  position: absolute;
  bottom: 0;
  right: calc(-1 * var(--model) / 2);
  clip-path: circle(0.4% at 0 100%);
  transition: 0.8s;
}
@media screen and (max-width: 1470px) {
  .advise-model {
    right: -15rem;
  }
}
@media screen and (max-width: 1300px) {
  .advise-model {
    right: -10rem;
    width: 40rem;
  }
}
@media screen and (max-width: 1200px) {
  .advise-model {
    right: 0;
    width: 35rem;
  }
}
@media screen and (max-width: 1040px) {
  .advise-model {
    width: 30rem;
  }
}
@media screen and (max-width: 700px) {
  .advise-model {
    width: 25rem;
  }
}
@media screen and (max-width: 650px) {
  .advise-model {
    width: 10rem;
    display: none;
  }
}
.advise-model .inner {
  display: block;
  padding-top: calc((761 / 509) * 100%);
  position: relative;
  overflow: hidden;
  height: fit-content;
  margin-top: auto;
  filter: drop-shadow(10px 4px 10px rgba(0, 0, 0, 0.2));
}
.advise-model .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.why {
  overflow: hidden;
  padding-top: 14rem;
}
@media screen and (max-width: 1200px) {
  .why {
    padding-top: 14rem;
    overflow: visible;
  }
}
@media screen and (max-width: 970px) {
  .why {
    padding-top: 4rem;
  }
}
.why-top .titles {
  width: 45%;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .why-top .titles {
    margin-bottom: 1rem;
  }
  .why-top .titles-main {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  .why-top .titles-main {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 800px) {
  .why-top .titles-main {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 630px) {
  .why-top .titles-main {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 630px) and (max-width: 1200px) {
  .why-top .titles-main {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 630px) and (max-width: 800px) {
  .why-top .titles-main {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1200px) {
  .why-top .titles-desc {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .why-top .titles {
    width: 100%;
  }
  .why-top .titles-main {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 500px) and (max-width: 1200px) {
  .why-top .titles-main {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 500px) and (max-width: 800px) {
  .why-top .titles-main {
    font-size: 2.4rem;
  }
}
.why-flex.is-inview .why-like::after {
  clip-path: circle(141.4% at 100% 100%);
  transition-delay: 0.4s;
}
.why-flex.is-inview .why-like .ic {
  animation: like 0.6s ease-out;
}
.why-flex.is-inview .why-dislike .ic {
  animation: dislike 0.6s ease-out;
}
.why-item {
  border-radius: 2rem;
  padding: 2.4rem;
  border: 0.1rem solid #791E94;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .why-item {
    padding: 2rem 1rem;
  }
}
.why-item .top {
  padding: 5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-bottom: 0.1rem solid #ffffff;
}
@media screen and (max-width: 1200px) {
  .why-item .top {
    padding: 2rem 1rem;
  }
}
.why-item .top .ic {
  width: 10rem;
  height: 10rem;
  transform-origin: left bottom;
}
@media screen and (max-width: 1200px) {
  .why-item .top .ic {
    width: 5rem;
    height: 5rem;
  }
}
.why-item .top .ic img {
  width: inherit;
  height: inherit;
}
.why-item .bd {
  padding: 5rem 2rem;
}
@media screen and (max-width: 1200px) {
  .why-item .bd {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 500px) {
  .why-item .bd {
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
.why-item .bd-item {
  position: relative;
  padding-left: 3rem;
}
.why-item .bd-item:not(:first-child) {
  margin-top: 2rem;
}
@media screen and (max-width: 500px) {
  .why-item .bd-item:not(:first-child) {
    margin-top: 1rem;
  }
}
.why-item .bd-item::before {
  content: "";
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("../assets/images/ic-tick.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 100% 100%;
  left: 0;
  top: 0;
}
.why-item .bd-item::before img {
  width: inherit;
  height: inherit;
}
@media screen and (max-width: 500px) {
  .why-item .bd-item {
    font-size: 1.4rem;
  }
}
.why-like {
  position: relative;
  z-index: 2;
}
.why-like::after {
  content: "";
  position: absolute;
  background-image: url("../assets/images/teacher-like.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: contain;
  padding-top: 80.4615384615%;
  width: 115%;
  bottom: calc(100% - 15rem);
  z-index: -1;
  transition: 0.8s;
  clip-path: circle(0% at 100% 100%);
}
@media screen and (max-width: 768px) {
  .why-like::after {
    bottom: calc(100% - 10rem);
  }
}
@media screen and (max-width: 500px) {
  .why-like::after {
    bottom: calc(100% - 2rem);
    display: none;
  }
}
.why-like .why-item {
  background-color: #791E94;
}
.why-like .why-item .bd-item {
  color: #ffffff;
}
@media screen and (max-width: 420px) {
  .why-like {
    width: 100%;
  }
}
.why-dislike {
  position: relative;
  z-index: 2;
}
.why-dislike .why-item {
  background-color: #ffffff;
}
.why-dislike .why-item .top {
  border-color: #791E94;
}
.why-dislike .why-item .bd-item {
  font-weight: 500;
}
.why-dislike .why-item .bd-item::before {
  background-image: url("../assets/images/ic-untick.svg");
}
@media screen and (max-width: 420px) {
  .why-dislike {
    width: 100%;
  }
}
.why-wr {
  position: relative;
}
.why-wr .svg-sq {
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .why-wr .svg-sq {
    display: none;
  }
}
.why-wr .svg-sq:nth-child(1) {
  opacity: 1;
  left: 0;
  top: 0;
  transform: scale(1.4);
}
.why-wr .svg-sq:nth-child(2) {
  right: 0;
  bottom: 0;
  transform: translate(90%, 20%) scale(1.4);
}

.force {
  background-color: #791E94;
  overflow: hidden;
  position: relative;
}
.force .dc-it {
  width: 28.5300925926vw;
  height: 28.5300925926vw;
  position: absolute;
}
.force .dc-it:nth-child(1) {
  transform: translateX(-50%);
  bottom: 0;
}
.force .dc-it:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translateX(50%) translateY(-50%);
}
.force .dc-in {
  height: 100%;
  width: 100%;
}
.force .dc-in img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.force-thumbs {
  position: relative;
}
.force-thumbs .swiper-slide {
  cursor: pointer;
  width: 14.2857142857%;
  opacity: 0.5;
  transition: 0.4s;
}
.force-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.force-thumbs .swiper-slide-thumb-active .force-thumbs-item .img-inner::after {
  transform: translateX(-50%) translateY(0);
}
@media screen and (max-width: 1350px) {
  .force-thumbs .swiper-slide {
    width: 20%;
  }
}
@media screen and (max-width: 390px) {
  .force-thumbs .swiper-slide {
    width: 25%;
  }
}
@media screen and (max-width: 1350px) {
  .force-thumbs .swiper-control {
    width: fit-content;
    margin: auto;
  }
}
.force-thumbs .swiper-control-btn {
  width: 3.2rem;
  height: 3.2rem;
  background-color: #ffffff;
}
.force-thumbs .swiper-control-btn::after {
  background-color: #ffffff;
}
.force-thumbs .swiper-control-btn i {
  color: #791E94;
}
@media (hover: hover) {
  .force-thumbs .swiper-control-btn:hover i {
    color: #791E94;
  }
}
@media screen and (max-width: 1350px) {
  .force-thumbs .swiper-control-btn {
    position: unset !important;
  }
}
.force-thumbs-item {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.force-thumbs-item .img {
  width: 100%;
}
.force-thumbs-item .img-inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 100rem;
}
.force-thumbs-item .img-inner::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  background-color: #791E94;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  border-radius: inherit;
  transition: 0.4s;
}
.force-thumbs-item .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -42%);
  z-index: 2;
}
.force-thumbs-item .text {
  text-align: center;
  margin-top: 1.8rem;
  color: #ffffff;
}
@media screen and (max-width: 500px) {
  .force-thumbs-item .text {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
}
.force-main {
  --kt: 28rem;
}
@media screen and (max-width: 900px) {
  .force-main {
    --kt: 15rem ;
  }
}
@media screen and (max-width: 390px) {
  .force-main {
    --kt: 10rem ;
  }
}
.force-main .inner {
  width: 100%;
  max-width: 100rem;
  margin: auto;
  position: relative;
  margin-top: calc(var(--kt) / 2 + 4rem);
  padding: 4rem;
  padding-top: 0;
}
@media screen and (max-width: 500px) {
  .force-main .inner {
    padding: 2rem;
    padding-top: 0;
  }
}
.force-main .inner .border {
  position: absolute;
  border: 0.3rem solid #ffffff;
  border-radius: 2rem;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  clip-path: polygon(calc(50% - var(--kt) / 2 - 6rem) 4rem, calc(50% - var(--kt) / 2 - 6rem) 0, 0 0, 0 100%, 100% 100%, 100% 0, calc(50% + var(--kt) / 2 + 6rem) 0, calc(50% + var(--kt) / 2 + 6rem) 4rem);
}
.force-main .inner .dot::after, .force-main .inner .dot::before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
  background-color: #ffffff;
  top: 0;
}
@media screen and (max-width: 900px) {
  .force-main .inner .dot::after, .force-main .inner .dot::before {
    width: 2rem;
    height: 2rem;
  }
}
.force-main .inner .dot::after {
  left: calc(50% - var(--kt) / 2 - 6rem);
  transform: translate(-50%, -50%);
}
.force-main .inner .dot::before {
  right: calc(50% - var(--kt) / 2 - 6rem);
  transform: translate(50%, -50%);
}
.force-main .inner .avatar {
  width: var(--kt);
  height: var(--kt);
  border-radius: 100rem;
  transform: translateY(-50%) translateX(-50%);
  position: relative;
  z-index: 2;
  left: 50%;
  top: 0;
}
.force-main .inner .avatar::after {
  content: "";
  position: absolute;
  height: calc(100% + 5rem);
  width: calc(100% + 5rem);
  background-color: #FBEFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100rem;
  z-index: -1;
  clip-path: inset(50% 0 0 0);
}
@media screen and (max-width: 900px) {
  .force-main .inner .avatar::after {
    width: calc(100% + 3rem);
    height: calc(100% + 3rem);
  }
}
.force-main .inner .avatar .bd {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100rem;
  border: 0.4rem solid #ffffff;
  background-color: #ffffff;
  position: relative;
}
.force-main .inner .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.force-main .inner .text {
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3rem;
  margin-top: calc(-1 * var(--kt) / 2 + 4rem);
}
@media only screen and (max-width: 1200px) {
  .force-main .inner .text {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .force-main .inner .text {
    font-size: 2.6rem;
  }
}
.force-main .inner .text .char {
  opacity: 0;
}
.force-main .inner .desc {
  color: #ffffff;
  text-align: center;
  max-width: 63rem;
  margin: auto;
  clip-path: circle(0.5% at 0 0);
}
.force-main .swiper-slide .force-main-it {
  height: 100%;
}
.force-main .swiper-slide-active .force-main-it .inner .text .char {
  transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -webkit-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -moz-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -o-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  opacity: 1;
}
.force-main .swiper-slide-active .force-main-it .inner .desc {
  transition: 0.8s;
  clip-path: circle(140.9% at 0 0);
}
.force-main .swiper-pagination-bullet {
  --circle: -0.2rem;
  background-color: #ffffff;
}
.force-main .swiper-pagination-bullet::before {
  border-color: #ffffff;
}
.force-main .swiper-pagination-bullet-active {
  transform: scale(1.4);
}

.feel-slider-wr {
  position: relative;
}
.feel-slider .swiper-container {
  --col-gap: 6.4rem;
}
@media screen and (max-width: 1200px) {
  .feel-slider .swiper-container {
    --col-gap: 2.4rem;
  }
}
@media screen and (max-width: 800px) {
  .feel-slider .swiper-container {
    --col-gap: 1.6rem;
  }
}
.feel-slider .swiper-slide {
  width: 33.3333333333%;
}
@media screen and (max-width: 700px) {
  .feel-slider .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .feel-slider .swiper-slide {
    width: 100%;
  }
}
.feel-slider .swiper-slide-active .feel-item .inner {
  background-color: #791E94;
}
.feel-slider .swiper-slide-active .feel-item .inner .name {
  color: #ffffff;
}
.feel-slider .swiper-slide-active .feel-item .inner .role {
  color: #ffffff;
}
.feel-slider .swiper-slide-active .feel-item .inner .desc {
  color: #ffffff;
}
.feel-item .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 4rem 4rem 4rem;
  background-color: #ffffff;
  border-radius: 0.8rem;
  transition: 0.4s;
  margin-top: 4.5rem;
}
@media screen and (max-width: 900px) {
  .feel-item .inner {
    padding: 0 2rem 2rem 2rem;
  }
}
.feel-item .inner .avatar {
  width: 9rem;
  height: 9rem;
  border-radius: 100rem;
  overflow: hidden;
  border: 0.6rem solid #ffffff;
  transform: translateY(-50%);
}
.feel-item .inner .star {
  margin-bottom: 1.5rem;
  margin-top: -2.5rem;
}
.feel-item .inner .star-flex {
  gap: 0.5rem;
}
.feel-item .inner .name {
  text-align: center;
  font-weight: 600;
  transition: 0.4s;
}
.feel-item .inner .role {
  text-align: center;
  margin-bottom: 1rem;
  transition: 0.4s;
}
.feel-item .inner .desc {
  text-align: center;
  transition: 0.4s;
  max-width: 24rem;
  margin: auto;
}

.faq {
  position: relative;
}
.faq .decor {
  --w:calc(100vw*(687/1728));
  --h:calc(100vw*(572/1728));
}
.faq .decor-it {
  width: var(--w);
  height: var(--h);
  position: absolute;
  left: calc(-1 * var(--w) / 3);
  top: 50%;
}
.faq .decor-it img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.faq-wr {
  max-width: 84rem;
  margin: auto;
}
.faq-cl-item:not(:first-child) {
  margin-top: 1.8rem;
}
@media screen and (max-width: 500px) {
  .faq-cl-item:not(:first-child) {
    margin-top: 1rem;
  }
}
.faq-cl-item.active .faq-cl-hd .ic {
  transform: rotate(180deg);
}
.faq-cl-hd {
  padding: 1.8rem 3.2rem;
  background-color: #791E94;
  border-radius: 1.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  cursor: pointer;
}
.faq-cl-hd .text {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .faq-cl-hd .text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .faq-cl-hd .text {
    font-size: 1.5rem;
  }
}
.faq-cl-hd .ic {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: auto;
  transition: 0.4s;
  margin-top: 0.3rem;
}
@media screen and (max-width: 500px) {
  .faq-cl-hd .ic {
    margin-top: 0;
  }
}
.faq-cl-hd .ic i {
  color: #ffffff;
}
@media screen and (max-width: 500px) {
  .faq-cl-hd {
    padding: 1rem;
    border-radius: 0.4rem;
  }
}
.faq-cl-bd {
  padding: 2.4rem;
  padding-bottom: 0;
  display: none;
}
@media screen and (max-width: 500px) {
  .faq-cl-bd {
    padding: 1rem;
    padding-bottom: 0;
  }
}

.textCircle {
  width: 17.5rem;
  height: 17.5rem;
}
.textCircle .circle {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
}
.textCircle .circle-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: consolas;
  color: #000;
  font-size: 17px;
  animation: textRotation 8s linear infinite;
}
@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}
.textCircle .circle-txt span {
  position: absolute;
  left: 50%;
  font-size: 1.2em;
  transform-origin: 0 100px;
}

.cmt-item {
  margin-top: 2.4rem;
  border-bottom: 0.1rem solid rgba(0, 191, 254, 0.1);
  padding-bottom: 1rem;
}
.cmt-item-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.cmt-item > .children {
  margin-left: 6.4rem;
}
@media screen and (max-width: 400px) {
  .cmt-item > .children {
    margin-left: 4.8rem;
  }
}
.cmt-item > .children .cmt-item {
  border-bottom: none;
}
.cmt-item > .children > .cmt-item:not(:last-child) > .cmt-item-wrap > .cmt-content > .cmt-content-wrap::before {
  display: block;
  border-radius: 0;
  border: 1px solid #EBEBEB;
  border-top: none;
  border-right: none;
  border-bottom: none;
  display: none;
}
.cmt-item.has-child > .cmt-item-wrap > .cmt-content > .cmt-content-wrap::before {
  display: block;
  border-radius: 0 0 0 2.4rem;
  border: 1px solid #EBEBEB;
  border-top: none;
  border-right: none;
}
.cmt-ava {
  height: 100%;
}
.cmt-ava-inner {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 100rem;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 400px) {
  .cmt-ava-inner {
    width: 4rem;
    height: 4rem;
  }
}
.cmt-ava-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmt-content {
  margin-left: 1.6rem;
}
@media screen and (max-width: 400px) {
  .cmt-content {
    margin-left: 0.8rem;
  }
}
.cmt-content-wrap {
  position: relative;
}
.cmt-content-wrap::before {
  content: "";
  position: absolute;
  width: 4rem;
  right: 100%;
  top: 0.2rem;
  bottom: -4.8rem;
  border-radius: 0;
  border: 1px solid #EBEBEB;
  border-top: none;
  border-right: none;
  border-bottom: none;
  display: none;
}
@media screen and (max-width: 400px) {
  .cmt-content-wrap::before {
    bottom: -4.4rem;
    top: 0.4rem;
    width: 2.8rem;
  }
}
.cmt-info {
  margin-bottom: 0.8rem;
}
.cmt-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.cmt-name {
  color: #1A1A1A;
  font-weight: 700;
  line-height: 1.1;
  margin-right: 0.8rem;
}
.cmt-time {
  font-size: 1.2rem;
  color: #1A1A1A;
  font-weight: 500;
}
.cmt-des {
  color: #1A1A1A;
  margin: 0.8rem 0;
}
@media screen and (max-width: 400px) {
  .cmt-des {
    font-size: 1.4rem;
  }
}
.cmt-image-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
  margin-bottom: -1rem;
}
.cmt-image-item {
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
.cmt-image-img {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 0.8rem;
  cursor: pointer;
  position: relative;
}
.cmt-image-img i {
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: -1rem;
  right: -1rem;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 2;
  background-color: #f8f8f8;
  font-weight: 300;
  border-radius: 100rem;
}
.cmt-image-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.cmt-control {
  margin-top: 1.6rem;
}
.cmt-control-link {
  color: #1A1A1A;
  font-weight: 700;
}
.cmt-control-link:not(:first-child) {
  margin-left: 1.6rem;
}
.cmt-control-link img {
  width: 1.6rem;
  height: 1.6rem;
}
.cmt .re-form {
  margin-top: 1.6rem;
  display: none;
}
.cmt .re-form.open {
  display: block;
}
.cmt-rate {
  padding: 1.6rem 2.4rem;
  border-radius: 0.8rem;
  background-color: #F7F7F7;
}
@media screen and (max-width: 500px) {
  .cmt-rate {
    padding: 0;
    background-color: transparent;
  }
}
.cmt-rate .title {
  color: #000000;
}
.cmt-rate-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  align-items: center;
}
.cmt-rate-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.cmt-rate-item:not(:first-child) {
  margin-left: 1.6rem;
  padding-left: 1.6rem;
  border-left: 0.1rem solid #CCCCCC;
}
@media screen and (max-width: 500px) {
  .cmt-rate-item:not(:first-child) {
    margin-left: 0.8rem;
    padding-left: 0.8rem;
  }
}
.cmt-rate-wrap {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  top: -0.1rem;
}
.cmt-rate-wrap input:checked ~ .star {
  opacity: 1;
}
.cmt-rate-wrap input:checked ~ .star-opa {
  opacity: 0;
}
.cmt-rate-wrap img {
  width: 1.6rem;
  height: 1.6rem;
}
.cmt-rate-wrap .star {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.cmt-rate-number {
  color: #000000;
  font-size: 1.6rem;
  margin-left: 0.8rem;
  line-height: 1.2;
  font-weight: 500;
}

.head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media screen and (max-width: 500px) {
  .head {
    flex-direction: column;
  }
}
.head .titles {
  width: 66.6666666667%;
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .head .titles {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.head .swiper-control {
  flex: 1;
}
.head .ctrl {
  width: fit-content;
  margin-left: auto;
}

.homes-bn {
  background: #FCF3FF;
  padding-top: calc(var(--size-hd) + 2rem);
  overflow: hidden;
}
.homes-bn-left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.homes-bn-left .logo-text {
  max-width: 27rem;
  margin-bottom: 3rem;
  animation: floatClip 0.5s linear forwards;
}
@media screen and (max-width: 890px) {
  .homes-bn-left .logo-text {
    max-width: 15rem;
  }
}
.homes-bn-left .logo-text img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.homes-bn-left .desc {
  font-size: 1.8rem;
  transition: 0.8s;
  animation: floatClip 0.5s linear forwards;
  animation-delay: 0.4s;
  clip-path: circle(0.5% at 0 0);
}
@media only screen and (max-width: 1200px) {
  .homes-bn-left .desc {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-bn-left .desc {
    font-size: 1.5rem;
  }
}
.homes-bn-left .desc strong {
  font-weight: 700;
}
.homes-bn-left .button-flex {
  margin-top: 3rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width: 890px) {
  .homes-bn-left .button-flex {
    gap: 1rem;
  }
  .homes-bn-left .button-flex .btn, .homes-bn-left .button-flex .btn-pri, .homes-bn-left .button-flex .btn-second, .homes-bn-left .button-flex .btn-third, .homes-bn-left .button-flex .btn-four {
    width: calc(50% - 0.5rem);
    padding: 0.5rem 1rem;
    height: 4rem;
  }
  .homes-bn-left .button-flex .btn .txt, .homes-bn-left .button-flex .btn-pri .txt, .homes-bn-left .button-flex .btn-second .txt, .homes-bn-left .button-flex .btn-third .txt, .homes-bn-left .button-flex .btn-four .txt {
    font-size: 1.4rem;
  }
}
.homes-bn-left .bot {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 3rem;
  gap: 2.4rem;
}
@media screen and (min-width: 891px) {
  .homes-bn-left .bot {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .homes-bn-left .bot {
    gap: 0.8rem;
  }
}
.homes-bn-left .bot-item {
  width: calc(50% - 1.2rem);
}
.homes-bn-left .bot-item .inner {
  padding: 2rem;
  border-radius: 1.6rem;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  background: #ffffff;
}
.homes-bn-left .bot-item .inner .arrow {
  width: 6.2rem;
  height: 6.2rem;
  background-color: #791E94;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(20%, -20%) rotate(45deg);
  border: 0.1rem solid transparent;
  transition: 0.4s;
}
.homes-bn-left .bot-item .inner .arrow i {
  color: #ffffff;
  font-size: 2.4rem;
}
@media (hover: hover) {
  .homes-bn-left .bot-item .inner .arrow:hover {
    background-color: #ffffff;
    border-color: #791E94;
  }
  .homes-bn-left .bot-item .inner .arrow:hover i {
    color: #791E94;
  }
}
@media screen and (max-width: 1200px) {
  .homes-bn-left .bot-item .inner .arrow {
    width: 3rem;
    height: 3rem;
  }
  .homes-bn-left .bot-item .inner .arrow i {
    font-size: 1rem;
  }
}
.homes-bn-left .bot-item .inner .text {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2rem;
}
.homes-bn-left .bot-item .inner .tt {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 1200px) {
  .homes-bn-left .bot-item .inner .tt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-bn-left .bot-item .inner .tt {
    font-size: 1.5rem;
  }
}
.homes-bn-left .bot-item .inner .img-inner {
  display: block;
  padding-top: calc((134 / 224) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 1.6rem;
}
.homes-bn-left .bot-item .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (hover: hover) {
  .homes-bn-left .bot-item:hover .text {
    color: #791E94;
  }
  .homes-bn-left .bot-item:hover .tt {
    color: #791E94;
  }
}
@media screen and (max-width: 1000px) {
  .homes-bn-left .bot-item {
    width: calc(50% - 0.4rem);
    max-width: 26rem;
  }
  .homes-bn-left .bot-item .inner {
    padding: 1rem;
  }
}
@media screen and (max-width: 700px) {
  .homes-bn-left .bot-item {
    max-width: 18rem;
  }
}
@media screen and (max-width: 360px) {
  .homes-bn-left .bot-item {
    width: 100%;
  }
}
.homes-bn-left .bot-dh {
  width: calc(50% - 1.2rem);
}
.homes-bn-left .bot-dh .inner {
  padding: 2rem;
  border-radius: 1.6rem;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.homes-bn-left .bot-dh .inner .text {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .homes-bn-left .bot-dh {
    width: calc(50% - 0.4rem);
  }
  .homes-bn-left .bot-dh .inner {
    padding: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .homes-bn-left .bot-dh {
    width: 100%;
  }
}
@media screen and (max-width: 890px) {
  .homes-bn-left {
    width: 100%;
    gap: 1rem;
  }
  .homes-bn-left .top,
.homes-bn-left .bot {
    width: calc(50% - 0.5rem);
  }
}
@media screen and (max-width: 700px) {
  .homes-bn-left .top {
    width: calc(40% - 0.5rem);
  }
  .homes-bn-left .bot {
    width: calc(60% - 0.5rem);
  }
}
@media screen and (max-width: 650px) {
  .homes-bn-left .top,
.homes-bn-left .bot {
    width: 100%;
  }
}
.homes-bn-right {
  position: relative;
}
.homes-bn-right .model {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
}
.homes-bn-right .model .model-inner {
  width: 100%;
  display: block;
  padding-top: calc((745 / 880) * 100%);
  position: relative;
  overflow: hidden;
  margin-top: auto;
}
.homes-bn-right .model .model-inner::after {
  content: "";
  position: absolute;
  width: 65%;
  padding-top: 100%;
  background-color: #791E94;
  border-radius: 100rem;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 40%);
}
.homes-bn-right .model .model-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  z-index: 2;
}
.homes-bn-right .decor {
  --w: calc(100vw*(960/1728));
}
.homes-bn-right .decor-it {
  position: absolute;
  width: var(--w);
  height: var(--w);
}
.homes-bn-right .decor-it img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homes-bn-right .decor-it:nth-child(1) {
  top: calc(-1 * var(--w) / 3);
  right: calc(-1 * var(--rewidth) + 2rem);
}
@media screen and (max-width: 890px) {
  .homes-bn-right .decor-it:nth-child(1) {
    right: unset;
    left: 0;
    top: 0;
  }
}
.homes-bn-right .decor-it:nth-child(2) {
  opacity: 0.5;
  right: calc(-1 * var(--w) / 3);
  top: calc(-1 * var(--size-hd) / 2);
}
@media screen and (max-width: 890px) {
  .homes-bn-right .decor-it:nth-child(2) {
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 890px) {
  .homes-bn-right {
    width: 100%;
  }
  .homes-bn-right .model {
    width: 50rem;
    max-width: 100%;
    margin: auto;
  }
}
.homes-nb {
  position: relative;
}
.homes-nb .decor {
  --w: calc(100vw*(1095/1728));
}
.homes-nb .decor-it {
  position: absolute;
  width: var(--w);
  height: var(--w);
  z-index: -1;
  right: calc(-1 * var(--w) / 3);
  top: calc(var(--w) / 3);
  opacity: 0.5;
}
.homes-nb .decor-it img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.homes-nb-flex {
  --gap: 8rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  width: 90%;
}
@media screen and (max-width: 1200px) {
  .homes-nb-flex {
    --gap: 2.4rem;
    width: calc(100% - var(--gap));
  }
}
@media screen and (max-width: 860px) {
  .homes-nb-flex {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .homes-nb-flex {
    --gap: 0.8rem;
  }
}
@media screen and (max-width: 1060px) {
  .homes-nb-left {
    width: 40%;
  }
}
@media screen and (max-width: 650px) {
  .homes-nb-left {
    width: 100%;
  }
}
@media screen and (max-width: 1060px) {
  .homes-nb-right {
    width: 60%;
  }
}
@media screen and (max-width: 650px) {
  .homes-nb-right {
    width: 100%;
  }
}
.homes-nb-item {
  width: calc(33.3333333333% - (var(--gap) - var(--gap) / 3));
}
.homes-nb-item-wr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homes-nb-item-wr .num {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .homes-nb-item-wr .num {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-nb-item-wr .num {
    font-size: 1.7rem;
  }
}
.homes-nb-item-wr .num-cur {
  color: #791E94;
}
.homes-nb-item-wr .num-total {
  position: relative;
}
.homes-nb-item-wr .num-total::before {
  content: "/";
  margin-left: -0.5rem;
}
.homes-nb-item-wr .name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #7b8b8b;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .homes-nb-item-wr .name {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-nb-item-wr .name {
    font-size: 1.5rem;
  }
}
.homes-nb-item-wr .ic {
  width: 100%;
  padding-top: 100%;
  position: relative;
  background: #FFF;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  margin-bottom: 1.5rem;
}
.homes-nb-item-wr .ic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  width: 50%;
  height: 50%;
}
@media screen and (max-width: 1060px) {
  .homes-nb-item-wr .note {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 800px) {
  .homes-nb-item-wr .note {
    font-size: 1.2rem;
  }
}
.homes-nb-vid {
  height: 100%;
}
.homes-nb-vid-wr {
  height: 100%;
}
.homes-nb-vid-wr .img {
  position: relative;
  height: 100%;
}
.homes-nb-vid-wr .img .btnPlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.4rem;
  height: 3.4rem;
  background: #ffffff;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 2;
}
.homes-nb-vid-wr .img .btnPlay::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border-radius: 100rem;
  background-color: #ffffff;
  animation: 4s growsBig linear infinite;
}
.homes-nb-vid-wr .img .btnPlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border-radius: 100rem;
  background-color: #ffffff;
  animation: 4s growsBig linear infinite;
  animation-delay: 1.7s;
}
.homes-nb-vid-wr .img .btnPlay img {
  width: 1.3rem;
  height: 1.7rem;
  margin-left: 0.3rem;
  position: relative;
  z-index: 2;
}
.homes-nb-vid-wr .img-inner {
  display: block;
  padding-top: calc((440 / 588) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 1.6rem;
  height: 100%;
}
.homes-nb-vid-wr .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homes-nb .textCircle {
  width: 19.5rem;
  height: 19.5rem;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%) scale(0.8);
  z-index: 2;
  border-radius: 100rem;
}
@media screen and (max-width: 1400px) {
  .homes-nb .textCircle {
    transform: translate(50%, -50%) scale(0.5);
  }
}
@media screen and (max-width: 1324px) {
  .homes-nb .textCircle {
    transform: translate(30%, -30%) scale(0.5);
  }
}
@media screen and (max-width: 1245px) {
  .homes-nb .textCircle {
    transform: translate(30%, -30%) scale(0.3);
  }
}
.homes-nb .textCircle::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: -2rem;
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2.4rem);
}
.homes-nb .textCircle .circle {
  z-index: 2;
}
.homes-nb .textCircle .circle-txt {
  font-weight: 700;
  text-transform: uppercase;
}
.homes-nb .textCircle .circle .logo {
  width: 6.5rem;
  height: 6.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #791E94;
  border-radius: 100rem;
}
.homes-nb .textCircle .circle .logo img {
  width: 3rem;
  height: 3rem;
}
.homes-doc-grid {
  display: grid;
  grid-template-columns: 25% 50% 25%;
  --gap: 1rem;
  margin: calc(-1 * var(--gap));
}
@media screen and (max-width: 900px) {
  .homes-doc-grid {
    --gap: 0.5rem;
  }
}
@media screen and (max-width: 600px) {
  .homes-doc-grid {
    grid-template-columns: 50% 50%;
  }
}
.homes-doc-it {
  padding: var(--gap);
}
.homes-doc-it .inner {
  position: relative;
  overflow: hidden;
  border-radius: 1.6rem;
}
.homes-doc-it .inner .img-inner {
  display: block;
  padding-top: calc((312 / 284) * 100%);
  position: relative;
  overflow: hidden;
}
.homes-doc-it .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homes-doc-it .inner .info {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  gap: 1rem;
  opacity: 0;
  transition: 0.4s;
  padding: 1rem;
}
@media screen and (max-width: 800px) {
  .homes-doc-it .inner .info {
    padding: 0.5rem;
  }
}
.homes-doc-it .inner .info .type,
.homes-doc-it .inner .info .tt,
.homes-doc-it .inner .info .btn,
.homes-doc-it .inner .info .btn-pri,
.homes-doc-it .inner .info .btn-second,
.homes-doc-it .inner .info .btn-third,
.homes-doc-it .inner .info .btn-four {
  transition: 0.4s;
  transform: translateY(2rem);
  opacity: 0;
  transition-delay: 0.4s;
}
.homes-doc-it .inner .info .type {
  transition-delay: 0.2s;
  font-size: 2.4rem;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .homes-doc-it .inner .info .type {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-doc-it .inner .info .type {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 900px) {
  .homes-doc-it .inner .info .type {
    font-size: 1.6rem;
  }
}
.homes-doc-it .inner .info .tt {
  transition-delay: 0.4s;
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .homes-doc-it .inner .info .tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-doc-it .inner .info .tt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 900px) {
  .homes-doc-it .inner .info .tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 900px) and (max-width: 1200px) {
  .homes-doc-it .inner .info .tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 900px) and (max-width: 800px) {
  .homes-doc-it .inner .info .tt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 700px) {
  .homes-doc-it .inner .info .tt {
    font-size: 1.4rem;
  }
}
.homes-doc-it .inner .info .btn, .homes-doc-it .inner .info .btn-pri, .homes-doc-it .inner .info .btn-second, .homes-doc-it .inner .info .btn-third, .homes-doc-it .inner .info .btn-four {
  transition-delay: 0.6s;
}
.homes-doc-it .inner:hover .info {
  opacity: 1;
}
.homes-doc-it .inner:hover .info .type,
.homes-doc-it .inner:hover .info .tt,
.homes-doc-it .inner:hover .info .btn,
.homes-doc-it .inner:hover .info .btn-pri,
.homes-doc-it .inner:hover .info .btn-second,
.homes-doc-it .inner:hover .info .btn-third,
.homes-doc-it .inner:hover .info .btn-four {
  transform: translateY(0rem);
  opacity: 1;
}
.homes-doc-it:nth-child(3) {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media screen and (max-width: 600px) {
  .homes-doc-it:nth-child(3) {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 600px) {
  .homes-doc-it:nth-child(4) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
@media screen and (max-width: 600px) {
  .homes-doc-it:nth-child(5) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
.homes-news {
  position: relative;
}
.homes-news .decor {
  --w:calc(100vw*(687/1728));
  --h:calc(100vw*(572/1728));
}
.homes-news .decor-it {
  width: var(--w);
  height: var(--h);
  position: absolute;
  right: calc(-1 * var(--w) / 2);
  top: 50%;
}
.homes-news .decor-it img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.homes-news-it .inner .img {
  position: relative;
}
.homes-news-it .inner .img .btn, .homes-news-it .inner .img .btn-pri, .homes-news-it .inner .img .btn-second, .homes-news-it .inner .img .btn-third, .homes-news-it .inner .img .btn-four {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 100rem;
  height: auto;
  padding: 1rem 3.2rem;
  opacity: 0;
  transition: 0.4s;
}
.homes-news-it .inner .img-inner {
  display: block;
  padding-top: calc((439 / 690) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 1.6rem;
}
.homes-news-it .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homes-news-it .inner .info {
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.homes-news-it .inner .info-top {
  padding: 2rem 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 770px) {
  .homes-news-it .inner .info-top {
    padding: 1rem 0;
  }
}
.homes-news-it .inner .info-tt {
  font-size: 2.4rem;
  font-weight: 600;
  color: #272727;
  transition: 0.4s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 1200px) {
  .homes-news-it .inner .info-tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-news-it .inner .info-tt {
    font-size: 1.7rem;
  }
}
@media (hover: hover) {
  .homes-news-it .inner .info-tt:hover {
    color: #791E94;
  }
}
.homes-news-it .inner .info-des {
  color: #757575;
  font-weight: 500;
  font-style: italic;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (hover: hover) {
  .homes-news-it .inner:hover .img-inner::after {
    height: calc(100% - 5rem);
    width: calc(100% - 5rem);
    opacity: 1;
  }
  .homes-news-it .inner:hover .btn, .homes-news-it .inner:hover .btn-pri, .homes-news-it .inner:hover .btn-second, .homes-news-it .inner:hover .btn-third, .homes-news-it .inner:hover .btn-four {
    opacity: 1;
  }
}
.homes-news-it.verti .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.homes-news-it.verti .inner .img {
  width: 20.4rem;
  margin-right: 1.6rem;
  flex-shrink: 0;
}
.homes-news-it.verti .inner .img-inner {
  height: 100%;
  border-radius: 1.2rem;
}
@media screen and (max-width: 950px) {
  .homes-news-it.verti .inner .img {
    width: 15rem;
  }
}
@media screen and (max-width: 800px) {
  .homes-news-it.verti .inner .img {
    width: 10rem;
  }
}
.homes-news-it.verti .inner .info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0;
  border: none;
}
.homes-news-it.verti .inner .info-top {
  gap: 0.8rem 2.4rem;
  padding: 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 800px) {
  .homes-news-it.verti .inner .info-top {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 800px) {
  .homes-news-it.verti .inner .info-top .dateline {
    font-size: 1.4rem;
  }
  .homes-news-it.verti .inner .info-top .dateline .ic {
    width: 1rem;
    height: 1rem;
  }
}
.homes-news-it.verti .inner .info-tt {
  font-size: 1.6rem;
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .homes-news-it.verti .inner .info-tt {
    font-size: 1.4rem;
  }
}
.homes-news-it.verti .inner .info-des {
  display: none;
}
@media (hover: hover) {
  .homes-news-it.verti .inner:hover .img .btn, .homes-news-it.verti .inner:hover .img .btn-pri, .homes-news-it.verti .inner:hover .img .btn-second, .homes-news-it.verti .inner:hover .img .btn-third, .homes-news-it.verti .inner:hover .img .btn-four {
    display: none;
  }
  .homes-news-it.verti .inner:hover .img-inner {
    border-radius: 1rem;
  }
  .homes-news-it.verti .inner:hover .img-inner::after {
    height: calc(100% - 2rem);
    width: calc(100% - 2rem);
    opacity: 1;
  }
  .homes-news-it.verti .inner:hover .btn, .homes-news-it.verti .inner:hover .btn-pri, .homes-news-it.verti .inner:hover .btn-second, .homes-news-it.verti .inner:hover .btn-third, .homes-news-it.verti .inner:hover .btn-four {
    opacity: 1;
  }
}
@media screen and (max-width: 570px) {
  .homes-news-left {
    width: 100%;
  }
}
.homes-news-right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.homes-news-right .btn-pri {
  margin-top: auto;
  margin-left: auto;
  padding: 1.3rem 4rem;
}
@media screen and (max-width: 570px) {
  .homes-news-right {
    width: 100%;
  }
  .homes-news-right .btn-pri {
    margin: auto;
    margin-top: 2.4rem;
  }
}

.ab-stry .swiper-slide {
  width: 33.3333333333%;
}
@media screen and (max-width: 600px) {
  .ab-stry .swiper-slide {
    width: 50%;
  }
}
.ab-stry-it {
  display: block;
  padding-top: calc((444 / 588) * 100%);
  position: relative;
  overflow: hidden;
}
.ab-stry-it img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ab-view {
  position: relative;
}
.ab-view .decor-it {
  width: 40.5092592593vw;
  height: 40.5092592593vw;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}
.ab-view .decor-it img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ab-view .svg-sq {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(80%, 20%);
  opacity: 1;
}
.ab-view-wr {
  position: relative;
}
.ab-view-left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .ab-view-left {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .ab-view-right {
    width: 100%;
  }
}
.ab-view-img .img-inner {
  display: block;
  padding-top: calc((257 / 282) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
.ab-view-img .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ab-view-img:last-child .img-inner {
  display: block;
  padding-top: calc((257 / 588) * 100%);
  position: relative;
  overflow: hidden;
}
.ab-vid .img {
  position: relative;
}
.ab-vid .img-inner {
  display: block;
  padding-top: calc((525 / 1200) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
.ab-vid .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ab-vid .img .btnPlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.4rem;
  height: 3.4rem;
  background: #ffffff;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 2;
}
.ab-vid .img .btnPlay::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border-radius: 100rem;
  background-color: #ffffff;
  animation: 4s growsBig linear infinite;
}
.ab-vid .img .btnPlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border-radius: 100rem;
  background-color: #ffffff;
  animation: 4s growsBig linear infinite;
  animation-delay: 1.7s;
}
.ab-vid .img .btnPlay img {
  width: 1.3rem;
  height: 1.7rem;
  margin-left: 0.3rem;
  position: relative;
  z-index: 2;
}

.doc-ctn-box {
  position: sticky;
  top: 10rem;
}
.doc-ctn-flex .left .box-it {
  padding: 0 1rem;
  border-radius: 1rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.doc-ctn-flex .left .box-it .box-hd {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  cursor: pointer;
}
.doc-ctn-flex .left .box-it .box-hd .txt {
  font-size: 1.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .doc-ctn-flex .left .box-it .box-hd .txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .doc-ctn-flex .left .box-it .box-hd .txt {
    font-size: 1.5rem;
  }
}
.doc-ctn-flex .left .box-it .box-hd .ic {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 0.3rem;
  transition: 0.4s;
}
.doc-ctn-flex .left .box-it .box-hd .ic i {
  font-size: 1.2rem;
  font-weight: 700;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.doc-ctn-flex .left .box-it .box-bd .box-l-it {
  display: block;
  padding: 1rem 0;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  transition: 0.4s;
  font-size: 1.4rem;
}
@media (hover: hover) {
  .doc-ctn-flex .left .box-it .box-bd .box-l-it:hover {
    color: #791E94;
  }
}
.doc-ctn-flex .left .box-it .box-bd .box-l-it.active {
  color: #791E94;
  font-weight: 700;
}
.doc-ctn-flex .left .box-it .box-bd .box-l-it:last-child {
  border: none;
}
.doc-ctn-flex .left .box-it.active .box-hd .ic {
  transform: rotate(180deg);
}
@media screen and (max-width: 900px) {
  .doc-ctn-flex .left {
    width: 30%;
  }
}
@media screen and (max-width: 670px) {
  .doc-ctn-flex .left {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .doc-ctn-flex .mid {
    width: 70%;
  }
}
@media screen and (max-width: 670px) {
  .doc-ctn-flex .mid {
    width: 100%;
  }
}
.doc-ctn-flex .mid .share {
  margin-top: 3.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 1.8rem 0;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.doc-ctn-flex .mid .share-l {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1rem;
}
.doc-ctn-flex .mid .share-it {
  width: 1.8rem;
  height: 1.8rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.4s;
}
@media (hover: hover) {
  .doc-ctn-flex .mid .share-it:hover {
    transform: scale(1.2);
  }
}
.doc-ctn-flex .mid .share-it img {
  width: inherit;
  height: inherit;
}
@media screen and (max-width: 900px) {
  .doc-ctn-flex .right {
    width: 100%;
  }
}
.doc-ctn-qc-it {
  display: block;
  height: 100%;
}
.doc-ctn-qc-it .inner {
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.doc-ctn-qc-it .inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
@media screen and (max-width: 900px) {
  .doc-ctn-qc-it {
    width: 50%;
  }
}
@media screen and (max-width: 360px) {
  .doc-ctn-qc-it {
    width: 100%;
  }
}
.doc-relate-slider {
  position: relative;
}
.doc-relate-slider .swiper-slide {
  width: 33.3333333333%;
}
@media screen and (max-width: 650px) {
  .doc-relate-slider .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 460px) {
  .doc-relate-slider .swiper-slide {
    width: 100%;
  }
}
.doc-relate-slider .swiper-slide .news-item {
  width: 100%;
}
.doc-main-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 700px) {
  .doc-main-top {
    flex-direction: column;
    align-items: unset;
  }
}
.doc-main-top-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width: 700px) {
  .doc-main-top-flex {
    gap: 1.6rem;
  }
}
.doc-main-cl:not(:first-child) {
  margin-top: 1.5rem;
}
.doc-main-cl-hd {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 1.2rem;
  padding-bottom: 1rem;
  border-radius: 1rem;
  border: 0.1rem solid rgba(121, 30, 148, 0.15);
  cursor: pointer;
  transition: 0.4s;
}
.doc-main-cl-hd .txt {
  transition: 0.4s;
  font-weight: 700;
}
.doc-main-cl-hd .ic {
  width: 1.6rem;
  height: 1.6rem;
  transition: 0.4s;
  margin-top: 0.1rem;
}
.doc-main-cl-hd .ic i {
  font-weight: 900;
  font-size: 1.4rem;
}
.doc-main-cl-bd {
  padding: 1rem;
  display: none;
}
.doc-main-cl-bd ul li:not(:first-child) {
  margin-top: 0.8rem;
}
.doc-main-cl-bd ul li .link {
  transition: 0.4s;
}
@media (hover: hover) {
  .doc-main-cl-bd ul li .link:hover {
    color: #791E94;
  }
}
.doc-main-cl.active .doc-main-cl-hd {
  background-color: #791E94;
}
.doc-main-cl.active .doc-main-cl-hd .txt {
  color: #ffffff;
}
.doc-main-cl.active .doc-main-cl-hd .ic {
  transform: rotate(90deg);
}
.doc-main-cl.active .doc-main-cl-hd .ic i {
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .doc-main-side {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .doc-main-ctn {
    width: 100%;
  }
}

.lkg-table {
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 1061px) {
  .lkg-table {
    border: 0.1rem solid rgba(121, 30, 148, 0.15);
  }
}
.lkg-table table {
  width: 100%;
}
@media screen and (max-width: 1060px) {
  .lkg-table table thead {
    display: none;
  }
}
.lkg-table table thead tr th {
  text-align: center;
  vertical-align: middle;
  padding: 2rem;
  background-color: #791E94;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.4rem;
}
/* .lkg-table table thead tr th:first-child {
  border-radius: 2rem 0 0 0;
}
.lkg-table table thead tr th:last-child {
  border-radius: 0 2rem 0 0;
} */
.lkg-table table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 2rem;
  border: 0.1rem solid rgba(121, 30, 148, 0.15);
  font-weight: 500;
  font-size: 1.4rem;
}
.lkg-table table tbody tr td .btn, .lkg-table table tbody tr td .btn-pri, .lkg-table table tbody tr td .btn-second, .lkg-table table tbody tr td .btn-third, .lkg-table table tbody tr td .btn-four {
  width: 100%;
  padding: 1.1rem 0;
}
.lkg-table table tbody tr td .btn .txt, .lkg-table table tbody tr td .btn-pri .txt, .lkg-table table tbody tr td .btn-second .txt, .lkg-table table tbody tr td .btn-third .txt, .lkg-table table tbody tr td .btn-four .txt {
  font-size: 1.4rem;
}
.lkg-table table tbody tr td:first-child {
  border-left: none;
}
.lkg-table table tbody tr td:last-child {
  border-right: none;
}
@media screen and (max-width: 1060px) {
  .lkg-table table tbody tr td {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  .lkg-table table tbody tr td .btn, .lkg-table table tbody tr td .btn-pri, .lkg-table table tbody tr td .btn-second, .lkg-table table tbody tr td .btn-third, .lkg-table table tbody tr td .btn-four {
    width: fit-content;
    padding: 0.5rem 2rem;
  }
}
@media screen and (max-width: 1060px) and (max-width: 600px) {
  .lkg-table table tbody tr td .btn, .lkg-table table tbody tr td .btn-pri, .lkg-table table tbody tr td .btn-second, .lkg-table table tbody tr td .btn-third, .lkg-table table tbody tr td .btn-four {
    height: 3.5rem;
  }
}
@media screen and (max-width: 1060px) {
  .lkg-table table tbody tr td::before {
    content: attr(data-label) ":";
    white-space: nowrap;
    margin-right: 2.4rem;
    font-weight: 700;
    color: #791E94;
  }
}
@media screen and (max-width: 1060px) {
  .lkg-table table tbody tr td:nth-child(n+1) {
    border: 0.1rem solid rgba(121, 30, 148, 0.15);
  }
}
@media screen and (max-width: 1060px) {
  .lkg-table table tbody tr td:not(:first-child) {
    border-top: none;
  }
}
@media screen and (max-width: 1060px) {
  .lkg-table table tbody tr td:last-child {
    border-bottom-color: #791E94;
  }
}
@media screen and (max-width: 390px) {
  .lkg-table table tbody tr td {
    padding: 1rem;
  }
}
@media screen and (min-width: 1061px) {
  .lkg-table table tbody tr:first-child td {
    border-top: none;
  }
}
@media screen and (min-width: 1061px) {
  .lkg-table table tbody tr:last-child td {
    border-bottom: none;
  }
}
@media screen and (max-width: 1060px) {
  .lkg-table table tbody tr:not(:first-child) td {
    border-top: none !important;
  }
}

.kh-hr .rate {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 3rem;
}
.kh-hr .rate .txt {
  font-size: 1.8rem;
  font-weight: 600;
  color: #791E94;
  margin-left: 0.8rem;
}
@media only screen and (max-width: 1200px) {
  .kh-hr .rate .txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .kh-hr .rate .txt {
    font-size: 1.5rem;
  }
}
.kh-hr-flex {
  align-items: center;
}
@media screen and (max-width: 950px) {
  .kh-hr .content {
    width: 60%;
  }
}
@media screen and (max-width: 630px) {
  .kh-hr .content {
    width: 100%;
  }
}
.kh-hr .right {
  position: relative;
}
@media screen and (max-width: 950px) {
  .kh-hr .right {
    width: 40%;
  }
}
.kh-hr .right .decor {
  --size:calc(100vw*(970/1728));
}
.kh-hr .right .decor-it {
  position: absolute;
  width: var(--size);
  height: var(--size);
  pointer-events: none;
}
.kh-hr .right .decor-it img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kh-hr .right .decor-it:nth-child(1) {
  top: calc(-1 * var(--size) / 4);
  right: 0;
}
.kh-hr .right .decor-it:nth-child(2) {
  opacity: 0.5;
}
.kh-hr .right .img {
  width: 100%;
}
.kh-hr .right .img-inner {
  display: block;
  padding-top: calc((650 / 530) * 100%);
  position: relative;
  overflow: hidden;
  transform: translateX(4rem);
}
.kh-hr .right .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 630px) {
  .kh-hr .right {
    width: 100%;
  }
  .kh-hr .right .img {
    width: 30rem;
    max-width: 100%;
    margin: auto;
  }
  .kh-hr .right .img-inner {
    transform: translateX(0);
  }
}
.kh-table-three {
  margin-top: 3.2rem;
  border: 0.1rem solid rgba(121, 30, 148, 0.3);
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .kh-table-three {
    border-radius: 1rem;
  }
}
.kh-table-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.kh-table-item:not(:first-child) .right {
  border-top: 0.1rem solid rgba(121, 30, 148, 0.3);
}
@media screen and (max-width: 800px) {
  .kh-table-item {
    flex-direction: column;
  }
}
.kh-table-item .left {
  width: 33.3333333333%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background-color: #791E94;
  padding-left: 8rem;
}
@media screen and (max-width: 1050px) {
  .kh-table-item .left {
    padding: 4rem;
  }
}
.kh-table-item .left .txt {
  color: #ffffff;
  font-weight: 700;
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .kh-table-item .left .txt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .kh-table-item .left .txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 800px) {
  .kh-table-item .left {
    width: 100%;
    padding: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .kh-table-item .left {
    padding: 1rem;
  }
}
.kh-table-item .right {
  flex: 1;
  padding: 3rem;
  padding-left: 8.3333333333%;
}
@media screen and (max-width: 1050px) {
  .kh-table-item .right {
    padding: 2rem;
  }
}
@media screen and (max-width: 800px) {
  .kh-table-item .right {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .kh-table-item .right {
    padding: 1rem;
  }
}
.kh-table-item .right ul li {
  position: relative;
  padding-left: 2rem;
}
.kh-table-item .right ul li:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (max-width: 1050px) {
  .kh-table-item .right ul li:not(:first-child) {
    margin-top: 1.5rem;
  }
}
.kh-table-item .right ul li::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 100rem;
  background-color: #791E94;
  top: 0.5rem;
  left: 0;
  flex-shrink: 0;
}

.news-main .titles {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .news-main .titles {
    width: 100%;
  }
}
.news-main-item .news-item {
  width: 100%;
}
.news-main-item .news-item .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 2.4rem;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .news-main-item .news-item .inner {
    gap: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .news-main-item .news-item .inner {
    flex-direction: column;
  }
}
.news-main-item .news-item .inner .img {
  width: calc(50% - 1.2rem);
  flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .news-main-item .news-item .inner .img {
    width: calc(50% - 0.6rem);
  }
}
.news-main-item .news-item .inner .img-inner {
  border-radius: 0.8rem;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .news-main-item .news-item .inner .img {
    width: 100%;
  }
}
.news-main-item .news-item .inner .info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .news-main-item .news-item .inner .info {
    gap: 0.5rem;
  }
}
.news-main-item .news-item .inner .info .dateline .ic img {
  filter: brightness(0);
}
.news-main-item .news-item .inner .info-tt {
  font-size: 2.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .news-main-item .news-item .inner .info-tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .news-main-item .news-item .inner .info-tt {
    font-size: 1.7rem;
  }
}
.news-main-item .news-item .inner .info-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-main-item .news-item .inner .info-av {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.news-main-item .news-item .inner .info-av .avatar {
  width: 6.4rem;
  height: 6.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  overflow: hidden;
  border-radius: 100rem;
  margin-right: 1rem;
}
.news-main-item .news-item .inner .info-av .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-main-item .news-item .inner .info-av .name-txt {
  font-weight: 600;
}
.news-main-top {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 800px) {
  .news-main-top {
    margin-bottom: 0.8rem;
  }
}

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