@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/select2/select2.min.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/Inter/stylesheet.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.mona-content strong,
.mona-content b {
  font-weight: bold; }

.mona-content em,
.mona-content i {
  font-style: italic; }

.mona-content h1,
.mona-content h2,
.mona-content h3,
.mona-content h4,
.mona-content h5,
.mona-content h6 {
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.6em; }

.mona-content h1 {
  font-size: 1.7em; }

.mona-content h2 {
  font-size: 1.6em; }

.mona-content h3 {
  font-size: 1.25em; }

.mona-content h4 {
  font-size: 1.125em; }

.mona-content h5 {
  font-size: 1em; }

.mona-content h6 {
  font-size: 0.85em; }

.mona-content p {
  margin: 1em 0; }

.mona-content ul,
.mona-content ol {
  margin: 1em 0;
  list-style-position: inside; }

.mona-content ul ul,
.mona-content ul ol,
.mona-content ol ul,
.mona-content ol ol {
  margin-left: 1em; }

.mona-content ul {
  list-style-type: disc; }

.mona-content ol {
  list-style-type: decimal; }

.mona-content ul ul,
.mona-content ol ul {
  list-style-type: circle; }

.mona-content ol ol,
.mona-content ul ol {
  list-style-type: lower-latin; }

.mona-content img,
.mona-content iframe {
  max-width: 100% !important;
  height: auto; }

.mona-content blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1em 0;
  padding: 1em;
  quotes: "“" "”" "‘" "’"; }
  .mona-content blockquote::before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em; }
  .mona-content blockquote p {
    display: inline; }

.mona-content table {
  border-collapse: collapse;
  max-width: 100%;
  /* margin: 1em 0; */
  border: 1px solid #e1e1e1; }
  .mona-content table th,
  .mona-content table td {
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 5px 10px;
    vertical-align: middle; }

.mona-content .mona-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%; }
  .mona-content .mona-youtube-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.mona-content .mona-table-wrap {
  overflow: auto; }

:root {
  --font-pri: "Inter", sans-serif;
  --fw: 400;
  --z: 50;
  --pd-sc: 2rem;
  --w-container: 127rem;
  --pd-container: 1.5rem;
  --rs: .8rem;
  --pd-re-block: 1.2rem;
  --c-pri: #076C2E;
  --c-pri2: #029339;
  --c-title: #005529;
  --c-second: #FAA819;
  --c-third: #CB1C22;
  --c-txt: #000;
  --c-txt-second: #475569;
  --c-txt-third: #94A3B8;
  --c-blue-light: #F1F5F9;
  --c-bd: #CBD5E1;
  --c-bd-second: #E2E8F0;
  --c-f2: #F2F2F2;
  --c-sc: #34D399;
  --c-shiping: #00A3FF;
  --c-cancle: #F1416C;
  --c-pending: #FFA800; }

body {
  --vw: 1;
  --vwf: 1rem;
  --sz-hd-sale: calc(40/1728*100vw);
  --sz-hd-mid: 7rem;
  --sz-hd-bot: 6rem;
  --sz-search: 5rem;
  --sz-hd: calc(var(--sz-hd-sale) + var(--sz-hd-mid) + var(--sz-hd-bot));
  --sz-fix: 5rem;
  --h-social: 4rem; }
  @media (max-width: 1240px) {
    body {
      --vw: 1240;
      --vwf: 100vw;
      --sz-hd-mid: 6rem;
      --sz-hd-bot: 0rem;
      --sz-hd: calc(var(--sz-hd-sale) + var(--sz-hd-mid) + var(--sz-hd-bot)); } }
  @media screen and (max-width: 600px) {
    body {
      --rs: .4rem;
      --pd-container: 1rem;
      --sz-hd-mid: 5.5rem;
      --sz-hd: calc(var(--sz-hd-sale) + var(--sz-hd-mid) + var(--sz-hd-bot) + var(--sz-search)); } }

body {
  --sz-hd-bot: 0rem; }

body.single-product,
body.home {
  --sz-hd-bot: 6rem; }
  @media (max-width: 1240px) {
    body.single-product,
    body.home {
      --sz-hd-bot: 0rem; } }

* {
  -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: var(--font-pri);
  font-size: 16px;
  line-height: 1.55;
  font-weight: var(--fw);
  color: var(--c-txt);
  overflow: hidden auto; }
  @media screen and (min-width: 2000px) {
    body {
      font-size: 20px; } }
  @media screen and (max-width: 600px) {
    body {
      padding-bottom: var(--sz-fix); } }

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

button,
select {
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  cursor: pointer;
  font-family: var(--font-pri); }

button {
  padding: 0;
  background-color: transparent;
  font-family: var(--font-pri); }

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: var(--font-pri); }

.main {
  min-height: 68vh;
  padding-top: calc(var(--sz-hd));
  position: relative; }
  .main::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -5;
    background-color: #F2F2F2; }
  .main-wrapper {
    padding: 0.75rem 0; }

.container {
  width: 100%;
  max-width: var(--w-container);
  height: 100%;
  margin: 0 auto;
  padding: 0 var(--pd-container); }

.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-6i {
    width: calc(100% / 6); }
  .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(--c-pri);
  -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) {
    .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 > .menu-list {
      height: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .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(--c-pri);
          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: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.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(--ctxt); }
        .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 > .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(--c-pri); }
    .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(--ctxt);
      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; }
    .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(--c-pri); }
          .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; }
        .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(--c-pri); }
  .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(--c-pri); }

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

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

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

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--c-pri); }

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

.hd {
  position: fixed;
  z-index: var(--z);
  top: 0;
  left: 0;
  width: 100%;
  height: var(--sz-hd);
  --h-btn: 4.4rem;
  --m-gap: 2.4rem;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
  @media screen and (min-width: 1240px) {
    .hd.small {
      -webkit-transform: translateY(calc(var(--sz-hd-sale) * -1));
      transform: translateY(calc(var(--sz-hd-sale) * -1)); } }
  @media screen and (max-width: 1239px) {
    .hd {
      --h-btn: 4rem;
      --m-gap: 1rem; } }
  @media screen and (min-width: 1240px) {
    .hd.second .hd-bot {
      display: none; } }
  .hd .custom-logo-link {
    width: 13.7rem;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 1239px) {
      .hd .custom-logo-link {
        width: 14rem; } }
    @media screen and (max-width: 600px) {
      .hd .custom-logo-link {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
    .hd .custom-logo-link img {
      width: 100%;
      display: block; 
      width: 13.5rem;
    }
      @media screen and (max-width: 1239px) {
        .hd .custom-logo-link img:nth-child(2) {
          display: none; } }
      @media screen and (min-width: 1240px) {
        .hd .custom-logo-link img:nth-child(2) {
          display: none; } }
  .hd-sale {
    height: var(--sz-hd-sale); }
    .hd-sale img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .hd-mid {
    height: var(--sz-hd-mid);
    background-color: white;
    position: relative; }
    .hd-mid-wr {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: var(--m-gap); }
  .hd-bot {
    height: var(--sz-hd-bot);
    background-color: var(--c-pri); }
    @media screen and (min-width: 1240px) {
      .hd-bot-wr {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media screen and (max-width: 1239px) {
      .hd-bot-wr {
        display: block;
        position: fixed;
        top: var(--sz-hd);
        left: 0;
        bottom: 0;
        width: 30rem;
        background-color: white;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
        .hd-bot-wr.open {
          opacity: 1;
          visibility: visible;
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0); } }
    @media screen and (max-width: 600px) {
      .hd-sale {
        /* height: 20px;  */
        background: #fff;
      }
      .hd-sale img{
        display: none;
      }
      .hd-bot-wr {
        bottom: var(--sz-fix); } }
    .hd-bot-overlay {
      position: fixed;
      top: var(--sz-hd);
      left: 0;
      width: 100%;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.8);
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      opacity: 0;
      visibility: hidden; }
      .hd-bot-overlay.open {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
      @media screen and (min-width: 1240px) {
        .hd-bot-overlay {
          display: none; } }
    .hd-bot-social {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-top: 0.1rem solid var(--c-bd);
      background-color: white; }
      @media screen and (min-width: 1240px) {
        .hd-bot-social {
          display: none; } }
      .hd-bot-social .link {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        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;
        height: var(--h-social); }
        .hd-bot-social .link:not(:last-child) {
          border-right: 0.1rem solid var(--c-bd); }
        .hd-bot-social .link img {
          width: 2.4rem;
          display: block;
          margin: 0 auto; }
  .hd-tc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    width: 17rem;
    font-weight: 500;
    padding: .8rem;
    border-radius: var(--rs);
    background-color: var(--c-blue-light);
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    height: var(--h-btn);
    font-size: 1.4rem; }
    @media screen and (min-width: 1025px) {
      .hd-tc:hover {
        background-color: var(--c-second); } }
    @media screen and (max-width: 1024px) {
      .hd-tc {
        display: none; } }
    .hd-tc img {
      width: 2rem;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
  .hd-search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; 
    position: relative;
  }
    @media screen and (max-width: 600px) {
      .hd-search {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 0 var(--pd-container);
        height: var(--sz-search);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: white; }
        .hd-search form {
          width: 100%; } }
    .hd-search-wr {
      position: relative; }
      .hd-search-wr input {
        height: var(--h-btn);
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 5.5rem;
        border-radius: 3rem;
        background: #F5F5F5;
        color: #000;
        border: none;
        font-size: 1.5rem;
        /* font-family: "SF Pro Display";
        font-size: 16px;  */
      }
      .hd-search-wr .re-input::placeholder {
        color: #656565;
        /* font-weight: 500; */
      }
    .hd-search-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      width: 2.9rem;
      left: 1.5rem;
      background: #fff;
      padding: 0.7rem;
      border-radius: 50%; }
     
      .hd-search-btn>svg {
        display: block;
        width: 1.5rem;
        height: 1.5rem; 
      }
  .hd-ac {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem; }
    .hd-ac .lookup svg {
      width: 2.4rem;
      height: 2.4rem;
    }
    .hd-ac-item.phone svg, .hd-ac-item.cart svg{
      width: 4rem;
      height: 4rem;
    }
    
    @media screen and (max-width: 600px) {
      .hd-ac {
        margin-left: auto; } }
    .hd-ac-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: .8rem;
      font-weight: 500;
      position: relative;
      font-size: 1.4rem; }
      .phone {
        /* animation: phoneRing 2s infinite; */
      }
      .hd-ac .lookup {
        background: #EDEDED;
        color: #00451D;
        height: 4rem;
        padding: 0px 1rem;
        border-radius: 2.5rem;
        font-size: 1.5rem;
      }
      .hd-ac .lookup:hover{
        background: #CBCBCB;
      }
      .hd-ac-item img {
        width: 2.8rem;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .hd-ac-item .title {
        display: block; }
      .hd-ac-item .monaCartCount{
        display: flex;
        width: 1.9rem;
        height: 1.9rem;
        padding: 0px 0.8rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.8rem;
        flex-shrink: 0;
        border-radius: 4.3rem;
        background: #FF3D00;
        color: #FFF;
        font-size: 1.3rem;
        font-style: normal;
        line-height: 1.7rem;
        position: absolute;
        top: 0px;
        right: -0.5rem;
      }
      @media screen and (max-width: 1239px) {
        .hd-ac-item.phone, .hd-ac-item.lookup {
          display: none; }
        .hd-ac-item.cart .txt {
          display: none; }
        .hd-ac-item.cart .des {
          display: none; }
        .hd-ac-item.cart .number {
          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(--c-second); */
          border-radius: 100rem;
          font-size: 1rem;
          position: absolute;
          } 
          
        }
  .hd-regi {
    font-size: 1.3rem; }
    @media screen and (max-width: 600px) {
      .hd-ac-item>svg{
        width: 35px;
      }

      .hd-regi {
        display: none; } }
    .hd-regi-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 1rem;
      height: 4rem;
      padding: 0 .8rem;
      padding-right: 1rem;
      border-radius: 5.9rem;
      background-color: var(--c-pri2);
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      font-size: 1.5rem;
      color: #fff; }
      @media screen and (min-width: 1025px) {
        /* .hd-regi-btn:hover {
          background-color: var(--c-second); 
        }  */
      }
      .hd-regi-btn img {
        width: 2.2rem;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
    .hd-regi-lg {
      position: relative; }
      .hd-regi-lg:hover .hd-regi-lg-list {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
      .hd-regi-lg-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: .8rem;
        font-weight: 500;
        text-transform: uppercase;
        cursor: pointer;
        padding: 0 1.8rem;
        background-color: var(--c-blue-light);
        height: var(--h-btn);
        border-radius: 25px; }
        .hd-regi-lg-head .name {
          max-width: 6rem;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden; }
        .hd-regi-lg-head img {
          width: 3.2rem;
          height: 3.2rem;
          border-radius: 100rem; }
      .hd-regi-lg-list {
        position: absolute;
        top: calc(100% + 1rem);
        right: 0;
        z-index: 2;
        background-color: var(--c-blue-light);
        border-radius: var(--rs);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(0, -1rem);
        transform: translate(0, -1rem); }
        .hd-regi-lg-list::before {
          content: '';
          position: absolute;
          height: 1rem;
          left: 0;
          width: 100%;
          top: 100%; }
        .hd-regi-lg-list .link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          gap: .8rem;
          white-space: nowrap;
          padding: .5rem 1rem;
          font-weight: 500;
          -webkit-transition: .3s ease-in-out;
          transition: .3s ease-in-out; }
          @media screen and (min-width: 1025px) {
            .hd-regi-lg-list .link:hover {
              color: var(--c-second); } }

.hd-menu {
  width: 100%; }
  @media screen and (max-width: 1239px) {
    .hd-menu {
      padding: 1rem;
      padding-bottom: calc(var(--h-social) + 1rem);
      height: 100%;
      overflow-y: auto; } }
  .hd-menu > .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: .2rem; }
    @media screen and (max-width: 1239px) {
      .hd-menu > .menu-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1rem; } }
    .hd-menu > .menu-list > .menu-item {
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      font-size: 1.4rem; }
      @media screen and (max-width: 1239px) {
        .hd-menu > .menu-list > .menu-item {
          width: 100%; } }
      @media screen and (min-width: 1025px) {
        .hd-menu > .menu-list > .menu-item:hover .mega-menu {
          opacity: 1;
          pointer-events: visible; } }
      .hd-menu > .menu-list > .menu-item > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: .8rem;
        border-radius: 2rem;
        padding: 0.4rem .8rem;
        white-space: nowrap;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        font-weight: 500;
        color: white;
        /* font-size: 15px; */
       }
        .hd-menu > .menu-list > .menu-item > a img {
          width: 2rem;
          -ms-flex-negative: 0;
          flex-shrink: 0; }
          .hd-menu > .menu-list > .menu-item > a img.menu_mega_img_mobile{
            display: none;
          } 
        @media screen and (max-width: 1239px) {
          
          .hd-menu > .menu-list > .menu-item > a {
            text-transform: uppercase;
            color: var(--c-pri);
            border: 0.1rem solid var(--c-second); } 
            .hd-menu > .menu-list > .menu-item > a img {
              -webkit-filter: brightness(0) invert(0);
              filter: brightness(0) invert(0); } }
        .hd-menu > .menu-list > .menu-item > a i {
          margin-left: auto;
          position: relative; }
          @media screen and (min-width: 1240px) {
            .hd-menu > .menu-list > .menu-item > a i {
              /* display: none;  */
            } 
            }
          .hd-menu > .menu-list > .menu-item > a i::after {
            content: '';
            position: absolute;
            left: -1rem;
            top: -1rem;
            right: -1rem;
            bottom: -1rem; }
      .hd-menu > .menu-list > .menu-item.active > a, .hd-menu > .menu-list > .menu-item.current-menu-item > a {
        background-color: #fff;
        color: var(--c-pri); }
        .hd-menu > .menu-list > .menu-item.active > a img, .hd-menu > .menu-list > .menu-item.current-menu-item > a img {
          -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0); }
      @media screen and (min-width: 1025px) {
        .hd-menu > .menu-list > .menu-item:hover > a {
          background-color: #fff;
          color: var(--c-pri); 
          font-weight: 500;
        }
          .hd-menu > .menu-list > .menu-item:hover > a img {
            -webkit-filter: brightness(0) invert(0);
            filter: brightness(0) invert(0); } }

