@charset "UTF-8";
@import url("../js/library/fontawesome/css/all.css");
@import url("../js/library/fontawesome/fontawesome/fontawesome.css");
@import url("../js/library/aos/aos.css");
@import url("../js/library/swiper/swiper-bundle.min.css");
@import url("../js/library/themify-icons/themify-icons.css");
@import url("../js/library/select2/select2.min.css");
@import url("../js/library/themifi/themify-icons.css");
@import url("../js/library/gallery/lightgallery.min.css");
@import url("../js/library/splitting/splitting.css");
@import url("../js/library/fancybox/fancybox.css");
@import url("../js/library/datetime/daterangepicker.css");
@import url("../assets/font/Mulish/stylesheet.css");
@import url("../assets/font/Charm/stylesheet.css");
@import url("../assets/font/Inter/stylesheet.css");

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mona-content blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1em 0;
  padding: 1em;
  quotes: "“" "”" "‘" "’";
}

.mona-content blockquote::before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.mona-content blockquote p {
  display: inline;
}

.mona-content table {
  border-collapse: collapse;
  max-width: 100%;
  margin: 1em 0;
  border: 1px solid #e1e1e1;
}

.mona-content table th,
.mona-content table td {
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 5px 10px;
  vertical-align: middle;
}

.mona-content .mona-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

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

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

:root {
  --size-hd-top: 7.2rem;
  --size-hd-bot: 5.6rem;
  --pd-sc: 8rem;
  --pd-sc-s: 5.6rem;
}

@media (max-width: 1200px) {
  :root {
    --pd-sc: 4rem;
    --size-hd-top: 6.4rem;
    --pd-sc-s: 4rem;
  }
}

* {
  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: "Mulish", Times, serif;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  color: #212936;
  overflow: hidden auto;
}

@media screen and (min-width: 2000px) {
  body {
    font-size: 20px;
  }
}

@media screen and (max-width: 700px) {
  body {
    padding-bottom: 6rem;
  }
}

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

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

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

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

.main {
  min-height: 68vh;
  padding-top: calc(var(--size-hd-top) + var(--size-hd-bot));
}

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

.over {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.over::-webkit-scrollbar {
  display: none;
}

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

iframe {
  vertical-align: middle;
}

.load-item {
  display: none;
}

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

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

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

.wow {
  animation-duration: 1s;
}

.wow {
  visibility: hidden;
}

.dnor {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
  margin-bottom: -1.5rem;
}

.dnor-item {
  padding: 0 1.5rem;
  margin-bottom: 1.5rem;
}

.dsmall {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.2rem;
  margin-bottom: -2.4rem;
}

.dsmall-item {
  padding: 0 1.2rem;
  margin-bottom: 2.4rem;
}

.dmini {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
  margin-bottom: -1rem;
}

.dmini-item {
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}

.fl-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.2rem;
  margin-bottom: -2.4rem;
}

@media screen and (max-width: 500px) {
  .fl-list {
    margin: 0 -0.4rem;
    margin-bottom: -0.8rem;
  }
}

.fl-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.2rem;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 500px) {
  .fl-item {
    padding: 0 0.4rem;
    margin-bottom: 0.8rem;
  }
}

@-webkit-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

@-moz-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

@-ms-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

@-o-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

@keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

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

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

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

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

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

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

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

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes ZoomIn {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

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

  100% {
    transform: rotate(360deg);
  }
}

