@charset "UTF-8";
@import url("../assets/library/fontawesome/css/all.css");
@import url("../assets/library/fontawesome/fontawesome/fontawesome.css");
@import url("../assets/library/aos/aos.css");
@import url("../assets/library/swiper/swiper-bundle.min.css");
@import url("../assets/library/themify-icons/themify-icons.css");
@import url("../assets/library/select2/select2.min.css");
@import url("../assets/library/themifi/themify-icons.css");
@import url("../assets/library/gallery/lightgallery.min.css");
@import url("../assets/library/splitting/splitting.css");
@import url("../assets/library/fancybox/fancybox.css");
@import url("../assets/library/datetime/daterangepicker.css");
@import url("../assets/font/Themify/stylesheet.css");
@import url("../assets/font/Quicksand/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-sale: 4rem;
  --size-hd-top: 7rem;
  --size-hd-bot: 4rem;
  --size-fix: 5rem;
  --radius: 2.4rem;
  --pd-sc: 8rem;
  --size-wave: calc(40/1728 * 100vw); 
  --icon-decor: url(../assets/images/dorisfood.png);
  --body-color: #444;
  --primary-color: #502122;
  --primary-color-opacity: #f1dbc8;
  --second-color: #fbb321;
  --second-color-opacity: #e9e4db;
  --third-color: #408630;
  --third-color-opacity: #d9e7d6; }
  @media (max-width: 1200px) {
    :root {
      --pd-sc: 4rem;
      --radius: .8rem; } }
  @media (max-width: 700px) {
    :root {
      --size-wave: calc(70/1728 * 100vw); } }
  @media (max-width: 500px) {
    :root {
      --size-wave: calc(100/1728 * 100vw); } }

* {
  -webkit-box-sizing: border-box;
  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: 'Quicksand', Times, serif;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
  color: var(--body-color);
  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;
  font-family: "Quicksand", sans-serif; }

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

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

.main {
  min-height: 68vh;
  padding-top: calc(var(--size-hd-sale) + var(--size-hd-top) + var(--size-hd-bot) + 1.5rem); }
  .page-product #frmAddProduct {padding-bottom: var(--pd-sc);}
  .ss-pd .sec-pro .ss-pd {padding-bottom: 0;}
  @media screen and (max-width: 1199px) {
    .main {
      padding-top: calc(var(--size-hd-top) + var(--size-hd-sale) + 1.5rem); } }

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

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

.no-scroll {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none; }

iframe {
  vertical-align: middle; }

.load-item {
  display: none; }

.show-hide-toggle {
  cursor: pointer; }

img {
  max-width: 100%;
  border-radius: inherit;
  height: auto; }

.global-title {
  max-width: 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden; }

.row {
  --cg: 2.4rem;
  --rg: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 calc(var(--cg) / 2 * -1) calc(var(--rg) * -1); }

.rows {
  --cg: 2.4rem;
  --rg: 2.4rem;
  margin: 0 calc(var(--cg) / 2 * -1); }

.col {
  width: 100%;
  padding: 0 calc(var(--cg) / 2);
  margin-bottom: var(--rg); }
  .col-11 {
    width: calc(11/12 * 100%); }
  .col-10 {
    width: calc(10/12 * 100%); }
  .col-9 {
    width: calc(9/12 * 100%); }
  .col-8 {
    width: calc(8/12 * 100%); }
  .col-7 {
    width: calc(7/12 * 100%); }
  .col-6 {
    width: 50%; }
  .col-5 {
    width: calc(5/12 * 100%); }
  .col-4 {
    width: calc(4/12 * 100%); }
  .col-3 {
    width: calc(3/12 * 100%); }
  .col-2 {
    width: calc(2/12 * 100%); }
  .col-1 {
    width: calc(1/12 * 100%); }
  .col-5i {
    width: calc(100% / 5); }
  .col-4i {
    width: calc(100% / 4); }

@-webkit-keyframes phoneRing {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); } }

@keyframes phoneRing {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

@-webkit-keyframes ZoomIn {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes ZoomIn {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes Spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes Spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes BTT {
  0% {
    opacity: 0; }
  33% {
    opacity: 1; }
  66% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes BTT {
  0% {
    opacity: 0; }
  33% {
    opacity: 1; }
  66% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes halo {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0); }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); } }

@keyframes halo {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0); }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); } }

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px); }
  50% {
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px); }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px); } }

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px); }
  50% {
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px); }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px); } }

@-webkit-keyframes mirror {
  100% {
    -webkit-transform: translate3d(2000%, 0, 0) rotate(35deg);
    transform: translate3d(2000%, 0, 0) rotate(35deg); } }

@keyframes mirror {
  100% {
    -webkit-transform: translate3d(2000%, 0, 0) rotate(35deg);
    transform: translate3d(2000%, 0, 0) rotate(35deg); } }

@-webkit-keyframes DownUp {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px); }
  50% {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px); }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px); } }

@keyframes DownUp {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px); }
  50% {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px); }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px); } }

@-webkit-keyframes jelly {
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1); }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9); }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05); } }

@keyframes jelly {
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1); }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9); }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05); } }

@-webkit-keyframes jellyTranForm {
  25% {
    -webkit-transform: translate(-50%, -50%) scale(0.9, 1.1);
    transform: translate(-50%, -50%) scale(0.9, 1.1); }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 0.9);
    transform: translate(-50%, -50%) scale(1.1, 0.9); }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(0.95, 1.05);
    transform: translate(-50%, -50%) scale(0.95, 1.05); } }

@keyframes jellyTranForm {
  25% {
    -webkit-transform: translate(-50%, -50%) scale(0.9, 1.1);
    transform: translate(-50%, -50%) scale(0.9, 1.1); }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 0.9);
    transform: translate(-50%, -50%) scale(1.1, 0.9); }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(0.95, 1.05);
    transform: translate(-50%, -50%) scale(0.95, 1.05); } }

@-webkit-keyframes jittery {
  5%,
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  15% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  20% {
    -webkit-transform: scale(1.05) rotate(-5deg);
    transform: scale(1.05) rotate(-5deg); }
  25% {
    -webkit-transform: scale(1.05) rotate(5deg);
    transform: scale(1.05) rotate(5deg); }
  30% {
    -webkit-transform: scale(1.05) rotate(-3deg);
    transform: scale(1.05) rotate(-3deg); }
  35% {
    -webkit-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg); }
  40% {
    -webkit-transform: scale(1.05) rotate(0);
    transform: scale(1.05) rotate(0); } }

@keyframes jittery {
  5%,
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  15% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  20% {
    -webkit-transform: scale(1.05) rotate(-5deg);
    transform: scale(1.05) rotate(-5deg); }
  25% {
    -webkit-transform: scale(1.05) rotate(5deg);
    transform: scale(1.05) rotate(5deg); }
  30% {
    -webkit-transform: scale(1.05) rotate(-3deg);
    transform: scale(1.05) rotate(-3deg); }
  35% {
    -webkit-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg); }
  40% {
    -webkit-transform: scale(1.05) rotate(0);
    transform: scale(1.05) rotate(0); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes grow {
  from {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 1; }
  to {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0; } }

@keyframes grow {
  from {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 1; }
  to {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0; } }

@-webkit-keyframes txt-focus {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }

@keyframes txt-focus {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }

@-webkit-keyframes MaskPlay {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0; }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0; } }

@keyframes MaskPlay {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0; }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0; } }

.back-to-top {
  width: 4rem;
  height: 4rem;
  border-radius: 0.6rem;
  background-color: var(--primary-color);
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: fixed;
  bottom: 6rem;
  right: 3rem;
  z-index: 7;
  -webkit-transform: translateX(3rem);
  transform: translateX(3rem);
  opacity: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  cursor: pointer;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
  .woocommerce .woocommerce-error,
  .page-cart > .woocommerce .checkout_coupon.woocommerce-form-coupon {width: calc(100% - 1.5rem*2) !important;}
  .page-cart > .woocommerce .checkout_coupon.woocommerce-form-coupon .form-row-last {
    text-align: right;
  }
  .back-to-top {
      right: 1.5rem; } }
  .back-to-top.active {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  .back-to-top .triangle {
    display: block;
    width: 0;
    height: 0;
    z-index: 2;
    border: 8px solid transparent;
    border-bottom: 6px solid #fff;
    margin-top: -6px;
    border-radius: 5px; }
    .back-to-top .triangle:nth-child(1) {
      -webkit-animation: BTT 1.5s linear 0.6s infinite;
      animation: BTT 1.5s linear 0.6s infinite; }
    .back-to-top .triangle:nth-child(2) {
      -webkit-animation: BTT 1.5s linear 0.3s infinite;
      animation: BTT 1.5s linear 0.3s infinite; }
    .back-to-top .triangle:nth-child(3) {
      -webkit-animation: BTT 1.5s linear 0s infinite;
      animation: BTT 1.5s linear 0s infinite; }
  @media only screen and (min-width: 901px) {
    .back-to-top:hover {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0); } }

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

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

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

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

.hd-nav {
  height: 100%; }
  .hd-nav .menu-nav {
    height: 100%; }
    .hd-nav .menu-nav.mona-hd-mn-bt {
      display: flex;
      justify-content: space-between;}
      .hd-social {margin-left: 4rem}
      .hd-social .social-link {    
        width: 4rem;
        height: 4rem;}
    .hd-nav .menu-nav > .menu-list {
      height: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: flex-start;
      gap: 20px; }
      .hd-nav .menu-nav > .menu-list > .menu-item {
        height: 100%;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .hd-nav .menu-nav > .menu-list > .menu-item:not(:first-child) {
          margin-left: 2.4rem; }
          @media screen and (max-width: 1100px) {
            .hd-nav .menu-nav > .menu-list > .menu-item:not(:first-child) {
              margin-left: 2rem; } }
        .hd-nav .menu-nav > .menu-list > .menu-item:last-child > .menu-list {
          left: initial;
          right: 0; }
        .hd-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: var(--primary-color);
          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; }
        .hd-nav .menu-nav > .menu-list > .menu-item::after {
          content: '';
          position: absolute;
          background-image: var(--icon-decor);
          width: 2rem;
          height: 2rem;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          left: calc(100% + .2rem);
          top: .4rem;
          -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
          -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); }
        .hd-nav .menu-nav > .menu-list > .menu-item:hover:not(.dropdown)::before, .hd-nav .menu-nav > .menu-list > .menu-item:has(.current-menu-item)::before {
          width: 100%; }
        .hd-nav .menu-nav > .menu-list > .menu-item:hover:not(.dropdown)::after, .hd-nav .menu-nav > .menu-list > .menu-item:has(.current-menu-item)::after {
          -webkit-animation: menuLa 1s ease-in-out 0.5s forwards;
          animation: menuLa 1s ease-in-out 0.5s forwards; }
        .hd-nav .menu-nav > .menu-list > .menu-item.dropdown:hover::before {
          width: 0; }
        .hd-nav .menu-nav > .menu-list > .menu-item:hover > a i {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
        .hd-nav .menu-nav > .menu-list > .menu-item > .menu-link {
          height: 100%;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          color: var(--body-color); }
        .hd-nav .menu-nav > .menu-list > .menu-item.current_page_item::before, .hd-nav .menu-nav > .menu-list > .menu-item.current-menu-item::before, .hd-nav .menu-nav > .menu-list > .menu-item.current_page_parent::before, .hd-nav .menu-nav > .menu-list > .menu-item.current-menu-parent::before, .hd-nav .menu-nav > .menu-list > .menu-item.current-post-parent::before {
          width: 100%; }
        .hd-nav .menu-nav > .menu-list > .menu-item.current_page_item::after, .hd-nav .menu-nav > .menu-list > .menu-item.current-menu-item::after, .hd-nav .menu-nav > .menu-list > .menu-item.current_page_parent::after, .hd-nav .menu-nav > .menu-list > .menu-item.current-menu-parent::after, .hd-nav .menu-nav > .menu-list > .menu-item.current-post-parent::after {
          -webkit-animation: menuLa 1s ease-in-out 0.5s forwards;
          animation: menuLa 1s ease-in-out 0.5s forwards; }
        .hd-nav .menu-nav > .menu-list > .menu-item > .menu-list {
          top: calc(100% + 1rem); }
  .hd-nav .menu-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .hd-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; }
    .hd-nav .menu-item:hover > .menu-list {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
      .hd-nav .menu-item:hover > .menu-list > .menu-item.current_page_item > a, .hd-nav .menu-item:hover > .menu-list > .menu-item.current-menu-item > a {
        color: var(--primary-color); }
    .hd-nav .menu-item .menu-link,
    .hd-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; }
      .hd-nav .menu-item .menu-link i,
      .hd-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; }
    .hd-nav .menu-item > .menu-link,
    .hd-nav .menu-item > a {
      color: var(--body-color);
      font-weight: 600;
      display: block;
      font-size: 1.6rem; }
      .hd-nav .menu-item > .menu-link > i,
      .hd-nav .menu-item > a > i {
        display: none;
        font-weight: 600;
        margin-left: 0.4rem;
        font-size: 1.4rem;
        color: var(--primary-color); }
    .hd-nav .menu-item.dropdown > a > i {
      display: inline-block; }
    .hd-nav .menu-item > .menu-list {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 25rem;
      max-width: 28rem;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      background: white;
      -webkit-box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
      box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
      border-radius: .8rem;
      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;
      -webkit-transform: translate(0, -5px);
      transform: translate(0, -5px); }
      .hd-nav .menu-item > .menu-list > .menu-item {
        margin-left: 0;
        width: 100%; }
        .hd-nav .menu-item > .menu-list > .menu-item:hover::after {
          opacity: 1; }
        .hd-nav .menu-item > .menu-list > .menu-item:hover > .menu-link,
        .hd-nav .menu-item > .menu-list > .menu-item:hover > a {
          color: var(--primary-color); }
          .hd-nav .menu-item > .menu-list > .menu-item:hover > .menu-link::after,
          .hd-nav .menu-item > .menu-list > .menu-item:hover > a::after {
            width: 100%; }
        .hd-nav .menu-item > .menu-list > .menu-item > .menu-link,
        .hd-nav .menu-item > .menu-list > .menu-item > a {
          padding: .8rem 1.6rem;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          position: relative; }
          .hd-nav .menu-item > .menu-list > .menu-item > .menu-link > i,
          .hd-nav .menu-item > .menu-list > .menu-item > a > i {
            -webkit-transform: rotate(-90deg) translate(5px, 0);
            transform: rotate(-90deg) translate(5px, 0);
            margin-top: 0.8rem;
            font-size: 1rem; }
        .hd-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, .mobile-nav .menu-nav > .menu-list > .menu-item.current_page_parent > a, .mobile-nav .menu-nav > .menu-list > .menu-item.current-menu-parent > a, .mobile-nav .menu-nav > .menu-list > .menu-item.current-post-parent > a {
  color: var(--primary-color);
  padding-left: 3rem; }
  .mobile-nav .menu-nav > .menu-list > .menu-item.current_page_item > a::after, .mobile-nav .menu-nav > .menu-list > .menu-item.current-menu-item > a::after, .mobile-nav .menu-nav > .menu-list > .menu-item.current_page_parent > a::after, .mobile-nav .menu-nav > .menu-list > .menu-item.current-menu-parent > a::after, .mobile-nav .menu-nav > .menu-list > .menu-item.current-post-parent > a::after {
    opacity: 1; }

.mobile-nav .menu-nav > .menu-list > .menu-item:has(.current-menu-item) > a {
  color: var(--primary-color); }

.mobile-nav .menu-nav > .menu-list > .menu-item > a {
  padding: 1.2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #303030;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative; }
  .mobile-nav .menu-nav > .menu-list > .menu-item > a::after {
    content: '';
    position: absolute;
    background-image: var(--icon-decor);
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 1rem;
    top: 1.4rem;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    opacity: 0; }
  .mobile-nav .menu-nav > .menu-list > .menu-item > a::before {
    display: none; }

.mobile-nav .menu-item.dropdown > a > i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.mobile-nav .menu-item.active > a > i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.mobile-nav .menu-item a {
  position: relative; }
  .mobile-nav .menu-item a i {
    width: 2rem;
    height: 2rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    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: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.2rem;
  font-size: 1.4rem;
  color: var(--body-color);
  font-weight: 500;
  text-transform: uppercase; }

.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: var(--primary-color); }
  .mobile-nav .menu-item > .menu-list > .menu-item:has(.current-menu-item) > a {
    color: var(--primary-color); }

@-webkit-keyframes menuLa {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
  75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }

@keyframes menuLa {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
  75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }

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

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

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-color); }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color); }

.hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  border-bottom: .1rem solid transparent;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  background-color: white; }
  @media screen and (max-width: 1199px) {
    .hd {
      border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
      background-color: white; }
    .hd-social {display: none} }
  @media screen and (min-width: 1200px) {
    .hd.sticky {
      border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
      -webkit-transform: translateY(calc(var(--size-hd-sale) * -1));
      transform: translateY(calc(var(--size-hd-sale) * -1)); }
      .hd.sticky ~ .cate {
        top: calc(var(--size-hd-top) + var(--size-hd-bot) + 1.5rem); }
      .hd.sticky ~ .cate-btn.out {
        top: calc(var(--size-hd-top) + var(--size-hd-bot) + 5rem); } }
  .hd-sale {
    height: var(--size-hd-sale);
    color: white;
    background-color: var(--primary-color);
    text-align: center;
    border-radius: 0 0 2.4rem 2.4rem; }
    .hd-sale .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .hd-sale-text {
      font-size: 1.4rem; }
      .hd-sale-text span {
        font-size: 1.6rem;
        font-weight: 700; }
      @media screen and (max-width: 500px) {
        .hd-sale-text {
          font-size: 1.2rem; }
          .hd-sale-text span {
            font-size: 1.4rem; } }
      @media screen and (max-width: 350px) {
        .hd-sale-text {
          font-size: 1rem; }
          .hd-sale-text span {
            font-size: 1.2rem; } }
  .hd-top {
    height: var(--size-hd-top);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  .hd-bot {
    height: var(--size-hd-bot); }
    @media screen and (max-width: 1199px) {
      .hd-bot {
        display: none; } }
  .hd-logo-inner {
    width: calc(100% + 20rem);
    margin-left: -20rem; }
    @media screen and (max-width: 1650px) {
      .hd-logo-inner {
        width: 100%;
        margin-left: 0;
        margin-right: 2.4rem; } }
  .hd-logo .custom-logo-link {
    width: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media screen and (max-width: 1199px) {
      .hd-logo .custom-logo-link {
        width: 7rem; } }
    @media screen and (max-width: 360px) {
      .hd-logo .custom-logo-link {
        width: 6rem; } }
    .hd-logo .custom-logo-link img {
      width: 100%; }
  .hd-main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .hd-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .hd-right .re-search {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .hd-ct {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.4rem;
    margin-left: 4rem; }
    @media screen and (max-width: 1199px) {
      .hd-ct {
        margin-left: 2.4rem; } }
    @media screen and (max-width: 1000px) {
      .hd-ct {
        gap: 1.6rem; } }
    @media screen and (max-width: 750px) {
      .hd-ct {
        margin-left: auto; } }
    .hd-ct .hd-icon-cate,
    .hd-ct .hd-icon-search,
    .hd-ct .icon {
      width: 4.4rem;
      height: 4.4rem;
      border-radius: 100rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      position: relative; }
      @media screen and (max-width: 400px) {
        .hd-ct .hd-icon-cate,
        .hd-ct .hd-icon-search,
        .hd-ct .icon {
          width: 4rem;
          height: 4rem; } }
      .hd-ct .hd-icon-cate::before,
      .hd-ct .hd-icon-search::before,
      .hd-ct .icon::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border-radius: inherit;
        border: 0.1rem solid var(--color);
        z-index: 2;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
        @media screen and (max-width: 1199px) {
          .hd-ct .hd-icon-cate::before,
          .hd-ct .hd-icon-search::before,
          .hd-ct .icon::before {
            -webkit-transform: scale(1.2);
            transform: scale(1.2); } }
      .hd-ct .hd-icon-cate img,
      .hd-ct .hd-icon-search img,
      .hd-ct .icon img {
        width: 2rem;
        border-radius: unset; }
      .hd-ct .icon svg {
        width: 2rem; }
    .hd-ct .hd-icon-search {
      --color: #FDE2D9;
      background-color: #FDE2D9;
      cursor: pointer; }
      @media screen and (min-width: 751px) {
        .hd-ct .hd-icon-search {
          display: none; } }
      .hd-ct .hd-icon-search img {
        width: 1.8rem;
        position: relative;
        top: -.1rem;
        left: -.1rem; }
    .hd-ct .hd-icon-cate {
      --color: var(--primary-color);
      background-color: var(--primary-color);
      cursor: pointer; }
      @media screen and (min-width: 1200px) {
        .hd-ct .hd-icon-cate {
          display: none; } }
      @media screen and (max-width: 800px) {
        .hd-ct .hd-icon-cate {
          display: none; } }
      .hd-ct .hd-icon-cate img {
        width: 2rem;
        border-radius: unset;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
      .hd-ct .hd-icon-cate.active img {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    .hd-ct-item {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 1rem;
      font-size: 1.4rem;
      white-space: nowrap;
      cursor: pointer; }
      @media (hover: hover) {
        .hd-ct-item:hover .icon::before {
          -webkit-transform: scale(1.2);
          transform: scale(1.2); } }
      .hd-ct-item .content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .hd-ct-item .content .title {
          display: block; }
        .hd-ct-item .content .action {
          font-weight: 700; }
      .hd-ct-item.hd-ct-phone {
        --color: var(--primary-color-opacity); }
        @media screen and (max-width: 1000px) {
          .hd-ct-item.hd-ct-phone {
            display: none; } }
        .hd-ct-item.hd-ct-phone .icon {
          background-color: var(--color); }
          .hd-ct-item.hd-ct-phone .icon svg {
            width: 2rem;
            height: auto;
            color: var(--primary-color); }
        .hd-ct-item.hd-ct-phone .action {
          color: var(--primary-color); }
        @media screen and (max-width: 1000px) {
          .hd-ct-item.hd-ct-phone .content {
            display: none; } }
      .hd-ct-item.hd-ct-regi {
        --color: var(--second-color-opacity); }
        .hd-ct-item.hd-ct-regi .icon {
          background-color: var(--color); }
        .hd-ct-item.hd-ct-regi .action {
          color: var(--second-color);
          white-space: break-spaces;
          max-width: 9rem; }
        .hd-ct-item.hd-ct-regi .icon svg {
          color: var(--second-color); }
        @media screen and (max-width: 600px) {
          .hd-ct-item.hd-ct-regi .content {
            display: none; } }
        .hd-ct-item.hd-ct-regi.regied {
          display: none; }
          .hd-ct-item.hd-ct-regi.regied .icon img {
            width: 4rem;
            height: 4rem;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: inherit; }
      .hd-ct-item.hd-ct-cart {
        --color: var(--third-color-opacity);
        position: relative; }
        .hd-ct-item.hd-ct-cart .icon {
          background-color: var(--color); }
          .hd-ct-item.hd-ct-cart .icon svg {
            color: var(--third-color); }
        .hd-ct-item.hd-ct-cart .action {
          color: var(--third-color); }
        @media screen and (max-width: 750px) {
          .hd-ct-item.hd-ct-cart {
            gap: 0; }
            .hd-ct-item.hd-ct-cart .title {
              display: none; }
            .hd-ct-item.hd-ct-cart .text {
              display: none; }
            .hd-ct-item.hd-ct-cart .number {
              width: 2.4rem;
              height: 2.4rem;
              border-radius: 100rem;
              background-color: var(--color);
              border: .1rem solid var(--third-color);
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              font-size: 1.2rem;
              position: absolute;
              z-index: 3;
              top: 0;
              right: -.8rem;
              top: -.4rem; } }
  .hd-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    margin-left: 2.4rem; }
    @media screen and (min-width: 1200px) {
      .hd-burger {
        display: none; } }
    @media screen and (max-width: 600px) {
      .hd-burger .text {
        display: none; } }
  @media screen and (max-width: 750px) {
    .hd .re-search {
      position: absolute;
      top: calc(100% + 1rem);
      right: 1rem;
      left: 1rem;
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translate(0, 2rem);
      transform: translate(0, 2rem); }
      .hd .re-search.open {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); } }
  .hd .re-search form {
    width: 100%; }

.re-search-wrap {
  position: relative; }
  .re-search-wrap .re-input {
    padding: 1.2rem 1.6rem;
    border-radius: .8rem;
    border: .1rem solid var(--primary-color);
    padding-right: 5rem;
    font-size: 1.4rem;
    font-weight: 500;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: white; }
    .re-search-wrap .re-input:focus {
      border-color: var(--second-color); }

.re-search-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 1.5rem; }
  .re-search-btn path {
    fill: var(--primary-color); }

.ft {
  padding-top: calc(8rem - (44/1728 * 100vw));
  font-size: 1.4rem;
  position: relative; }
  @media screen and (max-width: 800px) {
    .ft {
      padding-bottom: 5rem; } }
  .ft::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background-color: var(--primary-color-opacity); }
  @media screen and (max-width: 1199px) {
    .ft {
      padding-top: calc(4rem + (44/1728 * 100vw)); } }
  .ft-rc {
    height: calc(44/1728 * 100vw);
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    z-index: 1; }
    @media screen and (max-width: 1300px) {
      .ft-rc {
        display: none; } }
    .ft-rc img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .ft-rc svg {
      transform: rotate(180deg) translateY(-3px); 
      width: 100%;
      height: 100%; }
      .ft-rc svg path {
        fill: var(--primary-color-opacity); }
  .ft-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2.4rem;
    margin-bottom: 4rem; }
    @media screen and (max-width: 700px) {
      .ft-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media screen and (max-width: 700px) {
      .ft-top .left {
        width: 100%; } }
    .ft-top .right {
      width: 78rem;
      max-width: 100%; }
      @media screen and (max-width: 700px) {
        .ft-top .right {
          width: 100%; } }
  .ft-regi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem; }
    @media screen and (max-width: 700px) {
      .ft-regi {
        text-align: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .ft-regi .title {
          width: 100%;
          white-space: unset; } }
    .ft-regi form {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      @media screen and (max-width: 700px) {
        .ft-regi form {
          width: 100%;
          -webkit-box-flex: unset;
          -ms-flex: unset;
          flex: unset; } }
    .ft-regi-wrap {
      position: relative; }
      .ft-regi-wrap .re-input {
        padding: 1.6rem;
        border-radius: .8rem;
        background-color: white;
        padding-right: 5rem; }
    .ft-regi .title {
      font-size: 3.2rem;
      font-weight: 700;
      color: var(--primary-color);
      white-space: nowrap; }
      @media only screen and (max-width: 1200px) {
        .ft-regi .title {
          font-size: 2.7rem; } }
      @media only screen and (max-width: 800px) {
        .ft-regi .title {
          font-size: 2.2rem; } }
    .ft-regi-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      width: 2rem;
      height: 2rem;
      right: 1.8rem; }
      .ft-regi-btn img {
        width: 100%; }
      .ft-regi-btn svg path {
        fill: var(--primary-color); }
  .ft .custom-logo-link {
    width: 14rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%; }
    @media screen and (max-width: 700px) {
      .ft .custom-logo-link {
        margin: 0 auto;
        width: 14rem; } }
    .ft .custom-logo-link img {
      width: 100%;
      display: block; }
  .ft-col:nth-child(1) {
    width: calc(4/12 * 100%); }
    @media screen and (max-width: 1100px) {
      .ft-col:nth-child(1) {
        width: 50%; } }
    @media screen and (max-width: 600px) {
      .ft-col:nth-child(1) {
        width: 100%; } }
  .ft-col:nth-child(2) {
    width: calc(3/12 * 100%); }
    @media screen and (max-width: 1100px) {
      .ft-col:nth-child(2) {
        width: 50%; } }
    @media screen and (max-width: 600px) {
      .ft-col:nth-child(2) {
        width: 100%; } }
  .ft-col:nth-child(3) {
    width: calc(3/12 * 100%); }
    @media screen and (max-width: 1100px) {
      .ft-col:nth-child(3) {
        width: 50%; } }
    @media screen and (max-width: 370px) {
      .ft-col:nth-child(3) {
        width: 100%; } }
  .ft-col:nth-child(4) {
    width: calc(2/12 * 100%); }
    @media screen and (max-width: 1100px) {
      .ft-col:nth-child(4) {
        width: 50%; } }
    @media screen and (max-width: 370px) {
      .ft-col:nth-child(4) {
        width: 100%; } }
  .ft-col-block:not(:last-child) {
    margin-bottom: 2.4rem; }
  .ft-col-block .textwidget p+p {
    margin-top: 1rem;
  }
  .ft-title {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
    font-weight: 700; }
  .ft-bct {
    width: 16rem;
    max-width: 100%; }
    .ft-bct img {
      width: 100%;
      display: block; }
  .ft-ct-nav {
    margin-bottom: .8rem; }
    .ft-ct-nav .swiper {
      --cg: .8rem; }
      .ft-ct-nav .swiper-slide {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        cursor: pointer; }
        .ft-ct-nav .swiper-slide.active .ft-ct-nav-item {
          background-color: var(--primary-color);
          color: white; }
    .ft-ct-nav-item {
      padding: .4rem .8rem;
      border-radius: .4rem;
      background-color: rgba(251, 179, 33, 0.2);
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
  .ft-ct-fl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    font-weight: 700;
    margin-bottom: .8rem; }
    .ft-ct-fl img {
      width: 1.5rem;
      position: relative;
      display: block;
      top: -.1rem; }
  .ft-ct-panel {
    display: none; }
  .ft-ct-item:not(:last-child) {
    margin-bottom: 1.2rem; }
  .ft-ct-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .4rem; }
  .ft-menu .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .4rem; }
  .ft-menu .menu-item.current-menu-item {
    color: var(--primary-color);
    font-weight: 700; }
  .ft-cp {
    text-align: center;
    padding: 1.2rem 0;
    color: #3a3a3a;
    font-weight: 700;
    background-color: var(--primary-color);
    margin-top: 8rem;
    border-radius: 2.4rem 2.4rem 0 0; }
    .mona-copyright .txt {color: white;line-height: 120%;}
    .mona-copyright img {max-width: 18rem !important;}
    @media screen and (max-width: 500px) {
      .ft-cp {
        font-size: 1.2rem; } }