.mega-menu {
    font-size: 1.4rem;
    max-width: 100%;
    padding: 2.4rem 25rem 2.4rem 4rem;
    border-radius: 0px 0px var(--rs) var(--rs);
    background-color: #E8FFDD; 
    box-shadow: 4.055px 4.055px 4.055px -2.028px rgba(0, 0, 0, 0.10);
  }
  @media screen and (min-width: 1240px) {
    .mega-menu {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      position: fixed;
      top: calc(var(--sz-hd) + 1rem - 0.5rem);
      width: calc(var(--w-container) - var(--pd-container) * 2);
      opacity: 0;
      pointer-events: none;
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      .mega-menu::before {
        content: '';
        position: absolute;
        height: 1rem;
        bottom: 100%;
        width: 100%;
        left: 0; } }
  @media screen and (max-width: 1239px) {
    .mega-menu {
      padding: 1rem;
      border: 0.1rem solid var(--c-second);
      margin-top: 1rem;
      border-radius: .4rem;
      display: none; } }
  .mega-menu-title {
    font-size: 1.5rem;
    margin-bottom: 1.8rem;
    background: var(--c-pri);
    width: fit-content;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
  }
    @media screen and (max-width: 1239px) {
      .mega-menu-title {
        font-size: 1.4rem;
        text-transform: uppercase; } }
  @media screen and (max-width: 1239px) {
    .mega-menu-row {
      --rg: 1rem; } }
  .mega-menu-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media screen and (max-width: 1239px) {
      .mega-menu-col {
        width: 100%;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset; } }
    .mega-menu-col:first-child {
      -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
      flex: 1.5; }
      .mega-menu-col:first-child .menu-item {
        width: calc(50% - (var(--gap) / 2)); }
  .mega-menu .menu-list {
    --gap: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0; }
  .mega-menu .menu-item {
    width: 100%; }
    @media screen and (max-width: 1239px) {
      .mega-menu .menu-item {
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important; } }
  .mega-menu .menu-link {
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 20px;
    color: var(--c-pri2);
  }

    .menu_mega_bg_img {
      position: absolute;
      bottom: 0;
      right: 0;
      width: auto;
      height: calc(100%) !important;
      z-index: -1;
    }
    @media screen and (min-width: 1025px) {
      .mega-menu .menu-link:hover {
        color: #faa819;
      } 
    }
    @media screen and (max-width: 1239px) {
      .mega-menu .menu-link {
        padding: .4rem 1rem;
        border: 0.1rem solid var(--c-second);
        font-size: 1.2rem;
        border-radius: .4rem; } }

.ft {
  font-size: 1.4rem; }
  .ft-main {
    padding: 6.4rem 0; }
    @media screen and (max-width: 600px) {
      .ft-main {
        padding: var(--pd-sc) 0; } }
  @media screen and (max-width: 600px) {
    .ft-row {
      --rg: 0;
      --cg: 0; } }
  @media screen and (min-width: 1001px) {
    .ft-col {
      /* -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;  */
      width: calc(100% / 3);
    } }
  @media screen and (max-width: 1000px) {
    .ft-col {
      width: calc(100% /3); } }
  @media screen and (max-width: 700px) {
    .ft-col {
      width: 50%; } }
  @media screen and (max-width: 600px) {
    .ft-col {
      width: 100%; }
      .ft_pttt {
        order: 1;
        border: none;
      }
      .ft-title{
        font-size: 1.5rem;
      }
      .ft_hph {
        order: 2;
      }
      .ft-col:nth-child(1), .ft-col:nth-child(2), .ft-col:nth-child(3) {
        display: none; }
      .ft-col:not(:last-child) {
        margin-bottom: 1.6rem;
        padding-bottom: 1.6rem;
        border-bottom: 0.1rem solid var(--c-bd); } }
  .ft-col-block:not(:last-child) {
    margin-bottom: 2.6rem; }
  .ft-title {
    font-weight: bold;
    margin-bottom: 1.2rem;
    font-size: 1.9rem; 
    color: var(--c-title);
  }
  .ft-title>span{
    color: var(--c-pri2);
  }
  .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: 1rem; }
  .ft-menu .menu-item.current-menu-item a {
    color: var(--c-second); }
  @media screen and (min-width: 1025px) {
    .ft-menu .menu-item:hover a {
      color: var(--c-second); } }
  .ft-menu .menu-link {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  .ft-ct ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem; }
  .ft-ct .title {
    font-weight: 500; }
  .ft-ct a {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: block; }
    @media screen and (min-width: 1025px) {
      .ft-ct a:hover {
        color: var(--c-second); } }
  .ft-mt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .8rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .ft-mt-item {
      width: 60px; }
      .ft-mt-item img {
        width: 100%;
        display: block; }
  .ft-bot {
    padding: var(--pd-sc) 0;
    background-color: var(--c-f2); }
    .ft-bot > .container {
      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; }
    .ft-bot-txt {
      color: var(--c-txt-second);
      text-align: center; }
  .ft-type {
    --rg: 1.2rem;
    --cg: 1.2rem; }
    .ft-type-item {
      width: calc(100% / 3); }
      @media screen and (min-width: 601px) {
        .ft-type-item:nth-child(3n + 3) .menu-list {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; }
        .ft-type-item:nth-child(3n + 2) .menu-list {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      @media screen and (max-width: 600px) {
        .ft-type-item {
          width: 100%; } }
    .ft-type .menu-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: .4rem; }
      @media screen and (max-width: 600px) {
        .ft-type .menu-list {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
    .ft-type .menu-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: .4rem;
      color: var(--c-txt-third); }
      .ft-type .menu-item:not(:first-child)::before {
        content: "-";
        display: inline-block; }
  .ft-bct {
    width: 10rem;
    margin: 0 auto; }
    .ft-bct img {
      width: 100%;
      display: block; }
  .ft-author {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .4rem; }
    .ft-author .txt {
      font-weight: 500;
      font-size: 1.25rem; }
    .ft-author img {
      width: 18rem; }

.hd-burger {
  padding: 1rem 0;
  cursor: pointer; }
  @media screen and (min-width: 1240px) {
    .hd-burger {
      display: none; } }
  .hd-burger.active .line:nth-child(1) {
    -webkit-transform: translate3d(0, 0.7rem, 0) rotate(45deg) !important;
    transform: translate3d(0, 0.7rem, 0) rotate(45deg) !important; }
  .hd-burger.active .line:nth-child(3) {
    -webkit-transform: translate3d(0, -0.7rem, 0) rotate(135deg) !important;
    transform: translate3d(0, -0.7rem, 0) rotate(135deg) !important;
    width: 2.4rem; }
  .hd-burger.active .line:nth-child(2) {
    opacity: 0; }

.burger {
  position: relative; }

.burger .line {
  width: 2.4rem;
  height: 0.2rem;
  border-radius: .4rem;
  background: #F24E1E;
  display: block;
  margin: 0.5rem 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.mobile {
  --h-social: 4rem;
  position: fixed;
  z-index: calc(var(--z) + 2);
  top: var(--size-hd);
  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: 600px) {
    .mobile {
      width: 70%;
      min-width: initial; } }
  .mobile.sticky {
    top: var(--size-hd); }
  .mobile.open {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  @media screen and (min-width: 1240px) {
    .mobile {
      display: none; } }
  .mobile-con {
    width: 100%;
    height: calc(100% - var(--h-social));
    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-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: calc(var(--z) + 1);
    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: var(--size-hd); }
    .mobile-overlay.sticky {
      top: var(--size-hd); }
    .mobile-overlay.open {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    @media screen and (min-width: 1240px) {
      .mobile-overlay {
        display: none; } }
  .mobile-wr {
    position: relative; }
  .mobile-list {
    margin-bottom: 2rem; }
  .mobile-social {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: var(--h-social);
    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-social-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-social-link:not(:first-child) {
        border-left: 1px solid rgba(0, 0, 0, 0.1); }
      .mobile-social-link img {
        width: 2.4rem;
        height: 2.4rem; }
  .mobile-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 3.5rem;
    height: 3.5rem;
    border: 1px solid var(--c-pri);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    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(--c-pri); }

.select2-container {
  height: 4.7rem;
  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: white;
  height: 4.7rem;
  background-color: transparent;
  border: 0.1rem solid var(--c-bd);
  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: #000;
  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: #000;
  color: #000; }

.select2-container .select2-dropdown .select2-results ul {
  background: #e6eeed;
  color: #000; }

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

.select2-container--default .select2-results__option--selected {
  background-color: #e6eeed;
  color: #000;
  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: 400;
  color: var(--c-txt);
  padding-right: 3rem; }

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

.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(--c-second); }
  .sl-head::after {
    content: "";
    position: absolute;
    right: 1rem;
    bottom: 1.3rem;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid var(--c-second); }

.sl-main {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.sl-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  background-color: white;
  z-index: 10;
  display: none;
  overflow: hidden;
  border-radius: 0 0 6px 6px;
  max-height: 20rem;
  overflow-y: auto; }

.sl-item {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #000;
  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(--c-second);
    color: white; }

.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  pointer-events: none;
  --max-h: 80vh;
  --min-h: 40vh;
  --w: 70rem; }
  .popup.open {
    visibility: visible;
    pointer-events: visible; }
    .popup.open .popup-overlay {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      height: 100%; }
    .popup.open .popup-main {
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      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; }
  .popup-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden; }
  .popup-main {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: var(--w);
    max-width: 95%;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden; }
    .popup-main-wrapper {
      overflow: hidden;
      border-radius: 6px; }
  .popup-over {
    overflow-y: auto;
    min-height: var(--min-h);
    max-height: var(--max-h); }
  .popup-wrapper {
    background-color: white;
    width: 100%;
    min-height: var(--min-h);
    position: relative;
    padding: 4.8rem 2rem 2rem 2rem; }
  .popup-title {
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.6rem; }
    @media only screen and (max-width: 1200px) {
      .popup-title {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .popup-title {
        font-size: 1.7rem; } }
  .popup-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    width: 3rem;
    height: 3rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: white;
    z-index: 3; }
    .popup-close:hover .icon {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); }
    .popup-close .icon {
      color: #000;
      font-weight: 300;
      font-size: 1.6rem;
      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-ut {
  --min-h: 20vh;
  --w: 52rem; }
  .popup-ut .popup-wrapper {
    padding: 2.4rem; }
  .popup-ut-wr {
    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;
    text-align: center; }
    .popup-ut-wr img {
      width: 6rem;
      margin: 0 auto; }

.popup-ud .popup-wrapper {
  background-color: #F1F5F9; }

.popup-ud-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem; }

.popup-ud-block {
  padding: 1.2rem;
  border-radius: var(--rs);
  background-color: white; }

.popup-ud-fl {
  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; }

.popup-ud-content {
  font-size: 1.4rem; }

.popup-tcdm {
  --min-h: 40vh;
  --w: 100rem; }
  .popup-tcdm .popup-wrapper {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: inherit; }
  .popup-tcdm .popup-over {
    overflow: hidden; }
  .popup-tcdm .popup-close {
    display: none; }
  .popup-tcdm-top {
    padding: 1rem;
    background-color: var(--c-pri);
    color: white;
    text-align: center; }
  .popup-tcdm-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1rem;
    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; }
    .popup-tcdm-body::-webkit-scrollbar {
      display: none; }
  .popup-tcdm-bot {
    padding: 1rem;
    border-top: 0.1rem solid var(--c-bd);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem; }

.popup-home .popup-main{
  width: 25%;
}

.popup-home .popup-close {
  background: transparent;
  top: -20px;
  right: -25px;
}

.popup-home .popup-close>i{
    color: #fff;
    font-size: 2.6rem;
}

.sts-side {
  overflow: hidden; }

.sts-left {
  width: 28rem;
  margin-left: auto;
  margin-right: auto; }
  .sts-left .pro-wr {
    padding: 0;
    border: none; }

.sts-right {
  -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: 1.2rem; }
  @media screen and (max-width: 600px) {

    .popup-home .popup-main{
      width: 70%;
    }

    .sts-right {
      width: 100%;
      -webkit-box-flex: unset;
      -ms-flex: unset;
      flex: unset; } }

.sts-recheck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem; }
  .sts-recheck .recheck-item {
    padding: 1rem;
    border-radius: var(--rs);
    border: 0.1rem solid var(--c-bd); }
    .sts-recheck .recheck-item.active {
      border-color: var(--c-second); }
  .sts-recheck.--second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .sts-recheck.--second .recheck-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 1rem;
      width: 15.5rem; }
    .sts-recheck.--second .recheck-title {
      color: #64748B; }

.sts-block .title {
  margin-bottom: 1rem; }

.sts-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: 1.6rem; }
  .sts-top .crt-search {
    width: 38rem;
    max-width: 100%;
    margin: 0 auto; }
  .sts-top .pro-fil {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto; }
    .sts-top .pro-fil .swiper {
      --rg: 0; }

.sts-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.4rem; }
  .sts-nav-item {
    text-transform: uppercase;
    border-bottom: .2rem solid transparent;
    font-weight: 600;
    cursor: pointer; }
    .sts-nav-item.active {
      border-color: var(--c-second); }

.sts-pro {
  margin-top: 2.4rem; }

.sts-form-note {
  font-size: 1.4rem;
  margin-top: 2rem; }
  .sts-form-note ul {
    list-style: disc;
    margin-left: 1.6rem; }

.sts-capcha {
  text-align: center;
  margin-top: 2rem; }

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

.sts-scc-right {
  width: 28rem;
  margin-left: auto;
  margin-right: auto; }

.sts-scc-if {
  padding: 2rem;
  background-color: #D1FAE5;
  border-radius: var(--rs);
  height: 100%; }
  .sts-scc-if ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem; }
  .sts-scc-if li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .4rem; }

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

@media screen and (max-width: 600px) {
  .pro-sts {
    font-size: 1.2rem !important; } }

.popup-ays {
  --min-h: 10vh;
  --w: 53rem; }
  .popup-ays .popup-wrapper {
    padding: 2.4rem; }
    @media screen and (max-width: 600px) {
      .popup-ays .popup-wrapper {
        padding: 2.4rem 1rem; } }
  .popup-ays .popup-close {
    top: 0;
    right: 0;
    background-color: transparent;
    display: none; }
  .popup-ays-wr {
    text-align: center; }
  .popup-ays-ctr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem; }
    .popup-ays-ctr .btn {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 0 !important;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .popup-ays-ctr .btn .des {
        display: block;
        font-size: 1.2rem; }

.popup-compare {
  --max-h: 90vh;
  --min-h: 80vh; }
  .popup-compare .popup-wrapper {
    padding: 2.4rem; }
  .popup-compare-block:not(:last-child) {
    margin-bottom: 1.6rem; }
  .popup-compare-block .title {
    text-align: center;
    margin-bottom: 1rem; }

.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: var(--font-pri);
  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: var(--font-pri);
  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; }

.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(--c-pri);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease; }

.lg-prev.lg-icon,
.lg-next.lg-icon {
  width: 4rem;
  height: 4rem; }
  .lg-prev.lg-icon i,
  .lg-next.lg-icon i {
    background: var(--c-pri);
    -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(--c-pri);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; }

.lg-outer .lg-toogle-thumb {
  background: var(--c-pri);
  -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; }

.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: .4rem; }
  .swiper-pagination-bullet {
    --circle: -0.4rem;
    background-color: var(--c-pri);
    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(--c-pri);
      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(--c-pri); }
      .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: 3.5rem;
  --h: 7rem; }
  @media screen and (max-width: 600px) {
    .swiper-control {
      --h: 4rem;
      --size: 2.5rem; } }
  .swiper-control-btn {
    width: var(--size);
    height: var(--h);
    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(--c-pri);
    background: rgba(255, 246, 246, 0.5);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px); }
    .swiper-control-btn > * {
      position: relative;
      z-index: 2; 
    }
    .swiper-control-btn {
     -webkit-box-shadow: -1px 1px 3.1px -1px rgba(0, 0, 0, 0.25);
      box-shadow: -1px 1px 3.1px -1px rgba(0, 0, 0, 0.25);
      width: 32px;
      height: 32px;
      border-radius: 27px;
      background: #fff;
    }
    .swiper-control-btn.swiper-button-disabled {
      cursor: default;
      /* -webkit-box-shadow: none;
      box-shadow: none;  */
    }
    .swiper-control-btn.swiper-prev {
      /* border-radius: 0 .4rem .4rem 0; */
      /* -webkit-box-shadow: -1px 1px 3.1px -1px rgba(0, 0, 0, 0.25);
      box-shadow: -1px 1px 3.1px -1px rgba(0, 0, 0, 0.25); */
    }
    .swiper-control-btn.swiper-next {
      /* border-radius: .4rem 0 0 .4rem;
      -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);  */
    }
  .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(--c-pri);
      color: var(--c-pri); } }
  .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: 1239px) {
    .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: 1239px) {
    .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-control.posi.--sm .swiper-prev{
    left: -20px; 
  }
  .swiper-control.posi.--sm .swiper-button-disabled{
    display: none;
  }
  .swiper-control.posi.--sm .swiper-next {
    right: -20px; }

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

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

  @media screen and (max-width: 1025px) {
    .swiper-control.posi.--sm .swiper-prev {
      left: 0px !important;
    }
    .swiper-control.posi.--sm .swiper-next{
      right: 0px !important;
    } 
  }

 
.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(--c-pri); }
  .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;
  background-color: var(--c-pri); }
  @media screen and (min-width: 1239px) {
    .breadcrumb-wrapper {
      padding: 1rem 1.8rem;
      border: 0.1rem solid var(--c-second);
      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.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .8rem; }
    .breadcrumb-item:not(:first-child)::before {
      display: inline-block;
      content: '';
      width: 0;
      height: 0;
      border-top: 0.5rem solid transparent;
      border-bottom: 0.5rem solid transparent;
      border-left: 0.5rem solid white;
      vertical-align: middle; }
    .breadcrumb-item:first-child a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: .4rem; }
      .breadcrumb-item:first-child a i {
        color: var(--c-second); }
    .breadcrumb-item:last-child {
      color: var(--c-second);
      pointer-events: none; }
    @media screen and (min-width: 1025px) {
      .breadcrumb-item:hover {
        color: var(--c-second); } }
  .breadcrumb-link {
    color: inherit;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    color: white; }