@-moz-keyframes Spinner {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-ms-keyframes Spinner {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes Spinner {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes Spinner {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes BTT {
  0% {
    opacity: 0;
  }

  33% {
    opacity: 1;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes BTT {
  0% {
    opacity: 0;
  }

  33% {
    opacity: 1;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes BTT {
  0% {
    opacity: 0;
  }

  33% {
    opacity: 1;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes BTT {
  0% {
    opacity: 0;
  }

  33% {
    opacity: 1;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes BTT {
  0% {
    opacity: 0;
  }

  33% {
    opacity: 1;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    transform: translate(-50%, -50%) scale(1);
  }
}

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

  to {
    transform: translate(-50%, -50%) scale(1);
  }
}

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

  to {
    transform: translate(-50%, -50%) scale(1);
  }
}

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

  to {
    transform: translate(-50%, -50%) scale(1);
  }
}

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

  to {
    transform: translate(-50%, -50%) scale(1);
  }
}

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

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

@-moz-keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

@-ms-keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

@-o-keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

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

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

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

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

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

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

  50% {
    transform: translatey(-10px);
  }

  100% {
    transform: translatey(0px);
  }
}

@-moz-keyframes DownUp {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-10px);
  }

  100% {
    transform: translatey(0px);
  }
}

@-ms-keyframes DownUp {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-10px);
  }

  100% {
    transform: translatey(0px);
  }
}

@-o-keyframes DownUp {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-10px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes DownUp {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-10px);
  }

  100% {
    transform: translatey(0px);
  }
}

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

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

@-moz-keyframes jelly {
  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

@-ms-keyframes jelly {
  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

@-o-keyframes jelly {
  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

@keyframes jelly {
  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

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

  50% {
    transform: translate(-50%, -50%) scale(1.1, 0.9);
  }

  75% {
    transform: translate(-50%, -50%) scale(0.95, 1.05);
  }
}

@-moz-keyframes jellyTranForm {
  25% {
    transform: translate(-50%, -50%) scale(0.9, 1.1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.1, 0.9);
  }

  75% {
    transform: translate(-50%, -50%) scale(0.95, 1.05);
  }
}

@-ms-keyframes jellyTranForm {
  25% {
    transform: translate(-50%, -50%) scale(0.9, 1.1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.1, 0.9);
  }

  75% {
    transform: translate(-50%, -50%) scale(0.95, 1.05);
  }
}

@-o-keyframes jellyTranForm {
  25% {
    transform: translate(-50%, -50%) scale(0.9, 1.1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.1, 0.9);
  }

  75% {
    transform: translate(-50%, -50%) scale(0.95, 1.05);
  }
}

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

  50% {
    transform: translate(-50%, -50%) scale(1.1, 0.9);
  }

  75% {
    transform: translate(-50%, -50%) scale(0.95, 1.05);
  }
}

@-webkit-keyframes jittery {

  5%,
  50% {
    transform: scale(1);
  }

  10% {
    transform: scale(0.9);
  }

  15% {
    transform: scale(1.05);
  }

  20% {
    transform: scale(1.05) rotate(-5deg);
  }

  25% {
    transform: scale(1.05) rotate(5deg);
  }

  30% {
    transform: scale(1.05) rotate(-3deg);
  }

  35% {
    transform: scale(1.05) rotate(2deg);
  }

  40% {
    transform: scale(1.05) rotate(0);
  }
}

@-moz-keyframes jittery {

  5%,
  50% {
    transform: scale(1);
  }

  10% {
    transform: scale(0.9);
  }

  15% {
    transform: scale(1.05);
  }

  20% {
    transform: scale(1.05) rotate(-5deg);
  }

  25% {
    transform: scale(1.05) rotate(5deg);
  }

  30% {
    transform: scale(1.05) rotate(-3deg);
  }

  35% {
    transform: scale(1.05) rotate(2deg);
  }

  40% {
    transform: scale(1.05) rotate(0);
  }
}

@-ms-keyframes jittery {

  5%,
  50% {
    transform: scale(1);
  }

  10% {
    transform: scale(0.9);
  }

  15% {
    transform: scale(1.05);
  }

  20% {
    transform: scale(1.05) rotate(-5deg);
  }

  25% {
    transform: scale(1.05) rotate(5deg);
  }

  30% {
    transform: scale(1.05) rotate(-3deg);
  }

  35% {
    transform: scale(1.05) rotate(2deg);
  }

  40% {
    transform: scale(1.05) rotate(0);
  }
}

@-o-keyframes jittery {

  5%,
  50% {
    transform: scale(1);
  }

  10% {
    transform: scale(0.9);
  }

  15% {
    transform: scale(1.05);
  }

  20% {
    transform: scale(1.05) rotate(-5deg);
  }

  25% {
    transform: scale(1.05) rotate(5deg);
  }

  30% {
    transform: scale(1.05) rotate(-3deg);
  }

  35% {
    transform: scale(1.05) rotate(2deg);
  }

  40% {
    transform: scale(1.05) rotate(0);
  }
}

@keyframes jittery {

  5%,
  50% {
    transform: scale(1);
  }

  10% {
    transform: scale(0.9);
  }

  15% {
    transform: scale(1.05);
  }

  20% {
    transform: scale(1.05) rotate(-5deg);
  }

  25% {
    transform: scale(1.05) rotate(5deg);
  }

  30% {
    transform: scale(1.05) rotate(-3deg);
  }

  35% {
    transform: scale(1.05) rotate(2deg);
  }

  40% {
    transform: scale(1.05) rotate(0);
  }
}

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

  70% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    transform: scale(1);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

@-ms-keyframes pulse {
  0% {
    transform: scale(1);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

@-o-keyframes pulse {
  0% {
    transform: scale(1);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

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

  to {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}

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

  to {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}

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

  to {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}

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

  to {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}

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

  to {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}

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

  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

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

  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

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

  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

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

  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

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

  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

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

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@-moz-keyframes MaskPlay {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@-ms-keyframes MaskPlay {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@-o-keyframes MaskPlay {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

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

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

.back-to-top {
  width: 4rem;
  height: 4rem;
  border-radius: 0.6rem;
  background-color: #000000;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: fixed;
  bottom: 6rem;
  right: 3rem;
  z-index: 7;
  transform: translateX(3rem);
  opacity: 0;
  transition: 0.5s linear;
  cursor: pointer;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .back-to-top {
    right: 1.5rem;
  }
}

.back-to-top.active {
  visibility: visible;
  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) {
  animation: BTT 1.5s linear 0.6s infinite;
}

.back-to-top .triangle:nth-child(2) {
  animation: BTT 1.5s linear 0.3s infinite;
}

.back-to-top .triangle:nth-child(3) {
  animation: BTT 1.5s linear 0s infinite;
}

@media only screen and (min-width: 901px) {
  .back-to-top:hover {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
}

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

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

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

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

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

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

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

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

.header-nav .menu-nav {
  height: 100%;
}

.header-nav .menu-nav>.menu-list {
  height: 100%;
  justify-content: space-between;
}

.header-nav .menu-nav>.menu-list>.menu-item {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.header-nav .menu-nav>.menu-list>.menu-item:not(:first-child) {
  margin-left: 1rem;
}

.header-nav .menu-nav>.menu-list>.menu-item:last-child>.menu-list {
  left: initial;
  right: 0;
}

.header-nav .menu-nav>.menu-list>.menu-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  height: 100%;
  background: #3F932D;
  width: 0;
  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: -1;
}

.header-nav .menu-nav>.menu-list>.menu-item::after {
  content: "";
  position: absolute;
  height: 1rem;
  top: 100%;
  left: 0;
  width: 100%;
}

.header-nav .menu-nav>.menu-list>.menu-item:hover:not(.dropdown)::before,
.header-nav .menu-nav>.menu-list>.menu-item:has(.current-menu-item)::before {
  width: 100%;
}

.header-nav .menu-nav>.menu-list>.menu-item.dropdown:hover::before {
  width: 0;
}

.header-nav .menu-nav>.menu-list>.menu-item:hover>a i {
  transform: rotate(180deg);
}

.header-nav .menu-nav>.menu-list>.menu-item>.menu-link {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #ffffff;
  padding: 0 1.6rem;
}

.header-nav .menu-nav>.menu-list>.menu-item>.menu-link i {
  font-size: 1rem;
}

.header-nav .menu-nav>.menu-list>.menu-item.current_page_item::before,
.header-nav .menu-nav>.menu-list>.menu-item.current-menu-item::before {
  width: 100%;
}

.header-nav .menu-nav>.menu-list>.menu-item>.menu-list {
  top: calc(100% + 1rem);
}

.header-nav .menu-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.header-nav .menu-item {
  position: relative;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}

.header-nav .menu-item:hover>.menu-list {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.header-nav .menu-item:hover>.menu-list>.menu-item.current_page_item>a,
.header-nav .menu-item:hover>.menu-list>.menu-item.current-menu-item>a {
  color: #3F932D;
}

.header-nav .menu-item .menu-link,
.header-nav .menu-item a {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}

.header-nav .menu-item .menu-link i,
.header-nav .menu-item a i {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}

.header-nav .menu-item>.menu-link,
.header-nav .menu-item>a {
  color: #212936;
  font-weight: 600;
  display: block;
}

.header-nav .menu-item>.menu-link>i,
.header-nav .menu-item>a>i {
  display: none;
  font-weight: 600;
  margin-left: 0.4rem;
  font-size: 1.4rem;
}

.header-nav .menu-item.dropdown>a>i {
  display: inline-block;
}

.header-nav .menu-item>.menu-list {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 25rem;
  max-width: 28rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: white;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  border-radius: 0.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;
  transform: translate(0, -5px);
}

.header-nav .menu-item>.menu-list>.menu-item {
  margin-left: 0;
  width: 100%;
}

.header-nav .menu-item>.menu-list>.menu-item:hover::after {
  opacity: 1;
}

.header-nav .menu-item>.menu-list>.menu-item:hover>.menu-link,
.header-nav .menu-item>.menu-list>.menu-item:hover>a {
  color: #3F932D;
}

.header-nav .menu-item>.menu-list>.menu-item:hover>.menu-link::after,
.header-nav .menu-item>.menu-list>.menu-item:hover>a::after {
  width: 100%;
}

.header-nav .menu-item>.menu-list>.menu-item>.menu-link,
.header-nav .menu-item>.menu-list>.menu-item>a {
  padding: 0.8rem 1.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: 1.4rem;
}

.header-nav .menu-item>.menu-list>.menu-item>.menu-link>i,
.header-nav .menu-item>.menu-list>.menu-item>a>i {
  transform: rotate(-90deg) translate(5px, 0);
  margin-top: 0.8rem;
  font-size: 1rem;
}

.header-nav .menu-item>.menu-list>.menu-item>.menu-list {
  left: 100%;
}

.mobile-nav .menu-nav>.menu-list>.menu-item.current_page_item>a,
.mobile-nav .menu-nav>.menu-list>.menu-item.current-menu-item>a {
  color: #3F932D;
}

.mobile-nav .menu-nav>.menu-list>.menu-item:has(.current-menu-item)>a {
  color: #3F932D;
}

.mobile-nav .menu-nav>.menu-list>.menu-item>a {
  padding: 1.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #303030;
  font-size: 1.4rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-nav .menu-nav>.menu-list>.menu-item>a::before {
  display: none;
}

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

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

.mobile-nav .menu-item a {
  position: relative;
}

.mobile-nav .menu-item a i {
  width: 2rem;
  height: 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  display: none;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.mobile-nav .menu-item>a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem;
  font-size: 1.4rem;
  color: #303030;
  font-weight: 500;
}

.mobile-nav .menu-item>.menu-list {
  display: none;
  margin-left: 1.6rem;
  position: relative;
}

.mobile-nav .menu-item>.menu-list::before {
  content: "";
  position: absolute;
  top: 2rem;
  bottom: 2rem;
  left: 0;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.mobile-nav .menu-item>.menu-list>.menu-item.current_page_item>a,
.mobile-nav .menu-item>.menu-list>.menu-item.current-menu-item>a {
  color: #3F932D;
}

.mobile-nav .menu-item>.menu-list>.menu-item:has(.current-menu-item)>a {
  color: #3F932D;
}

.megas {
  position: fixed;
  top: calc(var(--size-hd-top) + var(--size-hd-bot));
  left: 0;
  width: 100%;
  overflow: hidden;
  background-color: white;
  bottom: 0;
  z-index: -3;
  transition: 0.2s ease-in-out;
  display: none;
}

@media screen and (max-width: 700px) {
  .megas {
    bottom: 6rem;
  }
}

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

  .megas .container {
    padding: 0;
  }
}

.megas.open {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

.megas-side {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.megas-left {
  width: 58.3333333333%;
}

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

.megas-left-inner {
  position: relative;
  height: 100%;
}

.megas-left-over {
  overflow: hidden auto;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .megas-left-over {
    padding: 0 1.5rem;
  }
}

.megas-right {
  width: 41.6666666667%;
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .megas-right {
    display: none;
  }
}

.megas-img {
  width: calc(100% + (100vw - 120rem) / 2);
  height: 100%;
}

@media screen and (max-width: 1230px) {
  .megas-img {
    width: calc(100% + 1.5rem);
  }
}

.megas-img-inner {
  height: 100%;
}

.megas-img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.megas-menu {
  padding-top: 1rem;
}

@media screen and (min-width: 1200px) {
  .megas-menu {
    padding-right: 2.4rem;
  }
}

.megas-menu>.menu-list {
  transition: 0.3s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  gap: 0 2.4rem;
}

.megas-menu>.menu-list>.menu-item {
  width: calc(50% - 1.2rem);
}

@media screen and (max-width: 500px) {
  .megas-menu>.menu-list>.menu-item {
    width: calc(100% - 0rem);
  }
}

.megas-menu .menu-item:not(:last-child) {
  margin-bottom: 1rem;
}

.megas-menu .menu-item.current-menu-item>a {
  color: #3F932D;
}

.megas-menu .menu-item.current-menu-item>a::before {
  width: 100%;
}

.megas-menu .menu-link {
  color: #212936;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  gap: 1.2rem;
  position: relative;
  border-bottom: 1px solid #F3F4F6;
}

.megas-menu .menu-link::before {
  content: "";
  position: absolute;
  left: 0;
  height: 0.1rem;
  width: 0;
  transition: 0.2s ease-in-out;
  bottom: 0;
  background-color: #3F932D;
}

@media (hover: hover) {
  .megas-menu .menu-link:hover {
    color: #3F932D;
  }

  .megas-menu .menu-link:hover::before {
    width: 100%;
  }
}

.megas-menu .menu-link img {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}

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

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

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3F932D;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #3F932D;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
  z-index: 50;
  background-color: white;
}

@media screen and (max-width: 700px) {
  .header.out .header-top {
    height: 0;
  }

  .header.out .mobile {
    top: var(--size-hd-bot);
  }

  .header.out .mobile-overlay {
    top: var(--size-hd-bot);
  }

  .header.out .megas {
    top: var(--size-hd-bot);
  }
}

@media screen and (min-width: 1200px) {
  .header.small .header-top {
    height: 5.6rem;
  }

  .header.small .header-bot {
    height: 4rem;
  }

  .header.small .megas {
    top: 9.6rem;
  }
}

.header .custom-logo-link {
  display: flex;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  width: 16rem;
}

@media screen and (max-width: 500px) {
  .header .custom-logo-link {
    width: 12rem;
  }
}

@media screen and (max-width: 375px) {
  .header .custom-logo-link {
    width: 10rem;
  }
}

.header .custom-logo-link img {
  max-width: 100%;
  height: auto;
}

.header-top {
  height: var(--size-hd-top);
  height: var(--size-hd-top);
  background-color: white;
  z-index: 2;
  transition: 0.4s ease-in-out;
}

.header-top-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 100%;
}

.header-bot {
  height: var(--size-hd-bot);
  transition: 0.4s ease-in-out;
}

.header-bot-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  z-index: 1;
}

.header-bot-wrapper::before {
  content: "";
  position: absolute;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  height: 100%;
  background-color: #57AA31;
  z-index: -1;
  width: 100vw;
  border-radius: 0rem;
}

@media screen and (max-width: 1230px) {
  .header-bot-wrapper::before {
    width: 100vw;
    border-radius: 0;
  }
}

.header-nav {
  flex: 1;
  margin-left: 9rem;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .header-nav {
    display: none;
  }
}

.header-search {
  flex: 1;
  margin-left: 4rem;
}

@media screen and (max-width: 1000px) {
  .header-search {
    margin-left: 1.6rem;
  }
}

@media screen and (max-width: 550px) {
  .header-search {
    margin-left: 0.4rem;
  }

  .header-search.open {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
}

.header-search-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background-color: #E5E7EB;
  border-radius: 1.2rem;
}

.header-search-wrap .re-input {
  background-color: transparent;
  font-size: 1.4rem;
  flex: 1;
  padding: 1.2rem 1.6rem;
}

@media screen and (max-width: 550px) {
  .header-search-wrap .re-input {
    font-size: 1.2rem;
  }
}

.header-search-btn {
  padding: 1rem 2.4rem;
  border-radius: 1.2rem;
  background-color: #7D6763;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: white;
  font-size: 1.4rem;
  transition: 0.2s ease-in-out;
}

@media screen and (max-width: 1000px) {
  .header-search-btn {
    padding: 1rem 1.6rem;
  }

  .header-search-btn .text {
    display: none;
  }
}

@media (hover: hover) {
  .header-search-btn:hover {
    background-color: #C50909;
  }
}

.header-search-btn img {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  display: inline-block;
}

@media screen and (max-width: 550px) {
  .header-search-btn {
    padding: 1rem;
    padding-left: 0;
    background-color: transparent;
  }

  .header-search-btn img {
    filter: brightness(0) invert(0);
    width: 1.6rem;
  }
}

.header-search-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 1.2rem;
  background-color: #7D6763;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-left: auto;
  display: none;
}

.header-search-icon img {
  width: 2rem;
  height: 2rem;
}

.header-hotline {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-left: 7.2rem;
  display: none;
}

@media screen and (max-width: 1199px) {
  .header-hotline {
    margin-left: 1.6rem;
  }
}

@media screen and (max-width: 700px) {
  .header-hotline {
    position: absolute;
    z-index: 2;
    bottom: 1rem;
    right: 11rem;
  }
}

.header-hotline .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 1.2rem;
  background-color: #C50909;
  width: 4rem;
  height: 4rem;
}

@media screen and (max-width: 700px) {
  .header-hotline .icon {
    width: 3.4rem;
    height: 3.4rem;
  }
}

.header-hotline .icon img {
  width: 2rem;
  height: 2rem;
}

@media screen and (max-width: 768px) {
  .header-hotline .content {
    display: none;
  }
}

.header-hotline .content .title {
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
}

.header-hotline .content .number {
  font-weight: 500;
  color: #C50909;
}

.header-cart {
  margin-left: 3.2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media screen and (max-width: 1000px) {
  .header-cart {
    margin-left: 1.6rem;
  }
}

@media screen and (max-width: 700px) {
  .header-cart {
    position: absolute;
    z-index: 2;
    right: 6rem;
    bottom: 1rem;
    display: none;
  }
}

.header-cart-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 1.2rem;
  background-color: #E5E7EB;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
}

@media screen and (max-width: 700px) {
  .header-cart-icon {
    width: 3.4rem;
    height: 3.4rem;
  }
}

.header-cart-icon img {
  width: 2rem;
  height: 2rem;
}

.header-cart-number {
  position: absolute;
  background-color: #3F932D;
  min-width: 1.8rem;
  min-height: 1.8rem;
  border-radius: 100rem;
  left: -0.8rem;
  top: -0.8rem;
  color: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 1.2rem;
  outline: 0.1rem solid white;
}

.header-user {
  margin-left: 1.6rem;
  position: relative;
}

@media screen and (max-width: 700px) {
  .header-user {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .header-user {
    margin-left: 0.4rem;
  }
}

.header-user:hover .header-user-list {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.header-user::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 0.5rem;
}

.header-user-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 1.2rem;
  background-color: #E5E7EB;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
}

.header-user-icon img {
  width: 2rem;
  height: 2rem;
}

.header-user-head {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 11rem;
  height: 4rem;
  padding: 1rem 1.2rem;
  border-radius: 1.2rem;
  background-color: #E5E7EB;
}

@media screen and (max-width: 500px) {
  .header-user-head {
    width: 5rem;
    padding: 0;
    gap: 0.4rem;
  }

  .header-user-head i {
    font-size: 1rem;
  }
}

.header-user-head img {
  width: 2rem;
  height: 2rem;
  border-radius: 100rem;
  overflow: hidden;
  flex-shrink: 0;
}

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

@media screen and (max-width: 500px) {
  .header-user-head .name {
    display: none;
  }
}

.header-user-list {
  border-radius: 1.2rem;
  background-color: #E5E7EB;
  position: absolute;
  right: 0;
  top: calc(100% + 0.4rem);
  min-width: 100%;
  z-index: 3;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 0.5rem);
}

.header-user-link {
  display: flex;
  align-items: center;
  padding: 1rem 1.2rem;
  white-space: nowrap;
  font-size: 1.4rem;
  transition: 0.2s ease-in-out;
}

@media (hover: hover) {
  .header-user-link:hover {
    background-color: #3F932D;
    color: white;
  }
}

.header-cate {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: white;
  font-weight: 500;
  cursor: pointer;
  height: 100%;
  padding: 0 1rem;
  transition: 0.2s ease-in-out;
}

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

@media screen and (min-width: 1200px) {
  .header-cate:hover {
    background-color: #3F932D;
  }

  .header-cate:hover .megas {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
  }
}

.header-cate-bar {
  overflow: hidden;
}

.header-cate .line {
  display: block;
  width: 16px;
  height: 1px;
  background-color: white;
  transition: 0.5s ease-in-out;
}

.header-cate .line:not(:last-child) {
  margin-bottom: 0.4rem;
}

.header-cate.active .line:nth-child(2) {
  transform: translateX(-100%);
  opacity: 0;
}

.header-cate.active .line:nth-child(1) {
  -webkit-transform: translate3d(0, 5px, 0) rotate(45deg) !important;
  transform: translate3d(0, 5px, 0) rotate(45deg) !important;
}

.header-cate.active .line:nth-child(3) {
  -webkit-transform: translate3d(0, -5px, 0) rotate(135deg) !important;
  transform: translate3d(0, -5px, 0) rotate(135deg) !important;
}

@media screen and (min-width: 1200px) {
  .header-cate:hover .line:nth-child(2) {
    transform: translateX(-16px);
    opacity: 0;
    transition-duration: 0.3s;
  }

  .header-cate:hover .line:nth-child(1) {
    -webkit-transform: translate3d(0, 5px, 0) rotate(45deg) !important;
    transform: translate3d(0, 5px, 0) rotate(45deg) !important;
  }

  .header-cate:hover .line:nth-child(3) {
    -webkit-transform: translate3d(0, -5px, 0) rotate(135deg) !important;
    transform: translate3d(0, -5px, 0) rotate(135deg) !important;
  }
}

@media screen and (max-width: 450px) {
  .header-cate .text.one {
    display: none;
  }
}

.header-cate .text.two {
  display: none;
}

@media screen and (max-width: 450px) {
  .header-cate .text.two {
    display: inline-block;
  }
}

@media screen and (max-width: 350px) {
  .header-cate .text.two {
    font-size: 1.2rem;
  }
}

.header-burger {
  margin-left: auto;
}

@media screen and (min-width: 1200px) {
  .header-burger {
    display: none;
  }
}

.lang {
  margin-left: 1.6rem;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 1199px) {
  .lang {
    position: absolute;
    right: 6rem;
    bottom: 1rem;
    z-index: 2;
  }
}

.lang:hover .lang-list {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.lang:hover .lang-head i {
  transform: rotate(180deg);
}

.lang-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 1rem;
  background-color: #E5E7EB;
  transition: 0.2s ease-in-out;
}

.lang-item img {
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
}

.lang-head {
  padding: 0.8rem 1rem;
  border-radius: 1.2rem;
  position: relative;
  background-color: transparent;
  height: 3.4rem;
}

@media screen and (max-width: 1199px) {
  .lang-head {
    background-color: #E5E7EB;
  }
}

.lang-head i {
  font-weight: 600;
  vertical-align: middle;
  transition: 0.2s ease-in-out;
}

.lang-list {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  border-radius: 1.2rem;
  overflow: hidden;
  z-index: 2;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 1rem);
}

@media (hover: hover) {
  .lang-list .lang-item:hover {
    background-color: #3F932D;
    color: white;
  }
}

.lang-list::-webkit-scrollbar {
  display: none;
}

.footer {
  background-color: #1D5029;
  font-size: 1.4rem;
  color: white;
}

.footer-top {
  padding: 4rem 0 4rem 0;
  border-bottom: 1px solid #23662A;
}

.footer-bot {
  padding: 4rem 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  justify-content: space-between;
  align-items: flex-end;
}

.footer-bct {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  align-items: center;
}

.footer-bct-logo {
  width: 18rem;
  flex-shrink: 0;
}

.footer-bct-content {
  flex: 1;
}

@media screen and (max-width: 500px) {
  .footer-bct-content {
    width: 100%;
    flex: unset;
  }
}

.footer-col {
  width: 25%;
}

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

@media screen and (max-width: 500px) {
  .footer-col.one {
    width: 100%;
  }
}

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

  .footer-col.three,
  .footer-col.two {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .footer-col.four {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
  }
}

@media screen and (max-width: 500px) {
  .footer-col.four .footer-block {
    margin-bottom: 0;
    width: calc(50% - 0.8rem);
  }
}

.footer-title {
  font-weight: 600;
  color: #FFD644;
  margin-bottom: 2rem;
}

.footer-block:not(:last-child) {
  margin-bottom: 4rem;
}

.footer-ct ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 0.8rem;
}

.footer-ct ul li:not(:last-child) {
  margin-bottom: 1.2rem;
}

.footer-ct ul li img {
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
  top: 0.3rem;
}

.footer-ct-btn {
  padding: 1rem 1.6rem;
  border-radius: 0.8rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 0.8rem;
  background-color: #3F932D;
  width: fit-content;
  margin-top: 1.6rem;
  transition: 0.2s ease-in-out;
}

@media (hover: hover) {
  .footer-ct-btn:hover {
    background-color: #C50909;
  }
}

.footer-ct-btn .title {
  font-weight: 600;
  color: #FFD644;
  vertical-align: middle;
  display: block;
}

.footer-ct-btn .number {
  font-size: 2rem;
  font-weight: 600;
  vertical-align: middle;
  line-height: 1.3;
}

@media only screen and (max-width: 1200px) {
  .footer-ct-btn .number {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 800px) {
  .footer-ct-btn .number {
    font-size: 1.6rem;
  }
}

.footer-crd-head {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}

@media screen and (max-width: 500px) {
  .footer-crd-head {
    flex-wrap: wrap;
  }

  .footer-crd-head .footer-title {
    width: 100%;
  }

  .footer-crd-head .swiper-control {
    width: 100%;
  }
}

.footer-crd-head .footer-title {
  margin-bottom: 0;
}

.footer-crd-head .swiper-control {
  display: flex;
  align-items: center;
  gap: 0;
}

.footer-crd-head .swiper-control .swiper-next,
.footer-crd-head .swiper-control .swiper-prev {
  width: 2rem;
  height: 1.6rem;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.footer-crd-head .swiper-control .swiper-next i,
.footer-crd-head .swiper-control .swiper-prev i {
  font-size: 1rem;
}

.footer-crd-head .swiper-control .swiper-next.swiper-button-disabled i,
.footer-crd-head .swiper-control .swiper-prev.swiper-button-disabled i {
  color: rgba(255, 255, 255, 0.2);
}

.footer-crd-head .swiper-control .swiper-next {
  border-left: 0.1rem solid rgba(255, 255, 255, 0.1);
}

.footer-crd-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.footer-crd-item {
  width: calc(50% - 0.6rem);
}

.footer-crd-img {
  border-radius: 0.4rem;
}

.footer-crd-img img {
  display: block;
  margin: 0 auto;
}

.footer-crd-slider .swiper-wrapper {
  flex-direction: row !important;
  margin-bottom: -1.2rem;
}

.footer-crd-slider .swiper-slide {
  margin-top: 0 !important;
  margin-bottom: 1.2rem;
}

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

.footer-menu .menu-item.current-menu-item>.menu-link,
.footer-menu .menu-item.current-menu-item a {
  color: #FFD644;
}

.footer-menu .menu-link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  transition: 0.3s ease-in-out;
}

.footer-menu .menu-link i {
  font-weight: 400;
  transform: rotate(-45deg);
  transition: transform 0.2s ease-in-out;
}

@media (hover: hover) {
  .footer-menu .menu-link:hover {
    color: #FFD644;
  }

  .footer-menu .menu-link:hover i {
    transform: rotate(0);
  }
}

@media screen and (max-width: 1000px) {
  .footer-author {
    width: 100%;
    text-align: center;
  }
}

.hamburger {
  width: 35px;
  overflow: hidden;
}

.hamburger-label {
  position: relative;
  display: block;
  height: 28px;
  cursor: pointer;
}

.hamburger-label::before,
.hamburger-label::after,
.hamburger-label .hamburger-text {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ffffff;
}

.hamburger-label::before,
.hamburger-label::after {
  content: "";
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) left;
}

.hamburger-label::before {
  top: 0;
}

.hamburger-label::after {
  top: 12px;
}

.hamburger-text {
  top: 24px;
}

.hamburger-text::before {
  content: "MENU";
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.hamburger.active .hamburger-label:before {
  left: -39px;
}

.hamburger.active .hamburger-label:after {
  left: 39px;
}

.hamburger.active .hamburger-label .hamburger-text:before {
  animation: moveUpThenDown 0.8s ease 0.2s forwards, shakeWhileMovingUp 0.8s ease 0.2s forwards, shakeWhileMovingDown 0.2s ease 0.8s forwards;
}

@keyframes moveUpThenDown {
  0% {
    top: 0;
  }

  50% {
    top: -27px;
  }

  100% {
    top: -18px;
  }
}

@keyframes shakeWhileMovingUp {
  0% {
    transform: rotateZ(0);
  }

  25% {
    transform: rotateZ(-10deg);
  }

  50% {
    transform: rotateZ(0deg);
  }

  75% {
    transform: rotateZ(10deg);
  }

  100% {
    transform: rotateZ(0);
  }
}

@keyframes shakeWhileMovingDown {
  0% {
    transform: rotateZ(0);
  }

  80% {
    transform: rotateZ(3deg);
  }

  90% {
    transform: rotateZ(-3deg);
  }

  100% {
    transform: rotateZ(0);
  }
}

.mobile {
  position: fixed;
  z-index: 140;
  top: calc(var(--size-hd-top) + var(--size-hd-bot));
  left: 0;
  bottom: 0;
  min-width: 50rem;
  width: 50rem;
  background-color: white;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transform: translateX(-110%);
}

@media screen and (max-width: 700px) {
  .mobile {
    bottom: 6rem;
  }
}

@media screen and (max-width: 500px) {
  .mobile {
    width: 70%;
    min-width: initial;
  }
}

.mobile.sticky {
  top: calc(var(--size-hd-top) + var(--size-hd-bot));
}

.mobile.open {
  transform: translateX(0);
}

@media screen and (min-width: 1200px) {
  .mobile {
    display: none;
  }
}

.mobile-con {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.mobile-heading {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #3F932D;
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.mobile-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-110%);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  top: calc(var(--size-hd-top) + var(--size-hd-bot));
}

.mobile-overlay.sticky {
  top: calc(var(--size-hd-top) + var(--size-hd-bot));
}

.mobile-overlay.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

@media screen and (min-width: 1200px) {
  .mobile-overlay {
    display: none;
  }
}

.mobile-wr {
  padding-bottom: 6rem;
  position: relative;
}

.mobile-list {
  margin-bottom: 2rem;
}

.mobile-content {
  padding: 2.4rem 1.6rem;
}

.mobile-title {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1.6rem;
}

.mobile-mxh {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-mxh-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex: 1;
  height: 100%;
  background-color: white;
  cursor: pointer;
}

.mobile-mxh-link:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-mxh-link img {
  width: 2.4rem;
  height: 2.4rem;
}

.mobile-text {
  font-size: 1.4rem;
  display: block;
  color: #3F932D;
  word-break: break-word;
  font-weight: 500;
}

.mobile-text:not(:last-child) {
  margin-bottom: 0.8rem;
}

.mobile-account {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

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

.mobile-re-link {
  font-size: 1.6rem;
  color: #3F932D;
  text-decoration: underline;
}

.mobile-re-link:not(:first-child) {
  margin-left: 16px;
}

.mobile-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #3F932D;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  background-color: white;
}

.mobile-close:hover .icon {
  transform: rotate(360deg);
}

.mobile-close .icon {
  transition: 0.6s ease-in-out;
  font-weight: 500;
  font-size: 1.8rem;
  color: #3F932D;
}

.mobile-fl .fw-6 {
  margin-bottom: 0.8rem;
  margin-bottom: 0.8rem;
  display: inline;
  width: fit-content;
  font-size: 1.4rem;
}

.mobile-fl .mobile-text {
  display: inline;
  font-size: 1.4rem;
}

.mobile-fl .dot {
  display: none;
}

.select2-container {
  height: 4.4rem;
  background-color: #F3F5F7;
  border-radius: 0.4rem;
}

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

.selection {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sl-cus {
  position: relative;
}

.sl-cus.min {
  min-width: 12rem;
}

.sl-cus.min:not(:first-child) {
  margin-left: 0.5rem;
}

.sl-head {
  background-color: #f8f8f8;
  height: 4rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 1.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
  cursor: pointer;
  border-radius: 0.6rem;
}

.sl-head::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 13px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid #C50909;
}

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

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

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

.sl-item {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #000000;
  padding: 1rem 1.5rem;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.sl-item:hover {
  background-color: #C50909;
  color: white;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.popup.open {
  visibility: visible;
  pointer-events: visible;
  opacity: 1;
}

.popup.open .popup-overlay {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.popup.open .popup-main {
  opacity: 1;
  visibility: visible;
  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: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transform: translate(-50%, -50%) scale(1);
}

.popup-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.popup-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 70rem;
  max-width: 95%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
}

.popup-main-wrapper {
  overflow: hidden;
  border-radius: 6px;
}

.popup-over {
  overflow-y: auto;
  min-height: 40vh;
  max-height: 80vh;
}

.popup-wrapper {
  background-color: white;
  width: 100%;
  min-height: 40vh;
  position: relative;
  padding: 4.8rem 2rem 2rem 2rem;
}

.popup-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.6rem;
}

@media only screen and (max-width: 1200px) {
  .popup-title {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 800px) {
  .popup-title {
    font-size: 1.7rem;
  }
}

.popup-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
  transition: 0.6s ease-in-out;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: white;
  z-index: 3;
}

.popup-close:hover .icon {
  transform: rotate(360deg);
}

.popup-close .icon {
  color: #000000;
  font-weight: 300;
  font-size: 2.4rem;
  transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}

.popup-regi .popup {
  overflow-y: auto;
}

.popup-regi .popup-main {
  width: 45rem;
  position: relative;
  top: unset;
  left: unset;
  transform: none;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.popup-regi .popup-main-wrapper {
  margin: auto 0;
}

.popup-regi.open .popup-main {
  transform: scale(1);
}

.popup-regi .popup-wrapper {
  padding: 0;
  background-color: transparent;
}

.popup-regi .popup-over {
  overflow-y: initial;
  max-height: initial;
  min-height: initial;
}

.popup-regi-head {
  position: relative;
  padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .popup-regi-head {
    padding-bottom: 0;
  }
}

.popup-regi-head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: #3F932D;
  z-index: -1;
  border-radius: 0.8rem 0.8rem 0 0;
}

.popup-regi-logo {
  width: 17rem;
  height: 17rem;
  border-radius: 100rem;
  background-color: #3F932D;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .popup-regi-logo {
    width: 10rem;
    height: 10rem;
  }
}

.popup-regi-logo img {
  width: 90%;
  border-radius: unset;
}

.popup-regi-nav {
  display: flex;
  align-items: center;
  margin: 0 -2.4rem 2rem;
}

.popup-regi-nav-item {
  flex: 1;
  padding: 1rem;
  text-align: center;
  color: #D2D5DA;
  font-weight: 500;
  background-color: white;
  border-bottom: 0.1rem solid transparent;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  .popup-regi-nav-item {
    font-size: 1.4rem;
  }
}

.popup-regi-nav-item.active {
  border-bottom-color: #3F932D;
  background-color: #F5F5F5;
  color: #212936;
}

.popup-regi-body {
  background-color: white;
  padding: 0 2.4rem 2.4rem;
}

@media screen and (max-width: 768px) {
  .popup-regi-body {
    max-height: calc(80vh - 10rem);
    overflow-y: auto;
  }
}

.popup-regi-panel {
  display: none;
}

.popup-regi-forget {
  display: block;
  transition: 0.2s ease-in-out;
}

@media (hover: hover) {
  .popup-regi-forget:hover {
    color: #C50909;
  }
}

.popup-sale {
  display: none;
}

.popup-sale .popup-over {
  background-color: rgba(0, 0, 0, 0.3);
}

.popup-sale .popup-main {
  width: 79.2rem;
}

.popup-sale .popup-main-wrapper {
  border-radius: 0;
  animation: tada 1s ease-in-out 0.6s;
}

.popup-sale .popup-over {
  max-height: unset;
  min-height: unset;
}

.popup-sale .popup-wrapper {
  padding: 0;
  min-height: unset;
  background-color: transparent;
}

.popup-sale .popup-close {
  background-color: transparent;
  border: none;
  opacity: 0;
  animation: fadeIn 0.5s ease forwards;
  animation-delay: 1.6s;
}

.popup-sale .popup-close i {
  color: white;
}

.popup-sale-img {
  display: block;
  border-radius: 1.6rem;
}

.popup-sale-img img {
  display: block;
}

.home .popup-sale {
  display: block;
}

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

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

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}

.dateTime {
  position: relative;
  height: 4rem;
  border: 0.1rem solid #3F932D;
  z-index: 2;
}

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

.dateTimeText.disable {
  opacity: 0;
  visibility: hidden;
}

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

@-webkit-keyframes bounce {

  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@keyframes bounce {

  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

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

@-webkit-keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

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

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

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes shakeX {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shakeX {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

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

@-webkit-keyframes shakeY {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

@keyframes shakeY {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

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

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

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

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

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

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

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

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

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

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

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

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

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

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

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

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

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

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

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

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

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

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

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

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

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

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}

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

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}

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

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

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}

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

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}

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

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

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}

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

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}

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

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

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}

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

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}

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

/* Bouncing entrances  */
@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

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

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}

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

/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

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

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

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }

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

@keyframes rotateOut {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

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

@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

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

@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

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

@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

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

@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

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

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

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

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

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

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

@keyframes rollOut {
  from {
    opacity: 1;
  }

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

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

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

  50% {
    opacity: 1;
  }
}

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

  50% {
    opacity: 1;
  }
}

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

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

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

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

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

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

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

.custom-bounce {
  animation-delay: var(--delay) !important;
}

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

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

.custom-bounceIn.active {
  animation: bounceIn var(--duration) forwards;
  -webkit-animation: bounceIn var(--duration) forwards;
  -moz-animation: bounceIn var(--duration) forwards;
  -ms-animation: bounceIn var(--duration) forwards;
  -o-animation: bounceIn var(--duration) forwards;
}

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

.custom-bounceInRight.active {
  animation: bounceInRight var(--duration) forwards;
  -webkit-animation: bounceInRight var(--duration) forwards;
  -moz-animation: bounceInRight var(--duration) forwards;
  -ms-animation: bounceInRight var(--duration) forwards;
  -o-animation: bounceInRight var(--duration) forwards;
}

.custom-bouncenInLeft {
  -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
  transform: translate3d(-3000px, 0, 0) scaleX(3);
  animation-delay: var(--delay) !important;
}

.custom-bouncenInLeft.active {
  animation: bounceInLeft var(--duration) forwards;
  -webkit-animation: bounceInLeft var(--duration) forwards;
  -moz-animation: bounceInLeft var(--duration) forwards;
  -ms-animation: bounceInLeft var(--duration) forwards;
  -o-animation: bounceInLeft var(--duration) forwards;
}

.custom-bounceInUp {
  -webkit-transform: translateY(2000px);
  transform: translateY(2000px);
  animation-delay: var(--delay) !important;
}

.custom-bounceInUp.active {
  animation: bounceInUp var(--duration) forwards;
  -webkit-animation: bounceInUp var(--duration) forwards;
  -moz-animation: bounceInUp var(--duration) forwards;
  -ms-animation: bounceInUp var(--duration) forwards;
  -o-animation: bounceInUp var(--duration) forwards;
}

.custom-bounceInDown {
  -webkit-transform: translateY(-2000px);
  transform: translateY(-2000px);
  animation-delay: var(--delay) !important;
}

.custom-bounceInDown.active {
  animation: bounceInDown var(--duration) forwards;
  -webkit-animation: bounceInDown var(--duration) forwards;
  -moz-animation: bounceInDown var(--duration) forwards;
  -ms-animation: bounceInDown var(--duration) forwards;
  -o-animation: bounceInDown var(--duration) forwards;
}

.custom-bounceOut {
  animation-delay: var(--delay) !important;
}

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

.custom-bounceOutDown {
  animation-delay: var(--delay) !important;
}

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

.custom-bounceOutLeft {
  animation-delay: var(--delay) !important;
}

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

.custom-bounceOutRight {
  animation-delay: var(--delay) !important;
}

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

.custom-bounceOutUp {
  animation-delay: var(--delay) !important;
}

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

.custom-fadeIn {
  opacity: 0;
  animation-delay: var(--delay) !important;
}

.custom-fadeIn.active {
  animation: fadeIn var(--duration) forwards;
  -webkit-animation: fadeIn var(--duration) forwards;
  -moz-animation: fadeIn var(--duration) forwards;
  -ms-animation: fadeIn var(--duration) forwards;
  -o-animation: fadeIn var(--duration) forwards;
}

.custom-fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  animation-delay: var(--delay) !important;
}

.custom-fadeInDown.active {
  animation: fadeInDown var(--duration) forwards;
  -webkit-animation: fadeInDown var(--duration) forwards;
  -moz-animation: fadeInDown var(--duration) forwards;
  -ms-animation: fadeInDown var(--duration) forwards;
  -o-animation: fadeInDown var(--duration) forwards;
}

.custom-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  animation-delay: var(--delay) !important;
}

.custom-fadeInLeft.active {
  animation: fadeInLeft var(--duration) forwards;
  -webkit-animation: fadeInLeft var(--duration) forwards;
  -moz-animation: fadeInLeft var(--duration) forwards;
  -ms-animation: fadeInLeft var(--duration) forwards;
  -o-animation: fadeInLeft var(--duration) forwards;
}

.custom-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  animation-delay: var(--delay) !important;
}

.custom-fadeInRight.active {
  animation: fadeInRight var(--duration) forwards;
  -webkit-animation: fadeInRight var(--duration) forwards;
  -moz-animation: fadeInRight var(--duration) forwards;
  -ms-animation: fadeInRight var(--duration) forwards;
  -o-animation: fadeInRight var(--duration) forwards;
}

.custom-fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  animation-delay: var(--delay) !important;
}