.hd-burger {
  padding: 1rem 0;
  cursor: pointer; }
  .hd-burger.active .line:nth-child(1) {
    -webkit-transform: translate3d(0, 0.3rem, 0) rotate(45deg) !important;
    transform: translate3d(0, 0.3rem, 0) rotate(45deg) !important; }
  .hd-burger.active .line:nth-child(2) {
    -webkit-transform: translate3d(0, -0.4rem, 0) rotate(135deg) !important;
    transform: translate3d(0, -0.4rem, 0) rotate(135deg) !important;
    width: 2.4rem; }

.burger {
  position: relative; }

.hamburger .line {
  width: 2.4rem;
  height: 0.2rem;
  border-radius: .4rem;
  background: var(--primary-color);
  display: block;
  margin: 0.5rem 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }
  .hamburger .line:nth-child(2) {
    width: 1.8rem;
    margin-left: auto; }

.mobile {
  position: fixed;
  z-index: 140;
  top: calc(var(--size-hd-sale) + var(--size-hd-top));
  left: 0;
  bottom: 0;
  min-width: 50rem;
  width: 50rem;
  background-color: white;
  -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  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;
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%); }
  @media screen and (max-width: 500px) {
    .mobile {
      width: 70%;
      min-width: initial; } }
  @media screen and (max-width: 800px) {
    .mobile {
      bottom: 5rem; } }
  .mobile.sticky {
    top: calc(var(--size-hd-sale) + var(--size-hd-top)); }
  .mobile.open {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  @media screen and (min-width: 1200px) {
    .mobile {
      display: none; } }
  .mobile-con {
    width: 100%;
    height: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto; }
  .mobile-heading {
    font-size: 1.8rem;
    line-height: 1.5;
    color: var(--primary-color);
    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;
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    top: calc(var(--size-hd-sale) + var(--size-hd-top)); }
    .mobile-overlay.sticky {
      top: calc(var(--size-hd-sale) + var(--size-hd-top)); }
    .mobile-overlay.open {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    @media screen and (min-width: 1200px) {
      .mobile-overlay {
        display: none; } }
  .mobile-wr {
    padding-bottom: 6rem;
    position: relative; }
  .mobile-list {
    margin-bottom: 2rem; }
  .mobile-content {
    padding: 2.4rem 1.6rem; }
  .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: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .mobile-mxh-link {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      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: var(--primary-color);
    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: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .mobile-re-link {
      font-size: 1.6rem;
      color: var(--primary-color);
      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 var(--primary-color);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
    background-color: white; }
    .mobile-close:hover .icon {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); }
    .mobile-close .icon {
      -webkit-transition: 0.6s ease-in-out;
      transition: 0.6s ease-in-out;
      font-weight: 500;
      font-size: 1.8rem;
      color: var(--primary-color); }
  .mobile-fl .fw-6 {
    margin-bottom: 0.8rem;
    margin-bottom: 0.8rem;
    display: inline;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    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.8rem;
  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.8rem;
  background-color: transparent;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  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.4rem;
  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;
  padding-left: 1.4rem; }

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

.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: #e6eeed;
  color: #000000; }

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: var(--primary-color);
  font-size: 1.4rem; }

.select2-container--default .select2-results__option--selected {
  background-color: #e6eeed;
  color: #000000;
  font-size: 1.4rem; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  border-color: #000 transparent transparent transparent; }

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

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

.select2-results {
  display: block;
  border-radius: 6px !important;
  overflow: hidden; }

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

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1.4rem;
  font-weight: 700;
  color: var(--body-color);
  padding-right: 3rem; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--body-color); }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -1.2rem; }

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  font-size: 1.6rem; }

.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-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  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: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 5;
  cursor: pointer;
  border-radius: 0.6rem; }
  .sl-head::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 13px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid var(--primary-color); }
  .sl-head::after {
    content: "";
    position: absolute;
    right: 1rem;
    bottom: 1.3rem;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid var(--primary-color); }

.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;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  .sl-item:hover {
    background-color: var(--primary-color);
    color: white; }

.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  pointer-events: none; }
  .popup.open {
    visibility: visible;
    pointer-events: visible; }
    .popup.open .popup-overlay {
      opacity: 1;
      visibility: visible;
      height: 100%; }
    .popup.open .popup-main {
      opacity: 1;
      visibility: visible;
      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: 0.1s;
      -webkit-transition-delay: 0.1s;
      -moz-transition-delay: 0.1s;
      -ms-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      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%); }
  .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; }
  .popup-main {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 70rem;
    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;
    clip-path: polygon();
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -ms-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -o-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }
    .popup-main-wrapper {
      overflow: hidden;
      border-radius: 6px; }
  .popup-over {
    overflow-y: auto;
    min-height: 40vh;
    max-height: 80vh; }
  .popup-wrapper {
    background-color: white;
    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: 1.6rem;
    right: 1.6rem;
    cursor: pointer;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    width: 3rem;
    height: 3rem;
    border: 1px solid rgba(0, 0, 0, 0.3);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: white;
    z-index: 3; }
    .popup-close:hover .icon {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); }
    .popup-close .icon {
      color: #000000;
      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; }
  .popup-gg .popup-wrapper {
    padding: 2.4rem;
    max-height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (max-width: 600px) {
      .popup-gg .popup-wrapper {
        padding: 1.6rem; } }
  .popup-gg .popup-main-wrapper {
    border-radius: 1.6rem; }
    @media screen and (max-width: 600px) {
      .popup-gg .popup-main-wrapper {
        border-radius: .8rem; } }
  .popup-gg .popup-over {
    overflow: hidden; }
  .popup-gg-body {
    margin-top: 1.6rem;
    margin-right: -.8rem;
    padding-right: .8rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto; }
    .popup-gg-body::-webkit-scrollbar {
      width: .2rem; }
  .popup-changepass-success .popup-main {
    width: 40rem; }
  .popup-changepass-success .popup-over,
  .popup-changepass-success .popup-wrapper {
    min-height: unset; }
  .popup-changepass-success .popup-wrapper {
    padding: 1.6rem; }
  .popup-changepass-success .ods-tb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .popup-changepass-success .ods-tb-icon {
    width: 6rem;
    height: 6rem; }
  .popup-changepass-success .ods-tb-icon .inner {
    width: 4rem;
    height: 4rem; }
  .popup-changepass-success .ods-tb-icon .icon {
    width: 2rem;
    height: 2rem; }
  .popup-changepass-success .ods-tb-content {
    font-weight: 700;
    color: var(--third-color);
    font-size: 2.4rem; }
  .popup-changepass-success .popup-close {
    display: none; }

.ggs-item:not(:last-child) {
  margin-bottom: 1.2rem; }

.ggs-item.disable .ggs-wrap {
  background-color: #f5f5f5;
  pointer-events: none;
  position: relative; }
  .ggs-item.disable .ggs-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2); }

.ggs-wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  padding: 2.4rem;
  border-radius: 1.6rem;
  background-color: var(--primary-color-opacity); }
  @media screen and (max-width: 600px) {
    .ggs-wrap {
      padding: 1.6rem;
      border-radius: .8rem; } }

.ggs-name {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-color); }
  @media only screen and (max-width: 1200px) {
    .ggs-name {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 800px) {
    .ggs-name {
      font-size: 1.6rem; } }

.ggs-tag {
  font-weight: 700;
  color: var(--third-color); }

@media screen and (max-width: 600px) {
  .ggs-des {
    font-size: 1.4rem; } }

.ggs .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .2rem; }
  @media screen and (max-width: 600px) {
    .ggs .left {
      width: 100%; } }

.ggs .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .2rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media screen and (max-width: 600px) {
    .ggs .right {
      width: 100%;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }

.ggs-btn-gr {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: .6rem; }

.ggs-btn {
  font-size: 1.4rem;
  font-weight: 700;
  padding: .8rem 1.6rem;
  border-radius: 100rem;
  background-color: var(--primary-color);
  color: white;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  margin-top: auto; }
  .ggs-btn.second {
    border: 0.1rem solid var(--primary-color);
    color: var(--primary-color);
    background-color: transparent; }
    @media (hover: hover) {
      .ggs-btn.second:hover {
        border-color: var(--third-color);
        color: white; } }
  @media (hover: hover) {
    .ggs-btn:hover {
      background-color: var(--third-color); } }

.ggs-time {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: .4rem;
  color: var(--third-color); }
  @media screen and (max-width: 600px) {
    .ggs-time {
      font-size: 1.2rem; } }
  .ggs-time-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .8rem; }

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

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

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-inner {
  0% {
    height: 0%; }
  25% {
    height: 0%; }
  50% {
    height: 100%; }
  75% {
    height: 100%; }
  100% {
    height: 0%; } }

@keyframes loader-inner {
  0% {
    height: 0%; }
  25% {
    height: 0%; }
  50% {
    height: 100%; }
  75% {
    height: 100%; }
  100% {
    height: 0%; } }

.dateTime {
  position: relative;
  height: 4.8rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  z-index: 2;
  border-radius: .8rem;
  overflow: hidden; }

.dateTimeItem {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit; }

.dateTimeText {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  background-color: white;
  z-index: 2; }
  .dateTimeText.disable {
    opacity: 0;
    visibility: hidden; }

.dateTimeInput {
  padding: 0.8rem 1.4rem;
  background-color: transparent;
  width: 100%;
  font-family: "Quicksand", sans-serif;
  border: none;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  border-radius: inherit; }

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }

@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }

.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX; }

@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

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

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

.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

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

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

.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown; }

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft; }

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight; }

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp; }

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown; }

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft; }

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight; }

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp; }

/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }

.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }

.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2); } }

.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }

.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft; }

@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight; }

@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft; }

@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight; }

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

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

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

.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); } }

@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); } }

.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft; }

@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); } }

@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); } }

.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight; }

@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); } }

@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); } }

.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight; }

@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); } }

@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); } }

.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft; }

/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOutRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOutLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0; } }

.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

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

.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0); } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0); } }

.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0); } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0); } }

.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

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

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

.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

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

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

.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

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

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

.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

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

.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

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

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

.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

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

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

.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

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

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