.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;
  font-family: var(--font-pri);
  overflow: hidden;
  gap: 1rem;
  position: relative;
  border-radius: var(--rs);
  font-weight: 500;
  color: white;
  font-size: 1.6rem;
  padding: 1.2rem 2.4rem; }
  .btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--c-pri);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
  .btn > * {
    position: relative;
    z-index: 2; }
  @media screen and (min-width: 1025px) {
    .btn:hover::before {
      background-color: var(--c-pri); } }
  .btn.--xct {
    padding: .4rem;
    border: 0.1rem solid var(--c-third);
    color: var(--c-third);
    font-size: 1.2rem;
    border-radius: .4rem; }
    .btn.--xct.second {
      color: var(--c-second);
      padding: .4rem .8rem;
      border: 0.1rem solid var(--c-second); }
    .btn.--xct::before {
      background-color: transparent; }
  .btn.--xtc {
    padding: 0;
    color: var(--c-txt);
    text-decoration: underline;
    text-underline-position: under; }
    .btn.--xtc::before {
      display: none; }
    @media screen and (min-width: 1025px) {
      .btn.--xtc:hover {
        color: var(--c-second); } }
  .btn.--more {
    color: var(--c-txt);
    padding: .8rem 2.4rem;
    border: 0.1rem solid var(--c-bd); }
    .btn.--more::before {
      background-color: transparent; }
    @media screen and (min-width: 1025px) {
      .btn.--more:hover {
        border-color: var(--c-second); } }
  .btn.--pri::before {
    background-color: var(--c-pri); }
  @media screen and (min-width: 1025px) {
    .btn.--pri:hover::before {
      background-color: var(--c-second); } }
  .btn.--second {
    background-color: white;
    color: var(--c-pri);
    padding: .6rem 1.2rem;
    border: 0.1rem solid var(--c-bd); }
    .btn.--second::before {
      background-color: white; }
    @media screen and (min-width: 1025px) {
      .btn.--second:hover::before {
        background-color: var(--c-pri2); 
      }
      .btn.--second:hover {
        color: #fff;
      }
       }
  .btn.--third::before {
    background-color: var(--c-third); }
  .btn.--sz-sm {
    padding: .6rem 1.2rem; }
  .btn.--trans {
    border: 0.1rem solid var(--c-second);
    color: var(--c-second); }
    .btn.--trans::before {
      background-color: #FFF6E8; }
  .btn.--four {
    padding: 0;
    font-weight: 500;
    color: #000;
    text-decoration: underline;
    text-underline-position: under; }
    .btn.--four::before {
      background-color: transparent; }
  .btn-gr {
    --gap: 1rem;
    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: var(--gap); }

.input {
  font-family: var(--font-pri);
  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(--c-second); }
  @media screen and (min-width: 1025px) {
    .f-link:hover {
      text-decoration: underline; } }

.f-label {
  font-weight: 600;
  display: block;
  margin-bottom: .6rem; }
  .f-label span:not(.fsi) {
    color: #CB1C22; }
  .f-label .fsi {
    font-weight: 400; }

.f-second {
  --cg: .6rem;
  --rg: .6rem; }
  .f-second .recheck-item {
    padding: .8rem;
    border: 0.1rem solid var(--c-bd);
    border-radius: var(--rs); }
    .f-second .recheck-item.active {
      border-color: var(--c-second); }

.f-third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: var(--rs);
  overflow: hidden;
  border: 0.1rem solid var(--c-bd); }
  .f-third .re-input {
    border: none; }

.f-des {
  padding: 0 1.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;
  font-weight: 600;
  background-color: #F1F5F9; }

.f-item-inner {
  padding: 1.2rem;
  border-radius: .4rem;
  background-color: #F1F5F9; }

.f-tab-panel {
  display: none; }

.f-more {
  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; }

.f-upload-inner {
  width: 8rem;
  height: 8rem;
  border-radius: 100rem;
  border: 0.1rem dashed var(--c-bd);
  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; }

.f-upload-des {
  margin-top: 1rem; }

.f-upload-file {
  padding: 1.2rem;
  border-radius: var(--rs);
  border: 0.1rem dashed var(--c-bd);
  text-align: center;
  cursor: pointer; }
  @media screen and (min-width: 1025px) {
    .f-upload-file:hover {
      border-color: var(--c-second); } }
  .f-upload-file .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: 1rem; }
    .f-upload-file .content img {
      width: 2rem;
      display: block;
      margin: 0 auto; }
    .f-upload-file .content .title {
      font-weight: 600; }

.re-label {
  margin-bottom: 0.8rem;
  display: block;
  font-size: 1.4rem;
  color: #000; }
  .re-label .hl {
    color: var(--c-txt-second); }

.re-input {
  font-family: var(--font-pri);
  padding: 1.4rem;
  width: 100%;
  border: none;
  outline: none;
  display: block;
  border: 0.1rem solid var(--c-bd);
  border-radius: var(--rs);
  font-size: 1.4rem; }
  .re-input:focus {
    border-color: var(--c-second); }
  .re-input.placeholder {
    color: var(--c-txt); }
  .re-input:-moz-placeholder {
    color: var(--c-txt); }
  .re-input::-moz-placeholder {
    color: var(--c-txt); }
  .re-input:-ms-input-placeholder {
    color: var(--c-txt); }
  .re-input::-webkit-input-placeholder {
    color: var(--c-txt); }

textarea {
  resize: none; }

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

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

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

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

.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: .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;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    color: var(--c-txt);
    font-size: 1.4rem; }
    .page-numbers > li > .page-numbers::after {
      position: absolute;
      content: "";
      width: 0;
      height: 100%;
      top: 0;
      right: 0;
      background: #E6F6FE;
      -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 screen and (min-width: 1025px) {
      .page-numbers > li > .page-numbers:hover:not(.dot)::after {
        left: 0;
        width: 100%; } }
    .page-numbers > li > .page-numbers.current {
      color: #00ADEF;
      background-color: #E6F6FE; }
      .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; }

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

.t-title-second {
  font-size: 3.2rem;
  font-weight: 600; }
  @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-9 {
  font-weight: 900; }

.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(--c-pri); }

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

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

.c-white {
  color: white; }

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

.over-hd {
  overflow: hidden; }

.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; }

.tabBtn {
  cursor: pointer; }

.slider {
  position: relative; }

.relative {
  position: relative; }

.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 screen and (min-width: 1025px) {
    .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: 1240px) {
  .hidden-desk {
    display: none !important; } }

@media screen and (max-width: 1239px) {
  .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-10 {
  margin-bottom: 1rem; }

.mb-12 {
  margin-bottom: 1.2rem; }

.mb-14 {
  margin-bottom: 1.4rem; }

.mb-15 {
  margin-bottom: 1.5rem; }

.mb-16 {
  margin-bottom: 1.6rem; }

.mb-18 {
  margin-bottom: 1.8rem; }

.mb-20 {
  margin-bottom: 2rem; }

.mb-24 {
  margin-bottom: 2.4rem; }

.mb-25 {
  margin-bottom: 2.5rem; }

.mb-30 {
  margin-bottom: 3rem; }

.mb-32 {
  margin-bottom: 3.2rem; }

.mb-40 {
  margin-bottom: 4rem; }

.mb-48 {
  margin-bottom: 4.8rem; }

.mb-56 {
  margin-bottom: 5.6rem; }

.mb-64 {
  margin-bottom: 6.4rem; }

.mb-72 {
  margin-bottom: 7.2rem; }

.mb-80 {
  margin-bottom: 8rem; }

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

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

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

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

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

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

.recheck-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
  .recheck-item.active .recheck-checkbox {
    border-color: var(--c-second); }
    .recheck-item.active .recheck-checkbox::before {
      opacity: 1; }
  .recheck-item.active .recheck-radio {
    border: 0.1rem solid var(--c-second); }
    .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(--c-bd);
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .recheck-checkbox::before {
    content: "\f00c";
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'Font Awesome 6 Pro';
    color: var(--c-second);
    font-size: 1.2rem;
    opacity: 0; }

.recheck-radio {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100rem;
  border: 0.1rem solid var(--c-txt);
  -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(--c-second);
    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(--c-txt); }

.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 img {
      width: 1.8rem;
      height: 1.8rem; }
      .star-flex img: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: 1239px) {
  .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: 1239px) {
  .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: 1240px) {
    .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(--c-second);
  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: 1240px) {
    .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(--c-second);
      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(--c-second); }
  @media screen and (min-width: 1240px) {
    .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(--c-pri);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .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: 1240px) {
    .side-close {
      display: none; } }

@media screen and (max-width: 600px) {
  .pro-wrapper {
    padding: 0 !important; }
    .pro-wrapper::before {
      background-color: transparent !important; } }

@media screen and (max-width: 600px) {
  .pro-slider {
    /* width: calc(100% + (var(--pd-container) / 2));  */
  }
   }

.pro-slider .swiper, .pro-slider-purchased .swiper {
  --cg: 1.2rem; }
  @media screen and (max-width: 600px) {
    .pro-slider .swiper {
      --cg: .8rem; } }
  @media screen and (max-width: 1239px) {
    .pro-slider .swiper-slide {
      width: 23.3rem; } }
  @media screen and (max-width: 600px) {
    .pro-slider .swiper-slide {
      width: calc(100% / 2.2); } }

.pro-slider .swiper-control-btn.swiper-prev {
  left: calc(var(--pd-re-block) * -2.1) !important; }

.pro-slider .swiper-control-btn.swiper-next {
  right: calc(var(--pd-re-block) * -2.1) !important; }

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

@media screen and (max-width: 1239px) {
  .pro-item.col-5i {
    width: 25%; } }

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

@media screen and (max-width: 600px) {
  .pro-item.col-5i {
    width: 50%; } }

.pro-wr {
  padding: 1rem;
  height: 100%;
  /* border: 0.1rem solid var(--c-bd); */
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white; 
  box-shadow: 4.055px 4.055px 4.055px -2.028px rgba(0, 0, 0, 0.10);
}
  @media screen and (max-width: 600px) {
    .pro-wr {
      border-color: #F0F0F0;
      padding: .8rem; } }

.pro-tag {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: .4rem; 
  height: 25px;
}
  .pro-tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  @media screen and (max-width: 600px) {
    .pro-tag {
      gap: .4rem; } }
  .pro-tag-item {
    font-size: 1.4rem;
    /* border: 0.1rem solid var(--c-third); */
    border-radius: 28px;
    background: #EDEDED;
    color: #4F4F4F;
    font-style: normal;
    font-weight: 600;
    padding: 2px 10px;
    display: flex;
    align-items: center;
    gap: 3px;
  }
  .pro-tag-item img {
    margin-top: -2px;
  }
    @media screen and (max-width: 600px) {
      .pro-tag-item {
        font-size: .8rem; } }
    .pro-tag-item.--pri {
      background: #F44336;
    border-radius: 55px;
    color: #fff;
    font-style: normal;
    font-weight: 400;
     }

.pro-img {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: .4rem; }
  .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; 
    transition: all 300ms ease-in-out;
  }

.pro-content {
  margin-top: 0.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-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 0.4rem; }
  .pro-content .btn.--xct.second{
    border-radius: 55px;
    background: #EDEDED;
    border: none ;
    color: #838489;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
  }

  .box_stock-ss .cb-stock{
    border-radius: 55px;
    border: none ;
    color: #fff ;
    font-size: 1.5rem;
    line-height: 1.6rem;
    font-weight: 400;
    padding: .4rem .8rem;
  }

  .box_stock-ss .in-stock{
    background: var(--c-pri2);
  }

  .box_stock-ss .out-stock{
    background: #9E9EA0;
  }

  @media screen and (max-width: 600px) {
    .pro-content {
      gap: .5rem; } }

.pro-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; 
  color: #595A5E;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  height: 4rem;
}
  @media screen and (max-width: 600px) {
    .pro-name {
      font-size: 1.2rem; } }
  @media screen and (min-width: 1025px) {
    .pro-name a:hover {
      color: var(--c-second); } }

.pro-price .price {
  display: block;
  font-weight: 600; 
  color: #EF281A;
  font-size: 1.7rem !important;
  font-style: normal;
  font-weight: 700;
  line-height: 2.1rem;
}
  .pro-price .price.old {
    font-size: 1.4rem;
    color: #666;
    text-decoration: line-through;
    font-weight: 400; }

.pro-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .4rem; }
  .pro-star .sub {
    position: relative;
    top: .2rem;
    font-size: 1.4rem; }

.pro-gf {
  padding: .4rem 1rem;
  border-radius: .4rem;
  background-color: #F0F2F5;
  font-size: 1rem;
  text-align: center;
  color: #000;
  margin-top: auto; }
  .pro-gf .hl {
    color: var(--c-third);
    font-weight: 700; }

.pro-fire {
  width: 2.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

@media screen and (min-width: 601px) {
  .pro-fil-xtc {
    display: none; } }

.pro-kh {
  padding: .4rem;
  border-radius: var(--rs);
  background-color: var(--c-third); }
  .pro-kh-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .6rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    margin-bottom: .4rem; }
    .pro-kh-top img {
      width: 1.8rem;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
.option-price{
    display: flex;
    height: 2.3rem;
    justify-content: space-between;
}
.option-price .image-option-price{
  width: 9rem;
}
.pro-ct {
  color: var(--c-third);
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: auto; }
  @media screen and (min-width: 1025px) {
    .pro-ct:hover {
      text-decoration: underline; } }

.pro-sts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.4rem; }
  .pro-sts-item {
    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: .6rem; }

.prose-list {
  --rg: 1.2rem;
  --cg: 1.2rem; }

.prose-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1.2rem;
  border-radius: var(--rs);
  border: 0.1rem solid var(--c-bd-second); }

.prose-img {
  width: 16.5rem; }
  @media screen and (max-width: 600px) {
    .prose-img {
      width: 8rem; } }
  .prose-img .inner {
    display: block;
    padding-top: calc((1 / 1) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: var(--rs); }
    .prose-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; }

.prose-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;
  gap: .5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.prose-name {
  font-size: 2rem;
  font-weight: 700; }
  @media only screen and (max-width: 1200px) {
    .prose-name {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 800px) {
    .prose-name {
      font-size: 1.6rem; } }
  @media screen and (max-width: 600px) {
    .prose-name {
      font-size: 1.4rem; } }

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

.prose-status {
  padding: .6rem 1.2rem;
  font-weight: 400; }
  @media screen and (max-width: 600px) {
    .prose-status {
      font-size: 1.2rem; } }
  .prose-status.--success {
    color: var(--c-sc); }
    .prose-status.--success::before {
      background-color: #ECFDF5; }
  .prose-status.--shiping {
    color: var(--c-shiping); }
    .prose-status.--shiping::before {
      background-color: #F1FAFF; }
  .prose-status.--cancle {
    color: var(--c-cancle); }
    .prose-status.--cancle::before {
      background-color: #FFF5F8; }
  .prose-status.--pending {
    color: var(--c-pending); }
    .prose-status.--pending::before {
      background-color: #FFF4DE; }

.prose-price {
  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: .5rem; }
  @media screen and (max-width: 600px) {
    .prose-price {
      font-size: 1.2rem; } }
  .prose-price .price {
    color: var(--c-third);
    font-weight: 700; }
    .prose-price .price.old {
      font-weight: 400;
      color: #666;
      text-decoration: line-through; }

.prose-btn {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .prose-btn .btn {
    margin-left: auto; }
  @media screen and (max-width: 600px) {
    .prose-btn {
      width: 100%; } }

.prose-if {
  font-size: 1.4rem; }
  .prose-if-item {
    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; }
    .prose-if-item .title {
      font-weight: 500; }

.memb-tt {
  padding: 1rem 2rem; }
  @media screen and (max-width: 600px) {
    .memb-tt {
      padding: 0; } }
  .memb-tt-head {
    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: 1.6rem; }
    .memb-tt-head img {
      width: 2.4rem; }
  .memb-tt-if {
    font-size: 1.4rem; }
    .memb-tt-if ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 1rem; }
    .memb-tt-if li .title {
      font-weight: 500; }
    .memb-tt-if.second li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: .4rem;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .memb-tt-if.second .title {
      font-weight: 400; }
    .memb-tt-if.second ul:not(:first-child) {
      margin-top: 1rem;
      padding-top: 1rem;
      border-top: 0.1rem solid var(--c-bd-second); }
    .memb-tt-if.second .price-total {
      color: #34D399;
      font-weight: 700; }

.prosale-wrapper::before {
  border-radius: inherit;
  background-color: #FBCE15 !important; }

.prosale-wrapper .pro-tag {
  margin-bottom: 2.4rem; }

.prosale-top {
  position: relative;
  border-radius: var(--rs);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1.6rem;
  margin-bottom: 0.8rem; }
  .prosale-top > img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%; }
  .prosale-top-left {
    color: white;
    text-align: center;
    padding: 2rem 4rem; }
    @media screen and (max-width: 900px) {
      .prosale-top-left {
        width: 100%; } }
    @media screen and (max-width: 600px) {
      .prosale-top-left {
        padding: 1.6rem; } }
    .prosale-top-left .des {
      font-weight: 400; }
      @media screen and (max-width: 600px) {
        .prosale-top-left .des {
          font-size: 1.6rem; } }
  .prosale-top-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .prosale-top-title {
    font-size: 4.8rem; }
    @media only screen and (max-width: 1200px) {
      .prosale-top-title {
        font-size: 4.3rem; } }
    @media only screen and (max-width: 800px) {
      .prosale-top-title {
        font-size: 3.3rem; } }
    @media screen and (max-width: 600px) {
      .prosale-top-title {
        font-size: 2rem; } }

.prosale .cdw {
  margin-top: 1.6rem; }

.prosale-ctr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  border-radius: var(--rs);
}
  @media screen and (max-width: 600px) {
    .prosale-ctr {
      padding: .8rem; } }
  .prosale-ctr-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer; }
    .prosale-ctr-item.active .prosale-ctr-wr {
      color: white;
      background-color: var(--c-third); }
  .prosale-ctr-wr {
    padding: .8rem 1.6rem;
    border-radius: 2rem;
    /* border: .1rem solid #000; */
    text-align: center; }
    @media screen and (max-width: 600px) {
      .prosale-ctr-wr {
        padding: .8rem; } }
    .prosale-ctr-wr .title {
      font-size: 1.8rem; }
      @media only screen and (max-width: 1200px) {
        .prosale-ctr-wr .title {
          font-size: 1.6rem; } }
      @media only screen and (max-width: 800px) {
        .prosale-ctr-wr .title {
          font-size: 1.5rem; } }
      @media screen and (max-width: 600px) {
        .prosale-ctr-wr .title {
          font-size: 1.2rem; } }
    .prosale-ctr-wr .des {
      font-size: 2.2rem;
      font-weight: 700; }
      @media only screen and (max-width: 1200px) {
        .prosale-ctr-wr .des {
          font-size: 2rem; } }
      @media only screen and (max-width: 800px) {
        .prosale-ctr-wr .des {
          font-size: 1.9rem; } }
      @media screen and (max-width: 600px) {
        .prosale-ctr-wr .des {
          font-size: 1.4rem; } }

.cdw-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem; }

.cdw-item {
  width: 5.4rem;
  height: 5.4rem;
  border-radius: .4rem;
  background: rgba(0, 0, 0, 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;
  font-size: 2.2rem;
  font-weight: 700; }
  @media only screen and (max-width: 1200px) {
    .cdw-item {
      font-size: 2rem; } }
  @media only screen and (max-width: 800px) {
    .cdw-item {
      font-size: 1.9rem; } }

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

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

.proth-wr {
  padding: 1.2rem;
  height: 100%;
  border-radius: var(--rs);
  /* border: 0.1rem solid var(--c-bd); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; 
  background: #fff;
}
  @media screen and (max-width: 600px) {
    .proth-wr .btn {
      width: 100%; } }

.proth-img {
  display: block;
  /* padding-top: calc((240 / 360) * 100%); */
  position: relative;
  overflow: hidden;
  border-radius: .4rem; }
  .proth-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;  */
  }

.proth-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: 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.proth-name {
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  @media screen and (max-width: 600px) {
    .proth-name {
      font-size: 1.4rem; } }
  @media screen and (min-width: 1025px) {
    .proth-name a:hover {
      color: var(--c-second); } }

.proth-des {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 300;
  color: #334155;
  font-size: 1.4rem; }
  @media screen and (max-width: 600px) {
    .proth-des {
      font-size: 1.2rem; } }

.proth-fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem .5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.proth-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .6rem;
  font-weight: 700; }
  .proth-time img {
    width: 1.8rem; }

.proth-note {
  color: #626974; }
  @media screen and (max-width: 600px) {
    .proth-note {
      font-size: 1.2rem; } }

@media screen and (max-width: 1239px) {
  .proth-slider .swiper {
    --cg: 1.2rem;
    --rg: 1.2rem; } }

@media screen and (max-width: 900px) {
  .proth-slider .swiper-slide.col-4 {
    width: 50%; } }

.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; 
  flex-wrap: wrap;
}

.social-link {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  width: 60px;
  border: 0.1rem solid #f2f4f7;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  border-radius: 5px;
}
  .social-link img {
    width: 25px;
    display: block; }

.fix {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--sz-fix);
  background-color: white;
  z-index: var(--z);
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1), 0 2px 6px 2px rgba(60, 64, 67, 0.15); }
  @media screen and (min-width: 601px) {
    .fix {
      display: none; } }
  .fix-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
  .fix-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .fix-item.active {
      color: var(--c-third); }
  .fix-link {
    text-align: center;
    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;
    height: 100%;
    font-size: 1.3rem;
    position: relative;
    gap: .2rem;
    top: .2rem; }
    .fix-link .txt {
      display: block; }
    .fix-link.second .ava {
      display: inline-block;
      width: 2rem;
      height: 2rem;
      border-radius: 100rem;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .fix-link.second .ava img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .fix-link.second .txt {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }

.re-share {
  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; }
  .re-share.second {
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    border-top: 0.1rem solid var(--c-bd); }

.re-block {
  padding: var(--pd-re-block);
  border-radius: var(--rs);
  position: relative; }
  .re-block::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: -3;
    border-radius: inherit; }