.custom-fadeInUp.active {
  animation: fadeInUp var(--duration) forwards;
  -webkit-animation: fadeInUp var(--duration) forwards;
  -moz-animation: fadeInUp var(--duration) forwards;
  -ms-animation: fadeInUp var(--duration) forwards;
  -o-animation: fadeInUp var(--duration) forwards;
}

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

.custom-fadeInLeftBig.active {
  animation: fadeInLeftBig var(--duration) forwards;
  -webkit-animation: fadeInLeftBig var(--duration) forwards;
  -moz-animation: fadeInLeftBig var(--duration) forwards;
  -ms-animation: fadeInLeftBig var(--duration) forwards;
  -o-animation: fadeInLeftBig var(--duration) forwards;
}

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

.custom-fadeInRightBig.active {
  animation: fadeInRightBig var(--duration) forwards;
}

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

.custom-fadeInUpBig.active {
  animation: fadeInUpBig var(--duration) forwards;
  -webkit-animation: fadeInUpBig var(--duration) forwards;
  -moz-animation: fadeInUpBig var(--duration) forwards;
  -ms-animation: fadeInUpBig var(--duration) forwards;
  -o-animation: fadeInUpBig var(--duration) forwards;
}

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

.custom-fadeInDownBig.active {
  animation: fadeInDownBig var(--duration) forwards;
  -webkit-animation: fadeInDownBig var(--duration) forwards;
  -moz-animation: fadeInDownBig var(--duration) forwards;
  -ms-animation: fadeInDownBig var(--duration) forwards;
  -o-animation: fadeInDownBig var(--duration) forwards;
}

.custom-fadeInTopLeft {
  opacity: 0;
  -webkit-transform: translate3d(-100%, -100%, 0);
  transform: translate3d(-100%, -100%, 0);
  animation-delay: var(--delay) !important;
}

.custom-fadeInTopLeft.active {
  animation: fadeInTopLeft var(--duration) forwards;
  -webkit-animation: fadeInTopLeft var(--duration) forwards;
  -moz-animation: fadeInTopLeft var(--duration) forwards;
  -ms-animation: fadeInTopLeft var(--duration) forwards;
  -o-animation: fadeInTopLeft var(--duration) forwards;
}

.custom-fadeInTopRight {
  opacity: 0;
  -webkit-transform: translate3d(100%, -100%, 0);
  transform: translate3d(100%, -100%, 0);
  animation-delay: var(--delay) !important;
}

.custom-fadeInTopRight.active {
  animation: fadeInTopRight var(--duration) forwards;
  -webkit-animation: fadeInTopRight var(--duration) forwards;
  -moz-animation: fadeInTopRight var(--duration) forwards;
  -ms-animation: fadeInTopRight var(--duration) forwards;
  -o-animation: fadeInTopRight var(--duration) forwards;
}

.custom-fadeInBottomLeft {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 100%, 0);
  transform: translate3d(-100%, 100%, 0);
  animation-delay: var(--delay) !important;
}

.custom-fadeInBottomLeft.active {
  animation: fadeInBottomLeft var(--duration) forwards;
  -webkit-animation: fadeInBottomLeft var(--duration) forwards;
  -moz-animation: fadeInBottomLeft var(--duration) forwards;
  -ms-animation: fadeInBottomLeft var(--duration) forwards;
  -o-animation: fadeInBottomLeft var(--duration) forwards;
}

.custom-fadeInBottomRight {
  opacity: 0;
  -webkit-transform: translate3d(100%, 100%, 0);
  transform: translate3d(100%, 100%, 0);
  animation-delay: var(--delay) !important;
}

.custom-fadeInBottomRight.active {
  animation: fadeInBottomRight var(--duration) forwards;
  -webkit-animation: fadeInBottomRight var(--duration) forwards;
  -moz-animation: fadeInBottomRight var(--duration) forwards;
  -ms-animation: fadeInBottomRight var(--duration) forwards;
  -o-animation: fadeInBottomRight var(--duration) forwards;
}

.custom-fadeOut {
  animation-delay: var(--delay) !important;
}

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

.custom-fadeOutDown {
  animation-delay: var(--delay) !important;
}

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

.custom-fadeOutDownBig {
  animation-delay: var(--delay) !important;
}

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

.custom-fadeOutLeft {
  animation-delay: var(--delay) !important;
}

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

.custom-fadeOutLeftBig {
  animation-delay: var(--delay) !important;
}

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

.custom-fadeOutRight {
  animation-delay: var(--delay) !important;
}

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

.custom-fadeOutRightBig {
  animation-delay: var(--delay) !important;
}

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

.custom-fadeOutUp {
  animation-delay: var(--delay) !important;
}

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

.custom-fadeOutUpBig {
  animation-delay: var(--delay) !important;
}

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

.custom-fadeOutTopLeft {
  animation-delay: var(--delay) !important;
}

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

.custom-fadeOutTopRight {
  animation-delay: var(--delay) !important;
}

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

.custom-fadeOutBottomRight {
  animation-delay: var(--delay) !important;
}

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

.custom-fadeOutBottomLeft {
  animation-delay: var(--delay) !important;
}

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

.custom-zoomIn {
  opacity: 0;
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
  transform: scale3d(0.3, 0.3, 0.3);
  animation-delay: var(--delay) !important;
}

.custom-zoomIn.active {
  animation: zoomIn var(--duration) forwards;
  -webkit-animation: zoomIn var(--duration) forwards;
  -moz-animation: zoomIn var(--duration) forwards;
  -ms-animation: zoomIn var(--duration) forwards;
  -o-animation: zoomIn var(--duration) forwards;
}

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

.custom-zoomInDown.active {
  animation: zoomInDown var(--duration) forwards;
  -webkit-animation: zoomInDown var(--duration) forwards;
  -moz-animation: zoomInDown var(--duration) forwards;
  -ms-animation: zoomInDown var(--duration) forwards;
  -o-animation: zoomInDown var(--duration) forwards;
}

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

.custom-zoomInLeft.active {
  animation: zoomInLeft var(--duration) forwards;
  -webkit-animation: zoomInLeft var(--duration) forwards;
  -moz-animation: zoomInLeft var(--duration) forwards;
  -ms-animation: zoomInLeft var(--duration) forwards;
  -o-animation: zoomInLeft var(--duration) forwards;
}

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

.custom-zoomInRight.active {
  animation: zoomInRight var(--duration) forwards;
  -webkit-animation: zoomInRight var(--duration) forwards;
  -moz-animation: zoomInRight var(--duration) forwards;
  -ms-animation: zoomInRight var(--duration) forwards;
  -o-animation: zoomInRight var(--duration) forwards;
}

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

.custom-zoomInUp.active {
  animation: zoomInUp var(--duration) forwards;
  -webkit-animation: zoomInUp var(--duration) forwards;
  -moz-animation: zoomInUp var(--duration) forwards;
  -ms-animation: zoomInUp var(--duration) forwards;
  -o-animation: zoomInUp var(--duration) forwards;
}

.custom-zoomOut {
  animation-delay: var(--delay) !important;
}

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

.custom-zoomOutDown {
  animation-delay: var(--delay) !important;
}

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

.custom-zoomOutLeft {
  animation-delay: var(--delay) !important;
}

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

.custom-zoomOutRight {
  animation-delay: var(--delay) !important;
}

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

.custom-zoomOutUp {
  animation-delay: var(--delay) !important;
}

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

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

.custom-slideInDown.active {
  animation: slideInDown var(--duration) forwards;
  -webkit-animation: slideInDown var(--duration) forwards;
  -moz-animation: slideInDown var(--duration) forwards;
  -ms-animation: slideInDown var(--duration) forwards;
  -o-animation: slideInDown var(--duration) forwards;
}

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

.custom-slideInLeft.active {
  animation: slideInLeft var(--duration) forwards;
  -webkit-animation: slideInLeft var(--duration) forwards;
  -moz-animation: slideInLeft var(--duration) forwards;
  -ms-animation: slideInLeft var(--duration) forwards;
  -o-animation: slideInLeft var(--duration) forwards;
}

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

.custom-slideInRight.active {
  animation: slideInRight var(--duration) forwards;
  -webkit-animation: slideInRight var(--duration) forwards;
  -moz-animation: slideInRight var(--duration) forwards;
  -ms-animation: slideInRight var(--duration) forwards;
  -o-animation: slideInRight var(--duration) forwards;
}

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

.custom-slideInUp.active {
  animation: slideInUp var(--duration) forwards;
  -webkit-animation: slideInUp var(--duration) forwards;
  -moz-animation: slideInUp var(--duration) forwards;
  -ms-animation: slideInUp var(--duration) forwards;
  -o-animation: slideInUp var(--duration) forwards;
}

.custom-slideOutDown {
  animation-delay: var(--delay) !important;
}

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

.custom-slideOutLeft {
  animation-delay: var(--delay) !important;
}

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

.custom-slideOutRight {
  animation-delay: var(--delay) !important;
}

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

.custom-slideOutUp {
  animation-delay: var(--delay) !important;
}

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

.custom-hinge {
  animation-delay: var(--delay) !important;
}

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

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

.custom-jackInTheBox.active {
  animation: jackInTheBox var(--duration) forwards;
  -webkit-animation: jackInTheBox var(--duration) forwards;
  -moz-animation: jackInTheBox var(--duration) forwards;
  -ms-animation: jackInTheBox var(--duration) forwards;
  -o-animation: jackInTheBox var(--duration) forwards;
}

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

.custom-rollIn.active {
  animation: rollIn var(--duration) forwards;
  -webkit-animation: rollIn var(--duration) forwards;
  -moz-animation: rollIn var(--duration) forwards;
  -ms-animation: rollIn var(--duration) forwards;
  -o-animation: rollIn var(--duration) forwards;
}

.custom-rollOut {
  animation-delay: var(--delay) !important;
}

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

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

.custom-lightSpeedInRight.active {
  animation: lightSpeedInRight var(--duration) forwards;
  -webkit-animation: lightSpeedInRight var(--duration) forwards;
  -moz-animation: lightSpeedInRight var(--duration) forwards;
  -ms-animation: lightSpeedInRight var(--duration) forwards;
  -o-animation: lightSpeedInRight var(--duration) forwards;
}

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

.custom-lightSpeedInLeft.active {
  animation: lightSpeedInLeft var(--duration) forwards;
  -webkit-animation: lightSpeedInLeft var(--duration) forwards;
  -moz-animation: lightSpeedInLeft var(--duration) forwards;
  -ms-animation: lightSpeedInLeft var(--duration) forwards;
  -o-animation: lightSpeedInLeft var(--duration) forwards;
}

.custom-lightSpeedOutRight {
  animation-delay: var(--delay) !important;
}

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

.custom-lightSpeedOutLeft {
  animation-delay: var(--delay) !important;
}

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

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

.custom-rotateIn.active {
  animation: rotateIn var(--duration) forwards;
  -webkit-animation: rotateIn var(--duration) forwards;
  -moz-animation: rotateIn var(--duration) forwards;
  -ms-animation: rotateIn var(--duration) forwards;
  -o-animation: rotateIn var(--duration) forwards;
}

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

.custom-rotateInDownLeft.active {
  animation: rotateInDownLeft var(--duration) forwards;
  -webkit-animation: rotateInDownLeft var(--duration) forwards;
  -moz-animation: rotateInDownLeft var(--duration) forwards;
  -ms-animation: rotateInDownLeft var(--duration) forwards;
  -o-animation: rotateInDownLeft var(--duration) forwards;
}

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

.custom-rotateInDownRight.active {
  animation: rotateInDownRight var(--duration) forwards;
  -webkit-animation: rotateInDownRight var(--duration) forwards;
  -moz-animation: rotateInDownRight var(--duration) forwards;
  -ms-animation: rotateInDownRight var(--duration) forwards;
  -o-animation: rotateInDownRight var(--duration) forwards;
}

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

.custom-rotateInUpLeft.active {
  animation: rotateInUpLeft var(--duration) forwards;
  -webkit-animation: rotateInUpLeft var(--duration) forwards;
  -moz-animation: rotateInUpLeft var(--duration) forwards;
  -ms-animation: rotateInUpLeft var(--duration) forwards;
  -o-animation: rotateInUpLeft var(--duration) forwards;
}

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

.custom-rotateInUpRight.active {
  animation: rotateInUpRight var(--duration) forwards;
  -webkit-animation: rotateInUpRight var(--duration) forwards;
  -moz-animation: rotateInUpRight var(--duration) forwards;
  -ms-animation: rotateInUpRight var(--duration) forwards;
  -o-animation: rotateInUpRight var(--duration) forwards;
}

.custom-rotateOut {
  animation-delay: var(--delay) !important;
}

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

.custom-rotateOutDownLeft {
  animation-delay: var(--delay) !important;
}

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

.custom-rotateOutDownRight {
  animation-delay: var(--delay) !important;
}

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

.custom-rotateOutUpLeft {
  animation-delay: var(--delay) !important;
}

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

.custom-rotateOutUpRight {
  animation-delay: var(--delay) !important;
}

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

.custom-flip {
  animation-delay: var(--delay) !important;
}

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

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

.custom-flipInX.active {
  animation: flipInX var(--duration) forwards;
  -webkit-animation: flipInX var(--duration) forwards;
  -moz-animation: flipInX var(--duration) forwards;
  -ms-animation: flipInX var(--duration) forwards;
  -o-animation: flipInX var(--duration) forwards;
}

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

.custom-flipInY.active {
  animation: flipInY var(--duration) forwards;
  -webkit-animation: flipInY var(--duration) forwards;
  -moz-animation: flipInY var(--duration) forwards;
  -ms-animation: flipInY var(--duration) forwards;
  -o-animation: flipInY var(--duration) forwards;
}

.custom-flipOutX {
  animation-delay: var(--delay) !important;
}

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

.custom-flipOutY {
  animation-delay: var(--delay) !important;
}

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

.custom-flash {
  animation-delay: var(--delay) !important;
}

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

.custom-pulse {
  animation-delay: var(--delay) !important;
}

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

.custom-rubberBand {
  animation-delay: var(--delay) !important;
}

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

.custom-shakeX {
  animation-delay: var(--delay) !important;
}

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

.custom-shakeX {
  animation-delay: var(--delay) !important;
}

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

.custom-headShake {
  animation-delay: var(--delay) !important;
}

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

.custom-swing {
  animation-delay: var(--delay) !important;
}

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

.custom-tada {
  animation-delay: var(--delay) !important;
}

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

.custom-wobble {
  animation-delay: var(--delay) !important;
}

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

.custom-jello {
  animation-delay: var(--delay) !important;
}

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

.custom-heartBeat {
  animation-delay: var(--delay) !important;
}

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

.custom-backInDown {
  -webkit-transform: translateY(-1200px) scale(0.7);
  transform: translateY(-1200px) scale(0.7);
  opacity: 0.7;
  animation-delay: var(--delay) !important;
}

.custom-backInDown.active {
  animation: backInDown var(--duration) forwards;
  -webkit-animation: backInDown var(--duration) forwards;
  -moz-animation: backInDown var(--duration) forwards;
  -ms-animation: backInDown var(--duration) forwards;
  -o-animation: backInDown var(--duration) forwards;
}

.custom-backInLeft {
  -webkit-transform: translateX(-2000px) scale(0.7);
  transform: translateX(-2000px) scale(0.7);
  opacity: 0.7;
  animation-delay: var(--delay) !important;
}

.custom-backInLeft.active {
  animation: backInLeft var(--duration) forwards;
  -webkit-animation: backInLeft var(--duration) forwards;
  -moz-animation: backInLeft var(--duration) forwards;
  -ms-animation: backInLeft var(--duration) forwards;
  -o-animation: backInLeft var(--duration) forwards;
}

.custom-backInRight {
  -webkit-transform: translateX(2000px) scale(0.7);
  transform: translateX(2000px) scale(0.7);
  opacity: 0.7;
  animation-delay: var(--delay) !important;
}

.custom-backInRight.active {
  animation: backInRight var(--duration) forwards;
  -webkit-animation: backInRight var(--duration) forwards;
  -moz-animation: backInRight var(--duration) forwards;
  -ms-animation: backInRight var(--duration) forwards;
  -o-animation: backInRight var(--duration) forwards;
}

.custom-backInUp {
  -webkit-transform: translateY(1200px) scale(0.7);
  transform: translateY(1200px) scale(0.7);
  opacity: 0.7;
  animation-delay: var(--delay) !important;
}

.custom-backInUp.active {
  animation: backInUp var(--duration) forwards;
  -webkit-animation: backInUp var(--duration) forwards;
  -moz-animation: backInUp var(--duration) forwards;
  -ms-animation: backInUp var(--duration) forwards;
  -o-animation: backInUp var(--duration) forwards;
}

.custom-backOutDown {
  animation-delay: var(--delay) !important;
}

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