.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.custom-bounce {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-bounce.active {
    animation: bounce var(--duration) forwards;
    -webkit-animation: bounce var(--duration) forwards;
    -moz-animation: bounce var(--duration) forwards;
    -ms-animation: bounce var(--duration) forwards;
    -o-animation: bounce var(--duration) forwards; }

.custom-bounceIn {
  opacity: 0;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-bounceIn.active {
    animation: bounceIn var(--duration) forwards;
    -webkit-animation: bounceIn var(--duration) forwards;
    -moz-animation: bounceIn var(--duration) forwards;
    -ms-animation: bounceIn var(--duration) forwards;
    -o-animation: bounceIn var(--duration) forwards; }

.custom-bounceInRight {
  -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
  transform: translate3d(3000px, 0, 0) scaleX(3);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-bounceInRight.active {
    animation: bounceInRight var(--duration) forwards;
    -webkit-animation: bounceInRight var(--duration) forwards;
    -moz-animation: bounceInRight var(--duration) forwards;
    -ms-animation: bounceInRight var(--duration) forwards;
    -o-animation: bounceInRight var(--duration) forwards; }

.custom-bouncenInLeft {
  -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
  transform: translate3d(-3000px, 0, 0) scaleX(3);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-bouncenInLeft.active {
    animation: bounceInLeft var(--duration) forwards;
    -webkit-animation: bounceInLeft var(--duration) forwards;
    -moz-animation: bounceInLeft var(--duration) forwards;
    -ms-animation: bounceInLeft var(--duration) forwards;
    -o-animation: bounceInLeft var(--duration) forwards; }

.custom-bounceInUp {
  -webkit-transform: translateY(2000px);
  transform: translateY(2000px);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-bounceInUp.active {
    animation: bounceInUp var(--duration) forwards;
    -webkit-animation: bounceInUp var(--duration) forwards;
    -moz-animation: bounceInUp var(--duration) forwards;
    -ms-animation: bounceInUp var(--duration) forwards;
    -o-animation: bounceInUp var(--duration) forwards; }

.custom-bounceInDown {
  -webkit-transform: translateY(-2000px);
  transform: translateY(-2000px);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-bounceInDown.active {
    animation: bounceInDown var(--duration) forwards;
    -webkit-animation: bounceInDown var(--duration) forwards;
    -moz-animation: bounceInDown var(--duration) forwards;
    -ms-animation: bounceInDown var(--duration) forwards;
    -o-animation: bounceInDown var(--duration) forwards; }

.custom-bounceOut {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-bounceOut.active {
    animation: bounceOut var(--duration) forwards;
    -webkit-animation: bounceOut var(--duration) forwards;
    -moz-animation: bounceOut var(--duration) forwards;
    -ms-animation: bounceOut var(--duration) forwards;
    -o-animation: bounceOut var(--duration) forwards; }

.custom-bounceOutDown {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-bounceOutDown.active {
    animation: bounceOutDown var(--duration) forwards;
    -webkit-animation: bounceOutDown var(--duration) forwards;
    -moz-animation: bounceOutDown var(--duration) forwards;
    -ms-animation: bounceOutDown var(--duration) forwards;
    -o-animation: bounceOutDown var(--duration) forwards; }

.custom-bounceOutLeft {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-bounceOutLeft.active {
    animation: bounceOutLeft var(--duration) forwards;
    -webkit-animation: bounceOutLeft var(--duration) forwards;
    -moz-animation: bounceOutLeft var(--duration) forwards;
    -ms-animation: bounceOutLeft var(--duration) forwards;
    -o-animation: bounceOutLeft var(--duration) forwards; }

.custom-bounceOutRight {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-bounceOutRight.active {
    animation: bounceOutRight var(--duration) forwards;
    -webkit-animation: bounceOutRight var(--duration) forwards;
    -moz-animation: bounceOutRight var(--duration) forwards;
    -ms-animation: bounceOutRight var(--duration) forwards;
    -o-animation: bounceOutRight var(--duration) forwards; }

.custom-bounceOutUp {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-bounceOutUp.active {
    animation: bounceOutUp var(--duration) forwards;
    -webkit-animation: bounceOutUp var(--duration) forwards;
    -moz-animation: bounceOutUp var(--duration) forwards;
    -ms-animation: bounceOutUp var(--duration) forwards;
    -o-animation: bounceOutUp var(--duration) forwards; }

.custom-fadeIn {
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-fadeIn.active {
    animation: fadeIn var(--duration) forwards;
    -webkit-animation: fadeIn var(--duration) forwards;
    -moz-animation: fadeIn var(--duration) forwards;
    -ms-animation: fadeIn var(--duration) forwards;
    -o-animation: fadeIn var(--duration) forwards; }

.custom-fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-fadeInDown.active {
    animation: fadeInDown var(--duration) forwards;
    -webkit-animation: fadeInDown var(--duration) forwards;
    -moz-animation: fadeInDown var(--duration) forwards;
    -ms-animation: fadeInDown var(--duration) forwards;
    -o-animation: fadeInDown var(--duration) forwards; }

.custom-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-fadeInLeft.active {
    animation: fadeInLeft var(--duration) forwards;
    -webkit-animation: fadeInLeft var(--duration) forwards;
    -moz-animation: fadeInLeft var(--duration) forwards;
    -ms-animation: fadeInLeft var(--duration) forwards;
    -o-animation: fadeInLeft var(--duration) forwards; }

.custom-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-fadeInRight.active {
    animation: fadeInRight var(--duration) forwards;
    -webkit-animation: fadeInRight var(--duration) forwards;
    -moz-animation: fadeInRight var(--duration) forwards;
    -ms-animation: fadeInRight var(--duration) forwards;
    -o-animation: fadeInRight var(--duration) forwards; }

.custom-fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-fadeInUp.active {
    animation: fadeInUp var(--duration) forwards;
    -webkit-animation: fadeInUp var(--duration) forwards;
    -moz-animation: fadeInUp var(--duration) forwards;
    -ms-animation: fadeInUp var(--duration) forwards;
    -o-animation: fadeInUp var(--duration) forwards; }

.custom-fadeInLeftBig {
  -webkit-transform: translate3d(-2000px, 0, 0);
  transform: translate3d(-2000px, 0, 0);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
  opacity: 0; }
  .custom-fadeInLeftBig.active {
    animation: fadeInLeftBig var(--duration) forwards;
    -webkit-animation: fadeInLeftBig var(--duration) forwards;
    -moz-animation: fadeInLeftBig var(--duration) forwards;
    -ms-animation: fadeInLeftBig var(--duration) forwards;
    -o-animation: fadeInLeftBig var(--duration) forwards; }

.custom-fadeInRightBig {
  -webkit-transform: translate3d(2000px, 0, 0);
  transform: translate3d(2000px, 0, 0);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
  opacity: 0; }
  .custom-fadeInRightBig.active {
    -webkit-animation: fadeInRightBig var(--duration) forwards;
    animation: fadeInRightBig var(--duration) forwards; }

.custom-fadeInUpBig {
  -webkit-transform: translateY(2000px);
  transform: translateY(2000px);
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-fadeInUpBig.active {
    animation: fadeInUpBig var(--duration) forwards;
    -webkit-animation: fadeInUpBig var(--duration) forwards;
    -moz-animation: fadeInUpBig var(--duration) forwards;
    -ms-animation: fadeInUpBig var(--duration) forwards;
    -o-animation: fadeInUpBig var(--duration) forwards; }

.custom-fadeInDownBig {
  -webkit-transform: translateY(-2000px);
  transform: translateY(-2000px);
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-fadeInDownBig.active {
    animation: fadeInDownBig var(--duration) forwards;
    -webkit-animation: fadeInDownBig var(--duration) forwards;
    -moz-animation: fadeInDownBig var(--duration) forwards;
    -ms-animation: fadeInDownBig var(--duration) forwards;
    -o-animation: fadeInDownBig var(--duration) forwards; }

.custom-fadeInTopLeft {
  opacity: 0;
  -webkit-transform: translate3d(-100%, -100%, 0);
  transform: translate3d(-100%, -100%, 0);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-fadeInTopLeft.active {
    animation: fadeInTopLeft var(--duration) forwards;
    -webkit-animation: fadeInTopLeft var(--duration) forwards;
    -moz-animation: fadeInTopLeft var(--duration) forwards;
    -ms-animation: fadeInTopLeft var(--duration) forwards;
    -o-animation: fadeInTopLeft var(--duration) forwards; }

.custom-fadeInTopRight {
  opacity: 0;
  -webkit-transform: translate3d(100%, -100%, 0);
  transform: translate3d(100%, -100%, 0);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-fadeInTopRight.active {
    animation: fadeInTopRight var(--duration) forwards;
    -webkit-animation: fadeInTopRight var(--duration) forwards;
    -moz-animation: fadeInTopRight var(--duration) forwards;
    -ms-animation: fadeInTopRight var(--duration) forwards;
    -o-animation: fadeInTopRight var(--duration) forwards; }

.custom-fadeInBottomLeft {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 100%, 0);
  transform: translate3d(-100%, 100%, 0);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-fadeInBottomLeft.active {
    animation: fadeInBottomLeft var(--duration) forwards;
    -webkit-animation: fadeInBottomLeft var(--duration) forwards;
    -moz-animation: fadeInBottomLeft var(--duration) forwards;
    -ms-animation: fadeInBottomLeft var(--duration) forwards;
    -o-animation: fadeInBottomLeft var(--duration) forwards; }

.custom-fadeInBottomRight {
  opacity: 0;
  -webkit-transform: translate3d(100%, 100%, 0);
  transform: translate3d(100%, 100%, 0);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-fadeInBottomRight.active {
    animation: fadeInBottomRight var(--duration) forwards;
    -webkit-animation: fadeInBottomRight var(--duration) forwards;
    -moz-animation: fadeInBottomRight var(--duration) forwards;
    -ms-animation: fadeInBottomRight var(--duration) forwards;
    -o-animation: fadeInBottomRight var(--duration) forwards; }

.custom-fadeOut {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-fadeOut.active {
    animation: fadeOut var(--duration) forwards;
    -webkit-animation: fadeOut var(--duration) forwards;
    -moz-animation: fadeOut var(--duration) forwards;
    -ms-animation: fadeOut var(--duration) forwards;
    -o-animation: fadeOut var(--duration) forwards; }

.custom-fadeOutDown {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-fadeOutDown.active {
    animation: fadeOutDown var(--duration) forwards;
    -webkit-animation: fadeOutDown var(--duration) forwards;
    -moz-animation: fadeOutDown var(--duration) forwards;
    -ms-animation: fadeOutDown var(--duration) forwards;
    -o-animation: fadeOutDown var(--duration) forwards; }

.custom-fadeOutDownBig {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-fadeOutDownBig.active {
    animation: fadeOutDownBig var(--duration) forwards;
    -webkit-animation: fadeOutDownBig var(--duration) forwards;
    -moz-animation: fadeOutDownBig var(--duration) forwards;
    -ms-animation: fadeOutDownBig var(--duration) forwards;
    -o-animation: fadeOutDownBig var(--duration) forwards; }

.custom-fadeOutLeft {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-fadeOutLeft.active {
    animation: fadeOutLeft var(--duration) forwards;
    -webkit-animation: fadeOutLeft var(--duration) forwards;
    -moz-animation: fadeOutLeft var(--duration) forwards;
    -ms-animation: fadeOutLeft var(--duration) forwards;
    -o-animation: fadeOutLeft var(--duration) forwards; }

.custom-fadeOutLeftBig {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-fadeOutLeftBig.active {
    animation: fadeOutLeftBig var(--duration) forwards;
    -webkit-animation: fadeOutLeftBig var(--duration) forwards;
    -moz-animation: fadeOutLeftBig var(--duration) forwards;
    -ms-animation: fadeOutLeftBig var(--duration) forwards;
    -o-animation: fadeOutLeftBig var(--duration) forwards; }

.custom-fadeOutRight {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-fadeOutRight.active {
    animation: fadeOutRight var(--duration) forwards;
    -webkit-animation: fadeOutRight var(--duration) forwards;
    -moz-animation: fadeOutRight var(--duration) forwards;
    -ms-animation: fadeOutRight var(--duration) forwards;
    -o-animation: fadeOutRight var(--duration) forwards; }

.custom-fadeOutRightBig {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-fadeOutRightBig.active {
    animation: fadeOutRightBig var(--duration) forwards;
    -webkit-animation: fadeOutRightBig var(--duration) forwards;
    -moz-animation: fadeOutRightBig var(--duration) forwards;
    -ms-animation: fadeOutRightBig var(--duration) forwards;
    -o-animation: fadeOutRightBig var(--duration) forwards; }

.custom-fadeOutUp {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-fadeOutUp.active {
    animation: fadeOutUp var(--duration) forwards;
    -webkit-animation: fadeOutUp var(--duration) forwards;
    -moz-animation: fadeOutUp var(--duration) forwards;
    -ms-animation: fadeOutUp var(--duration) forwards;
    -o-animation: fadeOutUp var(--duration) forwards; }

.custom-fadeOutUpBig {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-fadeOutUpBig.active {
    animation: fadeOutUpBig var(--duration) forwards;
    -webkit-animation: fadeOutUpBig var(--duration) forwards;
    -moz-animation: fadeOutUpBig var(--duration) forwards;
    -ms-animation: fadeOutUpBig var(--duration) forwards;
    -o-animation: fadeOutUpBig var(--duration) forwards; }

.custom-fadeOutTopLeft {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-fadeOutTopLeft.active {
    animation: fadeOutTopLeft var(--duration) forwards;
    -webkit-animation: fadeOutTopLeft var(--duration) forwards;
    -moz-animation: fadeOutTopLeft var(--duration) forwards;
    -ms-animation: fadeOutTopLeft var(--duration) forwards;
    -o-animation: fadeOutTopLeft var(--duration) forwards; }

.custom-fadeOutTopRight {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-fadeOutTopRight.active {
    animation: fadeOutTopRight var(--duration) forwards;
    -webkit-animation: fadeOutTopRight var(--duration) forwards;
    -moz-animation: fadeOutTopRight var(--duration) forwards;
    -ms-animation: fadeOutTopRight var(--duration) forwards;
    -o-animation: fadeOutTopRight var(--duration) forwards; }

.custom-fadeOutBottomRight {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-fadeOutBottomRight.active {
    animation: fadeOutBottomRight var(--duration) forwards;
    -webkit-animation: fadeOutBottomRight var(--duration) forwards;
    -moz-animation: fadeOutBottomRight var(--duration) forwards;
    -ms-animation: fadeOutBottomRight var(--duration) forwards;
    -o-animation: fadeOutBottomRight var(--duration) forwards; }

.custom-fadeOutBottomLeft {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-fadeOutBottomLeft.active {
    animation: fadeOutBottomLeft var(--duration) forwards;
    -webkit-animation: fadeOutBottomLeft var(--duration) forwards;
    -moz-animation: fadeOutBottomLeft var(--duration) forwards;
    -ms-animation: fadeOutBottomLeft var(--duration) forwards;
    -o-animation: fadeOutBottomLeft var(--duration) forwards; }

.custom-zoomIn {
  opacity: 0;
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
  transform: scale3d(0.3, 0.3, 0.3);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-zoomIn.active {
    animation: zoomIn var(--duration) forwards;
    -webkit-animation: zoomIn var(--duration) forwards;
    -moz-animation: zoomIn var(--duration) forwards;
    -ms-animation: zoomIn var(--duration) forwards;
    -o-animation: zoomIn var(--duration) forwards; }

.custom-zoomInDown {
  opacity: 0;
  -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-zoomInDown.active {
    animation: zoomInDown var(--duration) forwards;
    -webkit-animation: zoomInDown var(--duration) forwards;
    -moz-animation: zoomInDown var(--duration) forwards;
    -ms-animation: zoomInDown var(--duration) forwards;
    -o-animation: zoomInDown var(--duration) forwards; }

.custom-zoomInLeft {
  opacity: 0;
  -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-zoomInLeft.active {
    animation: zoomInLeft var(--duration) forwards;
    -webkit-animation: zoomInLeft var(--duration) forwards;
    -moz-animation: zoomInLeft var(--duration) forwards;
    -ms-animation: zoomInLeft var(--duration) forwards;
    -o-animation: zoomInLeft var(--duration) forwards; }

.custom-zoomInRight {
  opacity: 0;
  -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-zoomInRight.active {
    animation: zoomInRight var(--duration) forwards;
    -webkit-animation: zoomInRight var(--duration) forwards;
    -moz-animation: zoomInRight var(--duration) forwards;
    -ms-animation: zoomInRight var(--duration) forwards;
    -o-animation: zoomInRight var(--duration) forwards; }

.custom-zoomInUp {
  opacity: 0;
  -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-zoomInUp.active {
    animation: zoomInUp var(--duration) forwards;
    -webkit-animation: zoomInUp var(--duration) forwards;
    -moz-animation: zoomInUp var(--duration) forwards;
    -ms-animation: zoomInUp var(--duration) forwards;
    -o-animation: zoomInUp var(--duration) forwards; }

.custom-zoomOut {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-zoomOut.active {
    animation: zoomOut var(--duration) forwards;
    -webkit-animation: zoomOut var(--duration) forwards;
    -moz-animation: zoomOut var(--duration) forwards;
    -ms-animation: zoomOut var(--duration) forwards;
    -o-animation: zoomOut var(--duration) forwards; }

.custom-zoomOutDown {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-zoomOutDown.active {
    animation: zoomOutDown var(--duration) forwards;
    -webkit-animation: zoomOutDown var(--duration) forwards;
    -moz-animation: zoomOutDown var(--duration) forwards;
    -ms-animation: zoomOutDown var(--duration) forwards;
    -o-animation: zoomOutDown var(--duration) forwards; }

.custom-zoomOutLeft {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-zoomOutLeft.active {
    animation: zoomOutLeft var(--duration) forwards;
    -webkit-animation: zoomOutLeft var(--duration) forwards;
    -moz-animation: zoomOutLeft var(--duration) forwards;
    -ms-animation: zoomOutLeft var(--duration) forwards;
    -o-animation: zoomOutLeft var(--duration) forwards; }

.custom-zoomOutRight {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-zoomOutRight.active {
    animation: zoomOutRight var(--duration) forwards;
    -webkit-animation: zoomOutRight var(--duration) forwards;
    -moz-animation: zoomOutRight var(--duration) forwards;
    -ms-animation: zoomOutRight var(--duration) forwards;
    -o-animation: zoomOutRight var(--duration) forwards; }

.custom-zoomOutUp {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-zoomOutUp.active {
    animation: zoomOutUp var(--duration) forwards;
    -webkit-animation: zoomOutUp var(--duration) forwards;
    -moz-animation: zoomOutUp var(--duration) forwards;
    -ms-animation: zoomOutUp var(--duration) forwards;
    -o-animation: zoomOutUp var(--duration) forwards; }

.custom-slideInDown {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  visibility: visible;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-slideInDown.active {
    animation: slideInDown var(--duration) forwards;
    -webkit-animation: slideInDown var(--duration) forwards;
    -moz-animation: slideInDown var(--duration) forwards;
    -ms-animation: slideInDown var(--duration) forwards;
    -o-animation: slideInDown var(--duration) forwards; }

.custom-slideInLeft {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  visibility: visible;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-slideInLeft.active {
    animation: slideInLeft var(--duration) forwards;
    -webkit-animation: slideInLeft var(--duration) forwards;
    -moz-animation: slideInLeft var(--duration) forwards;
    -ms-animation: slideInLeft var(--duration) forwards;
    -o-animation: slideInLeft var(--duration) forwards; }

.custom-slideInRight {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  visibility: visible;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-slideInRight.active {
    animation: slideInRight var(--duration) forwards;
    -webkit-animation: slideInRight var(--duration) forwards;
    -moz-animation: slideInRight var(--duration) forwards;
    -ms-animation: slideInRight var(--duration) forwards;
    -o-animation: slideInRight var(--duration) forwards; }

.custom-slideInUp {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  visibility: visible;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-slideInUp.active {
    animation: slideInUp var(--duration) forwards;
    -webkit-animation: slideInUp var(--duration) forwards;
    -moz-animation: slideInUp var(--duration) forwards;
    -ms-animation: slideInUp var(--duration) forwards;
    -o-animation: slideInUp var(--duration) forwards; }

.custom-slideOutDown {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-slideOutDown.active {
    animation: slideOutDown var(--duration) forwards;
    -webkit-animation: slideOutDown var(--duration) forwards;
    -moz-animation: slideOutDown var(--duration) forwards;
    -ms-animation: slideOutDown var(--duration) forwards;
    -o-animation: slideOutDown var(--duration) forwards; }

.custom-slideOutLeft {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-slideOutLeft.active {
    animation: slideOutLeft var(--duration) forwards;
    -webkit-animation: slideOutLeft var(--duration) forwards;
    -moz-animation: slideOutLeft var(--duration) forwards;
    -ms-animation: slideOutLeft var(--duration) forwards;
    -o-animation: slideOutLeft var(--duration) forwards; }

.custom-slideOutRight {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-slideOutRight.active {
    animation: slideOutRight var(--duration) forwards;
    -webkit-animation: slideOutRight var(--duration) forwards;
    -moz-animation: slideOutRight var(--duration) forwards;
    -ms-animation: slideOutRight var(--duration) forwards;
    -o-animation: slideOutRight var(--duration) forwards; }

.custom-slideOutUp {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-slideOutUp.active {
    animation: slideOutUp var(--duration) forwards;
    -webkit-animation: slideOutUp var(--duration) forwards;
    -moz-animation: slideOutUp var(--duration) forwards;
    -ms-animation: slideOutUp var(--duration) forwards;
    -o-animation: slideOutUp var(--duration) forwards; }

.custom-hinge {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-hinge.active {
    animation: hinge var(--duration) forwards;
    -webkit-animation: hinge var(--duration) forwards;
    -moz-animation: hinge var(--duration) forwards;
    -ms-animation: hinge var(--duration) forwards;
    -o-animation: hinge var(--duration) forwards; }

.custom-jackInTheBox {
  opacity: 0;
  -webkit-transform: scale(0.1) rotate(30deg);
  transform: scale(0.1) rotate(30deg);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-jackInTheBox.active {
    animation: jackInTheBox var(--duration) forwards;
    -webkit-animation: jackInTheBox var(--duration) forwards;
    -moz-animation: jackInTheBox var(--duration) forwards;
    -ms-animation: jackInTheBox var(--duration) forwards;
    -o-animation: jackInTheBox var(--duration) forwards; }

.custom-rollIn {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-rollIn.active {
    animation: rollIn var(--duration) forwards;
    -webkit-animation: rollIn var(--duration) forwards;
    -moz-animation: rollIn var(--duration) forwards;
    -ms-animation: rollIn var(--duration) forwards;
    -o-animation: rollIn var(--duration) forwards; }

.custom-rollOut {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-rollOut.active {
    animation: rollOut var(--duration) forwards;
    -webkit-animation: rollOut var(--duration) forwards;
    -moz-animation: rollOut var(--duration) forwards;
    -ms-animation: rollOut var(--duration) forwards;
    -o-animation: rollOut var(--duration) forwards; }

.custom-lightSpeedInRight {
  -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
  transform: translate3d(100%, 0, 0) skewX(-30deg);
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-lightSpeedInRight.active {
    animation: lightSpeedInRight var(--duration) forwards;
    -webkit-animation: lightSpeedInRight var(--duration) forwards;
    -moz-animation: lightSpeedInRight var(--duration) forwards;
    -ms-animation: lightSpeedInRight var(--duration) forwards;
    -o-animation: lightSpeedInRight var(--duration) forwards; }

.custom-lightSpeedInLeft {
  -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
  transform: translate3d(-100%, 0, 0) skewX(30deg);
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-lightSpeedInLeft.active {
    animation: lightSpeedInLeft var(--duration) forwards;
    -webkit-animation: lightSpeedInLeft var(--duration) forwards;
    -moz-animation: lightSpeedInLeft var(--duration) forwards;
    -ms-animation: lightSpeedInLeft var(--duration) forwards;
    -o-animation: lightSpeedInLeft var(--duration) forwards; }

.custom-lightSpeedOutRight {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-lightSpeedOutRight.active {
    animation: lightSpeedOutRight var(--duration) forwards;
    -webkit-animation: lightSpeedOutRight var(--duration) forwards;
    -moz-animation: lightSpeedOutRight var(--duration) forwards;
    -ms-animation: lightSpeedOutRight var(--duration) forwards;
    -o-animation: lightSpeedOutRight var(--duration) forwards; }

.custom-lightSpeedOutLeft {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-lightSpeedOutLeft.active {
    animation: lightSpeedOutLeft var(--duration) forwards;
    -webkit-animation: lightSpeedOutLeft var(--duration) forwards;
    -moz-animation: lightSpeedOutLeft var(--duration) forwards;
    -ms-animation: lightSpeedOutLeft var(--duration) forwards;
    -o-animation: lightSpeedOutLeft var(--duration) forwards; }

.custom-rotateIn {
  -webkit-transform: rotate3d(0, 0, 1, -200deg);
  transform: rotate3d(0, 0, 1, -200deg);
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-rotateIn.active {
    animation: rotateIn var(--duration) forwards;
    -webkit-animation: rotateIn var(--duration) forwards;
    -moz-animation: rotateIn var(--duration) forwards;
    -ms-animation: rotateIn var(--duration) forwards;
    -o-animation: rotateIn var(--duration) forwards; }

.custom-rotateInDownLeft {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-rotateInDownLeft.active {
    animation: rotateInDownLeft var(--duration) forwards;
    -webkit-animation: rotateInDownLeft var(--duration) forwards;
    -moz-animation: rotateInDownLeft var(--duration) forwards;
    -ms-animation: rotateInDownLeft var(--duration) forwards;
    -o-animation: rotateInDownLeft var(--duration) forwards; }

.custom-rotateInDownRight {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-rotateInDownRight.active {
    animation: rotateInDownRight var(--duration) forwards;
    -webkit-animation: rotateInDownRight var(--duration) forwards;
    -moz-animation: rotateInDownRight var(--duration) forwards;
    -ms-animation: rotateInDownRight var(--duration) forwards;
    -o-animation: rotateInDownRight var(--duration) forwards; }

.custom-rotateInUpLeft {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-rotateInUpLeft.active {
    animation: rotateInUpLeft var(--duration) forwards;
    -webkit-animation: rotateInUpLeft var(--duration) forwards;
    -moz-animation: rotateInUpLeft var(--duration) forwards;
    -ms-animation: rotateInUpLeft var(--duration) forwards;
    -o-animation: rotateInUpLeft var(--duration) forwards; }

.custom-rotateInUpRight {
  -webkit-transform: rotate3d(0, 0, 1, -90deg);
  transform: rotate3d(0, 0, 1, -90deg);
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-rotateInUpRight.active {
    animation: rotateInUpRight var(--duration) forwards;
    -webkit-animation: rotateInUpRight var(--duration) forwards;
    -moz-animation: rotateInUpRight var(--duration) forwards;
    -ms-animation: rotateInUpRight var(--duration) forwards;
    -o-animation: rotateInUpRight var(--duration) forwards; }

.custom-rotateOut {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-rotateOut.active {
    animation: rotateOut var(--duration) forwards;
    -webkit-animation: rotateOut var(--duration) forwards;
    -moz-animation: rotateOut var(--duration) forwards;
    -ms-animation: rotateOut var(--duration) forwards;
    -o-animation: rotateOut var(--duration) forwards; }

.custom-rotateOutDownLeft {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-rotateOutDownLeft.active {
    animation: rotateOutDownLeft var(--duration) forwards;
    -webkit-animation: rotateOutDownLeft var(--duration) forwards;
    -moz-animation: rotateOutDownLeft var(--duration) forwards;
    -ms-animation: rotateOutDownLeft var(--duration) forwards;
    -o-animation: rotateOutDownLeft var(--duration) forwards; }

.custom-rotateOutDownRight {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-rotateOutDownRight.active {
    animation: rotateOutDownRight var(--duration) forwards;
    -webkit-animation: rotateOutDownRight var(--duration) forwards;
    -moz-animation: rotateOutDownRight var(--duration) forwards;
    -ms-animation: rotateOutDownRight var(--duration) forwards;
    -o-animation: rotateOutDownRight var(--duration) forwards; }

.custom-rotateOutUpLeft {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-rotateOutUpLeft.active {
    animation: rotateOutUpLeft var(--duration) forwards;
    -webkit-animation: rotateOutUpLeft var(--duration) forwards;
    -moz-animation: rotateOutUpLeft var(--duration) forwards;
    -ms-animation: rotateOutUpLeft var(--duration) forwards;
    -o-animation: rotateOutUpLeft var(--duration) forwards; }

.custom-rotateOutUpRight {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-rotateOutUpRight.active {
    animation: rotateOutUpRight var(--duration) forwards;
    -webkit-animation: rotateOutUpRight var(--duration) forwards;
    -moz-animation: rotateOutUpRight var(--duration) forwards;
    -ms-animation: rotateOutUpRight var(--duration) forwards;
    -o-animation: rotateOutUpRight var(--duration) forwards; }

.custom-flip {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-flip.active {
    animation: flip var(--duration) forwards;
    -webkit-animation: flip var(--duration) forwards;
    -moz-animation: flip var(--duration) forwards;
    -ms-animation: flip var(--duration) forwards;
    -o-animation: flip var(--duration) forwards; }

.custom-flipInX {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-flipInX.active {
    animation: flipInX var(--duration) forwards;
    -webkit-animation: flipInX var(--duration) forwards;
    -moz-animation: flipInX var(--duration) forwards;
    -ms-animation: flipInX var(--duration) forwards;
    -o-animation: flipInX var(--duration) forwards; }

.custom-flipInY {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-flipInY.active {
    animation: flipInY var(--duration) forwards;
    -webkit-animation: flipInY var(--duration) forwards;
    -moz-animation: flipInY var(--duration) forwards;
    -ms-animation: flipInY var(--duration) forwards;
    -o-animation: flipInY var(--duration) forwards; }

.custom-flipOutX {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-flipOutX.active {
    animation: flipOutX var(--duration) forwards;
    -webkit-animation: flipOutX var(--duration) forwards;
    -moz-animation: flipOutX var(--duration) forwards;
    -ms-animation: flipOutX var(--duration) forwards;
    -o-animation: flipOutX var(--duration) forwards; }

.custom-flipOutY {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-flipOutY.active {
    animation: flipOutY var(--duration) forwards;
    -webkit-animation: flipOutY var(--duration) forwards;
    -moz-animation: flipOutY var(--duration) forwards;
    -ms-animation: flipOutY var(--duration) forwards;
    -o-animation: flipOutY var(--duration) forwards; }

.custom-flash {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-flash.active {
    animation: flash var(--duration) forwards;
    -webkit-animation: flash var(--duration) forwards;
    -moz-animation: flash var(--duration) forwards;
    -ms-animation: flash var(--duration) forwards;
    -o-animation: flash var(--duration) forwards; }

.custom-pulse {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-pulse.active {
    animation: pulse var(--duration) forwards;
    -webkit-animation: pulse var(--duration) forwards;
    -moz-animation: pulse var(--duration) forwards;
    -ms-animation: pulse var(--duration) forwards;
    -o-animation: pulse var(--duration) forwards; }

.custom-rubberBand {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-rubberBand.active {
    animation: rubberBand var(--duration) forwards;
    -webkit-animation: rubberBand var(--duration) forwards;
    -moz-animation: rubberBand var(--duration) forwards;
    -ms-animation: rubberBand var(--duration) forwards;
    -o-animation: rubberBand var(--duration) forwards; }

.custom-shakeX {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-shakeX.active {
    animation: shakeX var(--duration) forwards;
    -webkit-animation: shakeX var(--duration) forwards;
    -moz-animation: shakeX var(--duration) forwards;
    -ms-animation: shakeX var(--duration) forwards;
    -o-animation: shakeX var(--duration) forwards; }

.custom-shakeX {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-shakeX.active {
    animation: shakeX var(--duration) forwards;
    -webkit-animation: shakeX var(--duration) forwards;
    -moz-animation: shakeX var(--duration) forwards;
    -ms-animation: shakeX var(--duration) forwards;
    -o-animation: shakeX var(--duration) forwards; }

.custom-headShake {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-headShake.active {
    animation: headShake var(--duration) forwards;
    -webkit-animation: headShake var(--duration) forwards;
    -moz-animation: headShake var(--duration) forwards;
    -ms-animation: headShake var(--duration) forwards;
    -o-animation: headShake var(--duration) forwards; }

.custom-swing {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-swing.active {
    animation: swing var(--duration) forwards;
    -webkit-animation: swing var(--duration) forwards;
    -moz-animation: swing var(--duration) forwards;
    -ms-animation: swing var(--duration) forwards;
    -o-animation: swing var(--duration) forwards; }

.custom-tada {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-tada.active {
    animation: tada var(--duration) forwards;
    -webkit-animation: tada var(--duration) forwards;
    -moz-animation: tada var(--duration) forwards;
    -ms-animation: tada var(--duration) forwards;
    -o-animation: tada var(--duration) forwards; }

.custom-wobble {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-wobble.active {
    animation: wobble var(--duration) forwards;
    -webkit-animation: wobble var(--duration) forwards;
    -moz-animation: wobble var(--duration) forwards;
    -ms-animation: wobble var(--duration) forwards;
    -o-animation: wobble var(--duration) forwards; }

.custom-jello {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-jello.active {
    animation: jello var(--duration) forwards;
    -webkit-animation: jello var(--duration) forwards;
    -moz-animation: jello var(--duration) forwards;
    -ms-animation: jello var(--duration) forwards;
    -o-animation: jello var(--duration) forwards; }

.custom-heartBeat {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-heartBeat.active {
    animation: heartBeat var(--duration) forwards;
    -webkit-animation: heartBeat var(--duration) forwards;
    -moz-animation: heartBeat var(--duration) forwards;
    -ms-animation: heartBeat var(--duration) forwards;
    -o-animation: heartBeat var(--duration) forwards; }

.custom-backInDown {
  -webkit-transform: translateY(-1200px) scale(0.7);
  transform: translateY(-1200px) scale(0.7);
  opacity: 0.7;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-backInDown.active {
    animation: backInDown var(--duration) forwards;
    -webkit-animation: backInDown var(--duration) forwards;
    -moz-animation: backInDown var(--duration) forwards;
    -ms-animation: backInDown var(--duration) forwards;
    -o-animation: backInDown var(--duration) forwards; }

.custom-backInLeft {
  -webkit-transform: translateX(-2000px) scale(0.7);
  transform: translateX(-2000px) scale(0.7);
  opacity: 0.7;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-backInLeft.active {
    animation: backInLeft var(--duration) forwards;
    -webkit-animation: backInLeft var(--duration) forwards;
    -moz-animation: backInLeft var(--duration) forwards;
    -ms-animation: backInLeft var(--duration) forwards;
    -o-animation: backInLeft var(--duration) forwards; }

.custom-backInRight {
  -webkit-transform: translateX(2000px) scale(0.7);
  transform: translateX(2000px) scale(0.7);
  opacity: 0.7;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-backInRight.active {
    animation: backInRight var(--duration) forwards;
    -webkit-animation: backInRight var(--duration) forwards;
    -moz-animation: backInRight var(--duration) forwards;
    -ms-animation: backInRight var(--duration) forwards;
    -o-animation: backInRight var(--duration) forwards; }

.custom-backInUp {
  -webkit-transform: translateY(1200px) scale(0.7);
  transform: translateY(1200px) scale(0.7);
  opacity: 0.7;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-backInUp.active {
    animation: backInUp var(--duration) forwards;
    -webkit-animation: backInUp var(--duration) forwards;
    -moz-animation: backInUp var(--duration) forwards;
    -ms-animation: backInUp var(--duration) forwards;
    -o-animation: backInUp var(--duration) forwards; }

.custom-backOutDown {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-backOutDown.active {
    animation: backOutDown var(--duration) forwards;
    -webkit-animation: backOutDown var(--duration) forwards;
    -moz-animation: backOutDown var(--duration) forwards;
    -ms-animation: backOutDown var(--duration) forwards;
    -o-animation: backOutDown var(--duration) forwards; }

.custom-backOutLeft {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-backOutLeft.active {
    animation: backOutLeft var(--duration) forwards;
    -webkit-animation: backOutLeft var(--duration) forwards;
    -moz-animation: backOutLeft var(--duration) forwards;
    -ms-animation: backOutLeft var(--duration) forwards;
    -o-animation: backOutLeft var(--duration) forwards; }

.custom-backOutRight {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-backOutRight.active {
    animation: backOutRight var(--duration) forwards;
    -webkit-animation: backOutRight var(--duration) forwards;
    -moz-animation: backOutRight var(--duration) forwards;
    -ms-animation: backOutRight var(--duration) forwards;
    -o-animation: backOutRight var(--duration) forwards; }

.custom-backOutUp {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important; }
  .custom-backOutUp.active {
    animation: backOutUp var(--duration) forwards;
    -webkit-animation: backOutUp var(--duration) forwards;
    -moz-animation: backOutUp var(--duration) forwards;
    -ms-animation: backOutUp var(--duration) forwards;
    -o-animation: backOutUp var(--duration) forwards; }

.swiper-wrapper.row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

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

.swiper-container {
  overflow: hidden; }

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

.swiper-pagination {
  position: static;
  margin-top: 1.6rem; }
  .swiper-pagination-bullet {
    --circle: -0.4rem;
    background-color: var(--primary-color);
    opacity: 1;
    position: relative; }
    .swiper-pagination-bullet::before {
      content: '';
      position: absolute;
      top: var(--circle);
      right: var(--circle);
      bottom: var(--circle);
      left: var(--circle);
      border: 1px solid var(--primary-color);
      border-radius: 100rem;
      opacity: 0;
      -webkit-transition: 0.1s ease-in-out;
      transition: 0.1s ease-in-out; }
    .swiper-pagination-bullet-active {
      background-color: var(--primary-color); }
      .swiper-pagination-bullet-active::before {
        opacity: 1; }

.swiper-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  --size: 4rem; }
  .swiper-control-btn {
    width: var(--size);
    height: var(--size);
    border-radius: 100rem;
    background-color: white;
    border: 0.1rem solid var(--primary-color);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
    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;
    color: var(--primary-color); }
    .swiper-control-btn::after {
      position: absolute;
      content: "";
      width: 0;
      height: 100%;
      top: 0;
      right: 0;
      background: var(--primary-color);
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      z-index: 1;
      pointer-events: none; }
    .swiper-control-btn > * {
      position: relative;
      z-index: 2; }
    .swiper-control-btn.swiper-button-disabled {
      background-color: #dddddd;
      cursor: default;
      -webkit-box-shadow: none;
      box-shadow: none; }
    @media (hover: hover) {
      .swiper-control-btn:hover:not(.swiper-button-disabled) {
        color: white !important; }
        .swiper-control-btn:hover:not(.swiper-button-disabled)::after {
          left: 0;
          width: 100%; } }
  .swiper-control.white .swiper-control-btn {
    background-color: transparent;
    border-color: white;
    color: white; }
  @media screen and (max-width: 1350px) {
    .swiper-control.white.mobile-plus .swiper-control-btn {
      background-color: white;
      border-color: var(--primary-color);
      color: var(--primary-color); } }
  .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); }
    @media screen and (max-width: 1350px) {
      .swiper-control.posi.minus .swiper-prev {
        right: unset;
        left: calc(var(--size) / 2 * -1); } }
  .swiper-control.posi.minus .swiper-next {
    left: calc(100% + 4rem); }
    @media screen and (max-width: 1350px) {
      .swiper-control.posi.minus .swiper-next {
        left: unset;
        right: calc(var(--size) / 2 * -1); } }
  @media screen and (max-width: 1199px) {
    .swiper-control.posi.minus.mobile-plus .swiper-prev {
      left: calc((var(--size) / 2 * -1) + (1.5rem / 2)); }
    .swiper-control.posi.minus.mobile-plus .swiper-next {
      right: calc((var(--size) / 2 * -1) + (1.5rem / 2)); } }
  .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: 1199px) {
    .swiper-control.posi.mobile-plus .swiper-prev {
      left: calc((var(--size) / 2 * -1) + (1.5rem / 2)); }
    .swiper-control.posi.mobile-plus .swiper-next {
      right: calc((var(--size) / 2 * -1) + (1.5rem / 2)); } }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.1);
  height: .1rem !important; }

.swiper-pagination-progressbar-fill {
  background-color: var(--primary-color) !important; }

.txt-animated {
  opacity: 0; }
  .txt-animated.ani-opa .char {
    opacity: 0;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-transition-delay: calc(var(--delay) * var(--char-index));
    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;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-transition-delay: calc(var(--delay) * var(--char-index));
    transition-delay: calc(var(--delay) * var(--char-index));
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  .txt-animated.ani-up.is-inview .char {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .txt-animated.is-inview {
    opacity: 1; }
  .txt-animated .word {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .txt-animated .word .char {
      line-height: 1.1; }

.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;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .load-img:before {
    background-color: var(--primary-color); }
  .load-img:after {
    background-color: #f8f8f8;
    -webkit-transition-delay: .5s;
    transition-delay: .5s; }
  .load-img.is-inview img,
  .load-img.is-inview form {
    opacity: 1; }
  .load-img.is-inview:before {
    -webkit-transition: 1.6s ease;
    transition: 1.6s ease;
    width: 0; }
  .load-img.is-inview:after {
    -webkit-transition: 0.8s ease;
    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%;
    -webkit-transform: translate(0);
    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%;
    -webkit-transform: translate(0);
    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 {
    -webkit-transform: translate(0, -110%);
    transform: translate(0, -110%); }
  .load-img-second.is-inview::before {
    -webkit-transform: translate(0, 110%);
    transform: translate(0, 110%); }

.load-img-third {
  position: relative;
  overflow: hidden; }
  .load-img-third img {
    -webkit-transform: translateY(-20px);
    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;
    -webkit-animation: 1s reveal-img-before cubic-bezier(0.6, 0, 0.195, 1);
    animation: 1s reveal-img-before cubic-bezier(0.6, 0, 0.195, 1);
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .load-img-third.is-inview img {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    display: block; }
  .load-img-third.second.is-inview img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    display: block; }

@-webkit-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 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; } }

@-webkit-keyframes imgLoad {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes imgLoad {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0); }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); } }

@keyframes slide-in-right {
  0% {
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0); }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); } }

@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); }
  100% {
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0); } }

@keyframes slide-out-right {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); }
  100% {
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0); } }

@-webkit-keyframes slide-in-right-50 {
  0% {
    -webkit-transform: translate3D(-50%, 0, 0);
    transform: translate3D(-50%, 0, 0); }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); } }

@keyframes slide-in-right-50 {
  0% {
    -webkit-transform: translate3D(-50%, 0, 0);
    transform: translate3D(-50%, 0, 0); }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); } }

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0); }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); } }

@keyframes slide-in-left {
  0% {
    -webkit-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0); }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); } }

@-webkit-keyframes slide-out-left {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); }
  100% {
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0); } }

@keyframes slide-out-left {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); }
  100% {
    -webkit-transform: translate3D(-100%, 0, 0);
    transform: translate3D(-100%, 0, 0); } }

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translate3D(0, -100%, 0);
    transform: translate3D(0, -100%, 0); }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); } }

@keyframes slide-in-top {
  0% {
    -webkit-transform: translate3D(0, -100%, 0);
    transform: translate3D(0, -100%, 0); }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); } }

@-webkit-keyframes slide-out-left-50 {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); }
  100% {
    -webkit-transform: translate3D(-50%, 0, 0);
    transform: translate3D(-50%, 0, 0); } }

@keyframes slide-out-left-50 {
  0% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); }
  100% {
    -webkit-transform: translate3D(-50%, 0, 0);
    transform: translate3D(-50%, 0, 0); } }

@-webkit-keyframes slide-in-left-50 {
  0% {
    -webkit-transform: translate3D(50%, 0, 0);
    transform: translate3D(50%, 0, 0); }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); } }

@keyframes slide-in-left-50 {
  0% {
    -webkit-transform: translate3D(50%, 0, 0);
    transform: translate3D(50%, 0, 0); }
  100% {
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); } }

@-webkit-keyframes revealRTL {
  0% {
    width: 0;
    right: 0; }
  65% {
    width: 100%;
    right: 0; }
  100% {
    width: 0;
    right: 100%; } }

@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 {
  opacity: 0; }
  .txt-spl .word {
    overflow: hidden;
    line-height: 1.3;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .txt-spl .word .chars {
      display: inline-block;
      -webkit-animation-delay: calc(var(--line-index) * 0.025s) !important;
      animation-delay: calc(var(--line-index) * 0.025s) !important;
      -webkit-transform: translateY(100%);
      transform: translateY(100%); }
  .txt-spl.down .chars {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  .txt-spl.is-inview {
    opacity: 1; }
    .txt-spl.is-inview .chars {
      -webkit-animation: txtSpl-up 1s cubic-bezier(0.65, 0, 0.35, 1) both;
      animation: txtSpl-up 1s cubic-bezier(0.65, 0, 0.35, 1) both; }
    .txt-spl.is-inview.down .chars {
      -webkit-animation: txtSpl-down 1.2s cubic-bezier(0.65, 0, 0.35, 1) both;
      animation: txtSpl-down 1.2s cubic-bezier(0.65, 0, 0.35, 1) both; }

@-webkit-keyframes txtSpl-up {
  0% {
    -webkit-transform: translateY(10rem);
    transform: translateY(10rem); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes txtSpl-up {
  0% {
    -webkit-transform: translateY(10rem);
    transform: translateY(10rem); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes txtSpl-down {
  0% {
    -webkit-transform: translateY(-10rem);
    transform: translateY(-10rem); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes txtSpl-down {
  0% {
    -webkit-transform: translateY(-10rem);
    transform: translateY(-10rem); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.reveal {
  --duration: 1s;
  -webkit-transition: var(--duration) cubic-bezier(0.72, 0.04, 0.49, 0.82);
  transition: var(--duration) cubic-bezier(0.72, 0.04, 0.49, 0.82);
  -webkit-transition-delay: var(--delay) !important;
  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%); }

.breadcrumb {
  padding: 1.2rem 0; }
  @media screen and (min-width: 1199px) {
    .breadcrumb-wrapper {
      padding: 1rem 1.8rem;
      border: 0.1rem solid var(--primary-color);
      border-radius: 100rem;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; } }
  .breadcrumb-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    gap: .8rem; }
  .breadcrumb-item {
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .8rem;
    font-weight: 700; }
    .breadcrumb-item:not(:first-child)::before {
      display: inline-block;
      content: '';
      width: .4rem;
      height: .4rem;
      border-radius: 100rem;
      background-color: rgba(0, 0, 0, 0.45);
      vertical-align: middle; }
    .breadcrumb-item:last-child {
      color: var(--primary-color);
      pointer-events: none; }
    @media (hover: hover) {
      .breadcrumb-item:hover {
        color: var(--primary-color); } }
  .breadcrumb-link {
    color: inherit;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }

.btn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  border-radius: 100rem;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  overflow: hidden;
  position: relative;
  background: var(--primary-color-opacity);
  gap: 1rem;
  color: var(--primary-color);
  font-size: 1.6rem;
  padding-right: 1.4rem; }
  .btn > * {
    position: relative;
    z-index: 2; }
  .btn .inner {
    padding: 1.2rem 1.6rem;
    position: relative;
    display: block;
    color: white;
    border-radius: inherit; }
    .btn .inner::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: var(--primary-color);
      border-radius: inherit;
      z-index: -1;
      -webkit-transition: .5s ease-in-out;
      transition: .5s ease-in-out; }
  .btn.second {
    padding-right: 0;
    border: 0.1rem solid var(--primary-color); }
    .btn.second .inner {
      width: 100%;
      padding: 1.2rem 2.4rem; }
      .btn.second .inner::before {
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out; }
    @media (hover: hover) {
      .btn.second:hover:not(.trans) .inner {
        color: var(--primary-color); }
        .btn.second:hover:not(.trans) .inner::before {
          opacity: 0; } }
    .btn.second.second-green {
      border: 0.1rem solid var(--third-color); }
      .btn.second.second-green .inner::before {
        background-color: var(--third-color); }
      @media (hover: hover) {
        .btn.second.second-green:hover .inner {
          color: var(--third-color); } }
    .btn.second.trans {
      border: 0.1rem solid var(--primary-color);
      background-color: transparent; }
      .btn.second.trans .inner {
        color: var(--primary-color); }
        .btn.second.trans .inner::before {
          opacity: 0; }
      @media (hover: hover) {
        .btn.second.trans:hover .inner {
          color: white; }
          .btn.second.trans:hover .inner::before {
            opacity: 1; } }
  @media (hover: hover) {
    .btn:hover:not(.second) {
      color: white; }
      .btn:hover:not(.second) .inner {
        color: white; }
      .btn:hover:not(.second) .inner::before {
        left: 0;
        width: 200%; } }
  .btn-gr {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem; }

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

.f-rela {
  position: relative;
  margin-top: auto; }
  .f-rela .re-input {
    padding-right: 4rem; }

.f-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; }
  .f-lock img {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%; }
    .f-lock img:nth-child(1) {
      opacity: 0; }

.f-pass.active .f-lock img:nth-child(1) {
  opacity: 1; }

.f-pass.active .f-lock img:nth-child(2) {
  opacity: 0; }

.f-fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.f-link {
  font-weight: 700;
  color: var(--primary-color); }
  @media (hover: hover) {
    .f-link:hover {
      text-decoration: underline; } }

.input-text {
  padding: 1.4rem !important;
  width: 100%;
  font-family: "Quicksand", sans-serif;
  border: none;
  outline: none;
  display: block;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-radius: .8rem !important;
  font-size: 1.4rem !important;
  font-weight: 600;
  height: 4.8rem !important;
  line-height: unset !important; }
  .input-text:focus {
    border-color: var(--primary-color); }
  .input-text.placeholder {
    color: var(--body-color); }
  .input-text:-moz-placeholder {
    color: var(--body-color); }
  .input-text::-moz-placeholder {
    color: var(--body-color); }
  .input-text:-ms-input-placeholder {
    color: var(--body-color); }
  .input-text::-webkit-input-placeholder {
    color: var(--body-color); }

.f-textarea {
  padding: 1.4rem;
  width: 100%;
  font-family: "Quicksand", sans-serif;
  border: none;
  outline: none;
  display: block;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-radius: .8rem;
  font-size: 1.4rem;
  font-weight: 600; }
  .f-textarea:focus {
    border-color: var(--primary-color); }
  .f-textarea.placeholder {
    color: var(--body-color); }
  .f-textarea:-moz-placeholder {
    color: var(--body-color); }
  .f-textarea::-moz-placeholder {
    color: var(--body-color); }
  .f-textarea:-ms-input-placeholder {
    color: var(--body-color); }
  .f-textarea::-webkit-input-placeholder {
    color: var(--body-color); }

.re-label {
  color: #000000;
  font-weight: 700;
  margin-bottom: 0.8rem;
  display: block;
  font-size: 1.4rem; }

.re-input {
  padding: 1.4rem;
  width: 100%;
  font-family: "Quicksand", sans-serif;
  border: none;
  outline: none;
  display: block;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-radius: .8rem;
  font-size: 1.4rem;
  font-weight: 600; 
  color: inherit; }
  .re-input:focus {
    border-color: var(--primary-color); }
  .re-input.placeholder {
    color: #888; }
  .re-input:-moz-placeholder {
    color: #888; }
  .re-input::-moz-placeholder {
    color: #888; }
  .re-input:-ms-input-placeholder {
    color: #888; }
  .re-input::-webkit-input-placeholder {
    color: #888; }

textarea {
  resize: none; }

form .wpcf7-not-valid-tip {
  color: var(--primary-color);
  bottom: .1rem;
  right: .6rem; }

form .btn .wpcf7-spinner {
  position: absolute; }

form .wpcf7-form-control-wrap {
  display: block;
  position: relative; }

.wpcf7-response-output {
  text-align: center;
  color: var(--primary-color) !important; }

.ft-regi-btn {
  cursor: pointer; }

.page-numbers {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: #F2F2F2;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    color: var(--body-color);
    font-size: 1.4rem; }
    .page-numbers > li > .page-numbers::after {
      position: absolute;
      content: "";
      width: 0;
      height: 100%;
      top: 0;
      right: 0;
      background: var(--primary-color);
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      z-index: 1;
      pointer-events: none; }
    .page-numbers > li > .page-numbers:after {
      z-index: -1; }
    @media (hover: hover) {
      .page-numbers > li > .page-numbers:hover:not(.dot) {
        color: white; }
        .page-numbers > li > .page-numbers:hover:not(.dot)::after {
          left: 0;
          width: 100%; } }
    .page-numbers > li > .page-numbers.current {
      color: white; }
      .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 i {
      font-weight: 400; }

.pro-list {
  --cg: 1.2rem;
  --rg: 1.2rem; }
  @media screen and (max-width: 500px) {
    .pro-list {
      --cg: .8rem;
      --rg: .8rem; } }

@media screen and (max-width: 1199px) {
  .pro-item {
    width: 25%; } }

@media screen and (max-width: 900px) {
  .pro-item {
    width: calc(100% /3); } }

@media screen and (max-width: 750px) {
  .pro-item {
    width: 50%; } }

@media screen and (max-width: 360px) {
  .pro-item {
    width: 100%; } }

.pro-wrap {
  padding: .8rem;
  border-radius: 1.2rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background-color: white; }

.pro-img {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: .8rem; }
  @media (hover: hover) {
    .pro-img:hover img {
      -webkit-transform: translate(-50%, -50%) scale(1) !important;
      transform: translate(-50%, -50%) scale(1) !important; } }
  .pro-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100% !important; }

.pro-content {
  margin-top: .8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .8rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media screen and (max-width: 500px) {
    .pro-content {
      font-size: 1.4rem; } }

.pro-name {
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  .pro-name a {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    @media (hover: hover) {
      .pro-name a:hover {
        color: var(--primary-color); } }

.pro-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: .4rem; }
  .pro-tag-item {
    padding: .2rem .8rem;
    border-radius: .4rem;
    font-size: 1.2rem;
    font-weight: 700; }
    .pro-tag-item.sale {
      background-color: var(--primary-color-opacity);
      color: var(--primary-color); }
    .pro-tag-item.signature {
      background-color: var(--second-color-opacity);
      color: var(--second-color); }

.pro-bot {
  margin-top: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: .8rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.pro-price {
  font-weight: 700;
  color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .4rem; }
  .pro-price .price.old {
    font-size: 1.2rem;
    color: #A0A0A0;
    text-decoration: line-through; }

.pro-add,
.woocommerce .pro-bot .pro-add {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 14px;
  padding: 0 !important;
  background-color: transparent !important;
  border-radius: 100rem;
  border: 0.1rem solid var(--primary-color);
  color: var(--primary-color) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .pro-add.loading,
  .woocommerce .pro-bot .pro-add.loading {
    opacity: 0.25;
    pointer-events: none;
  }
  .pro-bot .pro-add.loading i,
  .pro-bot .pro-add.added:after,
  a.added_to_cart {display: none !important}
  .pro-bot .pro-add.loading:after {    
    top: calc(50% - 7px) !important;
    right: calc(50% - 7px) !important;
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    animation: spin 2s linear infinite;}
  .pro-add .text {
    font-size: 1.2rem;
    font-weight: 500;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0.5rem, -50%);
    transform: translate(0.5rem, -50%);
    right: calc(100% + .5rem);
    padding: .3rem .8rem;
    border-radius: .4rem;
    background-color: var(--third-color);
    color: white;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  .pro-add i {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  @media (hover: hover) {
    .pro-add:hover .text {
      opacity: 1;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .pro-add:hover i {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
      .pro-add.button-detail:hover i {transform: unset;} }

.pro-gg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem; }
  .pro-gg .icon {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 100rem;
    background-color: var(--second-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2; }
    .pro-gg .icon img {
      width: 2rem;
      height: 2rem;
      border-radius: unset; }
  .pro-gg .inner {
    padding-left: 1rem;
    margin-left: -.8rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #A0C398;
    color: white;
    border-radius: 0 100rem 100rem 0; }
    .pro-gg .inner .text {
      background-color: var(--third-color);
      padding-left: inherit;
      margin-left: inherit;
      padding-right: 1.2rem;
      display: inline-block;
      border-radius: inherit; }

.pro-slider .swiper.rows {
  --cg: 2rem; }
  @media screen and (max-width: 500px) {
    .pro-slider .swiper.rows {
      --cg: .8rem; } }

@media screen and (max-width: 1199px) {
  .pro-slider .swiper-slide.col-5i {
    width: 25%; } }

@media screen and (max-width: 900px) {
  .pro-slider .swiper-slide.col-5i {
    width: calc(100% /3); } }

@media screen and (max-width: 750px) {
  .pro-slider .swiper-slide.col-5i {
    width: 50%; } }

@media screen and (max-width: 360px) {
  .pro-slider .swiper-slide.col-5i {
    width: 100%; } }

.pro-km {
  position: relative;
  padding: calc(var(--ss-pd) + var(--size-wave));
  margin: var(--size-wave) 0; }
  .pro-km::before {
    content: '';
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color); }
  .pro-km .wave {
    position: absolute;
    left: 0;
    width: 100%; }
    .pro-km .wave-top {
      bottom: calc(100% - .3rem);
      -webkit-transform: scaleY(-1);
      transform: scaleY(-1); }
    .pro-km .wave-bot {
      top: calc(100% - .3rem); }

.t-title {
  font-size: 4.4rem;
  font-weight: 700;
  color: var(--primary-color); }
  @media only screen and (max-width: 1200px) {
    .t-title {
      font-size: 4rem; } }
  @media only screen and (max-width: 800px) {
    .t-title {
      font-size: 3rem; } }
  @media screen and (max-width: 600px) {
    .t-title {
      font-size: 2.2rem; } }

.title-sub {
  font-weight: 700;
  color: var(--second-color); }
  .title-sub.dc {
    --w: 2rem;
    display: inline-block;
    padding-right: calc(var(--w) + .4rem);
    position: relative; }
    .title-sub.dc::after {
      content: '';
      position: absolute;
      background-image: var(--icon-decor);
      width: var(--w);
      height: var(--w);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      right: 0;
      top: -.4rem;
      -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
      clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); }
    .title-sub.dc.is-inview::after {
      -webkit-animation: laRight 1s ease-in-out .3s forwards;
      animation: laRight 1s ease-in-out .3s forwards; }

.t-title-second {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--primary-color); }
  @media only screen and (max-width: 1200px) {
    .t-title-second {
      font-size: 2.7rem; } }
  @media only screen and (max-width: 800px) {
    .t-title-second {
      font-size: 2.2rem; } }

@-webkit-keyframes laRight {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
  75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }

@keyframes laRight {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
  75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }

.t-center {
  text-align: center; }

.fw-1 {
  font-weight: 100; }

.fw-2 {
  font-weight: 200; }

.fw-3 {
  font-weight: 300; }

.fw-5 {
  font-weight: 500; }

.fw-6 {
  font-weight: 600; }

.fw-7 {
  font-weight: 700; }

.fw-8 {
  font-weight: 800; }

.fw-b {
  font-weight: bold; }

.fsi {
  font-style: italic; }

.t-up {
  text-transform: uppercase; }

.t9 {
  font-size: 0.9rem; }

.t11 {
  font-size: 1.1rem; }

.t12 {
  font-size: 1.2rem; }

.t14 {
  font-size: 1.4rem; }

.t16 {
  font-size: 1.6rem; }

.t18 {
  font-size: 1.8rem; }
  @media only screen and (max-width: 1200px) {
    .t18 {
      font-size: 1.6rem; } }
  @media only screen and (max-width: 800px) {
    .t18 {
      font-size: 1.5rem; } }

.t20 {
  font-size: 2rem; }
  @media only screen and (max-width: 1200px) {
    .t20 {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 800px) {
    .t20 {
      font-size: 1.6rem; } }

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

.t32 {
  font-size: 3.2rem; }
  @media only screen and (max-width: 1200px) {
    .t32 {
      font-size: 2.7rem; } }
  @media only screen and (max-width: 800px) {
    .t32 {
      font-size: 2.2rem; } }

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

.t48 {
  font-size: 4.8rem; }
  @media only screen and (max-width: 1200px) {
    .t48 {
      font-size: 4.3rem; } }
  @media only screen and (max-width: 800px) {
    .t48 {
      font-size: 3.3rem; } }

.t56 {
  font-size: 5.6rem; }
  @media only screen and (max-width: 1200px) {
    .t56 {
      font-size: 5.1rem; } }
  @media only screen and (max-width: 800px) {
    .t56 {
      font-size: 4rem; } }

.t64 {
  font-size: 6.4rem; }
  @media only screen and (max-width: 1200px) {
    .t64 {
      font-size: 3.9rem; } }
  @media only screen and (max-width: 800px) {
    .t64 {
      font-size: 2.9rem; } }

.t72 {
  font-size: 7.2rem; }
  @media only screen and (max-width: 1200px) {
    .t72 {
      font-size: 5rem; } }
  @media only screen and (max-width: 800px) {
    .t72 {
      font-size: 4rem; } }

.c-pri {
  color: var(--primary-color); }

.c-second {
  color: var(--primary-color); }

.c-third {
  color: var(--third-color); }

.c-four {
  color: var(--second-color); }

.c-five {
  color: #f05123; }

.c-white {
  color: white; }

.c-black {
  color: #000000; }

.c-txt {
  color: var(--body-color); }

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

.bc-pri {
  background-color: var(--primary-color); }

.bc-second {
  background-color: var(--primary-color); }

.bc-third {
  background-color: var(--third-color); }

.bc-four {
  background-color: var(--second-color); }

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

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

.lg-download,
#lg-actual-size,
#lg-share {
  display: none; }

.lg-backdrop,
.lg-outer {
  z-index: 99999; }

.lg-outer .lg-thumb-item {
  border: 0.2rem solid var(--primary-color);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease; }
  .lg-outer .lg-thumb-item.active {
    border-color: var(--third-color); }
  @media (hover: hover) {
    .lg-outer .lg-thumb-item:hover {
      border-color: var(--third-color); } }

.lg-prev.lg-icon::after {
  display: none; }

.lg-next.lg-icon::before {
  display: none; }

.lg-prev.lg-icon,
.lg-next.lg-icon {
  width: 4rem;
  height: 4rem; }
  .lg-prev.lg-icon i,
  .lg-next.lg-icon i {
    background: var(--primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; }

.lg-outer .lg-thumb-outer {
  background-color: #000; }

.lg-close.lg-icon {
  background: var(--primary-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; }

.lg-outer .lg-toogle-thumb {
  background: var(--primary-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  width: 4rem;
  height: 4rem; }

.lg-img-wrap {
  border-radius: .8rem; }

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

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

.tabBtn {
  cursor: pointer; }

.orders-table .status,
table .status {
  font-weight: 700; }
  .orders-table .status.waiting,
  table .status.waiting {
    color: #F2C524; }
  .orders-table .status.success,
  table .status.success {
    color: var(--third-color); }
  .orders-table .status.cancle,
  table .status.cancle {
    color: #D31D1D; }

.slider {
  position: relative; }

.relative {
  position: relative; }

.head {
  margin-bottom: 3.2rem; }
  .head.space {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .head.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .head.end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .head.start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  @media screen and (max-width: 700px) {
    .head.mb-center {
      text-align: center; }
      .head.mb-center .left {
        width: 100%; }
      .head.mb-center .right {
        width: 100%; }
      .head.mb-center .cdw {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .head.mb-center .btn {
        margin: 0 auto; } }

.hv-bd {
  position: relative; }
  .hv-bd::before {
    content: '';
    position: absolute;
    left: 0.8rem;
    top: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
    border: 0.1rem solid white;
    z-index: 1;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    border-radius: 1rem; }
  .hv-bd img {
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  @media (hover: hover) {
    .hv-bd:hover::before {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
    .hv-bd:hover img {
      transform: translate(-50%, -50%) scale(1.05);
      -webkit-transform: translate(-50%, -50%) scale(1.05);
      -moz-transform: translate(-50%, -50%) scale(1.05);
      -o-transform: translate(-50%, -50%) scale(1.05); } }

.gItem {
  cursor: pointer; }

.parallaxJS img {
  position: relative; }

@media screen and (min-width: 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: 1.2rem; }
  .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: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
  .recheck-item.active .recheck-checkbox::before {
    opacity: 1; }
  .recheck-item.active .recheck-radio {
    border: 0.1rem solid var(--primary-color); }
    .recheck-item.active .recheck-radio::before {
      opacity: 1; }

.recheck-checkbox {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.4rem;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .recheck-checkbox::before {
    content: "";
    position: absolute;
    left: -0.2rem;
    top: -0.2rem;
    right: -0.2rem;
    bottom: -0.2rem;
    background-image: url(../assets/images/tick.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-size: cover;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    opacity: 0; }

.recheck-radio {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100rem;
  border: 0.1rem solid #363636;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative; }
  .recheck-radio::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100rem;
    background-color: var(--primary-color);
    opacity: 0; }

.recheck-method {
  width: 4.8rem;
  height: 4.8rem;
  border: 0.1rem solid #EBEBEB;
  border-radius: 0.8rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-left: 0.8rem; }
  .recheck-method img {
    width: 2.4rem;
    height: 2.4rem; }

.recheck-text {
  margin-left: 0.8rem;
  line-height: 1.1;
  color: var(--body-color); }

.star {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: start; }
  .star-list {
    position: relative;
    height: 2rem; }
  .star-flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .star-flex .icon {
      width: 1.8rem;
      height: 1.8rem; }
      .star-flex .icon:not(:first-child) {
        margin-left: 0.4rem; }
  .star-filter {
    overflow: hidden;
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    height: 100%;
    width: 0; }

@media screen and (max-width: 1199px) {
  .side-fixed {
    position: fixed;
    width: 300px;
    max-width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    z-index: 51;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    opacity: 0;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    visibility: hidden; }
    .side-fixed.open {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      visibility: visible; } }

@media screen and (max-width: 800px) {
  .side-fixed {
    bottom: 5rem; } }

@media screen and (max-width: 1199px) {
  .side-fixed-wrap {
    padding: 5.5rem 1.5rem 1.5rem 1.5rem;
    width: 100%;
    height: 100%;
    overflow-y: auto; } }

.side-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 50;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0;
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  visibility: hidden; }
  .side-overlay.open {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible; }
  @media screen and (min-width: 1200px) {
    .side-overlay {
      display: none; } }

.side-open:not(.no-style) {
  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: var(--primary-color);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem 0 0 100rem;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
  .side-open:not(.no-style).close {
    opacity: 0;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    visibility: visible; }
  @media screen and (min-width: 1200px) {
    .side-open:not(.no-style) {
      display: none; } }
  .side-open:not(.no-style)-wrap {
    width: 3rem;
    height: 3rem;
    border-radius: 100rem;
    background-color: white;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center; }
    .side-open:not(.no-style)-wrap .icon {
      color: var(--primary-color);
      font-weight: 600;
      font-size: 1.6rem; }

.side-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  padding: 0 0 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: white;
  background-color: var(--primary-color); }
  @media screen and (min-width: 1200px) {
    .side-top {
      display: none; } }
  .side-top .text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.side-close {
  width: 4.5rem;
  height: 100%;
  background-color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .side-close .icon {
    font-size: 1.8rem;
    font-weight: 400;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out; }
  @media screen and (min-width: 1200px) {
    .side-close {
      display: none; } }

.social-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem; }

.social-link {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer; }
  .social-link:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  .social-link img {
    width: 100%;
    display: block; }
  .social-link svg {
    width: 100%;
    height: 100%;
    color: var(--primary-color); }

.fix-menu {
  position: fixed;
  bottom: 0;
  background-color: white;
  left: 0;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  height: 5rem;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px -2px 8px 0px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px -2px 8px 0px; }
  @media screen and (min-width: 801px) {
    .fix-menu {
      display: none; } }
  .fix-menu-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .fix-menu-item:not(:last-child) {
      border-right: 0.1rem solid rgba(0, 0, 0, 0.1); }
    .fix-menu-item.my-home i {
      color: var(--third-color); }
    .fix-menu-item.my-cate .icon {
      background-color: var(--primary-color); }
  .fix-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .2rem;
    height: 100%;
    padding: .8rem;
    position: relative;
    font-size: 1.2rem; }
    .fix-menu-wrap .icon {
      width: 2rem;
      height: 2rem;
      border-radius: 100rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: var(--primary-color-opacity);
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .fix-menu-wrap .icon img {
        width: 1.2rem;
        display: block; }

.cate {
  --pd: 2rem;
  --size-cate-head: 10rem;
  position: fixed;
  top: calc(var(--size-hd-sale) + var(--size-hd-top) + var(--size-hd-bot) + 1.5rem);
  bottom: 0;
  width: calc((100vw - 120rem) / 2 - 1.5rem);
  z-index: 50;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  pointer-events: none; }
  @media screen and (min-width: 2000px) {
    .cate {
      width: 30rem; } }
  .cate.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: visible; }
  @media screen and (max-width: 1650px) {
    .cate {
      width: 32rem; } }
  @media screen and (max-width: 800px) {
    .cate {
      bottom: 5rem; } }
  @media screen and (max-width: 1199px) {
    .cate {
      top: calc(var(--size-hd-sale) + var(--size-hd-top)); } }
  .cate-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem; }
  .cate-btn {
    position: relative;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .cate-btn.out {
      position: fixed;
      left: 5rem;
      top: calc(var(--size-hd-sale) + var(--size-hd-top) + var(--size-hd-bot) + 5rem);
      z-index: 40;
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      border: .1rem solid white;
      border-radius: 100rem; }
      @media screen and (max-width: 1199px) {
        .cate-btn.out {
          top: calc(var(--size-hd-sale) + var(--size-hd-top) + 4rem);
          display: none; } }
      .cate-btn.out.close {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        pointer-events: none; }
    .cate-btn-inner {
      width: 100%;
      height: 100%;
      border-radius: 100rem;
      background-color: var(--primary-color);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .cate-btn-inner img {
        width: 2rem;
        border-radius: 0; }
    .cate-btn-text {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 10rem;
      height: 10rem; }
      .cate-btn-text .inner {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: Spinner 10s linear infinite;
        animation: Spinner 10s linear infinite; }
        .cate-btn-text .inner img, .cate-btn-text .inner svg {
          width: 100%;
          height: 100%; }
          .cate-btn-text .inner path {
            fill: var(--primary-color); }
      .cate-btn-text .text {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        color: var(--primary-color);
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-weight: 400; }
        .cate-btn-text .text span {
          position: absolute;
          left: 50%;
          -webkit-transform-origin: 0 5.2rem;
          transform-origin: 0 5.2rem; }
  .cate-wrapper {
    background-color: white;
    padding: var(--pd);
    border-radius: 0 var(--radius) var(--radius) 0;
    border: 0.1rem solid rgba(0, 0, 0, 0.1);
    border-left: none; }
  .cate-menu .menu-item {
    font-weight: 700;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out; }
    .cate-menu .menu-item:not(:last-child) {
      border-bottom: 0.1rem dashed rgba(0, 0, 0, 0.1); }
    @media (hover: hover) {
      .cate-menu .menu-item:hover {
        border-bottom-color: var(--primary-color); } }
    .cate-menu .menu-item.current-menu-item {
      color: var(--primary-color);
      border-bottom-color: var(--primary-color); }
  .cate-menu .menu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.6rem 0; }
    .cate-menu .menu-link i {
      font-size: 1.4rem; }

.cdw {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem; }
  .cdw-dc {
    width: 4.4rem;
    -webkit-animation: tada 2s ease-in-out infinite;
    animation: tada 2s ease-in-out infinite; }
    .cdw-dc img {
      width: 100%; }
  .cdw-list {
    --gap: 1.6rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--gap); }
  .cdw-item {
    position: relative; }
    .cdw-item:not(:last-child)::after {
      content: ":";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      color: white;
      right: calc(var(--gap) / 2 * -1 - .3rem);
      font-weight: 700;
      font-size: 2rem; }
  .cdw-inner {
    width: 5.6rem;
    height: 5.6rem;
    border-radius: .8rem;
    position: relative;
    background-color: var(--primary-color-opacity);
    font-weight: 700; }
    .cdw-inner .number {
      position: absolute;
      left: 0.6rem;
      top: 0.6rem;
      right: 0.6rem;
      bottom: 0.6rem;
      border-radius: .6rem;
      background-color: var(--third-color);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: white; }

.wave {
  height: var(--size-wave);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  .wave-item {
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: -1px; }
  .wave img, .wave svg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
    .wave svg path {
      fill: var(--primary-color); }

.dc-fruit {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden; }
  .dc-fruit-item {
    width: 4.8rem;
    position: absolute;
    bottom: 0;
    opacity: 0;
    -webkit-animation: fruitAni 10s linear infinite;
    animation: fruitAni 10s linear infinite; }
    .dc-fruit-item img {
      width: 100%;
      display: block; }
    .dc-fruit-item svg {
      width: 100%;
      height: 100%; 
      color: #fff;
      opacity: 0.6; }
    .ft .dc-fruit-item svg {
      color: var(--primary-color); }
    .dc-fruit-item:nth-child(1) {
      left: 0;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
    .dc-fruit-item:nth-child(2) {
      left: 5%;
      -webkit-animation-delay: 3s;
      animation-delay: 3s; }
    .dc-fruit-item:nth-child(3) {
      left: 10%; }
    .dc-fruit-item:nth-child(4) {
      left: 50%; }
    .dc-fruit-item:nth-child(5) {
      right: 10%;
      -webkit-animation-delay: 3s;
      animation-delay: 3s; }
    .dc-fruit-item:nth-child(6) {
      right: 5%;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
    .dc-fruit-item:nth-child(7) {
      right: 0; }
  .dc-fruit-dot {
    width: 24rem;
    position: absolute;
    -webkit-animation: Spinner 30s linear infinite;
    animation: Spinner 30s linear infinite;
    z-index: -1; }
    .dc-fruit-dot img {
      width: 100%;
      display: block; }
    .dc-fruit-dot.left {
      left: -12rem;
      top: 20%; }
    .dc-fruit-dot.right {
      width: 20rem;
      right: -10rem; }

@-webkit-keyframes fruitAni {
  0% {
    bottom: 0;
    opacity: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  33% {
    opacity: 1;
    bottom: 60%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  66% {
    opacity: 0;
    bottom: 100%;
    -webkit-transform: rotate(480deg);
    transform: rotate(480deg); }
  100% {
    opacity: 0;
    bottom: 100%; } }

@keyframes fruitAni {
  0% {
    bottom: 0;
    opacity: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  33% {
    opacity: 1;
    bottom: 60%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  66% {
    opacity: 0;
    bottom: 100%;
    -webkit-transform: rotate(480deg);
    transform: rotate(480deg); }
  100% {
    opacity: 0;
    bottom: 100%; } }

.broll {
  height: 32rem;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 1199px) {
    .broll {
      height: 20rem; } }
  .broll.second .broll-line.up {
    background-color: var(--third-color); }
  @media (min-width: 1630px) and (max-width: 2000px) {
    .broll.third .broll-img .inner {
      margin-left: -20rem; } }
  .broll.third .broll-img .inner img {
    margin-left: 0; }
  .broll.third .broll-line.up {
    right: -10%;
    left: unset; }
  .broll-line {
    position: absolute;
    height: 6rem; }
    @media screen and (max-width: 1199px) {
      .broll-line {
        height: 4rem; } }
    .broll-line.down {
      background-color: var(--primary-color);
      bottom: 3rem;
      left: 0;
      width: 100%;
      z-index: -1; }
      @media screen and (max-width: 1199px) {
        .broll-line.down {
          bottom: 0; } }
    .broll-line.up {
      background-color: var(--second-color);
      left: -10%;
      width: 150%;
      bottom: 6rem; 
      z-index: -1;}
      @media screen and (max-width: 1199px) {
        .broll-line.up {
          bottom: 3.5rem; } }
  .broll .swiper-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .broll-wrap {
    height: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    color: white;
    font-weight: 700; }
    @media screen and (max-width: 1199px) {
      .broll-wrap {
        height: 4rem; } }
    .broll-wrap img {
      width: 1.6rem;
      height: 1.6rem;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .broll-wrap .icon {
      width: 1.6rem;
      height: 1.6rem;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      background-image: var(--icon-decor);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
  .broll-img {
    height: 100%; }
    .broll-img .inner {
      height: 100%; }
      @media (min-width: 1630px) and (max-width: 2000px) {
        .broll-img .inner {
          width: calc(100% + 20rem); } }
      .broll-img .inner img {
        display: block;
        height: 100%;
        width: auto;
        margin-left: auto; }

.ud {
  position: relative;
  overflow: hidden;
  margin-top: 8rem; }
  @media screen and (max-width: 1199px) {
    .ud {
      margin-top: 4rem; } }
  .ud-blur {
    position: absolute;
    left: -20%;
    top: -30%; 
    z-index: -1; }
  @media screen and (max-width: 700px) {
    .ud-left {
      width: 100%; } }
  .ud-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media screen and (max-width: 700px) {
      .ud-right {
        width: 100%; } }
    .ud-right-inner {
      position: relative;
      width: calc(100% + 1.5rem); }
      @media screen and (min-width: 1230px) {
        .ud-right-inner {
          width: calc(100% + (100vw - 120rem) / 2); } }
    .ud-right-dc {
      position: absolute;
      right: 0;
      width: 90%;
      border-radius: 30rem 0 0 0;
      bottom: 0;
      top: 5rem;
      background-color: var(--primary-color);
      z-index: -1; }
  .ud-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
    width: calc(100% + 5rem);
    padding-bottom: 8rem; }
    @media screen and (max-width: 700px) {
      .ud-content {
        padding-bottom: 0;
        width: 100%;
        font-size: 1.4rem; }
        .ud-content .icon {
          width: 4rem !important; } }
  .ud-title {
    font-size: 7rem;
    font-weight: 700; }
    @media screen and (max-width: 1199px) {
      .ud-title {
        font-size: 5rem; } }
    @media screen and (max-width: 800px) {
      .ud-title {
        font-size: 3.2rem; } }
  .ud-slg {
    font-size: 3.2rem;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: .6rem; }
    @media only screen and (max-width: 1200px) {
      .ud-slg {
        font-size: 2.7rem; } }
    @media only screen and (max-width: 800px) {
      .ud-slg {
        font-size: 2.2rem; } }
    .ud-slg-inner {
      position: relative;
      display: inline-block;
      text-align: center;
      color: var(--primary-color); }
      @media screen and (min-width: 1200px) {
        .ud-slg-inner {
          width: 18.7rem; } }
      .ud-slg-inner svg {
        position: absolute;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        left: 0;
        width: 100%;
        z-index: -1; }
        @media screen and (max-width: 1199px) {
          .ud-slg-inner svg {
            display: none; } }
        .ud-slg-inner svg path {
          stroke-dashoffset: 478.96307373046875px;
          stroke-dasharray: 478.96307373046875px; 
          stroke: var(--primary-color); }
    .ud-slg.is-inview svg path {
      -webkit-animation: udLine 2s ease-in-out forwards;
      animation: udLine 2s ease-in-out forwards; }
  .ud-list {
    --cg: 1rem; }
  .ud-item {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
    font-weight: 700; }
    .ud-item .icon {
      width: 7.2rem;
      margin: 0 auto; }
      .ud-item .icon img {
        width: 100%;
        display: block; }
    @media screen and (max-width: 1199px) {
      .ud-item {
        width: 50%; } }
  .ud-img {
    width: 41.6rem;
    max-width: 100%; }
    .ud-img img {
      display: block;
      width: 100%; }
  .ud-action {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
    .ud-action-item {
      position: absolute;
      color: var(--third-color); }
      .ud-action-item:nth-child(1) {
        top: 28%;
        left: -10%;
        color: var(--primary-color); }
        @media screen and (max-width: 700px) {
          .ud-action-item:nth-child(1) {
            top: 0;
            left: 0; } }
      .ud-action-item:nth-child(2) {
        top: 2.5rem;
        left: 50%; }
        @media screen and (max-width: 1400px) {
          .ud-action-item:nth-child(2) {
            left: 60%;
            top: 20%; } }
        @media screen and (max-width: 1199px) {
          .ud-action-item:nth-child(2) {
            top: 35%; } }
        @media screen and (max-width: 600px) {
          .ud-action-item:nth-child(2) {
            left: 50%; } }
      .ud-action-item:nth-child(3) {
        top: 80%;
        left: 50%; 
        color: var(--second-color); }
        @media screen and (max-width: 700px) {
          .ud-action-item:nth-child(3) {
            left: 0; } }
    .ud-action-wr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 1rem;
      font-weight: 700;
      padding: 2rem 2.4rem;
      background: rgba(255, 255, 255, 0.8);
      -webkit-box-shadow: 0px 4px 30px 0px rgba(243, 111, 63, 0.2);
      box-shadow: 0px 4px 30px 0px rgba(243, 111, 63, 0.2);
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      border-radius: 100rem; }
      @media screen and (max-width: 1400px) {
        .ud-action-wr {
          font-size: 1.2vw;
          padding: 1vw; } }
      @media screen and (max-width: 700px) {
        .ud-action-wr {
          font-size: 3vw;
          padding: 2vw; } }
      .ud-action-wr img {
        width: 2.4rem;
        height: 2.4rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-radius: 0; }

@-webkit-keyframes udLine {
  0% {
    stroke-dashoffset: 478.96307373046875px;
    stroke-dasharray: 478.96307373046875px; }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 478.96307373046875px; } }

@keyframes udLine {
  0% {
    stroke-dashoffset: 478.96307373046875px;
    stroke-dasharray: 478.96307373046875px; }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 478.96307373046875px; } }

@-webkit-keyframes udTxtAni {
  0% {
    color: var(--primary-color); }
  50% {
    color: var(--third-color); }
  100% {
    color: var(--primary-color); } }

@keyframes udTxtAni {
  0% {
    color: var(--primary-color); }
  50% {
    color: var(--third-color); }
  100% {
    color: var(--primary-color); } }

.pros-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.6rem; }
  .pros-head .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.6rem; }
    @media screen and (max-width: 600px) {
      .pros-head .right {
        width: 100%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; } }

.pros-fil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  gap: 1rem;
  font-weight: 700; }
  @media screen and (max-width: 600px) {
    .pros-fil {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
  @media screen and (max-width: 400px) {
    .pros-fil {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .pros-fil .re-select {
    width: 18rem; }
    @media screen and (max-width: 600px) {
      .pros-fil .re-select {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: unset;
        width: 100%; } }

.pros-result {
  font-weight: 700; }

.pros-side-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .6rem;
  padding: .8rem 1.6rem;
  border-radius: .8rem;
  background-color: var(--primary-color-opacity);
  cursor: pointer;
  height: 4.8rem; }
  .pros-side-open img {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 0; }
  .pros-side-open svg {
    width: 1.6rem;
    height: 1.6rem; }

.pros-left {
  width: 30rem; }
  @media screen and (max-width: 1199px) {
    .pros-left {
      width: 100%;
      margin-bottom: 0; } }

.pros-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media screen and (max-width: 1199px) {
    .pros-right {
      width: 100%;
      -webkit-box-flex: unset;
      -ms-flex: unset;
      flex: unset; } }

@media screen and (min-width: 1200px) {
  .pros .side-fixed {
    position: sticky;
    top: calc(var(--size-hd-top) + var(--size-hd-bot) + 1rem); } }

.fil {
  padding: 4rem 3.2rem;
  border-radius: var(--radius);
  background-color: var(--primary-color-opacity); }
  @media screen and (max-width: 1199px) {
    .fil {
      padding: 1.6rem; } }
  .fil-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .6rem;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
    border-bottom: .1rem solid #FEE1B5; }
    .fil-title img {
      width: 2rem;
      height: 2rem; }
    .fil-title svg {
      width: 2rem;
      height: 2rem; }
  .fil-block:not(:last-child) {
    margin-bottom: 2.4rem; }
  .fil-block-title {
    font-weight: 700;
    margin-bottom: 1.6rem;
    font-size: 1.4rem; }
  .fil-block .recheck-item:not(:last-child) {
    margin-bottom: 1.2rem; }

.range-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.6rem;
  gap: 1.6rem; }

.range-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.4rem; }
  .range-item:nth-child(2) {
    text-align: end; }

.range-slider {
  height: .2rem;
  width: 100%;
  background-color: #fac5b2;
  border-radius: 100px;
  position: relative; }
  .range-slider .progress {
    position: absolute;
    height: .2rem;
    top: 0;
    border-radius: 100px;
    background-color: var(--primary-color); }

.range-input {
  position: relative; }
  .range-input input {
    position: absolute;
    top: -.2rem;
    height: .2rem;
    width: 100%;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    margin: 0; }
    .range-input input:first-child::-webkit-slider-thumb {
      height: 1.3rem;
      width: 1.3rem;
      background-color: var(--primary-color); }
    .range-input input::-webkit-slider-thumb {
      height: .9rem;
      width: .9rem;
      border-radius: 50%;
      pointer-events: auto;
      -webkit-appearance: none;
      background-color: var(--primary-color);
      -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16); }
    .range-input input::-moz-slider-thumb {
      height: .9rem;
      width: .9rem;
      border: none;
      border-radius: 50%;
      pointer-events: auto;
      -moz-appearance: none;
      background-color: var(--primary-color);
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16); }

.count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .6rem; }
  .count-btn {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 100rem;
    background-color: var(--primary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    cursor: pointer; }
    .count-btn i {
      font-size: 1.2rem; }
  .count-number {
    min-width: 3rem;
    text-align: center; }
  .count-input {
    display: none !important; }

.cmt {
  color: #363636;
  --size-ava: 6rem;
  --dt-item-child: 2.4rem;
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 500px) {
    .cmt {
      font-size: 1.4rem;
      --size-ava: 4.4rem; } }
  .cmt .children, .cmt-list {
    list-style: none; }
  .cmt > .cmt-list > .cmt-item:not(:last-child) {
    margin-bottom: 2.4rem;
    padding-bottom: 2.4rem;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1); }
  .cmt > .cmt-list > .cmt-item::marker {
    display: none; }
  .cmt > .cmt-list > .cmt-item:has(.cmt-list) > .cmt-wrap::before {
    position: absolute;
    content: '';
    width: 1.5rem;
    border: .1rem solid #FAC5B2;
    border-right: none;
    top: calc(var(--size-ava) / 2);
    right: 100%;
    bottom: calc((var(--dt-item-child) + (var(--size-ava) / 2)) * -1); }
    @media screen and (max-width: 600px) {
      .cmt > .cmt-list > .cmt-item:has(.cmt-list) > .cmt-wrap::before {
        width: .8rem; } }
  .cmt > .cmt-list > .cmt-item:has(.children) > .cmt-wrap::before {
    position: absolute;
    content: '';
    width: 1.5rem;
    border: .1rem solid #FAC5B2;
    border-right: none;
    top: calc(var(--size-ava) / 2);
    right: 100%;
    bottom: calc((var(--dt-item-child) + (var(--size-ava) / 2)) * -1); }
    @media screen and (max-width: 600px) {
      .cmt > .cmt-list > .cmt-item:has(.children) > .cmt-wrap::before {
        width: .8rem; } }
  .cmt > .cmt-list > .cmt-item > .cmt-list {
    margin-top: var(--dt-item-child); }
  .cmt > .cmt-list > .cmt-item > .children {
    margin-top: var(--dt-item-child); }
  .cmt-item {
    position: relative; }
  .cmt-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
    position: relative; }
  .cmt-top {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem; }
    .cmt-top.is-admin .cmt-name {
      color: var(--third-color); }
  .cmt-ava {
    width: var(--size-ava);
    height: var(--size-ava);
    border-radius: 100rem;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .cmt-ava img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .cmt-name {
    font-weight: 700; }
  .cmt-images-list {
    --cg: 1.2rem;
    --rg: 1.2rem; }
  .cmt-images-item {
    width: 20%; }
    @media screen and (max-width: 1199px) {
      .cmt-images-item {
        width: 25%; } }
    @media screen and (max-width: 600px) {
      .cmt-images-item {
        width: calc(100% /3); } }
    .cmt-images-item.hidden {
      display: none; }
    .cmt-images-item.last-item-show .cmt-images-img {
      position: relative; }
      .cmt-images-item.last-item-show .cmt-images-img::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 1; }
      .cmt-images-item.last-item-show .cmt-images-img::after {
        position: absolute;
        content: attr(data-text);
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: white;
        font-weight: 700; }
        @media screen and (max-width: 600px) {
          .cmt-images-item.last-item-show .cmt-images-img::after {
            font-size: 1.2rem; } }
  .cmt-images-img {
    display: block;
    padding-top: calc((1 / 1) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 1.6rem; }
    @media screen and (max-width: 1199px) {
      .cmt-images-img {
        border-radius: .8rem; } }
    .cmt-images-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      height: 100% !important; }
  .cmt-ctr-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem; }
  .cmt-ctr-anw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .6rem;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    @media (hover: hover) {
      .cmt-ctr-anw:hover {
        color: var(--primary-color); } }
    .cmt-ctr-anw img {
      width: 1.6rem;
      height: 1.6rem; }
  .cmt-des {
    color: var(--body-color); }
  .cmt-timed {
    font-size: 1.4rem;
    color: var(--body-color); }
  .cmt-anw-input {
    padding-top: 1.6rem;
    display: none;
    position: relative; }
    .cmt-anw-input input {
      color: var(--body-color);
      padding-bottom: 3rem; }
    .cmt-anw-input-btn {
      width: 2rem;
      position: absolute;
      bottom: .4rem;
      right: 1rem; }
      .cmt-anw-input-btn img {
        width: 100%; }

.ods-wrapper {
  padding: 4rem;
  border-radius: var(--radius);
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
  @media screen and (max-width: 1199px) {
    .ods-wrapper {
      padding: 2.4rem; } }
  .ods-wrapper > .ods-row {
    margin-bottom: 0; }

.ods-top {
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  margin-bottom: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .ods-top .left {
    max-width: 60rem;
    width: 100%; }
  @media screen and (max-width: 500px) {
    .ods-top .btn {
      margin: 0 auto; } }
  @media screen and (max-width: 500px) {
    .ods-top .right {
      width: 100%; } }

.ods-tb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem; }
  .ods-tb-icon {
    width: 14rem;
    height: 14rem;
    border-radius: 100rem;
    border: 0.1rem solid rgba(64, 134, 48, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: tada 1s ease-in-out;
    animation: tada 1s ease-in-out; }
    @media screen and (max-width: 500px) {
      .ods-tb-icon {
        margin: 0 auto; } }
    .ods-tb-icon .inner {
      width: 11rem;
      height: 11rem;
      border-radius: inherit;
      border: 0.1rem solid rgba(64, 134, 48, 0.8);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .ods-tb-icon .icon {
      width: 8rem;
      height: 8rem;
      border-radius: inherit;
      background-color: var(--third-color-opacity);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .ods-tb-icon .icon img {
        width: 4rem; }
  .ods-tb-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media screen and (max-width: 500px) {
      .ods-tb-content {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 100%;
        text-align: center; } }

.ods-row {
  color: #363636; }

.ods-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.6rem; }
  @media only screen and (max-width: 1200px) {
    .ods-title {
      font-size: 2rem; } }
  @media only screen and (max-width: 800px) {
    .ods-title {
      font-size: 1.7rem; } }

.ods-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .ods-col:last-child {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  @media screen and (max-width: 600px) {
    .ods-col {
      width: 100%;
      -webkit-box-flex: unset;
      -ms-flex: unset;
      flex: unset; } }

.ods-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .ods-item .title {
    font-size: 1.4rem; }

.ods-code {
  width: 10.4rem;
  height: 10.4rem; }
  .ods-code img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.page-home .pro-km {
  margin-top: calc(var(--size-wave) + var(--pd-sc)); }

@media screen and (min-width: 1200px) {
  .page-order-success .broll {
    margin-bottom: calc((44/1728 * 100vw) + 2.4rem);
    margin-top: -8rem; } }

@media screen and (min-width: 1200px) {
  .page-product-dt,
  .page-acc {
    padding-bottom: calc((44/1728 * 100vw) + 2.4rem); } }

.disable {
  pointer-events: none; }

.ft-regi .wpcf7-response-output {
  margin-top: 1rem !important; }

.cts-form .f-list {
  --rg: 3.2rem
    ; }

.cts-form .wpcf7-response-output {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  margin-top: 1rem !important;
  width: 100%; }
  @media screen and (max-width: 500px) {
    .cts-form .wpcf7-response-output {
      font-size: 1rem !important; } }

.ft-regi .wpcf7 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.ft-regi .wpcf7-response-output {
  width: 100%; }
  @media screen and (max-width: 500px) {
    .ft-regi .wpcf7-response-output {
      font-size: 1rem !important; } }

.page-cart .cartod-total-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem; }

.page-cart .cartod-total-img {
  width: 10rem;
  height: 10rem;
  border-radius: .8rem;
  overflow: hidden; }
  .page-cart .cartod-total-img .inner {
    width: 100%;
    height: 100%; }
    .page-cart .cartod-total-img .inner img {
      width: 100%;
      height: 100% !important;
      -o-object-fit: cover;
      object-fit: cover; }

.page-cart .cartod-total-ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: white; }

.page-cart .cartod-total-des .t16 {
  color: white;
  font-size: 1.4rem; }

.page-cart .cartod-total-item:not(:last-child) {
  margin-bottom: 1.6rem; }

.page-cart .woocommerce-shipping-methods {
  margin-top: .8rem; }
  .page-cart .woocommerce-shipping-methods li label {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.page-cart .cartod-form .woocommerce-billing-fields__field-wrapper {
  margin-bottom: 3.2rem; }

.page-cart .cartod-form .c-form-block:not(:last-child) {
  margin-bottom: 3.2rem; }

.page-cart .cartod-form .form-ip {
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 1000px) {
    .page-cart .cartod-form .form-ip {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .page-cart .cartod-form .form-ip:not(:last-child) {
    margin-bottom: 2.4rem !important; }
    @media screen and (max-width: 1000px) {
      .page-cart .cartod-form .form-ip:not(:last-child) {
        margin-bottom: 1.6rem !important; } }
  .page-cart .cartod-form .form-ip > label {
    color: #000000;
    font-weight: 700;
    margin-bottom: 0.8rem;
    display: block;
    font-size: 1.4rem; }
    @media screen and (min-width: 1000px) {
      .page-cart .cartod-form .form-ip > label {
        width: 20rem; } }
  .page-cart .cartod-form .form-ip .woocommerce-input-wrapper {
    display: block; }
    @media screen and (min-width: 1000px) {
      .page-cart .cartod-form .form-ip .woocommerce-input-wrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; } }

.page-cart .cartod-form .form-half.address-field {
  padding: 0; }
  .page-cart .cartod-form .form-half.address-field .form-inp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%; }
    @media screen and (min-width: 1000px) {
      .page-cart .cartod-form .form-half.address-field .form-inp {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
    .page-cart .cartod-form .form-half.address-field .form-inp > label {
      color: #000000;
      font-weight: 700;
      margin-bottom: 0.8rem;
      display: block;
      font-size: 1.4rem; }
      @media screen and (min-width: 1000px) {
        .page-cart .cartod-form .form-half.address-field .form-inp > label {
          width: 20rem; } }
    .page-cart .cartod-form .form-half.address-field .form-inp .wpcf7-form-control-wrap {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }

.page-cart .selection {
  height: 100%;
  display: block; }

.page-cart .select2-container .select2-selection--single {
  height: 100% !important;
  display: block;
  border-color: rgba(0, 0, 0, 0.1) !important;
  border-radius: .8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.page-cart .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 4.8rem !important; }

.page-cart .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 1.6rem;
  padding-right: 4rem; }

.page-cart .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -1.1rem; }

.page-cart .c-bottom .left {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .page-cart .c-bottom .left .all-total .vals {
    font-size: 3.2rem;
    color: var(--primary-color); }
    @media only screen and (max-width: 1200px) {
      .page-cart .c-bottom .left .all-total .vals {
        font-size: 2.7rem; } }
    @media only screen and (max-width: 800px) {
      .page-cart .c-bottom .left .all-total .vals {
        font-size: 2.2rem; } }
  @media screen and (max-width: 700px) {
    .page-cart .c-bottom .left .left-discount {
      width: 100%; } }

.page-cart .c-side-gg input {
  height: 4.8rem !important; }

.btn-call-checkout {
  padding: 1.2rem 2.4rem !important;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }
  @media (hover: hover) {
    .btn-call-checkout:hover {
      background-color: var(--third-color);
      color: white; } }

.page-cart > .woocommerce > .woocommerce-form-coupon-toggle {
  width: 100%;
  max-width: 123rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 1.5rem; }

.woocommerce .woocommerce-error {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.page-cart > .woocommerce .checkout_coupon.woocommerce-form-coupon {
  width: 100%;
  max-width: 120rem;
  height: 100%;
  margin: 0 auto;
  padding: 1.6rem;
  border: 0.1rem solid var(--primary-color); }
  .page-cart > .woocommerce .checkout_coupon.woocommerce-form-coupon > p:nth-child(1) {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1.6rem; }
  .page-cart > .woocommerce .checkout_coupon.woocommerce-form-coupon .form-row-last,
  .page-cart > .woocommerce .checkout_coupon.woocommerce-form-coupon .form-row-first {
    width: 100% !important;
    float: left; }
  .page-cart > .woocommerce .checkout_coupon.woocommerce-form-coupon .form-row-first {
    width: 60rem !important;
    max-width: 100%; }
  .page-cart > .woocommerce .checkout_coupon.woocommerce-form-coupon .button {
    height: 4.8rem !important;
    padding: 1.2rem 2.4rem;
    background-color: var(--third-color);
    color: white;
    border-radius: .8rem; }

.page-cart > .woocommerce .woocommerce-info::before {
  color: var(--third-color); }

.page-cart > .woocommerce .woocommerce-info {
  border-top-color: var(--third-color); }

.page-cart .showcoupon {
  color: var(--third-color); }

.cart-emp {
  padding: 2.4rem;
  border-radius: .4rem;
  background-color: #f5f5f5;
  border-top: 0.4rem solid var(--primary-color);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3.2rem; }
  @media screen and (max-width: 400px) {
    .cart-emp {
      padding: 1.6rem; } }
  .cart-emp-img {
    width: 2.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .cart-emp-img img {
      width: 100%;
      display: block; }

.page-acc #f-change-password .btn {
  margin-left: 0; }

.policy-content .mona-content ul {
  padding-left: 1.6rem; }

.policy-content .mona-content p strong {
  color: var(--primary-color); }

.policy-content .mona-content .wp-block-heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--primary-color); }

.policy-content .mona-content .wp-block-table table {
  width: 100%; }

.pre-loader .inner {
  position: relative;
  width: 100px;
  height: 16px;
  display: block; }

.pre-loader .inner:before,
.pre-loader .inner:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--primary-color);
  -webkit-box-shadow: 32px 0 var(--primary-color);
  box-shadow: 32px 0 var(--primary-color);
  left: 0;
  top: 0;
  -webkit-animation: ballMoveX .5s linear infinite;
  animation: ballMoveX .5s linear infinite; }

.pre-loader .inner:after {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform-origin: 40px 0;
  transform-origin: 40px 0;
  -webkit-transform: rotate(-153deg);
  transform: rotate(-153deg);
  -webkit-animation: rotateLoader .5s linear infinite;
  animation: rotateLoader .5s linear infinite; }

@-webkit-keyframes rotateLoader {
  0%,
  10% {
    -webkit-transform: rotate(-153deg);
    transform: rotate(-153deg); }
  90%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes rotateLoader {
  0%,
  10% {
    -webkit-transform: rotate(-153deg);
    transform: rotate(-153deg); }
  90%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes ballMoveX {
  0%,
  10% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  90%,
  100% {
    -webkit-transform: translateX(32px);
    transform: translateX(32px); } }

@keyframes ballMoveX {
  0%,
  10% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  90%,
  100% {
    -webkit-transform: translateX(32px);
    transform: translateX(32px); } }

.socials.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 3rem; }
  .socials.list .share-it {
    width: 4rem;
    height: 4rem;
    border-radius: 100rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0.1rem solid var(--primary-color);
    color: var(--primary-color) }
    .socials.list .share-it a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      height: 100%; }
      .socials.list .share-it a img {
        width: 2.4rem; }

.wpcf7-spinner::before {
  display: none; }

.wpcf7-spinner::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/loadding-btn.svg");
  background-size: contain; }

.ser-content .mona-content ul {
  padding-left: 1.6rem; }

@media screen and (max-width: 1199px) {
  .sec-search .news-item.col.col-3 {
    width: calc(100% /3); }}

@media screen and (max-width: 700px) {
  .sec-search .news-item.col.col-3 {
    width: 50%; } }

/* @media (max-width: 1650px) and (min-width: 1200px) {
  .home .cate {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: visible;
    width: 32rem;
  }
} */
.page-home,
.page-about {
  overflow: hidden; }

.banner.banner-deal .banner-slider {
  width: 100%; }
  .banner.banner-deal .banner-slider .banner-slider-main .banner-img {
    padding-top: calc(350/1200 * 100%); }
  @media screen and (min-width: 551px) {
    .banner.banner-deal .banner-slider .banner-slider-thumb {
      width: unset;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .banner.banner-deal .banner-slider .banner-slider-thumb .swiper-container {
        width: 10rem;
        height: 50%;
        margin: auto 0; }
      .banner.banner-deal .banner-slider .banner-slider-thumb .swiper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%; }
      .banner.banner-deal .banner-slider .banner-slider-thumb .swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem;
        height: unset; } }

.banner.banner-normal .banner-slider {
  width: 100%; }

.banner.banner-normal .banner-slider-main .banner-img {
  padding-top: calc(456/1200 * 100%); }

@media screen and (min-width: 1231px) {
  .banner-slider {
    width: calc(100% + ((100vw - 120rem) / 2) - 1.5rem); } }

.banner-slider .swiper-container {
  border-radius: var(--radius); }

.banner-slider-thumb {
  position: absolute;
  max-width: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 3.2rem;
  z-index: 2; }
  @media screen and (max-width: 750px) {
    .banner-slider-thumb {
      padding: 1.6rem; } }
  @media screen and (max-width: 550px) {
    .banner-slider-thumb {
      position: static;
      padding: 1.2rem 0; } }
  .banner-slider-thumb .swiper-container {
    width: 20rem; }
    @media screen and (max-width: 750px) {
      .banner-slider-thumb .swiper-container {
        width: 16rem; } }
    @media screen and (max-width: 550px) {
      .banner-slider-thumb .swiper-container {
        margin: 0 auto; } }
  .banner-slider-thumb .swiper {
    --cg: 1rem; }
    .banner-slider-thumb .swiper-slide {
      width: calc(100% /3); }
      .banner-slider-thumb .swiper-slide-thumb-active .banner-img::before {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1); }
      .banner-slider-thumb .swiper-slide-thumb-active .banner-img::after {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0; }
  .banner-slider-thumb .banner-img {
    padding-top: 100%;
    border-radius: 100rem;
    cursor: pointer; 
    background-color: #fff; }
    .banner-slider-thumb .banner-img::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background: rgba(255, 255, 255, 0.5);
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
    .banner-slider-thumb .banner-img::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      border-radius: inherit;
      border: 0.3rem solid var(--primary-color);
      z-index: 2;
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      opacity: 0;
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }

.banner-img {
  display: block;
  padding-top: calc((550 / 1448) * 100%);
  position: relative;
  overflow: hidden; }
  .banner-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover; }

.gifts {
  margin-top: 1.2rem; }
  @media screen and (max-width: 550px) {
    .gifts {
      margin-top: 0; } }
  @media screen and (min-width: 1231px) {
    .gifts-slider {
      width: calc(100% + ((100vw - 120rem) / 2) - 1.5rem); } }
  .gifts .swiper {
    --cg: 1.2rem; }
    .gifts .swiper-slide {
      width: 20%; }
      @media screen and (max-width: 1230px) {
        .gifts .swiper-slide {
          width: calc(100% / 3); } }
      @media screen and (max-width: 750px) {
        .gifts .swiper-slide {
          width: 50%; } }
      @media screen and (max-width: 550px) {
        .gifts .swiper-slide {
          width: 75%; } }
      .gifts .swiper-slide:nth-child(5n+1) {
        --color: var(--primary-color); }
      .gifts .swiper-slide:nth-child(5n+2) {
        --color: #662f1a; }
      .gifts .swiper-slide:nth-child(5n+3) {
        --color: var(--second-color); }
      .gifts .swiper-slide:nth-child(5n+4) {
        --color: #039AFF; }
      .gifts .swiper-slide:nth-child(5n+5) {
        --color: var(--third-color); }
  .gifts-wrap {
    --pd-block: 2rem;
    --pd-inline: 3rem;
    --fz14: 1.4rem;
    height: 100%;
    border-radius: 1.6rem;
    position: relative;
    padding: var(--pd-block) var(--pd-inline);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem; }
    @media screen and (max-width: 550px) {
      .gifts-wrap {
        --pd-inline: 2rem;
        --pd-block: 1.4rem; } }
    .gifts-wrap .marker {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      border-radius: 1.6rem;
      background-color: var(--color);
      opacity: .2;
      z-index: -1; }
    .gifts-wrap::before, .gifts-wrap::after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      content: '';
      position: absolute;
      width: calc(var(--pd-inline) * 2 - 1.5rem);
      height: calc(var(--pd-inline) * 2 - 1.5rem);
      border-radius: 100rem;
      background-color: white; }
    .gifts-wrap::before {
      left: calc((var(--pd-inline) * 2 - 1.5rem) / 2 * -1);
      -webkit-clip-path: polygon(49% 0, 100% 0, 100% 100%, 49% 100%);
      clip-path: polygon(49% 0, 100% 0, 100% 100%, 49% 100%); }
    .gifts-wrap::after {
      right: calc((var(--pd-inline) * 2 - 1.5rem) / 2 * -1);
      -webkit-clip-path: polygon(0 0, 51% 0, 51% 100%, 0 100%);
      clip-path: polygon(0 0, 51% 0, 51% 100%, 0 100%); }
  .gifts-name {
    font-weight: 700;
    color: var(--color); }
  .gifts-des {
    font-size: var(--fz14); }
  .gifts-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: .8rem; }
  .gifts-tag {
    font-size: var(--fz14);
    font-weight: 700;
    color: var(--color); }
  .gifts-btn {
    padding: .6rem 1.6rem;
    font-size: var(--fz14);
    border-radius: 100rem;
    background-color: var(--color);
    color: white;
    font-weight: 700;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: .1rem solid transparent; }
    @media (hover: hover) {
      .gifts-btn:hover {
        border-color: white; } }

.cts-wrapper {
  position: relative;
  padding: 6rem 0;
  padding-right: 6rem;
  border-radius: var(--radius); }
  @media screen and (max-width: 1199px) {
    .cts-wrapper {
      padding: 2.4rem 0;
      padding-right: 2.4rem;
      padding-bottom: 6rem; } }
  @media screen and (max-width: 750px) {
    .cts-wrapper {
      padding: 1.6rem;
      padding-bottom: 6rem; } }
  .cts-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    left: 10rem;
    background-color: white;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    z-index: -1;
    border-radius: inherit; }
    @media screen and (max-width: 750px) {
      .cts-wrapper::before {
        left: 0; } }

.cts-left {
  width: 50rem; }
  @media screen and (max-width: 1199px) {
    .cts-left {
      width: 40rem; } }
  @media screen and (max-width: 750px) {
    .cts-left {
      width: 100%; } }

.cts-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media screen and (max-width: 750px) {
    .cts-right {
      -webkit-box-flex: unset;
      -ms-flex: unset;
      flex: unset;
      width: 100%; } }

.cts-ct {
  background-color: var(--primary-color);
  color: white;
  border-radius: var(--radius);
  padding: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  height: 100%; }
  @media screen and (max-width: 1199px) {
    .cts-ct {
      padding: 2.4rem; } }
  .cts-ct-title {
    font-weight: 700;
    font-size: 2rem; }
    @media only screen and (max-width: 1200px) {
      .cts-ct-title {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .cts-ct-title {
        font-size: 1.6rem; } }
  @media screen and (max-width: 500px) {
    .cts-ct {
      padding: 1.6rem; } }

.cts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .6rem; }
  .cts-item:not(:last-child) {
    margin-bottom: .8rem; }
  .cts-item .icon {
    background-color: white;
    border-radius: 100rem;
    width: 5.6rem;
    height: 5.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .cts-item .icon img {
      width: 2rem;
      border-radius: unset; }
    .cts-item .icon svg {
      width: 2rem;
      color: var(--primary-color); }
    @media screen and (max-width: 500px) {
      .cts-item .icon {
        width: 4rem;
        height: 4rem; }
        .cts-item .icon img {
          width: 1.6rem; } }
  .cts-item .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .cts-item .action {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .cts-item .action > a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: .5rem; }
      .cts-item .action > a:not(:first-child)::before {
        content: '';
        height: 1.3rem;
        width: .1rem;
        background-color: white;
        display: inline-block; }

.cts-nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem; }
  .cts-nav-item {
    padding: .8rem 1.6rem;
    border-radius: 100rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: .1rem solid white;
    cursor: pointer; }
    @media screen and (max-width: 500px) {
      .cts-nav-item {
        font-size: 1.4rem;
        padding: .4rem .8rem;
        border-radius: .8rem; } }
    .cts-nav-item.active {
      background-color: white;
      color: var(--primary-color); }

.cts-panel {
  display: none; }
  @media screen and (max-width: 500px) {
    .cts-panel {
      font-size: 1.4rem; } }

.cts-child-nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: .5rem; }
  .cts-child-nav .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem;
    cursor: pointer; }
    .cts-child-nav .item.active {
      color: var(--primary-color); }
    .cts-child-nav .item:not(:first-child)::before {
      content: '';
      height: 1.3rem;
      width: .1rem;
      background-color: white;
      display: inline-block; }

.cts-child-panel {
  font-size: 1.4rem;
  display: none; }

.cts-child-btn {
  text-decoration: underline;
  font-size: 1.4rem;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
  @media (hover: hover) {
    .cts-child-btn:hover {
      color: var(--second-color); } }

.cts-form .t-title {
  margin-bottom: 1.6rem; }

.cts-form .t-title-second {
  margin-bottom: 1.6rem; }

.cts-form-fl {
  margin-top: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .cts-form-fl .text {
    color: var(--second-color); }
    @media screen and (max-width: 500px) {
      .cts-form-fl .text {
        font-size: 1.4rem; } }
  .cts-form-fl .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0; }

@media screen and (max-width: 1199px) {
  .abi {
    overflow: hidden;
    padding-top: 0; } }

.abi-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem; }
  @media screen and (max-width: 1000px) {
    .abi-left {
      width: 100%; } }

@media screen and (max-width: 1000px) {
  .abi-right {
    width: 60rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; } }

.abi-img {
  position: relative; }
  .abi-img .inner {
    display: block;
    padding-top: calc((430 / 572) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: var(--radius); }
    .abi-img .inner > img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .abi-img svg {
    position: absolute;
    width: 61rem;
    top: -10rem;
    right: -10rem;
    z-index: -1;
    -webkit-transform: rotate(34deg);
    transform: rotate(34deg); }
    @media screen and (max-width: 1400px) {
      .abi-img svg {
        right: 0;
        top: unset;
        bottom: -10rem; } }
    @media screen and (max-width: 1199px) {
      .abi-img svg {
        width: 30%;
        top: -22rem;
        right: -1.5rem;
        bottom: unset; } }

.abi-item:nth-child(3n+1) {
  --color: var(--third-color)
        ; }

.abi-item:nth-child(3n+2) {
  --color: var(--second-color)
        ; }

.abi-item:nth-child(3n+3) {
  --color: var(--primary-color)
        ; }

@media screen and (max-width: 500px) {
  .abi-item {
    width: auto; } }

@media screen and (max-width: 600px) {
  .abi-content .des {
    font-size: 1.4rem; } }

.abi-wrap {
  font-weight: 700; }
  @media screen and (max-width: 600px) {
    .abi-wrap {
      font-size: 1.4rem; } }

.abi-number {
  font-size: 4.4rem;
  color: var(--color); }
  @media only screen and (max-width: 1200px) {
    .abi-number {
      font-size: 4rem; } }
  @media only screen and (max-width: 800px) {
    .abi-number {
      font-size: 3rem; } }

.ack {
  position: relative;
  padding-top: calc(130/1728 * 100vw); }
  .ack.second .ack-wave .inner {
    background-color: var(--primary-color); }
  .ack .head {
    margin-bottom: 2.4rem; }
    @media screen and (max-width: 750px) {
      .ack .head .t-title {
        text-align: center;
        font-size: 2.4rem; } }
  .ack-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    mask-image: url("../assets/images/ack-song.png");
    -webkit-mask-image: url("../assets/images/ack-song.png");
    -moz-mask-image: url("../assets/images/ack-song.png");
    -ms-mask-image: url("../assets/images/ack-song.png");
    -o-mask-image: url("../assets/images/ack-song.png");
    mask-position: center;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -moz-mask-position: center;
    -moz-mask-size: cover;
    -moz-mask-repeat: no-repeat;
    -ms-mask-position: center;
    -ms-mask-size: cover;
    -ms-mask-repeat: no-repeat;
    -o-mask-position: center;
    -o-mask-size: cover;
    -o-mask-repeat: no-repeat;
    height: calc(844/1728 * 100vw);
    z-index: -2; }
    .ack-wave .dc-fruit {
      z-index: 2; }
    .ack-wave .inner {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: var(--primary-color); }
  .ack-wrapper {
    padding: 4rem 6rem;
    background: white;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: var(--radius);
    position: relative; }
    @media screen and (max-width: 750px) {
      .ack-wrapper {
        padding: 2.4rem; } }
    @media screen and (max-width: 500px) {
      .ack-wrapper {
        padding: 3.2rem 1.6rem; } }
    .ack-wrapper .circle-fruit {
      --size: 34rem;
      width: var(--size);
      position: absolute;
      top: calc(var(--size) / 2 * -1);
      right: calc(var(--size) / 2 * -1);
      z-index: -1;
      -webkit-animation: Spinner 20s linear infinite;
      animation: Spinner 20s linear infinite; }
      @media screen and (max-width: 1550px) {
        .ack-wrapper .circle-fruit {
          --size: 13vw; } }
      @media screen and (max-width: 1400px) {
        .ack-wrapper .circle-fruit {
          --size: 7vw; } }
      @media screen and (max-width: 1300px) {
        .ack-wrapper .circle-fruit {
          z-index: 1;
          right: -1.5rem;
          --size: 10vw; } }
      @media screen and (max-width: 750px) {
        .ack-wrapper .circle-fruit {
          display: none; } }
  .ack-item:not(:last-child) {
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1); }
  .ack-item.active {pointer-events: none;}
  .ack-item.active .ack-head {
    color: var(--primary-color); }
    .ack-item.active .ack-head .icon::before {
      opacity: 0; }
  .ack-head {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.4rem;
    font-weight: 700;
    gap: 1rem;
    cursor: pointer; }
    @media only screen and (max-width: 1200px) {
      .ack-head {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .ack-head {
        font-size: 1.7rem; } }
    .ack-head img {
      width: 4rem; }
      @media screen and (max-width: 800px) {
        .ack-head img {
          width: 3rem; } }
    .ack-head .icon {
      margin-left: auto;
      width: 2rem;
      height: 2rem;
      position: relative; }
      @media screen and (max-width: 500px) {
        .ack-head .icon {
          width: 1.6rem;
          height: 1.6rem; } }
      .ack-head .icon::before, .ack-head .icon::after {
        content: '';
        position: absolute;
        background-color: var(--third-color);
        border-radius: .4rem;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .ack-head .icon::after {
        width: 100%;
        height: .2rem; }
      .ack-head .icon::before {
        height: 100%;
        width: .2rem; }
  .ack-body {
    display: none;
    margin-top: 1.6rem; }
  .ack-fl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem; }
    .ack-fl .left {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      @media screen and (max-width: 500px) {
        .ack-fl .left {
          width: 100%;
          -webkit-box-flex: unset;
          -ms-flex: unset;
          flex: unset; } }
    .ack-fl .right {
      width: 18rem; }
      @media screen and (max-width: 500px) {
        .ack-fl .right {
          width: 100%; } }
  .ack-img {
    display: block;
    padding-top: calc((135 / 180) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: .8rem; }
    .ack-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

@media screen and (max-width: 1199px) {
  .media {
    padding-top: 0; } }

.media-slider .swiper {
  --cg: 2rem;
  overflow: visible; }
  @media screen and (max-width: 1199px) {
    .media-slider .swiper {
      --cg: 1.2rem; } }
  @media screen and (max-width: 500px) {
    .media-slider .swiper {
      --cg: .8rem; } }
  .media-slider .swiper-container {
    margin: -6rem;
    padding: 6rem; }
  .media-slider .swiper-slide {
    width: 50%;
    overflow: visible;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    @media screen and (max-width: 700px) {
      .media-slider .swiper-slide {
        width: 100%; } }
    .media-slider .swiper-slide-next, .media-slider .swiper-slide-active {
      opacity: 1; }
    .media-slider .swiper-slide:nth-child(odd) .media-list {
      -ms-grid-rows: calc(45% - (var(--cg) - (var(--cg) / 3))) calc(15% - (var(--cg) - (var(--cg) / 3))) calc(40% - (var(--cg) - (var(--cg) / 3)));
      grid-template-rows: calc(45% - (var(--cg) - (var(--cg) / 3))) calc(15% - (var(--cg) - (var(--cg) / 3))) calc(40% - (var(--cg) - (var(--cg) / 3))); }
    .media-slider .swiper-slide:nth-child(odd) .media-item:nth-child(1) {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1/2;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-row: 1/2; }
    .media-slider .swiper-slide:nth-child(odd) .media-item:nth-child(2) {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1/2;
      -ms-grid-row: 2;
      -ms-grid-row-span: 2;
      grid-row: 2/4; }
    .media-slider .swiper-slide:nth-child(odd) .media-item:nth-child(3) {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/3;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1/3; }
    .media-slider .swiper-slide:nth-child(odd) .media-item:nth-child(4) {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/3;
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      grid-row: 3/4; }
    .media-slider .swiper-slide:nth-child(even) .media-list {
      -ms-grid-rows: 100%;
      grid-template-rows: 100%; }
    .media-slider .swiper-slide:nth-child(even) .media-item:nth-child(1) {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1/2;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-row: 1/2; }
    .media-slider .swiper-slide:nth-child(even) .media-item:nth-child(2) {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/3;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-row: 1/2; }

.media-slide {
  display: block;
  padding-top: calc((520 / 600) * 100%);
  position: relative;
  overflow: hidden;
  overflow: visible; }

.media-list {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: -ms-grid;
  display: grid;
  gap: var(--cg);
  -ms-grid-columns: calc(100% / 2 - (var(--cg) - (var(--cg) / 2))) calc(100% / 2 - (var(--cg) - (var(--cg) / 2)));
  grid-template-columns: calc(100% / 2 - (var(--cg) - (var(--cg) / 2))) calc(100% / 2 - (var(--cg) - (var(--cg) / 2))); }

.media-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.6rem;
  background-color: white;
  border-radius: 1.6rem;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 1199px) {
    .media-wrap {
      padding: .8rem;
      border-radius: .8rem; } }
  @media screen and (max-width: 500px) {
    .media-wrap {
      font-size: 1.4rem; } }

.media-img {
  border-radius: 1rem;
  height: calc(100% - 3.5rem);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media screen and (max-width: 1199px) {
    .media-img {
      border-radius: .6rem; } }
  .media-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.media-content {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: 700;
  color: var(--primary-color);
  text-align: center; }

.media-name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.atc {
  overflow: hidden; }
  @media screen and (max-width: 600px) {
    .atc .head .t-title {
      font-size: 2rem; } }
  .atc-list {
    --cg: 0rem;
    --rg: 0rem; }
  @media screen and (max-width: 750px) {
    .atc-item {
      width: 40rem;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; } }
  .atc-item:nth-child(1) {
    --color: var(--second-color); }
    .atc-item:nth-child(1) .atc-line::after {
      content: '';
      position: absolute;
      width: 5%;
      padding-top: 5%;
      background-color: var(--color);
      border-radius: inherit;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      top: -2.5%; }
    @media screen and (max-width: 750px) {
      .atc-item:nth-child(1) .atc-line {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); } }
  .atc-item:nth-child(2) {
    --color: var(--primary-color); }
    .atc-item:nth-child(2) .atc-line::before {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
      clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%); }
      @media screen and (max-width: 750px) {
        .atc-item:nth-child(2) .atc-line::before {
          -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
          clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%); } }
    .atc-item:nth-child(2) .marker {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
      clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
      transform: scale(1.004) scale(-1, 1); }
      @media screen and (max-width: 750px) {
        .atc-item:nth-child(2) .marker {
          -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
          clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%); 
          transform: scale(1.004) scale(1, -1); } }
  .atc-item:nth-child(3) {
    --color: var(--third-color); }
    .atc-item:nth-child(3) .atc-line::before {
      -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 50%, 50% 50%);
      clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 50%, 50% 50%); }
    .atc-item:nth-child(3) .atc-line::after {
      content: '';
      position: absolute;
      width: 5%;
      padding-top: 5%;
      background-color: var(--color);
      border-radius: inherit;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      top: -2.5%; }
    @media screen and (max-width: 750px) {
      .atc-item:nth-child(3) .atc-line {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); } }
    .atc-item:nth-child(3) .marker {
      -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 50%, 50% 50%);
      clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%, 0 50%, 50% 50%); }
  .atc-wrap {
    padding-top: 100%;
    position: relative;
    border-radius: 100rem; }
  .atc-line {
    position: absolute;
    left: -0.2rem;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit; }
    .atc-line:before {
      content: none;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      border: 0.2rem dashed var(--color);
      border-radius: inherit;
      -webkit-clip-path: polygon(0 0, 50% 0, 50% 50%, 100% 50%, 100% 100%, 0 100%);
      clip-path: polygon(0 0, 50% 0, 50% 50%, 100% 50%, 100% 100%, 0 100%); }
    .atc-line .marker {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      border-radius: inherit;
      -webkit-clip-path: polygon(0 0, 50% 0, 50% 50%, 100% 50%, 100% 100%, 0 100%);
      clip-path: polygon(0 0, 50% 0, 50% 50%, 100% 50%, 100% 100%, 0 100%); }
      .atc-line .marker-inner {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        border: 0.2rem dashed var(--color);
        border-radius: inherit;
        -webkit-animation: Spinner 10s linear infinite;
        animation: Spinner 10s linear infinite; }
  .atc-inner {
    position: absolute;
    left: 6%;
    top: 6%;
    right: 6%;
    bottom: 6%;
    background-color: var(--color);
    border-radius: inherit; }
  .atc-center {
    position: absolute;
    left: 10%;
    top: 10%;
    right: 10%;
    bottom: 10%;
    background-color: white;
    border-radius: inherit;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 6rem;
    gap: 1rem;
    color: #363636;
    font-size: 1.4rem; }
    @media screen and (max-width: 1199px) {
      .atc-center {
        padding: 5vw;
        font-size: 1.2vw; } }
    @media screen and (max-width: 750px) {
      .atc-center {
        font-size: 2vw;
        padding: 4vw;
        padding-left: 8vw; } }
    @media screen and (max-width: 600px) {
      .atc-center {
        font-size: 3.5vw; } }
  .atc-name {
    font-weight: 700; }

@media screen and (max-width: 900px) {
  .region-left {
    width: 100%; } }

@media screen and (max-width: 900px) {
  .region-right {
    width: 100%; } }

.region-right-inner {
  width: calc(100% + 12rem); }
  @media screen and (max-width: 1450px) {
    .region-right-inner {
      width: 100%; } }

.region-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem; }

.region-map {
  position: relative; }

.region-line {
  width: 79.1%;
  position: absolute;
  top: 14%;
  left: 10%;
  height: 63%; }
  .region-line svg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
    .region-line svg:nth-child(2) path {
      stroke-dashoffset: 0;
      stroke-dasharray: 1319.9085693359375px; }

.region-dot-item {
  position: absolute;
  width: 1.5%;
  padding-top: 1.5%;
  background-color: #F79A79;
  border-radius: 100rem; }
  .region-dot-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: inherit;
    border-radius: 100rem;
    -webkit-animation: 2s ftCircleAni2 ease infinite;
    animation: 2s ftCircleAni2 ease infinite; }
  .region-dot-item:nth-child(1) {
    top: 67.5%;
    left: 31%; }
  .region-dot-item:nth-child(2) {
    top: 25.5%;
    left: 19%; }
  .region-dot-item:nth-child(3) {
    top: 18%;
    left: 54.5%; }
  .region-dot-item:nth-child(4) {
    top: 56%;
    left: 54.5%; }
  .region-dot-item:nth-child(5) {
    top: 37%;
    left: 74.5%; }
  .region-dot-item:nth-child(6) {
    top: 74%;
    left: 88.5%; }

.region-dot-marker {
  position: absolute;
  width: 300%;
  height: 400%;
  bottom: 120%;
  left: -100%; }
  .region-dot-marker .inner {
    width: 100%;
    height: 100%;
    display: inline-block; }
    .region-dot-marker .inner img {
      width: 100%;
      height: 100%;
      -webkit-animation: marker 5s ease-in-out infinite;
      animation: marker 5s ease-in-out infinite; }

@-webkit-keyframes marker {
  to {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }

@keyframes marker {
  to {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }

@-webkit-keyframes ftCircleAni2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  90%,
  91% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes ftCircleAni2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  90%,
  91% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes regionLine {
  0% {
    stroke-dashoffset: 1319.9085693359375px;
    stroke-dasharray: 1319.9085693359375px; }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1319.9085693359375px; } }

@keyframes regionLine {
  0% {
    stroke-dashoffset: 1319.9085693359375px;
    stroke-dasharray: 1319.9085693359375px; }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1319.9085693359375px; } }

.channel-wrapper {
  width: 110rem;
  max-width: 100%; }

.channel-svg {
  display: block;
  padding-top: calc((735 / 1098) * 100%);
  position: relative;
  overflow: hidden; }
  .channel-svg svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.channel-dv {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 55%; }
  .channel-dv-top {
    margin-bottom: -5.5%;
    z-index: 2;
    position: relative; }
  .channel-dv-body {
    width: 85%;
    margin: 0 auto;
    position: relative; }
  .channel-dv-frame {
    position: absolute;
    top: 2.5%;
    left: 2.5%;
    width: 95%;
    height: 56.5%;
    overflow: hidden; }
    .channel-dv-frame .inner img {
      -webkit-animation: imgPageScr 15s linear infinite alternate;
      animation: imgPageScr 15s linear infinite alternate;
      display: inline-block; }

.channel-box-item {
  position: absolute;
  border-radius: 1.6rem;
  background-color: #fff; }
  @media screen and (max-width: 500px) {
    .channel-box-item {
      border-radius: .4rem; } }
  .channel-box-item:nth-child(1) {
    top: 1%;
    left: 13%;
    width: 7%; }
  .channel-box-item:nth-child(2) {
    top: 10%;
    left: 89%;
    width: 10%; }
  .channel-box-item:nth-child(3) {
    top: 37%;
    left: 1%;
    width: 10%; }
  .channel-box-item:nth-child(4) {
    top: 51%;
    left: 90%;
    width: 8%; }
  .channel-box-item:nth-child(5) {
    top: 85%;
    left: 18%;
    width: 9%; }
  .channel-box-item:nth-child(6) {
    top: 65%;
    left: 62%;
    width: 9%; }
  .channel-box-item img {
    width: 100%;
    display: block; }
    .channel-box-item img:nth-child(1) {
      -webkit-box-shadow: 0px 3.33333px 16.66667px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 3.33333px 16.66667px 0px rgba(0, 0, 0, 0.1); }
    .channel-box-item img:nth-child(2) {
      position: absolute;
      top: 0;
      right: 106%;
      width: 40%;
      border-radius: unset; }
    .channel-box-item img:nth-child(3) {
      position: absolute;
      top: 70%;
      right: -10%;
      width: 40%;
      border-radius: unset; }

.cust-slider .swiper {
  --cg: 1rem;
  overflow: visible; }
  .cust-slider .swiper-container {
    padding: 4rem;
    margin: -4rem; }
  .cust-slider .swiper-slide {
    overflow: visible; }
    .cust-slider .swiper-slide:nth-child(even) {
      margin-top: 6rem; }
    @media screen and (max-width: 700px) {
      .cust-slider .swiper-slide {
        width: 50%; } }

.cust-wrap {
  padding: 1rem;
  border-radius: 1.6rem;
  background-color: white;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1); }

.cust-img {
  display: block;
  padding-top: calc((482 / 266) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem; }
  .cust-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

@-webkit-keyframes imgPageScr {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(calc(-100% + var(--height)));
    transform: translateY(calc(-100% + var(--height))); } }

@keyframes imgPageScr {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(calc(-100% + var(--height)));
    transform: translateY(calc(-100% + var(--height))); } }

.ser {
  overflow: hidden; }
  @media screen and (max-width: 600px) {
    .ser .head .t-title {
      font-size: 2.2rem; } }
  .ser-slider {
    width: 41rem;
    max-width: 100%;
    margin: 0 auto; }
    .ser-slider-dc {
      padding-top: 100%;
      background-color: red;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      border-radius: 100%;
      -webkit-transform-origin: bottom center;
      transform-origin: bottom center;
      -webkit-transition: 0.5s cubic-bezier(0.72, 0.04, 0.49, 0.82) 0.2s;
      transition: 0.5s cubic-bezier(0.72, 0.04, 0.49, 0.82) 0.2s; }
      .ser-slider-dc.left {
        background-color: var(--third-color-opacity); }
      .ser-slider-dc.right {
        background-color: var(--primary-color-opacity); }
    .ser-slider .swiper {
      --cg: 0;
      border-radius: 1.6rem; }
      .ser-slider .swiper-container {
        border-radius: 1.6rem;
        -webkit-box-shadow: 0px 4px 30px 0px rgba(221, 77, 65, 0.2);
        box-shadow: 0px 4px 30px 0px rgba(221, 77, 65, 0.2); }
  .ser-row {
    padding: 4rem 0; }
    .ser-row:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .ser-row.is-inview .ser-slider-dc.left {
      -webkit-transform: rotate(-30deg);
      transform: rotate(-30deg); }
    .ser-row.is-inview .ser-slider-dc.right {
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg); }
    @media screen and (max-width: 900px) {
      .ser-row:nth-child(1) {
        padding-top: 0; } }
  @media screen and (max-width: 900px) {
    .ser-col {
      width: 100%; } }
  .ser-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 3; }
  .ser-title {
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 700;
    color: #363636;
    margin-bottom: 1.6rem; }
    @media only screen and (max-width: 1200px) {
      .ser-title {
        font-size: 2.7rem; } }
    @media only screen and (max-width: 800px) {
      .ser-title {
        font-size: 2.2rem; } }
    .ser-title .number {
      font-size: 6.4rem;
      -webkit-text-stroke: 0.1rem var(--primary-color);
      -webkit-text-fill-color: transparent; }
      @media only screen and (max-width: 1200px) {
        .ser-title .number {
          font-size: 3.9rem; } }
      @media only screen and (max-width: 800px) {
        .ser-title .number {
          font-size: 2.9rem; } }
  .ser-img {
    display: block;
    padding-top: calc((1 / 1) * 100%);
    position: relative;
    overflow: hidden; }
    .ser-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .ser-item:not(:last-child) {
    margin-bottom: 1.6rem; }
  .ser-head {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: .8rem; }
    @media only screen and (max-width: 1200px) {
      .ser-head {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .ser-head {
        font-size: 1.6rem; } }
    .ser-head .icon {
      width: 1.2rem;
      height: 1.2rem;
      position: relative;
      display: block; }
      .ser-head .icon::before, .ser-head .icon::after {
        content: '';
        position: absolute;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: var(--primary-color); }
      .ser-head .icon::before {
        width: .1rem;
        height: 100%; }
      .ser-head .icon::after {
        height: .1rem;
        width: 100%; }
  .ser-item:not(:last-child) {
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1); }
  .ser-item.active .ser-head .icon::before {
    opacity: 0; }
  .ser-body {
    font-weight: 700;
    margin-top: 1rem;
    display: none; }
    .ser-body ul {
      list-style: disc;
      margin-left: 1.6rem; }

.pn .head {
  max-width: 90rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.pn-slider .swiper {
  --cg: 1rem; }
  .pn-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important; }
  .pn-slider .swiper-slide {
    width: calc(100% / 6); }
    @media screen and (max-width: 750px) {
      .pn-slider .swiper-slide {
        width: 20%; } }
    @media screen and (max-width: 600px) {
      .pn-slider .swiper-slide {
        width: 25%; } }

.pn-slider:not(:last-child) {
  margin-bottom: 1rem; }

.pn-img {
  border-radius: .8rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1); }
  .pn-img img {
    display: block;
    width: 100%; }

.news-right {
  width: 30rem; }
  @media screen and (max-width: 750px) {
    .news-right {
      width: 100%; } }
  .news-right-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem; }
    .news-right-list .news-content {
      margin-top: .8rem; }
  .news-right-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: .8rem; }
  .news-right-block:not(:last-child) {
    margin-bottom: 2.4rem; }
  .news-right-block .menu-item {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    .news-right-block .menu-item:not(:last-child) {
      border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1); }
    @media (hover: hover) {
      .news-right-block .menu-item:hover {
        border-bottom-color: var(--primary-color); } }
    .news-right-block .menu-item.current-menu-item {
      border-bottom-color: var(--primary-color); }
      .news-right-block .menu-item.current-menu-item .menu-link {
        /* color: var(--primary-color);  */
      }
  .news-right-block .menu-link {
    padding: 1.6rem 0;
    font-weight: 700;
    color: #363636;
    display: block; }

.news-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media screen and (max-width: 750px) {
    .news-left {
      width: 100%;
      -webkit-box-flex: unset;
      -ms-flex: unset;
      flex: unset; } }

.news-list {
  --cg: 1.2rem; }

@media screen and (max-width: 1000px) {
  .news-item.col-4 {
    width: 50%; } }

.news-img .inner {
  display: block;
  padding-top: calc((392 / 588) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem; }
  .news-img .inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.news-content {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .8rem; }
  @media screen and (max-width: 500px) {
    .news-content {
      gap: .4rem; } }

.news-name {
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  @media screen and (max-width: 500px) {
    .news-name {
      font-size: 1.4rem; } }
  .news-name a {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    @media (hover: hover) {
      .news-name a:hover {
        color: var(--primary-color); } }

.news-note {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .4rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem; }
  @media screen and (max-width: 500px) {
    .news-note {
      font-size: 1.2rem; } }
  .news-note-item:not(:first-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .4rem; }
    .news-note-item:not(:first-child)::before {
      content: '';
      display: inline-block;
      width: .6rem;
      height: .6rem;
      border-radius: 100rem;
      background-color: var(--body-color); }

.news-des {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.4rem; }
  @media screen and (max-width: 500px) {
    .news-des {
      font-size: 1.2rem; } }

@media screen and (max-width: 750px) {
  .news-col:nth-child(1) {
    width: 100%; } }

.news-col:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: var(--rg); }
  @media screen and (max-width: 750px) {
    .news-col:nth-child(2) {
      width: 100%; } }
  .news-col:nth-child(2) .news-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1rem; }
  .news-col:nth-child(2) .news-img {
    width: 19rem;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media screen and (max-width: 500px) {
      .news-col:nth-child(2) .news-img {
        width: 12rem; } }
  .news-col:nth-child(2) .news-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0; }

.dt {
  padding: 2.8rem 0 4rem 0; }
  .dt-left {
    width: 61rem;
    max-width: 100%; }
    @media screen and (max-width: 1000px) {
      .dt-left {
        margin: 0 auto;
        margin-bottom: var(--rg); } }
  .dt-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media screen and (max-width: 1000px) {
      .dt-right {
        width: 100%;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset; } }
  .dt-slider {
    --cg: 1.2rem;
    --rg: 1.2rem; }
    .dt-slider-thumb {
      width: calc(2.4/12 * 100%);
      position: relative; }
      .dt-slider-thumb-line {
        width: .1rem;
        background-color: #FAC5B2;
        position: absolute;
        left: -1.2rem;
        top: .4rem;
        bottom: .4rem; }
        @media screen and (max-width: 1250px) {
          .dt-slider-thumb-line {
            display: none; } }
        .dt-slider-thumb-line::before {
          content: '';
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          width: 100%;
          background-color: var(--primary-color);
          height: var(--h);
          -webkit-transition: .3s ease-in-out;
          transition: .3s ease-in-out; }
      @media screen and (max-width: 610px) {
        .dt-slider-thumb {
          width: 100%; } }
      @media screen and (min-width: 611px) {
        .dt-slider-thumb .swiper {
          height: 46.6rem; } }
      .dt-slider-thumb .swiper-slide {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content; }
        @media screen and (max-width: 610px) {
          .dt-slider-thumb .swiper-slide {
            width: calc(25% - .9rem); } }
      .dt-slider-thumb .swiper .dt-img::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1;
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out; }
      .dt-slider-thumb .swiper-slide-thumb-active .dt-img::before {
        opacity: 0; }
    .dt-slider-main {
      width: calc(9.6/12 * 100%); }
      @media screen and (max-width: 610px) {
        .dt-slider-main {
          width: 100%;
          -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
          order: -1; } }
      .dt-slider-main .swiper {
        --cg: 0;
        border-radius: 1.6rem; }
        @media screen and (max-width: 1199px) {
          .dt-slider-main .swiper {
            border-radius: .8rem; } }
        .dt-slider-main .swiper .dt-img {
          border-radius: 0; }
  .dt-img {
    display: block;
    padding-top: calc((1 / 1) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 1.6rem;
    cursor: pointer; }
    @media screen and (max-width: 1199px) {
      .dt-img {
        border-radius: .8rem; } }
    .dt-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      height: 100% !important; }
  .dt-content {
    font-size: 1.4rem; }
    .dt-content-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: .4rem;
      padding-bottom: 1rem;
      margin-bottom: 1rem;
      border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1); }
    .dt-content .pro-price {
      font-size: 3.2rem; }
      @media only screen and (max-width: 1200px) {
        .dt-content .pro-price {
          font-size: 2.7rem; } }
      @media only screen and (max-width: 800px) {
        .dt-content .pro-price {
          font-size: 2.2rem; } }
      .dt-content .pro-price .price.old {
        font-size: 2rem; }
        @media only screen and (max-width: 1200px) {
          .dt-content .pro-price .price.old {
            font-size: 1.8rem; } }
        @media only screen and (max-width: 800px) {
          .dt-content .pro-price .price.old {
            font-size: 1.6rem; } }
    .dt-content-block:not(:last-child) {
      margin-bottom: 1.2rem; }
    .dt-content-block .title {
      font-weight: 700;
      font-size: 1.6rem; }
    .dt-content-title {
      font-weight: 700;
      margin-bottom: .4rem; }
  .dt-title {
    font-size: 2.4rem;
    font-weight: 700; }
    @media only screen and (max-width: 1200px) {
      .dt-title {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .dt-title {
        font-size: 1.7rem; } }
  .dt-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .4rem;
    font-weight: 700; }
    .dt-type .text {
      color: var(--third-color); }
  .dt-fl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .6rem; }
  .dt-kl .recheck-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem; }
  .dt-kl .recheck-item {
    padding: .6rem 1.2rem;
    border-radius: .6rem;
    background-color: #EDEDED;
    font-weight: 700;
    border: 0.1rem solid rgba(0, 0, 0, 0.1); }
    .dt-kl .recheck-item.active {
      background-color: #FDE2D9;
      color: var(--primary-color);
      border-color: var(--primary-color); }
      .dt-kl .recheck-item.active .text {
        color: inherit; }
  .dt-kl .recheck-text {
    margin-left: 0; }
  .dt-orther .recheck-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem; }
  .dt-orther .recheck-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .6rem;
    font-weight: 700; }
    .dt-orther .recheck-item .c-pri {
      font-weight: 500; }
    .dt-orther .recheck-item.disable .recheck-checkbox {
      border-color: #ddd;
      background-color: #ddd; }
    .dt-orther .recheck-item.disable .text {
      color: #ddd; }
  .dt-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .dt-nav-item {
      padding: 1rem 2rem;
      border-radius: .8rem;
      border: 0.1rem solid var(--primary-color);
      color: var(--primary-color);
      font-weight: 700;
      cursor: pointer;
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      @media screen and (max-width: 600px) {
        .dt-nav-item {
          padding: .8rem;
          font-size: 1.4rem; } }
      @media screen and (max-width: 400px) {
        .dt-nav-item {
          font-size: 1.3rem; } }
      .dt-nav-item.active {
        background-color: var(--primary-color);
        color: white; }
  .dt-ct {
    background-color: #F5F5F5;
    padding: 3.2rem;
    border-radius: var(--radius);
    color: #363636; }
    @media screen and (max-width: 600px) {
      .dt-ct {
        padding: 1.6rem; } }
    .dt-ct-left {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      @media screen and (max-width: 900px) {
        .dt-ct-left {
          width: 100%;
          -webkit-box-flex: unset;
          -ms-flex: unset;
          flex: unset; } }
      .dt-ct-left-inner {
        border-right: 0.1rem solid rgba(0, 0, 0, 0.1);
        padding-right: 4rem; }
        @media screen and (max-width: 1199px) {
          .dt-ct-left-inner {
            padding-right: 2.4rem; } }
        @media screen and (max-width: 900px) {
          .dt-ct-left-inner {
            border: none;
            padding-right: 0; } }
      @media screen and (max-width: 600px) {
        .dt-ct-left {
          font-size: 1.4rem; } }
    .dt-ct-right {
      width: 30rem; }
      @media screen and (max-width: 900px) {
        .dt-ct-right {
          width: 100%; } }
  .dt-ct-panel {
    margin-top: 2.4rem; }
    .dt-ct-panel .tabPanel {
      display: none; }
    .dt-ct-panel .mona-content ul {
      list-style: none; }
      .dt-ct-panel .mona-content ul li:not(:last-child) {
        margin-bottom: .6rem; }
    .woocommerce .dt-ct-panel .mona-content ul {
      list-style: initial; }
    .dt-ct-panel .mona-content p {
      margin: .2em 0; }
  .dt-ship-item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem; }
    .dt-ship-item:not(:last-child) {
      margin-bottom: 2.4rem; }
    .dt-ship-item .icon {
      width: 4.8rem; }
      .dt-ship-item .icon img {
        width: 100%;
        display: block; }
    .dt-ship-item:nth-child(1) {
      --color: var(--primary-color); }
    .dt-ship-item:nth-child(2) {
      --color: var(--second-color); }
    .dt-ship-item:nth-child(3) {
      --color: var(--third-color); }
    .dt-ship-item .content {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-weight: 700; }
      @media screen and (max-width: 500px) {
        .dt-ship-item .content {
          font-size: 1.4rem; } }
      .dt-ship-item .content .title {
        font-size: 1.4rem;
        color: var(--color); }
  .dt-form .f-list {
    --cg: 1.2rem;
    --rg: 1.2rem; }
  .dt-form .f-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem; }
    @media screen and (max-width: 400px) {
      .dt-form .f-item {
        width: 100%; } }
  .dt-form .btn {
    border-radius: .8rem; }
  .dt-form .re-input {
    color: #363636; }
    .dt-form .re-input.placeholder {
      color: #363636; }
    .dt-form .re-input:-moz-placeholder {
      color: #363636; }
    .dt-form .re-input::-moz-placeholder {
      color: #363636; }
    .dt-form .re-input:-ms-input-placeholder {
      color: #363636; }
    .dt-form .re-input::-webkit-input-placeholder {
      color: #363636; }
  .dt-form-fl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.2rem; }
    .dt-form-fl .left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 1rem;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      font-weight: 700; }
  .dt-form-upimg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .6rem;
    font-weight: 700;
    color: var(--third-color);
    cursor: pointer; }
    @media (hover: hover) {
      .dt-form-upimg:hover {
        text-decoration: underline; } }
    .dt-form-upimg img {
      width: 1.6rem;
      height: 1.6rem;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
  .dt-images {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem; }
    .dt-images-item {
      width: 10rem;
      height: 10rem; }
      .dt-images-item .img {
        width: 100%;
        height: 100%;
        border-radius: .8rem;
        position: relative; }
        .dt-images-item .img i {
          position: absolute;
          top: .5rem;
          right: .5rem;
          z-index: 1;
          color: var(--primary-color);
          width: 2rem;
          height: 2rem;
          background-color: white;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          border-radius: 100rem;
          cursor: pointer; }
        .dt-images-item .img > img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
  .dt-cmt {
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.1); }

.regi-side {
  --cg: 0; }
  @media screen and (max-width: 700px) {
    .regi-side {
      --rg: 0; } }

@media screen and (max-width: 700px) {
  .regi-left {
    width: 100%;
    display: none; } }

@media screen and (max-width: 700px) {
  .regi-right {
    width: 100%; } }

.regi-wrapper {
  padding: 6rem 0;
  position: relative; }
  @media screen and (max-width: 700px) {
    .regi-wrapper {
      padding: 0; } }
  .regi-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: white;
    z-index: -1;
    left: 10rem;
    border-radius: var(--radius);
    -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 700px) {
      .regi-wrapper::before {
        left: 0; } }

.regi-img {
  height: 100%; }
  .regi-img .inner {
    display: block;
    padding-top: calc((1 / 1) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    height: 100%; }
    .regi-img .inner img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.regi-form {
  padding: 0 2.4rem; }
  @media screen and (max-width: 700px) {
    .regi-form {
      padding: 2.4rem;
      font-size: 1.4rem; }
      .regi-form .btn {
        font-size: 1.4rem; } }
  .regi-form .t-title-second {
    margin-bottom: 1.6rem; }
  .regi-form-bot {
    margin-top: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
    text-align: center; }
    .regi-form-bot .social-list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .regi-form-bot .regi-form-line,
  .regi-form-bot .social {display: none !important;}
  .regi-form-line {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .6rem; }
    .regi-form-line::after, .regi-form-line::before {
      content: '';
      display: inline-block;
      height: .1rem;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      background: rgba(0, 0, 0, 0.1); }

.cart {
  padding-bottom: 12rem; }
  .cart-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media screen and (max-width: 750px) {
      .cart-left {
        width: 100%;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset; } }
  .cart-right {
    width: 38.4rem; }
    @media screen and (max-width: 750px) {
      .cart-right {
        width: 100%; } }
  .cart-wrapper {
    padding: 6rem 0;
    padding-left: 6rem;
    position: relative; }
    @media screen and (max-width: 1199px) {
      .cart-wrapper {
        padding: 3.2rem 0;
        padding-left: 4rem; } }
    @media screen and (max-width: 750px) {
      .cart-wrapper {
        padding: 2.4rem; } }
    @media screen and (max-width: 500px) {
      .cart-wrapper {
        padding: 1.6rem; } }
    .cart-wrapper::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      right: 10rem;
      background: rgba(255, 255, 255, 0.8);
      -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
      z-index: -1;
      border-radius: var(--radius); }
      @media screen and (max-width: 750px) {
        .cart-wrapper::before {
          right: 0; } }
    @media screen and (min-width: 751px) {
      .cart-wrapper.second {
        padding-right: 4rem; } }
    .cart-wrapper.second::before {
      right: 0; }

.c-side {
  padding: 3.2rem;
  border-radius: var(--radius);
  background-color: var(--primary-color);
  color: white;
  position: sticky;
  top: calc(var(--size-hd-top) + var(--size-hd-bot) + 1rem); }
  @media screen and (max-width: 500px) {
    .c-side {
      padding: 1.6rem; } }
  .c-side-block:not(:last-child) {
    margin-bottom: 2.4rem; }
  .c-side-title {
    font-size: 2rem;
    font-weight: 700;
    border-bottom: .1rem solid #FAC5B2;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem; }
    @media only screen and (max-width: 1200px) {
      .c-side-title {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .c-side-title {
        font-size: 1.6rem; } }
  .c-side-info-item:not(:last-child) {
    margin-bottom: .8rem; }
  .c-side-info-item.tt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .6rem;
    font-weight: 700; }
    .c-side-info-item.tt .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: .6rem; }
      .c-side-info-item.tt .text:not(:first-child)::before {
        content: '';
        width: .6rem;
        height: .6rem;
        border-radius: 100rem;
        background-color: var(--second-color);
        display: block; }
  .c-side-method-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem; }
    .c-side-method-item:not(:last-child) {
      margin-bottom: .8rem; }
    .c-side-method-item img {
      width: 3.2rem;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
  .c-side-gg {
    position: relative; }
    .c-side-gg input {
      padding: 1rem;
      padding-right: 8rem; }
    .c-side-gg-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      right: 1rem;
      font-weight: 700;
      color: var(--primary-color); }
    .c-side-gg-action {
      text-decoration: underline;
      margin-top: .8rem;
      margin-left: auto;
      display: block;
      text-align: end;
      font-size: 1.4rem;
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      cursor: pointer; }
      @media (hover: hover) {
        .c-side-gg-action:hover {
          color: var(--third-color); } }
  .c-side-fl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .6rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700; }
    .c-side-fl:not(:last-child) {
      margin-bottom: .8rem; }
  .c-side-total {
    font-size: 2rem; }
    @media only screen and (max-width: 1200px) {
      .c-side-total {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .c-side-total {
        font-size: 1.6rem; } }

.c .head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.4rem; }

.c-item {
  position: relative; }
  .c-item:not(:last-child) {
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1); }

.c-row {
  --rg: 1rem;
  --cg: 1rem
    ; }

.c-head {
  font-weight: 700;
  color: var(--third-color); }
  @media screen and (max-width: 1199px) {
    .c-head {
      display: none; } }

@media screen and (max-width: 1199px) {
  .c-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .6rem; }
    .c-col::before {
      content: attr(data-label);
      display: block;
      font-weight: 700; } }

@media screen and (max-width: 500px) {
  .c-col {
    font-size: 1.4rem; } }

.c-col:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media screen and (max-width: 1200px) {
    .c-col:nth-child(1) {
      width: 70%;
      -webkit-box-flex: unset;
      -ms-flex: unset;
      flex: unset;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media screen and (max-width: 1000px) {
    .c-col:nth-child(1) {
      width: 100%; } }

.c-col:nth-child(2) {
  width: 10rem; }
  @media screen and (max-width: 1200px) {
    .c-col:nth-child(2) {
      width: 30%;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  @media screen and (max-width: 1000px) {
    .c-col:nth-child(2) {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: 100%; } }
  @media screen and (max-width: 750px) {
    .c-col:nth-child(2) {
      width: 50%; } }

.c-col:nth-child(3) {
  width: 11rem; }
  @media screen and (max-width: 1200px) {
    .c-col:nth-child(3) {
      width: 50%; } }
  @media screen and (max-width: 1000px) {
    .c-col:nth-child(3) {
      width: 100%; } }
  @media screen and (max-width: 750px) {
    .c-col:nth-child(3) {
      width: 50%; } }
  @media screen and (max-width: 500px) {
    .c-col:nth-child(3) {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .c-col:nth-child(3)::before {
        display: none; } }

.c-col:nth-child(4) {
  width: 15rem;
  text-align: end; }
  @media screen and (max-width: 1200px) {
    .c-col:nth-child(4) {
      width: 50%;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  @media screen and (max-width: 1000px) {
    .c-col:nth-child(4) {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      width: 100%; } }

@media screen and (min-width: 1200px) {
  .c-col:nth-child(5) {
    padding: 0;
    margin: 0; } }

@media screen and (max-width: 1199px) {
  .c-col:nth-child(5) {
    width: 2.6rem; } }

.c-pro {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem; }
  .c-pro-img {
    width: 7.6rem;
    height: 7.6rem;
    border-radius: .4rem;
    display: block; }
    .c-pro-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .c-pro-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .4rem; }
  .c-pro-name {
    font-weight: 700; }
    .c-pro-name a {
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      @media (hover: hover) {
        .c-pro-name a:hover {
          color: var(--primary-color); } }

.c-form-block:not(:last-child) {
  padding-bottom: 3.2rem; }

.c-form-block.active .c-form-title img {
  -webkit-filter: none;
  filter: none; }

@media screen and (min-width: 900px) {
  .c-form-block .f-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem; }
    .c-form-block .f-item .re-label {
      width: 18rem;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .c-form-block .f-item .dateTime,
    .c-form-block .f-item .re-select,
    .c-form-block .f-item .re-input {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .c-form-block .btn {
    margin-left: 19rem; } }

.c-form-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 2.4rem; }
  @media screen and (max-width: 500px) {
    .c-form-title {
      font-size: 1.8rem; } }
  .c-form-title img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }

.c-form-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem; }
  .c-form-method-item {
    border-radius: .8rem;
    background-color: #F5F5F5;
    text-align: center;
    font-weight: 700;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
    width: 12rem;
    min-height: 12rem;
    cursor: pointer;
    position: relative; }
    .c-form-method-item::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      border-radius: inherit;
      border: 0.1rem solid var(--primary-color);
      opacity: 0; }
    .c-form-method-item img {
      width: 4.8rem;
      margin: 0 auto; }
    .c-form-method-item .text {
      display: block; }
    .c-form-method-item.active::before {
      opacity: 1; }

.c-form-vat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  font-weight: 700; }

.c-note .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 1rem; }
  .c-note .title img {
    width: 2rem;
    height: 2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.c-note .re-input {
  background-color: var(--primary-color-opacity); }

.c .product-remove, .c-delete {
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  border-radius: 100rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F5F5F5;
  font-size: 1.2rem;
  cursor: pointer;
  position: relative;
  top: .5rem; }
  @media (hover: hover) {
    .c .product-remove:hover, .c-delete:hover {
      background-color: var(--primary-color); } }
  @media screen and (min-width: 1000px) {
    .c .product-remove, .c-delete {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      top: calc(50% - 1.2rem);
      right: calc(100% + 1rem); } }
  @media screen and (max-width: 1000px) {
    .c .product-remove, .c-delete {
      position: absolute;
      top: 1.2rem;
      right: 0; } }
  .c .product-remove i, .c-delete i {
    font-size: 1.2rem;
    position: relative;
    top: -.2rem; }

.c-bottom {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2.4rem;
  border-top: 0.1rem solid var(--primary-color);
  padding-top: 2.4rem;
  margin-top: 2.4rem;
  gap: 2.4rem; }
  .c-bottom .left {
    width: 30rem; }
    @media screen and (max-width: 600px) {
      .c-bottom .left {
        width: 100%; } }
  .c-bottom .right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem; }
    @media screen and (max-width: 600px) {
      .c-bottom .right .btn {
        font-size: 1.4rem; }
        .c-bottom .right .btn .inner {
          padding: .8rem 1.6rem; } }

.acc-wrapper {
  padding: 6rem 0;
  padding-right: 2.4rem;
  position: relative; }
  @media screen and (max-width: 1199px) {
    .acc-wrapper {
      padding: 0; } }
  .acc-wrapper::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    left: 10rem;
    background-color: white;
    z-index: -1;
    border-radius: var(--radius);
    -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 1199px) {
      .acc-wrapper::before {
        display: none; } }

.acc-side {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media screen and (max-width: 1199px) {
    .acc-side {
      --cg: 1rem; } }

.acc-left {
  width: 40rem; }
  @media screen and (max-width: 1199px) {
    .acc-left {
      width: 8rem; } }
  @media screen and (max-width: 500px) {
    .acc-left {
      width: 6rem; } }

.acc-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.acc-sidebar {
  position: relative;
  z-index: 3;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  top: calc(var(--size-hd-top) + var(--size-hd-bot) + 1rem);
  position: sticky; }
  @media screen and (max-width: 1199px) {
    .acc-sidebar {
      width: 7rem; } }
  @media screen and (max-width: 500px) {
    .acc-sidebar {
      width: 6rem;
      -webkit-transform: translateX(-1rem);
      transform: translateX(-1rem); } }
  .acc-sidebar-ctr {
    padding: .8rem 1.8rem;
    margin: 0 -1rem;
    background-color: var(--primary-color);
    border-radius: .8rem .8rem 0 0;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    height: 4.5rem;
    border-bottom: .1rem dashed white; }
    .acc-sidebar-ctr .text {
      display: none; }
  .acc-sidebar-burger {
    width: 2.4rem;
    cursor: pointer; }
    .acc-sidebar-burger .line {
      display: block;
      height: .1rem;
      background-color: white;
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      .acc-sidebar-burger .line:nth-child(2) {
        margin: .6rem 0; }
  .acc-sidebar.active {
    width: 32rem; }
    .acc-sidebar.active .acc-sidebar-ctr {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .acc-sidebar.active .acc-sidebar-ctr .text {
        display: block; }
    .acc-sidebar.active .acc-sidebar-burger .line:nth-child(1) {
      -webkit-transform: rotate(-45deg) translate(-0.2rem, 0.1rem);
      transform: rotate(-45deg) translate(-0.2rem, 0.1rem);
      width: 1.2rem; }
    .acc-sidebar.active .acc-sidebar-burger .line:nth-child(3) {
      -webkit-transform: rotate(45deg) translate(-0.2rem, -0.1rem);
      transform: rotate(45deg) translate(-0.2rem, -0.1rem);
      width: 1.2rem; }
    .acc-sidebar.active .acc-menu-link .text {
      display: inline-block; }
    .acc-sidebar.active .acc-info-content {
      display: block; }
  .acc-sidebar-inner {
    padding: 4rem;
    border-radius: 2.4rem;
    background-color: var(--primary-color);
    color: white;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    @media screen and (max-width: 1199px) {
      .acc-sidebar-inner {
        padding: 1rem;
        padding-top: 0;
        border-radius: .4rem;
        white-space: nowrap; } }

.acc-info {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 2.4rem; }
  .acc-info-ava {
    width: 5.2rem;
    height: 5.2rem;
    border-radius: 100rem;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .acc-info-ava img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .acc-info-name {
    font-weight: 700; }
  .acc-info-logout {
    font-size: 1.4rem;
    text-decoration: underline; }
  .acc-info-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media screen and (max-width: 1199px) {
      .acc-info-content {
        display: none; } }
  .acc-info.hidden-desk .acc-info-content {
    display: block; }

.acc-menu-item:not(:last-child) {
  margin-bottom: 1rem; }

.acc-menu-item.active .acc-menu-link {
  border-color: white; }
  .acc-menu-item.active .acc-menu-link .icon {
    background-color: white; }
    .acc-menu-item.active .acc-menu-link .icon img {
      -webkit-filter: none;
      filter: none; }

.acc-menu-link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  padding: .4rem;
  padding-right: 1.6rem;
  border: .1rem solid transparent;
  border-radius: 100rem;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  font-weight: 700; }
  @media (hover: hover) {
    .acc-menu-link:hover {
      border-color: white; } }
  @media screen and (max-width: 500px) {
    .acc-menu-link {
      padding: 0;
      border: none !important; } }
  @media screen and (max-width: 1199px) {
    .acc-menu-link .text {
      display: none; } }
  .acc-menu-link .icon {
    width: 4rem;
    height: 4rem;
    border-radius: 100rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: .1rem dashed white; }
    .acc-menu-link .icon img {
      -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1);
      border-radius: unset;
      width: 1.6rem; }

.acc-col:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media screen and (max-width: 750px) {
    .acc-col:nth-child(1) {
      width: 100%;
      -webkit-box-flex: unset;
      -ms-flex: unset;
      flex: unset; } }

.acc-col:nth-child(2) {
  width: 22rem; }
  @media screen and (max-width: 750px) {
    .acc-col:nth-child(2) {
      width: 20rem;
      margin-left: auto;
      margin-right: auto;
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; } }

.acc-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem; }
  .acc-up-content {
    text-align: center;
    font-size: 1.4rem; }
  .acc-up-ava {
    cursor: pointer;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media screen and (max-width: 500px) {
      .acc-up-ava {
        width: 10rem;
        margin: 0 auto; } }
    .acc-up-ava > img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 2.4rem;
      z-index: 2; }
    .acc-up-ava .inner {
      display: block;
      padding-top: calc((1 / 1) * 100%);
      position: relative;
      overflow: hidden;
      border-radius: 100rem;
      border: 0.1rem solid var(--primary-color);
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .acc-up-ava .inner > img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 80%;
        height: 80%;
        -o-object-fit: cover;
        object-fit: cover; }

.acc-form {
  --size-space: 12rem; }
  .acc-form.form-doimatkhau {
    --size-space: 16rem; }
  @media screen and (min-width: 751px) {
    .acc-form .f-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 1rem; }
      .acc-form .f-item .re-label {
        width: var(--size-space); }
      .acc-form .f-item .re-select,
      .acc-form .f-item .f-rela,
      .acc-form .f-item .re-input,
      .acc-form .f-item .dateTime {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
    .acc-form .btn {
      margin-left: calc(var(--size-space) + (var(--cg) /2)); } }
  .acc-form-gender {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem 1.6rem; }

.acc-his .c-col:nth-child(3) {
  text-align: center; }
  .acc-his .c-col:nth-child(3)::before {
    display: block; }

.acc-his-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1); }

.orders-table {
  font-size: 1.4rem; }
  .orders-table-item {
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1); }
    .orders-table-item:nth-child(1) {
      font-weight: 700; }
      @media screen and (max-width: 750px) {
        .orders-table-item:nth-child(1) {
          display: none; } }
    @media screen and (max-width: 750px) {
      .orders-table-item {
        padding: 1rem;
        border-radius: .8rem;
        border: 0.1rem solid rgba(0, 0, 0, 0.1); }
        .orders-table-item:not(:last-child) {
          margin-bottom: 1rem; } }
  .orders-table-row {
    --cg: 1rem;
    --rg: 1rem; }
    @media screen and (min-width: 751px) {
      .orders-table-row {
        --rg: 0; } }
  @media screen and (min-width: 751px) {
    .orders-table-col {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-top: var(--cg);
      padding-bottom: var(--cg); } }
  @media screen and (max-width: 750px) {
    .orders-table-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 1rem;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .orders-table-col::before {
        content: attr(data-label);
        display: block;
        font-weight: 700; } }
  .orders-table-col:nth-last-child(3) {
    text-align: center; }
  .orders-table-col:nth-last-child(2) {
    text-align: end; }
  .orders-table-col:last-child {
    text-align: end; }

.policy-wrapper {
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
  padding: 4rem;
  border-radius: var(--radius); }
  @media screen and (max-width: 1199px) {
    .policy-wrapper {
      padding: 2.4rem; } }

.policy-left {
  width: 32rem; }
  @media screen and (max-width: 1199px) {
    .policy-left {
      width: 26rem; } }
  @media screen and (max-width: 750px) {
    .policy-left {
      width: 100%; } }

.policy-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media screen and (max-width: 750px) {
    .policy-right {
      width: 100%;
      -webkit-box-flex: unset;
      -ms-flex: unset;
      flex: unset; } }

.policy-menu-item:not(:last-child) {
  margin-bottom: 1.6rem; }

.policy-menu-item.active .policy-menu-link {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: white; }

.policy-menu-link {
  padding: 1.2rem 2rem;
  display: block;
  font-weight: 700;
  border-radius: .8rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  cursor: pointer; }
  @media (hover: hover) {
    .policy-menu-link:hover {
      border-color: var(--primary-color); } }