.re-fil-slider .swiper {
  --cg: 1rem; }
  .re-fil-slider .swiper-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }

.re-fil-link {
  display: block;
  padding: .8rem;
  border-radius: var(--rs);
  border: 0.1rem solid var(--c-bd);
  font-size: 1.4rem; }
  .re-fil-link.active {
    color: var(--c-second);
    background-color: #FFF6E8;
    border-color: var(--c-second);
    font-weight: 500; }

.head {
  margin-bottom: 2.4rem; }
  .head.space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .head.space.--second {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .head.space .left {
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .head.space .right {
      max-width: 70rem; }
    @media screen and (max-width: 600px) {
      .head.space:not(.--second) .left {
        width: 100%;
        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; } }
    @media screen and (max-width: 600px) {
      .head.space:not(.--second) .right {
        max-width: 100%;
        width: 100%; } }
  .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; }

.pro-fil-xtc {
  color: var(--c-pri2);
  font-size: 1.4rem;
  text-decoration: underline;
  text-underline-position: under; }

.pro-fil-btn {
  padding: .8rem 1.2rem;
  border-radius: var(--rs);
  text-align: center;
  color: #808A94;
  font-size: 1.4rem;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .6rem;
  position: relative; }
  .pro-fil-btn::before {
    content: '';
    position: absolute;
    left: 0.1rem;
    top: 0.1rem;
    right: 0.1rem;
    bottom: 0.1rem;
    /* border: 0.1rem solid var(--c-bd); */
    border-radius: var(--rs); }
  .pro-fil-btn img {
    width: 1.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  @media screen and (min-width: 1025px) {
    .pro-fil-btn:hover {
      border-color: var(--c-second);
      color: var(--c-second); } }
  @media screen and (max-width: 600px) {
    .pro-fil-btn {
      padding: .4rem .8rem; } }
  .pro-fil-btn.active {
    border-color: var(--c-second);
    color: var(--c-second); }

.pro-fil-slider .swiper {
  --cg: 1.2rem;
  padding-bottom: .1rem; }
  @media screen and (max-width: 600px) {
    .pro-fil-slider .swiper {
      --cg: .8rem; } }
  .pro-fil-slider .swiper-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    @media screen and (max-width: 600px) {
      .pro-fil-slider .swiper-slide:last-child {
        display: none; } }

.re-star {
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .re-star::before, .re-star::after {
    content: '\f005  \f005  \f005  \f005  \f005';
    font-family: 'Font Awesome 6 Pro';
    font-size: 1.4rem;
    display: inline-block;
    color: var(--c-second);
    white-space: nowrap; }
  .re-star::after {
    color: var(--c-second);
    font-weight: 900;
    position: absolute;
    bottom: 0;
    left: 0;
    width: var(--w);
    overflow: hidden;
    opacity: 1; }

.cmt-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1rem;
  margin-bottom: 1rem;
  border-bottom: 0.1rem solid var(--c-bd); }
  .cmt-top-left {
    width: 24rem;
    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: 1rem;
    padding: 1rem;
    border-right: 0.1rem solid var(--c-bd); }
    @media screen and (max-width: 1239px) {
      .cmt-top-left {
        width: 18rem; } }
    @media screen and (max-width: 600px) {
       }
  .cmt-top-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1rem; }
    @media screen and (max-width: 600px) {
      .cmt-top-right {
        width: 100%;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset; } }
  .cmt-top-number {
    font-size: 6rem;
    font-weight: 500;
    line-height: 1.1; }
    @media only screen and (max-width: 1200px) {
      .cmt-top-number {
        font-size: 3.5rem; } }
    @media only screen and (max-width: 800px) {
      .cmt-top-number {
        font-size: 2.5rem; } }

.cmt-dg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem; }
  .cmt-dg-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem; }
    .cmt-dg-item .title {
      min-width: 5rem; }
    .cmt-dg-item .line {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      height: .6rem;
      background-color: #F3F5F6;
      border-radius: 100rem;
      position: relative;
      overflow: hidden; }
      .cmt-dg-item .line::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: var(--w);
        height: 100%;
        background-color: var(--c-second); }
    .cmt-dg-item .des {
      min-width: 5rem;
      text-align: end; }

.cmt-mid {
  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: 1rem;
  padding: 3.2rem 0; }

.cmt-form {
  text-align: left; }
  .cmt-form .title {
    font-size: 2.4rem; }
    @media only screen and (max-width: 1200px) {
      .cmt-form .title {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .cmt-form .title {
        font-size: 1.7rem; } }
  .cmt-form-wr {
    background-color: #F1F5F9;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1) inset;
    border-radius: var(--rs);
    overflow: hidden; }
  .cmt-form .re-input {
    background-color: transparent;
    border-radius: 0;
    border: none; }
  .cmt-form-btn {
    padding: 1rem; }

.cmt-list {
  --sz-ava: 6rem;
  --gt: 1rem;
  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;
  font-size: 1.5rem; }
  @media screen and (max-width: 600px) {
    .cmt-list {
      --sz-ava: 4rem;
      --gt: .5rem;
      font-size: 1.2rem; } }
  .cmt-list .children {
    margin-left: calc(var(--sz-ava) + var(--gt));
    margin-top: 2rem; }
    .cmt-list .children .cmt-ct {
      padding: 1rem;
      background-color: #F1F5F9;
      border-radius: var(--rs); }

.cmt-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: var(--gt);
  -moz-column-gap: var(--gt);
  column-gap: var(--gt); }

.cmt-ava {
  width: var(--sz-ava);
  height: var(--sz-ava);
  border-radius: 100rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden; }
  .cmt-ava img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.cmt-ct {
  -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: .5rem; }
  .cmt-ct-top {
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: .6rem; }
    .cmt-ct-top-inner {
      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; }
  .cmt-ct-des {
    color: #475569; }

.cmt-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .6rem; }
  .cmt-time img {
    width: 1.8rem; }

.cmt-dmh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .6rem;
  color: #059669; }
  .cmt-dmh img {
    width: 1.8rem; }

.cmt-name {
  font-weight: 500; }

.cmt-note {
  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; }
  .cmt-note-item {
    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; }
    .cmt-note-item:not(:first-child)::before {
      content: '';
      display: inline-block;
      width: .4rem;
      height: .4rem;
      border-radius: 100rem;
      background-color: var(--c-txt); }
    .cmt-note-item.--action {
      color: #1D4ED8;
      cursor: pointer; }

.cmt-parent {
  margin-bottom: 2.4rem; }
  .cmt-parent .title {
    margin-bottom: 1rem; }

.cmt-fil {
  margin-bottom: 2.4rem; }
  .cmt-fil-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem; }
  .cmt-fil-item {
    padding: .4rem 1rem;
    border-radius: var(--rs);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .6rem;
    border: 0.1rem solid var(--c-bd); }
    .cmt-fil-item.active {
      border-color: var(--c-second);
      color: var(--c-second); }
    .cmt-fil-item i {
      color: var(--c-second); }

.cmtReplyBlock {
  display: none; }

.cmtReplyBlockParent {
  display: none; }

.rebanner .swiper {
  border-radius: var(--rs);
  --cg: 0; }

.rebanner-img {
  display: block;
  padding-top: calc((525 / 1250) * 100%);
  position: relative;
  overflow: hidden; }
  .rebanner-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: 600px) {
  .brd-slider .swiper {
    --cg: 1rem; } }

.brd-slider .swiper-slide {
  width: 17.6rem;
  padding: 7px; 
}
  @media screen and (max-width: 600px) {
    .brd-slider .swiper-slide {
      width: 12rem; } }

@media screen and (max-width: 600px) {
  .access-slider .swiper {
    --cg: 1rem; } }

.access-slider .swiper-slide {
  width: calc(100% / 8); }
  @media screen and (max-width: 1239px) {
    .access-slider .swiper-slide {
      width: calc(100% /6); } }
  @media screen and (max-width: 600px) {
    .access-slider .swiper-slide {
      width: calc(100% /4); } }

.access-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem; }

.access-name {
  font-weight: 700;
  text-align: center; }
  @media screen and (max-width: 600px) {
    .access-name {
      font-size: 1.2rem; } }

.access-img {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  background-color: var(--c-second);
  border-radius: 100rem; }
  .access-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; }

.fq-item.active .icon::before {
  opacity: 0; }

.fq-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 2rem 0;
  cursor: pointer; }
  @media only screen and (max-width: 1200px) {
    .fq-head {
      font-size: 1.6rem; } }
  @media only screen and (max-width: 800px) {
    .fq-head {
      font-size: 1.5rem; } }
  .fq-head .icon {
    --c: #98A2B3;
    width: 2rem;
    height: 2rem;
    border-radius: 100rem;
    border: 0.2rem solid var(--c);
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    top: .2rem; }
    .fq-head .icon::before, .fq-head .icon::after {
      content: '';
      position: absolute;
      background-color: var(--c);
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .fq-head .icon::after {
      width: 1rem;
      height: .2rem; }
    .fq-head .icon::before {
      height: 1rem;
      width: .2rem; }

.fq-item:not(:last-child) {
  border-bottom: 0.1rem solid var(--c-bd); }

.fq-body {
  display: none; }

.fq-content {
  color: #667085; }

.filter-slider .swiper {
  overflow: visible;
  --cg: 1.2rem; }
  .filter-slider .swiper-container {
    overflow: visible; }
  .filter-slider .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: var(--cg); }
  .filter-slider .swiper-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: visible; }

.filter-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .8rem;
  padding: .6rem 1.2rem;
  border-radius: var(--rs);
  border: 0.1rem solid var(--c-bd);
  cursor: pointer; }
  .filter-btn img {
    width: 1.6rem; }
  @media screen and (min-width: 1025px) {
    .filter-btn:hover {
      background-color: #FFF6E8;
      border-color: var(--c-second);
      color: var(--c-second); } }
  .filter-btn.active {
    background-color: #FFF6E8;
    border-color: var(--c-second);
    color: var(--c-second); }

.filter-panel {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  width: 40rem;
  padding: 1.2rem;
  background-color: white;
  z-index: 2;
  -webkit-box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.1), 0px 4px 6px -1px rgba(16, 24, 40, 0.1);
  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.1), 0px 4px 6px -1px rgba(16, 24, 40, 0.1);
  border-radius: var(--rs);
  border: 0.1rem solid var(--c-bd);
  display: none; }
  .filter-panel.open {
    display: block; }

.filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem; }
  .filter-list .filter-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }

.filter-pr {
  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; }
  .filter-pr-fl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem; }
  .filter-pr-ctr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem; }
    .filter-pr-ctr .btn {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }

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

.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.6rem;
      width: 1.6rem;
      background-color: var(--c-pri); }
    .range-input input::-webkit-slider-thumb {
      height: 1.6rem;
      width: 1.6rem;
      border-radius: 50%;
      pointer-events: auto;
      -webkit-appearance: none;
      background-color: var(--c-pri);
      -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: 1.6rem;
      width: 1.6rem;
      border: none;
      border-radius: 50%;
      pointer-events: auto;
      -moz-appearance: none;
      background-color: var(--c-pri);
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16); }

.re-promo-img {
  border-radius: var(--rs); }

.count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  border-radius: 100rem;
  border: 0.1rem solid var(--c-bd);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: .4rem; }
  .count-btn {
    width: 1.6rem;
    height: 1.6rem;
    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: #F3F5F6;
    cursor: pointer; }
    .count-btn i {
      font-size: 1rem; }
  .count-number {
    min-width: 2.6rem;
    text-align: center; }

.dg-star {
  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: .6rem; }
  .dg-star-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .4rem; }
  .dg-star-item {
    cursor: pointer; }
    .dg-star-item.hover {
      color: var(--c-second); }
    .dg-star-item.active {
      color: var(--c-second); }

.pro .mona-empty-message {
  border-radius: var(--rs);
  border: 0.1rem solid var(--c-bd); }

.formPostAjax .filter.ss-mg-t:not(.filterChoosen) {
  position: relative;
  z-index: 2; }

.compare {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: var(--z);
  pointer-events: none;
  -webkit-transform: translateY(120%);
  transform: translateY(120%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
  .compare.open {
    -webkit-transform: translate(0);
    transform: translate(0); }
  @media screen and (max-width: 800px) {
    .compare .container {
      padding: 0; } }
  .compare-wrapper {
    background-color: white;
    -webkit-box-shadow: 0px -4px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -4px 40px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    pointer-events: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 800px) {
      .compare-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .compare-control {
    width: calc(3/12 * 100%);
    border-left: 0.1rem solid var(--c-bd);
    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; }
    @media screen and (max-width: 800px) {
      .compare-control {
        width: 100%;
        padding: 1rem 0;
        border-top: 0.1rem solid var(--c-bd); }
        .compare-control .btn {
          padding: .8rem 1.6rem; } }
  .compare-list {
    --rg: 0;
    --cg: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .compare-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 20vh;
    text-align: center; }
    .compare-item:not(:first-child) {
      border-left: 0.1rem solid var(--c-bd); }
  .compare-box {
    padding: 1rem;
    min-height: inherit;
    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: 1rem;
    cursor: pointer;
    height: 100%; }
    @media screen and (max-width: 600px) {
      .compare-box {
        font-size: 1.2rem; } }
  .compare-focus {
    --sz: 6rem;
    width: var(--sz);
    height: var(--sz);
    border-radius: var(--rs);
    border: 0.1rem solid rgba(0, 0, 0, 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; }
    .compare-focus i {
      font-size: 3rem; }
  .compare-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    padding: 3rem;
    position: relative; }
    @media screen and (max-width: 600px) {
      .compare-wr {
        padding: 1rem; } }
  .compare-img {
    width: 8rem;
    height: 8rem;
    margin: 0 auto; }
  .compare-close {
    position: absolute;
    bottom: 100%;
    right: 0;
    background-color: white;
    padding: .3rem 2rem;
    border-radius: .4rem .4rem 0 0;
    font-size: 1.2rem;
    cursor: pointer; }
  .compare-delete {
    position: absolute;
    top: 0;
    right: 0;
    width: 3rem;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
  .compare-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media screen and (max-width: 600px) {
      .compare-name {
        font-size: 1.2rem; } }

.compares {
  margin-top: 1rem; }
  .compares-list {
    --cg: 1rem;
    --rg: 1rem; }
  .compares-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    padding: .6rem;
    border-radius: var(--rs);
    border: 0.1rem solid var(--c-bd);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
  .compares-img {
    width: 8rem; }
  .compares-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.tgp-cs {
  padding: 1rem;
  border: 0.1rem solid var(--c-bd);
  border-radius: var(--rs); }
  @media screen and (max-width: 700px) {
    .tgp-cs-item {
      width: 100%; } }
  .tgp-cs-title {
    font-weight: 700; }
  .tgp-cs-top {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem; }
    .tgp-cs-top-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1rem;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .tgp-cs-top-img {
      max-width: 16rem; }
      .tgp-cs-top-img img {
        display: block;
        width: 100%; }
    .tgp-cs-top-right .price-total {
      font-weight: 700;
      font-size: 2.4rem; }
      @media only screen and (max-width: 1200px) {
        .tgp-cs-top-right .price-total {
          font-size: 2rem; } }
      @media only screen and (max-width: 800px) {
        .tgp-cs-top-right .price-total {
          font-size: 1.7rem; } }
  .tgp-cs-bot {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 0.1rem solid var(--c-bd); }
  .tgp-cs-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: .5rem;
    padding: .5rem 0; }

.cpp-row {
  --cg: 1rem; }
  @media screen and (max-width: 800px) {
    .cpp-row {
      overflow: auto hidden;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .cpp-row::-webkit-scrollbar {
        display: none; } }

.cpp-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media screen and (max-width: 800px) {
    .cpp-col {
      width: 20rem;
      -webkit-box-flex: unset;
      -ms-flex: unset;
      flex: unset;
      -ms-flex-negative: 0;
      flex-shrink: 0; } }
  .cpp-col .title {
    font-weight: 600;
    margin-bottom: 1rem; }

.cpp-block:not(:last-child) {
  margin-bottom: 2.4rem; }

.cpp-if {
  font-size: 1.4rem; }
  .cpp-if li {
    font-weight: 500; }
    .cpp-if li:not(:last-child) {
      margin-bottom: 1rem; }

.cpp-item:not(:last-child) {
  margin-bottom: 2.4rem; }

.cpp-item.active .cpp-head i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.cpp-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
  cursor: pointer; }
  .cpp-head i {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }

.cpp-body {
  margin-top: 1rem;
  display: none; }

.cpp-table {
  font-size: 1.4rem;
  overflow-x: auto;
  overflow-y: hidden; }
  .cpp-table::-webkit-scrollbar {
    display: none; }
  .cpp-table table {
    width: 100%;
    border: 0.1rem solid var(--c-bd);
    border-radius: .4rem; }
    @media screen and (max-width: 800px) {
      .cpp-table table {
        width: 80rem; } }
    .cpp-table table tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .cpp-table table tr td {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 1rem .5rem; }
        .cpp-table table tr td:not(:last-child) {
          border-right: 0.1rem solid var(--c-bd); }
      .cpp-table table tr:not(:last-child) td {
        border-bottom: 0.1rem solid var(--c-bd); }

.btn-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .6rem;
  font-size: 1.4rem;
  cursor: pointer; }

.ct-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--pd-sc); }