.custom-backOutLeft {
  animation-delay: var(--delay) !important;
}

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

.custom-backOutRight {
  animation-delay: var(--delay) !important;
}

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

.custom-backOutUp {
  animation-delay: var(--delay) !important;
}

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

.range-img img {
  display: block;
  margin: 0 auto;
}

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

.range-item {
  border-radius: 0.4rem;
  flex: 1;
  padding: 0.8rem 1.6rem;
  background-color: #F3F4F6;
}

.range-slider {
  height: 0.2rem;
  width: 100%;
  background-color: #e5e7eb;
  border-radius: 100px;
  position: relative;
}

.range-slider .progress {
  position: absolute;
  height: 0.2rem;
  top: 0;
  border-radius: 100px;
  background-color: #3F932D;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  top: -0.2rem;
  height: 0.2rem;
  width: 100%;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  margin: 0;
}

.range-input input:first-child::-webkit-slider-thumb {
  height: 0.9rem;
  width: 0.9rem;
  background-color: #3F932D;
}

.range-input input::-webkit-slider-thumb {
  height: 0.9rem;
  width: 0.9rem;
  border-radius: 50%;
  pointer-events: auto;
  -webkit-appearance: none;
  background-color: #3F932D;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.range-input input::-moz-slider-thumb {
  height: 0.9rem;
  width: 0.9rem;
  border: none;
  border-radius: 50%;
  pointer-events: auto;
  -moz-appearance: none;
  background-color: #3F932D;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.banner {
  position: relative;
  min-height: 41.6666666667vw;
}

.banner.second {
  mask-image: url(../assets/images/banner-crop.png);
  -webkit-mask-image: url(../assets/images/banner-crop.png);
  -moz-mask-image: url(../assets/images/banner-crop.png);
  -ms-mask-image: url(../assets/images/banner-crop.png);
  -o-mask-image: url(../assets/images/banner-crop.png);
  mask-position: center;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-position: center;
  -moz-mask-size: cover;
  -moz-mask-repeat: no-repeat;
  -ms-mask-position: center;
  -ms-mask-size: cover;
  -ms-mask-repeat: no-repeat;
  -o-mask-position: center;
  -o-mask-size: cover;
  -o-mask-repeat: no-repeat;
}

.banner-br {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}

.banner-br::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.banner-br img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

.banner .container {
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-content {
  padding: 8rem 0;
  max-width: 63.4rem;
  width: 100%;
  margin: 0 auto;
}

.banner-breadcrumb .breadcrumb-item::before {
  background-color: white !important;
}

.banner-breadcrumb .breadcrumb-link {
  color: white;
}

.banner-breadcrumb .breadcrumb-link img {
  filter: brightness(0) invert(1);
}

.banner-breadcrumb-center .breadcrumb-list {
  justify-content: center;
}

.banner-km {
  position: relative;
}

.banner-km-img {
  height: 37.037037037vw;
}

.banner-km-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 1200px) {
  .banner-km .breadcrumb {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 2;
  }
}

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

.swiper-pagination {
  position: static;
  margin-top: 1.6rem;
}

.swiper-pagination-bullet {
  --circle: -0.4rem;
  background-color: #3F932D;
  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 #3F932D;
  border-radius: 100rem;
  opacity: 0;
  transition: 0.1s ease-in-out;
}

.swiper-pagination-bullet-active {
  background-color: #3F932D;
}

.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.swiper-control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.swiper-control-btn {
  width: 4rem;
  height: 4rem;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  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;
  color: white;
  position: relative;
  pointer-events: visible;
}

.swiper-control-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  border: 0.2rem solid #9DA3AE;
  transition: 0.2s ease-in-out;
}

.swiper-control-btn.swiper-button-disabled {
  background-color: #dddddd;
  cursor: default;
  box-shadow: none;
}

.swiper-control-btn.swiper-prev::before {
  border-left: none;
  border-top: none;
  border-left-color: transparent;
  transform: rotate(-45deg);
}

.swiper-control-btn.swiper-next::before {
  border-right: none;
  border-top: none;
  border-right-color: transparent;
  transform: rotate(45deg);
}

.swiper-control-btn i {
  font-size: 1.2rem;
  font-weight: 400;
  width: 2.8rem;
  height: 2.8rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #9DA3AE;
  border-radius: 100rem;
  transition: 0.2s ease-in-out;
}

@media (hover: hover) {
  .swiper-control-btn:hover i {
    background-color: #3F932D;
  }

  .swiper-control-btn:hover:before {
    border-color: #3F932D;
  }
}

.swiper-control.posi .swiper-control-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.swiper-control.posi.minus .swiper-prev {
  right: calc(100% + 4rem);
}

.swiper-control.posi.minus .swiper-next {
  left: calc(100% + 4rem);
}

.swiper-control.posi.midle .swiper-prev {
  left: -2.1rem;
}

.swiper-control.posi.midle .swiper-next {
  right: -2.1rem;
}

.swiper-control.posi.plus .swiper-prev {
  left: 1rem;
}

.swiper-control.posi.plus .swiper-next {
  right: 1rem;
}

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

.swiper-pagination-progressbar-fill {
  background-color: #3F932D !important;
}

.txt-animated.ani-opa .char {
  opacity: 0;
  transition: 0.6s ease;
  transition-delay: calc(var(--delay) * var(--char-index));
}

.txt-animated.ani-opa.is-inview .char {
  opacity: 1;
}

.txt-animated.ani-up .word {
  overflow: hidden;
}

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

.txt-animated.ani-up.is-inview .char {
  opacity: 1;
  transform: translateY(0);
}

.load-img {
  position: relative;
  overflow: hidden;
}

.load-img::before,
.load-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.load-img img,
.load-img form {
  opacity: 0;
  transition: 0.4s ease-in-out;
  transition-delay: 0.4s;
}

.load-img:before {
  background-color: #3F932D;
}

.load-img:after {
  background-color: #f8f8f8;
  transition-delay: 0.5s;
}

.load-img.is-inview img,
.load-img.is-inview form {
  opacity: 1;
}

.load-img.is-inview:before {
  transition: 1.6s ease;
  width: 0;
}

.load-img.is-inview:after {
  transition: 0.8s ease;
  width: 0;
}

.load-img-second {
  position: relative;
  overflow: hidden;
}

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

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

.load-img-second.is-inview::after {
  transform: translate(0, -110%);
}

.load-img-second.is-inview::before {
  transform: translate(0, 110%);
}

.load-img-third {
  position: relative;
  overflow: hidden;
}

.load-img-third img {
  transform: translateY(-20px);
  opacity: 0;
  transition: 1.2s ease;
  -webkit-transition: 1.2s ease;
  -moz-transition: 1.2s ease;
  -ms-transition: 1.2s ease;
  -o-transition: 1.2s ease;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
}

.load-img-third.is-inview::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 100%;
  left: 0;
  margin-bottom: -10px;
  background-color: #e2dbc0;
  z-index: 3;
  animation: 1s reveal-img-before cubic-bezier(0.6, 0, 0.195, 1);
  animation-delay: 0.3s;
}

.load-img-third.is-inview img {
  transform: translate(-50%, -50%);
  opacity: 1;
  display: block;
}

.load-img-third.second.is-inview img {
  transform: translateY(0);
  opacity: 1;
  display: block;
}

@keyframes reveal-img-before {
  0% {
    top: 0;
    right: 100%;
    bottom: 100%;
    margin-bottom: -10px;
  }

  40% {
    top: 0;
    right: 0;
    bottom: 100%;
    margin-bottom: -10px;
  }

  60% {
    top: 0;
  }

  80% {
    right: 0;
    bottom: -1px;
    margin-bottom: 0;
  }

  100% {
    top: 100%;
    right: 0;
    bottom: -1px;
    margin-bottom: 0;
  }
}

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    transform: translate3D(0, 0, 0);
  }
}

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

  100% {
    transform: translate3D(100%, 0, 0);
  }
}

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

  100% {
    transform: translate3D(0, 0, 0);
  }
}

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

  100% {
    transform: translate3D(0, 0, 0);
  }
}

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

  100% {
    transform: translate3D(-100%, 0, 0);
  }
}

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

  100% {
    transform: translate3D(0, 0, 0);
  }
}

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

  100% {
    transform: translate3D(-50%, 0, 0);
  }
}

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

  100% {
    transform: translate3D(0, 0, 0);
  }
}

@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }

  65% {
    width: 100%;
    right: 0;
  }

  100% {
    width: 0;
    right: 100%;
  }
}

.txt-focus {
  opacity: 0;
}

.txt-focus.is-inview {
  -webkit-animation: txt-focus 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: txt-focus 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.loading {
  width: 6rem;
  height: 6rem;
  border: 0.4rem solid #3F932D;
  border-radius: 100rem;
  position: relative;
}

.loading-inner {
  position: absolute;
  left: -0.4rem;
  top: -0.4rem;
  right: -0.4rem;
  bottom: -0.4rem;
  border: 0.4rem solid #C50909;
  z-index: 1;
  border-radius: 100rem;
  border-top: none;
  border-left: none;
  border-right: none;
  animation: Spinner 1s ease-in-out infinite;
}

.hola {
  position: relative;
  pointer-events: none;
}

.hola::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  -webkit-mask: url(../assets/images/mask.png);
  mask: url(../assets/images/mask.png);
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  pointer-events: none;
  z-index: 5;
}

.hola.is-inview::after {
  animation: MaskPlay 1.2s steps(22) 0.3s forwards;
  -webkit-animation: MaskPlay 1.2s steps(22) 0.3s forwards;
  -moz-animation: MaskPlay 1.2s steps(22) 0.3s forwards;
  -ms-animation: MaskPlay 1.2s steps(22) 0.3s forwards;
  -o-animation: MaskPlay 1.2s steps(22) 0.3s forwards;
}

.txt-spl .word {
  overflow: hidden;
  line-height: 1.3;
  display: inline-flex;
}

.txt-spl .word .chars {
  display: inline-block;
  animation-delay: calc(var(--line-index) * 0.025s) !important;
  transform: translateY(100%);
}

.txt-spl.down .chars {
  transform: translateY(-100%);
}

.txt-spl.is-inview .chars {
  animation: txtSpl-up 1s cubic-bezier(0.65, 0, 0.35, 1) both;
}

.txt-spl.is-inview.down .chars {
  animation: txtSpl-down 1.2s cubic-bezier(0.65, 0, 0.35, 1) both;
}

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

  100% {
    transform: translateY(0);
  }
}

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

  100% {
    transform: translateY(0);
  }
}

.reveal {
  --duration: 1s;
  transition: var(--duration) cubic-bezier(0.72, 0.04, 0.49, 0.82);
  transition-delay: var(--delay) !important;
}

.reveal.reveal-left {
  clip-path: polygon();
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -moz-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -ms-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -o-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.reveal.reveal-left.is-inview {
  clip-path: polygon();
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.reveal.reveal-right {
  clip-path: polygon();
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -moz-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -ms-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -o-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.reveal.reveal-right.is-inview {
  clip-path: polygon();
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.reveal.reveal-up {
  clip-path: polygon();
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  -moz-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  -ms-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  -o-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}

.reveal.reveal-up.is-inview {
  clip-path: polygon();
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.breadcrumb {
  padding: 1.2rem 0;
}

.breadcrumb-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  gap: 0.8rem;
}

.breadcrumb-item {
  color: #6C727F;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.breadcrumb-item:not(:first-child)::before {
  display: inline-block;
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 100rem;
  background-color: #6C727F;
  vertical-align: middle;
}

.breadcrumb-item:first-child .breadcrumb-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.breadcrumb-item:first-child img {
  width: 2rem;
  height: 2rem;
}

.breadcrumb-item:last-child {
  color: #3F932D;
  pointer-events: none;
}

@media (hover: hover) {
  .breadcrumb-item:hover {
    color: #C50909;
  }
}

.breadcrumb-link {
  color: inherit;
  transition: 0.2s ease-in-out;
}

.btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  padding: 1rem 1.6rem;
  border-radius: 0.8rem;
  font-weight: 500;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  overflow: hidden;
  position: relative;
  background: #3F932D;
  gap: 1rem;
  color: white;
  font-size: 1.6rem;
  white-space: nowrap;
}

.btn>* {
  position: relative;
  z-index: 2;
}

.btn img {
  width: 1.6rem;
  height: 1.6rem;
}

.btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background: #C50909;
  transition: all 0.3s ease;
  z-index: 1;
}

.btn.gray {
  background-color: #F9FAFB;
  color: #3F932D;
}

@media (hover: hover) {
  .btn.gray:hover {
    color: white;
  }
}

.btn.trans {
  background-color: transparent;
  color: #3F932D;
  border: 0.1rem solid #3F932D;
}

.btn.trans::after {
  background-color: #3F932D;
}

@media (hover: hover) {
  .btn.trans:hover:not(.white) {
    color: white;
  }
}

.btn.trans.white {
  border-color: white;
  color: white;
}

.btn.blur {
  color: #3F932D;
  background-color: #E0F1D7;
}

@media (hover: hover) {
  .btn.blur:hover {
    color: white;
  }
}

.btn.radius-full {
  border-radius: 100rem;
}

@media (hover: hover) {
  .btn:hover::after {
    left: 0;
    width: 100%;
  }
}

.btn-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}

.btn-add {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: fit-content;
  gap: 0.8rem;
}

.btn-add .icon {
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
}

.btn-add .icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  border: 0.2rem solid #7D6763;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
}

.btn-add .icon i {
  width: 2.8rem;
  height: 2.8rem;
  background-color: #7D6763;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  transition: 0.5s ease-in-out;
}

@media (hover: hover) {
  .btn-add:hover .icon::before {
    border-color: #3F932D;
  }

  .btn-add:hover .icon i {
    transform: rotate(180deg);
    background-color: #3F932D;
  }
}

.input {
  font-family: "Mulish", sans-serif;
  width: 100%;
}

.input-area {
  height: auto;
}

.f-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
  margin-bottom: -1rem;
}

.f-item {
  width: 100%;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}

.f-item-2 {
  width: 50%;
}

@media screen and (max-width: 500px) {
  .f-item-2 {
    width: 100%;
  }
}

.f-item-3 {
  width: 33.3333333333%;
}

@media screen and (max-width: 768px) {
  .f-item-3 {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .f-item-3 {
    width: 100%;
  }
}

.f-item-4 {
  width: 25%;
}

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

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

.re-label {
  margin-bottom: 0.8rem;
  display: block;
}

.re-label span {
  color: #C50909;
}

.re-input {
  font-size: 1.6rem;
  padding: 1.2rem 1.6rem;
  width: 100%;
  font-family: "Mulish", sans-serif;
  border: none;
  outline: none;
  display: block;
  background-color: #F3F5F7;
  border-radius: 0.4rem;
}

.re-input.placeholder {
  color: #6C727F;
}

.re-input:-moz-placeholder {
  color: #6C727F;
}

.re-input::-moz-placeholder {
  color: #6C727F;
}

.re-input:-ms-input-placeholder {
  color: #6C727F;
}

.re-input::-webkit-input-placeholder {
  color: #6C727F;
}

textarea {
  resize: none;
}

form .wpcf7-not-valid-tip {
  width: 100%;
}

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

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

.wpcf7-form.submitting .btn .text {
  opacity: 0;
}

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

.page-numbers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  margin-top: 1.6rem;
}

.page-numbers>li:not(:first-child) {
  margin-left: 8px;
}

.page-numbers>li>.page-numbers {
  width: 4rem;
  height: 4rem;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  position: relative;
  color: #212936;
  font-size: 1.4rem;
}

.page-numbers>li>.page-numbers.next,
.page-numbers>li>.page-numbers.prev {
  position: relative;
  color: white;
  font-size: 1.4rem;
}

.page-numbers>li>.page-numbers.next::before,
.page-numbers>li>.page-numbers.prev::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0.2rem solid #9DA3AE;
  border-radius: 100rem;
  border-top: none;
}

.page-numbers>li>.page-numbers.next::after,
.page-numbers>li>.page-numbers.prev::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: inherit;
  background-color: #9DA3AE;
  z-index: -1;
}

.page-numbers>li>.page-numbers.prev::before {
  border-left: none;
  transform: rotate(-45deg);
}

.page-numbers>li>.page-numbers.next::before {
  border-right: none;
  transform: rotate(45deg);
}

@media (hover: hover) {
  .page-numbers>li>.page-numbers:hover:not(.dot)::before {
    border-color: #3F932D;
  }

  .page-numbers>li>.page-numbers:hover:not(.dot)::after {
    background-color: #3F932D;
  }

  .page-numbers>li>.page-numbers:hover:not(.prev, .next)::before {
    opacity: 1;
  }
}

.page-numbers>li>.page-numbers:not(.next, .prev)::before {
  content: "";
  position: absolute;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0.2rem solid #3F932D;
  border-radius: 100rem;
  border-top: none;
  border-left: none;
  transform: rotate(-45deg);
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.page-numbers>li>.page-numbers.current:not(.dot)::before {
  opacity: 1;
}

.page-numbers>li>.page-numbers.dot {
  background-color: transparent;
}

.page-numbers>li>.page-numbers i {
  font-weight: 400;
}

.pro {
  overflow: hidden;
}

.pro-left {
  width: 24rem;
}

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

@media screen and (min-width: 1200px) {
  .pro-left .side-fixed {
    position: sticky;
    top: 12rem;
  }
}

.pro-right {
  flex: 1;
}

@media screen and (max-width: 1199px) {
  .pro-right {
    width: 100%;
    flex: unset;
  }
}

@media screen and (max-width: 400px) {
  .pro-list {
    margin: 0 -0.3rem;
    margin-bottom: -0.6rem;
  }
}

.pro-item {
  width: 100%;
}

@media screen and (max-width: 400px) {
  .pro-item {
    padding: 0 0.3rem;
    margin-bottom: 0.6rem;
  }
}

.pro-item-2 {
  width: 50%;
}

.pro-item-3 {
  width: 33.3333333333%;
}

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

.pro-item-4 {
  width: 25%;
}

@media screen and (max-width: 900px) {
  .pro-item-4 {
    width: 33.3333333333%;
  }
}

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

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

.pro-item-5 {
  width: 20%;
}

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

@media screen and (max-width: 900px) {
  .pro-item-5 {
    width: 33.3333333333%;
  }
}

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

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

.pro-wrap {
  height: 100%;
  padding: 0.8rem;
  border-radius: 0.4rem;
  background-color: white;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.08), 16px 16px 64px rgba(0, 0, 0, 0.06);
  position: relative;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 400px) {
  .pro-wrap {
    padding: 0.4rem;
  }
}

body:not(.is_apple) .pro-wrap:hover:not(.btn) .pro-tt {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

body:not(.is_apple) .pro-wrap:hover:not(.btn) .pro-tt .title,
.pro-wrap:hover:not(.btn) .pro-tt ul,
body:not(.is_apple) .pro-wrap:hover:not(.btn) .pro-tt .pro-btn-link {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.pro-img {
  position: relative;
}

.pro-img-inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.3rem;
}

.pro-img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
}

.pro-tag-item {
  font-size: 1.4rem;
  color: white;
  font-weight: 700;
  padding: 0.4rem 0.8rem;
  border-radius: 100rem;
}

.pro-tag-item.sale {
  background: #C50909;
}

.pro-content {
  margin-top: 0.4rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.pro-name {
  font-weight: 700;
}

@media screen and (max-width: 500px) {
  .pro-name {
    font-size: 1.4rem;
  }
}

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

.pro-name a {
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .pro-name a:hover {
    color: #C50909;
  }
}

.pro-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  font-size: 2rem;
  font-weight: 700;
  color: #C50909;
}

@media only screen and (max-width: 1200px) {
  .pro-price {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 800px) {
  .pro-price {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 400px) {
  .pro-price {
    font-size: 1.4rem;
  }
}

.pro-price .price {
  line-height: 1.3;
}

.pro-price .price-old {
  color: #9DA3AE;
  font-weight: 400;
  text-decoration: line-through;
  font-size: 1.4rem;
}

.pro-more {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}

.pro-more-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.8rem;
  border-radius: 100rem;
  background: rgba(63, 147, 45, 0.08);
  color: #3F932D;
  flex-shrink: 0;
  gap: 0.4rem;
}

@media screen and (max-width: 500px) {
  .pro-more-tag {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .pro-more-tag {
    font-size: 1.2rem;
  }
}

.pro-more-tag img {
  width: 1.6rem;
  height: 1.6rem;
}

.pro-more-text {
  flex: 1;
  font-size: 1.4rem;
}

@media screen and (max-width: 500px) {
  .pro-more-text {
    font-size: 1.2rem;
    text-align: center;
  }
}

@media screen and (max-width: 400px) {
  .pro-more-text {
    font-size: 1rem;
  }
}

.pro-tt {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
  border-radius: 0.2rem;
  z-index: 3;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
  height: fit-content;
  max-height: 100%;
  bottom: unset;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media screen and (max-width: 1024px) {
  .pro-tt {
    left: 0.8rem;
    top: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
    bottom: unset;
    min-height: 18rem;
    max-height: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
}

.pro-tt .title {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  transition: 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translate(-100%, 0);
}

@media screen and (max-width: 1024px) {
  .pro-tt .title {
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
  }
}

.pro-tt ul {
  list-style: none;
  color: #040711;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  transition: 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 2rem);
}

@media screen and (max-width: 1024px) {
  .pro-tt ul {
    font-size: 1.2rem;
    list-style: none;
    margin-left: 0;
  }
}

@media screen and (max-width: 500px) {
  .pro-tt ul {
    font-size: 1rem;
  }
}

.pro-tt ul li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100rem;
  background: #000000;
  vertical-align: middle;
  display: inline-block;
}

.pro-btn-link {
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #3F932D;
  transition: 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 100%);
}

@media screen and (max-width: 500px) {
  .pro-btn-link {
    display: none;
  }
}

@media (hover: hover) {
  .pro-btn-link:hover .text {
    text-decoration: underline;
  }
}

.pro-btn-link i {
  font-size: 1rem;
  font-weight: 700;
}

.pro-sort-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 4rem;
}

@media screen and (max-width: 1199px) {
  .pro-sort-list {
    gap: 2.4rem;
  }
}

.pro-sort-item {
  color: #212936;
  position: relative;
}

.pro-sort-item::before {
  content: "";
  position: absolute;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 0.2rem;
  background-color: #3F932D;
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .pro-sort-item:hover::before {
    width: 100%;
  }
}

.pro-sort-item.active {
  color: #3F932D;
}

.pro-sort-item.active::before {
  width: 100%;
}

@media screen and (max-width: 500px) {
  .pro-sort-item {
    font-size: 1.4rem;
  }
}

.pro-sort-link {
  display: block;
  padding-bottom: 2.4rem;
}

@media screen and (max-width: 500px) {
  .pro-sort-link {
    padding-bottom: 1rem;
  }
}

.pro .head.space .left {
  margin-bottom: 1rem;
}

@media screen and (max-width: 500px) {
  .pro .head.space .left {
    width: 100%;
    text-align: center;
  }
}

.pro-side-open {
  padding: 0.8rem 1.6rem;
  border-radius: 0.6rem;
  background-color: #57AA31;
  color: white;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 2.4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}

.pro-side-open i {
  font-weight: 300;
}

.pro-cate-wrapper {
  padding: 2.8rem;
  background-color: #F9FAFB;
  border-radius: 0.8rem;
}

@media screen and (max-width: 550px) {
  .pro-cate-wrapper {
    padding: 1.6rem;
  }
}

.pro-cate-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  justify-content: center;
}

.pro-cate-item {
  width: calc(16.6666666667% - 2rem);
}

@media screen and (max-width: 768px) {
  .pro-cate-item {
    width: calc(25% - 1.8rem);
  }
}

@media screen and (max-width: 550px) {
  .pro-cate-item {
    width: calc(33.3333333333% - 1.6rem);
  }
}

.pro-cate-item.active .pro-cate-img {
  border-color: #3F932D;
}

.pro-cate-item.active .pro-cate-name {
  color: #3F932D;
}

.pro-cate-img {
  position: relative;
  overflow: hidden;
  width: 80%;
  padding-top: 80%;
  border-radius: 2.4rem;
  display: block;
  margin: 0 auto;
  border: 0.1rem solid #E5E7EB;
  transition: 0.1s;
}

@media (hover: hover) {
  .pro-cate-img:hover {
    border-color: #3F932D;
  }
}

@media screen and (max-width: 550px) {
  .pro-cate-img {
    border-radius: 1.2rem;
  }
}

.pro-cate-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro-cate-name {
  margin-top: 0.8rem;
  display: block;
  text-align: center;
}

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

.pro-slider .swiper-slide {
  width: 16.6666666667%;
}

@media screen and (max-width: 1199px) {
  .pro-psale {
    order: -1;
  }
}

.pro-psale .psale {
  margin: 1rem 0;
  width: 100vw;
  margin-left: calc((100vw - 120rem) / 2 * -1);
}

@media screen and (max-width: 1230px) {
  .pro-psale .psale {
    margin: 0 -1.5rem;
    padding: 6rem 0 !important;
  }
}

.pro-psale .psale .container {
  max-width: 163rem;
}

.pro-db {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  color: white;
  padding: 0.4rem;
  background-color: #E5E7EB;
  border-radius: 0.2rem;
  position: relative;
  margin-top: auto;
}

.pro-db::before {
  content: "";
  position: absolute;
  left: 0;
  width: var(--progress);
  height: 100%;
  background: linear-gradient(180deg, #FB0000 -22.92%, rgba(255, 207, 187, 0) 100%), linear-gradient(90deg, #F70000 0%, #F7A300 72.33%);
  border-radius: inherit;
}

.pro-db>* {
  position: relative;
  z-index: 2;
}

.pro-db img {
  width: 1.6rem;
  height: 1.6rem;
}

.pro-db .text {
  vertical-align: middle;
  line-height: 1.2;
}

.pro-add-cart {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100rem;
  background-color: #3F932D;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: white;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 5;
}

@media (hover: hover) {
  .pro-add-cart:hover {
    transform: rotate(360deg);
  }
}

.pro-btn-ctr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.prose-item-2 {
  width: 50%;
}

.prose-item-3 {
  width: 33.3333333333%;
}

@media screen and (max-width: 500px) {
  .prose-item-3 {
    width: 50%;
  }
}

.prose-item-4 {
  width: 25%;
}

@media screen and (max-width: 500px) {
  .prose-item-4 {
    width: 50%;
  }
}

.prose-item-5 {
  width: 20%;
}

@media screen and (max-width: 500px) {
  .prose-item-5 {
    width: 50%;
  }
}

.proth-item-2 {
  width: 50%;
}

.proth-item-3 {
  width: 33.3333333333%;
}

@media screen and (max-width: 500px) {
  .proth-item-3 {
    width: 50%;
  }
}

.proth-item-4 {
  width: 25%;
}

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

.proth-item-5 {
  width: 20%;
}

@media screen and (max-width: 500px) {
  .proth-item-5 {
    width: 50%;
  }
}

@media screen and (max-width: 1199px) {
  .search-mona {
    position: fixed;
    top: 6rem;
    right: 1.5rem;
    left: 1.5rem;
    z-index: 101;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
  }

  .search-mona.open {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
}

.search-mona-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(0.5rem);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}

@media screen and (min-width: 1200px) {
  .search-mona-overlay {
    display: none;
  }
}

.search-mona-overlay.open {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.search-mona-wrapper {
  position: relative;
}

.search-mona-close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  cursor: pointer;
  width: 3.4rem;
  height: 3.4rem;
  bottom: calc(100% + 0.5rem);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border: 0.2rem solid white;
  border-radius: 100rem;
  z-index: 101;
}

@media screen and (min-width: 1200px) {
  .search-mona-close {
    display: none;
  }
}

.search-mona-close i {
  color: white;
  font-size: 2.4rem;
  font-weight: 300;
}

.search-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
  min-width: 250px;
  background-color: #F2F2F2;
  border-radius: 0.8rem;
}

@media screen and (max-width: 1199px) {
  .search-wrap {
    background-color: transparent;
    border-bottom: 1px solid white;
    border-radius: 0;
  }
}

.search-input {
  font-family: "Mulish", sans-serif;
  outline: none;
  border: none;
  font-size: 1.6rem;
  color: #212936;
  flex: 1;
  height: 4rem;
  padding: 0 1.2rem;
  background-color: transparent;
}

@media screen and (max-width: 1199px) {
  .search-input {
    color: white;
  }
}

.search-input::-webkit-input-placeholder {
  color: #212936;
}

@media screen and (max-width: 1199px) {
  .search-input::-webkit-input-placeholder {
    color: white;
  }
}

.search-input::-moz-input-placeholder {
  color: #212936;
}

@media screen and (max-width: 1199px) {
  .search-input::-moz-input-placeholder {
    color: white;
  }
}

.search-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
  width: 4rem;
  background-color: transparent;
  cursor: pointer;
}

.search-btn:hover img {
  transform: scale(1.05);
}

.search-btn img {
  width: 1.6rem;
  height: 1.6rem;
}

@media screen and (max-width: 1199px) {
  .search-btn img {
    filter: brightness(0) invert(1);
  }
}

.t-title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.4;
}

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

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

.t-title-24 {
  font-size: 2.4rem;
  color: #394150;
}

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

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

.t-title-32 {
  font-size: 3.2rem;
  font-weight: 700;
}

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

@media only screen and (max-width: 800px) {
  .t-title-32 {
    font-size: 2.2rem;
  }
}

.t-title-second {
  font-size: 2.4rem;
}

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

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

.title-line-second {
  padding-bottom: 1.2rem;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
}

.title-line-second::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.2rem;
  width: 7.4rem;
  background-color: #3F932D;
}

.title-line {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #3F932D;
  gap: 1rem;
}

.title-line::before,
.title-line::after {
  content: "";
  height: 0.1rem;
  background-color: #3F932D;
  width: 3.2rem;
  vertical-align: middle;
}

.title-line::before {
  right: calc(100% + 1rem);
}

.title-line::after {
  left: calc(100% + 1rem);
}

.title-line.white {
  color: white;
}

.title-line.white::before,
.title-line.white::after {
  background-color: #ffffff;
}

.title-line.none-line::before,
.title-line.none-line::after {
  display: none;
}

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

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

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

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

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

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

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

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

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

.fsi {
  font-style: italic;
}

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

.t9 {
  font-size: 0.9rem;
}

.t11 {
  font-size: 1.1rem;
}

.t12 {
  font-size: 1.2rem;
}

.t14 {
  font-size: 1.4rem;
}

.t16 {
  font-size: 1.6rem;
}

.t18 {
  font-size: 1.8rem;
}

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

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

.t20 {
  font-size: 2rem;
}

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

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

.t24 {
  font-size: 2.4rem;
}

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

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

.t32 {
  font-size: 3.2rem;
}

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

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

.t40 {
  font-size: 4rem;
}

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

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

.t48 {
  font-size: 4.8rem;
}

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

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

.t56 {
  font-size: 5.6rem;
}

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

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

.t64 {
  font-size: 6.4rem;
}

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

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

.t72 {
  font-size: 7.2rem;
}

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

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

.c-pri {
  color: #3F932D;
}

.c-second {
  color: #C50909;
}

.c-third {
  color: #f05123;
}

.c-four {
  color: #f05123;
}

.c-five {
  color: #f05123;
}

.c-white {
  color: white;
}

.c-black {
  color: #000000;
}

.c-txt {
  color: #212936;
}

.c-txt-s {
  color: #4D5562;
}

.bc-pri {
  background-color: #3F932D;
}

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

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

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

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

.over-hd {
  overflow: hidden;
}

.z-i-1 {
  z-index: 1;
}

.z-i-2 {
  z-index: 2;
}

.z-i-3 {
  z-index: 3;
}

.z-i-4 {
  z-index: 4;
}

.z-i-5 {
  z-index: 5;
}

.m-mid {
  margin: 0 auto;
}

.m-end {
  margin-left: auto;
}

.m-top {
  margin-top: 2.4rem;
}

.m-start {
  margin-right: auto;
}

.f-mid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

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

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

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

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

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

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

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

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

.lg-outer .lg-thumb-item {
  border: 0.2rem solid #3F932D;
  transition: 0.2s ease;
}

.lg-outer .lg-thumb-item.active {
  border-color: #f05123;
}

@media (hover: hover) {
  .lg-outer .lg-thumb-item:hover {
    border-color: #f05123;
  }
}

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

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

.lg-prev.lg-icon,
.lg-next.lg-icon {
  width: 4rem;
  height: 4rem;
}

.lg-prev.lg-icon i,
.lg-next.lg-icon i {
  background: linear-gradient(71.01deg, #8D663E 0%, #E5BA86 10.13%, #E8BF8C 21.32%, #F3D4A2 30.91%, #FCE1B1 40.51%, #FFE7B6 49.57%, #FCE1B1 60.23%, #F3D4A2 70.36%, #E8BF8C 81.55%, #E5BA86 91.68%, #8D663E 102.34%);
  -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: linear-gradient(71.01deg, #8D663E 0%, #E5BA86 10.13%, #E8BF8C 21.32%, #F3D4A2 30.91%, #FCE1B1 40.51%, #FFE7B6 49.57%, #FCE1B1 60.23%, #F3D4A2 70.36%, #E8BF8C 81.55%, #E5BA86 91.68%, #8D663E 102.34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.lg-outer .lg-toogle-thumb {
  background: linear-gradient(71.01deg, #8D663E 0%, #E5BA86 10.13%, #E8BF8C 21.32%, #F3D4A2 30.91%, #FCE1B1 40.51%, #FFE7B6 49.57%, #FCE1B1 60.23%, #F3D4A2 70.36%, #E8BF8C 81.55%, #E5BA86 91.68%, #8D663E 102.34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  width: 4rem;
  height: 4rem;
}

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

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

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

table .status {
  font-weight: 600;
}

table .status.waiting {
  color: #F2C524;
}

table .status.success {
  color: #3F932D;
}

table .status.cancle {
  color: #D31D1D;
}

.slider {
  position: relative;
}

.relative {
  position: relative;
}

.head {
  margin-bottom: 4rem;
}

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

.head.flex-end {
  align-items: flex-end;
}

.head.head-line {
  border-bottom: 0.1rem solid #E5E7EB;
  margin-bottom: 2.4rem;
}

.hv-bd {
  position: relative;
}

.hv-bd::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  border: 0.1rem solid white;
  z-index: 1;
  transition: 0.3s all ease-in-out;
  transform: scale(1.1);
  opacity: 0;
  border-radius: 1rem;
}

.hv-bd img {
  transition: 0.3s all ease-in-out;
}

@media (hover: hover) {
  .hv-bd:hover::before {
    opacity: 1;
    transform: scale(1);
  }

  .hv-bd:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
  }
}

.gItem {
  cursor: pointer;
}

.parallaxJS img {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .hidden-desk {
    display: none !important;
  }
}

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

.full {
  width: 100%;
}

.page-product-cate .sec-banner {
  background-color: #F9FAFB;
}

.wp-block-image {
  border-radius: 0.8rem;
}

.wp-block-image img {
  display: block;
  margin: 0 auto;
}

.show-hide-btn {
  cursor: pointer;
  margin: 0 auto;
  margin-top: 1.6rem;
  text-align: center;
  color: #3F932D;
}

@media (hover: hover) {
  .show-hide-btn:hover {
    text-decoration: underline;
  }
}

.br-E0F1D7 {
  background-color: #E0F1D7;
}

.count-down-list {
  display: flex;
  gap: 2.4rem;
}

@media screen and (max-width: 1199px) {
  .count-down-list {
    gap: 1rem;
  }
}

.count-down-item {
  text-align: center;
}

.count-down .number {
  width: 6.2rem;
  height: 4rem;
  color: white;
  background-color: #C50909;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 100rem;
}

.psale-single .container {
  max-width: 160rem;
}

.woocommerce-table__line-item .cart-pro {
  justify-content: space-between;
  width: 100%;
}

.woocommerce-table__line-item .cart-pro-code,
.woocommerce-table__line-item .list-item-meta {
  width: 16rem;
}

.page-checkout .woocommerce-form-coupon .form-row.form-row-last,
.page-checkout .woocommerce-form-coupon .form-row.form-row-first {
  width: 100% !important;
}

.page-checkout .woocommerce-form-coupon .form-row.form-row-first,
.page-checkout .woocommerce-form-coupon .form-row.form-row-last {
  margin-top: 1.6rem;
}

.page-checkout .woocommerce-form-coupon .input-text {
  font-size: 1.6rem;
  padding: 1.2rem 1.6rem;
  width: 100%;
  font-family: "Mulish", sans-serif;
  border: none;
  outline: none;
  display: block;
  background-color: #F3F5F7;
  border-radius: 0.4rem;
}

.page-checkout .woocommerce-form-coupon .input-text.placeholder {
  color: #6C727F;
}

.page-checkout .woocommerce-form-coupon .input-text:-moz-placeholder {
  color: #6C727F;
}

.page-checkout .woocommerce-form-coupon .input-text::-moz-placeholder {
  color: #6C727F;
}

.page-checkout .woocommerce-form-coupon .input-text:-ms-input-placeholder {
  color: #6C727F;
}

.page-checkout .woocommerce-form-coupon .input-text::-webkit-input-placeholder {
  color: #6C727F;
}

.page-checkout .woocommerce-form-coupon .button.wp-element-button {
  padding: 1.2rem 2.4rem;
  background-color: #3F932D !important;
  color: white !important;
  border-radius: 0.8rem !important;
}

.fix {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  transition: 0.5s cubic-bezier(0.72, 0.04, 0.49, 0.82);
  opacity: 0;
  visibility: hidden;
  transform: translate(100%, 0);
  z-index: 50;
}

@media screen and (max-width: 768px) {
  .fix {
    right: 1rem;
  }
}

@media screen and (max-width: 700px) {
  .fix {
    bottom: 7rem;
  }
}

.fix.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.fix-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 100rem;
  background-color: white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
}

.fix-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #3F932D;
  z-index: -1;
  border-radius: inherit;
  transition: 0.5s cubic-bezier(0.72, 0.04, 0.49, 0.82);
  opacity: 0;
}

@media (hover: hover) {
  .fix-link:hover::before {
    opacity: 0.5;
    transform: scale(1.2);
  }
}

.fix-link img {
  width: 2rem;
}

.to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 100rem;
  background-color: white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  cursor: pointer;
}

@media (hover: hover) {
  .to-top:hover i {
    transform: translateY(-100%);
  }
}

.to-top .icon {
  width: 2rem;
  height: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.to-top .icon i {
  width: inherit;
  height: inherit;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}

.checkout-pro-bot-item .woocommerce-shipping-methods li {
  margin-bottom: 0 !important;
}

.fix-menu {
  position: fixed;
  bottom: 0;
  background-color: white;
  left: 0;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  z-index: 100;
  height: 6rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px -2px 8px 0px;
}

@media screen and (min-width: 701px) {
  .fix-menu {
    display: none;
  }
}

.fix-menu-item {
  flex: 1;
}

.fix-menu-item:not(:last-child) {
  border-right: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.fix-menu-item.active {
  color: #3F932D;
  font-weight: 700;
}

.fix-menu-item .text {
  font-size: 1.2rem;
}

.fix-menu-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.2rem;
  height: 100%;
  padding: 0.8rem;
  position: relative;
}

.fix-menu-user .ava {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 auto 0.4rem;
  border-radius: 100rem;
}

.fix-menu-user-list {
  position: absolute;
  bottom: calc(100% + 0.8rem);
  background-color: white;
  border-radius: 0.4rem;
  right: 1rem;
  font-size: 1.4rem;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 1rem);
  transition: 0.5s ease-in-out;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.fix-menu-user-list::before {
  position: absolute;
  content: "";
  top: 100%;
  height: 1rem;
  left: 0;
  width: 100%;
}

.fix-menu-user-item {
  display: block;
  padding: 1rem;
  white-space: nowrap;
}

.fix-menu-user-item.logout {
  color: #C50909;
}

.fix-menu-user:hover .fix-menu-user-list {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.fix-menu-cart-icon {
  position: relative;
}

.fix-menu-cart-number {
  width: 2rem;
  height: 2rem;
  border-radius: 100rem;
  background-color: #3F932D;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  position: absolute;
  top: -0.2rem;
  right: -2.4rem;
}

.blockUI.blockOverlay {
  z-index: 40 !important;
  border-radius: 0.8rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

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

.mb-6 {
  margin-bottom: 0.6rem;
}

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

.mb-8s:not(:last-child) {
  margin-bottom: 0.8rem;
}

.mb-10 {
  margin-bottom: 1rem;
}

.mb-10s:not(:last-child) {
  margin-bottom: 1rem;
}

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

.mb-12s:not(:last-child) {
  margin-bottom: 1.2rem;
}

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

.mb-14s:not(:last-child) {
  margin-bottom: 1.4rem;
}

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

.mb-15s:not(:last-child) {
  margin-bottom: 1.5rem;
}

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

.mb-16s:not(:last-child) {
  margin-bottom: 1.6rem;
}

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

.mb-18s:not(:last-child) {
  margin-bottom: 1.8rem;
}

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

.mb-20s:not(:last-child) {
  margin-bottom: 2rem;
}

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

.mb-24s:not(:last-child) {
  margin-bottom: 2.4rem;
}

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

.mb-25s:not(:last-child) {
  margin-bottom: 2.5rem;
}

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

.mb-30s:not(:last-child) {
  margin-bottom: 3rem;
}

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

.mb-32s:not(:last-child) {
  margin-bottom: 3.2rem;
}

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

.mb-40s:not(:last-child) {
  margin-bottom: 4rem;
}

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

.mb-48s:not(:last-child) {
  margin-bottom: 4.8rem;
}

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

.mb-56s:not(:last-child) {
  margin-bottom: 5.6rem;
}

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

.mb-64s:not(:last-child) {
  margin-bottom: 6.4rem;
}

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

.mb-72s:not(:last-child) {
  margin-bottom: 7.2rem;
}

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

.mb-80s:not(:last-child) {
  margin-bottom: 8rem;
}

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

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

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

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

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

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

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

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

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

.recheck-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 1rem;
}

.recheck-item.active {
  color: #3F932D;
  font-weight: 500;
}

.recheck-item.active .recheck-checkbox {
  border-color: #3F932D;
}

.recheck-item.active .recheck-checkbox::before {
  opacity: 1;
}

.recheck-item.active .recheck-radio {
  border: 0.1rem solid #3F932D;
}

.recheck-item.active .recheck-radio::before {
  opacity: 1;
}

.recheck-checkbox {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.4rem;
  background-color: transparent;
  border: 1px solid #666666;
  position: relative;
  flex-shrink: 0;
}

.recheck-checkbox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url(../assets/images/tick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: contain;
  transition: 0.1s ease-in-out;
  opacity: 0;
}

.recheck-radio {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100rem;
  border: 0.1rem solid #D9D9D9;
  flex-shrink: 0;
  position: relative;
}

.recheck-radio::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100rem;
  background-color: #3F932D;
  opacity: 0;
}

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

.recheck-method img {
  width: 2.4rem;
  height: 2.4rem;
}

.recheck-text {
  line-height: 1.1;
}

.star {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-content: start;
}

.star-list {
  position: relative;
  height: 2rem;
}

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

.star-flex .icon {
  width: 1.8rem;
  height: 1.8rem;
}

.star-flex .icon:not(:first-child) {
  margin-left: 0.4rem;
}

.star-filter {
  overflow: hidden;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  height: 100%;
  width: 0;
}

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

  .side-fixed.open {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
  }
}

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