.ct-left {
  width: 50%; }
  @media screen and (max-width: 800px) {
    .ct-left {
      width: 100%; } }

.ct-right {
  width: 50%; }
  @media screen and (max-width: 800px) {
    .ct-right {
      width: 100%;
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; } }

.ct-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; }
  @media screen and (min-width: 800px) {
    .ct-content {
      padding: 4rem; } }
  .ct-content-block {
    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; }
    .ct-content-block .title {
      font-weight: 700;
      font-size: 2rem; }
      @media only screen and (max-width: 1200px) {
        .ct-content-block .title {
          font-size: 1.8rem; } }
      @media only screen and (max-width: 800px) {
        .ct-content-block .title {
          font-size: 1.6rem; } }

.ct-method ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem; }

.ct-method li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem; }
  .ct-method li img {
    width: 2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    top: .3rem; }
  .ct-method li a {
    display: block; }

.ct-form {
  border-radius: var(--rs); }
  @media screen and (min-width: 800px) {
    .ct-form {
      -webkit-box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.1), 0px 4px 6px -1px rgba(16, 24, 40, 0.1);
      box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.1), 0px 4px 6px -1px rgba(16, 24, 40, 0.1);
      padding: 4rem; } }

.ct-fil {
  margin-bottom: 3.2rem; }
  .ct-fil-item {
    width: calc(100% /3); }
    @media screen and (max-width: 700px) {
      .ct-fil-item {
        width: 100%; } }

.ctm-side {
  --h: 68rem; }

.ctm-left {
  width: 40rem; }
  @media screen and (max-width: 800px) {
    .ctm-left {
      width: 100%; } }

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

.ctm-map {
  height: var(--h);
  border-radius: .4rem;
  overflow: hidden; }
  .ctm-map iframe {
    width: 100%;
    height: 100%; }

@media screen and (min-width: 801px) {
  .ctm-over {
    height: var(--h);
    overflow-y: auto;
    overflow-x: hidden; } }

.ctm-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  padding: 2.4rem;
  border-radius: var(--rs);
  border: 0.1rem solid var(--c-bd);
  cursor: pointer; }
  .ctm-wr.active {
    background-color: var(--c-pri); }
    .ctm-wr.active .ctm-name {
      color: white; }
    .ctm-wr.active .ctm-content {
      color: white; }
      .ctm-wr.active .ctm-content li img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1); }

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

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

.ctm-content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .ctm-content li img {
    width: 1.8rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    top: .2rem; }

.ctm-list {
  overflow: hidden;
  --rg: 1rem; }
  @media screen and (max-width: 800px) {
    .ctm-list {
      overflow: auto hidden;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      --cg: 1rem;
      --rg: 0; }
      .ctm-list::-webkit-scrollbar {
        display: none; } }

@media screen and (max-width: 800px) {
  .ctm-item {
    width: 40rem;
    -ms-flex-negative: 0;
    flex-shrink: 0; } }

.ab-wrapper {
  padding: 4rem 1.2rem;
  background-color: white;
  border-radius: var(--rs); }

.ab .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem; }
  .ab .head .des {
    text-align: left; }

.ab-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; }

.ab-tt-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 1200px) {
    .ab-tt-title {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 800px) {
    .ab-tt-title {
      font-size: 1.6rem; } }

.ab-tt ul {
  list-style: disc;
  margin-left: 2rem; }
  .ab-tt ul .title {
    color: var(--c-txt); }
  .ab-tt ul li {
    color: var(--c-txt-second); }
  .ab-tt ul a {
    color: #00ADEF;
    text-decoration: underline; }

.ab-media {
  width: 90rem;
  max-width: 100%;
  margin: 0 auto; }
  .ab-media .inner {
    display: block;
    padding-top: calc((528 / 917) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: var(--rs); }
  .ab-media iframe {
    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; }

.ab-ts {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .ab-ts-col {
    width: 28.2rem; }
  .ab-ts-wr {
    text-align: center;
    padding: 2rem;
    border-radius: var(--rs);
    height: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; }
  .ab-ts-name {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 1200px) {
      .ab-ts-name {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .ab-ts-name {
        font-size: 1.6rem; } }
  .ab-ts-des {
    font-size: 1.4rem; }

.ab-slg {
  color: var(--c-pri);
  font-weight: 700;
  text-align: center;
  font-size: 2rem; }
  @media only screen and (max-width: 1200px) {
    .ab-slg {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 800px) {
    .ab-slg {
      font-size: 1.6rem; } }

.nw-side {
  --rg: 1.2rem;
  --cg: 1.2rem; }

.nw-left {
  width: 30rem; }
  @media screen and (max-width: 1239px) {
    .nw-left {
      width: 100%; } }

.nw-right {
  -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: var(--rg); }
  @media screen and (max-width: 1239px) {
    .nw-right {
      width: 100%;
      -webkit-box-flex: unset;
      -ms-flex: unset;
      flex: unset; } }

.nw-sbar-block {
  background-color: white;
  padding: 1.2rem;
  border-radius: var(--rs); }

.nw-sbar-title {
  font-weight: 700;
  color: var(--c-second);
  font-size: 2rem;
  margin-bottom: 1.2rem; }
  @media only screen and (max-width: 1200px) {
    .nw-sbar-title {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 800px) {
    .nw-sbar-title {
      font-size: 1.6rem; } }

@media screen and (max-width: 1239px) {
  .nw-menu-slider .swiper {
    --cg: 1rem; } }

@media screen and (min-width: 1240px) {
  .nw-menu-slider .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (max-width: 1239px) {
  .nw-menu-slider .swiper-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; } }

.nw-menu-link {
  padding: .8rem;
  border-radius: var(--rs);
  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;
  font-weight: 500; }
  @media screen and (max-width: 1239px) {
    .nw-menu-link {
      border: 0.1rem solid var(--c-second); }
      .nw-menu-link i {
        display: none; } }
  @media screen and (min-width: 1025px) {
    .nw-menu-link:hover {
      background-color: #FFF6E8; } }
  .nw-menu-link.active {
    background-color: #FFF6E8; }
  .nw-menu-link .wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .8rem; }
    .nw-menu-link .wr img {
      width: 2.4rem; }

.nw-block {
  padding: 1.2rem;
  border-radius: var(--rs);
  background-color: white; }

.nw-row {
  --cg: 1.2rem;
  --rg: 1.2rem; }

.nw-col:nth-child(1) {
  width: calc(5/9 * 100%); }

.nw-col:nth-child(2) {
  width: calc(4/9 * 100%); }

.nw-col .nw-block {
  height: 100%; }

@media screen and (max-width: 800px) {
  .nw-col {
    width: 100% !important; } }

.nw-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .4rem;
  margin-bottom: 2rem; }
  .nw-heading img {
    width: 2.8rem; }
  .nw-heading.second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.nw-list {
  --cg: 1.2rem;
  --rg: 1.2rem; }
  .nw-list.--xem-nhieu .nw-wr {
    padding: 0;
    border: none; }
  .nw-list.--xem-nhieu .nw-img {
    width: 12rem; }
    @media screen and (max-width: 600px) {
      .nw-list.--xem-nhieu .nw-img {
        width: 10rem; } }
    .nw-list.--xem-nhieu .nw-img .inner {
      border-radius: .4rem;
      padding-top: 7px; 
    }
  .nw-list.--xem-nhieu .nw-name {
    --lc: 2;
    font-size: 1.2rem; 
    line-height: 1.5rem;
  }

.nw-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem;
  padding: 1.2rem;
  border-radius: var(--rs);
  border: 0.1rem solid var(--c-bd); }
  .nw-wr.hot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    border: none; }
    .nw-wr.hot .nw-img {
      width: 100%; }
      .nw-wr.hot .nw-img .inner {
        padding-top: calc(276/477*100%); }

.nw-img {
  width: 30rem; }
  @media screen and (max-width: 800px) {
    .nw-img {
      width: 20rem; } }
  @media screen and (max-width: 600px) {
    .nw-img {
      width: 100%; } }
  .nw-img .inner {
    display: block;
    /* padding-top: calc((201 / 306) * 100%); */
    padding-top: 0;
    position: relative;
    overflow: hidden;
    border-radius: var(--rs); }
    .nw-img .inner img {
      /* position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; */
      width: 100%;
    }

.nw-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: 0.6rem;
  overflow: hidden; 
  justify-content: center;
}

.nw-name {
  font-size: 2.4rem;
  font-weight: 500;
  --lc: 2;
  display: -webkit-box;
  -webkit-line-clamp: var(--lc);
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word; 
  color: #008733;
}
  @media only screen and (max-width: 1200px) {
    .nw-name {
      font-size: 2rem; } }
  @media only screen and (max-width: 800px) {
    .nw-name {
      font-size: 1.7rem; } }
  .nw-name a {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }
    @media screen and (min-width: 1025px) {
      .nw-name a:hover {
        color: inherit; } }

.nw-time-txt {
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--c-second);
    border-radius: 40.88px;
    background: #00D869;
    color: #fff;
    width: fit-content;
    padding: 0px 10px;
}

.nw-tag {
    padding: 2px 10px;
    border-radius: .4rem;
    font-size: 1.2rem;
    border: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 6rem;
    text-align: center;
    border-radius: 40.88px;
    background: #EDEDED;
}

.nw-fl {
  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;
  margin-top: auto; }

.nw-time {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .4rem; }
  .nw-time img {
    width: 2.4rem; }

.nw-dt-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: 1.2rem;
  margin-bottom: 2.4rem; }

.nw-dt-tag {
  padding: .8rem 1.2rem;
  color: white;
  background-color: var(--c-third);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: .4rem;
  font-weight: 600; }

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

.nw-dt-if {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem; }
  .nw-dt-if img {
    width: 6rem;
    height: 6rem;
    border-radius: 100rem;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .nw-dt-if .name {
    font-weight: 500; }
  .nw-dt-if .time {
    font-size: 1.4rem; }

.nw-more .nw-item {
  width: 50%; }
  @media screen and (max-width: 900px) {
    .nw-more .nw-item {
      width: 100%; } }

.dt-m-slider {
  padding: 1.2rem;
  border-radius: var(--rs);
  border: 0.1rem solid var(--c-bd); }

.dt-m-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  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: 900px) {
    .dt-m-left {
      width: 100%;
      -webkit-box-flex: unset;
      -ms-flex: unset;
      flex: unset; } }

.dt-m-right {
  width: 43rem; }

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

.dt-m-img {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden; }
  .dt-m-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; }

.dt-m-slider-main {
  margin-bottom: 1.2rem; }
  .dt-m-slider-main .swiper-container {
    width: 70%;
    margin: 0 auto; }
  .dt-m-slider-main .swiper-control .swiper-control-btn.swiper-prev {
    left: -1.1rem; }
  .dt-m-slider-main .swiper-control .swiper-control-btn.swiper-next {
    right: -1.1rem; }

.dt-m-slider-thumb .swiper {
  --cg: 1rem; }
  .dt-m-slider-thumb .swiper-slide {
    width: calc(100% / 8); }
    @media screen and (max-width: 800px) {
      .dt-m-slider-thumb .swiper-slide {
        width: calc(100% / 6); } }
    @media screen and (max-width: 600px) {
      .dt-m-slider-thumb .swiper-slide {
        width: 25%; } }
    .dt-m-slider-thumb .swiper-slide-thumb-active .dt-m-img {
      border-color: var(--c-pri); }

.dt-m-slider-thumb .dt-m-img {
  border-radius: var(--rs);
  border: 1px solid #E2E8F0;
  cursor: pointer; }
  @media screen and (min-width: 1025px) {
    .dt-m-slider-thumb .dt-m-img:hover {
      border: 1px solid #084924; } }

.dt-m-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: 2rem; }
  .dt-m-content-top {
    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; }

.dt-m-dg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem 2.4rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .dt-m-dg-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    position: relative; }
    .dt-m-dg-item:not(:first-child)::before {
      content: '';
      position: absolute;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      width: .1rem;
      height: 1.6rem;
      left: -1.2rem;
      background-color: var(--c-bd); }

.dt-m-fil {
  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; }

.dt-m-price .title {
  margin-bottom: 1.2rem; }

.dt-m-price .pro-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1rem; }

.dt-m-price .price {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--c-third);
  line-height: 1; }
  @media only screen and (max-width: 1200px) {
    .dt-m-price .price {
      font-size: 2.7rem; } }
  @media only screen and (max-width: 800px) {
    .dt-m-price .price {
      font-size: 2.2rem; } }
  .dt-m-price .price.old {
    font-size: 1.6rem;
    text-decoration: line-through;
    color: #666;
    font-weight: 400; }
.dt-m-promotion {
  --pd: 1.2rem;
  border-radius: var(--rs);
  overflow: hidden;
  border: .1rem solid #E2E8F0; }
  .dt-m-promotion ul {
    list-style: revert;
  }
  .dt-m-promotion strong {
    font-weight: 600;
  }
  .dt-m-promotion em {
    font-style: italic;
  }
  .dt-m-promotion-head {
    padding: 0.7rem 1.3rem;
    background: #029339;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    font-weight: 500;
    color: #fff;
    font-size: 1.7rem; 
  }
    .dt-m-promotion-head img {
      width: 2.6rem;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
  .dt-m-promotion-list {
    /* padding: var(--pd); */
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    }
    .dt-m-promotion-list>li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1rem; 
      border-top: 1px solid #E2E8F0;
      padding: 0.8rem 1.5rem;
    }
    .dt-m-promotion-list .number {
      width: 1.8rem;
      height: 1.8rem;
      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: var(--c-title);
      background-color: #fbce15;
      border-radius: 100rem;
      font-size: 1.2rem;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      position: relative;
      top: .1rem; }

.dt-m-ctr {
  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; }

.dt-m-if {
  padding: 1.2rem;
  border-radius: var(--rs);
  border: 0.1rem solid var(--c-bd); }
  .dt-m-if .title {
    font-size: 2rem;
    margin-bottom: 1.6rem; }
    @media only screen and (max-width: 1200px) {
      .dt-m-if .title {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .dt-m-if .title {
        font-size: 1.6rem; } }
  .dt-m-if ul {
    font-size: 1.5rem;
    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; }
    .dt-m-if ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1rem;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .dt-m-if ul li img {
        width: 3rem; }
      .dt-m-if ul li a {
        text-decoration: underline; }
        @media screen and (min-width: 1025px) {
          .dt-m-if ul li a:hover {
            color: var(--c-second); } }

.dt-fil .title {
  margin-bottom: .6rem; }

.dt-fil .recheck-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem; }

.dt-fil .recheck-item {
  padding: .6rem 1rem;
  border-radius: var(--rs);
  border: 0.1rem solid var(--c-bd);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  color: var(--c-bd);
  position: relative;
  overflow: hidden; }
  .dt-fil .recheck-item.active {
    border-color: var(--c-third);
    color: var(--c-third); }
    .dt-fil .recheck-item.active .ticked {
      opacity: 1; }
  .dt-fil .recheck-item .ticked {
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: -.1rem;
    right: -.1rem;
    background-color: var(--c-third);
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    opacity: 0; }
    .dt-fil .recheck-item .ticked::before {
      content: '\f00c';
      position: absolute;
      top: .2rem;
      right: .3rem;
      font-size: .7rem;
      color: white;
      font-family: "Font Awesome 6 Pro"; }

.dt-ctr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .dt-ctr-btn {
    padding: 1rem;
    border-radius: 10px;
    background-color: #0076AD;
    color: white;
    text-align: center;
    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;
    cursor: pointer; }
    @media screen and (min-width: 1025px) {
      .dt-ctr-btn:hover {
        -webkit-filter: brightness(110%);
        filter: brightness(110%); } }
    .dt-ctr-btn .txt {
      display: block;
      font-size: 2rem;
      font-weight: 700; }
      @media only screen and (max-width: 1200px) {
        .dt-ctr-btn .txt {
          font-size: 1.8rem; } }
      @media only screen and (max-width: 800px) {
        .dt-ctr-btn .txt {
          font-size: 1.6rem; } }
    .dt-ctr-btn .des {
      font-size: 1.4rem; }
      @media screen and (max-width: 1239px) {
        .dt-ctr-btn .des {
          font-size: 1.2rem; } }
    .dt-ctr-btn img {
      width: 2.4rem;
      border-radius: 0; }
    .dt-ctr-btn.--pri {
      background-color: var(--c-third); }
    .dt-ctr-btn.--cart {
      background-color: transparent;
      border: 0.1rem solid var(--c-third);
      color: var(--c-third); }
    @media screen and (max-width: 1239px) {
      .dt-ctr-btn {
        font-size: 1.6rem; } }
  .dt-ctr.top .dt-ctr-btn.--pri {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .dt-ctr.bot .dt-ctr-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media screen and (max-width: 600px) {
      .dt-ctr.bot .dt-ctr-btn {
        width: 100%;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset; } }

.dti-side {
  --cg: 1.2rem;
  --rg: 1.2rem; }

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

.dti-right {
  width: 43rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--pd-sc); }
  @media screen and (max-width: 900px) {
    .dti-right {
      width: 100%; } }

.dti-content img {
  border-radius: var(--rs); }

.dti-ud {
  padding: 1.2rem;
  background-color: #F1F5F9;
  border-radius: .4rem; }
  .dti-ud .title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    color: var(--c-pri); }
  .dti-ud ul {
    list-style: disc;
    margin-left: 2rem;
    color: #475569; }

.dti-table {
  font-size: 1.5rem;
  border-radius: .4rem;
  overflow: hidden;
  color: #475569; }
  .dti-table table {
    width: 100%; }
  .dti-table td {
    padding: 1rem; }
    .dti-table td:nth-child(1) {
      width: 13rem; }
  .dti-table tr:nth-child(odd) td {
    background-color: #F1F5F9; }

.dti-sbar-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  color: var(--c-title); }
  @media only screen and (max-width: 1200px) {
    .dti-sbar-title {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 800px) {
    .dti-sbar-title {
      font-size: 1.6rem; } }

.regi {
  padding: var(--pd-sc) 0; }
  .regi-wrapper {
    max-width: 54rem;
    margin: 0 auto;
    background-color: white;
    border-radius: var(--rs);
    -webkit-box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.1), 0px 4px 6px -1px rgba(16, 24, 40, 0.1);
    box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.1), 0px 4px 6px -1px rgba(16, 24, 40, 0.1);
    padding: 3.2rem 4rem; }
    @media screen and (max-width: 600px) {
      .regi-wrapper {
        padding: 3.2rem 2rem; } }
  .regi-head {
    text-align: center;
    margin-bottom: 1.6rem; }
  .regi-wel {
    font-size: 2rem; }
    @media only screen and (max-width: 1200px) {
      .regi-wel {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .regi-wel {
        font-size: 1.6rem; } }
    .regi-wel .pri {
      color: var(--c-pri);
      font-weight: 600; }
    .regi-wel .second {
      color: var(--c-second);
      font-weight: 600; }
  .regi-title {
    font-size: 4rem;
    font-weight: 500; }
    @media only screen and (max-width: 1200px) {
      .regi-title {
        font-size: 3.5rem; } }
    @media only screen and (max-width: 800px) {
      .regi-title {
        font-size: 2.7rem; } }
  .regi-form .f-list {
    --cg: 2rem;
    --rg: 2rem; }
  @media screen and (max-width: 600px) {
    .regi-form .f-item.col-6 {
      width: 100%; } }
  .regi-forget {
    text-align: end;
    display: block;
    font-size: 1.4rem;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    @media screen and (min-width: 1025px) {
      .regi-forget:hover {
        color: var(--c-second); } }
  .regi-mt {
    text-align: center;
    font-size: 1.4rem; }
    .regi-mt .title {
      margin-bottom: 1rem; }
    .regi-mt-list {
      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: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .regi-mt-item {
      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: 6rem;
      height: 6rem;
      border-radius: var(--rs);
      background-color: var(--c-f2); }
      .regi-mt-item img {
        width: 2.4rem; }
  .regi-note {
    text-align: center;
    font-size: 1.4rem; }
    .regi-note a {
      font-weight: 700;
      color: var(--c-pri); }
      @media screen and (min-width: 1025px) {
        .regi-note a:hover {
          text-decoration: underline; } }

.crt-wrapper {
  width: 80rem;
  max-width: 100%;
  margin: 0 auto; }
  .crt-wrapper .memb-head {
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
    border-bottom: 0.1rem solid var(--c-bd); }
  .crt-wrapper-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--pd-sc); }

.crt-empty {
  text-align: center;
  width: 60rem;
  margin: 0 auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem; }
  .crt-empty img {
    width: 70%;
    display: block;
    margin: 0 auto; }

.crt-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--pd-sc); }

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