.side-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 50;
  transition: 0.5s ease-in-out;
  opacity: 0;
  transform: translateX(110%);
  visibility: hidden;
}

.side-overlay.open {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}

@media screen and (min-width: 1200px) {
  .side-overlay {
    display: none;
  }
}

.side-open:not(.no-style) {
  width: 4rem;
  height: 4rem;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: fixed;
  z-index: 40;
  background-color: #C50909;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem 0 0 100rem;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}

.side-open:not(.no-style).close {
  opacity: 0;
  transform: translate(100%, -50%);
  visibility: visible;
}

@media screen and (min-width: 1200px) {
  .side-open:not(.no-style) {
    display: none;
  }
}

.side-open:not(.no-style) .side-open-wrap {
  width: 30px;
  height: 30px;
  border-radius: 100rem;
  background-color: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.side-open:not(.no-style) .side-open-wrap .icon {
  color: #C50909;
  font-weight: 600;
  font-size: 1.6rem;
}

.side-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: white;
  border: 1px solid #3F932D;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
}

.side-close:hover .icon {
  transform: rotate(360deg);
}

.side-close .icon {
  font-size: 1.8rem;
  font-weight: 400;
  transition: 0.6s ease-in-out;
}

@media screen and (min-width: 1200px) {
  .side-close {
    display: none;
  }
}

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

.social-link {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.social-link:hover {
  transform: translateY(-5px);
}

.social-link .icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item {
  padding: 2rem 0;
  position: relative;
}

.cart-item:nth-child(1) {
  border-top: 0.1rem solid #D2D5DA;
  border-bottom: 0.1rem solid #D2D5DA;
}

@media screen and (max-width: 1000px) {
  .cart-item:nth-child(1) {
    display: none;
  }
}

.cart-item:nth-child(1) .title {
  font-weight: 700;
}

.cart-item:not(:first-child) {
  border-bottom: 0.1rem solid #D2D5DA;
}

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

  .cart-col::before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    margin-bottom: 0.4rem;
    text-decoration: underline;
    display: none;
  }
}

.cart-col.one {
  flex: 1;
}

@media screen and (max-width: 1000px) {
  .cart-col.one {
    width: 60%;
    flex: unset;
  }
}

.cart-col.two {
  width: 20rem;
}

@media screen and (max-width: 1000px) {
  .cart-col.two {
    width: 40%;
  }
}

@media screen and (max-width: 600px) {
  .cart-col.two {
    width: 60% !important;
  }
}

.cart-col.three {
  width: 18rem;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .cart-col.three {
    width: 40% !important;
  }

  .cart-col.three .count {
    margin-left: auto !important;
  }
}

.cart-col.three .count {
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .cart-col.three {
    text-align: left;
  }
}

@media screen and (max-width: 1000px) {
  .cart-col.three {
    width: 30%;
  }

  .cart-col.three .count {
    margin: 0;
  }
}

.cart-col.four {
  width: 18rem;
  text-align: end;
}

@media screen and (max-width: 600px) {
  .cart-col.four {
    text-align: left;
  }
}

@media screen and (max-width: 1000px) {
  .cart-col.four {
    width: 50%;
  }
}

.cart-col.five {
  width: 4rem;
  flex-shrink: 0;
}

@media screen and (max-width: 1000px) {
  .cart-col.five {
    width: 20%;
  }
}

@media screen and (max-width: 600px) {
  .cart-col.five {
    margin-bottom: 0;
  }
}

.cart-info-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 550px) {
  .cart-info-item {
    font-size: 1.4rem;
  }
}

.cart-info-item:not(:last-child) {
  margin-bottom: 0.4rem;
}

.cart-info .title {
  color: #4D5562;
}

.cart-info-color {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.cart-info-color .circle {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100rem;
}

.cart-delete {
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  display: block;
  cursor: pointer;
}

@media (hover: hover) {
  .cart-delete:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 600px) {
  .cart-delete {
    position: absolute;
    bottom: 2rem;
    right: 0;
    width: 3rem;
    height: 3rem;
    background-color: #C50909;
    border-radius: 0.4rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }

  .cart-delete img {
    filter: brightness(0) invert(1);
  }
}

.cart-pro {
  display: flex;
  gap: 1rem;
}

.cart-pro-img {
  display: block;
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 0.8rem;
  flex-shrink: 0;
}

.cart-pro-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.cart-pro-content-fl .left {
  display: none;
}

.cart-pro-code {
  color: #4D5562;
}

@media screen and (max-width: 550px) {
  .cart-pro-code {
    font-size: 1.4rem;
  }
}

.cart-pro-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.cart-pro-tag-item {
  display: flex;
  align-items: center;
  padding: 0.4rem 1rem;
  font-weight: 500;
  gap: 0.4rem;
  background: rgba(87, 170, 49, 0.15);
  border-radius: 100rem;
  color: #3F932D;
}

.cart-pro-tag-item img {
  width: 1.6rem;
  height: 1.6rem;
}

@media screen and (max-width: 550px) {
  .cart-pro-tag-item {
    font-size: 1.2rem;
  }

  .cart-pro-tag-item img {
    width: 1.2rem;
    height: 1.2rem;
  }
}

@media screen and (max-width: 550px) {
  .cart-pro-name {
    font-size: 1.4rem;
  }
}

.cart-price {
  font-size: 2.4rem;
  font-weight: 600;
  color: #C50909;
}

@media only screen and (max-width: 1200px) {
  .cart-price {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 800px) {
  .cart-price {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 550px) {
  .cart-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
  }
}

.cart-price .price-old {
  font-size: 1.6rem;
  font-weight: 400;
  color: #9DA3AE;
  text-decoration: line-through;
}

.cart-fl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  justify-content: space-between;
}

.cart-fl .actions {
  max-width: 80rem;
}

.cart-km {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100% !important;
  max-width: 100%;
}

@media screen and (max-width: 500px) {
  .cart-km {
    flex-direction: column;
    align-items: flex-start;
  }
}

.cart-km-form {
  flex: 1;
}

.cart-km-form-wr {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.cart-km-form-wr .re-input {
  flex: 1;
}

.cart-km-form-wr .btn {
  height: 4.4rem;
}

@media screen and (max-width: 600px) {
  .cart .btn-gr {
    flex-direction: column-reverse;
  }

  .cart .btn-gr .btn {
    width: 100%;
  }
}

#update-cart-checkout {
  display: none;
}

.cart-km .cart-km-form-custom {
  display: none;
}

.count {
  display: flex;
  align-items: center;
  padding: 0.8rem 1.6rem;
  border: 0.1rem solid #D2D5DA;
  border-radius: 100rem;
  width: fit-content;
}

.count-number {
  min-width: 6rem;
  text-align: center;
}

.count-btn {
  cursor: pointer;
}

.hbn {
  padding-bottom: var(--bottom);
  overflow: hidden;
  --bottom: 8.6rem;
}

@media screen and (max-width: 900px) {
  .hbn {
    --bottom: 4rem;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 700px) {
  .hbn {
    padding-bottom: 2rem;
  }
}

.hbn-br {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  bottom: var(--bottom);
}

@media screen and (max-width: 900px) {
  .hbn-br {
    bottom: 0;
  }
}

.hbn-br img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 700px) {
  .hbn-br img {
    object-position: 77%;
  }
}

.hbn-side {
  min-height: inherit;
}

.hbn-left {
  width: 41.6666666667%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

.hbn-right {
  width: 58.3333333333%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

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

@media screen and (max-width: 900px) {
  .hbn-right {
    justify-content: center;
  }
}

.hbn-content {
  padding: 4rem 0;
}

@media screen and (max-width: 700px) {
  .hbn-content {
    padding: 2rem 0 0 0;
  }
}

.hbn-content .btn-add {
  color: #FCFEFB;
}

.hbn-content .btn-add .icon i {
  background-color: #FCFEFB;
  color: #212936;
}

.hbn-content .btn-add .icon::before {
  border-color: #FCFEFB;
}

.hbn-content-top {
  margin-bottom: 4rem;
  width: calc(100% + 10rem);
}

@media screen and (max-width: 1199px) {
  .hbn-content-top {
    margin-bottom: 1.6rem;
  }
}

@media screen and (max-width: 700px) {
  .hbn-content-top {
    width: 100%;
  }
}

.hbn-content .t-title {
  color: #FCFEFB;
}

@media screen and (max-width: 1300px) {
  .hbn-content .t-title {
    font-size: 3rem;
  }
}

@media screen and (max-width: 900px) {
  .hbn-content .t-title {
    font-size: 2.4rem;
  }
}

.hbn-sl {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  justify-content: space-between;
  padding: 3.2rem 6.4rem;
  border-radius: 0.8rem;
  background-color: #57AA31;
  margin-top: 4rem;
}

@media screen and (max-width: 1300px) {
  .hbn-sl {
    padding: 2.4rem;
  }
}

@media screen and (max-width: 1199px) {
  .hbn-sl {
    margin-top: 1.6rem;
  }
}

@media screen and (max-width: 700px) {
  .hbn-sl {
    max-width: 30rem;
    padding: 1.6rem;
  }
}

.hbn-sl-number {
  color: #FFD644;
}

.hbn-img {
  width: calc(100% + 23rem);
  position: relative;
}

@media screen and (max-width: 1600px) {
  .hbn-img {
    width: calc(100% + 10rem);
  }
}

@media screen and (max-width: 1300px) {
  .hbn-img {
    width: 100%;
  }
}

.hbn-img-main {
  transform: scale(0.5);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.72, 0.04, 0.49, 0.82);
}

.hbn-img-sale {
  bottom: calc(-1 * var(--bottom));
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 60%;
}

.hbn-img img {
  display: block;
}

.hbn-slider {
  min-height: 37.037037037vw;
}

.hbn-slider .swiper {
  overflow: visible;
  min-height: inherit;
}

.hbn-slider .swiper-wrapper {
  min-height: inherit;
}

.hbn-slider .swiper-slide {
  overflow: visible;
  min-height: inherit;
}

.hbn-slider .swiper-slide .container {
  min-height: inherit;
}

.hbn-slider .swiper-slide-active .hbn-img-main {
  opacity: 1;
  transform: scale(1);
  transition: 1s cubic-bezier(0.72, 0.04, 0.49, 0.82) 0.5s;
}

.hbn-slider .swiper-slide-active .hbn-img-sale img {
  animation: 1s tada 0.5s;
}

.hbn-slider .swiper-pagination {
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 2.4rem;
  z-index: 5;
  left: unset;
  width: initial;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media screen and (max-width: 500px) {
  .hbn-slider .swiper-pagination {
    display: none;
  }
}

.hbn-slider .swiper-pagination-bullet {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #57AA31;
  font-size: 1.2rem;
  font-weight: 700;
}

.hbn-slider .swiper-pagination-bullet::before {
  display: none;
}

.hbn-slider .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: -0.5rem;
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  border: 0.1rem solid white;
  border-radius: 100rem;
  border-right: none;
  border-top: none;
  transform: rotate(45deg);
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.hbn-slider .swiper-pagination-bullet-active::after {
  opacity: 1;
}

.dmsp {
  overflow: hidden;
}

.dmsp-slider .swiper-slide {
  width: 16.6666666667%;
}

.dmsp-slider .swiper-slide.active .dmsp-img {
  border-color: #3F932D;
}

.dmsp-slider .swiper-control-btn {
  top: 35% !important;
}

.dmsp-slider.second .dmsp-img {
  width: 60%;
  padding-top: 60%;
  margin: 0 auto;
  border: none;
}

.dmsp-slider.second .swiper-slide {
  overflow: visible;
  position: relative;
  padding-bottom: 1rem;
}

.dmsp-slider.second .swiper-slide:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0.1rem;
  background-color: #E5E7EB;
  left: -1.2rem;
}

.dmsp-slider.second .swiper-slide::after {
  content: "";
  position: absolute;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 0;
  height: 0.1rem;
  background-color: #3F932D;
  bottom: 0;
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .dmsp-slider.second .swiper-slide:hover::after {
    width: 80%;
  }
}

.dmsp-slider.second .swiper-slide.active {
  color: #3F932D;
}

.dmsp-slider.second .swiper-slide.active::after {
  width: 80%;
}

.dmsp-img {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border: 0.1rem solid #E5E7EB;
  border-radius: 2.4rem;
  transition: 0.2s ease-in-out;
}

@media (hover: hover) {
  .dmsp-img:hover {
    border-color: #3F932D;
  }
}

.dmsp-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dmsp-name {
  margin-top: 1.6rem;
}

@media (hover: hover) {
  .dmsp-name a:hover {
    color: #3F932D;
  }
}

@media screen and (min-width: 1200px) {
  .pronb {
    padding: 12rem 0;
  }
}

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

.pronb-br {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.pronb-br img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .pronb-br img {
    object-fit: cover;
  }
}

.pronb-side {
  justify-content: space-between;
}

.pronb-left {
  width: 33.3333333333%;
}

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

.pronb-right {
  width: 58.3333333333%;
}

@media screen and (max-width: 1230px) {
  .pronb-right {
    width: 66.6666666667%;
  }
}

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

.pronb-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 2.4rem;
}

.pronb-content .count-down-list {
  justify-content: center;
}

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

.pronb-slider .swiper-slide {
  width: 33.3333333333%;
}

.pronb .pro-content {
  padding: 1.6rem 1.6rem 2.4rem 1.6rem;
}

.pronb .pro-name {
  font-weight: 500;
}

.pronb-control {
  display: flex;
  align-items: flex-end;
  margin-top: auto;
  position: relative;
}

.pronb-control .swiper-pagination {
  flex: 1;
}

.pronb-control-number {
  position: absolute;
  left: 0;
  bottom: 0.4rem;
}

.home-abi .abi-left .abi-number {
  text-align: left;
}

.hnews-left {
  width: 66.6666666667%;
}

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

.hnews-right {
  width: 33.3333333333%;
}

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

.hnews-item {
  width: 50%;
}

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

.hnews-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media (hover: hover) {
  .hnews-wrap:hover .hnews-fl::before {
    width: 100%;
  }
}

.hnews-wrap .hnews-arr-btn {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.hnews-img {
  position: relative;
}

.hnews-img-inner {
  display: block;
  padding-top: calc((278 / 370) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
}

@media (hover: hover) {
  .hnews-img-inner:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
  }
}

.hnews-img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease-in-out;
}

.hnews-content {
  margin-top: 1.6rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

@media screen and (max-width: 500px) {
  .hnews-name {
    font-size: 1.4rem;
  }
}

.hnews-name a {
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .hnews-name a:hover {
    color: #3F932D;
  }
}

.hnews-des {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 500px) {
  .hnews-des {
    font-size: 1.2rem;
  }
}

.hnews-arr-btn {
  width: 4rem;
  height: 4rem;
  border-radius: 0.4rem;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hnews-arr-btn img {
  width: 2.4rem;
  height: 2.4rem;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 500px) {
  .hnews-arr-btn {
    width: 3rem;
    height: 3rem;
    display: none;
  }

  .hnews-arr-btn img {
    width: 1.6rem;
    height: 1.6rem;
  }
}

@media (hover: hover) {
  .hnews-arr-btn:hover img {
    transform: rotate(45deg);
  }
}

.hnews-fl {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.6rem;
  border-top: 0.1rem solid #E5E7EB;
  margin-top: auto;
  position: relative;
}

.hnews-fl::before {
  content: "";
  position: absolute;
  height: 0.1rem;
  background-color: #3F932D;
  width: 10%;
  top: -0.1rem;
  transition: 0.3s ease-in-out;
}

.hnews-fl-tag {
  padding: 0.4rem 1.2rem;
  border-radius: 100rem;
  color: #3F932D;
  background: rgba(63, 147, 45, 0.1);
}

@media screen and (max-width: 500px) {
  .hnews-fl-tag {
    font-size: 1.2rem;
  }
}

.hnews-fl-time {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.hnews-fl-time img {
  width: 2rem;
  height: 2rem;
}

@media screen and (max-width: 500px) {
  .hnews-fl-time {
    font-size: 1.2rem;
  }

  .hnews-fl-time img {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.hnews-mini-item {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.hnews-mini-item:not(:last-child) {
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #E5E7EB;
}

.hnews-mini-img {
  width: 10rem;
}

.hnews-mini-img .inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
}

@media (hover: hover) {
  .hnews-mini-img .inner:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
  }
}

.hnews-mini-img .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}

.hnews-mini-content {
  flex: 1;
}

.hnews-mini-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

.contact-map {
  position: relative;
}

.contact-map::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  background: linear-gradient(180deg, #FFFFFF 5.31%, rgba(255, 255, 255, 0) 31.56%);
  height: 100%;
  pointer-events: none;
}

.contact-map-inner {
  height: 48rem;
}

.contact-map-inner iframe {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .contact-ct {
    padding: 4rem 0;
  }
}

.contact-ct-left {
  width: 58.3333333333%;
}

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

.contact-ct-right {
  width: 41.6666666667%;
}

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

@media screen and (min-width: 1200px) {
  .contact-ct-content {
    padding: 10rem 0;
    padding-right: 6rem;
  }
}

.contact-ct-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

.contact-ct-form {
  padding: 4rem;
  background-color: white;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.08), 16px 16px 64px rgba(0, 0, 0, 0.06);
  border-radius: 1.2rem;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1200px) {
  .contact-ct-form {
    margin-top: -7rem;
  }
}

@media screen and (max-width: 550px) {
  .contact-ct-form {
    padding: 2.4rem;
  }
}

.mission {
  overflow: hidden;
}

.mission .head {
  width: 75rem;
  max-width: 100%;
  margin: 0 auto 4rem;
}

.mission .head .t-title {
  margin-bottom: 1.6rem;
}

.mission .container {
  position: relative;
}

.mission-decor {
  position: absolute;
  z-index: -1;
}

.mission-decor.one {
  width: 24.5rem;
  top: 40%;
  right: 100%;
}

.mission-decor.two {
  width: 29.5rem;
  top: 10%;
  left: 90%;
}

.mission-signature {
  width: 19.5rem;
  margin: 0 auto;
}

.mission-list {
  padding-top: 4rem;
  justify-content: center;
}

.mission-item {
  width: 33.3333333333%;
  text-align: center;
}

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

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

.mission-item .icon {
  width: 8rem;
  height: 8rem;
  border-radius: 100rem;
  margin: 0 auto 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid #1D5029;
}

.mission-item .icon img {
  width: 3.2rem;
}

.mission-item .des {
  color: #4D5562;
}

.abi {
  padding: 20rem 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 700px) {
  .abi {
    padding: 8rem 0;
  }
}

.abi-br {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  mask-image: url(../assets/images/abi-br-crop.png);
  -webkit-mask-image: url(../assets/images/abi-br-crop.png);
  -moz-mask-image: url(../assets/images/abi-br-crop.png);
  -ms-mask-image: url(../assets/images/abi-br-crop.png);
  -o-mask-image: url(../assets/images/abi-br-crop.png);
  mask-position: center;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-position: center;
  -moz-mask-size: cover;
  -moz-mask-repeat: no-repeat;
  -ms-mask-position: center;
  -ms-mask-size: cover;
  -ms-mask-repeat: no-repeat;
  -o-mask-position: center;
  -o-mask-size: cover;
  -o-mask-repeat: no-repeat;
}

.abi-br-inner {
  height: 100%;
  position: relative;
}

.abi-br-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(2, 15, 0, 0.8), rgba(2, 15, 0, 0.8));
}

.abi-br-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.abi-side {
  align-items: center;
}

.abi-left,
.abi-right {
  flex: 1;
}

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

  .abi-left,
  .abi-right {
    width: 100%;
    flex: unset;
  }
}

.abi-midle {
  width: 28.2rem;
}

@media screen and (max-width: 700px) {
  .abi-midle {
    margin: 0 auto 2.4rem;
    order: -1;
  }
}

.abi-img {
  padding-top: 100%;
  position: relative;
}

.abi-img-inner {
  position: absolute;
  left: 2rem;
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  border-radius: 100rem;
  border: 0.3rem solid white;
}