.crt-pro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem; }
  .crt-pro-img {
    display: block;
    width: 16.8rem;
    height: 16.8rem;
    position: relative; }
    @media screen and (max-width: 1239px) {
      .crt-pro-img {
        width: 12rem;
        height: 12rem; } }
    @media screen and (max-width: 600px) {
      .crt-pro-img {
        width: 9rem;
        height: 9rem; } }
    .crt-pro-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .crt-pro-img .recheck-checkbox {
      position: absolute;
      top: 0;
      left: 0; }
  .crt-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: .5rem; }
    .crt-pro-content .name {
      font-weight: 600; }
    .crt-pro-content .pro-price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: .5rem; }

.crt-price {
  font-weight: 500; }

.crt-delete {
  cursor: pointer;
  font-size: 1.8rem; }
  @media screen and (max-width: 1100px) {
    .crt-delete {
      position: absolute;
      top: 1.2rem;
      right: 0;
      width: 2.4rem;
      height: 2.4rem;
      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(--c-txt);
      border-radius: .4rem; } }
  .crt-delete i {
    font-family: "Font Awesome 6 Pro"; }

.crt-block-title {
  padding: 1.2rem;
  margin-top: calc(var(--pd-re-block) * -1);
  margin-left: calc(var(--pd-re-block) * -1);
  margin-right: calc(var(--pd-re-block) * -1);
  background-color: #F8FAFC;
  font-weight: 600;
  margin-bottom: 1rem;
  border-radius: var(--rs) var(--rs) 0 0; }

.crt-gg-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem; }
  .crt-gg-wr .re-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.crt-sbar {
  position: sticky;
  top: calc(var(--sz-hd) + 1rem); }
  .crt-sbar .dt-m-ctr {
    margin-top: 1.6rem; }
  @media screen and (min-width: 601px) {
    .crt-sbar .dt-ctr-btn .txt {
      font-size: 1.6rem; }
    .crt-sbar .dt-ctr-btn .des {
      font-size: 1.2rem; } }
  .crt-sbar-head {
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.6rem; }
    .crt-sbar-head img {
      width: 2.2rem;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
  .crt-sbar-if {
    padding-bottom: 1rem;
    border-bottom: 0.1rem solid var(--c-bd);
    margin-bottom: 1rem; }
  .crt-sbar-fl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 500; }
    .crt-sbar-fl:not(:last-child) {
      margin-bottom: 1rem; }

.crt-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem; }
  .crt-nav-item {
    --color: #94A3B8;
    padding: 1.2rem 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color);
    position: relative; }
    @media screen and (max-width: 600px) {
      .crt-nav-item {
        font-size: 1.4rem;
        padding: 1rem; } }
    .crt-nav-item::before {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: .3rem;
      background-color: var(--color);
      bottom: 0; }
    .crt-nav-item.active {
      --color: var(--c-second); }
  .crt-nav.--second .crt-nav-item {
    border-radius: var(--rs);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0.1rem solid var(--c-bd); }
    .crt-nav.--second .crt-nav-item::before {
      display: none; }
    .crt-nav.--second .crt-nav-item.active {
      border-color: var(--c-second);
      background-color: #FFF6E8; }

.crt-sl {
  font-weight: 600; }
  .crt-sl .number {
    color: var(--c-third); }

.crt-tb {
  font-size: 1.4rem; }
  .crt-tb.--second .crt-tb-col:last-child {
    width: unset;
    -webkit-box-flex: .7;
    -ms-flex: .7;
    flex: .7; }
  .crt-tb-head {
    padding: 1.2rem;
    margin-top: calc(var(--pd-re-block) * -1);
    margin-left: calc(var(--pd-re-block) * -1);
    margin-right: calc(var(--pd-re-block) * -1);
    background-color: #F1F5F9; }
    @media screen and (max-width: 1100px) {
      .crt-tb-head .crt-tb-col:not(:first-child) {
        display: none; } }
  .crt-tb-row {
    --cg: 1rem;
    --rg: 1rem; }
  .crt-tb-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .crt-tb-col:nth-child(1) {
      -webkit-box-flex: 4;
      -ms-flex: 4;
      flex: 4; }
      @media screen and (max-width: 1100px) {
        .crt-tb-col:nth-child(1) {
          width: calc(100% - 4rem);
          -webkit-box-flex: unset;
          -ms-flex: unset;
          flex: unset;
          -webkit-box-ordinal-group: -1;
          -ms-flex-order: -2;
          order: -2; } }
    .crt-tb-col:not(:first-child) {
      text-align: center; }
    .crt-tb-col:last-child {
      -webkit-box-flex: unset;
      -ms-flex: unset;
      flex: unset;
      width: 6rem;
      text-align: end; }
    @media screen and (max-width: 1100px) {
      .crt-tb-col:nth-child(3) {
        width: 100%;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; } }
    @media screen and (max-width: 1100px) {
      .crt-tb-col:nth-child(2), .crt-tb-col:nth-child(4) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: .4rem; }
        .crt-tb-col:nth-child(2)::before, .crt-tb-col:nth-child(4)::before {
          content: attr(data-txt);
          display: inline-block;
          font-weight: 500; } }
    @media screen and (max-width: 600px) {
      .crt-tb-col:nth-child(2), .crt-tb-col:nth-child(4) {
        width: 100%;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset; } }
    @media screen and (max-width: 1100px) {
      .crt-tb-col:nth-child(5) {
        width: 0;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        padding: 0; } }
    .crt-tb-col .title {
      font-size: 1.3rem;
      font-weight: 600; }
  .crt-tb-item {
    padding: 2rem 0;
    position: relative; }
    .crt-tb-item:not(:last-child) {
      border-bottom: 0.1rem solid var(--c-bd); }

@media screen and (max-width: 600px) {
  .crt-form .f-item {
    width: 100%; } }

.crt-tt-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;
  gap: .6rem; }

.crt-tt-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: 1rem; }

.crt-tt-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 0.1rem solid var(--c-bd); }