.abi-img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.abi-circle {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0.1rem solid white;
  border-radius: 100rem;
  transform: rotate(-360deg);
  transition: 1s cubic-bezier(0.72, 0.04, 0.49, 0.82);
}

.abi-circle::before,
.abi-circle::after {
  content: "";
  position: absolute;
  background-color: white;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.abi-circle::before {
  left: -1.2rem;
}

.abi-circle::after {
  right: -1.2rem;
}

.abi-number {
  font-size: 9.6rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 1199px) {
  .abi-number {
    font-size: 4rem;
  }
}

@media screen and (min-width: 701px) {
  .abi-number {
    text-align: end;
  }
}

.abi-line {
  height: 0.1rem;
  background-color: white;
  position: relative;
}

.abi-line::before,
.abi-line::after {
  content: "";
  position: absolute;
  background-color: white;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.abi-line::before {
  left: 0;
}

.abi-line::after {
  right: 0;
}

.abi-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

@media screen and (min-width: 701px) {
  .abi-content {
    height: 1.6rem;
    gap: 0;
  }
}

@media screen and (min-width: 701px) {
  .abi-top {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 100%;
    overflow: hidden;
  }

  .abi-top .text {
    transition: 0.3s cubic-bezier(0.72, 0.04, 0.49, 0.82);
    opacity: 0;
    visibility: hidden;
    transform: translate(0, -100%);
    display: inline-block;
  }
}

@media screen and (min-width: 701px) {
  .abi-bot {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    overflow: hidden;
  }

  .abi-bot .text {
    transition: 0.3s cubic-bezier(0.72, 0.04, 0.49, 0.82);
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 100%);
    display: inline-block;
  }
}

.abi-slider .swiper-slide-active .abi-circle {
  transform: rotate(0);
}

.abi-slider .swiper-slide-active .abi-top .text,
.abi-slider .swiper-slide-active .abi-bot .text {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  transition: 1s cubic-bezier(0.72, 0.04, 0.49, 0.82) 0.8s;
}

@media screen and (min-width: 701px) {
  .view {
    padding-bottom: 18rem;
  }
}

.view .container {
  max-width: 1230px;
}

.view-br {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 870px;
  max-width: 100%;
  z-index: -1;
}

@media screen and (min-width: 701px) {
  .view-list {
    margin: 0 -80px;
  }
}

.view-item {
  width: 33.3333333333%;
}

@media screen and (min-width: 701px) {
  .view-item {
    padding: 0 80px;
  }
}

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

@media screen and (min-width: 701px) {
  .view-item:nth-child(3n+1) .view-wrap {
    transform: translate(38px, 39px);
  }

  .view-item:nth-child(3n+2) .view-wrap {
    transform: translate(-12px, 39px);
  }

  .view-item:nth-child(3n+3) .view-wrap {
    transform: translate(-64px, 39px);
  }
}

.view-wrap {
  position: relative;
}

@media screen and (min-width: 701px) {
  .view-wrap {
    padding-top: 100%;
    border-radius: 100rem;
  }
}

@media screen and (max-width: 700px) {
  .view-wrap {
    padding: 1.6rem;
    border-radius: 0.8rem;
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    min-height: 18rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.view-wrap::before {
  content: "";
  position: absolute;
  background-color: #3F932D;
  z-index: 1;
  border-radius: 100rem;
}

@media screen and (min-width: 701px) {
  .view-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    padding: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

@media (max-width: 1200px) and (min-width: 701px) {
  .view-content {
    padding: 1vw;
  }
}

@media screen and (max-width: 700px) {
  .view-content {
    padding: 0;
  }
}

@media (max-width: 1200px) and (min-width: 701px) {
  .view-content .title {
    font-size: 3vw;
  }
}

@media (max-width: 1200px) and (min-width: 701px) {
  .view-content .des {
    font-size: 1.4vw;
  }
}

.view-out {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 700px) {
  .view-out {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .review .head .des br {
    display: none;
  }
}

.review-user {
  margin-bottom: 2.4rem;
}

.review-user-img {
  width: 14rem;
  height: 14rem;
  border-radius: 100rem;
  border: 0.2rem solid #3F932D;
  margin: 0 auto 2.4rem;
}

@media screen and (max-width: 768px) {
  .review-slider .swiper {
    width: 95%;
  }
}

.review-slider .swiper-slide-prev .review-wrap {
  margin-left: auto;
}

.review-slider .swiper-slide-active .review-des {
  max-height: 20rem;
  transition: 0.6s linear 0.6s;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.review-wrap {
  width: 100%;
  transition: 0.3s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.review-des {
  margin-top: 0;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 769px) {
  .review-des {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 0);
  }
}

.review-control {
  position: absolute;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: 0;
  height: 100%;
  width: calc(33.3333333333% + 1.2rem);
  z-index: 2;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

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

.review-control-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.review-control-item .decor {
  display: block;
  width: 0.1rem;
  background-color: #D2D5DA;
  flex: 1;
}

.review-control-item:nth-child(1) {
  transform: translateX(-2rem);
}

.review-control-item:nth-child(2) {
  transform: translateX(2rem);
}

.why {
  padding: 12rem 0;
}

@media screen and (min-width: 1200px) {
  .why {
    min-height: 71rem;
  }
}

.why-br {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  mask-image: url(../assets/images/why-br-crop.png);
  -webkit-mask-image: url(../assets/images/why-br-crop.png);
  -moz-mask-image: url(../assets/images/why-br-crop.png);
  -ms-mask-image: url(../assets/images/why-br-crop.png);
  -o-mask-image: url(../assets/images/why-br-crop.png);
  mask-position: center;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-position: center;
  -moz-mask-size: cover;
  -moz-mask-repeat: no-repeat;
  -ms-mask-position: center;
  -ms-mask-size: cover;
  -ms-mask-repeat: no-repeat;
  -o-mask-position: center;
  -o-mask-size: cover;
  -o-mask-repeat: no-repeat;
}

.why-br-inner {
  background-color: #3F932D;
  height: 100%;
}

.why-br-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-item {
  width: 50%;
}

@media screen and (min-width: 901px) {
  .why-item:nth-child(odd) {
    text-align: right;
  }

  .why-item:nth-child(odd) .icon {
    margin-left: auto;
  }

  .why-item:nth-child(even) .why-wrap {
    margin-left: auto;
  }
}

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

.why-img {
  position: absolute;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: calc(33.3333333333% - 2.4rem);
  top: 5%;
}

@media screen and (max-width: 900px) {
  .why-img {
    display: none;
  }
}

.why-img-inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
}

.why-img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-wrap {
  width: 66.6666666667%;
}

@media screen and (max-width: 900px) {
  .why-wrap {
    width: 100%;
    text-align: center;
  }
}

.why-wrap .icon {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 100rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 900px) {
  .why-wrap .icon {
    margin: 0 auto 0.8rem;
  }
}

.why-wrap .icon img {
  width: 2.4rem;
  height: 2.4rem;
}

.why-wrap .name {
  margin-bottom: 0.8rem;
}

.cate {
  overflow: hidden;
  background-color: #F9FAFB;
}

.cate-slider .swiper-slide {
  width: 25%;
}

.cate-wrap {
  position: relative;
}

@media (hover: hover) {
  .cate-wrap:hover .cate-btn {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }

  .cate-wrap:hover .cate-content::before {
    opacity: 1;
  }
}

.cate-img {
  display: block;
  padding-top: calc((423 / 282) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
}

.cate-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cate-content {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.8rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 1.2rem;
  pointer-events: none;
}

.cate-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: inherit;
  transition: 0.3s ease-in-out;
  pointer-events: none;
}

.cate-name {
  font-size: 3.2rem;
  font-weight: 700;
  color: white;
  font-style: italic;
  text-align: center;
  pointer-events: visible;
}

@media only screen and (max-width: 1200px) {
  .cate-name {
    font-size: 2.7rem;
  }
}

@media only screen and (max-width: 800px) {
  .cate-name {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 500px) {
  .cate-name {
    font-size: 1.6rem;
  }
}

.cate-btn {
  padding: 1.6rem;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.08), 16px 16px 64px rgba(0, 0, 0, 0.06);
  background-color: white;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #4D5562;
  transition: 0.3s ease-in-out;
  background-color: #E5E7EB;
  margin-top: 1rem;
}

@media screen and (min-width: 1200px) {
  .cate-btn {
    position: absolute;
    bottom: 1.2rem;
    left: 1.2rem;
    right: 1.2rem;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 100%);
    background-color: white;
    margin-top: 0;
  }
}

@media (hover: hover) {
  .cate-btn:hover {
    background-color: #3F932D;
    color: white;
  }
}

.cate-btn i {
  transform: rotate(-45deg);
}

.psale {
  position: relative;
}

.psale.second {
  padding: 22rem 0;
}

.psale.single .container {
  max-width: 160rem;
}

.psale-br {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  mask-image: url(../assets/images/psale-br-crop.png);
  -webkit-mask-image: url(../assets/images/psale-br-crop.png);
  -moz-mask-image: url(../assets/images/psale-br-crop.png);
  -ms-mask-image: url(../assets/images/psale-br-crop.png);
  -o-mask-image: url(../assets/images/psale-br-crop.png);
  mask-position: center;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-position: center;
  -moz-mask-size: cover;
  -moz-mask-repeat: no-repeat;
  -ms-mask-position: center;
  -ms-mask-size: cover;
  -ms-mask-repeat: no-repeat;
  -o-mask-position: center;
  -o-mask-size: cover;
  -o-mask-repeat: no-repeat;
}

.psale-br-inner {
  height: 100%;
}

.psale-br-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.psale-item {
  width: 50%;
}

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

.psale-wrap {
  padding: 3.6rem;
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
  padding-bottom: 15rem;
  background-color: white;
  height: 100%;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 900px) {
  .psale-wrap {
    padding: 2.4rem;
    padding-bottom: 15rem;
  }
}

.psale-tag {
  position: absolute;
  width: 20%;
  z-index: 3;
  right: 5%;
  bottom: 40%;
}

.psale-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.psale-img img {
  display: block;
}

.psale-fl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  position: relative;
  z-index: 2;
}

.psale-fl-right {
  flex: 1;
}

.psale-content {
  width: 28rem;
  max-width: 100%;
}

.exper {
  background-color: #E6F8E1;
  overflow: hidden;
  --size-re: 2.4rem;
}

@media screen and (max-width: 1199px) {
  .exper {
    --size-re: 2vw;
  }
}

@media screen and (max-width: 500px) {
  .exper {
    --size-re: 4vw;
  }
}

.exper-list {
  justify-content: center;
}

.exper-item {
  width: 33.3333333333%;
}

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

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

.exper-item:nth-child(3n+1) {
  --color-line: #1DBCCF;
}

.exper-item:nth-child(3n+1).is-inview .exper-wrap::before {
  transform: rotate(0);
}

.exper-item:nth-child(3n+1).is-inview .exper-wrap .line-big {
  transform: rotate(0);
}

.exper-item:nth-child(3n+2) {
  --color-line: #EF5966;
}

.exper-item:nth-child(3n+2).is-inview .exper-wrap::before {
  transform: rotate(185deg);
}

.exper-item:nth-child(3n+2).is-inview .exper-wrap .line-big {
  transform: rotate(185deg);
}

.exper-item:nth-child(3n+3) {
  --color-line: #F0BE07;
}

.exper-item:nth-child(3n+3).is-inview .exper-wrap::before {
  transform: rotate(260deg);
}

.exper-item:nth-child(3n+3).is-inview .exper-wrap .line-big {
  transform: rotate(260deg);
}

.exper-wrap {
  padding-top: 100%;
  position: relative;
}

.exper-wrap::before {
  content: "";
  position: absolute;
  left: calc(var(--size-re) / 2 - 0.2rem);
  top: calc(var(--size-re) / 2 - 0.2rem);
  right: calc(var(--size-re) / 2 - 0.2rem);
  bottom: calc(var(--size-re) / 2 - 0.2rem);
  border: 0.1rem solid #000000;
  border-radius: 100rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 60% 100%, 60% 40%, 0 40%);
  transition: 1s ease-in-out;
  transform: rotate(-180deg);
}

.exper-wrap .line-big {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 1s ease-in-out;
  transform: rotate(-180deg);
}

.exper-wrap .line-big .line-circle {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: var(--size-re) solid var(--color-line);
  border-radius: 100rem;
  clip-path: polygon(0 52%, 52% 48%, 48% 100%, 0% 100%);
}

.exper-wrap .line-big::before,
.exper-wrap .line-big::after {
  content: "";
  position: absolute;
  width: var(--size-re);
  height: var(--size-re);
  border-radius: 100rem;
  background-color: var(--color-line);
  z-index: 2;
}

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

  .exper-wrap .line-big::before,
  .exper-wrap .line-big::after {
    display: none;
  }
}

.exper-wrap .line-big::before {
  left: 0;
  top: 50%;
  transform: translateY(-32%);
}

.exper-wrap .line-big::after {
  bottom: 0;
  left: 50%;
  transform: translateX(-68%);
}

.exper-wrap .line-big .circle {
  position: absolute;
  width: var(--size-re);
  height: var(--size-re);
  border-radius: 100rem;
  border: 0.1rem solid #000000;
  background-color: #E6F8E1;
}

.exper-wrap .line-big .circle.one {
  left: 0;
  top: calc(50% - var(--size-re));
  transform: translate(0, -50%);
}

.exper-wrap .line-big .circle.two {
  bottom: 0;
  left: calc(50% + var(--size-re));
  transform: translate(-50%, 0);
}

.exper-wrap .line-big .circle::before {
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 0.4rem;
  right: 0.4rem;
  bottom: 0.4rem;
  border-radius: inherit;
  background-color: var(--color-line);
}

.exper-inner {
  position: absolute;
  left: 10%;
  top: 10%;
  right: 10%;
  bottom: 10%;
  background-color: white;
  border-radius: 100rem;
  padding: 2.4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media screen and (max-width: 1199px) {
  .exper-inner {
    padding: 2vw;
  }
}

@media screen and (max-width: 500px) {
  .exper-inner {
    padding: 4vw;
  }
}

.exper-inner .icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .exper-inner .icon {
    width: 2.8vw;
    height: 2.8vw;
  }
}

@media screen and (max-width: 768px) {
  .exper-inner .icon {
    width: 5vw;
    height: 5vw;
  }
}

@media screen and (max-width: 500px) {
  .exper-inner .icon {
    width: 10vw;
    height: 10vw;
  }
}

@media screen and (max-width: 1199px) {
  .exper-name {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 768px) {
  .exper-name {
    font-size: 2.4vw;
  }
}

@media screen and (max-width: 500px) {
  .exper-name {
    font-size: 4.8vw;
  }
}

@media screen and (max-width: 1199px) {
  .exper-des {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 768px) {
  .exper-des {
    font-size: 2vw;
  }
}

@media screen and (max-width: 500px) {
  .exper-des {
    font-size: 4vw;
  }
}

.prd-left {
  width: 33.3333333333%;
}

@media screen and (max-width: 1199px) {
  .prd-left {
    width: 38.4rem;
  }
}

@media screen and (max-width: 750px) {
  .prd-left {
    width: 70%;
    margin: 0 auto 2.4rem;
  }
}

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

.prd-midle {
  width: 41.6666666667%;
}

@media screen and (max-width: 1199px) {
  .prd-midle {
    flex: 1;
  }
}

@media screen and (max-width: 750px) {
  .prd-midle {
    width: 100%;
    flex: unset;
  }
}

.prd-right {
  width: 25%;
}

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

.prd-slider-number {
  border-radius: 100rem;
  padding: 0.8rem 1.6rem;
  background-color: white;
}

.prd-slider-main .swiper {
  border-radius: 0.8rem;
}

.prd-slider-main .swiper-control {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  z-index: 2;
  justify-content: space-between;
}

.prd-slider-main .swiper-control-btn {
  background-color: white;
}

.prd-slider-main .swiper-control-btn::before {
  display: none;
}

.prd-slider-main .swiper-control-btn i {
  background-color: transparent;
  color: #212936;
}

.prd-slider-thumb {
  margin-top: 0.8rem;
}

.prd-slider-thumb .swiper-slide {
  width: 16.6666666667%;
}

.prd-slider-thumb .swiper-slide-thumb-active .prd-img::before {
  opacity: 1;
}

.prd-slider-thumb .swiper-slide-thumb-active .prd-img::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.prd-slider-thumb .prd-img {
  border-radius: 0.8rem;
}

.prd-slider-thumb .prd-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
  transition: 0.1s ease-in-out;
}

.prd-slider-thumb .prd-img::after {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
  height: 25%;
  border-radius: 100rem;
  background: rgba(255, 255, 255, 0.5);
  z-index: 3;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.1s ease-in-out;
}

.prd-img {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.prd-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prd-content-block:not(:last-child) {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #E5E7EB;
}

.prd-content .pro-price {
  margin-bottom: 0;
}

.prd-content .pro-price .price-old {
  line-height: 1.2;
  vertical-align: middle;
}

.prd-content .pro-price .price {
  font-size: 2.8rem;
}

@media only screen and (max-width: 1200px) {
  .prd-content .pro-price .price {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 800px) {
  .prd-content .pro-price .price {
    font-size: 2.1rem;
  }
}

.prd-price-fl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.prd-color {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.prd-color-item {
  width: 4rem;
  height: 4rem;
  border-radius: 100rem;
  border: 0.1rem solid #D2D5DA;
  transition: 0.1s ease-in-out;
  position: relative;
}

.prd-color-item.active {
  border-color: #040711;
}

.prd-color-item::before {
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 0.4rem;
  right: 0.4rem;
  bottom: 0.4rem;
  border-radius: inherit;
  background-color: var(--color);
}

.prd-weigth {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}

.prd-weigth-item {
  padding: 0.8rem 1.6rem;
  border: 1px solid #E5E7EB;
  border-radius: 100rem;
  transition: 0.1s ease-in-out;
  font-size: 1.4rem;
}

.prd-weigth-item.active {
  border-color: #040711;
  color: #212936;
}

.prd-quantity {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}

@media screen and (max-width: 550px) {
  .prd .btn-gr .btn {
    width: 100%;
  }
}

.prd-benefit {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .prd-benefit {
    gap: 0.8rem;
  }
}

.prd-benefit-item {
  min-height: 11.2rem;
  background-color: #3F932D;
  color: white;
  font-weight: 500;
  text-align: center;
  padding: 1.6rem 3.6rem;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .prd-benefit-item {
    width: calc(33.3333333333% - 1.6rem);
  }
}

@media screen and (max-width: 750px) {
  .prd-benefit-item {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 600px) {
  .prd-benefit-item {
    width: 100%;
    font-size: 1.4rem;
    width: calc(33.3333333333% - 0.5333333333rem);
    padding: 1rem;
    min-height: unset;
  }
}

@media screen and (max-width: 500px) {
  .prd-benefit-item {
    width: calc(50% - 0.4rem);
  }
}

.prd-benefit-item::before,
.prd-benefit-item::after {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  border-radius: 100rem;
  background-color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

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

  .prd-benefit-item::before,
  .prd-benefit-item::after {
    width: 1rem;
    height: 1rem;
  }
}

.prd-benefit-item::before {
  left: -2rem;
}

@media screen and (max-width: 600px) {
  .prd-benefit-item::before {
    left: -0.5rem;
  }
}

.prd-benefit-item::after {
  right: -2rem;
}

@media screen and (max-width: 600px) {
  .prd-benefit-item::after {
    right: -0.5rem;
  }
}

.prd-time {
  display: flex;
  gap: 0.8rem;
  margin-left: auto;
}

.prd-time-item {
  text-align: center;
  padding: 0.8rem;
  color: white;
  font-weight: 600;
  background: linear-gradient(180deg, #FB0000 -22.92%, rgba(255, 207, 187, 0) 100%), linear-gradient(90deg, #F70000 0%, #F7A300 72.33%);
  min-width: 6.8rem;
  border-radius: 0.8rem;
}

.prd-time-item .number {
  font-size: 2.4rem;
}

@media only screen and (max-width: 1200px) {
  .prd-time-item .number {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 800px) {
  .prd-time-item .number {
    font-size: 1.7rem;
  }
}

.prt {
  background-color: #F9FAFB;
}

.prt-left {
  flex: 1;
}

@media screen and (max-width: 1000px) {
  .prt-left {
    width: 100%;
    flex: unset;
  }
}

.prt-right {
  width: 38.4rem;
}

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

.prt-content {
  padding: 4rem;
  border-radius: 0.8rem;
  background-color: white;
}

@media screen and (max-width: 550px) {
  .prt-content {
    padding: 2.4rem;
  }
}

.prt-content .head {
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #E5E7EB;
}

.prt-content ul {
  list-style: none;
}

.prt-content ul li {
  padding-left: 2.6rem;
  position: relative;
}

.prt-content ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.prt-content ul li::before {
  content: "";
  position: absolute;
  background-image: url(../assets/images/icon-check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 2rem;
  height: 2rem;
  left: 0;
  top: 0.4rem;
}

.prt-table table {
  width: 100%;
}

.prt-table table td {
  padding: 1rem;
}

.prt-table table tr:nth-child(even) {
  border-radius: 0.8rem;
  overflow: hidden;
}

.prt-table table tr:nth-child(even) td {
  background-color: #E5E7EB;
}

.detail-left {
  width: 28.2rem;
}

.detail-left-sidebar {
  position: sticky;
  top: 11rem;
}

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

.detail-midle {
  flex: 1;
}

@media screen and (max-width: 700px) {
  .detail-midle {
    width: 100%;
  }
}

.detail-right {
  width: 28.2rem;
}

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

.detail-right-sidebar {
  position: sticky;
  top: 11rem;
}

.detail-top {
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 0.1rem solid #E5E7EB;
}

.detail-top-fl {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.4rem;
}

.detail-top-fl .news-mini-item img {
  width: 2rem;
  height: 2rem;
}

.detail-news-sidebar {
  border-radius: 0.8rem;
  border: 0.1rem solid #E5E7EB;
}

.detail-news-sidebar-head {
  padding: 2.4rem 2.4rem 0 2.4rem;
}

.detail-news-sidebar .t-title-24 {
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #E5E7EB;
}

.detail-news-sidebar-item {
  padding: 2.4rem;
}

.detail-news-sidebar-item:not(:last-child) {
  border-bottom: 0.1rem solid #E5E7EB;
}

.detail-promo {
  max-width: 28.2rem;
  margin: 0 auto;
}

.detail-promo-img {
  display: block;
  border-radius: 0.8rem;
}

.detail-promo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.detail-sc {
  padding: 2.4rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #E5E7EB;
}

.detail-sc .t-title-24 {
  padding-bottom: 1rem;
  margin-bottom: 1.6rem;
  border-bottom: 0.1rem solid #E5E7EB;
}

.detail-sc>.detail-sc-list>.detail-sc-item:not(:last-child) {
  margin-bottom: 1rem;
}

.detail-sc>.detail-sc-list>.detail-sc-item>.text {
  font-weight: 500;
}

.detail-sc>.detail-sc-list>.detail-sc-item>.detail-sc-list {
  list-style: disc;
  color: #6C727F;
  margin-left: 1.6rem;
  margin-top: 0.8rem;
}

.detail-sc>.detail-sc-list>.detail-sc-item>.detail-sc-list>.detail-sc-item:not(:last-child) {
  margin-bottom: 0.4rem;
}

.detail-share {
  padding: 2.4rem;
  background: rgba(26, 26, 26, 0.04);
  border-radius: 0.8rem;
}

.detail-share-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: 0.4rem;
  background-color: white;
  font-size: 1.4rem;
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .detail-share-item:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
}

.detail-share-item:not(:last-child) {
  margin-bottom: 0.4rem;
}

.detail-share-item img {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  display: inline-block;
}

.detail-dki {
  padding: 2.4rem;
  border-radius: 0.8rem;
  background: rgba(26, 26, 26, 0.04);
}

.detail-dki-form {
  position: relative;
}

.detail-dki .re-input {
  background-color: white;
  padding-right: 3rem;
}

.detail-dki-btn {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0.6rem;
}

.detail-policy-sidebar {
  padding: 2.4rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #E5E7EB;
}

.detail-policy-sidebar .t-title-24 {
  margin-bottom: 1.6rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #E5E7EB;
}

.detail-policy-sidebar ul li:not(:last-child) {
  margin-bottom: 1.6rem;
}

@media (hover: hover) {
  .detail-policy-sidebar ul li:hover {
    color: #3F932D;
  }
}

.detail-policy-sidebar ul li.active {
  color: #3F932D;
}

@media screen and (min-width: 1200px) {
  .bandroll {
    margin-top: -4rem;
    position: relative;
    z-index: 1;
  }
}

.bandroll-wrapper {
  padding: 2.8rem;
  border-radius: 0.8rem;
  background: linear-gradient(180deg, #FB0000 -22.92%, rgba(255, 207, 187, 0) 100%), linear-gradient(90deg, #F70000 0%, #F7A300 72.33%);
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.08), 16px 16px 64px rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 500px) {
  .bandroll-wrapper {
    padding: 1.6rem;
  }
}

.bandroll-side {
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .bandroll-side {
    justify-content: center;
    text-align: center;
  }
}

.bandroll-time {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  justify-content: center;
}

@media screen and (max-width: 400px) {
  .bandroll-time {
    gap: 0.4rem;
  }
}

.bandroll-time-item {
  text-align: center;
  padding: 1.6rem;
  background-color: white;
  border-radius: 0.8rem;
  min-width: 12rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 700px) {
  .bandroll-time-item {
    width: 10rem;
    height: 10rem;
    min-width: unset;
  }
}

@media screen and (max-width: 600px) {
  .bandroll-time-item {
    width: 8rem;
    height: 8rem;
    min-width: unset;
  }
}

@media screen and (max-width: 500px) {
  .bandroll-time-item {
    width: 6rem;
    height: 6rem;
    min-width: unset;
    padding: 0;
  }
}

.bandroll-time-item .number {
  font-size: 4rem;
  font-weight: 700;
  background: linear-gradient(180deg, #FB0000 -22.92%, rgba(255, 207, 187, 0) 100%), linear-gradient(90deg, #F70000 0%, #F7A300 72.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1.2;
}

@media only screen and (max-width: 1200px) {
  .bandroll-time-item .number {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 800px) {
  .bandroll-time-item .number {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 600px) {
  .bandroll-time-item .number {
    font-size: 1.8rem;
  }
}

.bandroll-time-item .name {
  font-size: 2.4rem;
  font-weight: 500;
  color: #6C727F;
}

@media only screen and (max-width: 1200px) {
  .bandroll-time-item .name {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 800px) {
  .bandroll-time-item .name {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 600px) {
  .bandroll-time-item .name {
    font-size: 1.4rem;
  }
}

.store {
  background-color: #F3F4F6;
}

.store .head {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #9DA3AE;
}

@media screen and (max-width: 1199px) {
  .store .head .left {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .store .head .left {
    text-align: center;
  }
}

@media screen and (max-width: 1199px) {
  .store .head .right {
    width: 100%;
  }
}

.store-fil {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1.6rem;
}

.store-fil-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}

@media screen and (max-width: 800px) {
  .store-fil-list {
    width: 100%;
  }
}

.store-fil .btn {
  height: 4.3rem;
}

.store-fil-item {
  width: 20rem;
}

@media screen and (max-width: 800px) {
  .store-fil-item {
    flex: 1;
    width: unset;
  }
}

@media screen and (max-width: 500px) {
  .store-fil-item {
    width: 100%;
    flex: unset;
  }
}

.store-fil-item .select2-container {
  background-color: white;
}

.store-item {
  width: 100%;
}

.store-item-3 {
  width: 33.3333333333%;
}

@media screen and (max-width: 768px) {
  .store-item-3 {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .store-item-3 {
    width: 100%;
  }
}

.store-img {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
}

@media (hover: hover) {
  .store-img: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);
  }
}

.store-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}

.store-content {
  margin-top: 1.6rem;
}

.store-content ul li {
  display: flex;
  gap: 1rem;
  font-weight: 500;
}

.store-content ul li:not(:last-child) {
  margin-bottom: 0.4rem;
}

.store-content ul li img {
  width: 2rem;
  height: 2rem;
  position: relative;
  top: 0.3rem;
}

.store-code {
  margin-bottom: 1.2rem;
}

.checkout-left {
  flex: 1;
}

@media screen and (max-width: 1000px) {
  .checkout-left {
    width: 100%;
    flex: unset;
  }
}

@media screen and (min-width: 1001px) {
  .checkout-left-block .btn {
    display: none;
  }
}

.checkout-right {
  width: 48.6rem;
}

@media screen and (max-width: 1000px) {
  .checkout-right {
    width: 100%;
    order: -1;
  }
}

@media screen and (max-width: 1000px) {
  .checkout-right-block .btn {
    display: none;
  }
}

.checkout-block-head {
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #E5E7EB;
}

.checkout-regi-noti {
  background-color: #E0F1D7;
  border-radius: 0.8rem;
  text-align: center;
  padding: 3.2rem 2.4rem;
}

@media screen and (max-width: 500px) {
  .checkout-regi-noti {
    padding: 1.6rem;
  }
}

.checkout-regi-noti a {
  color: #C50909;
}

@media screen and (max-width: 768px) {
  .checkout-regi-noti a {
    display: block;
  }
}

@media (hover: hover) {
  .checkout-regi-noti a:hover {
    text-decoration: underline;
  }
}

.checkout-pro,
.checkout-method,
.checkout-form {
  padding: 2.4rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #E5E7EB;
}

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

  .checkout-pro,
  .checkout-method,
  .checkout-form {
    padding: 1.6rem;
  }
}

.checkout-method-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.checkout-method-item .icon {
  width: 2rem;
  height: 2rem;
}

.checkout-method-item .icon img {
  display: block;
}

.checkout-method-deli .icon {
  width: 4rem;
  height: auto;
}

.checkout-pro {
  background-color: #F0F8EC;
}

.checkout-pro .checkout-block-head {
  border-bottom-color: #8DC972;
}

.checkout-pro .cart-pro-content-fl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

.checkout-pro-item:not(:last-child) {
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #8DC972;
  margin-bottom: 2.4rem;
}

.checkout-pro-bot {
  margin-top: 2.4rem;
}

.checkout-pro-bot-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.news-slider .swiper-slide {
  width: 33.3333333333%;
}

.news-one .news-mini {
  margin-top: 2.4rem;
}

.news-two-left {
  flex: 1;
}

@media screen and (max-width: 1199px) {
  .news-two-left {
    width: 100%;
  }
}

.news-two-right {
  width: 38.4rem;
}

@media screen and (max-width: 1199px) {
  .news-two-right {
    width: 100%;
    margin-bottom: 0;
  }
}

.news-two .head {
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 1199px) {
  .news-two .head {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem;
    justify-content: space-between;
  }
}

.news-hightlight .news-wrap {
  padding-bottom: 0;
}

.news-hightlight .news-wrap::before,
.news-hightlight .news-wrap::after {
  display: none;
}

.news-hightlight .news-img-inner {
  padding-top: 107.5268817204%;
}

.news-hightlight .swiper-slide {
  width: 33.3333333333%;
}

@media screen and (max-width: 500px) {
  .news-list {
    margin: 0 -0.4rem;
    margin-bottom: -0.8rem;
  }
}

.news-item {
  width: 100%;
}

@media screen and (max-width: 500px) {
  .news-item {
    padding: 0 0.4rem;
    margin-bottom: 0.8rem;
  }
}

.news-item-3 {
  width: 33.3333333333%;
}

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

.news-item-2 {
  width: 50%;
}

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

.news-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 1.6rem;
}

.news-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 0.1rem;
  background-color: #D2D5DA;
}

.news-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20%;
  left: 0;
  height: 0.1rem;
  background-color: #3F932D;
  transition: 0.5s;
}

@media (hover: hover) {
  .news-wrap:hover::after {
    width: 100%;
  }
}

.news-img {
  position: relative;
}

.news-img-inner {
  display: block;
  padding-top: calc((278 / 370) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
}

.news-img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-time {
  width: 7.8rem;
  height: 7.8rem;
  border-radius: 0.4rem;
  background-color: #3F932D;
  font-size: 1.2rem;
  font-weight: 700;
  color: white;
  padding: 0.5rem;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

@media screen and (max-width: 550px) {
  .news-time {
    width: 6rem;
    height: 6rem;
    font-size: 1rem;
  }
}

.news-time:before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border: 0.1rem solid white;
  border-radius: 0.4rem;
}

@media screen and (max-width: 550px) {
  .news-time:before {
    left: 0.3rem;
    top: 0.3rem;
    right: 0.3rem;
    bottom: 0.3rem;
  }
}

.news-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}

@media screen and (max-width: 550px) {
  .news-content {
    gap: 0.4rem;
  }
}

@media screen and (max-width: 550px) {
  .news-code {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 550px) {
  .news-name {
    font-size: 1.4rem;
  }
}

.news-name a {
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .news-name a:hover {
    color: #3F932D;
  }
}

.news-des {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 550px) {
  .news-des {
    font-size: 1.2rem;
  }
}

.news-mini {
  padding: 3.2rem;
  border-radius: 0.8rem;
  background-color: #E0F1D7;
}

@media screen and (max-width: 550px) {
  .news-mini {
    padding: 1.6rem;
  }
}

.news-mini-item {
  width: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

@media screen and (max-width: 850px) {
  .news-mini-item {
    width: 100%;
  }
}

.news-mini-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.news-mini-content-top {
  position: relative;
  flex: 1;
  padding-bottom: 1rem;
}

.news-mini-content-top::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 0.1rem;
  background-color: #D2D5DA;
}

.news-mini-content-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20%;
  left: 0;
  height: 0.1rem;
  background-color: #3F932D;
  transition: 0.5s;
}

@media (hover: hover) {
  .news-mini-content-top:hover::after {
    width: 100%;
  }
}

.news-mini-img {
  width: 16.5rem;
}

@media screen and (max-width: 550px) {
  .news-mini-img {
    width: 12rem;
  }
}

@media screen and (max-width: 400px) {
  .news-mini-img {
    width: 100%;
  }
}

.news-mini-img .inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
}

.news-mini-img .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-mini-time {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: auto;
}

.news-mini-time img {
  width: 1.6rem;
  height: 1.6rem;
}

.news-menu {
  padding: 3.2rem;
  border-radius: 0.8rem;
  border: 1px solid #E5E7EB;
}

@media screen and (max-width: 1199px) {
  .news-menu {
    padding: 0;
    border: none;
  }
}

.news-menu-item {
  font-size: 1.8rem;
}

.news-menu-item:not(:last-child) {
  margin-bottom: 1.6rem;
}

.news-menu-item .icon {
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
  display: block;
  top: 0.5rem;
}

.news-menu-item .icon img {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transition: 0.2s ease-in-out;
}

.news-menu-item .icon img:nth-child(2) {
  opacity: 0;
}

@media (hover: hover) {
  .news-menu-item:hover {
    color: #3F932D;
  }

  .news-menu-item:hover .icon img:nth-child(2) {
    opacity: 1;
  }

  .news-menu-item:hover .icon img:nth-child(1) {
    opacity: 0;
  }
}

.news-menu-item.active {
  color: #3F932D;
}

.news-menu-item.active .icon img:nth-child(2) {
  opacity: 1;
}

.news-menu-item.active .icon img:nth-child(1) {
  opacity: 0;
}

.news-menu-link {
  display: flex;
  gap: 0.6rem;
  transition: 0.2s ease-in-out;
}

.news-promo {
  padding: 2.4rem;
  border-radius: 0.8rem;
  border: 1px solid #E5E7EB;
}

.news-promo-img {
  border-radius: 0.8rem;
}

.news-promo-img img {
  width: 100%;
  display: block;
}

.page-order .main {
  background-color: #FCFCFD;
}

.order-left {
  flex: 1;
}

@media screen and (max-width: 1000px) {
  .order-left {
    width: 100%;
    flex: unset;
  }
}

.order-right {
  width: 38.4rem;
}

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

.order-tt {
  background-color: white;
  border-radius: 0.8rem;
}

.order-tt-head {
  padding: 2.4rem;
  position: relative;
}

.order-tt-head::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: white;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 2rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 0.8rem 0.8rem 0 0;
}

.order-tt-body {
  position: relative;
}

.order-tt-body::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: white;
  top: 2rem;
  left: 0;
  width: 100%;
  bottom: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 0 0 0.8rem 0.8rem;
}

.order-tt-info {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.4rem;
  justify-content: space-between;
  padding: 2.4rem;
  border-bottom: 0.1rem solid #D2D5DA;
}

.order-tt-info-item {
  font-weight: 500;
}

.order-tt-info-item .name {
  color: #6C727F;
}

.order-tt-pro {
  padding: 2.4rem;
}

.order-tt-pro-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}

.order-tt-pro-item:not(:last-child) {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid #D2D5DA;
}

.order-tt-pro .cart-price,
.order-tt-pro .cart-pro-code,
.order-tt-pro .cart-pro-name {
  font-size: 1.6rem;
}

.order-tt-pro .cart-info-item {
  flex-direction: column;
  align-items: flex-start;
}

.order-tt-line {
  border-bottom: 1px dashed rgba(4, 7, 17, 0.2);
  position: relative;
}

.order-tt-line .circle {
  width: 2rem;
  height: 4rem;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  overflow: hidden;
}

.order-tt-line .circle:before {
  content: "";
  position: absolute;
  width: 200%;
  background-color: white;
  top: 0;
  height: 100%;
  border-radius: 100rem;
  box-shadow: inset rgba(99, 99, 99, 0.2) 0 0 8px 0px;
}

.order-tt-line .circle.one {
  left: 0;
}

.order-tt-line .circle.one::before {
  right: 0;
}

.order-tt-line .circle.two {
  right: 0;
}

.order-tt-line .circle.two::before {
  left: 0;
}

.order-method-payment {
  padding: 2.4rem;
  border-radius: 0.8rem;
  background-color: #3F932D;
  color: white;
  font-size: 1.8rem;
}

@media only screen and (max-width: 1200px) {
  .order-method-payment {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 800px) {
  .order-method-payment {
    font-size: 1.5rem;
  }
}

.order-method-payment-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.order-method-payment-item .title {
  color: rgba(255, 255, 255, 0.8);
}

.order-ibank {
  border-radius: 0.8rem;
  border: 0.1rem solid #E5E7EB;
  padding: 2.4rem;
}

.order-ibank-head {
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #E5E7EB;
  margin-bottom: 2.4rem;
}

.order-ibank-block:not(:last-child) {
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #E5E7EB;
  margin-bottom: 2.4rem;
}

.order-ibank-block .title {
  font-weight: 500;
  color: #9DA3AE;
}

.order-ibank-block .name {
  font-weight: 700;
}

.order-ibank-code img {
  display: block;
  margin: 0 auto;
}

.order-single {
  width: 80rem;
  margin: 0 auto;
  max-width: 100%;
}

.page-account {
  background-color: #F3F4F6;
}

.account {
  position: relative;
  z-index: 2;
}

.account-banner-img {
  height: 27.7777777778vw;
}

.account-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.account-left {
  width: 28.2rem;
}

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

.account-right {
  flex: 1;
}

@media screen and (max-width: 1000px) {
  .account-right {
    width: 100%;
    flex: unset;
  }
}

.account-right-inner {
  overflow: hidden;
  padding: 4rem;
  background-color: white;
  border-radius: 0.8rem;
}

@media screen and (max-width: 600px) {
  .account-right-inner {
    padding: 1.6rem;
  }
}

.account-re-head {
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  position: relative;
}

.account-re-head::before {
  content: "";
  position: absolute;
  height: 0.2rem;
  background-color: #3F932D;
  left: -4rem;
  width: 7.8rem;
  bottom: 0;
}

.account-user {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  align-items: center;
}

.account-user-img {
  width: 32rem;
  height: 32rem;
  border-radius: 100rem;
  border: 0.8rem solid #F3F4F6;
  margin-top: -15rem;
}

@media screen and (max-width: 1199px) {
  .account-user-img {
    margin-top: -6rem;
    width: 16rem;
    height: 16rem;
  }
}

.account-user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.account-user-fl {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  flex-wrap: wrap;
}

.account-user-fl-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.account-user-fl-item img {
  width: 2rem;
  height: 2rem;
}

.account-ava-upload {
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.8rem;
  background-color: #E0F1D7;
  cursor: pointer;
  margin-left: auto;
}

@media screen and (max-width: 500px) {
  .account-ava-upload {
    margin-left: 0;
  }
}

.account-ava-upload img {
  width: 1.6rem;
  height: 1.6rem;
}

.account-sidebar-item {
  border-radius: 0.8rem;
  transition: 0.3s ease-in-out;
}

.account-sidebar-item.active {
  background-color: white;
  color: #3F932D;
}

@media (hover: hover) {
  .account-sidebar-item:hover {
    background-color: white;
  }
}

.account-sidebar-link {
  padding: 1.6rem;
  border-radius: 1.4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.account-sidebar-link .icon {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  position: relative;
}

.account-sidebar-link .icon img {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.account-history-table {
  overflow-x: auto;
}

.account-history-table::-webkit-scrollbar {
  display: none;
}

.account-history-table table {
  width: 100%;
  border-bottom: 1px solid #E5E7EB;
}

@media screen and (max-width: 700px) {
  .account-history-table table {
    width: 75rem;
  }
}

.account-history-table table tr:nth-child(1) td {
  background-color: #E0F1D7;
  font-weight: 600;
  text-align: center;
}

.account-history-table table tr:nth-child(1) td:first-child {
  border-radius: 0.8rem 0 0 0.8rem;
}

.account-history-table table tr:nth-child(1) td:last-child {
  border-radius: 0 0.8rem 0.8rem 0;
}

.account-history-table table tr:not(:first-child) td:nth-child(2) {
  background-color: #F4F4F6;
}

.account-history-table table tr:not(:last-child) td,
.account-history-table table tr:not(:first-child) td {
  border-bottom: 1px dashed #E5E7EB;
}

.account-history-table table td {
  padding: 1.6rem 1rem;
  text-align: center;
}

.account-history-table table .history-status {
  padding: 1rem 1.6rem;
  border-radius: 0.4rem;
  background-color: #EEFFE5;
}

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