.crt-method-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem; }
  .crt-method-head img {
    width: 4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .crt-method-head .title {
    font-weight: 600;
    color: var(--c-second); }

.crt-method-item {
  padding: 1rem 0;
  font-weight: 600; }
  .crt-method-item:not(:last-child) {
    border-bottom: 0.1rem solid var(--c-bd-second); }

.tgp-slider .swiper-slide {
  width: 36rem; }
  .tgp-slider .swiper-slide:nth-child(3n+1) {
    --c-ln: linear-gradient(180deg, #E5FFE3 0%, rgba(255, 255, 255, 0.00) 100%);
    --c-number: #10B981; }
  .tgp-slider .swiper-slide:nth-child(3n+2) {
    --c-ln: linear-gradient(180deg, #E1E9F4 0%, rgba(255, 255, 255, 0.00) 100%);
    --c-number: #94A3B8; }
  .tgp-slider .swiper-slide:nth-child(3n+3) {
    --c-ln: linear-gradient(180deg, #FFE6CC 0%, rgba(255, 255, 255, 0.00) 100%);
    --c-number: #B69778; }

.tgp-wr {
  --pd: 1.2rem;
  border: 0.1rem solid var(--c-bd-second);
  border-radius: var(--rs); }

.tgp-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: .6rem;
  margin-bottom: 1rem;
  padding: var(--pd);
  padding-top: 0;
  background: var(--c-ln); }
  .tgp-head .price {
    font-size: 2.4rem;
    font-weight: 600; }
    @media only screen and (max-width: 1200px) {
      .tgp-head .price {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .tgp-head .price {
        font-size: 1.7rem; } }
  .tgp-head .title {
    font-size: 1.4rem; }
  .tgp-head-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .6rem; }
  .tgp-head-right {
    font-size: 1.4rem; }

.tgp-number {
  width: 4.8rem;
  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;
  height: 8rem;
  font-size: 3.2rem;
  font-weight: 700;
  background-color: var(--c-number);
  color: white;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%); }
  @media only screen and (max-width: 1200px) {
    .tgp-number {
      font-size: 2.7rem; } }
  @media only screen and (max-width: 800px) {
    .tgp-number {
      font-size: 2.2rem; } }

.tgp-body {
  padding: var(--pd);
  position: relative; }
  .tgp-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1rem;
    right: 1rem;
    height: .1rem;
    background-color: var(--c-bd-second); }

.tgp-block {
  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; }
  .tgp-block:not(:last-child) {
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
    border-bottom: 0.1rem solid var(--c-bd-second); }

.tgp-fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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; }

.tpg-note {
  padding: 1.2rem;
  border-radius: var(--rs);
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  background-color: #FFFBEB;
  border: 0.1rem solid var(--c-second); }
  .tpg-note img {
    width: 1.8rem;
    height: 1.8rem;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.crt-search-wr {
  position: relative; }
  .crt-search-wr input {
    padding-right: 4rem; }

.crt-search-btn {
  width: 1.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 1rem; }
  .crt-search-btn img {
    width: 100%; }

.crt-gh {
  max-width: 45rem;
  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; }
  .crt-gh-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem; }

.crt-bk {
  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: 600px) {
    .crt-bk-list {
      --rg: 1.2rem;
      --cg: 1.2rem; } }
  .crt-bk-item.active .crt-bk-img {
    border-color: var(--c-second); }
  .crt-bk-img {
    border: 0.2rem solid var(--c-bd);
    border-radius: var(--rs);
    overflow: hidden;
    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; }
    .crt-bk-img img {
      display: block; }

.crt-btn-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .crt-btn-gr .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media screen and (max-width: 600px) {
      .crt-btn-gr .btn {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 100%; } }

.crt-scc {
  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: 1rem;
  padding: 2rem 0; }
  .crt-scc img {
    width: 6rem;
    display: block;
    margin: 0 auto; }

.memb-side {
  --rg: 1.2rem;
  --cg: 1.2rem; }

.memb-left {
  width: 26.8rem; }
  @media screen and (max-width: 1024px) {
    .memb-left {
      width: 100%; } }

.memb-right {
  -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: 1.2rem; }

.memb-menu {
  padding: 1rem;
  border-radius: var(--rs);
  background-color: white; }
  .memb-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: .8rem; }
  .memb-menu-item.active > a {
    background-color: #FFF6E8; }
  @media screen and (min-width: 1025px) {
    .memb-menu-item:hover > a {
      background-color: #FFF6E8; } }
  .memb-menu-link {
    padding: .8rem;
    border-radius: var(--rs);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .8rem;
    font-weight: 500;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    .memb-menu-link img {
      width: 2.4rem; }
    .memb-menu-link i {
      margin-left: auto; }

.memb-top {
  --cg: 1.2rem;
  --rg: 1.2rem; }
  .memb-top-col:nth-child(1) {
    width: calc(5/9 * 100%); }
  .memb-top-col:nth-child(2) {
    width: calc(4/9 * 100%); }
  @media screen and (max-width: 600px) {
    .memb-top-col {
      width: 100% !important; } }

.memb-if {
  padding: 2.8rem 1rem;
  border-radius: var(--rs);
  background-color: white;
  height: 100%; }
  .memb-if-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: 1rem; }
  .memb-if-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-evenly;
    margin-top: 1.6rem;
    padding-top: 1.6rem;
    border-top: 0.1rem solid var(--c-bd-second); }
    .memb-if-bot-item {
      text-align: center; }
      .memb-if-bot-item .des {
        font-weight: 700;
        color: var(--c-pri); }
  .memb-if-ava {
    width: 6rem;
    height: 6rem;
    border-radius: 100rem;
    margin: 0 auto; }
    .memb-if-ava img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .memb-if-content {
    text-align: center; }
    .memb-if-content .title {
      font-size: 1.4rem; }
  .memb-if-name {
    font-size: 2rem;
    font-weight: 800;
    color: var(--c-second); }
    @media only screen and (max-width: 1200px) {
      .memb-if-name {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .memb-if-name {
        font-size: 1.6rem; } }

.memb-km {
  padding: .8rem 2.4rem;
  border-radius: var(--rs);
  background-color: #7F1D1D;
  color: white;
  text-align: center;
  height: 100%; }
  @media screen and (max-width: 600px) {
    .memb-km {
      padding: 1.2rem; } }
  .memb-km .title {
    font-size: 2rem;
    font-weight: 700; }
    @media only screen and (max-width: 1200px) {
      .memb-km .title {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .memb-km .title {
        font-size: 1.6rem; } }
  .memb-km .des {
    margin-top: 1rem; }
  .memb-km-slider .swiper {
    border-radius: var(--rs);
    --cg: 0; }
  .memb-km-img {
    display: block;
    padding-top: calc((156 / 345) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: var(--rs); }
    .memb-km-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; }

.memb-block {
  padding: 1.2rem;
  border-radius: var(--rs);
  background-color: white; }

.memb-ud-list {
  --rg: 1.2rem;
  --cg: 1.2rem; }

@media screen and (max-width: 600px) {
  .memb-ud-col {
    width: 100%; } }

.memb-ud-wr {
  height: 100%;
  padding: 3.2rem;
  border-radius: var(--rs);
  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: 1rem;
  background-color: #E8FFDD;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; 
  align-items: center;
}
.btn-ud-content {
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
}
  @media screen and (max-width: 600px) {
    .memb-ud-wr {
      padding: 1.2rem; } }
  @media screen and (min-width: 1025px) {
    .memb-ud-wr:hover {
      -webkit-box-shadow: 0px 4px 6px -4px rgba(16, 24, 40, 0.1), 0px 10px 15px -3px rgba(16, 24, 40, 0.1);
      box-shadow: 0px 4px 6px -4px rgba(16, 24, 40, 0.1), 0px 10px 15px -3px rgba(16, 24, 40, 0.1); } }
  .memb-ud-wr img {
    width: 6rem;
    display: block;
    margin: 0 auto; }
  .memb-ud-wr .title {
    font-weight: 700;
    color: var(--c-pri); }

.memb-mdh {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 600px) {
    .memb-mdh {
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.memb-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .4rem;
  font-size: 1.4rem;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
  @media screen and (min-width: 1025px) {
    .memb-back:hover {
      color: var(--c-pri); } }

.memb-head {
  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; }
  .memb-head .title {
    font-size: 2rem;
    font-weight: 700; }
    @media only screen and (max-width: 1200px) {
      .memb-head .title {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .memb-head .title {
        font-size: 1.6rem; } }
  .memb-head .--mw {
    min-width: 6rem; }

.memb-mul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .memb-mul-item {
    width: 50%; }
    .memb-mul-item:not(:last-child) .memb-mul-wr {
      border-right: 0.1rem solid var(--c-bd-second); }
  .memb-mul-wr {
    text-align: center;
    padding: 2.4rem;
    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; }
    @media screen and (max-width: 600px) {
      .memb-mul-wr {
        padding: 1rem; } }
    .memb-mul-wr .number {
      font-size: 4rem;
      font-weight: 700; }
      @media only screen and (max-width: 1200px) {
        .memb-mul-wr .number {
          font-size: 3.5rem; } }
      @media only screen and (max-width: 800px) {
        .memb-mul-wr .number {
          font-size: 2.7rem; } }
    .memb-mul-wr .des {
      font-size: 2rem; }
      @media only screen and (max-width: 1200px) {
        .memb-mul-wr .des {
          font-size: 1.8rem; } }
      @media only screen and (max-width: 800px) {
        .memb-mul-wr .des {
          font-size: 1.6rem; } }

.memb-sts {
  --gw: 4rem; }
  @media screen and (max-width: 1024px) {
    .memb-sts {
      --gw: 1rem; } }
  .memb-sts-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem var(--gw); }
    @media screen and (max-width: 600px) {
      .memb-sts-list {
        gap: 4rem var(--gw); } }
  .memb-sts-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative; }
    @media screen and (max-width: 600px) {
      .memb-sts-item {
        width: 100%;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset; } }
    .memb-sts-item:nth-child(3) img {
      width: 5rem; }
      @media screen and (max-width: 600px) {
        .memb-sts-item:nth-child(3) img {
          width: 4rem; } }
    .memb-sts-item:not(:first-child)::before {
      content: '';
      display: inline-block;
      width: var(--gw);
      border: 0.1rem dashed var(--c-bd);
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      right: 100%; }
      @media screen and (max-width: 600px) {
        .memb-sts-item:not(:first-child)::before {
          width: unset;
          height: 2rem;
          left: 50%;
          top: unset;
          -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          right: unset;
          bottom: calc(100% + 1rem); } }
  .memb-sts-wr {
    text-align: center;
    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;
    gap: 1rem;
    padding: 2.4rem 0; }
    @media screen and (max-width: 600px) {
      .memb-sts-wr {
        padding: 1.2rem;
        border-radius: var(--rs);
        border: 0.1rem solid var(--c-bd); } }
    .memb-sts-wr img {
      width: 4rem;
      display: block;
      margin: 0 auto; }
      @media screen and (max-width: 600px) {
        .memb-sts-wr img {
          width: 2.4rem; } }
  .memb-sts-content {
    font-size: 1.4rem;
    margin-top: auto; }
    .memb-sts-content .title {
      color: #10B981; }

.memb-sp-fil {
  margin-bottom: 1.2rem; }
  .memb-sp-fil .fil-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  @media screen and (min-width: 1025px) {
    .memb-sp-fil .fil-item:hover > a {
      border-color: #E8FFDD;
      background: #E8FFDD;
      color: var(--c-pri2); } }
  .memb-sp-fil .fil-item.active > a {
    border-color: #E8FFDD;
    background: #E8FFDD;
    color: var(--c-pri2); }
  .memb-sp-fil .fil-link {
    padding: .6rem .8rem;
    border-radius: var(--rs);
    border: 0.1rem solid var(--c-bd);
    display: inline-block;
    font-size: 1.4rem;
    color: #808A94;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }

.memb-tb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* gap: 1rem;  */
  background: #FFFFF8;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #AEAFB4;
}
  .memb-tb-btn {
    /* border: 0.1rem solid var(--c-bd); */
    /* -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; */
    /* -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;  */
    width: fit-content;
    color: var(--c-title);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.231px;
    padding: 14px 20px;
  }
    .memb-tb-btn::before {
      background-color: transparent; }
    @media screen and (min-width: 1025px) {
      .memb-tb-btn:hover {
        border-radius: 10px 0px 0px 0px;
        background: #E8FFDD;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        border-bottom: 3px solid #14CA62;
        color: var(--c-pri2);
      }
        .memb-tb-btn:hover::before {
          background-color: transparent; } }
    .memb-tb-btn.active {
      border-radius: 10px 0px 0px 0px;
      background: #E8FFDD;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      border-bottom: 3px solid #14CA62;
      color: var(--c-pri2);
    }

.memb-tluy {
  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; }
  .memb-tluy .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    gap: 1rem; }
    @media only screen and (max-width: 1200px) {
      .memb-tluy .title {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .memb-tluy .title {
        font-size: 1.6rem; } }
    .memb-tluy .title img {
      display: none;
      width: 4rem; }
  .memb-tluy-number {
    padding: 0.5rem;
    border-radius: var(--rs);
    background-color: #E8FFDD;
    color: var(--c-pri2);
    font-size: 14px;
    font-weight: 500; }
  .memb-tluy-block {
    /* background-color: #FFF6E8;
    -webkit-box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.1), 0px 4px 6px -1px rgba(16, 24, 40, 0.1);
    box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.1), 0px 4px 6px -1px rgba(16, 24, 40, 0.1);  */
  }

.memb-bx {
  margin-top: 1.2rem; }
  .memb-bx-slider .swiper {
    --cg: 1.2rem; }
    .memb-bx-slider .swiper-slide {
      width: calc(100% / 3.5); }
      @media screen and (max-width: 800px) {
        .memb-bx-slider .swiper-slide {
          width: calc(100% / 2.5); } }
      @media screen and (max-width: 600px) {
        .memb-bx-slider .swiper-slide {
          width: calc(100% / 1.3); } }
  .memb-bx-wr {
    border-radius: var(--rs);
    padding: 1.2rem;
    background-color: white;
    height: 100%;
    border: 0.1rem solid var(--c-bd); }
  .memb-bx-img {
    display: block;
    padding-top: calc((152 / 232) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: var(--rs); }
    .memb-bx-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; }
  .memb-bx-content {
    margin-top: 1rem;
    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: 1rem; }
  .memb-bx-icon {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 100rem;
    background-color: #F1F5F9;
    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;
    margin: 0 auto; }
    .memb-bx-icon img {
      width: 1.6rem;
      border-radius: 0; }
  .memb-bx-number {
    font-size: 1.3rem; }
    .memb-bx-number-btn {
      padding: 1rem;
      border-radius: var(--rs);
      background-color: #ECFDF5;
      color: #34D399;
      font-weight: 700;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0 auto; }
    .memb-bx-number .txt {
      margin-top: 1rem;
      display: inline-block; }
  @media screen and (max-width: 600px) {
    .memb-bx-des {
      font-size: 1.4rem; } }

.memb-gf-list {
  --cg: 1.2rem;
  --rg: 1.2rem; }

.memb-gf-item {
  width: 50%; }

.memb-gf-wr {
  --pd-ver: 2.8rem;
  padding: 1.4rem var(--pd-ver);
  border-radius: var(--rs);
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0.1rem solid var(--c-bd);
  position: relative; }
  .memb-gf-wr::before, .memb-gf-wr::after {
    content: '';
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: calc(var(--pd-ver) - .8rem);
    height: calc(var(--pd-ver) - .8rem);
    border-radius: 100rem;
    border: 0.1rem solid var(--c-bd);
    background-color: var(--c-f2); }
  .memb-gf-wr::before {
    left: calc(calc((var(--pd-ver) - .3rem)) / 2 * -1);
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%); }
  .memb-gf-wr::after {
    right: calc(calc((var(--pd-ver) - .3rem)) / 2 * -1);
    -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%); }

.memb-gf-left {
  padding-right: 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; }

.memb-gf-content {
  padding-left: 2rem;
  border-left: 1rem dotted var(--c-bd); }

.memb-gf-img {
  width: 8rem;
  height: 8rem;
  border-radius: 100rem;
  background-color: #E2E8F0;
  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; }
  .memb-gf-img img {
    width: 2.8rem;
    border-radius: 0; }

.memb-gf-name {
  font-weight: 700; }

.memb-gf-des {
  font-size: 1.4rem; }

.memb-gf-bot {
  margin-top: 1rem;
  font-size: 1.4rem; }

.memb-gf-cp {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  cursor: pointer; }
  .memb-gf-cp img {
    width: 2.4rem; }

.memb-gf-date {
  font-size: 1.2rem;
  color: #D85C14; }

.memb-panel {
  display: none; }

.memb-spt-list {
  --rg: 1.2rem;
  --cg: 1.2rem; }

.memb-spt-item {
  width: 50%; }
  @media screen and (max-width: 600px) {
    .memb-spt-item {
      width: 100%; } }

.memb-spt-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem;
  border-radius: var(--rs);
  height: 100%;
  background-color: white;
  border: 0.1rem solid var(--c-bd); }
  @media screen and (max-width: 1239px) {
    .memb-spt-wr {
      padding: 1.2rem; } }
  .memb-spt-wr img {
    width: 4rem; }

.memb-spt-name {
  font-weight: 700; }
  .memb-spt-name .time {
    font-weight: 400; }

.memb-spt-des {
  color: var(--c-second);
  font-size: 1.4rem; }

.memb-ed {
  /* padding: 2.4rem 4rem;  */
}
.woocommerce .col2-set .woocommerce-Address, .woocommerce-page .col2-set .woocommerce-Address {
  padding: 1.2rem;
  border-radius: var(--rs);
  border: 0.1rem solid var(--c-bd-second);
  width: calc(50% - 10px) !important;
}
.bg-memb-view {
  background-color: #E8FFDD;
}
  @media screen and (max-width: 600px) {
    .memb-ed {
      padding: 1.2rem; } }
  .memb-ed-top {
    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: 1rem; }
  .memb-ed-ava {
    width: 6rem;
    height: 6rem;
    border-radius: 100rem;
    margin: 0 auto; }
    .memb-ed-ava img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .memb-ed-name {
    font-size: 2rem;
    font-weight: 700;
    color: var(--c-second); }
    @media only screen and (max-width: 1200px) {
      .memb-ed-name {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .memb-ed-name {
        font-size: 1.6rem; } }
  .memb-ed-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.6rem;
    padding-top: 1.6rem;
    border-top: 0.1rem solid var(--c-bd); }
    .memb-ed-bot-item {
      text-align: center;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .memb-ed-bot-item .des {
        color: var(--c-pri);
        font-weight: 700; }
  .memb-ed-form {
    margin-top: 3.2rem; }
    .memb-ed-form .f-list {
      --cg: 1.2rem;
      --rg: 1.2rem; }
    @media screen and (max-width: 600px) {
      .memb-ed-form .f-item {
        width: 100%; } }
    .memb-ed-form .re-label {
      font-weight: 700; }
    .memb-ed-form .re-input {
      font-weight: 500; }

.tcuu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--pd-sc); }

.tcuu-left {
  width: 50%; }
  @media screen and (max-width: 600px) {
    .tcuu-left {
      display: none; } }

.tcuu-right {
  width: 50%; }
  @media screen and (max-width: 600px) {
    .tcuu-right {
      width: 100%; } }

.tcuu-form {
  padding: 2.4rem;
  border-radius: var(--rs);
  -webkit-box-shadow: 0px 1px 2px -1px rgba(16, 24, 40, 0.1), 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  box-shadow: 0px 1px 2px -1px rgba(16, 24, 40, 0.1), 0px 1px 3px 0px rgba(16, 24, 40, 0.1); }
  @media screen and (max-width: 600px) {
    .tcuu-form {
      padding: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.policy .nw-menu-link {
  padding: 2rem .8rem; }

.policy .ab-slg {
  color: var(--c-second); }

.rcr .head {
  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 (min-width: 1240px) {
  .rcr .re-fil-slider .swiper-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.rcr-list {
  --cg: 1.2rem;
  --rg: 1.2rem; }

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

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

.rcr-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem;
  padding: 1rem;
  border-radius: var(--rs);
  border: 0.1rem solid var(--c-bd);
  height: 100%; }

.rcr-img {
  width: 18rem; }
  @media screen and (max-width: 600px) {
    .rcr-img {
      width: 100%; } }
  .rcr-img .inner {
    display: block;
    padding-top: calc((172 / 160) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: .4rem; }
    .rcr-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; }

.rcr-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem; }
  .rcr-content-top {
    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; }
  .rcr-content-bot {
    margin-top: auto; }
    .rcr-content-bot ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: .4rem;
      font-size: 1.5rem; }
      .rcr-content-bot ul li img {
        width: 1.6rem;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      @media screen and (max-width: 600px) {
        .rcr-content-bot ul li {
          font-size: 1.2rem; }
          .rcr-content-bot ul li img {
            width: 1.4rem; } }
  .rcr-content .btn {
    padding: .8rem;
    font-size: 1.4rem; }
    @media screen and (min-width: 601px) {
      .rcr-content .btn {
        display: none; } }
  .rcr-content-if {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.rcr-name {
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  @media screen and (max-width: 600px) {
    .rcr-name {
      font-size: 1.4rem; } }

.rcr-bl {
  color: var(--c-second);
  font-weight: 500;
  font-size: 1.5rem; }
  @media screen and (max-width: 600px) {
    .rcr-bl {
      font-size: 1.3rem; } }

.rcr-next {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: .4rem;
  background-color: var(--c-pri);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white; }
  @media screen and (max-width: 600px) {
    .rcr-next {
      display: none; } }
  @media screen and (min-width: 1025px) {
    .rcr-next:hover {
      background-color: var(--c-second); } 
    }

.rcr-dt-side {
  --cg: 1.2rem; }

.rcr-dt-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--pd-sc); }
  @media screen and (max-width: 1000px) {
    .rcr-dt-left {
      width: 100%;
      -webkit-box-flex: unset;
      -ms-flex: unset;
      flex: unset; } }
  .rcr-dt-left .head {
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
    border-bottom: 0.1rem solid var(--c-bd); }

.rcr-dt-right {
  width: 48rem; }
  @media screen and (max-width: 1000px) {
    .rcr-dt-right {
      width: 100%;
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; } }

.rcr-dt-sbar {
  position: sticky;
  top: calc(var(--sz-hd) + 1rem); }
  .rcr-dt-sbar .head {
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
    border-bottom: 0.1rem solid var(--c-bd); }
  .rcr-dt-sbar .rcr-content-bot ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .6rem; }

.rcr-ut-block:not(:last-child) {
  margin-bottom: 1.2rem; }

.rcr-ut-block-inner:not(:last-child) {
  margin-bottom: 1.2rem; }

.rcr-ut .head {
  border-bottom: none;
  padding-bottom: 0; }

.rcr-ut-title {
  padding: 1.2rem 0;
  position: relative;
  margin-bottom: 1.6rem; }
  .rcr-ut-title::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    left: calc(var(--pd-re-block) * -1);
    right: calc(var(--pd-re-block) * -1);
    background-color: #F1F5F9;
    z-index: -1; }

@media screen and (max-width: 600px) {
  .rcr-ut-form .f-item {
    width: 100%; }
  }

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

.promo-iterm .promo-img {
  display: block;
  padding-top: calc((256 / 604) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: var(--rs); }
  .promo-iterm .promo-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; }

.cates-wrapper {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem; }

.cates-slider .swiper, .cates-sliders .swiper {
  --cg: 0; }
  .cates-slider .swiper-wrapper {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .cates-slider .swiper-slide {
    width: calc(100% / 6); }
  .cates-sliders .swiper-slide {
      width: calc(100% / 5);
      /* margin: 0px 5px; */
    }
    @media screen and (max-width: 1239px) {
      .cates-slider .swiper-slide {
        width: 25%; } }
    @media screen and (max-width: 600px) {
      .cates-slider .swiper-slide, .cates-sliders .swiper-slide {
        width: 33%; } 
      }

.cates-slider .swiper-control-btn.swiper-prev {
  left: calc(var(--pd-re-block) * -1) !important; }

.cates-slider .swiper-control-btn.swiper-next {
  right: calc(var(--pd-re-block) * -1) !important; }

.cates-wr {
  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: 1rem; }

.cates-img {
  display: block;
  width: 60%;
  margin: 0 auto; }
  .cates-img .inner {
    display: block;
    padding-top: calc((1 / 1) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 100rem;
    background-color: #FFF6E8; }
  .cates-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;
    width: 80%;
    height: 80%; }

.cates-name {
  font-weight: 600; }
  @media screen and (max-width: 600px) {
    .cates-name {
      font-size: 1.2rem; } }

/*# sourceMappingURL=style.css.map */
.cates_news .cates-wrapper {
  background-color: #E8FFDD;
  border-radius: 15px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.cates_news .item-slider-categories {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  height: 100%;
  border: 0.987px solid #00D869;
  transition: 0.5s;
}

.cates_news .gid-item .item-slider-categories {
  height: calc(50% - 5px);
}

.cates_news .gid-item .item-slider-categories a {
  display: flex;
  /* flex-wrap: wrap; */
  align-content: center;
  justify-content: space-between;
}

.cates_news .item-slider-categories:hover img{
  transform: scale(1.08);
  transition: 1s;
}

.cates_news .item-slider-categories .name-categories {
  width: 7.5rem;
  color: var(--c-pri2);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4rem;
  margin-bottom: 1.5rem;
}

.cates_news .item-slider-categories .full-width-name {
  width: 100%;
}

.cates_news .gid-item .item-slider-categories img{
  width: calc(100% - 7.5rem);
}

.cates_news .item-slider-categories img {
  width: 100%;
  transition: 1s;
}

.cates_news .gid-item {
  height: 100%;
}

.cates_news .gid-item .item-slider-categories:first-child {
  margin-bottom: 1rem;
}

.sticky-sidebar {
  /* display: none; */
}

.sticky-sidebar.active {
  display: block;
}

.sticky-sidebar a {
  position: fixed;
  top: 165px;
  width: 160px;
  border-radius: 15px;
}

.sticky-sidebar .banner-left {
  left: calc(((100vw - var(--w-container)) / 2) - 160px);
}

.sticky-sidebar .banner-right {
  right: calc(((100vw - var(--w-container)) / 2) - 160px);
}

.sec-product-hot {
  padding: 2.5rem 0px;
}

.sec-ct-uu-dai {
  padding-bottom: 2.5rem;
}

.box-title-product .title-product,.box-product-tt .t-title{
  color: var(--c-title);
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin-bottom: 1rem;
}
.box-content-product{
  border-radius: 1.5rem;
  background: #E8FFDD;
}

.box-content-product .title-tab {
  background: #FFFFF8;
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem 1.5rem 0px 0px;
}

.box-content-product .title-tab li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}

.box-content-product .title-tab li{
  color: var(--c-title);
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.9rem;
  padding: 1.4rem 2rem;
}

.box-content-product .title-tab li.active {
  border-radius: 0px 1rem 0px 0px;
  background: #E8FFDD;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-bottom: 3px solid  #14CA62;
  color: var(--c-pri2);
}

.box-content-product .title-tab li>p>span{
  color: #FF5C00;
  font-weight: 500;
}

.box-content-product .home-uu-dai-slider img {
  width: 100%;
}
.box-content-product .title-tab::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #AEAFB4;
  width: 100%;
  bottom: 0px;
}

.box-content-product .content-product{
  padding: 1.5rem 2rem;
}
.sec-list-categories {
  margin-bottom: 2rem;
}
.sec-list-categories .box-content-categories{
  padding: 2rem;
  border-radius: 1.5rem;
  background: var(--Background, linear-gradient(1deg, #FFF -7.08%, #ADFAA8 131.36%));
}

.sec-list-categories .box-content-categories .banner-categories{
  margin-bottom: 1rem;
}

.sec-list-categories .box-content-categories .banner-categories img {
  border-radius: 1rem;
  width: 100%;
}

/* .sec-list-categories .box-content-categories .box-category-home {
  border-radius: 10px;
  background: #008B4C;
  margin-bottom: 10px;
} */

.box-category-home .categories-box-banner, .box-category-home .categories-box-banner-one {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.box-category-home .categories-box-banner, .box-category-home .categories-box-banner-one>a, .box-category-home .categories-box-banner, .box-category-home .categories-box-banner-one img{
  width: 100%;
}
/* .box-category-home .categories-box-banner img{
  width: calc(50% - 5px);
} */

.sec-list-categories .box-content-categories .box-category-home .categories-box-product .t-title{
  color: var(--c-title);
}

.sec-list-categories .box-content-categories .pro-fil-slider .pro-fil-btn{
  color: var(--c-pri2);
  border-radius: 2rem;
  padding: 0.5rem 1.5rem;
  transition: 0.5s;
}

.sec-list-categories .box-content-categories .pro-fil-slider .pro-fil-btn:hover {
  background: var(--c-pri2);
  color: #fff;
  transition: 0.5s;
}



.pro-fil-slider .swiper .swiper-slide:last-child .pro-fil-btn  {
    background: none;
    border-bottom: 2px solid;
    border-radius: 0px;
    height: 2.2rem;
    padding: 1.5rem 0px 0.9rem 0px;
    color: var(--c-pri2);
}

.pro-fil-slider .swiper .swiper-slide:last-child .pro-fil-btn:hover {
  background: transparent;
  color: var(--c-title);
  transition: 0.5s;
}

.sec-list-categories .box-content-categories .pro-fil-slider .pro-fil-btn::before{
  display: none;
}

.sec-list-categories .box-content-categories .pro-fil-btn.active {
  background: var(--c-pri2);
  color: #fff;
  transition: 0.5s;
}

.pro-slider .swiper.rows .col {
  padding: 5px;
}

.pro-slider-purchased .swiper.rows .col {
  padding: 6px;
}

.pro-slider-purchased .pro-wr{
  border: 0.1rem solid var(--c-bd);
}
.pro-slider-purchased .pro-wr:hover {
  border: 0.1rem solid var(--c-bd) !important;
}

.keywordTrd-heading .pro-fire>svg{
  width: 2rem;
}

.keywordTrd-list .keywordTrd-item>svg {
  width: 1.5rem;
}
.pro-list .monapro-search .pro-name{
  height: auto;
  color: #00451D;
}
.pro-list .monapro-search .box_stock-ss, .pro-list .monapro-search .option-price{
  display: none;
}
.pro-list .monapro-search .pro-price .price{
  height: auto;
}
.tab-product-sliders .item-tab-product, .tab-uudai-home-sliders .item-tab-product {
  width: fit-content !important;
}
.sec-list-categories .box-category-home .re-block {
  padding: 0px;
}
.sec-list-categories .box-category-home .categories-box-banner img {
  width: 100%;
}
.sec-ct-uu-dai .box-content-product .title-tab li {
  padding: 2rem 3rem;
}
.sec-ct-uu-dai .box-content-product .content-product , .contend-detail-product .box-content-product .content-product{
  display: none;
}

.sec-ct-uu-dai .box-content-product .content-product.active, .contend-detail-product .box-content-product .content-product.active{
  display: block;
}

.sec-list-product-viewed .box-title-home, .sec-list-news-home .box-title-home{
  border-radius: 1rem 1rem 0px 0px;
  background: var(--c-title);
  padding: 1.4rem 2.3rem 1.4rem 3rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec-list-product-viewed {
  padding-bottom: 2rem;
}

.sec-banenr-brand {
  padding-bottom: 1rem;
}

.sec-list-news-home .box-title-home h2 {
  color: #fff;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  text-transform: uppercase;
}

.sec-list-product-viewed .box-title-home h2 {
  color: #FBCE15;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  text-transform: uppercase;
}

.sec-list-product-viewed .box-content-view { 
  background: #E8FFDD;
  padding: 0px 0.5rem;
}

.sec-list-news-home .box-content-news {
  padding: 1.5rem;
  background: #E8FFDD;
}

.sec-list-product-viewed .box-title-home .btn-delete-prv, .sec-list-news-home .box-title-home .btn-see-more{
  background: rgba(255, 255, 255, 0.71);
  padding: 0.7rem 1.5rem;
  border-radius: 2rem;
  color: #4F4F4F;
  font-weight: 600;
  font-size: 1.4rem;
}

.sec-list-news-home {
  padding-bottom: 0.5rem;
}

.item-news-3 .proth-name{
  color: #008733;
  height: 3.4rem;
  font-size: 1.5rem;
  line-height: 1.7rem;
}

.item-news-3 .proth-name a:hover{
  color: #008733;
}

.item-news-3 .proth-content{
  gap: 0.5rem;
}

.item-news-3 .proth-des{
  color: #848589;
  line-height: 1.7rem;
}

.item-news-3 .proth-content>a{
  color: #838489;
  font-size: 1.5rem;
  padding: 0.2rem 1rem;
  border-radius: 4rem;
  margin-top: 5px;
}

.item-news-3 .btn.--third::before{
  background: #EDEDED;
}

.box_stock-ss{
  order: 6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-around;
}

/* .pro-wr:hover .pro-kh .pro-img img{
  top: calc(50% - 5px);
} */

.sec-prosale .prosale-banner-top {
  padding-bottom: 5px;
}
.sec-prosale .prosale-banner-top>img{
  width: 100%;
}
.sec-prosale .pro-price .price .proDetailFlashSale{
    flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* flex-direction: column-reverse; */
    gap: 3px;
    justify-content: space-evenly;
}
@media only screen and (max-width: 800px) {
  .sec-list-news-home .box-title-home h2, .sec-list-product-viewed .box-title-home h2{
    font-size: 17px;
  }
}

@media screen and (max-width: 600px) {
  .box-title-product .title-product{
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 500;
  }
  .sec-product-hot{
    padding: 15px 0px;
  }
  .cates_news .item-slider-categories .name-categories{
    font-size: 12px;
  }
  .cates_news .item-slider-categories{
    padding: 10px;
  }
  .cates_news .gid-item .item-slider-categories img{
    width: calc(100% - 80px);
    height: fit-content;
  }
  .cates_news .item-slider-categories .name-categories{
    width: 80px;
  }
  .cates_news .item-slider-categories .full-width-name{
    width: 100%;
  }
  .box-content-product .title-tab li {
    font-size: 15px;
    padding: 10px 15px;
  }
  .sec-ct-uu-dai .box-content-product .title-tab li {
    padding: 10px 25px;
  }
  .sec-ct-uu-dai{
    padding-bottom: 20px;
  }
  .swiper-control-btn {
    width: 25px;
    height: 25px;
  }
  .box-content-product .content-product{
    padding: 5px 10px !important;
  }

  .sec-list-categories .box-content-categories{
    padding: 10px;
  }
  .sec-list-categories .box-content-categories .box-category-home .categories-box-product .t-title{
    font-size: 15px;
  }
  .box-category-home .categories-box-banner, .box-category-home .categories-box-banner-one{
    margin-bottom: 5px;
  }

  .sec-list-categories .box-category-home .re-block{
    padding: 0px !important;
  }
  .sec-list-product-viewed .box-title-home, .sec-list-news-home .box-title-home{
    padding: 1rem;
  }
  .sec-list-news-home .box-title-home h2, .sec-list-product-viewed .box-title-home h2{
    font-size: 15px;
  }
  .sec-list-product-viewed .box-title-home .btn-delete-prv, .sec-list-news-home .box-title-home .btn-see-more{
    padding: 4px 10px;
  }
  .sec-list-news-home .box-content-news{
    padding: 10px;
  }
  .cates_news .cates-wrapper{
    border-radius: 15px;
    padding: 10px;
  }

  .cates_news .gid-item .item-slider-categories{
    /* height: 10px; */
  }
}

@media screen and (max-width: 480px) {
 
  .sec-product-hot{
    padding: 15px 0px;
  }
  .cates_news .item-slider-categories .name-categories{
    font-size: 12px;
  }
  .cates_news .item-slider-categories{
    padding: 10px;
  }
  .cates_news .gid-item .item-slider-categories img{
    width: calc(100% - 50px);
  }

  .cates_news .item-slider-categories .name-categories{
    width: 50px;
  }

  .cates_news .item-slider-categories .full-width-name {
    width: 100%;
  }

  .cates_news .item-slider-categories img{
    width: 100%;
    transition: 1s;
  }

  .cates_news .item-slider-categories .name-categories
  .box-content-product .content-product{
    padding: 5px 10px;
  }

  .pro-tag-list .pro-tag-item{
    font-size: 1rem;
  }
  .box_stock-ss .cb-stock{
    font-size: 1rem;
    padding: 0.2rem .8rem;
  }
  .option-price{
    height: 1.9rem;
  }
  .option-price .image-option-price {
    width: 7.5rem;
  }
  .sec-list-categories{
    margin-bottom: 10px;
  }
  .item-news-3 .proth-name{
    font-size: 1.4rem;
  }
  .sec-list-categories .box-content-categories .pro-fil-slider .pro-fil-btn{
    padding: 3px 10px;
  }
}
.ft .ft-main a{
  color: #4F4F4F;
  font-size: 1.5rem;
  font-weight: 500;
}
.image_zalo_oa{
  margin-top: 25px;
}
@media screen and (max-width: 600px) {
    .ft-title{
      font-size: 1.5rem;
    }  
}

@media screen and (max-width: 1239px) {
  .hd-menu > .menu-list > .menu-item > a img.menu_mega_img_mobile{
    display: block;
    width: 35px;
  }

  .hd-menu > .menu-list > .menu-item > a img.menu_mega_img_icon, .menu_mega_bg_img{
    display: none;
  } 

  .mega-menu{
    display: none;
    width: calc(100% - 75px);
    position: absolute;
    top: 0;
    left: 75px;
    margin-top: 0px;
    border-radius: 0;
    border: none;
    background: #fff;
    padding-top: 60px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .mega-menu.active{
    display: block;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .mega-menu .box-title-menu-parent {
    width: calc(100% - 75px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #EFFFE4;
    padding: 8px 10px;
    left: 75px;
    top: 0px;
    box-shadow: 0px 4px 3.2px -4px rgba(0, 0, 0, 0.25);
    position: fixed;
  }
  .mega-menu .box-title-menu-parent .title-menu-parent {
    color: var(--c-title);
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .box-title-menu-parent>a{
    color: #029339;
    border-bottom: 1px solid;
    font-size: 13px;
  }

  .mega-menu .menu-list{
    flex-direction: row !important;
  }

  .hd-menu > .menu-list > .menu-item > a {
    text-transform: capitalize;
    color: var(--c-pri);
    border-bottom: 0.1rem solid rgb(213 213 215);
    border-top: none;
    border-left: none;
    border-right: none;
    width: 75px;
    height: 75px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.1rem;
    border-radius: 0rem;
    padding: 0.4rem .8rem;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-weight: 500;
    font-size: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hd-menu > .menu-list > .menu-item > a img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
  }
  .hd-menu{
    padding: 0rem;
  }
  .hd-menu > .menu-list{
    gap: 0rem;
  }

  .hd-menu > .menu-list > .menu-item .menu-link.active{
    background: #EFFFE4;
  }
  

  .mega-menu-title{
    background: transparent;
    color: #029339;
    font-size: 15px;
    margin-bottom: 1rem;
    font-weight: 500;
    padding: 0px;
    /* box-shadow: 4.055px 4.055px 4.055px -2.028px rgba(0, 0, 0, 0.10); */
  }

  .mega-menu .menu-link{
    border: 0.755px solid #838489;
    border-radius: 1rem;
    color: #848589;
  }

  .mega-menu-col.col {
    margin-bottom: 20px;
  }

  .hd-menu > .menu-list > .menu-item > a i {
    display: none;
  }

  .mega-menu .menu-list{
    gap: 10px;
  }
}
@media screen and (max-width: 1500px) {
    .sticky-sidebar{
      display: none;
    }
}
.contend-detail-product {
  border-radius: 10px;
  background: #fff;
  padding: 15px 20px;
}

.contend-detail-product .proDetail, .contend-detail-product .dt-m-content{
  background: #fff;
  border-radius: 10px;
  border: 1px solid #E2E8F0;
}
.contend-detail-product .dt-m-slider {
  border: none;
}
.contend-detail-product .dt-m-slider-thumb .swiper-slide-thumb-active .dt-m-img{
  border: 1px solid #084924;
}

.contend-detail-product .dt-m-if{
  background: #fff;
  border: 1px solid #E2E8F0;
}
.contend-detail-product .dt-m-if .title{
  color: var(--c-title);
  font-size: 1.7rem;
  font-weight: 500;
}
.contend-detail-product .dt-m-content{
  padding: 1.8rem 1.5rem;
}

.contend-detail-product .dt-m-side {
  --cg: 1.2rem;
  --rg: 1.2rem;
}

.contend-detail-product .dt-m-left {
  gap: 1.5rem;
  margin-bottom: 5px;
}

.box-product-purchased .dti-sbar-title {
  font-weight: 500;
  color: var(--c-title);
  font-size: 2.3rem;
  margin-bottom: 0px;
}

.pro-slider-purchased .swiper-slide {
  width: calc(100% / 3);
}

.pro-slider-purchased .swiper-control.posi.--sm .swiper-next {
  right: 0px;
}

.pro-slider-purchased .swiper-control.posi.--sm .swiper-prev {
  left: 0px;
}
.pro-slider-purchased .pro-tag-item {
  font-size: 1.1rem;
}

.box-product-tt .t-title {
  text-transform: inherit;
}

.box-product-tt .box-content-product-tt {
  border-radius: 10px;
  background: var(--Background, linear-gradient(1deg, #FFF -7.08%, #ADFAA8 131.36%));
  padding: 2rem 1.5rem;
}
.box-product-tt .head.space{
  margin-bottom: 0px;
}
.box-product-tt {
  margin-bottom: 2rem;
}
.contend-detail-product .dt-m-right {
  margin-bottom: 0.5rem;
  order: 1;
}

.contend-detail-product .dti-content,.contend-detail-product .dti-right .dti-sbar{
  background: #fff;
  border: 1px solid #E2E8F0;
}

.contend-detail-product .dti-right .dti-sbar{
  position: relative;
}

.contend-detail-product .dti-ud .title {
  font-size: 2.3rem;
  font-style: normal;
  text-transform: inherit;
}

.contend-detail-product .dti-sbar .dti-sbar-title {
  font-size: 1.7rem;
}

.contend-detail-product .btn.--second{
  border: none;
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px -1px rgba(16, 24, 40, 0.10);
  border-radius: 5.5rem;
}
.contend-detail-product .btn-content-show-info {
  margin-top: 3rem;
}

.contend-detail-product .dti-left, .dti-right {
  margin-bottom: 0.5rem;
}
.reviewProduct .head .title{
  color: var(--c-title);
  font-size: 1.7rem;
}

.contend-detail-product .cmt {
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid #E2E8F0;
}

.contend-detail-product .cmt .cmt-mid>a, .contend-detail-product .show-hide-btn{
  padding: 0.5rem 1.5rem;
  border-radius: 55px;
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px -1px rgba(16, 24, 40, 0.10);
  color: var(--c-pri);
}

.contend-detail-product .show-hide-btn{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
}
.contend-detail-product .cmt .cmt-mid>a::before, .contend-detail-product .show-hide-btn::before{
  background: #fff;
}

.contend-detail-product .cmt .cmt-mid>a:hover:before, .contend-detail-product .show-hide-btn:hover:before{
  background-color: var(--c-pri2);
}

.contend-detail-product .cmt .cmt-mid>a:hover, .contend-detail-product .show-hide-btn:hover{
  color: #fff;
}


.content-tt-xem-nhieu{
  background: var(--Background, linear-gradient(1deg, #FFF -7.08%, #ADFAA8 131.36%)) !important;
}

.content-tt-xem-nhieu .nw-item{
  padding: 0.7rem 0.9rem;
  border-radius: 5px;
  background: #FFF;
}
.content-tt-xem-nhieu .nw-list {
  margin: 0;
}
.contend-detail-product .variationPriceMona .pro-price .pro-tag {
  display: none;
}
.contend-detail-product .dt-m-content-top>.content>.t-title {
    color: var(--c-title);
    font-size: 2rem;
    text-transform: capitalize;
    line-height: 2.7rem;
}
.contend-detail-product .dt-m-content-top .compareAction {
  order: 3;
  border: none;
  border-radius: 5.5rem;
  background: #EDEDED;
  color: #838489;
}
.contend-detail-product .monaCustomDetailTitle {
  color: var(--c-title);
  font-size: 1.7rem;
  font-weight: 500;
}
.contend-detail-product .dt-m-price .pro-price {
  border-radius: 0.8rem;
  border: 0.888px solid #CBD5E1;
  background: #FFF;
  padding: 10px 20px;
  align-items: center;
}
.contend-detail-product .dt-m-price .price {
  color: #F44336;
  font-size: 3rem !important;
  font-weight: 700;
  letter-spacing: 1px;
}
.woocommerce div.product .dt-m-ctr .dt-ctr.bot .dt-ctr-btn{
  border-radius: 10px;
  border: 0.505px solid #00D869;
  background: #E8FFDD;
  color: #029339;
  padding: 1.2rem 1rem !important;
  text-transform: uppercase;
}

.isMobile {
  display: none;
}

.contend-detail-product .dt-m-content {
  margin-bottom: 0rem !important;
}
@media screen and (max-width: 900px) {
  .isPC {
    display: none;
  }
  .isMobile {
    display: block;
  }
}

@media screen and (max-width: 800px) {

  .contend-detail-product{
    padding: 10px;
  }
  .contend-detail-product .dt-m-right .dt-m-content{
    margin-bottom: 1rem !important;
  }

  .contend-detail-product .dt-m-left{
    margin-bottom: 15px;
  }

  .contend-detail-product .dt-m-promotion {
    margin-top: 1rem;
  }

  .dt-m-combo.combo-promoProduct{
    margin: 0;
  }
  .box-product-purchased {
    margin-top: 1rem;
  }

  .contend-detail-product .dti-left, .dti-right{
    margin-bottom: 1rem;
  }

  .contend-detail-product .cmt{
    padding: 0px;
  }
}

@media screen and (max-width: 470px) {
  .woo-variation-swatches .variable-items-wrapper .variable-item.mona-variable-item .variable-item-left{
    display: none;
  }
}

.popup-tskt .tskt-title{
  margin-bottom: 10px;
}

#monaInstallmentTGVNPAY .tgCardType {
  display: none;
}
#monaInstallmentTGVNPAY .tgCardType.active{
  display: block;
}
.show_recurring{
  display: none;
}
.show_recurring.active{
  display: block;
}

#monaInstallmentTGVNPAY{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--pd-sc);
}
#monaInstallmentTGVNPAY .recheck-item {
  justify-content: center;
}