@charset "UTF-8";
@import url("../assets/library/fontawesome/css/all.css");
@import url("../assets/library/fontawesome/fontawesome/fontawesome.css");
/* @import url("../assets/library/aos/aos.css"); */
@import url("../assets/library/swiper/swiper-bundle.min.css");
@import url("../assets/library/select2/select2.min.css");
@import url("../assets/library/gallery/lightgallery.min.css");
@import url("../assets/library/fancybox/fancybox.css");
@import url("../assets/font/Roboto/stylesheet.css");
@import url("../assets/font/Montserrat/stylesheet.css");

@font-face {
  font-family: 'Montserrat';
  src: url('../assets/font/Montserrat/stylesheet.css') format('truetype');
  font-weight: normal;
}


@font-face {
  font-family: 'Roboto';
  src: url('../assets/font/Roboto/stylesheet.css') format('truetype');
  font-weight: normal;
}


@font-face {
  font-family: 'Tahoma';
  src: url('../assets/font/tahoma/TAHOMA_0.TTF') format('truetype');
  font-weight: normal;
}

body {
  font-family: 'Montserrat', sans-serif;
}

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

.row {
  --cg: 3.2rem;
  --rg: 3.2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  margin: 0 calc(var(--cg) / 2 * -1) calc(var(--rg) * -1);
}

@media screen and (max-width: 1200px) {
  .row {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}

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

textarea:focus,
input:focus {
  outline: none;
}

@media screen and (max-width: 1200px) {
  .rows {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}

.col {
  width: 100%;
  padding: 0 calc(var(--cg) / 2);
  margin-bottom: var(--rg);
}

.col-11 {
  width: calc(11 / 12 * 100%);
}

.col-10 {
  width: calc(10 / 12 * 100%);
}

.col-9 {
  width: calc(9 / 12 * 100%);
}

.col-8 {
  width: calc(8 / 12 * 100%);
}

.col-7 {
  width: calc(7 / 12 * 100%);
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: calc(5 / 12 * 100%);
}

.col-4 {
  width: calc(4 / 12 * 100%);
}

.col-3 {
  width: calc(3 / 12 * 100%);
}

.col-2 {
  width: calc(2 / 12 * 100%);
}

.col-1 {
  width: calc(1 / 12 * 100%);
}

.col-5i {
  width: calc(100% / 5);
}

.col-4i {
  width: calc(100% / 4);
}

img.cg-image-default {
  object-fit: contain !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}

@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

  33% {
    opacity: 1;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

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

  33% {
    opacity: 1;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  50% {
    -webkit-transform: translatey(-100%);
    transform: translatey(-100%);
  }

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

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

  50% {
    -webkit-transform: translatey(-100%);
    transform: translatey(-100%);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes jittery {

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

  10% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  15% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

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

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

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

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

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

@keyframes jittery {

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

  10% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  15% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



:root {
  --size-hd: 17.6rem;

  --color-pri: #ffd700;
  --color-primary: #198e00;
  --color-sec: #101210;
  --color-tt: #101210;
  --color-text: #3a403a;
  --color-black: #000;
  --color-white: #fff;
  --pd-sc: 6rem;
  --size-hd: 15.4rem;
  --pd-sc: 8rem;
  --size-hd-sticky: 8rem;
  --font-body: 'Roboto';
  margin: 0 !important;
  --rewidth: calc((100vw - 120rem)/2);
  --recont: calc(100vw - (100vw - 120rem)/2);
}

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

@media (max-width: 1230px) {
  :root {
    --rewidth: 1.5rem;
  }
}

@media (max-width: 768px) {
  :root {
    --size-hd: 8rem;
  }
}

@media (max-width: 1240px) {
  :root {
    --recont: calc(100%);
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

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

body {
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
  color: #000;
  overflow: hidden auto;
  background: #fff;
  font-family: var(--font-body);
}

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

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

}

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

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

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



.main,
.site-main {
  min-height: 68vh;
}

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

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

iframe {
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

  33% {
    opacity: 1;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

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

  33% {
    opacity: 1;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes jittery {

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

  10% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  15% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

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

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

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

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

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

@keyframes jittery {

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

  10% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  15% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.back-to-top.active {
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.back-to-top .triangle {
  display: block;
  width: 0;
  height: 0;
  z-index: 2;
  border: 8px solid transparent;
  border-bottom: 6px solid #fff;
  margin-top: -6px;
  border-radius: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hd-nav {
  height: 100%;
}

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

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

.hd-nav .menu-nav>.menu-list {
  height: 100%;
  margin: 0 -2.8rem;
}

.hd-nav .menu-nav>.menu-list>.menu-item {
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2.8rem;
}

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

.hd-nav .menu-nav>.menu-list>.menu-item:last-child::after {
  display: none;
}

.hd-nav .menu-nav>.menu-list>.menu-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  height: 0.1rem;
  background: var(--color-pri);
  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;
}

.hd-nav .menu-nav>.menu-list>.menu-item::after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 2rem;
  background: #e6e6e6;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

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

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

.hd-nav .menu-nav>.menu-list>.menu-item:hover>a {
  color: var(--color-pri);
}

.hd-nav .menu-nav>.menu-list>.menu-item:hover>a i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: var(--color-pri);
}

.hd-nav .menu-nav>.menu-list>.menu-item>.menu-link {
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-text);
  font-size: 1.4rem;
  font-weight: 400;
}

.hd-nav .menu-nav>.menu-list>.menu-item.current_page_item>a,
.hd-nav .menu-nav>.menu-list>.menu-item.current-menu-item>a,
.hd-nav .menu-nav>.menu-list>.menu-item.current-menu-parent>a,
.hd-nav .menu-nav>.menu-list>.menu-item.current-post-parent>a {
  color: var(--color-pri);
}

.hd-nav .menu-nav>.menu-list>.menu-item.current_page_item::before,
.hd-nav .menu-nav>.menu-list>.menu-item.current-menu-item::before,
.hd-nav .menu-nav>.menu-list>.menu-item.current-menu-parent::before,
.hd-nav .menu-nav>.menu-list>.menu-item.current-post-parent::before {
  width: calc(100% - 5.6rem);
}

.hd-nav .menu-nav>.menu-list>.menu-item>.menu-list {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: calc(100%);
}

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

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

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

.hd-nav .menu-item:hover>.menu-list>.menu-item.current_page_item>a,
.hd-nav .menu-item:hover>.menu-list>.menu-item.current-menu-item>a {
  color: var(--color-pri);
}

.hd-nav .menu-item:hover>.menu-list>.menu-item.current_page_item>a::after,
.hd-nav .menu-item:hover>.menu-list>.menu-item.current-menu-item>a::after {
  height: 100%;
}

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

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

.hd-nav .menu-item>.menu-link,
.hd-nav .menu-item>a {
  color: var(--color-text);
  font-weight: 400;
  display: block;
  font-size: 1.4rem;
}

.hd-nav .menu-item>.menu-link>i,
.hd-nav .menu-item>a>i {
  display: none;
  font-weight: 600;
  margin-left: 0.4rem;
  font-size: 1.4rem;
  color: var(--color-white);
}

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

.hp-img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.head {
  margin-bottom: 2.4rem;
}

.hd-nav .menu-item>.menu-list {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 20rem;
  max-width: 23rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, 5px);
  transform: translate(-50%, 5px);
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 0.3rem 1.2rem 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0.3rem 1.2rem 0px;
}

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

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

.hd-nav .menu-item>.menu-list>.menu-item:hover>.menu-link,
.hd-nav .menu-item>.menu-list>.menu-item:hover>a {
  color: var(--color-pri);
  background: #d4eef9;
}

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

.hd-nav .menu-item>.menu-list>.menu-item>.menu-link,
.hd-nav .menu-item>.menu-list>.menu-item>a {
  padding: 1.2rem 3.2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  color: var(--color-text);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hd-nav .menu-item>.menu-list>.menu-item>.menu-link::after,
.hd-nav .menu-item>.menu-list>.menu-item>a::after {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  height: 0%;
  background: var(--color-pri);
  width: 0.3rem;
  z-index: 1;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

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

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

.mobile-nav .menu-nav>.menu-list>.menu-item.current_page_item>a,
.mobile-nav .menu-nav>.menu-list>.menu-item.current-menu-item>a,
.mobile-nav .menu-nav>.menu-list>.menu-item.current-menu-parent>a,
.mobile-nav .menu-nav>.menu-list>.menu-item.current-post-parent>a {
  color: var(--color-pri);
  padding-left: 3rem;
}

.mobile-nav .menu-nav>.menu-list>.menu-item.current_page_item>a::after,
.mobile-nav .menu-nav>.menu-list>.menu-item.current-menu-item>a::after,
.mobile-nav .menu-nav>.menu-list>.menu-item.current-menu-parent>a::after,
.mobile-nav .menu-nav>.menu-list>.menu-item.current-post-parent>a::after {
  opacity: 1;
}

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

.mobile-nav .menu-nav>.menu-list>.menu-item>a {
  padding: 1.2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #303030;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

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

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

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

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

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

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

.mobile-nav .menu-item>a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.2rem;
  font-size: 1.4rem;
  color: var(--color-text);
  font-weight: 500;
  text-transform: uppercase;
}

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

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

.mobile-nav .menu-item>.menu-list>.menu-item.current_page_item>a,
.mobile-nav .menu-item>.menu-list>.menu-item.current-menu-item>a {
  color: var(--color-pri);
}

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

.hd-cate .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 -2.8rem;
}

@media screen and (max-width: 1450px) {
  .hd-cate .menu-list {
    margin: 0 -1.2rem;
  }
}

@media (hover: hover) {
  .hd-cate .menu-list>.menu-item:hover .hd-cate-pos {
    opacity: 1;
    visibility: visible;
  }

  .hd-cate .menu-list>.menu-item:hover .menu-link {
    color: var(--color-pri);
  }
}

.hd-cate .menu-list>.menu-item>.menu-link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  padding: 0 2.8rem;
  font-size: 1.4rem;
  color: var(--color-text);
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1450px) {
  .hd-cate .menu-list>.menu-item>.menu-link {
    padding: 0 1.2rem;
  }
}

.noti_con {
  position: fixed;
  top: 5rem;
  right: 0;
  z-index: 9999999;
}

.noti_alert {
  position: relative;
  margin-bottom: 2.4rem;
  top: 100px;
  right: 20px;
  border-radius: 6px;
  background: #fff;
  padding: 15px 20px;
  overflow: hidden;
  transform: translateX(calc(100% + 30px));
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
}

@media screen and (max-width:1200px) {
  .noti_alert {
    top: 30px;
    right: 20px;
  }
}

.noti_alert.active {
  transform: translateX(0%);
}

.noti_alert p {
  margin-right: 5px;
  text-align: left;
}

.noti_icon.danger {
  color: rgb(255, 3, 44);
}

.noti_icon.success {
  color: limegreen;
}

.noti_alert {
  width: max-content;
  max-width: 380px;
  min-width: 380px;
  display: flex;
  align-items: center;
}

.noti_alert .message .text1 {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.noti_alert .message .text2 {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
}

.noti_alert .message {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
}

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

  100% {
    opacity: 1;
  }
}

.noti_icon {
  padding: 0px;
  color: white;
  display: flex;
  font-size: xx-large;
}

.remove_alert {
  animation: 1s 1 remove_alert_animation;
  -webkit-animation: 1s 1 remove_alert_animation;
}

@keyframes remove_alert_animation {
  0% {
    transform: translateX(200px);
  }

  50% {
    transform: translateX(200px);
  }

  100% {
    display: none;
  }
}

.noti_alert .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
}

.noti_alert .progress:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #cacaca;
}

.noti_alert .progress.danger {
  background-color: rgb(255, 3, 44);
}

.noti_alert .progress.success {
  background-color: limegreen;
}

.noti_alert .progress.active:before {
  animation: progress 5s linear forwards;
}

@keyframes progress {
  100% {
    right: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .noti_alert {
    top: 85px;
  }
}

@media screen and (max-width:768px) {
  .noti_alert {
    max-width: 300px;
  }

  .noti_alert .message .text1 {
    font-size: 14px;
  }

  .noti_alert .message .text2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .noti_con {
    width: 100%;
    padding: 0 1em;
    top: 3rem;
  }

  .noti_alert {
    max-width: 100%;
    min-width: 100%;
    top: 50px;
    margin: auto;
    right: unset !important;
  }
}

.monaFieldItem {
  position: relative;
}

.mona-error {
  font-size: 1.2rem !important;
  padding: 0.6rem;
  border-radius: 0.4rem;
  background-color: #bb0000;
  color: #FFF;
  width: fit-content;
  position: absolute;
  bottom: -35px;
  right: 1.6rem;
  display: none;
  z-index: 10;
  font-weight: 600;
}

.mona-error::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #bb0000;
  bottom: 100%;
  right: 1.6rem;
}

.mona-fail.mona-fail-message {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: red;
  margin: 1em 0;
}

.mona-error-pri {
  display: none;
  /* text-align: center; */
  font-size: 1.4rem;
  font-weight: bold;
  color: red;
  width: 100%;
  padding: 2rem 0;
}

.mona-success {
  display: none;
  font-weight: bold;
  font-size: 1.4rem;
  color: green;
  text-align: center;
  width: 100%;
  padding: 2rem 0;
}

header.header.sticky~.main .noti_alert,
header.header.small~.main .noti_alert {
  top: 60px;
  right: 25px;
}

/* CSS ALERT */
.jc-bs3-container {
  max-width: 450px;
  margin: auto;
}

.jconfirm .jconfirm-box-container {
  width: 100%;
}

.jconfirm-buttons {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.jconfirm-buttons button {
  min-width: 48% !important;
}

.jconfirm-buttons button::after,
.jconfirm-buttons button::before {
  display: none;
}

.monaCursor {
  cursor: pointer;
}

.mona-empty-message {
  text-align: center;
  padding: 2.4rem 0;
  font-weight: bold;
  width: 100%;
}

.mona-error.mona-success-pri {
  background-color: green;
}


input.hidden {
  display: none;
}

form .wpcf7-not-valid-tip::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #bb0000;
  bottom: 100%;
  right: 1.6rem;
}

form .wpcf7-not-valid-tip {
  font-size: 1rem !important;
  padding: 0.6rem;
  border-radius: 0.4rem;
  background-color: #bb0000;
  color: #FFF;
  width: fit-content;
  position: absolute;
  bottom: -35px;
  right: 1.6rem;
  z-index: 10;
  font-weight: 600;
}

.BuySearchJS-btn {
  position: relative;
}

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

.tab-btn-list::-webkit-scrollbar {
  height: 1px;
}

.blog-info-tag span:before {
  content: ",";
  position: absolute;
  bottom: 6px;
  right: 0;
  height: 100%;
  font-size: 16px;
  width: auto;
  padding-right: 5px;
}

.blog-info-tag span {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

.blog-info-tag span:last-child:before {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  border: 0;
  margin: 15px 0;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}

.woocommerce a.added_to_cart {
  display: none;
}

.woocommerce-variation-price {
  display: none;
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: red;
}

span.price-from {
  display: none;
}

li#wp-admin-bar-wp-logo {
  display: none;
}

.hp-content div#ez-toc-container {
  display: none;
}

.d-none {
  display: none !important;
}

.form-ip .t-text {
  font-size: 1.4rem;
  color: #3a3f40;
  display: block;
  margin-bottom: 0.6rem;
  font-weight: 600;
  font-family: 'Montserrat';
}

.form-ip input {
  height: 3.2rem !important;
  padding: 0 1.6rem !important;
  border: 0.1rem solid #e8eaea !important;
  outline: unset !important;
  width: 100% !important;
  font-size: 1.2rem !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 100rem;
  color: #3a403a;
  font-family: var(--font-body);
}

.form-ip input:focus {
  border-color: var(--color-pri);
}

.form-ip input::-webkit-input-placeholder {
  color: #828b8c;
}

.form-ip input::-moz-placeholder {
  color: #828b8c;
}

.form-ip input::-ms-input-placeholder {
  color: #828b8c;
}

.form-ip input::placeholder {
  color: #828b8c;
}

.form-ip textarea {
  min-height: 10rem;
  padding: 1.6rem;
  border: 0.1rem solid #e8eaea;
  outline: unset;
  width: 100%;
  font-size: 1.2rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 1.6rem;
  color: #3a403a;
  font-family: var(--font-body);
}

.form-ip textarea:focus {
  border-color: var(--color-pri);
}

.form-ip textarea::-webkit-input-placeholder {
  color: #828b8c;
}

.form-ip textarea::-moz-placeholder {
  color: #828b8c;
}

.form-ip textarea::-ms-input-placeholder {
  color: #828b8c;
}

.form-ip textarea::placeholder {
  color: #828b8c;
}

.form-ip .input-pass {
  position: relative;
}

.form-ip .input-pass .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  right: 2rem;
  cursor: pointer;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}




@media screen and (max-width: 768px) {
  .header.sticky {
    margin-top: 0 !important;
  }
}

.header-wrapper {
  position: relative;
  z-index: 98;
  height: inherit;
}

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

.header-logo {
  height: inherit;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.header-logo-mobile {
  display: none;
  position: relative;
}


.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 99;
  background: #ffffff;
  border-bottom: 0.1rem solid #CBD5E1;
}

.header .custom-logo-link {
  display: block;
  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: 15rem;
}

.header .custom-logo-link img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 1200px) {
  .header-logo-mobile {
    display: block;
  }

  .header .custom-logo-link {
    width: 11rem !important;
  }

}

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

.mobile .ft-sc-list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid var(--color-pri);
  gap: 0;
}

.mobile .ft-sc-list .i-link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  background: var(--color-pri);
  cursor: pointer;
}

.mobile .ft-sc-list .i-link:not(:first-child) {
  border-left: 1px solid #5353534e;
}

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

.mobile .ft-sc-list .i-link img {
  width: 2.4rem;
  height: 2.4rem;
}

.header-wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-around;
  /* margin-bottom: auto; */
}

@media screen and (max-width: 1200px) {
  .header-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    gap: 2rem;
    justify-content: space-between;
  }
}



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

@media screen and (max-width: 700px) {
  .header-gr {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    /* margin-left: auto; */
  }

  .header-gr .header-srch {
    display: none;
  }
}



.header-top {
  position: relative;
  height: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  row-gap: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

.header-top::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  background-color: #4a4a4a;
  width: 100vw;
  height: 100%;
  z-index: -1;
}

.header-top .txt {
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
}

.header-more {
  position: relative;
  padding: 0 1.5rem;
  border-right: 0.1rem solid #fff;
}

.header-more:last-child {
  padding-right: 0;
  border-right: none;
}

.header-more-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.header-more .txt {
  color: #475569;
  line-height: 1;
}

.header-more .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-more .icon i {
  color: #475569;
  font-size: 1.4rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.header-more-hover {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 20rem;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.header-more-inner {
  margin-top: 2rem;
  background-color: #fff;
  padding: 1rem;
  border: 0.1rem solid #E2E8F0;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.header-more-inner .menu-link {
  display: block;
  padding: 0.5rem 0;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header-more-inner .menu-link:before {
  position: absolute;
  content: "";
  bottom: 0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0.2rem;
  width: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #E20932;
}

@media (hover: hover) {
  .header-more-inner .menu-link:hover {
    color: #E20932;
  }

  .header-more-inner .menu-link:hover:before {
    width: 100%;
  }
}

@media (hover: hover) {
  .header-more:hover .header-more-hover {
    opacity: 1;
    visibility: visible;
  }

  .header-more:hover .header-more-top i {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

.header-srch {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}



.header-srch-input {
  position: relative;
}

.header-srch-input .col {
  margin-bottom: 1rem;
}

.header-srch input {
  height: 3.6rem;
  border: 0.1rem solid #E2E8F0;
  padding: 0 1rem;
  padding-right: 5rem;
  width: 100%;
}

.header-srch input:focus {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.header-srch button,
.header-srch .btn,
.header-srch .btnri,
.header-srch .btn-sec,
.header-srch .btn-third {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: calc(100% - 0.01rem);
  min-width: 4rem;
  min-width: unset;
  padding: 1rem;
}

.header-srch button .icon,
.header-srch .btn .icon,
.header-srch .btnri .icon,
.header-srch .btn-sec .icon,
.header-srch .btn-third .icon {
  margin: 0 !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.header-control .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-control .icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.header-control .icon i {
  color: #fff;
}

.header-control .txt {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}

@media screen and (max-width: 992px) {
  .header-control .txt {
    display: none;
  }
}

.header-control-usr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-control-usr .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-control-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-control-cart .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-control-cart .num {
  position: absolute;
  min-width: 1.5rem;
  border-radius: 100rem;
  color: #fff;
  font-size: 0.9rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  line-height: 1.1;
  top: 1.2rem;
  left: 1.4rem;
  -webkit-transform: translate(-60%, -15%);
  transform: translate(-60%, -15%);
}

.header-cart {
  position: relative;
}

@media (hover: hover) {
  .header-cart:hover .header-cart-hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.header-cart-hover {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 40rem;
  max-width: calc(100vw - 3rem);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header-cart-inner {
  position: relative;
  padding: 2rem;
  margin-top: 1rem;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #fff;
}

.header-cart-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  max-height: 24rem;
  overflow-y: auto;
  padding-right: 1rem;
  margin-right: -1rem;
}

.header-cart-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2.4rem 0;
  padding-top: 2.4rem;
  border-top: 0.1rem solid #656C6F;
}

.header-cart-total .txt {
  color: #656C6F;
  font-size: 1.4rem;
}

.header-cart-total .price {
  color: #E20932;
  font-weight: 700;
}

.header-cart-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-cart-control .btn,
.header-cart-control .btnri,
.header-cart-control .btn-sec,
.header-cart-control .btn-third {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer {
  padding-top: 6rem;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 4rem;
  }
}

.footer-wrap {
  position: relative;
}

.footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2rem;
  padding-bottom: 4.4rem;
}

@media screen and (max-width: 1100px) {
  .footer-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 2rem;
  }
}

.footer-col {
  padding: 0 2rem;
  width: 33.33%;
}

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

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

.footer-col .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1rem;
  flex-direction: column;
  gap: .5rem;
}

.footer-col .menu .menu-item {
  width: 50%;
  padding: 0 1rem;
}

.footer-col .menu .menu-item .menu-link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 1.4rem;
  padding: 0.2rem 0;
}

@media (hover: hover) {
  .footer-col .menu .menu-item .menu-link:hover {
    text-decoration: underline;
  }
}

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

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

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

.footer-loca {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  color: #fff;
}

.footer-loca .icon {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer-loca .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-loca .txt {
  font-size: 1.4rem;
}

.footer-logo {
  width: 60%;
  margin-top: 1rem;
}

.footer-logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-social-item {
  width: 3.2rem;
  height: 3.2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.footer-social-item img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .footer-social-item:hover img {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
}

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

.footer-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-info-item .txt {
  color: #fff;
}

.footer-info-item .icon {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.footer-info-item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(100%);
}

.footer-bot {
  padding: 1.5rem 0;
  position: relative;
}

.footer-bot::before {
  position: absolute;
  content: "";
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  background-color: #808080;
  height: 0.1rem;
}

.footer-bot-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  row-gap: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 992px) {
  .footer-bot-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer-bot-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

.footer-sign {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}

@media screen and (max-width: 992px) {
  .footer-sign {
    position: relative;
    inset: 0;
    -webkit-transform: none;
    transform: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-sign .txt {
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
}

.footer-sign img {
  height: 2.4rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.hamburger {
  width: 4rem;
  overflow: hidden;
}

@media screen and (max-width: 400px) {
  .hamburger {
    width: 3rem;
  }

  .hamburger .hamburger-label {
    height: 2.5rem;
  }

  .hamburger .hamburger-text {
    top: 2.3rem;
  }

  .hamburger .hamburger-label::before {
    top: 0.1rem;
  }
}

.hamburger-label {
  position: relative;
  display: block;
  height: 2.8rem;
  cursor: pointer;
}

.hamburger-label::before,
.hamburger-label::after,
.hamburger-label .hamburger-text {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: #000000;
}

.header.sticky .hamburger-label::before,
.header.sticky .hamburger-label::after,
.header.sticky .hamburger-label .hamburger-text {

  background: #000;
}

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

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

.hamburger-label::after {
  top: 1.2rem;
}

.hamburger-text {
  top: 2.4rem;
}

.hamburger-text::before {
  content: "CLOSE";
  position: absolute;
  top: 0.5rem;
  right: 0;
  left: 0;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}

.hamburger.active .hamburger-label:before {
  left: -3.9rem;
}

.hamburger.active .hamburger-label:after {
  left: 3.9rem;
}

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

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

  50% {
    top: -27px;
  }

  100% {
    top: -18px;
  }
}

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

  50% {
    top: -27px;
  }

  100% {
    top: -18px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mobile-con {
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  padding: 4.4rem 2rem;
  padding-top: 0;
}

.mobile-con .header-logo {
  height: auto;
  padding: 2rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.mobile-con .header-srch {
  margin-bottom: 1rem;
}

@media screen and (max-width: 600px) {
  .mobile-con .header-srch {
    display: block;
  }
}

.mobile-con .header-srch input {
  width: 100%;
}

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

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

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

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

.mobile-wr {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mobile-wr::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0.1rem;
  width: calc(100% + 6rem);
  background: #E5DED8;
}

.mobile-wr .header-search {
  display: block;
  padding: 1.2rem;
  padding-bottom: 0;
}

.mobile-contact .menu-list .menu-link {
  font-weight: 500;
  padding: 0.4rem 0;
  display: block;
}

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

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

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

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

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

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

.mobile-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.4rem;
  height: 4.4rem;
  padding: 1.5rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  z-index: 5;
  background-color: #000;
}

.mobile-close i {
  color: white;
}

.mobile .menu-list {
  margin-bottom: 1rem;
}

.header-nav {
  padding: 0 0.5rem;
  height: 5rem;
  position: relative;


}



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

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

.header-nav .menu-nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}


.header-nav .menu-nav>.menu-list {
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-nav .menu-nav>.menu-list>.menu-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.8rem;
}

@media (hover: hover) {
  .header-nav .menu-nav>.menu-list>.menu-item:hover>.menu-link {
    color: var(--color-pri);
  }

  .header-nav .menu-nav>.menu-list>.menu-item:hover>.menu-link i {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: #000;
  }

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

.header-nav .menu-nav>.menu-list>.menu-item>.menu-link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  line-height: 1;
  cursor: pointer;
  color: #000000;
  font-weight: 600;
  padding: 1rem 0;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  font-size: 1.8rem;

}

.header-nav .menu-nav>.menu-list>.menu-item>.menu-link i {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: #000000;
}

.header-nav .menu-nav>.menu-list>.menu-item>.menu-link::before {
  position: absolute;
  width: 0;
  height: 0.2rem;
  background-color: var(--color-pri);
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.2rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

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

.header-nav .menu-nav>.menu-list>.menu-item>.menu-list {
  top: 100%;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: #F9FAFA;
}

.header-nav .menu-nav>.menu-list>.menu-item>.menu-list>.menu-item>.menu-link {
  color: #475569;
}

.header-nav .menu-nav>.menu-list>.menu-item>.menu-list>.menu-item>.menu-list {
  background: #F9FAFA;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media (hover: hover) {
  .header-nav .menu-nav>.menu-list>.menu-item>.menu-list>.menu-item>.menu-list .menu-item:hover>.menu-link {
    color: #0047BB;
  }

  .header-nav .menu-nav>.menu-list>.menu-item>.menu-list>.menu-item>.menu-list .menu-item:hover>.menu-link i {
    color: #0047BB;
  }
}

@media (hover: hover) {
  .header-nav .menu-nav>.menu-list>.menu-item>.menu-list>.menu-item:hover>.menu-link {
    color: #0047BB;
  }

  .header-nav .menu-nav>.menu-list>.menu-item>.menu-list>.menu-item:hover>.menu-link i {
    color: #0047BB;
  }
}

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

.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;
  -webkit-transform: translate(0, 0);
  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: #000;
}



.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>i,
.header-nav .menu-item>a>i {
  display: none;
  font-weight: 600;
  margin-left: 0.4rem;
  font-size: 1.4rem;
  color: #262626;
}

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

.swiper-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  --size: 3.2rem;
}

.swiper-control-btn {
  width: var(--size);
  height: 6.4rem;
  background-color: #f5f7f5;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  z-index: 5;
  position: relative;
  overflow: hidden;
  font-size: 1.6rem;
  color: var(--color-tt);
  font-weight: 700;
}

.swiper-control-btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--color-pri);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .swiper-control-btn {
    height: 3.2rem;
  }
}

.swiper-control-btn.swiper-next {
  border-radius: 0 0.6rem 0.6rem 0;
}

.swiper-control-btn.swiper-prev {
  border-radius: 0.6rem 0 0 0.6rem;
}

.swiper-control-btn>* {
  position: relative;
  z-index: 2;
}

.swiper-control-btn.swiper-button-disabled {
  background-color: #eee;
  cursor: default;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (hover: hover) {
  .swiper-control-btn:hover:not(.swiper-button-disabled) {
    color: white !important;
  }

  .swiper-control-btn:hover:not(.swiper-button-disabled)::after {
    left: 0;
    width: 100%;
  }
}

.swiper-control.white .swiper-control-btn {
  background-color: transparent;
  border-color: white;
  color: white;
}

@media screen and (max-width: 1350px) {
  .swiper-control.white.mobile-plus .swiper-control-btn {
    background-color: white;
    border-color: var(--color-pri);
    color: var(--color-pri);
  }
}

.swiper-control.posi .swiper-control-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.swiper-control.posi.minus .swiper-prev {
  right: calc(100% + 2.4rem);
}

@media screen and (max-width: 1350px) {
  .swiper-control.posi.minus .swiper-prev {
    right: unset;
    left: calc(var(--size) / 2 * -1);
  }
}

.swiper-control.posi.minus .swiper-next {
  left: calc(100% + 2.4rem);
}

@media screen and (max-width: 1350px) {
  .swiper-control.posi.minus .swiper-next {
    left: unset;
    right: calc(var(--size) / 2 * -1);
  }
}

@media screen and (max-width: 1199px) {
  .swiper-control.posi.minus.mobile-plus .swiper-prev {
    left: calc((var(--size) / 2 * -1) + (1.5rem / 2));
  }

  .swiper-control.posi.minus.mobile-plus .swiper-next {
    right: calc((var(--size) / 2 * -1) + (1.5rem / 2));
  }
}

.swiper-control.posi.midle .swiper-prev {
  left: calc(var(--size) / 2 * -1);
}

.swiper-control.posi.midle .swiper-next {
  right: calc(var(--size) / 2 * -1);
}

.swiper-control.posi.plus .swiper-prev {
  left: 1rem;
}

.swiper-control.posi.plus .swiper-next {
  right: 1rem;
}

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

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

.swiper-container {
  overflow: hidden;
}

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

.swiper-pagination {
  position: static;
  margin-top: 4.8rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.2rem;
}

@media screen and (max-width: 1200px) {
  .swiper-pagination {
    margin-top: 2.4rem;
  }
}

.swiper-pagination-bullet {
  --circle: 0.5rem;
  background-color: #e1e8e2;
  opacity: 1;
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  margin: unset !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-radius: 100rem;
}

@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.swiper-pagination-bullet-active {
  width: 4.8rem;
  background: var(--color-pri);
}

@media screen and (max-width: 1199px) {
  .swiper-control.posi.mobile-plus .swiper-prev {
    left: calc((var(--size) / 2 * -1) + (1.5rem / 2));
  }

  .swiper-control.posi.mobile-plus .swiper-next {
    right: calc((var(--size) / 2 * -1) + (1.5rem / 2));
  }
}

.swiper-pagination-progressbar {
  background: var(--color-black);
  height: 0.1rem !important;
}

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

.header-nav .menu-item>.menu-list {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 25rem;
  max-width: 30rem;
  padding: 1.6rem 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: white;
  -webkit-box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

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

.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 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.header-nav .menu-item>.menu-list>.menu-item>.menu-link::before,
.header-nav .menu-item>.menu-list>.menu-item>a::before {
  position: absolute;
  width: 0;
  height: 0.2rem;
  background-color: #000;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.2rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {

  .header-nav .menu-item>.menu-list>.menu-item>.menu-link:hover,
  .header-nav .menu-item>.menu-list>.menu-item>a:hover {
    color: #000 !important;
  }

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

.header-nav .menu-item>.menu-list>.menu-item>.menu-link .icon,
.header-nav .menu-item>.menu-list>.menu-item>a .icon {
  width: 2.2rem;
  height: 2.2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.header-nav .menu-item>.menu-list>.menu-item>.menu-link .icon img,
.header-nav .menu-item>.menu-list>.menu-item>a .icon img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

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

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

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

.mobile-nav .menu-item>.icon {
  padding: 1.5rem;
  height: 100%;
  cursor: pointer;
}

.mobile-nav .menu-item>.icon i {
  font-size: 1.6rem;
}

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

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

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

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

.mobile-nav .menu-item>a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #475569;
  font-weight: 600;
  padding: 1rem 0;
  width: 100%;
}

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

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

.mobile-nav .menu-item>.menu-list>.menu-item>.menu-link {
  font-weight: 500;
}

.mobile-nav-btn .link {
  color: #474140;
  font-weight: 600;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  font-size: 1.6rem;
}

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

.popup.open {
  visibility: visible;
}

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

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

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

.popup-main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 90rem;
  max-height: 90vh;
  max-width: 95%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  position: relative;
  background-color: #ffffff;
  padding: 2.4rem;
}

.popup-main.med {
  width: 90rem;
}

.popup-main.small {
  width: 80rem;
}

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

.popup-wrapper {
  width: 100%;
  min-height: 40vh;
  position: relative;
  border-radius: 6px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.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: 2rem;
  right: 2rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 3rem;
  height: 3rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 100;
}

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

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

@media screen and (max-width: 800px) {
  .popup-close .icon {
    font-size: 1.6rem;
  }
}

.popup-search {
  width: 100%;
  padding: 1rem;
  padding-top: 5rem;
}

.popup-search-box {
  width: 40rem;
}

.popup-search-box .popup-over {
  max-height: 90vh;
}

.popup-search-logo {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 50%;
}

.popup-search-logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.popup-search-icon .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.popup-search-icon i {
  font-size: 4rem;
  font-weight: 700;
}

.popup-search-input.active::before {
  display: none;
}

.popup-search-input input {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 1rem 1.6rem;
  border: 0.1rem solid #E20932;
  height: 4.4rem;
}

.popup-search-input .btn,
.popup-search-input .btnri,
.popup-search-input .btn-sec,
.popup-search-input .btn-third {
  width: 100%;
  margin-top: 1rem;
  height: 4.4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup-search .search-rs {
  top: 27rem !important;
  z-index: 20 !important;
  position: unset !important;
  max-height: 42rem !important;
}

.popup-search .search-rs .submit-search {
  margin: auto;
  margin-top: 3rem;
  padding: 0.5rem 1rem;
  background-color: #E20932;
  color: #ffffff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.popup-apply .popup-main {
  padding: 0;
  border-radius: 4rem;
  overflow: hidden;
}

.popup-apply .popup-over {
  max-height: unset;
}

.popup-apply .sform-form {
  width: 100%;
  padding: 2rem;
}

@media screen and (max-width: 550px) {
  .popup-apply .sform-form {
    padding: 1rem;
  }
}

.btn,
.btnri,
.btn-sec,
.btn-third {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  min-width: 9rem;
  padding: 1rem 2rem;
  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: 600px) {
  .btn {
    font-size: 1.4rem;
    padding: 1.2rem;
  }
}

.btn>* {
  position: relative;
  z-index: 2;
}

.btn .icon {
  width: 2rem;
  height: 2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
}

.btn.invert {
  background: #323b53;
}

.btn.invert::after {
  background: var(--color-sec);
}

.btn.invert .icon {
  color: #fff;
}

.btn.center {
  margin: 0 auto;
}

.btn.none-icon .icon {
  display: none;
}

.btn.second {
  background: #f2794d;
}

@media (hover: hover) {
  .btn.second:hover {
    color: #f2794d;
  }
}

.btn.three {
  background: transparent;
  color: #000;
  padding: unset;
  min-width: unset;
  overflow: unset;
}

.btn.three::after {
  display: none;
}

@media (hover: hover) {
  .btn.three:hover {
    color: var(--color-pri);
  }

  .btn.three:hover .icon {
    -webkit-transform: translateX(0.4rem);
    transform: translateX(0.4rem);
  }
}

.btn.three .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}

.btn.trans {
  background: transparent;
  color: var(--color-pri);
  border: 0.1rem solid var(--color-pri);
}

@media (hover: hover) {
  .btn.trans:hover {
    color: var(--color-white);
  }
}

.btn.trans::after {
  background: var(--color-pri);
}

.btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #d9be59 0%, #f8ae09 90%);
  transition: 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.75);
  -webkit-transition: 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.75);
  -moz-transition: 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.75);
  -ms-transition: 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.75);
  -o-transition: 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.75);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  z-index: 1;
}

@media (hover: hover) {
  .btn:hover {
    color: var(--color-white);
  }

  .btn:hover::after {
    left: 0;
    width: 100%;
    z-index: 1;
  }

  .btn:hover .icon {
    -webkit-transform: unset;
    transform: unset;
    color: var(--color-white);
  }
}

.btn__center {
  margin: 0 auto;
}

.btn__cir {
  width: 4rem;
  height: 4rem;
  padding: unset;
}

.btn.four {
  background: var(--color-pri);
  color: var(--color-black);
}

@media (hover: hover) {
  .btn.four:hover {
    color: var(--color-white);
  }
}



.btn img,
.btnri img,
.btn-sec img,
.btn-third img {
  position: relative;
  z-index: 3;
}

.btn .icon,
.btnri .icon,
.btn-sec .icon,
.btn-third .icon {
  width: 2rem;
  height: 2rem;
  position: relative;
  z-index: 3;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.btn .icon:first-child,
.btnri .icon:first-child,
.btn-sec .icon:first-child,
.btn-third .icon:first-child {
  margin-right: 0.8rem;
}

.btn .icon:last-child,
.btnri .icon:last-child,
.btn-sec .icon:last-child,
.btn-third .icon:last-child {
  margin-left: 0.8rem;
}

.btn .icon img,
.btnri .icon img,
.btn-sec .icon img,
.btn-third .icon img {
  width: inherit;
  height: inherit;
}

.btn .icon i,
.btnri .icon i,
.btn-sec .icon i,
.btn-third .icon i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn.center,
.center.btnri,
.center.btn-sec,
.center.btn-third {
  margin: auto;
  margin-top: 2rem;
}

.btn .text,
.btnri .text,
.btn-sec .text,
.btn-third .text {
  color: #ffffff;
  z-index: 3;
  position: relative;
  display: block !important;
  white-space: nowrap;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 1;
  text-transform: uppercase;
}

.btn::after,
.btnri::after,
.btn-sec::after,
.btn-third::after {
  content: "";
  position: absolute;
  display: block;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  z-index: 2;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.btnri {
  border: 1px solid #01a859;
}

.btnri:after {
  background: #01a859;
}

.btnri .text {
  color: #ffffff;
}

.btnri .icon i {
  color: #ffffff;
}

@media (hover: hover) {
  .btnri:hover:after {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }

  .btnri:hover .text {
    color: #000;
  }

  .btnri:hover .icon i {
    color: #000;
  }
}

.btn-sec {
  border: 1px solid #fff;
}

.btn-sec::after {
  background: #fff;
}

.btn-sec .text {
  color: #461704;
}

.btn-sec .icon i {
  color: #E20932;
}

@media (hover: hover) {
  .btn-sec:hover:after {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }

  .btn-sec:hover .text {
    color: #01a859;
  }

  .btn-sec:hover .icon i {
    color: #626262;
  }
}

.btn-third {
  background: #ffffff;
  border: 0.1rem solid #BAC1C4;
}

.btn-third::after {
  background: #EEF1F1;
}

.btn-third .text {
  color: #262626;
}

.btn-third .icon i {
  color: #262626;
}

@media (hover: hover) {
  .btn-third:hover {
    border-color: #BAC1C4;
  }
}

.btn-trans {
  background: transparent;
}

.btn-trans .text {
  color: #262626;
}

.btn.full,
.full.btnri,
.full.btn-sec,
.full.btn-third {
  width: 100%;
}

.info-see {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #E20932;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.info-see i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: -0.1rem;
}

.info-see .text {
  font-weight: 700;
  margin-top: 0rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.info-see .text:last-child {
  margin-left: 0.8rem;
}

.info-see .text:first-child {
  margin-right: 0.8rem;
}

@media (hover: hover) {
  .info-see:hover i {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    color: #DCA200;
  }

  .info-see:hover .text {
    color: #DCA200;
  }
}

.bd-ln {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding: 0.2rem;
}

.bd-ln::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0.2rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.37%, #FFAF61), color-stop(27.52%, #DC9A27), color-stop(52.76%, #EDB31F), color-stop(80.98%, #D7942A), to(#B06828));
  background: linear-gradient(90deg, #FFAF61 0.37%, #DC9A27 27.52%, #EDB31F 52.76%, #D7942A 80.98%, #B06828 100%);
  border-radius: 100rem;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.back-to-top {
  width: 4rem;
  height: 4rem;
  background: white;
  border-radius: 0.6rem;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 7;
  -webkit-transform: translateX(3rem);
  transform: translateX(3rem);
  opacity: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  cursor: pointer;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100rem;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.back-to-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .back-to-top img {
    -webkit-animation: shake-vertical 15s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
    animation: shake-vertical 15s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
  }
}

@media screen and (max-width: 1200px) {
  .back-to-top {
    width: 4rem;
    height: 4rem;
  }
}

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

.back-to-top.active {
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.back-to-top .triangle {
  display: block;
  width: 100%;
  height: 0.5rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.back-to-top .triangle i {
  color: #FFDEA5;
}

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

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

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

@media (hover: hover) {
  .back-to-top:hover .icon {
    -webkit-animation: slide-top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate both;
    animation: slide-top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate both;
  }
}

.back-to-top .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.back-to-top .btn-rotate {
  width: 100%;
  height: 100%;
}

.back-to-top .btn-rotate .rounded-text {
  fill: white;
}

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

  33% {
    opacity: 1;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

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

  33% {
    opacity: 1;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

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

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

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

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

.ip-control {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ip-control.x2 {
  width: 50%;
}

.ip-control.x3 {
  width: calc(100% / 3);
}

.ip-control.x4 {
  width: 25%;
}

.ip-control label {
  font-size: 1.6rem;
  font-weight: 400;
  color: #2B2B2B;
  display: block;
  margin-bottom: 0.5rem;
}

.ip-control input {
  width: 100%;
  height: 4.8rem;
  border: 1px solid #d0d5dd;
  background: #fff;
  padding: 0 1.2rem;
}

.ip-control input:focus {
  outline: none;
}

.ip-control textarea {
  border: 1px solid #d0d5dd;
  background: #fff;
  padding: 1.6rem;
  min-height: 12rem;
  width: 100% !important;
  font-size: 1.6rem;
}

.ip-control.ip-pass input {
  padding-right: 4rem;
}

.ip-control.ip-pass .ip-feild {
  position: relative;
}

.ip-control.ip-pass .icon {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #ADADAD;
  cursor: pointer;
  font-weight: 400;
}

.ip-control-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ip-control-input input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ip-control-select {
  width: 7rem;
}

.ip-control-select .select2-selection__rendered,
.ip-control-select .select2-container .select2-selection--single,
.ip-control-select .select2-container {
  border-right: none !important;
}

.ip-control-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}

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

.ip-control .select2-container .select2-selection--single {
  height: 4.8rem;
}

.ip-control .select2-container .select2-selection--single,
.ip-control .select2-selection__rendered {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  width: 100%;
  border-radius: 0 !important;
  border-color: #d0d5dd;
}

.ip-control .select2-selection__rendered {
  padding: 0.4rem;
}

.ip-control .select2-selection__arrow {
  height: 100% !important;
}

.ip-control .ip-feild {
  position: relative;
}

.ip-control.read-only input {
  background: #E2E8F0;
  color: #64748B;
  border-color: #E2E8F0;
}

.dateTime {
  position: relative;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.6rem;
}

.searchform input {
  width: 100%;
  padding: 0 1.2rem;
  border: unset;
  font-size: 1.4rem;
  background: transparent;
}

.popup-search-form {
  width: 100%;
}

.header-gr {
  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: 1rem;
}

.header-gr .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;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  border: 0.1rem solid #7f8080;
  flex-shrink: 0;
  transition: 0.3s ease-in-out;
  color: #444545;
  cursor: pointer;
}

.hd-search-ip {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-radius: 5.4rem;
  border: 0.1rem solid #c9c9c9;
  padding-left: 2rem;
}

.dateTime .icon {
  width: 1.6rem;
  height: 1.6rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  z-index: 5;
}

.dateTimeItem {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.dateTimeText {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  z-index: 2;
}

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

.dateTimeInput {
  padding: 0.8rem 1.6rem;
  background-color: transparent;
  width: 100%;

  border: none;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.t-title {
  font-size: 2.6rem;
  font-weight: 500;
  text-transform: uppercase;

}

.prds-ctn .t-title {
  text-transform: none;
}

.t-decor {
  position: relative;
  padding: 0 20px;
}

.t-decor::before,
.t-decor::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  /* Độ dài gạch */
  height: 1px;
  /* Độ dày gạch */
  background-color: #000000;
  /* Màu giống chữ */
}

.t-decor::before {
  left: 0;
  transform: translateX(-100%);
}

.t-decor::after {
  right: 0;
  transform: translateX(100%);
}

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

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

@media screen and (max-width: 768px) {
  .t-title {
    letter-spacing: 0;
  }
}

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

.sub-title {
  font-size: 3.2rem;
  font-weight: 700;

  color: #262626;
  line-height: 1.2;
}

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

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

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

.t10 {
  font-size: 1rem;
}

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

.t22 {
  font-size: 2.2rem;
}

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

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

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

@media only screen and (max-width: 500px) {
  .t40 {
    font-size: 2.5rem;
  }
}

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

.page-numbers {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  margin-top: 1.6rem;
}

.page-numbers>li:not(:first-child) {
  margin-left: 1rem;
}

.page-numbers>li>.page-numbers {
  height: 3.2rem;
  width: 3.2rem;
  border-radius: 0.5rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: #858c82;
  font-size: 1.4rem;
  font-weight: 400;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  line-height: 1.5;

}

.page-numbers>li>.page-numbers::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background: #0047BB;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  pointer-events: none;
}

.page-numbers>li>.page-numbers.next,
.page-numbers>li>.page-numbers.prev {
  /* background-color: var(--color-pri); */
}

.page-numbers>li>.page-numbers.next i,
.page-numbers>li>.page-numbers.prev i {
  color: #262626;
  font-weight: 700;
}

.page-numbers>li>.page-numbers:after {
  z-index: -1;
  background: var(--color-primary);
}

@media (hover: hover) {
  .page-numbers>li>.page-numbers:hover:not(.dot) {
    color: white;
  }

  .page-numbers>li>.page-numbers:hover:not(.dot)::after {
    left: 0;
    width: 100%;
  }
}

.page-numbers>li>.page-numbers.current {
  color: #000;
  font-weight: 700;
  background-color: var(--color-pri);
}

.page-numbers>li>.page-numbers.dot {
  background-color: transparent;
}

.page-numbers>li>.page-numbers i {
  font-weight: 400;
}

.sec-pd-t {
  padding-top: 6rem;
}

.sec-pd {
  padding: 6rem 0;
}

@media screen and (max-width: 992px) {
  .sec-pd {
    padding: 3rem 0;
  }
}

.pt-block {
  margin-top: 7.2rem;
}

@media screen and (max-width: 992px) {
  .pt-block {
    margin-top: 3rem;
  }
}

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

.mt-8 {
  margin-top: 0.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);
}

.breadcrumb {
  max-width: 100%;
  white-space: nowrap;
}

.breadcrumb::-webkit-scrollbar {
  height: 0.2rem;
}

.breadcrumb-inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 7rem;
  border: 0.2rem solid var(--color-pri);
  padding: 1rem 1.6rem;
}

@media screen and (max-width: 600px) {
  .breadcrumb-inner {
    border-radius: 0;
    border: none;
    padding: 0;
  }
}

.breadcrumb-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.5rem;
}

.breadcrumb-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: wrap;
  position: relative;
}

.breadcrumb-item:not(:last-child)::after {
  content: "/";
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  color: #000000;
  display: inline-block;
  font-size: 1.3rem;
}


.breadcrumb-item:last-child i,
.breadcrumb-item:last-child .breadcrumb-link {
  font-weight: 500;
}

.breadcrumb-item:nth-child(2) {
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

.breadcrumb-item:nth-child(3) {
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

.breadcrumb-item:nth-child(4) {
  -webkit-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}

.breadcrumb-item:nth-child(5) {
  -webkit-transition-delay: 1s !important;
  transition-delay: 1s !important;
}

.breadcrumb-link {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pcate-fillc-range .range-input input {
  position: absolute;
  top: -.1rem;
  height: .2rem;
  width: 100%;
  transform: translateY(-50%);
  background: 0 0;
  margin: 0;
  cursor: pointer;
}

.pcate-fillc-range .range-item {
  font-size: 1.4rem;
  color: #000;
  font-weight: 600;
  color: #444;
}

.pcate-fillc-range {
  margin-top: 1rem;
}

.pcate-fillc-range .range-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pcate-fillc-range .text {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  color: #444;
  margin-bottom: .8rem;
}

.pcate-fillc-item .mb-20 {
  margin-bottom: unset;
}

.pcate-fillc-range .range-input {
  position: relative;
}

.pcate-fillc-range .range-slider {
  height: .2rem;
  width: 100%;
  background-color: #d9d9d9;
  position: relative;
}

.pcate-fillc-range .range-slider .progress {
  position: absolute;
  height: .2rem;
  top: 0;
  background-color: var(--color-pri);
}

@media (hover: hover) {
  .breadcrumb-link:hover {
    color: #E20932;
  }
}

.breadcrumb-page {
  margin-top: 1rem;
}

@media screen and (max-width: 1200px) {
  .breadcrumb-page {
    padding-top: 0;
    margin-top: 2.4rem;
  }
}

.breadcrumb-page .breadcrumb-list {
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}

.breadcrumb-page .breadcrumb-item::after {
  color: #475569;
}



.recheck-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.recheck-item.active .recheck-checkbox {
  background: #E20932;
  border-color: #E20932;
}

.recheck-item.active .recheck-checkbox::before {
  opacity: 1;
  content: "\f00c";
  color: white;
}

.recheck-item.active .recheck-radio::before {
  opacity: 1;
}

.recheck-item.active .recheck-dot::before {
  opacity: 1;
}

.recheck-checkbox {
  width: 2rem;
  height: 2rem;
  border-radius: 0.6rem;
  background-color: white;
  border: 0.1rem solid #334155;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.recheck-checkbox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: calc(50%);
  position: absolute;
  color: #E20932;
  font-size: 1.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-family: "Font Awesome 5 Pro";
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 300;
  line-height: 1;
}

.recheck-radio {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100rem;
  border: 0.1rem solid #d9d9d9;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.recheck-radio::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100rem;
  background-color: #E20932;
  opacity: 0;
}

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

.recheck-method img {
  width: 2.4rem;
  height: 2.4rem;
}

.recheck-text {
  margin-left: 0.8rem;
  line-height: 1;
}

.recheck-text a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .recheck-text a:hover {
    color: #E20932;
  }
}

.recheck-dot {
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem solid #262626;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.recheck-dot::before {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: inherit;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #E20932;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.side-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(38, 38, 38, 0.6);
  z-index: 50;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0;
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  visibility: hidden;
}

.side-overlay.open {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}

.side-open {
  z-index: 40;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem 0 0 100rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.side-open .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.side-open.close {
  opacity: 0;
  visibility: visible;
}

.side-open-wrap {
  width: 30px;
  height: 30px;
  border-radius: 100rem;
  background-color: white;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.side-open-wrap .icon {
  color: #0047BB;
  font-weight: 600;
  font-size: 1.6rem;
}

.side-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: white;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
}

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

.side-close .icon {
  font-size: 2.8rem;
  font-weight: 400;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.hban-img {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 80vh;
}

.hban-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hcol-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.2rem;
  margin-top: 0.4rem;
}

.hcol-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}



.hcol-img img {
  width: 13rem;
  height: 12rem;
  object-fit: cover;
  background-color: var(--color-primary);
  border-radius: 50%;
  transition: 1s;
}




.hcol-name {
  color: #000;
  font-weight: 600;
  margin-top: 2rem;

}

.hcol-slide {
  margin-top: 0.4rem;
}

.hcol .swiper {
  margin: 0 -0.2rem;
}

.hcol .swiper-slide {
  padding: 0 0.2rem;
  width: calc(100% / 10);
}

@media screen and (max-width: 1224px) {
  .hcol .swiper-slide {
    width: 25%;
  }
}

@media screen and (max-width: 1524px) {
  .hcol .swiper-slide {
    width: 20%;
  }
}

@media screen and (max-width: 768px) {
  .hcol .swiper-slide {
    width: 33.33%;
  }
}

@media screen and (max-width: 500px) {
  .hcol .swiper-slide {
    width: 50%;
  }
}




.hpro .swiper {
  margin: 0 -1rem;
}

.hpro .swiper-slide {
  width: calc(100% / 3);
  padding: 0 1rem;
  height: auto;
}


@media screen and (max-width: 992px) {
  .hpro .swiper-slide {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 768px) {
  .hpro .swiper-slide {
    width: 100%;
  }
}

.hpro2 .swiper-wrapper {
  row-gap: 3rem;
}

.hab-wrap {
  background-color: #f5f5f5;
}

.hab-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .hab-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}

.hab-left {
  width: 50%;
}

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

.hab-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: calc((100vw - 123rem) / 2);
}

.hab-ctn {
  padding: 6rem 1.5rem;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .hab-ctn {
    padding: 3rem 1.5rem;
  }
}

@media screen and (max-width: 400px) {
  .hab-ctn {
    width: 100%;
  }
}

.hab-ctn img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.hab-img {
  position: sticky !important;
  height: 100vh;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .hab-img {
    height: 50vh;
  }
}

.hab-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hab-desc {
  position: absolute;
  left: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
}

.hsup-wrap .footer-title {
  color: #fff;
}

.hsup-wrap {
  padding: 2rem 0;
  background-color: #01a859;
  border-top: 0.1rem solid #01a859;
}

.hsup-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}



.hsup-col {
  width: 15%;
}

.hsup-col:nth-child(3) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}



@media screen and (max-width: 992px) {
  .hsup-flex {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }

  .hsup-col {
    width: 48%;
  }
}



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

  .hsup-col {
    width: 48%;
  }

  .hsup-col:nth-child(3) {
    width: calc(50% - 1rem);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .hsup-col:nth-child(3) {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.hsup-mail {
  /* text-align: center; */
  margin-bottom: 2rem;
}

.hsup-mail .txt {
  color: #656C6F;
}

.hsup-mail .icon {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.hsup-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  row-gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.hsup-phone .icon {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.hsup-phone .txt {
  color: #E20932;
}

.pro-item {
  height: 100%;
}

.pro-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
}

/* @media (hover: hover) {
  .pro-box:hover .pro-img img:nth-child(1) {
    opacity: 0; }
  .pro-box:hover .pro-img img:nth-child(2) {
    opacity: 1; } } */

.pro-tag {
  color: #E20932;
  border: 0.1rem solid #656C6F;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.2rem 0.5rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.pro-img {
  position: relative;
}

/* .pro-img .box {
  position: relative;
  padding-top: calc((218/198) * 100%);
  overflow: hidden; } */

/* .pro-img .box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; } */

/* .pro-img .box img:nth-child(2) {
  opacity: 0; } */

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

.pro-name {
  color: #000000;
  font-weight: 700;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 5rem;
}

@media (hover: hover) {
  .pro-name:hover {
    color: #656C6F;
  }
}

.pro-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  row-gap: 0.5rem;
  line-height: 1;
  margin-top: auto;
}

.pro-price .price-new {
  color: #E20932;
}

.pro-price .price-old {
  text-decoration: line-through;
  color: #656C6F;
  font-size: 1.2rem;
}

.header-cart-hover .pro-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.header-cart-hover .pro-remove {
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #E7EBEC;
  cursor: pointer;
}

.header-cart-hover .pro-img {
  width: 6rem;
  height: 6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-cart-hover .pro-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.header-cart-hover .pro-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-cart-hover .pro-name {
  font-size: 1.4rem;
  padding-right: 3rem;
}

.header-cart-hover .pro-txt {
  font-size: 1.2rem;
  color: #677279;
}

.header-cart-hover .pro-info {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-cart-hover .pro-info .txt {
  height: 2rem;
  min-width: 2rem;
  background-color: #f5f5f5;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.no-scroll {
  overflow-y: hidden !important;
}

.event-none {
  pointer-events: none;
}



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

.o-hidden {
  overflow: hidden;
}

.c-pri {
  color: #E20932;
}

.c-sec {
  color: #0047BB;
}

.c-four {
  color: #B2E5FF;
}

.c-five {
  color: #f05123;
}

.c-text {
  color: #475569;
}

.c-white {
  color: #ffffff;
}

.c-black {
  color: #262626;
}

.c-grey {
  color: #656C6F;
}

.c-red {
  color: #E52346;
}

.c-blue {
  color: #1454D3;
}

.c-green {
  color: #0BAE62;
}

.fw-4 {
  font-weight: 400;
}

.d-block {
  display: block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.j-beweent {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-none {
  display: none;
}

.c-gap-1 {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.btnc {
  cursor: pointer;
}

.btn.trans,
.trans.btnri,
.trans.btn-sec,
.trans.btn-third {
  border: 0.1rem solid #E20932;
}

.mt-16 {
  margin-top: 1.6rem;
}

.mt-24 {
  margin-top: 2.4rem;
}

.mt-50 {
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .mt-50 {
    margin-top: 3rem;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.m-auto {
  margin: 0 auto;
}

.mt-10 {
  margin-top: 1rem;
}

.mt-12 {
  margin-top: 1.2rem;
}

.mt-15 {
  margin-top: 1.5rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mt-32 {
  margin-top: 3.2rem;
}

.mt-40 {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .mt-40 {
    margin-top: 2rem;
  }
}

.mt-60 {
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .mt-60 {
    margin-top: 3rem;
  }
}

.mt-80 {
  margin-top: 8rem;
}

@media screen and (max-width: 1024px) {
  .mt-80 {
    margin-top: 4rem;
  }
}

.mt-100 {
  margin-top: 10rem;
}

@media screen and (max-width: 1024px) {
  .mt-100 {
    margin-top: 6rem;
  }
}

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

.mb-50 {
  margin-bottom: 5rem;
}

.mb-60 {
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .mb-60 {
    margin-bottom: 3rem;
  }
}

.mb-100 {
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .mb-100 {
    margin-bottom: 5rem;
  }
}

.pt-30 {
  padding-top: 3rem;
}

.pt-10 {
  padding-top: 1rem;
}

.pb-200 {
  padding-bottom: 20rem;
}

.pb-250 {
  padding-bottom: 25rem;
}

@media screen and (max-width: 768px) {
  .pb-250 {
    padding-bottom: 20rem;
  }
}

.sec-py {
  padding: 10rem 0;
}

@media screen and (max-width: 1300px) {
  .sec-py {
    padding: 8rem 0;
  }
}

@media screen and (max-width: 1024px) {
  .sec-py {
    padding: 6rem 0;
  }
}

@media screen and (max-width: 768px) {
  .sec-py {
    padding: 4rem 0;
  }
}

a.under {
  position: relative;
}

a.under:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0.1rem;
  width: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: black;
}

@media (hover: hover) {
  a.under:hover {
    color: black;
  }

  a.under:hover:before {
    width: 100%;
  }
}

.btn.bg-sec,
.bg-sec.btnri,
.bg-sec.btn-sec,
.bg-sec.btn-third {
  background-color: #0047BB;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn.bg-sec .text,
.bg-sec.btnri .text,
.bg-sec.btn-sec .text,
.bg-sec.btn-third .text {
  color: #E20932;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn.bg-sec:hover .text,
.bg-sec.btnri:hover .text,
.bg-sec.btn-sec:hover .text,
.bg-sec.btn-third:hover .text {
  color: #fff;
}

.t36 {
  font-size: 3.6rem;
}

@media screen and (max-width: 1200px) {
  .t36 {
    font-size: 2.8rem;
  }
}

.t52 {
  font-size: 5.2rem;
}

@media screen and (max-width: 1200px) {
  .t52 {
    font-size: 3.5rem;
  }
}

.t64 {
  font-size: 6.4rem;
}

@media screen and (max-width: 1200px) {
  .t64 {
    font-size: 4.8rem;
  }
}

.none-events {
  pointer-events: none;
}

.hv-item {
  position: relative;
  overflow: hidden;
}

@media (hover: hover) {
  .hv-item:hover::before {
    -webkit-animation: shine 1.25s;
    animation: shine 1.25s;
  }
}

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

.ip-control {
  width: 100%;
  position: relative;
}

.ip-control label {
  font-weight: 700;
  color: #475569;
  font-size: 1.4rem;
}

.ip-control .ip-feild {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ip-control input {
  height: 4.8rem;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 0.1rem solid #CBD5E1;
  padding: 0 1rem;
  color: #262626;
  font-weight: 500;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ip-control input::-webkit-input-placeholder {
  color: rgba(27, 30, 30, 0.7);
}

.ip-control input::-moz-placeholder {
  color: rgba(27, 30, 30, 0.7);
}

.ip-control input::-ms-input-placeholder {
  color: rgba(27, 30, 30, 0.7);
}

.ip-control input::placeholder {
  color: rgba(27, 30, 30, 0.7);
}

.ip-control input:focus {
  border: 0.1rem solid #262626;
}

.ip-control textarea {
  min-height: 9rem;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 0.1rem solid #CBD5E1;
  padding: 1rem;
  color: #262626;
  font-weight: 500;
  font-size: 1.6rem;
  max-width: 100%;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ip-control textarea::-webkit-input-placeholder {
  color: rgba(27, 30, 30, 0.7);
}

.ip-control textarea::-moz-placeholder {
  color: rgba(27, 30, 30, 0.7);
}

.ip-control textarea::-ms-input-placeholder {
  color: rgba(27, 30, 30, 0.7);
}

.ip-control textarea::placeholder {
  color: rgba(27, 30, 30, 0.7);
}

.ip-control textarea:focus {
  border: 0.1rem solid #262626;
}

.ip-control.x2 {
  width: 50%;
}

.ip-control.x3 {
  width: calc(100% / 3);
}

.ip-control.srch input {
  padding-left: 3rem;
}

.ip-control.srch .icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.ip-control .select2-container {
  width: 100% !important;
  height: 4.8rem;
  border: none;
}

.ip-control .select2-selection--single {
  padding: 0 0.2rem;
}

.ip-control .select2-container .select2-selection--single,
.ip-control .select2-selection__rendered {
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  width: 100%;
}

.ip-control .select2-selection__arrow {
  height: 100% !important;
  right: 10px !important;
}

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

  .header-nav .menu-item>.menu-link,
  .header-nav .menu-item>a,
  .header-more .txt,
  .header-nav .menu-nav>.menu-list>.menu-item>.menu-link i {
    font-size: 1.4rem;
  }
}

.header-nav .menu-item>.menu-list {
  min-width: 20rem;
}

.form-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.6rem;
}

.form-list .ip-control {
  padding: 0 1.6rem;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 1200px) {
  .form-list {
    margin: 0 -0.6rem;
  }

  .form-list .ip-control {
    padding: 0 0.6rem;
  }
}

.title-40 {
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.2;


}

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

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

@media only screen and (max-width: 500px) {
  .title-40 {
    font-size: 2.5rem;
  }
}

.title-44 {
  font-weight: 600;
  font-size: 4.4rem;
  line-height: 1.2;
}

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

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

.title-32 {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.2;
}

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

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

.title-20 {
  font-weight: 600;
  font-size: 2rem;
}

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

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

.pfcus-tab-item .btn .text,
.pfcus-tab-item .btnri .text,
.pfcus-tab-item .btn-sec .text,
.pfcus-tab-item .btn-third .text {
  text-transform: unset;
}

.select2-dropdown {
  border: none !important;
}

.footer {
  position: relative;
  color: #fff;
}

.footer::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  bottom: 0;
  background-size: cover;
  /* Đảm bảo hình ảnh phủ đầy phần tử mà không bị cắt */
  background-position: center;
  /* Đặt hình ảnh ở giữa phần tử */
  background-repeat: no-repeat;
  /* Không lặp lại hình ảnh */
  /* background-color: black; */
  background: #000000;
  /* opacity: 85%; */
}


.footer::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -11;
  bottom: 0;
  opacity: 70%;
}


.ct-map {
  border: 5px solid var(--color-pri);
  margin-top: 1rem;
  border-radius: 4rem;
}

.ct-map iframe {
  width: 100%;
  border-radius: 4rem;
}

.ct-if-it .igr {
  display: flex;
  align-items: center;
  column-gap: 2.4rem;
}

.ct-if-it .text {
  color: #6C62F4;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}

.ct-if-it .icon img {
  max-width: 100%;
}

.sec-ct .ct {
  max-width: 100rem;
  margin: auto;
}

.ct-if-it .icon {
  border: 0.2rem solid #6C62F4;
  border-radius: 100rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: flex;
  padding: 1rem;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  aspect-ratio: 1;
}


.mobile .footer-info-item .icon img {
  filter: unset;
}

.mobile .footer-info-item .txt {
  color: #000;
}

.newsdt-side {
  overflow: hidden;
}

.newsdt-side .news-des,
.news-rl-slider .news-des {
  display: none;
}

.newsdt-side .news-readmore,
.news-rl-slider .news-readmore {
  display: none;
}



.anews-gr .dts-left-title {
  font-weight: 700;
  /* color: var(--color-pri); */
  text-transform: uppercase;
  margin-bottom: 2.4rem;
  text-align: center;
}

.newsdt-sc .igr .i-link {
  width: 3.2rem;
  height: 3.2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem;
  border: 0.1rem solid #edf2ee;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.newsdt-igr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.4rem;
  flex-wrap: wrap;
}

.newsdt-igr .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsdt-sc .igr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  align-items: center;
}

.newsdt-sc {
  margin-left: auto;
}

.newsdt-igr .t-tags .t-tag,
.newsdt-igr .t-tags {
  margin: 0;
}

.newsdt-igr .t-gr .icon {
  width: 2rem;
  height: 2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem;
  overflow: hidden;
}

.newsdt-igr .t-gr .t-text {
  color: #3a403a;
  font-size: 1.6rem;
  margin-left: 0.8rem;
  display: inline-block;
}

.t-tags {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.news-image .inner-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-bl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-content {
  background: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-content .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.8rem;
}

.news-image .inner-img {
  display: block;
  padding-top: calc((3 / 4)* 100%);
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .news-item {
    gap: 1.2rem;
  }
}

.news-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  gap: 0.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-image:not(.col) {
  width: 100%;
}

.news-content .t-gr .t-text {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  color: #828c83;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-content .t-gr .t-text {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  color: #828c83;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-content .t-gr .t-text:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 1.5rem;
  background: #dedede;
  margin: 0 0.6rem;
}

.t-tags .t-tag {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  color: var(--color-black);
  background: var(--color-pri);
  font-size: 1.4rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: .3rem;

}

.newsdt-igr .t-gr:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 1.6rem;
  background: #e0e0e0;
  margin: 0 1.2rem;
}

.news-tt {
  text-align: center;
}

.news-content .news-readmore {
  color: #b59a7b;
}

.news-tt .t-text {
  font-style: italic;
  color: #b59a7b;
  width: max-content;
  position: relative;
  padding: 0 1.2rem;
}

.news-tt .t-text::before,
.news-tt .t-text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;

  height: 1px;

  background-color: #b59a7b;

}

.news-tt .t-text::before {
  left: 0;
  transform: translateX(-100%);
}

.news-tt .t-text::after {
  right: 0;
  transform: translateX(100%);
}

.news-tt .t-link {
  color: var(--color-tt);

  font-weight: 600;
  font-size: 1.8rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}



.regis-panel {
  max-width: 50rem;
  margin: auto;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}



.analysis_lock {
  position: absolute;
  z-index: 5;
  width: 100%;
  inset: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  z-index: 20;
}

.analysis_lock--wrap {
  max-width: 92rem;
  margin: 14rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 3.2rem;
}


.page-newsdt.no_login {
  position: relative;
}



.home .section-about .about-inner {
  max-width: 120rem;
  margin: auto;
  position: relative;
}

.section-about .about-inner::before {
  position: absolute;
  content: "";
  width: 50%;
  top: -9%;
  height: 50%;
  background-color: var(--color-primary);
  right: -36px;
}

/* .section-about .about-inner::after {
  position: absolute;
  content: "";
  width: 66%;
  bottom: -8%;
  height: 50%;
  background-color: var(--color-primary);
  left: -42px;
} */

.section-about .resize {
  padding-top: 45%;
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.section-about .resize img {
  height: 100% !important;
  width: 100% !important;
  top: 0;
  left: 0;
  object-fit: cover;
  position: absolute;
  z-index: 10;
  transition: 0.5s;
}

.section-about .left-about {
  position: absolute;
  max-width: 500px;
  bottom: 0%;
  padding: 38px;
  z-index: 11;
  background: #fff;
  border-left: 3px solid var(--color-primary);
  border-bottom: 3px solid var(--color-primary);
}

.section-about .t-title {
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: bold;
}

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

  .section-about .about-inner::after,
  .section-about .about-inner::before {
    content: unset;
  }

  .section-about .left-about {
    position: unset;
    padding: 2rem;
    border-right: 3px solid var(--color-primary);
  }


}


.feel-slider .swiper-slide {
  width: 33.3333333333%;
}

.feel-slider-wr {
  position: relative;
}

.feel-slider .swiper-slide-active .feel-item .inner {
  background-color: var(--color-primary);
}

.star-list {
  position: relative;
  height: 2rem;
}

.feel-item .inner .star-flex {
  gap: 0.5rem;
}

.feel-item .inner .star-flex {
  gap: 0.5rem;
}

.feel-item .inner .avatar img {
  contain-intrinsic-size: 3000px 1500px;
}

.star-filter i {
  color: #FFC107;
  font-size: 1.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;
}

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

.feel-item .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 4rem 4rem 4rem;
  background-color: #ffffff;
  border-radius: 0.8rem;
  transition: 0.4s;
  margin-top: 4.5rem;
}

.feel-item .inner .avatar {
  width: 9rem;
  height: 9rem;
  border-radius: 100rem;
  overflow: hidden;
  border: 0.6rem solid #ffffff;
  transform: translateY(-50%);
}

.feel-item .inner .star {
  margin-bottom: 1.5rem;
  margin-top: -2.5rem;
}

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

.feel-slider .swiper-slide-active .feel-item .inner .name {
  color: #ffffff;
}

.feel-slider .swiper-slide-active .feel-item .inner .role {
  color: #ffffff;
}

.feel-slider .swiper-slide-active .feel-item .inner .desc {
  color: #ffffff;
}

.feel-item .inner .desc {
  text-align: center;
  transition: 0.4s;
  max-width: 24rem;
  margin: auto;
}

.feel-item .inner .role {
  text-align: center;
  margin-bottom: 1rem;
  transition: 0.4s;
}

.feel-item .inner .name {
  text-align: center;
  font-weight: bold;
  transition: 0.4s;
}

@media screen and (max-width: 991px) {
  .feel-slider .swiper-slide {
    width: 50%;
  }

  .anews-block .col-3 {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .feel-slider .swiper-slide {
    width: 100%;
  }

  .anews-block .col-3 {
    width: 50%;
  }
}

:root {
  --size-hd: 17.6rem;
  --color-pri: #000000;
  --color-sec: #101210;
  --color-tt: #101210;
  --color-text: #3a403a;
  --color-black: #000;
  --color-white: #fff;
  --pd-sc: 6rem;
}

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

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

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

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

.load-item {
  display: none;
}

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

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

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

@media screen and (max-width: 1200px) {
  .row {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}

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

@media screen and (max-width: 1200px) {
  .rows {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}

.col {
  width: 100%;
  padding: 0 calc(var(--cg) / 2);
  margin-bottom: var(--rg);
}

.col-11 {
  width: calc(11 / 12 * 100%);
}

.col-10 {
  width: calc(10 / 12 * 100%);
}

.col-9 {
  width: calc(9 / 12 * 100%);
}

.col-8 {
  width: calc(8 / 12 * 100%);
}

.col-7 {
  width: calc(7 / 12 * 100%);
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: calc(5 / 12 * 100%);
}

.col-4 {
  width: calc(4 / 12 * 100%);
}

.col-3 {
  width: calc(3 / 12 * 100%);
}

.col-2 {
  width: calc(2 / 12 * 100%);
}

.col-1 {
  width: calc(1 / 12 * 100%);
}

.col-5i {
  width: calc(100% / 5);
}

.col-4i {
  width: calc(100% / 4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}

@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

  33% {
    opacity: 1;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

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

  33% {
    opacity: 1;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  50% {
    -webkit-transform: translatey(-100%);
    transform: translatey(-100%);
  }

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

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

  50% {
    -webkit-transform: translatey(-100%);
    transform: translatey(-100%);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes jittery {

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

  10% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  15% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

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

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

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

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

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

@keyframes jittery {

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

  10% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  15% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.back-to-top.active {
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.back-to-top .triangle {
  display: block;
  width: 0;
  height: 0;
  z-index: 2;
  border: 8px solid transparent;
  border-bottom: 6px solid #fff;
  margin-top: -6px;
  border-radius: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hd-nav {
  height: 100%;
}

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

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

.hd-nav .menu-nav>.menu-list {
  height: 100%;
  margin: 0 -2.8rem;
}

.hd-nav .menu-nav>.menu-list>.menu-item {
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2.8rem;
}

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

.hd-nav .menu-nav>.menu-list>.menu-item:last-child::after {
  display: none;
}

.hd-nav .menu-nav>.menu-list>.menu-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  height: 0.1rem;
  background: var(--color-pri);
  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;
}

.hd-nav .menu-nav>.menu-list>.menu-item::after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 2rem;
  background: #e6e6e6;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

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

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

.hd-nav .menu-nav>.menu-list>.menu-item:hover>a {
  color: var(--color-pri);
}

.hd-nav .menu-nav>.menu-list>.menu-item:hover>a i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: var(--color-pri);
}

.hd-nav .menu-nav>.menu-list>.menu-item>.menu-link {
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-text);
  font-size: 1.4rem;
  font-weight: 400;
}

.hd-nav .menu-nav>.menu-list>.menu-item.current_page_item>a,
.hd-nav .menu-nav>.menu-list>.menu-item.current-menu-item>a,
.hd-nav .menu-nav>.menu-list>.menu-item.current-menu-parent>a,
.hd-nav .menu-nav>.menu-list>.menu-item.current-post-parent>a {
  color: var(--color-pri);
}

.hd-nav .menu-nav>.menu-list>.menu-item.current_page_item::before,
.hd-nav .menu-nav>.menu-list>.menu-item.current-menu-item::before,
.hd-nav .menu-nav>.menu-list>.menu-item.current-menu-parent::before,
.hd-nav .menu-nav>.menu-list>.menu-item.current-post-parent::before {
  width: calc(100% - 5.6rem);
}

.hd-nav .menu-nav>.menu-list>.menu-item>.menu-list {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: calc(100%);
}

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

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

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

.hd-nav .menu-item:hover>.menu-list>.menu-item.current_page_item>a,
.hd-nav .menu-item:hover>.menu-list>.menu-item.current-menu-item>a {
  color: var(--color-pri);
}

.hd-nav .menu-item:hover>.menu-list>.menu-item.current_page_item>a::after,
.hd-nav .menu-item:hover>.menu-list>.menu-item.current-menu-item>a::after {
  height: 100%;
}

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

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

.hd-nav .menu-item>.menu-link,
.hd-nav .menu-item>a {
  color: var(--color-text);
  font-weight: 400;
  display: block;
  font-size: 1.4rem;
}

.hd-nav .menu-item>.menu-link>i,
.hd-nav .menu-item>a>i {
  display: none;
  font-weight: 600;
  margin-left: 0.4rem;
  font-size: 1.4rem;
  color: var(--color-white);
}

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

.hd-nav .menu-item>.menu-list {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 20rem;
  max-width: 23rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, 5px);
  transform: translate(-50%, 5px);
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 0.3rem 1.2rem 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0.3rem 1.2rem 0px;
}

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

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

.hd-nav .menu-item>.menu-list>.menu-item:hover>.menu-link,
.hd-nav .menu-item>.menu-list>.menu-item:hover>a {
  color: var(--color-pri);
  background: #d4eef9;
}

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

.hd-nav .menu-item>.menu-list>.menu-item>.menu-link,
.hd-nav .menu-item>.menu-list>.menu-item>a {
  padding: 1.2rem 3.2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  color: var(--color-text);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hd-nav .menu-item>.menu-list>.menu-item>.menu-link::after,
.hd-nav .menu-item>.menu-list>.menu-item>a::after {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  height: 0%;
  background: var(--color-pri);
  width: 0.3rem;
  z-index: 1;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

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

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

.mobile-nav .menu-nav>.menu-list>.menu-item.current_page_item>a,
.mobile-nav .menu-nav>.menu-list>.menu-item.current-menu-item>a,
.mobile-nav .menu-nav>.menu-list>.menu-item.current-menu-parent>a,
.mobile-nav .menu-nav>.menu-list>.menu-item.current-post-parent>a {
  color: var(--color-pri);
  padding-left: 3rem;
}

.mobile-nav .menu-nav>.menu-list>.menu-item.current_page_item>a::after,
.mobile-nav .menu-nav>.menu-list>.menu-item.current-menu-item>a::after,
.mobile-nav .menu-nav>.menu-list>.menu-item.current-menu-parent>a::after,
.mobile-nav .menu-nav>.menu-list>.menu-item.current-post-parent>a::after {
  opacity: 1;
}

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

.mobile-nav .menu-nav>.menu-list>.menu-item>a {
  padding: 1.2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #303030;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

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

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

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

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

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

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

.mobile-nav .menu-item>a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.2rem;
  font-size: 1.4rem;
  color: var(--color-text);
  font-weight: 500;
  text-transform: uppercase;
}

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

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

.mobile-nav .menu-item>.menu-list>.menu-item.current_page_item>a,
.mobile-nav .menu-item>.menu-list>.menu-item.current-menu-item>a {
  color: var(--color-pri);
}

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

.hd-cate .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 -2.8rem;
}

@media screen and (max-width: 1450px) {
  .hd-cate .menu-list {
    margin: 0 -1.2rem;
  }
}

@media (hover: hover) {
  .hd-cate .menu-list>.menu-item:hover .hd-cate-pos {
    opacity: 1;
    visibility: visible;
  }

  .hd-cate .menu-list>.menu-item:hover .menu-link {
    color: var(--color-pri);
  }
}

.hd-cate .menu-list>.menu-item>.menu-link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  padding: 0 2.8rem;
  font-size: 1.4rem;
  color: var(--color-text);
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1450px) {
  .hd-cate .menu-list>.menu-item>.menu-link {
    padding: 0 1.2rem;
  }
}

.hd-cate .menu-list>.menu-item>.menu-link>.icon {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

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

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

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

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

.hd {
  position: fixed;
  width: 100%;
  z-index: 50;
  top: 0;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


.hd.in {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 0.8rem 2.4rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0.8rem 2.4rem;
}

@media screen and (min-width: 1201px) {
  .hd.out .hd-top {
    height: 6.6rem;
  }

  .hd.out .hd-top .hd-top-logo .custom-logo-link {
    width: 6rem;
  }
}

@media screen and (min-width: 1201px) {
  .hd.out .hd-bot {
    visibility: hidden;
    height: 0;
    opacity: 0;
  }
}

.hd-top {
  height: 9.6rem;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1200px) {
  .hd-top {
    height: 6rem;
  }
}

.hd-top::before {
  content: "";
  position: absolute;
  width: 100vw;
  left: 50%;
  height: 0.1rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background: #edf2ee;
}

.hd-top .hd-cate {
  display: block;
}

@media screen and (min-width: 1201px) {
  .hd-top .hd-cate {
    display: none;
  }
}

.hd-top .hd-bot-cart {
  display: block;
  padding: 0;
}

@media screen and (min-width: 1201px) {
  .hd-top .hd-bot-cart {
    display: none;
  }
}

.hd-top-wrap {
  height: 100%;
  position: relative;
}

.hd-top-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hd-top-logo {
  width: auto;
  padding: 0 1rem;
}

@media screen and (max-width: 1200px) {
  .hd-top-logo {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
  }
}

.hd-top-logo .custom-logo-link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 7.2rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1200px) {
  .hd-top-logo .custom-logo-link {
    width: 5rem;
  }
}

@media screen and (min-width: 1201px) {
  .hd-top-nav {
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.hd-top-last {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
}

@media screen and (max-width: 1200px) {
  .hd-top-last {
    gap: 1.2rem;
  }

  .hd-top-last .t-text {
    display: none;
  }
}

.hd-top-gr {
  gap: 4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hd-top-gr .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}

@media (hover: hover) {
  .hd-top-gr .t-gr:hover .t-text {
    color: var(--color-pri);
  }
}

.hd-top-gr .t-gr .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem;
  overflow: hidden;
}

.hd-top-gr .t-gr .t-text {
  font-size: 1.4rem;
  text-align: center;
  color: var(--color-text);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1200px) {
  .hd-top-lang {
    display: none;
  }
}

.hd-top-lang .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hd-top-lang .t-gr .t-link {
  font-size: 2rem;
  font-weight: 700;
  color: #828c83;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .hd-top-lang .t-gr .t-link {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 800px) {
  .hd-top-lang .t-gr .t-link {
    font-size: 1.6rem;
  }

  .gt_switcher {
    width: 70px !important;
  }

  .gt_selected a,
  .gt_switcher a {
    font-size: 0px !important;
    width: auto !important;
  }
}

.hd-top-lang .t-gr .t-link:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 2.4rem;
  background: var(--color-text);
  margin: 0 1.2rem;
}

.hd-top-lang .t-gr .t-link.active {
  color: var(--color-pri);
}

.hd-bot {
  height: calc(var(--size-hd) - 9.6rem);
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media screen and (max-width: 1200px) {
  .hd-bot {
    display: none;
  }
}

.hd-bot-wrap {
  height: 100%;
}

.hd-bot-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .hd-bot-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.hd-bot-left {
  width: 50%;
  padding: 0 1rem;
}

@media screen and (max-width: 1200px) {
  .hd-bot-left {
    width: auto;
  }
}

.hd-bot-right {
  width: 50%;
  padding: 0 1rem;
}

@media screen and (max-width: 1200px) {
  .hd-bot-right {
    width: auto;
  }
}

.hd-bot-group {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 -1.6rem;
  height: 100%;
}

@media screen and (max-width: 1500px) {
  .hd-bot-group {
    margin: 0 -1.2rem;
  }
}

.hd-bot-search {
  width: 40rem;
  padding: 0 1.6rem;
}

@media screen and (max-width: 1500px) {
  .hd-bot-search {
    padding: 0 1.2rem;
  }
}

@media screen and (max-width: 1300px) {
  .hd-bot-search {
    width: 34rem;
  }
}

@media screen and (max-width: 1200px) {
  .hd-bot-search {
    display: none;
  }
}

.hd-bot-search .btn-search {
  width: 7.2rem;
  background: var(--color-pri);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .hd-bot-search .btn-search:hover {
    opacity: 0.8;
  }
}

.hd-bot-search .btn-search .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #fff;
  font-size: 1.6rem;
}

.hd-bot-search .form-search {
  position: relative;
  border-radius: 100rem;
  overflow: hidden;
}

.hd-bot-search .form-search input {
  padding-right: 8rem !important;
}

.hd-bot-cart {
  padding: 0 1.6rem;
}

@media screen and (max-width: 1500px) {
  .hd-bot-cart {
    padding: 0 1.2rem;
  }
}

@media screen and (max-width: 1200px) {
  .hd-bot-cart {
    display: none;
  }
}

.hd-bot-cart .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  gap: 0.4rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .hd-bot-cart .t-gr:hover {
    color: var(--color-pri);
  }
}

.hd-bot-cart .t-gr .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
}

.hd-bot-cart .t-gr .t-num {
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  right: 0;
  top: 0.3rem;
  -webkit-transform: translateX(25%);
  transform: translateX(25%);
  border-radius: 100rem;
  background: #ff2121;
  color: #fff;
  font-size: 1.1rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.hd-bot-hl {
  padding: 0 1.6rem;
}

@media screen and (max-width: 1500px) {
  .hd-bot-hl {
    padding: 0 1.2rem;
  }
}

@media screen and (max-width: 1200px) {
  .hd-bot-hl {
    display: none;
  }
}

.hd-bot-hl .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hd-bot-hl .t-gr .t-text {
  color: #101210;
  font-size: 1.4rem;
  font-weight: 500;
}

.hd-bot-hl .t-gr .t-num {
  color: #0fab1c;
  font-size: 1.6rem;
  font-weight: 700;
}

.hd-cate {
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .hd-cate {
    display: none;
  }
}

.hd-cate-ctr {
  padding: 0.8rem 0.4rem;
  padding-right: 0.8rem;
  background: var(--color-pri);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.8rem;
}

.hd-cate-ctr .igr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
}

.hd-cate-ctr .igr .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

@media screen and (min-width: 1201px) {
  .hd-cate-ctr {
    display: none;
  }
}

.hd-cate-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2.8rem;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1500px) {
  .hd-cate-list {
    margin: 0 -1.2rem;
  }
}

@media screen and (max-width: 1200px) {
  .hd-cate-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    margin: unset;
    padding: 1.2rem;
    position: absolute;
    border-radius: 1.2rem;
    top: calc(100% + 1rem);
    height: auto;
    width: 50rem;
    max-width: calc(100vw - 3rem);
    max-height: calc(70vh - var(--size-hd));
    overflow-y: auto;
    left: 0;
    background: #fff;
    display: none;
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
}

.hd-cate-it {
  padding: 0 2.8rem;
  height: 100%;
}

@media screen and (max-width: 1500px) {
  .hd-cate-it {
    padding: 0 1.2rem;
  }
}

@media screen and (max-width: 1200px) {
  .hd-cate-it {
    padding: 1.2rem 0;
  }

  .hd-cate-it:not(:last-child) {
    border-bottom: 0.1rem solid #eee;
  }
}

.hd-cate-it .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}

@media screen and (max-width: 1200px) {
  .hd-cate-it .t-gr {
    padding: 0.4rem 0.6rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 0.8rem;
  }
}

.hd-cate-it .t-gr.active {
  background: rgba(15, 171, 28, 0.1);
}

.hd-cate-it .t-gr.active .t-text {
  color: #0fab1c;
}

.hd-cate-it .t-gr.active::after {
  color: #0fab1c;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 1200px) {
  .hd-cate-it .t-gr::after {
    content: "\f0d7";
    width: 2.4rem;
    height: 2.4rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-family: "Font Awesome 5 Pro";
    margin-left: auto;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

.hd-cate-it .t-gr .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

@media screen and (max-width: 1300px) {
  .hd-cate-it .t-gr .icon {
    width: 1.8rem;
    height: 1.8rem;
  }
}

@media screen and (max-width: 1200px) {
  .hd-cate-it .t-gr .icon {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.hd-cate-it .t-gr .t-text {
  font-size: 1.4rem;
  color: var(--color-text);
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .hd-cate-it .t-gr .t-text {
    font-size: 1.6rem;
    font-weight: 500;
  }
}

.hd-cate-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .hd-cate-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
}

@media (hover: hover) {
  .hd-cate-in:hover .hd-cate-pos {
    opacity: 1;
    visibility: visible;
  }

  .hd-cate-in:hover .t-gr .t-text {
    color: var(--color-pri);
  }
}

@media screen and (max-width: 1200px) {
  .hd-cate-pos {
    display: none;
  }
}

@media screen and (min-width: 1201px) {
  .hd-cate-pos {
    overflow-y: auto;
    max-height: calc(90vh - var(--size-hd));
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-height: 40rem;
    background: #fff;
    border-radius: 2rem;
    width: 100%;
    -webkit-box-shadow: rgba(149, 157, 165, 0.1) 0px 0.1rem 0.8rem;
    box-shadow: rgba(149, 157, 165, 0.1) 0px 0.1rem 0.8rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
}

.hd-cate-pos::-webkit-scrollbar {
  width: 0;
}

.hd-cate-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hd-cate-left {
  width: 50%;
}

@media screen and (max-width: 1200px) {
  .hd-cate-left {
    width: 100%;
  }
}

.hd-cate-right {
  width: 50%;
}

@media screen and (max-width: 1200px) {
  .hd-cate-right {
    display: none;
  }
}

.hd-cate-ihead {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}

.hd-cate-ihead .t-link {
  font-size: 4rem;
  font-weight: 600;
  color: #101210;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .hd-cate-ihead .t-link {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 800px) {
  .hd-cate-ihead .t-link {
    font-size: 2.7rem;
  }
}

@media (hover: hover) {
  .hd-cate-ihead .t-link:hover {
    color: var(--color-pri);
  }
}

@media screen and (max-width: 1200px) {
  .hd-cate-ihead .t-link {
    font-size: 2.4rem;
  }
}

.hd-cate-box {
  padding: 4rem;
}

@media screen and (max-width: 1200px) {
  .hd-cate-box {
    padding: 1.6rem;
  }
}

.hd-cate-img {
  height: 100%;
}

.hd-cate-img .inner {
  display: block;
  padding-top: calc((922 / 880) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}

.hd-cate-img .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hd-cate-ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}

.hd-cate-navs {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.6rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 3.2rem;
}

@media screen and (max-width: 1200px) {
  .hd-cate-navs {
    margin: 0 -1.2rem;
    row-gap: 2.4rem;
  }
}

@media screen and (max-width: 500px) {
  .hd-cate-navs {
    margin: 0 -0.6rem;
    row-gap: 1.2rem;
  }
}

.hd-cate-col {
  width: calc(100% / 3);
  padding: 0 1.6rem;
}

@media screen and (max-width: 1200px) {
  .hd-cate-col {
    padding: 0 1.2rem;
  }
}

@media screen and (max-width: 500px) {
  .hd-cate-col {
    padding: 0 0.6rem;
  }
}

.hd-cate-igr .inner-image .inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  margin-bottom: 2.4rem;
  background: #f5f7f5;
}

@media screen and (max-width: 1200px) {
  .hd-cate-igr .inner-image .inner {
    margin-bottom: 1.2rem;
    border-radius: 0.8rem;
  }
}

@media (hover: hover) {
  .hd-cate-igr .inner-image .inner:hover::after {
    opacity: 1;
  }
}

.hd-cate-igr .inner-image .inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border: 0.1rem solid #0fab1c;
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hd-cate-igr .inner-image .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.hd-cate-igr .t-link {
  font-size: 2.4rem;
  color: #101210;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: center;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .hd-cate-igr .t-link {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 800px) {
  .hd-cate-igr .t-link {
    font-size: 1.7rem;
  }
}

@media (hover: hover) {
  .hd-cate-igr .t-link:hover {
    color: var(--color-pri);
  }
}

@media screen and (max-width: 1200px) {
  .hd-cate-igr .t-link {
    font-size: 1.4rem;
  }
}

.sec-ft {
  padding: 8rem 0;
  background: #f5f7f5;
}

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

@media screen and (max-width: 1200px) {
  .ft-row .col {
    width: calc(100% / 3);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .ft-row .col:first-child {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (max-width: 768px) {
  .ft-row .col {
    width: 50%;
  }

  .ft-row .col:nth-child(4) {
    width: 100%;
  }
}

.ft-logo {
  margin: 0 auto 4.8rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.ft-logo .custom-logo-link {
  width: 10rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.ft-if {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1200px) {
  .ft-if {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-top: 2.4rem;
  }
}

.ft-if-head .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 1200px) {
  .ft-if-head .t-gr {
    margin-bottom: 1.2rem;
  }
}

.ft-if-head .t-gr .t-text {
  font-size: 1.6rem;
  font-weight: 600;
  color: #101210;
}

.ft-if-head .t-gr .t-txt {
  color: #3a403a;
  font-size: 1.6rem;
  font-weight: 300;
}

.ft-sign {
  margin-top: auto;
}

.ft-sign .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}

.ft-sign .t-gr .t-text {
  font-size: 1.4rem;
  color: #3a403a;
}

.ft-sign .t-gr .icon {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.ft-box-head {
  margin-bottom: 1.2rem;
}

.ft-box-head .t-text {
  font-weight: 600;
  margin-bottom: 1.6rem;
  text-transform: uppercase;
  color: #656c6f;
}

.ft-box-nav .menu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  row-gap: 1.2rem;
}

.ft-box-nav .menu .menu-link {
  font-size: 1.4rem;
  color: #606961;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .ft-box-nav .menu .menu-link:hover {
    color: var(--color-pri);
  }
}

.ft-box-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.2rem;
}

.ft-box-list .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ft-box-list .t-gr .t-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #101210;
}

.ft-box-list .t-gr .t-link {
  font-size: 1.6rem;
  color: #606961;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .ft-box-list .t-gr .t-link:hover {
    color: var(--color-pri);
  }
}

.ft-sc {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .ft-sc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 1.6rem;
    margin-top: 2.4rem;
  }
}

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

.hd-burger {
  padding: 1.2rem 0;
  cursor: pointer;
}

.hd-burger.active .line:nth-child(1) {
  -webkit-transform: translate3d(0, 0.3rem, 0) rotate(45deg) !important;
  transform: translate3d(0, 0.3rem, 0) rotate(45deg) !important;
}

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

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

.burger {
  position: relative;
}

.hamburger .line {
  width: 2.4rem;
  height: 0.2rem;
  border-radius: 0.4rem;
  background: var(--color-pri);
  display: block;
  margin: 0.5rem 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.hamburger .line:nth-child(2) {
  width: 1.8rem;
  margin-left: auto;
}

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

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

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

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

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

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

.mobile-heading {
  font-size: 1.8rem;
  line-height: 1.5;
  color: var(--color-pri);
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

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

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

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

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

.mobile-lang {
  padding: 0 1.2rem;
}

.mobile-lang .hd-top-lang {
  display: block;
}

.mobile-lang .hd-top-lang .t-gr .t-link::after {
  height: 1.4rem;
}

.mobile-search {
  padding-top: 1.2rem;
}

.mobile-search .hd-bot-search {
  display: block;
  width: 100%;
}

.mobile-search .hd-bot-search .form-search {
  border-radius: 1.2rem;
}

.mobile-search .hd-bot-search .btn-search {
  width: 4.4rem;
}

.mobile-search .hd-bot-search .form-ip input {
  height: 4.4rem !important;
  padding-right: 5rem !important;
  border-radius: 1.2rem;
}

.mobile-wr {
  padding-bottom: 4rem;
  position: relative;
  height: 100%;
}

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

.mobile-content {
  padding: 1.2rem;
}

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

.mobile .ft-sc-list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid var(--color-pri);
  gap: 0;
}

.mobile .ft-sc-list .i-link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  background: var(--color-pri);
  cursor: pointer;
}

.mobile .ft-sc-list .i-link:not(:first-child) {
  border-left: 1px solid #5353534e;
}

.mobile .ft-sc-list .i-link img {
  width: 2.4rem;
  height: 2.4rem;
}

.mobile-text {
  font-size: 1.4rem;
  display: block;
  color: var(--color-pri);
  word-break: break-word;
  font-weight: 500;
}

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

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

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

.mobile-re-link {
  font-size: 1.6rem;
  color: var(--color-pri);
  text-decoration: underline;
}

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

.mobile-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid var(--color-pri);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  background-color: white;
}

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

.mobile-close .icon {
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  font-weight: 500;
  font-size: 1.8rem;
  color: var(--color-pri);
}

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

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

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

.select2-container {
  height: 5.2rem;
  background-color: transparent;
  line-height: inherit !important;
}

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

.selection {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 100rem !important;
  color: var(--color-white);
  height: 5.2rem;
  background-color: transparent;
  border: 0.1rem solid #ebebeb;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

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

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

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

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

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

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: none;
  border-bottom: none !important;
  padding: 4px 6px !important;
  background-color: var(--color-black);
  color: var(--color-black);
}

.select2-container .select2-dropdown .select2-results ul {
  background: #e6eeed;
  color: var(--color-black);
}

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

.select2-container--default .select2-results__option--selected {
  background-color: #e6eeed;
  color: var(--color-black);
  font-size: 1.4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.sl-cus {
  position: relative;
}

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

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

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

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

.sl-head::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1.3rem;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid var(--color-sec);
}

.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: var(--color-black);
  padding: 1rem 1.5rem;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.sl-item:hover {
  background-color: var(--color-sec);
  color: white;
}

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

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

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

.popup.open .popup-main {
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}

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

.popup-main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 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;
  border-radius: 2.4rem;
  background-color: white;
}

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

.popup-over::-webkit-scrollbar {
  width: 0;
}

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

@media screen and (max-width: 1200px) {
  .popup-wrapper {
    padding: 4.8rem 2rem 2rem 2rem;
  }
}

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

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

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

.popup-close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  cursor: pointer;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  width: 3rem;
  height: 3rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: white;
  z-index: 3;
}

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

.popup-close .icon {
  color: var(--color-pri);
  font-weight: 500;
  font-size: 3rem;
  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-cares-head {
  max-width: 52rem;
  margin: 0 auto;
}

@media screen and (max-width: 650px) {
  .popup-cares-form .form-list .col {
    width: 100%;
  }
}

.popup-cares .popup-main {
  width: 120rem;
}

.popup-cares .file-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.popup-cares .form-upload {
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
}

.popup-cares .form-upload .form-group__file {
  width: 100%;
  height: 28rem;
  border-radius: 2.4rem;
  border: 0.2rem dashed #bbc3c4;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  row-gap: 0.6rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 1.2rem;
}

@media (hover: hover) {
  .popup-cares .form-upload .form-group__file:hover {
    border-color: var(--color-pri);
  }
}

.popup-cares .form-upload .file-input {
  opacity: 0;
  width: 12.6rem;
  height: 12.6rem;
  cursor: pointer;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popup-cares .form-upload .file-preview-background {
  width: 12.6rem;
  height: 12.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  pointer-events: none;
}

.popup-cares .form-upload .file-label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.popup-cares .form-upload .file-preview {
  width: 100%;
  height: 100%;
  z-index: 10;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
  border-radius: 1.2rem;
}

.popup-cares .form-upload .file-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.popup-sale-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popup-sale-row .col-left,
.popup-sale-row .col-right {
  width: 50%;
}

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

  .popup-sale-row .col-left,
  .popup-sale-row .col-right {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .popup-sale-row .col-right {
    display: none;
  }
}

.popup-sale .popup-wrapper {
  padding: 0;
}

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

.popup-sale-ctn {
  padding: 4rem 2.4rem;
}

@media screen and (max-width: 1200px) {
  .popup-sale-ctn {
    padding: 2.4rem 1.2rem;
  }
}

.popup-sale-head {
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  .popup-sale-head {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.popup-sale-head .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.popup-sale-head .t-gr .t-num {
  line-height: 1;
  font-size: 8rem;
  color: var(--color-pri);
  font-weight: 600;
}

.popup-sale-image {
  height: 100%;
}

.popup-sale-image .inner {
  height: 100%;
  display: block;
  padding-top: calc((700 / 880) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0 2.4rem 2.4rem 0;
}

.popup-sale-image .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.dateTime {
  position: relative;
  height: 4.8rem;
  border: 0.1rem solid #e8eaea;
  z-index: 2;
  border-radius: 15rem;
  overflow: hidden;
  cursor: pointer;
}

.dateTime.icon-date {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.dateTimeText {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  background-color: #fff;
  z-index: 2;
  font-size: 1.6rem;
  cursor: pointer;
}

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

.dateTimeInput {
  padding: 0.8rem 1.4rem;
  background-color: transparent;
  width: 100%;
  font-family: "SVN-Poppins", sans-serif;
  border: none;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "SVN-Poppins", sans-serif;
  border-radius: inherit;
  border: unset !important;
  cursor: pointer;
}

.dateTime.icon-date::after {
  content: "\f073";
  width: 2.4rem;
  height: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-family: "Font Awesome 5 Pro";
  color: var(--color-pri);
  position: relative;
  z-index: 3;
  margin-right: 1.4rem;
}

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

@-webkit-keyframes song-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }

  100%,
  50% {
    -webkit-transform: translate3d(5px, 0, 0) scale(2);
    transform: translate3d(5px, 0, 0) scale(2);
    opacity: 0;
  }
}

@keyframes song-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }

  100%,
  50% {
    -webkit-transform: translate3d(5px, 0, 0) scale(2);
    transform: translate3d(5px, 0, 0) scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes song-2 {

  0%,
  19% {
    opacity: 0;
  }

  20% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }

  100%,
  70% {
    -webkit-transform: translate3d(5px, 0, 0) scale(2);
    transform: translate3d(5px, 0, 0) scale(2);
    opacity: 0;
  }
}

@keyframes song-2 {

  0%,
  19% {
    opacity: 0;
  }

  20% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }

  100%,
  70% {
    -webkit-transform: translate3d(5px, 0, 0) scale(2);
    transform: translate3d(5px, 0, 0) scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes song-3 {

  0%,
  39% {
    opacity: 0;
  }

  40% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }

  100%,
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scale(2);
    transform: translate3d(5px, 0, 0) scale(2);
    opacity: 0;
  }
}

@keyframes song-3 {

  0%,
  39% {
    opacity: 0;
  }

  40% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }

  100%,
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scale(2);
    transform: translate3d(5px, 0, 0) scale(2);
    opacity: 0;
  }
}

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

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

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

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

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

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

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

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

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

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

@-webkit-keyframes jello {

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

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

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

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

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

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

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

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

@keyframes jello {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

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

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}

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

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

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}

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

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

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

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}

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

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

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}

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

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

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

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}

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

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

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}

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

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

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

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}

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

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

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}

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

/* Bouncing entrances  */
@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

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

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

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

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

@-webkit-keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

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

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

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

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

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

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

@-webkit-keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

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

@keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

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

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

@-webkit-keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

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

@keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

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

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

@-webkit-keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

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

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

@keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

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

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

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

/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

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

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 100%, 0);
    transform: translate3d(-50%, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 100%, 0);
    transform: translate3d(-50%, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

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

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

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

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

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

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

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

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

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

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

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

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

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

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

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

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

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

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

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

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

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}

.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}

.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.custom-bounce {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-bounce.active {
  animation: bounce var(--duration) forwards;
  -webkit-animation: bounce var(--duration) forwards;
  -moz-animation: bounce var(--duration) forwards;
  -ms-animation: bounce var(--duration) forwards;
  -o-animation: bounce var(--duration) forwards;
}

.custom-bounceIn {
  opacity: 0;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-bounceIn.active {
  animation: bounceIn var(--duration) forwards;
  -webkit-animation: bounceIn var(--duration) forwards;
  -moz-animation: bounceIn var(--duration) forwards;
  -ms-animation: bounceIn var(--duration) forwards;
  -o-animation: bounceIn var(--duration) forwards;
}

.custom-bounceInRight {
  -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
  transform: translate3d(3000px, 0, 0) scaleX(3);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-bounceInRight.active {
  animation: bounceInRight var(--duration) forwards;
  -webkit-animation: bounceInRight var(--duration) forwards;
  -moz-animation: bounceInRight var(--duration) forwards;
  -ms-animation: bounceInRight var(--duration) forwards;
  -o-animation: bounceInRight var(--duration) forwards;
}

.custom-bouncenInLeft {
  -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
  transform: translate3d(-3000px, 0, 0) scaleX(3);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-bouncenInLeft.active {
  animation: bounceInLeft var(--duration) forwards;
  -webkit-animation: bounceInLeft var(--duration) forwards;
  -moz-animation: bounceInLeft var(--duration) forwards;
  -ms-animation: bounceInLeft var(--duration) forwards;
  -o-animation: bounceInLeft var(--duration) forwards;
}

.custom-bounceInUp {
  -webkit-transform: translateY(2000px);
  transform: translateY(2000px);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-bounceInUp.active {
  animation: bounceInUp var(--duration) forwards;
  -webkit-animation: bounceInUp var(--duration) forwards;
  -moz-animation: bounceInUp var(--duration) forwards;
  -ms-animation: bounceInUp var(--duration) forwards;
  -o-animation: bounceInUp var(--duration) forwards;
}

.custom-bounceInDown {
  -webkit-transform: translateY(-2000px);
  transform: translateY(-2000px);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-bounceInDown.active {
  animation: bounceInDown var(--duration) forwards;
  -webkit-animation: bounceInDown var(--duration) forwards;
  -moz-animation: bounceInDown var(--duration) forwards;
  -ms-animation: bounceInDown var(--duration) forwards;
  -o-animation: bounceInDown var(--duration) forwards;
}

.custom-bounceOut {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-bounceOut.active {
  animation: bounceOut var(--duration) forwards;
  -webkit-animation: bounceOut var(--duration) forwards;
  -moz-animation: bounceOut var(--duration) forwards;
  -ms-animation: bounceOut var(--duration) forwards;
  -o-animation: bounceOut var(--duration) forwards;
}

.custom-bounceOutDown {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-bounceOutDown.active {
  animation: bounceOutDown var(--duration) forwards;
  -webkit-animation: bounceOutDown var(--duration) forwards;
  -moz-animation: bounceOutDown var(--duration) forwards;
  -ms-animation: bounceOutDown var(--duration) forwards;
  -o-animation: bounceOutDown var(--duration) forwards;
}

.custom-bounceOutLeft {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-bounceOutLeft.active {
  animation: bounceOutLeft var(--duration) forwards;
  -webkit-animation: bounceOutLeft var(--duration) forwards;
  -moz-animation: bounceOutLeft var(--duration) forwards;
  -ms-animation: bounceOutLeft var(--duration) forwards;
  -o-animation: bounceOutLeft var(--duration) forwards;
}

.custom-bounceOutRight {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-bounceOutRight.active {
  animation: bounceOutRight var(--duration) forwards;
  -webkit-animation: bounceOutRight var(--duration) forwards;
  -moz-animation: bounceOutRight var(--duration) forwards;
  -ms-animation: bounceOutRight var(--duration) forwards;
  -o-animation: bounceOutRight var(--duration) forwards;
}

.custom-bounceOutUp {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-bounceOutUp.active {
  animation: bounceOutUp var(--duration) forwards;
  -webkit-animation: bounceOutUp var(--duration) forwards;
  -moz-animation: bounceOutUp var(--duration) forwards;
  -ms-animation: bounceOutUp var(--duration) forwards;
  -o-animation: bounceOutUp var(--duration) forwards;
}

.custom-fadeIn {
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeIn.active {
  animation: fadeIn var(--duration) forwards;
  -webkit-animation: fadeIn var(--duration) forwards;
  -moz-animation: fadeIn var(--duration) forwards;
  -ms-animation: fadeIn var(--duration) forwards;
  -o-animation: fadeIn var(--duration) forwards;
}

.custom-fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeInDown.active {
  animation: fadeInDown var(--duration) forwards;
  -webkit-animation: fadeInDown var(--duration) forwards;
  -moz-animation: fadeInDown var(--duration) forwards;
  -ms-animation: fadeInDown var(--duration) forwards;
  -o-animation: fadeInDown var(--duration) forwards;
}

.custom-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeInLeft.active {
  animation: fadeInLeft var(--duration) forwards;
  -webkit-animation: fadeInLeft var(--duration) forwards;
  -moz-animation: fadeInLeft var(--duration) forwards;
  -ms-animation: fadeInLeft var(--duration) forwards;
  -o-animation: fadeInLeft var(--duration) forwards;
}

.custom-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeInRight.active {
  animation: fadeInRight var(--duration) forwards;
  -webkit-animation: fadeInRight var(--duration) forwards;
  -moz-animation: fadeInRight var(--duration) forwards;
  -ms-animation: fadeInRight var(--duration) forwards;
  -o-animation: fadeInRight var(--duration) forwards;
}

.custom-fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeInUp.active {
  animation: fadeInUp var(--duration) forwards;
  -webkit-animation: fadeInUp var(--duration) forwards;
  -moz-animation: fadeInUp var(--duration) forwards;
  -ms-animation: fadeInUp var(--duration) forwards;
  -o-animation: fadeInUp var(--duration) forwards;
}

.custom-fadeInLeftBig {
  -webkit-transform: translate3d(-2000px, 0, 0);
  transform: translate3d(-2000px, 0, 0);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
  opacity: 0;
}

.custom-fadeInLeftBig.active {
  animation: fadeInLeftBig var(--duration) forwards;
  -webkit-animation: fadeInLeftBig var(--duration) forwards;
  -moz-animation: fadeInLeftBig var(--duration) forwards;
  -ms-animation: fadeInLeftBig var(--duration) forwards;
  -o-animation: fadeInLeftBig var(--duration) forwards;
}

.custom-fadeInRightBig {
  -webkit-transform: translate3d(2000px, 0, 0);
  transform: translate3d(2000px, 0, 0);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
  opacity: 0;
}

.custom-fadeInRightBig.active {
  -webkit-animation: fadeInRightBig var(--duration) forwards;
  animation: fadeInRightBig var(--duration) forwards;
}

.custom-fadeInUpBig {
  -webkit-transform: translateY(2000px);
  transform: translateY(2000px);
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeInUpBig.active {
  animation: fadeInUpBig var(--duration) forwards;
  -webkit-animation: fadeInUpBig var(--duration) forwards;
  -moz-animation: fadeInUpBig var(--duration) forwards;
  -ms-animation: fadeInUpBig var(--duration) forwards;
  -o-animation: fadeInUpBig var(--duration) forwards;
}

.custom-fadeInDownBig {
  -webkit-transform: translateY(-2000px);
  transform: translateY(-2000px);
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeInDownBig.active {
  animation: fadeInDownBig var(--duration) forwards;
  -webkit-animation: fadeInDownBig var(--duration) forwards;
  -moz-animation: fadeInDownBig var(--duration) forwards;
  -ms-animation: fadeInDownBig var(--duration) forwards;
  -o-animation: fadeInDownBig var(--duration) forwards;
}

.custom-fadeInTopLeft {
  opacity: 0;
  -webkit-transform: translate3d(-100%, -100%, 0);
  transform: translate3d(-100%, -100%, 0);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeInTopLeft.active {
  animation: fadeInTopLeft var(--duration) forwards;
  -webkit-animation: fadeInTopLeft var(--duration) forwards;
  -moz-animation: fadeInTopLeft var(--duration) forwards;
  -ms-animation: fadeInTopLeft var(--duration) forwards;
  -o-animation: fadeInTopLeft var(--duration) forwards;
}

.custom-fadeInTopRight {
  opacity: 0;
  -webkit-transform: translate3d(100%, -100%, 0);
  transform: translate3d(100%, -100%, 0);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeInTopRight.active {
  animation: fadeInTopRight var(--duration) forwards;
  -webkit-animation: fadeInTopRight var(--duration) forwards;
  -moz-animation: fadeInTopRight var(--duration) forwards;
  -ms-animation: fadeInTopRight var(--duration) forwards;
  -o-animation: fadeInTopRight var(--duration) forwards;
}

.custom-fadeInBottomLeft {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 100%, 0);
  transform: translate3d(-100%, 100%, 0);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeInBottomLeft.active {
  animation: fadeInBottomLeft var(--duration) forwards;
  -webkit-animation: fadeInBottomLeft var(--duration) forwards;
  -moz-animation: fadeInBottomLeft var(--duration) forwards;
  -ms-animation: fadeInBottomLeft var(--duration) forwards;
  -o-animation: fadeInBottomLeft var(--duration) forwards;
}

.custom-fadeInBottomRight {
  opacity: 0;
  -webkit-transform: translate3d(100%, 100%, 0);
  transform: translate3d(100%, 100%, 0);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeInBottomRight.active {
  animation: fadeInBottomRight var(--duration) forwards;
  -webkit-animation: fadeInBottomRight var(--duration) forwards;
  -moz-animation: fadeInBottomRight var(--duration) forwards;
  -ms-animation: fadeInBottomRight var(--duration) forwards;
  -o-animation: fadeInBottomRight var(--duration) forwards;
}

.custom-fadeOut {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeOut.active {
  animation: fadeOut var(--duration) forwards;
  -webkit-animation: fadeOut var(--duration) forwards;
  -moz-animation: fadeOut var(--duration) forwards;
  -ms-animation: fadeOut var(--duration) forwards;
  -o-animation: fadeOut var(--duration) forwards;
}

.custom-fadeOutDown {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeOutDown.active {
  animation: fadeOutDown var(--duration) forwards;
  -webkit-animation: fadeOutDown var(--duration) forwards;
  -moz-animation: fadeOutDown var(--duration) forwards;
  -ms-animation: fadeOutDown var(--duration) forwards;
  -o-animation: fadeOutDown var(--duration) forwards;
}

.custom-fadeOutDownBig {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeOutDownBig.active {
  animation: fadeOutDownBig var(--duration) forwards;
  -webkit-animation: fadeOutDownBig var(--duration) forwards;
  -moz-animation: fadeOutDownBig var(--duration) forwards;
  -ms-animation: fadeOutDownBig var(--duration) forwards;
  -o-animation: fadeOutDownBig var(--duration) forwards;
}

.custom-fadeOutLeft {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeOutLeft.active {
  animation: fadeOutLeft var(--duration) forwards;
  -webkit-animation: fadeOutLeft var(--duration) forwards;
  -moz-animation: fadeOutLeft var(--duration) forwards;
  -ms-animation: fadeOutLeft var(--duration) forwards;
  -o-animation: fadeOutLeft var(--duration) forwards;
}

.custom-fadeOutLeftBig {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeOutLeftBig.active {
  animation: fadeOutLeftBig var(--duration) forwards;
  -webkit-animation: fadeOutLeftBig var(--duration) forwards;
  -moz-animation: fadeOutLeftBig var(--duration) forwards;
  -ms-animation: fadeOutLeftBig var(--duration) forwards;
  -o-animation: fadeOutLeftBig var(--duration) forwards;
}

.custom-fadeOutRight {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeOutRight.active {
  animation: fadeOutRight var(--duration) forwards;
  -webkit-animation: fadeOutRight var(--duration) forwards;
  -moz-animation: fadeOutRight var(--duration) forwards;
  -ms-animation: fadeOutRight var(--duration) forwards;
  -o-animation: fadeOutRight var(--duration) forwards;
}

.custom-fadeOutRightBig {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeOutRightBig.active {
  animation: fadeOutRightBig var(--duration) forwards;
  -webkit-animation: fadeOutRightBig var(--duration) forwards;
  -moz-animation: fadeOutRightBig var(--duration) forwards;
  -ms-animation: fadeOutRightBig var(--duration) forwards;
  -o-animation: fadeOutRightBig var(--duration) forwards;
}

.custom-fadeOutUp {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeOutUp.active {
  animation: fadeOutUp var(--duration) forwards;
  -webkit-animation: fadeOutUp var(--duration) forwards;
  -moz-animation: fadeOutUp var(--duration) forwards;
  -ms-animation: fadeOutUp var(--duration) forwards;
  -o-animation: fadeOutUp var(--duration) forwards;
}

.custom-fadeOutUpBig {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeOutUpBig.active {
  animation: fadeOutUpBig var(--duration) forwards;
  -webkit-animation: fadeOutUpBig var(--duration) forwards;
  -moz-animation: fadeOutUpBig var(--duration) forwards;
  -ms-animation: fadeOutUpBig var(--duration) forwards;
  -o-animation: fadeOutUpBig var(--duration) forwards;
}

.custom-fadeOutTopLeft {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeOutTopLeft.active {
  animation: fadeOutTopLeft var(--duration) forwards;
  -webkit-animation: fadeOutTopLeft var(--duration) forwards;
  -moz-animation: fadeOutTopLeft var(--duration) forwards;
  -ms-animation: fadeOutTopLeft var(--duration) forwards;
  -o-animation: fadeOutTopLeft var(--duration) forwards;
}

.custom-fadeOutTopRight {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeOutTopRight.active {
  animation: fadeOutTopRight var(--duration) forwards;
  -webkit-animation: fadeOutTopRight var(--duration) forwards;
  -moz-animation: fadeOutTopRight var(--duration) forwards;
  -ms-animation: fadeOutTopRight var(--duration) forwards;
  -o-animation: fadeOutTopRight var(--duration) forwards;
}

.custom-fadeOutBottomRight {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeOutBottomRight.active {
  animation: fadeOutBottomRight var(--duration) forwards;
  -webkit-animation: fadeOutBottomRight var(--duration) forwards;
  -moz-animation: fadeOutBottomRight var(--duration) forwards;
  -ms-animation: fadeOutBottomRight var(--duration) forwards;
  -o-animation: fadeOutBottomRight var(--duration) forwards;
}

.custom-fadeOutBottomLeft {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-fadeOutBottomLeft.active {
  animation: fadeOutBottomLeft var(--duration) forwards;
  -webkit-animation: fadeOutBottomLeft var(--duration) forwards;
  -moz-animation: fadeOutBottomLeft var(--duration) forwards;
  -ms-animation: fadeOutBottomLeft var(--duration) forwards;
  -o-animation: fadeOutBottomLeft var(--duration) forwards;
}

.custom-zoomIn {
  opacity: 0;
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
  transform: scale3d(0.3, 0.3, 0.3);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-zoomIn.active {
  animation: zoomIn var(--duration) forwards;
  -webkit-animation: zoomIn var(--duration) forwards;
  -moz-animation: zoomIn var(--duration) forwards;
  -ms-animation: zoomIn var(--duration) forwards;
  -o-animation: zoomIn var(--duration) forwards;
}

.custom-zoomInDown {
  opacity: 0;
  -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-zoomInDown.active {
  animation: zoomInDown var(--duration) forwards;
  -webkit-animation: zoomInDown var(--duration) forwards;
  -moz-animation: zoomInDown var(--duration) forwards;
  -ms-animation: zoomInDown var(--duration) forwards;
  -o-animation: zoomInDown var(--duration) forwards;
}

.custom-zoomInLeft {
  opacity: 0;
  -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-zoomInLeft.active {
  animation: zoomInLeft var(--duration) forwards;
  -webkit-animation: zoomInLeft var(--duration) forwards;
  -moz-animation: zoomInLeft var(--duration) forwards;
  -ms-animation: zoomInLeft var(--duration) forwards;
  -o-animation: zoomInLeft var(--duration) forwards;
}

.custom-zoomInRight {
  opacity: 0;
  -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-zoomInRight.active {
  animation: zoomInRight var(--duration) forwards;
  -webkit-animation: zoomInRight var(--duration) forwards;
  -moz-animation: zoomInRight var(--duration) forwards;
  -ms-animation: zoomInRight var(--duration) forwards;
  -o-animation: zoomInRight var(--duration) forwards;
}

.custom-zoomInUp {
  opacity: 0;
  -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-zoomInUp.active {
  animation: zoomInUp var(--duration) forwards;
  -webkit-animation: zoomInUp var(--duration) forwards;
  -moz-animation: zoomInUp var(--duration) forwards;
  -ms-animation: zoomInUp var(--duration) forwards;
  -o-animation: zoomInUp var(--duration) forwards;
}

.custom-zoomOut {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-zoomOut.active {
  animation: zoomOut var(--duration) forwards;
  -webkit-animation: zoomOut var(--duration) forwards;
  -moz-animation: zoomOut var(--duration) forwards;
  -ms-animation: zoomOut var(--duration) forwards;
  -o-animation: zoomOut var(--duration) forwards;
}

.custom-zoomOutDown {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-zoomOutDown.active {
  animation: zoomOutDown var(--duration) forwards;
  -webkit-animation: zoomOutDown var(--duration) forwards;
  -moz-animation: zoomOutDown var(--duration) forwards;
  -ms-animation: zoomOutDown var(--duration) forwards;
  -o-animation: zoomOutDown var(--duration) forwards;
}

.custom-zoomOutLeft {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-zoomOutLeft.active {
  animation: zoomOutLeft var(--duration) forwards;
  -webkit-animation: zoomOutLeft var(--duration) forwards;
  -moz-animation: zoomOutLeft var(--duration) forwards;
  -ms-animation: zoomOutLeft var(--duration) forwards;
  -o-animation: zoomOutLeft var(--duration) forwards;
}

.custom-zoomOutRight {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-zoomOutRight.active {
  animation: zoomOutRight var(--duration) forwards;
  -webkit-animation: zoomOutRight var(--duration) forwards;
  -moz-animation: zoomOutRight var(--duration) forwards;
  -ms-animation: zoomOutRight var(--duration) forwards;
  -o-animation: zoomOutRight var(--duration) forwards;
}

.custom-zoomOutUp {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-zoomOutUp.active {
  animation: zoomOutUp var(--duration) forwards;
  -webkit-animation: zoomOutUp var(--duration) forwards;
  -moz-animation: zoomOutUp var(--duration) forwards;
  -ms-animation: zoomOutUp var(--duration) forwards;
  -o-animation: zoomOutUp var(--duration) forwards;
}

.custom-slideInDown {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  visibility: visible;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-slideInDown.active {
  animation: slideInDown var(--duration) forwards;
  -webkit-animation: slideInDown var(--duration) forwards;
  -moz-animation: slideInDown var(--duration) forwards;
  -ms-animation: slideInDown var(--duration) forwards;
  -o-animation: slideInDown var(--duration) forwards;
}

.custom-slideInLeft {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  visibility: visible;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-slideInLeft.active {
  animation: slideInLeft var(--duration) forwards;
  -webkit-animation: slideInLeft var(--duration) forwards;
  -moz-animation: slideInLeft var(--duration) forwards;
  -ms-animation: slideInLeft var(--duration) forwards;
  -o-animation: slideInLeft var(--duration) forwards;
}

.custom-slideInRight {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  visibility: visible;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-slideInRight.active {
  animation: slideInRight var(--duration) forwards;
  -webkit-animation: slideInRight var(--duration) forwards;
  -moz-animation: slideInRight var(--duration) forwards;
  -ms-animation: slideInRight var(--duration) forwards;
  -o-animation: slideInRight var(--duration) forwards;
}

.custom-slideInUp {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  visibility: visible;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-slideInUp.active {
  animation: slideInUp var(--duration) forwards;
  -webkit-animation: slideInUp var(--duration) forwards;
  -moz-animation: slideInUp var(--duration) forwards;
  -ms-animation: slideInUp var(--duration) forwards;
  -o-animation: slideInUp var(--duration) forwards;
}

.custom-slideOutDown {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-slideOutDown.active {
  animation: slideOutDown var(--duration) forwards;
  -webkit-animation: slideOutDown var(--duration) forwards;
  -moz-animation: slideOutDown var(--duration) forwards;
  -ms-animation: slideOutDown var(--duration) forwards;
  -o-animation: slideOutDown var(--duration) forwards;
}

.custom-slideOutLeft {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-slideOutLeft.active {
  animation: slideOutLeft var(--duration) forwards;
  -webkit-animation: slideOutLeft var(--duration) forwards;
  -moz-animation: slideOutLeft var(--duration) forwards;
  -ms-animation: slideOutLeft var(--duration) forwards;
  -o-animation: slideOutLeft var(--duration) forwards;
}

.custom-slideOutRight {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-slideOutRight.active {
  animation: slideOutRight var(--duration) forwards;
  -webkit-animation: slideOutRight var(--duration) forwards;
  -moz-animation: slideOutRight var(--duration) forwards;
  -ms-animation: slideOutRight var(--duration) forwards;
  -o-animation: slideOutRight var(--duration) forwards;
}

.custom-slideOutUp {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-slideOutUp.active {
  animation: slideOutUp var(--duration) forwards;
  -webkit-animation: slideOutUp var(--duration) forwards;
  -moz-animation: slideOutUp var(--duration) forwards;
  -ms-animation: slideOutUp var(--duration) forwards;
  -o-animation: slideOutUp var(--duration) forwards;
}

.custom-hinge {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-hinge.active {
  animation: hinge var(--duration) forwards;
  -webkit-animation: hinge var(--duration) forwards;
  -moz-animation: hinge var(--duration) forwards;
  -ms-animation: hinge var(--duration) forwards;
  -o-animation: hinge var(--duration) forwards;
}

.custom-jackInTheBox {
  opacity: 0;
  -webkit-transform: scale(0.1) rotate(30deg);
  transform: scale(0.1) rotate(30deg);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-jackInTheBox.active {
  animation: jackInTheBox var(--duration) forwards;
  -webkit-animation: jackInTheBox var(--duration) forwards;
  -moz-animation: jackInTheBox var(--duration) forwards;
  -ms-animation: jackInTheBox var(--duration) forwards;
  -o-animation: jackInTheBox var(--duration) forwards;
}

.custom-rollIn {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-rollIn.active {
  animation: rollIn var(--duration) forwards;
  -webkit-animation: rollIn var(--duration) forwards;
  -moz-animation: rollIn var(--duration) forwards;
  -ms-animation: rollIn var(--duration) forwards;
  -o-animation: rollIn var(--duration) forwards;
}

.custom-rollOut {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-rollOut.active {
  animation: rollOut var(--duration) forwards;
  -webkit-animation: rollOut var(--duration) forwards;
  -moz-animation: rollOut var(--duration) forwards;
  -ms-animation: rollOut var(--duration) forwards;
  -o-animation: rollOut var(--duration) forwards;
}

.custom-lightSpeedInRight {
  -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
  transform: translate3d(100%, 0, 0) skewX(-30deg);
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-lightSpeedInRight.active {
  animation: lightSpeedInRight var(--duration) forwards;
  -webkit-animation: lightSpeedInRight var(--duration) forwards;
  -moz-animation: lightSpeedInRight var(--duration) forwards;
  -ms-animation: lightSpeedInRight var(--duration) forwards;
  -o-animation: lightSpeedInRight var(--duration) forwards;
}

.custom-lightSpeedInLeft {
  -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
  transform: translate3d(-100%, 0, 0) skewX(30deg);
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-lightSpeedInLeft.active {
  animation: lightSpeedInLeft var(--duration) forwards;
  -webkit-animation: lightSpeedInLeft var(--duration) forwards;
  -moz-animation: lightSpeedInLeft var(--duration) forwards;
  -ms-animation: lightSpeedInLeft var(--duration) forwards;
  -o-animation: lightSpeedInLeft var(--duration) forwards;
}

.custom-lightSpeedOutRight {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-lightSpeedOutRight.active {
  animation: lightSpeedOutRight var(--duration) forwards;
  -webkit-animation: lightSpeedOutRight var(--duration) forwards;
  -moz-animation: lightSpeedOutRight var(--duration) forwards;
  -ms-animation: lightSpeedOutRight var(--duration) forwards;
  -o-animation: lightSpeedOutRight var(--duration) forwards;
}

.custom-lightSpeedOutLeft {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-lightSpeedOutLeft.active {
  animation: lightSpeedOutLeft var(--duration) forwards;
  -webkit-animation: lightSpeedOutLeft var(--duration) forwards;
  -moz-animation: lightSpeedOutLeft var(--duration) forwards;
  -ms-animation: lightSpeedOutLeft var(--duration) forwards;
  -o-animation: lightSpeedOutLeft var(--duration) forwards;
}

.custom-rotateIn {
  -webkit-transform: rotate3d(0, 0, 1, -200deg);
  transform: rotate3d(0, 0, 1, -200deg);
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-rotateIn.active {
  animation: rotateIn var(--duration) forwards;
  -webkit-animation: rotateIn var(--duration) forwards;
  -moz-animation: rotateIn var(--duration) forwards;
  -ms-animation: rotateIn var(--duration) forwards;
  -o-animation: rotateIn var(--duration) forwards;
}

.custom-rotateInDownLeft {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-rotateInDownLeft.active {
  animation: rotateInDownLeft var(--duration) forwards;
  -webkit-animation: rotateInDownLeft var(--duration) forwards;
  -moz-animation: rotateInDownLeft var(--duration) forwards;
  -ms-animation: rotateInDownLeft var(--duration) forwards;
  -o-animation: rotateInDownLeft var(--duration) forwards;
}

.custom-rotateInDownRight {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-rotateInDownRight.active {
  animation: rotateInDownRight var(--duration) forwards;
  -webkit-animation: rotateInDownRight var(--duration) forwards;
  -moz-animation: rotateInDownRight var(--duration) forwards;
  -ms-animation: rotateInDownRight var(--duration) forwards;
  -o-animation: rotateInDownRight var(--duration) forwards;
}

.custom-rotateInUpLeft {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-rotateInUpLeft.active {
  animation: rotateInUpLeft var(--duration) forwards;
  -webkit-animation: rotateInUpLeft var(--duration) forwards;
  -moz-animation: rotateInUpLeft var(--duration) forwards;
  -ms-animation: rotateInUpLeft var(--duration) forwards;
  -o-animation: rotateInUpLeft var(--duration) forwards;
}

.custom-rotateInUpRight {
  -webkit-transform: rotate3d(0, 0, 1, -90deg);
  transform: rotate3d(0, 0, 1, -90deg);
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-rotateInUpRight.active {
  animation: rotateInUpRight var(--duration) forwards;
  -webkit-animation: rotateInUpRight var(--duration) forwards;
  -moz-animation: rotateInUpRight var(--duration) forwards;
  -ms-animation: rotateInUpRight var(--duration) forwards;
  -o-animation: rotateInUpRight var(--duration) forwards;
}

.custom-rotateOut {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-rotateOut.active {
  animation: rotateOut var(--duration) forwards;
  -webkit-animation: rotateOut var(--duration) forwards;
  -moz-animation: rotateOut var(--duration) forwards;
  -ms-animation: rotateOut var(--duration) forwards;
  -o-animation: rotateOut var(--duration) forwards;
}

.custom-rotateOutDownLeft {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-rotateOutDownLeft.active {
  animation: rotateOutDownLeft var(--duration) forwards;
  -webkit-animation: rotateOutDownLeft var(--duration) forwards;
  -moz-animation: rotateOutDownLeft var(--duration) forwards;
  -ms-animation: rotateOutDownLeft var(--duration) forwards;
  -o-animation: rotateOutDownLeft var(--duration) forwards;
}

.custom-rotateOutDownRight {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-rotateOutDownRight.active {
  animation: rotateOutDownRight var(--duration) forwards;
  -webkit-animation: rotateOutDownRight var(--duration) forwards;
  -moz-animation: rotateOutDownRight var(--duration) forwards;
  -ms-animation: rotateOutDownRight var(--duration) forwards;
  -o-animation: rotateOutDownRight var(--duration) forwards;
}

.custom-rotateOutUpLeft {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-rotateOutUpLeft.active {
  animation: rotateOutUpLeft var(--duration) forwards;
  -webkit-animation: rotateOutUpLeft var(--duration) forwards;
  -moz-animation: rotateOutUpLeft var(--duration) forwards;
  -ms-animation: rotateOutUpLeft var(--duration) forwards;
  -o-animation: rotateOutUpLeft var(--duration) forwards;
}

.custom-rotateOutUpRight {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-rotateOutUpRight.active {
  animation: rotateOutUpRight var(--duration) forwards;
  -webkit-animation: rotateOutUpRight var(--duration) forwards;
  -moz-animation: rotateOutUpRight var(--duration) forwards;
  -ms-animation: rotateOutUpRight var(--duration) forwards;
  -o-animation: rotateOutUpRight var(--duration) forwards;
}

.custom-flip {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-flip.active {
  animation: flip var(--duration) forwards;
  -webkit-animation: flip var(--duration) forwards;
  -moz-animation: flip var(--duration) forwards;
  -ms-animation: flip var(--duration) forwards;
  -o-animation: flip var(--duration) forwards;
}

.custom-flipInX {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-flipInX.active {
  animation: flipInX var(--duration) forwards;
  -webkit-animation: flipInX var(--duration) forwards;
  -moz-animation: flipInX var(--duration) forwards;
  -ms-animation: flipInX var(--duration) forwards;
  -o-animation: flipInX var(--duration) forwards;
}

.custom-flipInY {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-flipInY.active {
  animation: flipInY var(--duration) forwards;
  -webkit-animation: flipInY var(--duration) forwards;
  -moz-animation: flipInY var(--duration) forwards;
  -ms-animation: flipInY var(--duration) forwards;
  -o-animation: flipInY var(--duration) forwards;
}

.custom-flipOutX {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-flipOutX.active {
  animation: flipOutX var(--duration) forwards;
  -webkit-animation: flipOutX var(--duration) forwards;
  -moz-animation: flipOutX var(--duration) forwards;
  -ms-animation: flipOutX var(--duration) forwards;
  -o-animation: flipOutX var(--duration) forwards;
}

.custom-flipOutY {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-flipOutY.active {
  animation: flipOutY var(--duration) forwards;
  -webkit-animation: flipOutY var(--duration) forwards;
  -moz-animation: flipOutY var(--duration) forwards;
  -ms-animation: flipOutY var(--duration) forwards;
  -o-animation: flipOutY var(--duration) forwards;
}

.custom-flash {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-flash.active {
  animation: flash var(--duration) forwards;
  -webkit-animation: flash var(--duration) forwards;
  -moz-animation: flash var(--duration) forwards;
  -ms-animation: flash var(--duration) forwards;
  -o-animation: flash var(--duration) forwards;
}

.custom-pulse {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-pulse.active {
  animation: pulse var(--duration) forwards;
  -webkit-animation: pulse var(--duration) forwards;
  -moz-animation: pulse var(--duration) forwards;
  -ms-animation: pulse var(--duration) forwards;
  -o-animation: pulse var(--duration) forwards;
}

.custom-rubberBand {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-rubberBand.active {
  animation: rubberBand var(--duration) forwards;
  -webkit-animation: rubberBand var(--duration) forwards;
  -moz-animation: rubberBand var(--duration) forwards;
  -ms-animation: rubberBand var(--duration) forwards;
  -o-animation: rubberBand var(--duration) forwards;
}

.custom-shakeX {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-shakeX.active {
  animation: shakeX var(--duration) forwards;
  -webkit-animation: shakeX var(--duration) forwards;
  -moz-animation: shakeX var(--duration) forwards;
  -ms-animation: shakeX var(--duration) forwards;
  -o-animation: shakeX var(--duration) forwards;
}

.custom-shakeX {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-shakeX.active {
  animation: shakeX var(--duration) forwards;
  -webkit-animation: shakeX var(--duration) forwards;
  -moz-animation: shakeX var(--duration) forwards;
  -ms-animation: shakeX var(--duration) forwards;
  -o-animation: shakeX var(--duration) forwards;
}

.custom-headShake {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-headShake.active {
  animation: headShake var(--duration) forwards;
  -webkit-animation: headShake var(--duration) forwards;
  -moz-animation: headShake var(--duration) forwards;
  -ms-animation: headShake var(--duration) forwards;
  -o-animation: headShake var(--duration) forwards;
}

.custom-swing {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-swing.active {
  animation: swing var(--duration) forwards;
  -webkit-animation: swing var(--duration) forwards;
  -moz-animation: swing var(--duration) forwards;
  -ms-animation: swing var(--duration) forwards;
  -o-animation: swing var(--duration) forwards;
}

.custom-tada {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-tada.active {
  animation: tada var(--duration) forwards;
  -webkit-animation: tada var(--duration) forwards;
  -moz-animation: tada var(--duration) forwards;
  -ms-animation: tada var(--duration) forwards;
  -o-animation: tada var(--duration) forwards;
}

.custom-wobble {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-wobble.active {
  animation: wobble var(--duration) forwards;
  -webkit-animation: wobble var(--duration) forwards;
  -moz-animation: wobble var(--duration) forwards;
  -ms-animation: wobble var(--duration) forwards;
  -o-animation: wobble var(--duration) forwards;
}

.custom-jello {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-jello.active {
  animation: jello var(--duration) forwards;
  -webkit-animation: jello var(--duration) forwards;
  -moz-animation: jello var(--duration) forwards;
  -ms-animation: jello var(--duration) forwards;
  -o-animation: jello var(--duration) forwards;
}

.custom-heartBeat {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-heartBeat.active {
  animation: heartBeat var(--duration) forwards;
  -webkit-animation: heartBeat var(--duration) forwards;
  -moz-animation: heartBeat var(--duration) forwards;
  -ms-animation: heartBeat var(--duration) forwards;
  -o-animation: heartBeat var(--duration) forwards;
}

.custom-backInDown {
  -webkit-transform: translateY(-1200px) scale(0.7);
  transform: translateY(-1200px) scale(0.7);
  opacity: 0.7;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-backInDown.active {
  animation: backInDown var(--duration) forwards;
  -webkit-animation: backInDown var(--duration) forwards;
  -moz-animation: backInDown var(--duration) forwards;
  -ms-animation: backInDown var(--duration) forwards;
  -o-animation: backInDown var(--duration) forwards;
}

.custom-backInLeft {
  -webkit-transform: translateX(-2000px) scale(0.7);
  transform: translateX(-2000px) scale(0.7);
  opacity: 0.7;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-backInLeft.active {
  animation: backInLeft var(--duration) forwards;
  -webkit-animation: backInLeft var(--duration) forwards;
  -moz-animation: backInLeft var(--duration) forwards;
  -ms-animation: backInLeft var(--duration) forwards;
  -o-animation: backInLeft var(--duration) forwards;
}

.custom-backInRight {
  -webkit-transform: translateX(2000px) scale(0.7);
  transform: translateX(2000px) scale(0.7);
  opacity: 0.7;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-backInRight.active {
  animation: backInRight var(--duration) forwards;
  -webkit-animation: backInRight var(--duration) forwards;
  -moz-animation: backInRight var(--duration) forwards;
  -ms-animation: backInRight var(--duration) forwards;
  -o-animation: backInRight var(--duration) forwards;
}

.custom-backInUp {
  -webkit-transform: translateY(1200px) scale(0.7);
  transform: translateY(1200px) scale(0.7);
  opacity: 0.7;
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-backInUp.active {
  animation: backInUp var(--duration) forwards;
  -webkit-animation: backInUp var(--duration) forwards;
  -moz-animation: backInUp var(--duration) forwards;
  -ms-animation: backInUp var(--duration) forwards;
  -o-animation: backInUp var(--duration) forwards;
}

.custom-backOutDown {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-backOutDown.active {
  animation: backOutDown var(--duration) forwards;
  -webkit-animation: backOutDown var(--duration) forwards;
  -moz-animation: backOutDown var(--duration) forwards;
  -ms-animation: backOutDown var(--duration) forwards;
  -o-animation: backOutDown var(--duration) forwards;
}

.custom-backOutLeft {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-backOutLeft.active {
  animation: backOutLeft var(--duration) forwards;
  -webkit-animation: backOutLeft var(--duration) forwards;
  -moz-animation: backOutLeft var(--duration) forwards;
  -ms-animation: backOutLeft var(--duration) forwards;
  -o-animation: backOutLeft var(--duration) forwards;
}

.custom-backOutRight {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-backOutRight.active {
  animation: backOutRight var(--duration) forwards;
  -webkit-animation: backOutRight var(--duration) forwards;
  -moz-animation: backOutRight var(--duration) forwards;
  -ms-animation: backOutRight var(--duration) forwards;
  -o-animation: backOutRight var(--duration) forwards;
}

.custom-backOutUp {
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
}

.custom-backOutUp.active {
  animation: backOutUp var(--duration) forwards;
  -webkit-animation: backOutUp var(--duration) forwards;
  -moz-animation: backOutUp var(--duration) forwards;
  -ms-animation: backOutUp var(--duration) forwards;
  -o-animation: backOutUp var(--duration) forwards;
}

.bnp {
  position: relative;
}

.bnp-ctn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* padding: 3.2rem 0; */
}

@media screen and (max-width: 768px) {
  .bnp-ctn {
    min-height: 12rem;
  }
}

.bnp-title {
  font-size: 4rem;
  font-weight: 500;
  color: var(--color-sec);
  margin-bottom: 0.8rem;
}

@media only screen and (max-width: 1200px) {
  .bnp-title {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 800px) {
  .bnp-title {
    font-size: 2.7rem;
  }
}

.bnp-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.bnp-image .inner {
  width: 100%;
  height: 100%;
}

.bnp-image .inner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bnh {
  margin-top: 2.4rem;
}

.bnh .container {
  max-width: 165rem;
}

.bnh-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.6rem;
}

@media screen and (max-width: 1360px) {
  .bnh-flex {
    margin: 0 -0.6rem;
  }
}

.bnh-left {
  width: 63%;
  padding: 0 1.6rem;
}

@media screen and (max-width: 1360px) {
  .bnh-left {
    padding: 0 0.6rem;
  }
}

@media screen and (max-width: 970px) {
  .bnh-left {
    width: 100%;
  }
}

.bnh-right {
  width: 37%;
  padding: 0 1.6rem;
}

@media screen and (max-width: 1360px) {
  .bnh-right {
    padding: 0 0.6rem;
  }
}

@media screen and (max-width: 970px) {
  .bnh-right {
    width: 100%;
  }
}

.bnh-image .inner {
  display: block;
  padding-top: calc((510 / 1016) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 2.4rem;
}

@media screen and (max-width: 1200px) {
  .bnh-image .inner {
    border-radius: 1.2rem;
  }
}

.bnh-image .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bnh-item {
  position: relative;
}

.bnh-sw {
  position: relative;
}

.bnh-sw .rows {
  --rg: 0;
}

.bnh-sw .swiper-slide.swiper-slide-active .bnh-content .t-gr .t-num {
  -webkit-transform: unset;
  transform: unset;
}

.bnh-sw .swiper-slide.swiper-slide-active .bnh-content .t-over .t-name {
  -webkit-transform: unset;
  transform: unset;
}

.bnh-content {
  position: absolute;
  width: 32rem;
  top: 0;
  left: 0;
  padding: 2.4rem;
  z-index: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 1200px) {
  .bnh-content {
    padding: 1.2rem;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.bnh-content .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  overflow: hidden;
}

.bnh-content .t-gr .t-text {
  font-size: 1.6rem;
}

.bnh-content .t-gr .t-num {
  line-height: 1;
  font-size: 8rem;
  color: var(--color-pri);
  font-weight: 200;
  display: inline-block;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.65s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 0.65s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@media screen and (max-width: 600px) {
  .bnh-content .t-gr .t-num {
    font-size: 4rem;
  }
}

.bnh-content .t-over {
  overflow: hidden;
}

.bnh-content .t-over .t-name {
  display: inline-block;
  font-size: 2.4rem;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.65s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 0.65s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@media only screen and (max-width: 1200px) {
  .bnh-content .t-over .t-name {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 800px) {
  .bnh-content .t-over .t-name {
    font-size: 1.7rem;
  }
}

.bnh-btn {
  margin-top: 1.2rem;
}

@media screen and (max-width: 600px) {
  .bnh-btn {
    margin-top: 0.4rem;
  }

  .bnh-btn .btn {
    padding: 0.6rem;
    font-size: 1.3rem;
  }
}

.bnh-pagi {
  position: absolute;
  bottom: 2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.bnh-pagi .swiper-pagination {
  margin-top: 0;
}

.bnh-boxes {
  margin-top: 2.4rem;
}

@media screen and (max-width: 1200px) {
  .bnh-boxes {
    margin-top: 1.2rem;
  }
}

@media screen and (max-width: 680px) {
  .bnh-boxes-list .col {
    width: 50%;
  }

  .bnh-boxes-list .col:nth-child(2)::after {
    display: none;
  }
}

.bnh-boxes-list .col:not(:last-child) {
  position: relative;
}

.bnh-boxes-list .col:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 4rem;
  right: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  background: #dbe1dd;
}

.bnh-boxes-in {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}

@media screen and (max-width: 1360px) {
  .bnh-boxes-in {
    gap: 0.4rem;
  }
}

@media screen and (max-width: 1200px) {
  .bnh-boxes-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

.bnh-boxes-in .icon {
  width: 4rem;
  height: 4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 1360px) {
  .bnh-boxes-in .icon {
    width: 3rem;
    height: 3rem;
  }
}

.bnh-boxes-in .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bnh-boxes-in .t-gr .t-text {
  font-size: 1.6rem;
  font-weight: 600;
}

@media screen and (max-width: 1360px) {
  .bnh-boxes-in .t-gr .t-text {
    font-size: 1.3rem;
  }
}

.bnh-boxes-in .t-gr .t-des {
  font-weight: 300;
  font-size: 1.2rem;
}

.bnh-group {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
}

@media screen and (max-width: 1360px) {
  .bnh-group {
    gap: 1.2rem;
  }
}

@media screen and (max-width: 970px) {
  .bnh-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 1.2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.bnh-simg {
  position: relative;
}

@media screen and (max-width: 970px) {
  .bnh-simg {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 680px) {
  .bnh-simg {
    width: 100%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}

.bnh-simg:nth-child(even) .d-pos .t-gr {
  margin-left: auto;
}

.bnh-simg:nth-child(even) .d-pos .btn {
  margin-left: unset;
}

.bnh-simg .inner-img {
  display: block;
  padding-top: calc((288 / 600) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 2.4rem;
}

@media screen and (max-width: 1200px) {
  .bnh-simg .inner-img {
    border-radius: 1.2rem;
  }
}

.bnh-simg .inner-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bnh-simg .d-pos {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 2.4rem;
}

@media screen and (max-width: 1200px) {
  .bnh-simg .d-pos {
    padding: 1.2rem;
  }
}

.bnh-simg .d-pos .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bnh-simg .d-pos .t-price {
  font-size: 2.4rem;
  line-height: 1.2;
}

@media only screen and (max-width: 1200px) {
  .bnh-simg .d-pos .t-price {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 800px) {
  .bnh-simg .d-pos .t-price {
    font-size: 1.7rem;
  }
}

.bnh-simg .d-pos .btn {
  margin-top: auto;
  margin-left: auto;
}

.swiper-wrapper.row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.swiper.rows .col {
  margin-bottom: 0;
}

.swiper-container {
  overflow: hidden;
}

.swiper-slide {
  height: initial;
  overflow: hidden;
}

.swiper-pagination {
  position: static;
  margin-top: 4.8rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.2rem;
}

@media screen and (max-width: 1200px) {
  .swiper-pagination {
    margin-top: 2.4rem;
  }
}

.swiper-pagination-bullet {
  --circle: 0.5rem;
  background-color: #e1e8e2;
  opacity: 1;
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  margin: unset !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-radius: 100rem;
}

@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.swiper-pagination-bullet-active {
  width: 4.8rem;
  background: var(--color-pri);
}

.swiper-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  --size: 3.2rem;
}

.swiper-control-btn {
  width: var(--size);
  height: 4.4rem;
  background-color: #f5f7f5;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  z-index: 5;
  position: relative;
  overflow: hidden;
  font-size: 1.6rem;
  color: var(--color-tt);
  font-weight: 700;
}

.swiper-control-btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--color-pri);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .swiper-control-btn {
    height: 3.2rem;
  }
}

.swiper-control-btn.swiper-next {
  border-radius: 0 0.6rem 0.6rem 0;
}

.swiper-control-btn.swiper-prev {
  border-radius: 0.6rem 0 0 0.6rem;
}

.swiper-control-btn>* {
  position: relative;
  z-index: 2;
}

.swiper-control-btn.swiper-button-disabled {
  background-color: #eee;
  cursor: default;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (hover: hover) {
  .swiper-control-btn:hover:not(.swiper-button-disabled) {
    color: white !important;
  }

  .swiper-control-btn:hover:not(.swiper-button-disabled)::after {
    left: 0;
    width: 100%;
  }
}

.swiper-control.white .swiper-control-btn {
  background-color: transparent;
  border-color: white;
  color: white;
}

@media screen and (max-width: 1350px) {
  .swiper-control.white.mobile-plus .swiper-control-btn {
    background-color: white;
    border-color: var(--color-pri);
    color: var(--color-pri);
  }
}

.swiper-control.posi .swiper-control-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.swiper-control.posi.minus .swiper-prev {
  right: calc(100% + 2.4rem);
}

@media screen and (max-width: 1350px) {
  .swiper-control.posi.minus .swiper-prev {
    right: unset;
    left: calc(var(--size) / 2 * -1);
  }
}

.swiper-control.posi.minus .swiper-next {
  left: calc(100% + 2.4rem);
}

@media screen and (max-width: 1350px) {
  .swiper-control.posi.minus .swiper-next {
    left: unset;
    right: calc(var(--size) / 2 * -1);
  }
}

@media screen and (max-width: 1199px) {
  .swiper-control.posi.minus.mobile-plus .swiper-prev {
    left: calc((var(--size) / 2 * -1) + (1.5rem / 2));
  }

  .swiper-control.posi.minus.mobile-plus .swiper-next {
    right: calc((var(--size) / 2 * -1) + (1.5rem / 2));
  }
}

.swiper-control.posi.midle .swiper-prev {
  left: calc(var(--size) / 2 * -1);
}

.swiper-control.posi.midle .swiper-next {
  right: calc(var(--size) / 2 * -1);
}

.swiper-control.posi.plus .swiper-prev {
  left: 1rem;
}

.swiper-control.posi.plus .swiper-next {
  right: 1rem;
}

@media screen and (max-width: 1199px) {
  .swiper-control.posi.mobile-plus .swiper-prev {
    left: calc((var(--size) / 2 * -1) + (1.5rem / 2));
  }

  .swiper-control.posi.mobile-plus .swiper-next {
    right: calc((var(--size) / 2 * -1) + (1.5rem / 2));
  }
}

.swiper-pagination-progressbar {
  background: var(--color-black);
  height: 0.1rem !important;
}

.swiper-pagination-progressbar-fill {
  background-color: var(--color-sec) !important;
}






.breadcrumb-link {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media screen and (max-width: 600px) {
  .btn {
    font-size: 1.4rem;
    padding: 0.8rem 1.2rem;
  }
}

.single_add_to_cart_button.disabled {
  opacity: .6;
  pointer-events: none;
}

.btn>* {
  position: relative;
  z-index: 2;
}

.btn .icon {
  width: 2rem;
  height: 2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
}

.btn.invert {
  background: #323b53;
}

.btn.invert::after {
  background: var(--color-sec);
}

.btn.invert .icon {
  color: #fff;
}

.btn.center {
  margin: 0 auto;
}

.btn.none-icon .icon {
  display: none;
}

.btn.second {
  background: #f2794d;
}

@media (hover: hover) {
  .btn.second:hover {
    color: #f2794d;
  }
}

.btn.three {
  background: transparent;
  color: #000;
  padding: unset;
  min-width: unset;
  overflow: unset;
}

.btn.three::after {
  display: none;
}

@media (hover: hover) {
  .btn.three:hover {
    color: var(--color-pri);
  }

  .btn.three:hover .icon {
    -webkit-transform: translateX(0.4rem);
    transform: translateX(0.4rem);
  }
}

.btn.three .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}

.btn.trans {
  background: transparent;
  color: var(--color-pri);
  border: 0.1rem solid var(--color-pri);
}

@media (hover: hover) {
  .btn.trans:hover {
    color: var(--color-white);
  }
}

.btn.trans::after {
  background: var(--color-pri);
}

@media (hover: hover) {
  .btn:hover {
    color: var(--color-white);
  }

  .btn:hover::after {
    left: 0;
    width: 100%;
  }

  .btn:hover .icon {
    -webkit-transform: unset;
    transform: unset;
    color: var(--color-white);
  }
}

.btn__center {
  margin: 0 auto;
}

.btn__cir {
  width: 4rem;
  height: 4rem;
  padding: unset;
}

.btn.four {
  background: #fff;
  color: var(--color-pri);
}

@media (hover: hover) {
  .btn.four:hover {
    color: #fff;
  }
}

.btn.four::after {
  background: var(--color-pri);
}

.input {
  font-family: "SVN-Poppins", sans-serif;
  width: 100%;
}

.input-area {
  height: auto;
}

.re-label {
  color: var(--color-black);
  font-weight: 700;
  margin-bottom: 0.8rem;
  display: block;
  font-size: 1.4rem;
}

.re-input {
  padding: 1.4rem;
  width: 100%;
  font-family: "SVN-Poppins", sans-serif;
  border: none;
  outline: none;
  display: block;
  border: 0.1rem solid var(--color-black);
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 600;
}

.re-input:focus {
  border-color: var(--color-sec);
}

.re-input.placeholder {
  color: var(--color-text);
}

.re-input:-moz-placeholder {
  color: var(--color-text);
}

.re-input::-moz-placeholder {
  color: var(--color-text);
}

.re-input:-ms-input-placeholder {
  color: var(--color-text);
}

.re-input::-webkit-input-placeholder {
  color: var(--color-text);
}

textarea {
  resize: none;
}

form .btn .wpcf7-spinner {
  position: absolute;
}

form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}

.wpcf7-response-output {
  text-align: center;
  color: var(--color-pri) !important;
}

.ft-regi-btn {
  cursor: pointer;
}

ul.page-numbers {
  margin-top: 2.4rem;
}

.page-numbers {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 5;
}

.page-numbers>li:not(:first-child) {
  margin-left: 8px;
}

.page-numbers>li>.page-numbers {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: var(--color-text);
  font-size: 1.4rem;
  font-weight: 400;
}

.page-numbers>li>.page-numbers::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--color-pri);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  pointer-events: none;
}

@media screen and (max-width: 1200px) {
  .page-numbers>li>.page-numbers {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.4rem;
  }
}

.page-numbers>li>.page-numbers:after {
  z-index: -1;
}

@media (hover: hover) {
  .page-numbers>li>.page-numbers:hover:not(.dot) {
    color: white;
  }

  .page-numbers>li>.page-numbers:hover:not(.dot)::after {
    left: 0;
    width: 100%;
  }
}

.page-numbers>li>.page-numbers.current {
  color: white;
}

.page-numbers>li>.page-numbers.current::after {
  left: 0;
  width: 100%;
}

.page-numbers>li>.page-numbers.dot {
  background-color: transparent;
}

.page-numbers>li>.page-numbers i {
  font-weight: 400;
}

@media only screen and (max-width: 1200px) {
  .t-title {
    font-size: 3.1rem;
  }
}

@media only screen and (max-width: 800px) {
  .t-title {
    font-size: 2.6rem;
  }
}

.t-title::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: var(--color-pri);
  display: none;
}


.head.t-custom .t-title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0.8rem;
}

.head.t-custom .t-title::before {
  display: block;
}

.head.t-custom.center .t-title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.head.t-custom.center .t-title::after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: var(--color-pri);
  display: block;
}

.t-center {
  text-align: center;
}

.c-tt {
  color: var(--color-tt);
}

.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;
}

.t13 {
  font-size: 1.3rem;
}

.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;
  }
}

.t36 {
  font-size: 3.6rem;
}

@media only screen and (max-width: 1200px) {
  .t36 {
    font-size: 3.1rem;
  }
}

@media only screen and (max-width: 800px) {
  .t36 {
    font-size: 2.6rem;
  }
}

.t96 {
  font-size: 9.6rem;
}

@media only screen and (max-width: 1200px) {
  .t96 {
    font-size: 6rem;
  }
}

@media only screen and (max-width: 800px) {
  .t96 {
    font-size: 4.5rem;
  }
}

.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-text {
  color: var(--color-text);
}

.c-white {
  color: #fff;
}

.c-pri {
  color: var(--color-pri);
}

.c-second {
  color: var(--color-sec);
}

.over-hd {
  overflow: hidden;
}

.z-i-1 {
  z-index: 1;
}

.z-i-2 {
  z-index: 2;
}

.z-i-3 {
  z-index: 3;
}

.z-i-4 {
  z-index: 4;
}

.z-i-5 {
  z-index: 5;
}

.m-mid {
  margin: 0 auto;
}

.m-end {
  margin-left: auto;
}

.m-top {
  margin-top: 2.4rem;
}

.m-start {
  margin-right: auto;
}

.f-mid {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.f-end {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.lg-download,
#lg-actual-size,
#lg-share {
  display: none;
}

.lg-backdrop,
.lg-outer {
  z-index: 99999;
}

.lg-outer .lg-thumb-item {
  border: 0.2rem solid var(--color-pri);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.lg-outer .lg-thumb-item.active {
  border-color: var(--color-sec);
}

@media (hover: hover) {
  .lg-outer .lg-thumb-item:hover {
    border-color: var(--color-sec);
  }
}

.lg-prev.lg-icon::after {
  display: none;
}

.lg-next.lg-icon::before {
  display: none;
}

.lg-prev.lg-icon,
.lg-next.lg-icon {
  width: 4rem;
  height: 4rem;
}

.lg-prev.lg-icon i,
.lg-next.lg-icon i {
  background: var(--color-sec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.lg-outer .lg-thumb-outer {
  background-color: #000;
}

.lg-close.lg-icon {
  background: var(--color-sec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.lg-outer .lg-toogle-thumb {
  background: var(--color-sec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  width: 4rem;
  height: 4rem;
}

.lg-img-wrap {
  border-radius: 0.8rem;
}

.lg-thumb-item {
  border-radius: 0.8rem;
}

.lg-outer .lg-thumb {
  margin: 0 auto -5px;
}

.tabBtn {
  cursor: pointer;
}

.orders-table .status,
table .status {
  font-weight: 700;
}

.orders-table .status.waiting,
table .status.waiting {
  color: #f2c524;
}

.orders-table .status.success,
table .status.success {
  color: var(--color-pri);
}

.orders-table .status.cancle,
table .status.cancle {
  color: #d31d1d;
}

.slider {
  position: relative;
}

.relative {
  position: relative;
}

.head.space {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.head.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.head.end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.head.start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 700px) {
  .head.mb-center {
    text-align: center;
  }

  .head.mb-center .left {
    width: 100%;
  }

  .head.mb-center .right {
    width: 100%;
  }

  .head.mb-center .cdw {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .head.mb-center .btn {
    margin: 0 auto;
  }
}

.hv-bd {
  position: relative;
}

.hv-bd::before {
  content: "";
  position: absolute;
  left: 0.8rem;
  top: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  border: 0.1rem solid white;
  z-index: 1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
  border-radius: 1rem;
}

.hv-bd img {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media (hover: hover) {
  .hv-bd:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .hv-bd:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
  }
}

.gItem {
  cursor: pointer;
}

.parallaxJS img {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .hidden-desk {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .hidden-mobile {
    display: none !important;
  }
}

.full {
  width: 100%;
}

.wp-block-image {
  border-radius: 1.2rem;
}

.wp-block-image img {
  display: block;
  margin: 0 auto;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 0.2rem;
}

.mb-4 {
  margin-bottom: 0.4rem;
}

.mb-6 {
  margin-bottom: 0.6rem;
}

.mb-8 {
  margin-bottom: 0.8rem;
}

.mb-8s:not(:last-child) {
  margin-bottom: 0.8rem;
}

.mb-10 {
  margin-bottom: 1rem;
}

.mb-10s:not(:last-child) {
  margin-bottom: 1rem;
}

.mb-12 {
  margin-bottom: 1.2rem;
}

.mb-12s:not(:last-child) {
  margin-bottom: 1.2rem;
}

.mb-14 {
  margin-bottom: 1.4rem;
}

.mb-14s:not(:last-child) {
  margin-bottom: 1.4rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.mb-15s:not(:last-child) {
  margin-bottom: 1.5rem;
}

.mb-16 {
  margin-bottom: 1.6rem;
}

.mb-16s:not(:last-child) {
  margin-bottom: 1.6rem;
}

.mb-18 {
  margin-bottom: 1.8rem;
}

.mb-18s:not(:last-child) {
  margin-bottom: 1.8rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mb-20s:not(:last-child) {
  margin-bottom: 2rem;
}

.mb-24 {
  margin-bottom: 2.4rem;
}

.mb-24s:not(:last-child) {
  margin-bottom: 2.4rem;
}

.mb-25 {
  margin-bottom: 2.5rem;
}

.mb-25s:not(:last-child) {
  margin-bottom: 2.5rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.mb-30s:not(:last-child) {
  margin-bottom: 3rem;
}

.mb-32 {
  margin-bottom: 3.2rem;
}

.mb-32s:not(:last-child) {
  margin-bottom: 3.2rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.mb-40s:not(:last-child) {
  margin-bottom: 4rem;
}

.mb-48 {
  margin-bottom: 4.8rem;
}

.mb-48s:not(:last-child) {
  margin-bottom: 4.8rem;
}

.mb-56 {
  margin-bottom: 5.6rem;
}

.mb-56s:not(:last-child) {
  margin-bottom: 5.6rem;
}

.mb-64 {
  margin-bottom: 6.4rem;
}

@media screen and (max-width: 1200px) {
  .mb-64 {
    margin-bottom: 2.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);
}

.mt-24 {
  margin-top: 2.4rem;
}

@media screen and (max-width: 768px) {
  .mt-24 {
    margin-top: 1.2rem;
  }
}

.recheck-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.recheck-item.active .recheck-checkbox {
  background: var(--color-pri);
  border-color: transparent;
}

.recheck-item.active .recheck-radio {
  border-color: var(--color-pri);
}

.recheck-item.active .recheck-radio::before {
  opacity: 1;
}

.recheck-checkbox {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.2rem;
  background-color: #e1e8e2;
  border: 1px solid #e1e8e2;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.recheck-radio {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100rem;
  border: 0.1rem solid #edf2ee;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.recheck-radio::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 100rem;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 0.2rem solid var(--color-pri);
}

.recheck-method {
  width: 4.8rem;
  height: 4.8rem;
  border: 0.1rem solid #ebebeb;
  border-radius: 0.8rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-left: 0.8rem;
}

.recheck-method img {
  width: 2.4rem;
  height: 2.4rem;
}

.recheck-text {
  margin-left: 0.8rem;
  color: var(--color-tt);
}

.star {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: start;
}

.star-list {
  position: relative;
  height: 2rem;
}

.star-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.star-flex .icon {
  width: 1.6rem;
  height: 1.6rem;
}

.star-flex .icon:not(:first-child) {
  margin-left: 0.4rem;
}

.star-flex .icon img {
  display: block;
}

.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;
}

.stars input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.stars input:nth-child(1):checked~label:nth-of-type(-n + 1),
.stars input:nth-child(2):checked~label:nth-of-type(-n + 2),
.stars input:nth-child(3):checked~label:nth-of-type(-n + 3),
.stars input:nth-child(4):checked~label:nth-of-type(-n + 4),
.stars input:nth-child(5):checked~label:nth-of-type(-n + 5) {
  background: url(../assets/images/icon-star.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.stars label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 6px;
  height: 2rem;
  width: 2rem;
  background: url(../assets/images/star-opa.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: contain;
}

@media screen and (max-width: 1199px) {
  .side-fixed {
    position: fixed;
    width: 300px;
    max-width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    z-index: 51;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    opacity: 0;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    visibility: hidden;
  }

  .side-fixed.open {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
  }
}

@media screen and (max-width: 800px) {
  .side-fixed {
    bottom: 5rem;
  }
}

@media screen and (max-width: 1199px) {
  .side-fixed-wrap {
    padding: 5.5rem 1.5rem 1.5rem 1.5rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}

.side-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 40;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0;
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  visibility: hidden;
}

.side-overlay.cmini-overlay {
  display: block;
}

.side-overlay.open {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}

@media screen and (min-width: 1200px) {
  .side-overlay {
    display: none;
  }
}

.side-open:not(.no-style) {
  width: 4rem;
  height: 4rem;
  position: fixed;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 40;
  background-color: var(--color-sec);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem 0 0 100rem;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.side-open:not(.no-style).close {
  opacity: 0;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  visibility: visible;
}

@media screen and (min-width: 1200px) {
  .side-open:not(.no-style) {
    display: none;
  }
}

.side-open:not(.no-style)-wrap {
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
  background-color: white;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.side-open:not(.no-style)-wrap .icon {
  color: var(--color-black);
  font-weight: 600;
  font-size: 1.6rem;
}

.side-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  padding: 0 0 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: white;
  background-color: var(--color-black);
}

@media screen and (min-width: 1200px) {
  .side-top {
    display: none;
  }
}

.side-top .text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.side-close {
  width: 4.5rem;
  height: 100%;
  background-color: var(--color-pri);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-close .icon {
  font-size: 1.8rem;
  font-weight: 400;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

@media screen and (min-width: 1200px) {
  .side-close {
    display: none;
  }
}

.social-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}

.social-link {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.social-link:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.social-link img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 1100px) {
  .prd-row>.col {
    width: 100%;
  }
}

@media screen and (max-width: 850px) {
  .prd-list .col {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .prd-cate-nav {
    width: 40%;
  }
}

@media screen and (max-width: 800px) {
  .prd-cate-nav {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .prd-cate-form {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 800px) {
  .prd-cate-form {
    width: 100%;
    padding: 1.2rem;
    gap: 0.4rem;
    background: #f2f6f2;
    border-radius: 0.8rem;
  }
}

.prd-cate-py {
  padding: 1.6rem;
  border-radius: 1.6rem;
  border: 0.1rem solid #e1e8e2;
}

@media screen and (max-width: 1100px) {
  .prd-cate-py {
    padding: 0.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.prd-cate-ul {
  margin-top: 1.6rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.2rem;
}

.prd-cate-ctr .btn-link {
  display: inline-block;
  font-size: 1.4rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: underline;
  cursor: pointer;
}

@media (hover: hover) {
  .prd-cate-ctr .btn-link:hover {
    color: var(--color-pri);
  }
}

.prd-cate-fill {
  padding: 1.6rem;
  border-bottom: 0.1rem solid #f5f7f5;
}

@media screen and (max-width: 800px) {
  .prd-cate-fill {
    width: calc((100% / 3) - 0.4rem);
    padding: 0;
  }
}

@media screen and (max-width: 550px) {
  .prd-cate-fill {
    width: 100%;
  }
}

.prd-cate-form>.t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.6rem;
  padding-bottom: 0;
  border-top: 0.1rem solid #f5f7f5;
}

@media screen and (max-width: 1100px) {
  .prd-cate-form>.t-gr {
    width: 100%;
    border-top: unset;
    padding: 0 0.6rem;
  }
}

@media screen and (max-width: 800px) {
  .prd-cate-form>.t-gr {
    padding: 0.6rem 0;
    padding-bottom: 0;
    border-top: 0.1rem solid #f5f7f5;
  }
}

.prd-cate-form>.t-gr .icon {
  width: 1.6rem;
  height: 1.6rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.prd-cate-form>.t-gr .t-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #0f172a;
}

.prd-it {
  height: 100%;
}

.prd-it-in {
  height: 100%;
  padding: 1.6rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0.4rem 1rem rgba(11, 15, 33, 0.08);
  box-shadow: 0px 0.4rem 1rem rgba(11, 15, 33, 0.08);
  border-radius: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.6rem;
  position: relative;
}

@media screen and (max-width: 600px) {
  .prd-it-in {
    padding: 0.8rem;
    border-radius: 1.2rem;
  }
}

.prd-it-in::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  border: 0.1rem solid var(--color-pri);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  pointer-events: none;
}

@media (hover: hover) {
  .prd-it-in:hover::after {
    opacity: 1;
  }
}

.prd-it-head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.prd-it-head .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}

.prd-it-head .t-gr .t-num {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0.6rem 1rem;
  background: #f5f7f5;
  border-radius: 3rem;
  color: #dd131f;
  font-size: 1.2rem;
}

@media screen and (max-width: 600px) {
  .prd-it-head .t-gr .t-num {
    padding: 0.1rem 0.4rem;
  }
}

.prd-it-head .t-gr .t-sale {
  font-size: 1.2rem;
  color: #f5f7f5;
  background: #dd131f;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0.6rem 1rem;
  border-radius: 3rem;
}

@media screen and (max-width: 600px) {
  .prd-it-head .t-gr .t-sale {
    padding: 0.1rem 0.4rem;
    font-size: 1.2rem;
  }
}

.prd-it-head .t-cart {
  width: 3.2rem;
  height: 3.2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 1.6rem;
  border-radius: 100rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 600px) {
  .prd-it-head .t-cart {
    width: 2.6rem;
    height: 2.6rem;
  }
}

@media (hover: hover) {
  .prd-it-head .t-cart:hover {
    background: var(--color-pri);
    color: #fff;
  }
}

.prd-it-img .inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

.prd-it-img .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.prd-it-ctn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}

.prd-it-ctn .t-link {
  font-size: 1.8rem;
  color: var(--color-tt);
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .prd-it-ctn .t-link {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 800px) {
  .prd-it-ctn .t-link {
    font-size: 1.5rem;
  }
}

@media (hover: hover) {
  .prd-it-ctn .t-link:hover {
    color: var(--color-pri);
  }
}

.prd-it-ctn .t-price {
  font-size: 1.6rem;
  color: var(--color-pri);
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .prd-it-ctn .t-price {
    font-size: 1.4rem;
  }
}

.prd-it-ctn .t-price del {
  font-size: 1.4rem;
  font-weight: 300;
  color: #a1aba1;
}

.prd-it-ctn .t-price ins {
  text-decoration: unset;
}

.prd-it-ctn .t-igr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.prd-it-ctn .t-igr .t-text {
  font-size: 1.4rem;
  color: #606961;
}

.prd-it-ctn .t-igr .t-gr {
  font-size: 2rem;
  font-weight: 500;
  color: #3a403a;
}

@media only screen and (max-width: 1200px) {
  .prd-it-ctn .t-igr .t-gr {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 800px) {
  .prd-it-ctn .t-igr .t-gr {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 600px) {
  .prd-it-ctn .t-igr .t-gr {
    font-size: 1.4rem;
  }
}

.prd-it-ctn .t-igr .t-gr .t-txt {
  font-size: 1.4rem;
}

.t-price {
  font-size: 1.6rem;
  color: var(--color-pri);
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .t-price {
    font-size: 1.4rem;
  }
}

.t-price del {
  font-size: 1.4rem;
  font-weight: 300;
  color: #a1aba1;
}

.t-price ins {
  text-decoration: unset;
}

.accordion-body {
  background: none;
  color: var(--color-sec);
  display: none;
  border-bottom: 0.1rem solid #737b7d;
}

.accordion-sub-header {
  color: var(--color-sec);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.2rem;
  cursor: pointer;
  padding: 1.2rem 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .accordion-sub-header:hover {
    color: var(--color-pri);
  }
}

.accordion-sub-header .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordion-header {
  color: var(--color-tt);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.2rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .accordion-header:hover {
    color: var(--color-pri);
  }
}

.accordion-header .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordion:first-child>.accordion__item>.accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item.active>.accordion-sub-header .icon {
  -webkit-transform: unset;
  transform: unset;
}

.accordion {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.6rem;
}

.accordion .accordion {
  padding: 0 2.4rem;
  padding-right: 1.2rem;
}

.accordion .accordion__item .accordion-body:last-child {
  border-bottom: 0;
}

.accordion>.accordion__item:not(:last-child) {
  border-bottom: 0.1rem solid #edf2ee;
}

.accordion .igr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.accordion .igr .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-weight: 500;
}

.accordion-body__contents {
  padding: 1.2rem;
}

.accordion__item.active>.js-accordion-header {
  color: var(--color-pri);
}

.accordion__item.active>.js-accordion-header .icon {
  -webkit-transform: unset;
  transform: unset;
}

.prds-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.6rem;
}

.prds-col-left {
  width: 19%;
  padding: 0 0.6rem;
}

.prds-col-right {
  width: 81%;
  padding: 0 0.6rem;
}

.prds-sthumb .swiper {
  /* max-height: 10rem; */
}

.prds-sthumb .swiper-slide {
  overflow: unset;
  height: calc(100% / 4) !important;
}

.prds-sthumb .swiper-slide.swiper-slide-thumb-active .prds-sthumb-img .inner {
  border-color: var(--color-pri);
}

.prds-sthumb-img .inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.4rem;
  border: 0.1rem solid #e1e8e2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.prds-sthumb-img .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.prds-smain {
  position: relative;
}

.prds-smain .prd-it-head {
  position: absolute;
  top: 2%;
  left: 2%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 10;
}




@media screen and (max-width: 850px) {
  .prds-row .col {
    width: 100%;
  }
}

.prds-head {
  margin-bottom: 2.4rem;
}

.prds-head .t-igr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prds-head .t-igr .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prds-head .t-igr .t-gr:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 1.6rem;
  background: #d9d9d9;
  margin: 0 1.2rem;
}

.prds-head .t-igr .t-gr .t-text {
  font-size: 2rem;
  color: #828c83;
}

@media only screen and (max-width: 1200px) {
  .prds-head .t-igr .t-gr .t-text {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 800px) {
  .prds-head .t-igr .t-gr .t-text {
    font-size: 1.6rem;
  }
}

.prds-head .t-igr .t-gr .t-link {
  font-size: 2rem;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: underline;
  text-underline-position: under;
}

@media only screen and (max-width: 1200px) {
  .prds-head .t-igr .t-gr .t-link {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 800px) {
  .prds-head .t-igr .t-gr .t-link {
    font-size: 1.6rem;
  }
}

@media (hover: hover) {
  .prds-head .t-igr .t-gr .t-link:hover {
    color: var(--color-pri);
  }
}

.prds-price {
  padding: 2.4rem 0;
  border-top: 0.1rem solid #edf2ee;
}

@media screen and (max-width: 1200px) {
  .prds-price {
    padding: 1.2rem 0;
  }
}

.prds-price .t-price {
  font-size: 3.6rem;
  color: var(--color-pri);
  font-weight: 500;
}

@media only screen and (max-width: 1200px) {
  .prds-price .t-price {
    font-size: 3.1rem;
  }
}

@media only screen and (max-width: 800px) {
  .prds-price .t-price {
    font-size: 2.6rem;
  }
}



.prds-price .t-price del {
  font-size: 2.4rem;
  font-weight: 300;
  color: #a1aba1;
}

.prds-price .t-price ins {
  text-decoration: unset;
}

.prds-code {
  padding: 2.4rem 0;
  border-top: 0.1rem solid #edf2ee;
}

@media screen and (max-width: 1200px) {
  .prds-code {
    padding: 1.2rem 0;
  }
}

.prds-code .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.prds-code .t-gr .t-text {
  font-size: 1.6rem;
  font-weight: 600;
}

.prds-code .t-gr .t-igr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}

.prds-code .recheck-item {
  min-width: 10rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 1.2rem;
  border: 0.1rem solid #e1e8e2;
  border-radius: 100rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.prds-code .recheck-item.active {
  border-color: var(--color-pri);
}

.prds-code .recheck-item.active .recheck-text {
  color: #3a403a;
}

@media screen and (max-width: 500px) {
  .prds-code .recheck-item {
    padding: 0.6rem;
    min-width: 8rem;
  }
}

.prds-code .recheck-item .recheck-text {
  margin-left: 0;
  color: #828c83;
  font-size: 1.6rem;
}

.prds-sl {
  padding: 2.4rem 0;
  border-top: 0.1rem solid #edf2ee;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}

@media screen and (max-width: 1200px) {
  .prds-sl {
    padding: 1.2rem 0;
  }
}

.prds-sl .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 500px) {
  .prds-sl .t-gr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1.2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.prds-sl .igr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}

@media screen and (max-width: 500px) {
  .prds-sl .igr {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .prds-sl .igr .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.prds-bot {
  padding: 2.4rem 0;
  padding-bottom: 0;
  border-top: 0.1rem solid #edf2ee;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}

@media screen and (max-width: 1200px) {
  .prds-bot {
    padding: 1.2rem 0;
  }
}

.prds-bot .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
}

.prds-bot .t-gr .t-txt {
  color: #828c83;
}

.prds-bot .igr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
}

.prds-bot .igr-link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}

.prds-bot .igr-link .i-link {
  width: 1.8rem;
  height: 1.8rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.prds-tab-in {
  padding: 2.4rem;
}

@media screen and (max-width: 1200px) {
  .prds-tab-in {
    padding: 1.2rem 0;
  }
}

.prds-tab-head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  border-bottom: 0.1rem solid #edf2ee;
  margin-bottom: 2.4rem;
}

.prds-tab-head .btn-tab {
  font-size: 1.6rem;
  color: #828c83;
  padding-bottom: 0.8rem;
  position: relative;
}

.prds-tab-head .btn-tab::before {
  content: "";
  position: absolute;
  height: 0.1rem;
  background: var(--color-pri);
  width: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.prds-tab-head .btn-tab.active {
  color: var(--color-pri);
}

.prds-tab-head .btn-tab.active::before {
  width: 100%;
}

@media (hover: hover) {
  .prds-tab-head .btn-tab:hover {
    color: var(--color-pri);
  }

  .prds-tab-head .btn-tab:hover::before {
    width: 100%;
  }
}

.prds-tab-body .mona-content {
  color: #606961;
}

@media screen and (max-width: 960px) {
  .prds-if-row .col {
    width: 100%;
  }
}

.prds-box-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}

.prds-box-in {
  padding: 1.2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  border: 0.1rem solid #e2e8f0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prds-box-in .icon {
  width: 4rem;
  height: 4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.prds-box-in .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.6rem;
}

.prds-box-in .t-gr .t-text {
  font-weight: 600;
  font-size: 1.4rem;
  color: #0f172a;
}

.prds-box-in .t-gr .t-des {
  font-size: 1.2rem;
  color: #334155;
}

.count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  padding: 1.2rem;
  border-radius: 2.4rem;
  border: 0.1rem solid #f1f5f9;
}

@media screen and (max-width: 500px) {
  .count {
    gap: 1rem;
    padding: 0.6rem;
  }
}

.count-btn {
  width: 2.4rem;
  height: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .count-btn:hover {
    color: var(--color-pri);
  }
}

.count-number {
  min-width: 2.4rem;
  height: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 1.6rem;
  font-weight: 600;
}

.tabPanel {
  display: none;
}

.rtwpvg-images {
  max-width: 100%;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).selected {
  background-color: #000;

}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).selected span {
  color: #fff !important;
}

.prds-ctn .variations tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  gap: 1.2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
  flex-direction: column;
}

.prds-ctn .variations td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single_variation_wrap {
  margin-top: 1.2rem;
}

.woocommerce-variation.single_variation {
  font-size: 1.6rem;
  color: var(--color-pri);
  font-weight: 500;
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 600px) {
  .woocommerce-variation.single_variation {
    font-size: 1.4rem;
  }
}

.woocommerce-variation.single_variation del {
  font-size: 1.4rem;
  font-weight: 300;
  color: #a1aba1;
}

.woocommerce-variation.single_variation ins {
  text-decoration: unset;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).selected,
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).selected:hover {
  -webkit-box-shadow: 0 0 0 2px #000000 !important;
  box-shadow: 0 0 0 2px #000000 !important;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term):hover {
  -webkit-box-shadow: 0 0 0 2px #000000 !important;
  box-shadow: 0 0 0 2px #000000 !important;
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button.button {
  height: auto !important;
  border-radius: 100rem !important;
  border: 0.1rem solid var(--color-pri) !important;
  background: transparent !important;
  color: var(--color-pri) !important;
  font-size: 1.6rem !important;
  font-weight: 500 !important;
}

@media (hover: hover) {
  .woocommerce-variation-add-to-cart .single_add_to_cart_button.button:hover {
    background: var(--color-pri) !important;
    color: #fff !important;
  }
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button.button::after {
  display: none;
}

.woocommerce span.onsale {
  display: none !important;
}

.form-row.place-order button {
  height: 4rem !important;
  border-radius: 100rem !important;
  background: var(--color-pri) !important;
  color: #fff !important;
  font-size: 1.6rem !important;
  font-weight: 500 !important;
}

@media (hover: hover) {
  .form-row.place-order button:hover {
    background: var(--color-sec) !important;
  }
}

.form-row.place-order button::after {
  display: none;
}

.rtwpvs_add_to_cart {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100rem !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: transparent !important;
  font-size: 1.6rem !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding: 0 !important;
}

@media (hover: hover) {
  .rtwpvs_add_to_cart:hover {
    background: var(--color-pri) !important;
    color: #fff !important;
  }
}

.hsale-wrap {
  padding: 2.4rem 1.2rem;
  background: var(--color-pri);
  border-radius: 2rem;
}

.hsale-py {
  border-radius: 2rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hsale-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  z-index: -1;
}

.hsale-bg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.hsale-hflex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1rem;
  row-gap: 1.2rem;
}

.hsale-hleft {
  width: 50%;
  padding: 0 1rem;
}

@media screen and (max-width: 900px) {
  .hsale-hleft {
    width: 100%;
  }
}

.hsale-hright {
  padding: 0 1rem;
  width: 50%;
}

@media screen and (max-width: 900px) {
  .hsale-hright {
    width: 100%;
  }
}

.hsale-hctn {
  color: #fff;
  text-align: center;
  padding-bottom: 2.4rem;
}

@media screen and (max-width: 500px) {
  .hsale-hctn {
    padding-bottom: 0;
  }
}

.hsale-hctn .t-title {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
}

@media only screen and (max-width: 1200px) {
  .hsale-hctn .t-title {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 800px) {
  .hsale-hctn .t-title {
    font-size: 2.7rem;
  }
}

.hsale-hgr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.hsale-hgr-in {
  padding: 0.8rem;
  border-radius: 4rem;
  background: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  width: 100%;
  margin-top: auto;
}

@media screen and (max-width: 500px) {
  .hsale-hgr-in {
    padding: 0.6rem;
    border-radius: 4rem;
  }
}

.hsale-hbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hsale-hbox.active .t-gr {
  border-color: var(--color-pri);
  background: var(--color-pri);
  color: #fff;
}

.hsale-hbox .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0.8rem;
  width: 100%;
  border: 0.1rem solid #606961;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #fff;
  color: #606961;
  border-radius: 100rem;
}

@media (hover: hover) {
  .hsale-hbox .t-gr:hover {
    border-color: var(--color-pri);
    background: var(--color-pri);
    color: #fff;
  }
}

.hsale-hbox .t-gr .t-text {
  font-size: 1.8rem;
}

@media only screen and (max-width: 1200px) {
  .hsale-hbox .t-gr .t-text {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 800px) {
  .hsale-hbox .t-gr .t-text {
    font-size: 1.5rem;
  }
}

.hsale-hbox .t-gr .t-des {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
}

@media only screen and (max-width: 1200px) {
  .hsale-hbox .t-gr .t-des {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 800px) {
  .hsale-hbox .t-gr .t-des {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 500px) {
  .hsale-hbox .t-gr .t-des {
    font-size: 1.4rem;
  }
}

.hsale-count {
  margin-top: 1.2rem;
}

.hsale-count .countdown {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 2.2rem;
}

.hsale-count .countdown .countdown-it {
  width: 5rem;
  height: 5rem;
  border-radius: 0.6rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: rgba(3, 18, 48, 0.5);
  border-radius: 5rem;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 600;
  position: relative;
}

@media screen and (max-width: 500px) {
  .hsale-count .countdown .countdown-it {
    width: 4rem;
    height: 4rem;
    font-size: 1.6rem;
  }
}

.hsale-count .countdown .countdown-it:not(:last-child)::before {
  content: ":";
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  right: -1.1rem;
  display: block;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.hsale-slider .prd-it-in::after {
  border-width: 0.2rem;
  border-color: #dd131f;
}

.hsale-sw {
  position: relative;
}

.hsale-sw .rows {
  --rg: 0;
}

@media screen and (max-width: 900px) {
  .hsale-sw .rows .col {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .hsale-sw .rows .col {
    width: 65%;
  }
}

.hsale-sw .prd-it-ctn .t-link {
  font-size: 2.4rem;
}

@media only screen and (max-width: 1200px) {
  .hsale-sw .prd-it-ctn .t-link {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 800px) {
  .hsale-sw .prd-it-ctn .t-link {
    font-size: 1.7rem;
  }
}

.how-block {
  margin-top: 4.8rem;
}

.how-list .col {
  position: relative;
}

.how-list .col:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 0.1rem;
  right: 0;
  top: 50%;
  height: 8.8rem;
  background: #dbe1dd;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .how-list .col {
    width: 50%;
  }

  .how-list .col:nth-child(2)::after {
    display: none;
  }
}

.how-in {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.how-in .icon {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 8rem;
  height: 8rem;
}

@media screen and (max-width: 500px) {
  .how-in .icon {
    width: 4rem;
    height: 4rem;
  }
}

.how-in .t-gr {
  margin-top: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  gap: 0.4rem;
}

@media screen and (max-width: 500px) {
  .how-in .t-gr {
    margin-top: 1.2rem;
  }
}

.hhot-head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 1000px) {
  .hhot-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.hhot-head .head {
  margin-bottom: 0;
}

.hhot-head .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 500px) {
  .hhot-head .t-gr {
    gap: 0.6rem;
  }
}

.hhot-head .t-gr .t-link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  padding: 0.8rem;
  line-height: 1.2;
  color: #828c83;
  border: 0.1rem solid #828c83;
  border-radius: 100rem;
  font-size: 1.4rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .hhot-head .t-gr .t-link:hover {
    background: var(--color-pri);
    border-color: var(--color-pri);
    color: #fff;
  }
}

.hhot-slider .swiper {
  padding: 1.2rem 0;
}

.hhot-slider .swiper-slide {
  overflow: unset;
}

.banner-sale-image .inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 2.4rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .banner-sale-image .inner {
    border-radius: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .hif-row .col {
    width: 100%;
  }
}

.hif-head .t-title {
  font-size: 4rem;
}

@media only screen and (max-width: 1200px) {
  .hif-head .t-title {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 800px) {
  .hif-head .t-title {
    font-size: 2.7rem;
  }
}

.hif-iframe {
  display: block;
  padding-top: calc((9 / 16) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 2.4rem;
}

@media screen and (max-width: 500px) {
  .hif-iframe {
    border-radius: 1.2rem;
  }
}

.hif-iframe iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .hif-ctn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.hre-head {
  max-width: 68rem;
  margin: 0 auto;
  text-align: center;
}

.hre-head .t-title {
  font-size: 4rem;
}

@media only screen and (max-width: 1200px) {
  .hre-head .t-title {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 800px) {
  .hre-head .t-title {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 768px) {
  .hre-row .col {
    width: 100%;
  }
}

.hre-block {
  margin-top: 4.8rem;
}

.hre-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .hre-image {
    max-width: 50rem;
    margin: 0 auto;
  }
}

.hre-image .inner {
  display: block;
  padding-top: calc((673 / 600) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 2.4rem;
}

@media screen and (max-width: 500px) {
  .hre-image .inner {
    border-radius: 1.2rem;
  }
}

.hre-image .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hre-in {
  padding: 2.4rem;
  background: #fff;
  border-radius: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
  -webkit-box-shadow: 0px 0.4rem 3rem rgba(11, 15, 33, 0.08);
  box-shadow: 0px 0.4rem 3rem rgba(11, 15, 33, 0.08);
}

@media screen and (max-width: 500px) {
  .hre-in {
    padding: 1.2rem;
    border-radius: 1.2rem;
    gap: 1.2rem;
  }
}

.hre-in .icon {
  width: 10rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 1200px) {
  .hre-in .icon {
    width: 6rem;
  }
}

@media screen and (max-width: 500px) {
  .hre-in .icon {
    width: 4rem;
  }
}

.hre-in .t-des {
  color: #3a403a;
  font-size: 1.6rem;
  font-weight: 300;
}

@media screen and (max-width: 800px) {
  .hre-in .t-des {
    font-size: 1.4rem;
  }
}

.page-home {
  position: relative;
  overflow: hidden;
}

.page-home::after {
  content: "";
  position: absolute;
  top: var(--size-hd);
  bottom: 20%;
  width: 20%;
  border-radius: 70%;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#ff7bca),
      color-stop(6%, rgba(15, 171, 28, 0.9676)),
      to(rgba(15, 171, 28, 0.46)));
  background: linear-gradient(180deg,
      #ff7bca 0%,
      rgba(15, 171, 28, 0.9676) 6%,
      rgba(15, 171, 28, 0.46) 100%);
  -webkit-filter: blur(10rem);
  filter: blur(10rem);
  right: 100%;
  -webkit-transform: translateX(5%);
  transform: translateX(5%);
  opacity: 0.3;
}

.form-list {
  --rg: 3.2rem;
}

@media screen and (max-width: 1200px) {
  .form-list {
    --rg: 1.2rem;
    --cg: 1.2rem;
  }
}

.form-ip .t-text {
  font-size: 1.4rem;
  color: #3a3f40;
  display: block;
  margin-bottom: 0.6rem;
  font-weight: 500;
}

.form-ip input {
  height: 4.8rem !important;
  padding: 0 1.6rem !important;
  border: 0.1rem solid #e8eaea !important;
  outline: unset !important;
  width: 100% !important;
  font-size: 1.6rem !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 100rem;
  color: #3a403a;
}

.form-ip input:focus {
  border-color: var(--color-pri);
}

.form-ip input::-webkit-input-placeholder {
  color: #828b8c;
}

.form-ip input::-moz-placeholder {
  color: #828b8c;
}

.form-ip input::-ms-input-placeholder {
  color: #828b8c;
}

.form-ip input::placeholder {
  color: #828b8c;
}

.form-ip textarea {
  min-height: 10rem;
  padding: 1.6rem;
  border: 0.1rem solid #e8eaea;
  outline: unset;
  width: 100%;
  font-size: 1.6rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 1.6rem;
  color: #3a403a;
}

.form-ip textarea:focus {
  border-color: var(--color-pri);
}

.form-ip textarea::-webkit-input-placeholder {
  color: #828b8c;
}

.form-ip textarea::-moz-placeholder {
  color: #828b8c;
}

.form-ip textarea::-ms-input-placeholder {
  color: #828b8c;
}

.form-ip textarea::placeholder {
  color: #828b8c;
}

.form-ip .input-pass {
  position: relative;
}

.form-ip .input-pass .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  right: 2rem;
  cursor: pointer;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.ct-wrap {
  width: calc((10 / 12) * 100%);
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .ct-wrap {
    width: 100%;
  }
}

.ct-sc {
  margin-bottom: 2.4rem;
}

.ct-sc-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}

@media screen and (max-width: 830px) {
  .ct-sc-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.ct-sc-list .i-link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 3.8rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .ct-sc-list .i-link:hover {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
}

.ct-sc-list .i-link img {
  width: 100%;
  display: block;
}

.ct-it .igr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}

.ct-it .igr .icon {
  width: 3.8rem;
  height: 3.8rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.ct-if {
  max-width: 34rem;
}

@media screen and (max-width: 830px) {
  .ct-if {
    max-width: 100%;
  }
}

.ct-if-list {
  margin-top: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 4rem;
}

.ct-if-it .igr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}

.ct-if-it .igr .icon {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 3.8rem;
  height: 3.8rem;
  position: relative;
}

.ct-if-it .igr .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.4rem;
}

.ct-if-it .igr .t-gr .t-link {
  color: #606961;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .ct-if-it .igr .t-gr .t-link:hover {
    color: var(--color-pri);
  }
}

.ct-form {
  margin-top: var(--ss-pd);
  padding: 4rem;
  background: #fff;
  border-radius: 2.4rem;
  -webkit-box-shadow: 0px 0.4rem 3rem rgba(11, 15, 33, 0.08);
  box-shadow: 0px 0.4rem 3rem rgba(11, 15, 33, 0.08);
}

@media screen and (max-width: 830px) {
  .ct-form {
    margin-top: 0;
    padding: 2.4rem;
  }
}

@media screen and (max-width: 830px) {
  .ct-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.ct-row .col-4 {
  width: calc((4 / 10) * 100%);
}

.ct-row .col-6 {
  width: calc((6 / 10) * 100%);
}

@media screen and (max-width: 830px) {
  .ct-row .col {
    width: 100%;
  }
}

.st-ctr-form .row {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 1000px) {
  .st-ctr-form .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1000px) {
  .st-ctr-form .row .col {
    width: 50%;
  }
}

.st-map {
  margin-top: 4.8rem;
}

@media screen and (max-width: 500px) {
  .st-map {
    margin-top: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .st-map-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {
  .st-map-row .col {
    width: 100%;
  }
}

.st-map-frame {
  height: 100%;
}

.st-map-frame .inner {
  height: 100%;
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 2.4rem;
  border: 0.2rem solid var(--color-pri);
}

@media screen and (max-width: 768px) {
  .st-map-frame .inner {
    padding-top: calc((9 / 16) * 100%);
    border-radius: 1.2rem;
  }
}

.st-map-frame .inner iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.st-map-block {
  height: 100%;
}

.st-map-inner {
  padding: 2.4rem;
  max-height: 60rem;
  overflow-y: auto;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .st-map-inner {
    max-height: 50rem;
    padding: 0 1.6rem;
  }
}

@media screen and (max-width: 500px) {
  .st-map-inner {
    max-height: 38rem;
  }
}

.st-map-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 5.6rem;
}

@media screen and (max-width: 1200px) {
  .st-map-list {
    row-gap: 1.6rem;
  }
}

.st-map-it {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.4rem;
}

@media screen and (max-width: 1200px) {
  .st-map-it {
    padding: 1.2rem 0;
    border-bottom: 0.1rem solid #828b8c42;
  }
}

.st-map-it .t-link {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--color-tt);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .st-map-it .t-link {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 800px) {
  .st-map-it .t-link {
    font-size: 1.7rem;
  }
}

@media (hover: hover) {
  .st-map-it .t-link:hover {
    color: var(--color-pri);
  }
}

.st-map-it .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
}

.st-map-it .t-gr .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: -0.2rem;
}

.st-map-it .t-gr .t-text {
  color: #606961;
  font-size: 1.6rem;
}

.rc-py {
  padding: 4rem;
  border-radius: 2.4rem;
  background: #fff;
  -webkit-box-shadow: 0px 0.4rem 3rem rgba(11, 15, 33, 0.08);
  box-shadow: 0px 0.4rem 3rem rgba(11, 15, 33, 0.08);
}

@media screen and (max-width: 768px) {
  .rc-py {
    padding: 2.4rem;
    border-radius: 1.2rem;
  }
}

.rc-head {
  margin-bottom: 2.4rem;
}

.rc-head .head {
  margin-bottom: 0.4rem;
}

@media screen and (max-width: 500px) {
  .rc-form .form-list .col {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .care-head {
    text-align: center;
  }
}

.care-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 3.2rem;
}

@media screen and (max-width: 1200px) {
  .care-list {
    row-gap: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .care-row .col {
    width: 100%;
  }
}

.care-in {
  padding: 3.2rem;
  background: #fff;
  border-radius: 2.4rem;
  border: 0.1rem solid #edf2ee;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .care-in:hover {
    -webkit-box-shadow: 0px 0.4rem 3rem rgba(11, 15, 33, 0.08);
    box-shadow: 0px 0.4rem 3rem rgba(11, 15, 33, 0.08);
  }
}

@media screen and (max-width: 1200px) {
  .care-in {
    padding: 1.2rem;
    border-radius: 1.2rem;
  }
}

.care-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}

.care-avt {
  width: 6rem;
  height: 6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 0.4rem;
  overflow: hidden;
}

@media screen and (max-width: 500px) {
  .care-avt {
    width: 4rem;
    height: 4rem;
  }
}

.care-avt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.care-ctn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
  width: 100%;
}

.care-ctn .t-link {
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--color-tt);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .care-ctn .t-link {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 800px) {
  .care-ctn .t-link {
    font-size: 1.7rem;
  }
}

@media (hover: hover) {
  .care-ctn .t-link:hover {
    color: var(--color-pri);
  }
}

.care-ctn .t-type {
  color: var(--color-pri);
  font-size: 1.6rem;
  font-weight: 500;
}

.care-ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.4rem;
}

.care-li:not(:last-child) .t-text::after {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 1.8rem;
  background: #e1e8e2;
  margin: 0 1.2rem;
}

@media screen and (max-width: 1200px) {
  .care-li:not(:last-child) .t-text::after {
    margin: 0 0.8rem;
  }
}

.care-li .t-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  color: #606961;
}

.care-image .inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 2.4rem;
  overflow: hidden;
}

@media screen and (max-width: 980px) {
  .cares-row .col {
    width: 100%;
  }
}

.cares-boxed-py {
  padding: 4rem;
  -webkit-box-shadow: 0px 0.4rem 3rem rgba(11, 15, 33, 0.08);
  box-shadow: 0px 0.4rem 3rem rgba(11, 15, 33, 0.08);
  background: #fff;
  border-radius: 2.4rem;
}

@media screen and (max-width: 1200px) {
  .cares-boxed-py {
    padding: 1.2rem;
    border-radius: 1.2rem;
  }
}

.cares-boxed-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 4rem;
}

@media screen and (max-width: 1200px) {
  .cares-boxed-list {
    row-gap: 1.2rem;
  }
}

@media screen and (max-width: 980px) {
  .cares-boxed-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    row-gap: 1.2rem;
    margin: 0 -1.2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.cares-boxed-it {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 980px) {
  .cares-boxed-it {
    width: 50%;
    padding: 0 1.2rem;
  }
}

@media screen and (max-width: 500px) {
  .cares-boxed-it {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.cares-boxed-it .icon {
  width: 4rem;
  height: 4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 1200px) {
  .cares-boxed-it .icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.cares-boxed-it .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cares-boxed-it .t-gr .t-text {
  color: #606961;
}

.ab-image .inner {
  display: block;
  padding-top: calc((368 / 657) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 2.4rem;
}

.ab-image .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ab-image .img-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 3.2rem;
  margin-top: 3.2rem;
}

.ab-image .img-gr .icon {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 10rem;
}

.ab-image .img-gr .icon img {
  -o-object-fit: contain;
  object-fit: contain;
}

.ab-item:nth-child(even) {
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .ab-item:nth-child(even) {
    margin-top: 2.4rem;
  }
}

.ab-item:nth-child(even) .ab-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 840px) {
  .ab-row .col {
    width: 100%;
  }
}

.abp-head {
  max-width: 83rem;
  margin: 0 auto;
}

.abp-vid {
  margin-top: 3.2rem;
}

.abp-iframe {
  display: block;
  padding-top: calc((9 / 16) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 2.4rem;
}

@media screen and (max-width: 768px) {
  .abp-iframe {
    border-radius: 1.2rem;
  }
}

.abp-iframe iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec-abr {
  position: relative;
}

.abr {
  margin-bottom: var(--pd-sc);
}

.abr-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 4rem;
}

@media screen and (max-width: 1360px) {
  .abr-bg {
    padding: 0;
  }
}

.abr-bg .inner {
  max-width: 160rem;
  height: 100%;
  margin: 0 auto;
  border-radius: 2.4rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1360px) {
  .abr-bg .inner {
    max-width: 100%;
    border-radius: 0;
  }
}

.abr-bg .inner>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.abr-dcor {
  position: absolute;
  width: 40%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 940px) {
  .abr-dcor {
    opacity: 0.8;
  }
}

@media screen and (max-width: 600px) {
  .abr-dcor {
    bottom: 0;
    top: unset;
    -webkit-transform: unset;
    transform: unset;
    opacity: 1;
  }
}

.abr-dcor img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.abr-ctn {
  min-height: 77rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4rem 0;
  max-width: 56rem;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .abr-ctn {
    min-height: 44rem;
  }
}

@media screen and (max-width: 940px) {
  .abr-ctn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: 100%;
  }
}

.abr-ctn .head .t-title {
  color: #fff;
}

.sec-news {
  overflow: hidden;
}

.news-sw .rows {
  --rg: 0;
  --cg: 0;
}

@media screen and (max-width: 1000px) {
  .news-sw .rows {
    --cg: 1.6rem;
  }
}

@media screen and (max-width: 1000px) {
  .news-sw .rows .col {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 768px) {
  .news-sw .rows .col {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .news-sw .rows .col {
    width: 72%;
  }
}

@media screen and (min-width: 1001px) {
  .news-sw .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [12];
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: (1fr) [3];
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
  }
}

@media screen and (min-width: 1001px) {
  .news-sw .swiper-slide:not(:nth-child(1)) .news-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .news-sw .swiper-slide:not(:nth-child(1)) .news-item .news-image {
    width: 18rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 1001px) and (max-width: 1000px) {
  .news-sw .swiper-slide:not(:nth-child(1)) .news-item .news-image {
    width: 100%;
  }
}

@media screen and (min-width: 1001px) {
  .news-sw .swiper-slide:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-area: 1 / 1 / 4 / 7;
  }

  .news-sw .swiper-slide:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-area: 1 / 7 / 2 / 13;
  }

  .news-sw .swiper-slide:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-area: 2 / 7 / 3 / 13;
  }

  .news-sw .swiper-slide:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-area: 3 / 7 / 4 / 13;
  }
}

.news-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  gap: 1.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1200px) {
  .news-item {
    gap: 1.2rem;
  }
}

.news-image {
  width: 100%;
}

.news-image .inner-img {
  height: 100%;
}

.news-image .inner-img .inner {
  display: block;
  padding-top: calc((363 / 592) * 100%);
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 2.4rem;
}

@media screen and (max-width: 1200px) {
  .news-image .inner-img .inner {
    border-radius: 1.2rem;
  }
}

@media (hover: hover) {
  .news-image .inner-img .inner:hover::after {
    border-color: var(--color-pri);
  }
}

.news-image .inner-img .inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0.2rem solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  pointer-events: none;
  border-radius: inherit;
}

.news-image .inner-img .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 1;
}

.news-bl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-content {
  background: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-content .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.8rem;
}

.news-content .t-gr .t-text {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  color: #828c83;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-content .t-gr .t-text:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 1.5rem;
  background: #dedede;
  margin: 0 0.6rem;
}

.news-tt .t-link {
  color: var(--color-tt);
  font-weight: 600;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (hover: hover) {
  .news-tt .t-link:hover {
    color: var(--color-pri);
  }
}

@media screen and (max-width: 920px) {
  .anews-row>.col {
    width: 100%;
  }
}

@media screen and (max-width: 680px) {
  .anews-list .col {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .anews-list .col {
    width: 100%;
  }
}

.anews-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 3.2rem;
}

@media screen and (max-width: 920px) {
  .anews-gr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1.2rem;
  }
}

.anews-gr .inner-image {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 2.4rem;
  overflow: hidden;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 500px) {
  .anews-gr .inner-image {
    border-radius: 1.2rem;
  }
}

.anews-gr .inner-image img {
  display: block;
  width: 100%;
}

.anews-gr .inner-image .d-pos {
  position: absolute;
  padding: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
  top: 0;
  left: 10%;
  right: 10%;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .anews-gr .inner-image .d-pos {
    left: 1%;
    right: 1%;
  }
}

@media screen and (max-width: 920px) {
  .anews-gr .inner-image .d-pos {
    left: 0;
    right: 0;
  }
}

@media screen and (max-width: 500px) {
  .anews-gr .inner-image .d-pos {
    padding: 1.2rem;
  }
}

.sec-abr.fix .abr-ctn {
  min-height: 40rem;
}

@media screen and (max-width: 500px) {
  .sec-abr.fix .abr-ctn {
    color: #fff;
    min-height: unset;
  }
}

.sec-abr.fix .head .t-title {
  color: var(--color-tt);
}

@media screen and (max-width: 500px) {
  .sec-abr.fix .head .t-title {
    color: #fff;
  }
}

@media screen and (max-width: 500px) {
  .sec-abr.fix .abr-bg .inner img {
    -o-object-position: 90%;
    object-position: 90%;
  }
}

.t-tags {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.t-tags .t-tag {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  color: var(--color-pri);
  background: #ecfaef;
  font-size: 1.4rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 2rem;
}

@media screen and (max-width: 500px) {
  .t-tags .t-tag {
    font-size: 1.2rem;
  }
}

@media (hover: hover) {
  .t-tags .t-tag:hover {
    color: #fff;
    background: var(--color-pri);
  }
}

.t-tags .t-tag.active {
  color: #fff;
  background: var(--color-pri);
}

@media screen and (max-width: 920px) {
  .newsdt-row .col {
    width: 100%;
  }
}

.newsdt-igr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.4rem;
}

.newsdt-igr .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsdt-igr .t-gr:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 1.6rem;
  background: #e0e0e0;
  margin: 0 1.2rem;
}

.newsdt-igr .t-gr .icon {
  width: 2rem;
  height: 2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem;
  overflow: hidden;
}

.newsdt-igr .t-gr .icon img {
  -o-object-fit: cover;
  object-fit: cover;
}

.newsdt-igr .t-gr .t-text {
  color: #3a403a;
  font-size: 1.6rem;
  margin-left: 0.8rem;
  display: inline-block;
}

.newsdt-sc .igr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}

.newsdt-sc .igr .i-link {
  width: 3.2rem;
  height: 3.2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem;
  border: 0.1rem solid #edf2ee;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .newsdt-sc .igr .i-link:hover {
    border-color: var(--color-pri);
  }
}

.newsdt-sc .igr .i-link img {
  border-radius: unset;
}

.newsdt-side {
  position: sticky;
  top: 6.8rem;
}

.news-rl-slider {
  position: relative;
}

.news-rl-slider .rows {
  --rg: 0;
}

@media screen and (max-width: 1020px) {
  .news-rl-slider .swiper .swiper-slide {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 768px) {
  .news-rl-slider .swiper .swiper-slide {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .news-rl-slider .swiper .swiper-slide {
    width: 100%;
  }
}

.prd-rl-slider {
  position: relative;
}

.prd-rl-slider .rows {
  --rg: 0;
}

.prd-rl-slider .swiper {
  padding: 1.2rem 0;
}

.prd-rl-slider .swiper .swiper-slide {
  overflow: unset;
}

@media screen and (max-width: 1020px) {
  .prd-rl-slider .swiper .swiper-slide {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 768px) {
  .prd-rl-slider .swiper .swiper-slide {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .prd-rl-slider .swiper .swiper-slide {
    width: 65%;
  }
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
  display: none !important;
}

.login-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .login-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.login-left {
  width: 45%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 950px) {
  .login-left {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .login-left {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    margin-top: -30%;
  }
}

.login-right {
  width: calc(55% + var(--size-mx));
  margin-left: calc((var(--size-mx) * -1));
  --size-mx: 28rem;
}

@media screen and (max-width: 950px) {
  .login-right {
    width: calc(50% + var(--size-mx));
  }
}

@media screen and (max-width: 768px) {
  .login-right {
    width: 100%;
    margin-left: 0;
  }
}

.login-img .inner {
  display: block;
  padding-top: calc((768 / 900) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 2.4rem;
}

@media screen and (max-width: 500px) {
  .login-img .inner {
    border-radius: 1.2rem;
  }
}

.login-img .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.login-bot {
  margin-top: 2.4rem;
}

.login-bot .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.2rem;
}

.login-bot .t-gr .t-text {
  font-size: 1.6rem;
}

.login-bot .t-gr .t-link {
  color: var(--color-pri);
  font-weight: 600;
}

.login-form {
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #ececec;
}

.login-block {
  padding: 4rem;
  background: #fff;
  border-radius: 2.4rem;
  -webkit-box-shadow: 0px 0.4rem 3rem rgba(11, 15, 33, 0.08);
  box-shadow: 0px 0.4rem 3rem rgba(11, 15, 33, 0.08);
}

@media screen and (max-width: 768px) {
  .login-block {
    padding: 2.4rem;
    border-radius: 1.8rem;
  }
}

.login-head {
  margin-bottom: 2.4rem;
}

.login-head .head {
  margin-bottom: 0.8rem;
}

.login-head .t-des {
  color: #606961;
  font-size: 1.6rem;
}

.sec-coo {
  overflow: hidden;
}

.coo-head {
  max-width: 42rem;
}

@media screen and (max-width: 768px) {
  .coo-row .col {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .coo-content {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.coo-des {
  max-width: 52rem;
}

.coo-slider {
  margin-top: 10rem;
}

.coo-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.coo-sw .rows {
  --rg: 0;
  --cg: 0;
}

@media screen and (max-width: 500px) {
  .coo-sw .rows {
    margin: 0 -1.5rem;
  }
}

.coo-sw .swiper-slide {
  width: calc(100% / 3);
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 900px) {
  .coo-sw .swiper-slide {
    width: 75%;
  }
}

.coo-sw .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.coo-sw .swiper-slide.swiper-slide-active .coo-it-head {
  background: var(--color-pri);
}

.coo-sw .swiper-slide.swiper-slide-active .coo-it {
  border-color: var(--color-pri);
}

.coo-sw .swiper-slide.swiper-slide-active .coo-it-btn .btn {
  color: #fff;
  background: var(--color-pri);
  border-color: var(--color-pri);
}

.coo-sw .swiper-slide.swiper-slide-active .coo-it-btn .btn::after {
  background-image: radial-gradient(circle farthest-corner at 10% 20%,
      #000000 0%,
      rgba(0, 0, 0, 0.51) 90%);
}

.coo-image .inner {
  display: block;
  padding-top: calc((370 / 600) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 2.4rem;
}

.coo-image .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.coo-it {
  border-radius: 2.4rem;
  overflow: hidden;
  border: 0.1rem solid #e1e8e2;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.coo-it-head {
  padding: 1.2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  color: #fff;
  background: #828c83;
}

.coo-it-in {
  padding: 1.6rem;
  padding-bottom: 7rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.coo-it-btn {
  padding-top: 2.4rem;
  margin-top: auto;
}

@media screen and (max-width: 500px) {
  .coo-it-btn {
    margin-top: unset;
  }
}

.coo-it-btn .btn {
  color: #828c83;
  border: 0.1rem solid #bbc4bb;
  background: transparent;
}

.coo-it-btn .btn::after {
  background: var(--color-pri);
}

@media (hover: hover) {
  .coo-it-btn .btn:hover {
    color: #fff;
    border-color: var(--color-pri);
  }
}

@media screen and (max-width: 940px) {
  .poli-row .col {
    width: 100%;
  }
}

@media screen and (max-width: 940px) {
  .poli-tab {
    padding: 2.4rem 1.2rem;
    border-radius: 1.2rem;
    background: #fff;
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
}

.poli-tab-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.8rem;
  margin-top: 1rem;
}

.poli-tab-item .t-link {
  font-size: 1.6rem;
  color: #828c83;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .poli-tab-item .t-link:hover {
    color: var(--color-pri);
  }
}

@media screen and (min-width: 1201px) {
  body.out .cmini {
    top: 6.6rem;
  }
}

.cmini {
  position: fixed;
  top: var(--size-hd);
  right: 0;
  width: 55rem;
  max-width: 90%;
  bottom: 0;
  overflow-y: auto;
  background: #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0;
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  visibility: hidden;
  z-index: 50;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 0.8rem 2.4rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0.8rem 2.4rem;
}

.cmini.open {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}

@media screen and (max-width: 1200px) {
  .cmini {
    top: 6rem;
    height: calc(100vh - 6rem);
    height: calc(var(--window-height) - 6rem);
    padding-bottom: unset;
  }
}

@media screen and (max-width: 500px) {
  .cmini {
    max-width: 100%;
  }
}

.cmini-wrap {
  padding: 2.4rem;
  padding-right: 3rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 500px) {
  .cmini-wrap {
    padding: 1.6rem;
    padding-right: 0.6rem;
  }
}

.cmini-head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1.2rem;
  margin-bottom: 2.4rem;
  border-bottom: 0.1rem solid #dce0e1;
}

.cmini-head .side-close {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  background: #fff;
  border: 0.1rem solid var(--color-pri);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

@media (hover: hover) {
  .cmini-head .side-close:hover {
    background: var(--color-pri);
    color: #fff;
  }
}

.cmini-head .side-close .icon {
  -webkit-transition: unset;
  transition: unset;
}

.cmini-img {
  width: 7.7rem;
  height: 7.7rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 0.6rem;
  overflow: hidden;
}

.cmini-img img {
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.cmini-list {
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 2rem;
  max-height: 34rem;
  row-gap: 2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cmini-list::-webkit-scrollbar-thumb {
  background: var(--color-pri);
}

.cmini-list::-webkit-scrollbar {
  width: 0.3rem;
}

.cmini-list::-webkit-scrollbar-track {
  background: #f5f5f5;
}

@media screen and (max-width: 1200px) {
  .cmini-list {
    max-height: calc(100vh - 32rem);
  }
}

@media screen and (max-width: 768px) {
  .cmini-list {
    padding-right: 1.2rem;
  }
}

.cmini-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}

.cmini-item:not(:last-child) {
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #dce0e1;
}

.cmini-name {
  font-size: 1.6rem;
  color: var(--color-sec);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .cmini-name:hover {
    color: var(--color-pri);
  }
}

@media screen and (max-width: 500px) {
  .cmini-name {
    font-size: 1.4rem;
  }
}

.cmini-content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cmini-content .count {
  padding: 0.6rem;
}

.cmini-price {
  font-weight: 600;
  font-size: 2rem;
  color: var(--color-sec);
  margin-top: auto;
  margin-left: auto;
}

@media only screen and (max-width: 1200px) {
  .cmini-price {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 800px) {
  .cmini-price {
    font-size: 1.6rem;
  }
}

.cmini-total {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.2rem;
  padding-right: 2rem;
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .cmini-total {
    padding-right: 1.5rem;
  }
}

.cmini-total strong {
  font-size: 2rem;
  font-weight: 600;
}

@media only screen and (max-width: 1200px) {
  .cmini-total strong {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 800px) {
  .cmini-total strong {
    font-size: 1.6rem;
  }
}

.cmini-total .woocommerce-Price-amount {
  color: var(--color-pri);
  font-size: 2rem;
  font-weight: 600;
}

@media only screen and (max-width: 1200px) {
  .cmini-total .woocommerce-Price-amount {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 800px) {
  .cmini-total .woocommerce-Price-amount {
    font-size: 1.6rem;
  }
}

.cmini-control {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}

@media screen and (max-width: 768px) {
  .cmini-control {
    gap: 1.2rem;
  }
}

.cmini-control .button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  padding: 0.8rem !important;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  overflow: hidden;
  position: relative;
  background: var(--color-pri) !important;
  gap: 0.8rem;
  color: #fff !important;
  font-size: 1.6rem !important;
  font-weight: 500 !important;
  border-radius: 100rem !important;
}

@media (hover: hover) {
  .cmini-control .button:hover {
    background: var(--color-sec) !important;
    color: #fff !important;
  }
}

.cmini-control .button.checkout {
  background: transparent !important;
  border: 0.1rem solid var(--color-pri) !important;
  color: var(--color-pri) !important;
}

@media (hover: hover) {
  .cmini-control .button.checkout:hover {
    background: var(--color-pri) !important;
    color: #fff !important;
  }
}

.cmini-count {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

.cmini-have-cart {
  height: 100%;
}

.widget_shopping_cart_content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .acc-ctn .form-if .col {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .acc-if {
    padding: 1.2rem;
    border: 0.1rem solid #f1f5f9;
    border-radius: 1.2rem;
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
}

.acc-if-avt {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1.6rem;
  border-bottom: 0.2rem solid #f1f5f9;
}

.acc-if-avt .icon-avt {
  width: 4.8rem;
  height: 4.8rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem;
  overflow: hidden;
}

.acc-if-avt .icon-avt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: unset;
}

.acc-if-avt .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.acc-if-avt .t-gr .text {
  color: #686868;
  font-size: 1.4rem;
}

.acc-if-mid {
  margin-top: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 0.2rem solid #f1f5f9;
}

.acc-if-ctr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
}

.acc-if-ctr .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.6rem;
  border-radius: 1.2rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #828c83;
}

@media (hover: hover) {
  .acc-if-ctr .t-gr:hover {
    background: var(--color-pri);
    color: #fff;
  }

  .acc-if-ctr .t-gr:hover .icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}

.acc-if-ctr .t-gr.active {
  background: var(--color-pri);
  color: #fff;
}

.acc-if-ctr .t-gr.active .icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.acc-if-ctr .t-gr .icon {
  width: 1.6rem;
  height: 1.6rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.acc-if-ctr .t-gr .t-text {
  font-size: 1.6rem;
}

.acc-if-bot {
  margin-top: 1.2rem;
}

.acc-pass {
  max-width: 50rem;
}

.acc-od-table.custom thead tr td:first-child {
  width: 40%;
}

.acc-od-table table {
  width: 100%;
  vertical-align: middle;
  border-collapse: unset;
  border-radius: 1.2rem;
  overflow: hidden;
  border: 0.1rem solid #edf2ee;
}

.acc-od-table table thead {
  background: var(--color-pri);
}

@media screen and (max-width: 660px) {
  .acc-od-table table thead {
    display: none;
  }
}

.acc-od-table table thead td {
  padding: 2.4rem 0.8rem !important;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 660px) {
  .acc-od-table table thead td {
    padding: 1.6rem 0.8rem !important;
  }
}

.acc-od-table table thead td:last-child {
  text-align: right;
  padding-right: 1.2rem;
}

@media screen and (max-width: 660px) {
  .acc-od-table table thead td:last-child {
    padding-right: 0.8rem;
  }
}

.acc-od-table table thead td:first-child {
  text-align: left;
  padding-left: 1.2rem;
}

@media screen and (max-width: 660px) {
  .acc-od-table table thead td:first-child {
    padding-left: 0.8rem;
  }
}

@media screen and (max-width: 660px) {
  .acc-od-table table tbody tr:not(:last-child) {
    border-bottom: 0.1rem solid #edf2ee;
  }
}

.acc-od-table table tbody tr td {
  padding: 2.4rem 0.8rem;
  vertical-align: middle;
  text-align: center;
  border-bottom: 0.1rem solid #edf2ee;
}

@media screen and (max-width: 660px) {
  .acc-od-table table tbody tr td:nth-child(even) {
    background: rgba(15, 171, 28, 0.1);
  }
}

.acc-od-table table tbody tr td:first-child {
  padding-left: 1.2rem;
  text-align: left;
}

.acc-od-table table tbody tr td:last-child {
  padding-right: 1.2rem;
  text-align: right;
}

@media screen and (max-width: 660px) {
  .acc-od-table table tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1.6rem 0;
    position: relative;
    border-bottom: unset;
  }

  .acc-od-table table tbody tr td::before {
    content: attr(data-text);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: left;
    white-space: nowrap;
  }
}

@media screen and (max-width: 660px) {
  .acc-od-table table tbody tr td {
    padding: 1.6rem 0.8rem;
  }
}

.acc-od-table table tbody tr td .carts-box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}

@media screen and (max-width: 660px) {
  .acc-od-table table tbody tr td .carts-box {
    gap: 0.8rem;
  }
}

@media screen and (max-width: 660px) {
  .acc-od-table table tbody tr td .carts-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 24rem;
  }
}

.acc-od-table table tbody tr td .carts-box-img {
  width: 4.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 960px) {
  .acc-od-table table tbody tr td .carts-box-img {
    width: 6rem;
  }
}

@media screen and (max-width: 660px) {
  .acc-od-table table tbody tr td .carts-box-img {
    width: 8rem;
  }
}

.acc-od-table table tbody tr td .carts-box-img .inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.6rem;
}

.acc-od-table table tbody tr td .carts-box-img .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.acc-od-table table tbody tr td .carts-box .t-text {
  font-size: 1.4rem;
  color: #000;
  font-weight: 500;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .acc-row>.col {
    width: 100%;
  }
}

.ods-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}

.ods-box-py {
  padding: 2.4rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #edf2ee;
}

.ods-box-in {
  margin-top: 1.6rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.4rem;
}

.ods-box-in .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1000px) {
  .ods-row>.col {
    width: 100%;
  }
}

.text-wrap {
  word-break: break-word;
}

.woocommerce form .form-row {
  padding: 0 calc(var(--cg) / 2) !important;
  margin-bottom: var(--rg) !important;
}

.form-edit-adrees-myacount h3 {
  font-size: 2.4rem;
  color: var(--color-tt);
  font-weight: 700;
  margin-bottom: 2.4rem;
}

@media only screen and (max-width: 1200px) {
  .form-edit-adrees-myacount h3 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 800px) {
  .form-edit-adrees-myacount h3 {
    font-size: 1.7rem;
  }
}

.woocommerce-address-fields p>button {
  margin-top: 2.4rem !important;
  border-radius: 100rem !important;
}

@media screen and (max-width: 500px) {
  .woocommerce-address-fields p>button {
    margin: 0 auto !important;
    margin-top: 2.4rem !important;
  }
}

.woocommerce-address-fields .form-row.form-ip.col {
  width: 50% !important;
}

@media screen and (max-width: 500px) {
  .woocommerce-address-fields .form-row.form-ip.col {
    width: 100% !important;
  }
}

.woocommerce-account .addresses .title .edit {
  color: var(--color-pri);
  cursor: pointer;
}

.add_to_cart_button {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100rem !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: transparent !important;
  font-size: 1.6rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}

@media (hover: hover) {
  .add_to_cart_button:hover {
    background: var(--color-pri) !important;
    color: var(--color-white) !important;
  }
}

.woocommerce-info {
  border-top-color: var(--color-pri) !important;
}

.woocommerce-info::before {
  color: var(--color-pri) !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top-color: var(--color-pri) !important;
}

.woocommerce-shipping-fields .form-row.col-6 {
  width: 50% !important;
}

@media screen and (max-width: 500px) {
  .woocommerce-shipping-fields .form-row.col-6 {
    width: 100% !important;
  }
}

.carts-od {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 0.8rem 2.4rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0.8rem 2.4rem;
}

.carts-od-head {
  margin-bottom: 2.4rem;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
}

.carts-od-in {
  padding: 1.6rem;
  border: 0.1rem solid rgba(15, 171, 28, 0.05);
}

.carts-od-if .t-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.2rem;
  font-weight: 600;
}

.carts-od-if .t-gr:not(:last-child) {
  margin-bottom: 2.4rem;
}

.carts-od-if .t-gr.t-sale {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 4.8rem;
}

.carts-od-bank .carts-od-check .recheck-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2.4rem;
}

.carts-od-bank .carts-od-check .recheck-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.carts-od-bank .carts-od-check .recheck-item .recheck-text {
  margin-left: unset;
}

.carts-od-bank .carts-od-check .igr .t-des {
  margin-top: 1.2rem;
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid rgba(15, 171, 28, 0.05);
}

.carts-od-bank .carts-od-check .igr .t-gr .inner-img {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 0.4rem;
}

@media screen and (max-width: 1100px) {
  .carts-row .col {
    width: 100%;
  }
}

.carts-table {
  background: #fff;
}

.carts-table table {
  width: 100%;
  border-radius: 1.2rem !important;
  overflow: hidden;
}

.carts-table table thead {
  background: var(--color-pri);
}

@media screen and (max-width: 960px) {
  .carts-table table thead {
    display: none;
  }
}

.carts-table table thead td {
  padding: 2.4rem 0.8rem !important;
  text-align: center;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .carts-table table thead td {
    padding: 1.6rem 0.8rem !important;
  }
}

.carts-table table thead td:last-child {
  text-align: right;
  width: 10%;
  padding-right: 2.4rem;
}

@media screen and (max-width: 960px) {
  .carts-table table thead td:last-child {
    padding-right: 0.8rem;
  }
}

.carts-table table thead td:first-child {
  text-align: left;
  width: 40%;
  padding-left: 2.4rem;
}

@media screen and (max-width: 960px) {
  .carts-table table thead td:first-child {
    padding-left: 0.8rem;
  }
}

@media screen and (max-width: 660px) {
  .carts-table table tbody tr:not(:last-child) {
    border-bottom: 0.1rem solid #000;
  }
}

.carts-table table tbody tr td {
  padding: 1.2rem 2.4rem;
  vertical-align: middle;
  text-align: center;
  border-bottom: 0.1rem solid rgba(15, 171, 28, 0.05);
}

@media screen and (max-width: 660px) {
  .carts-table table tbody tr td:nth-child(even) {
    background: rgba(15, 171, 28, 0.05) !important;
  }
}

@media screen and (max-width: 660px) {
  .carts-table table tbody tr td {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1.6rem 0;
    position: relative;
    border-bottom: unset;
  }

  .carts-table table tbody tr td::before {
    content: attr(data-text) !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    font-weight: 500 !important;
    font-size: 1.4rem !important;
    text-align: left !important;
    white-space: nowrap !important;
    float: unset !important;
  }
}

@media screen and (max-width: 960px) {
  .carts-table table tbody tr td {
    padding: 1.6rem 0.8rem !important;
  }
}

.carts-table table tbody tr td .carts-box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}

@media screen and (max-width: 960px) {
  .carts-table table tbody tr td .carts-box {
    gap: 0.8rem;
  }
}

@media screen and (max-width: 990px) {
  .carts-table table tbody tr td .carts-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 24rem;
  }
}

.carts-table table tbody tr td .carts-box-img {
  width: 6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 660px) {
  .carts-table table tbody tr td .carts-box-img {
    width: 8rem;
  }
}

.carts-table table tbody tr td .carts-box-img .inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.6rem;
}

.carts-table table tbody tr td .carts-box-img .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.carts-table table tbody tr td .carts-box .t-text {
  font-size: 1.4rem;
  color: #000;
  font-weight: 500;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.carts-table table tbody tr td .count {
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .carts-table table tbody tr td .count {
    padding: 0;
    border: unset;
  }
}

@media screen and (max-width: 660px) {
  .carts-table table tbody tr td .count {
    margin: unset;
    margin-left: auto;
  }
}

.carts-table table tbody tr td .icon-ctr {
  width: 2.4rem;
  height: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 1.8rem;
  margin-left: auto;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .carts-table table tbody tr td .icon-ctr:hover {
    color: var(--color-pri);
  }
}

.carts-ifs-check .recheck-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.carts-ifs-check .recheck-block .recheck-text {
  margin-left: 0.4rem;
}

.carts-ifs-select .form-date-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.2rem;
}

.carts-ifs-select .form-date-flex .form-date-col {
  width: 100%;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after {
  font-family: unset !important;
  margin: unset !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::before {
  position: absolute;
  font-family: "WooCommerce";
  content: "\e017";
  font-size: inherit;
  color: #fff;
  right: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem;
  background: var(--color-pri);
  font-size: 1.2rem;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: 3;
}

.cart_totals .order-total {
  text-align: right;
}

.cart_totals .button {
  margin-left: auto !important;
}

.cart_totals .coupon button {
  margin-right: 1rem !important;
}

.cart_totals .shipping-calculator-form {
  margin-bottom: 1.2rem;
}

.cart_totals>h2 {
  display: none;
}

.cart_totals .carts-od-if {
  font-weight: 600;
}

.cart_totals .woocommerce-shipping-destination {
  margin: 0.8rem 0;
  margin-bottom: 2.4rem;
  font-weight: 500;
}

.cart_totals #coupon_code {
  height: 5rem;
}

.cart_totals .woocommerce-shipping-methods {
  font-weight: 400;
}

.cart_totals .woocommerce-shipping-methods input {
  display: none;
}

.cart_totals .woocommerce-shipping-methods input:checked+label::before {
  background-color: var(--color-pri);
}

.cart_totals .woocommerce-shipping-methods label {
  display: inline-block;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
}

.cart_totals .woocommerce-shipping-methods label::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.2rem;
  background-color: transparent;
  background-image: url(../assets/images/tick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 75%;
  border: 1px solid var(--color-pri);
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0.3rem;
}

.cart-subtotal {
  padding-bottom: 1.2rem;
  color: var(--color-pri);
  border-bottom: 0.1rem dashed var(--color-tt);
}

.cart-subtotal .t-text {
  color: var(--color-tt);
}

.order-total {
  color: var(--color-pri);
}

.order-total .t-text {
  color: var(--color-tt);
}

.woocommerce form .form-row input {
  height: 5rem !important;
}

.wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0;
  background: transparent !important;
  border: 0.1rem solid var(--color-pri);
  padding: 1.2rem 3.2rem !important;
  font-size: 1.6rem;
  color: var(--color-pri) !important;
  font-weight: 500 !important;
}

.wc-proceed-to-checkout a.checkout-button::after {
  display: none;
}

@media (hover: hover) {
  .wc-proceed-to-checkout a.checkout-button:hover {
    background: var(--color-tt) !important;
    color: #fff !important;
    border-color: var(--color-tt) !important;
  }
}

.wc-proceed-to-checkout a.checkout-button .icon {
  display: none;
}

.woocommerce-checkout #payment {
  background: unset !important;
  border: 0.1rem solid rgba(15, 171, 28, 0.05);
}

.woocommerce-checkout #payment div.payment_box {
  background: #000000 !important;
  font-size: 1.6rem !important;
  color: #fff !important;
}

.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #000000 !important;
}

.woocommerce-checkout #payment div.payment_box li {
  float: unset !important;
  display: block !important;
  padding: unset !important;
  border-bottom: 1px dashed #cfc8d8 !important;
  border-right: unset !important;
  font-size: 1.2rem;
  margin: 1.2rem 0 !important;
  padding-bottom: 0.2rem !important;
}

.payment_method_cod img {
  display: block;
  margin: 0 auto !important;
}

.payment_method_cod,
.payment_method_bacs {
  cursor: pointer;
}

.payment_method_cod input,
.payment_method_bacs input {
  display: none;
}

.lib-cmt {
  max-width: 98rem;
  margin: 0 auto;
}

.lib-cmt .comment-form-text textarea {
  min-height: 15rem;
}

.lib-cmt .ctn {
  gap: 0.4rem;
}

.lib-cmt .ctn .ctn-name {
  font-size: 1.6rem;
  font-weight: 600;
}

.lib-cmt .ctn .ava {
  width: 4.8rem;
  height: 4.8rem;
}

.lib-cmt .ctn .ctn-des {
  font-size: 1.6rem;
  font-weight: 400;
}

.lib-cmt .ctn .ctn-rate {
  font-size: 1.3rem;
}

.woocommerce-shipping-fields {
  margin-bottom: 1.4rem;
}

.woocommerce-shipping-fields .form-row {
  width: 100% !important;
  float: unset !important;
}

.woocommerce-shipping-fields .optional {
  display: none;
}

.woocommerce-shipping-fields label span {
  display: inline-block;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  cursor: pointer;
}

.woocommerce-shipping-fields label span::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.2rem;
  background-color: transparent;
  background-image: url(../assets/images/tick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 75%;
  border: 1px solid var(--color-pri);
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0.8rem;
}

.woocommerce-shipping-fields label input {
  display: none;
}

.woocommerce-shipping-fields label input:checked+span::before {
  background-color: var(--color-pri);
}

.woocommerce-shipping-fields .col.col-4 {
  width: 50% !important;
}

.woocommerce-atTheStore .circle {
  display: none;
}

.woocommerce-atTheStore label span {
  display: inline-block;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
}

.woocommerce-atTheStore label span::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.2rem;
  background-color: transparent;
  background-image: url(../assets/images/tick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 75%;
  border: 1px solid var(--color-pri);
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0.3rem;
}

.woocommerce-atTheStore label input {
  display: none;
}

.woocommerce-atTheStore label input:checked+span::before {
  background-color: var(--color-pri);
}

.woocommerce-shipping-custom {
  padding: 1.6rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #ebebeb;
  margin-bottom: 1.2rem;
}

.woocommerce-shipping-custom>h3 {
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.woocommerce ul.order_details {
  margin-bottom: 0 !important;
}

#customer_details {
  padding: 1.6rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #ebebeb;
  margin-bottom: 1.2rem;
}

.woocommerce-billing-fields>h3 {
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.woocommerce-billing-fields .col-6 {
  width: 50% !important;
}

@media screen and (max-width: 500px) {
  .woocommerce-billing-fields .col-6 {
    width: 100% !important;
  }
}

.payment_method_cod {
  position: relative;
}

.payment_method_cod label {
  display: block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
}

.payment_method_cod label::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.2rem;
  background-color: transparent;
  background-image: url(../assets/images/tick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 75%;
  border: 1px solid var(--color-pri);
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0.6rem;
}

.payment_method_cod input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  display: block !important;
}

.payment_method_cod input:checked+label::before {
  background-color: var(--color-pri);
}

@media screen and (max-width: 950px) {
  .checkout-row>.col {
    width: 100%;
  }
}

.carts .login-bot {
  margin-top: 0;
  margin-bottom: 1.4rem;
  text-align: left;
}

.woocommerce-checkout-payment>label {
  display: block;
  margin-top: 1.2rem;
  position: relative;
}

.woocommerce-checkout-payment>label span {
  display: inline-block;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
}

.woocommerce-checkout-payment>label span::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.2rem;
  background-color: transparent;
  background-image: url(../assets/images/tick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 75%;
  border: 1px solid var(--color-pri);
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0.3rem;
}

.woocommerce-checkout-payment>label input {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.woocommerce-checkout-payment>label input:checked+span::before {
  background-color: var(--color-pri);
}

.woocommerce-checkout #payment ul.payment_methods {
  padding: 0 !important;
}

.woocommerce-checkout-payment {
  padding: 1.6rem;
}

.woocommerce-checkout-payment .place-order {
  padding: 0 !important;
}

.payment_method_bacs {
  position: relative;
}

.payment_method_bacs label {
  display: block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
}

.payment_method_bacs label::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.2rem;
  background-color: transparent;
  background-image: url(../assets/images/tick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 75%;
  border: 1px solid var(--color-pri);
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0.6rem;
}

.payment_method_bacs input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block !important;
  cursor: pointer;
}

.payment_method_bacs input:checked+label::before {
  background-color: var(--color-pri);
}

.atTheStore-ul {
  border-top: 0.1rem solid #ebebeb;
  margin-top: 0.4rem;
}

.atTheStore-ul label {
  position: relative;
  padding: 0.4rem 1.2rem;
  display: block;
}

.atTheStore-ul label .atTheStore-content {
  display: block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
}

.atTheStore-ul label .atTheStore-content::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.2rem;
  background-color: transparent;
  background-image: url(../assets/images/tick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 75%;
  border: 1px solid var(--color-pri);
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0.3rem;
}

.atTheStore-ul input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block !important;
  margin: 0;
  cursor: pointer;
}

.atTheStore-ul input:checked+.atTheStore-content::before {
  background-color: var(--color-pri);
}

.carts-faq {
  margin-top: 2.4rem;
}

@media screen and (min-width: 769px) {
  .if-item:nth-child(even) .if-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background: white;
}

.woocommerce .cart .button {
  height: 4rem;
}

.woocommerce-shipping-fields>h3 {
  margin-bottom: 1.2rem;
  cursor: pointer;
}

.woocommerce-shipping-fields .shipping_address {
  padding: 1.6rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #ebebeb;
  margin-bottom: 1.2rem;
}

.woocommerce form .form-row.place-order {
  padding: 1.2rem 0 !important;
}

.form-row.notes {
  width: 100%;
}

.carts-od.shop_table {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.checkout_coupon.woocommerce-form-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  /* max-width: 52rem; */
  margin: 0 auto !important;
  border: 0.1rem solid var(--color-pri) !important;
}

.checkout_coupon.woocommerce-form-coupon>p {
  width: 100%;
}

.checkout_coupon.woocommerce-form-coupon .form-row.form-row-last {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.checkout_coupon.woocommerce-form-coupon button {
  margin: 0 auto !important;
  height: auto !important;
  border-radius: 100rem !important;
  border: 0.1rem solid var(--color-pri) !important;
  background: transparent !important;
  color: var(--color-pri) !important;
  font-size: 1.6rem !important;
  font-weight: 500 !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .checkout_coupon.woocommerce-form-coupon button:hover {
    background: var(--color-pri) !important;
    color: #fff !important;
  }
}

.checkout_coupon.woocommerce-form-coupon button::after {
  display: none;
}

/*# sourceMappingURL=style.css.map */

.btn-P {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  padding: 1.2rem 2.4rem;
  overflow: hidden;
  border-radius: 100rem;
  position: relative;
  background: var(--color-pri);
  gap: 0.8rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "SVN-Poppins", sans-serif;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 100%;
}

@media screen and (max-width: 600px) {
  .btn-P {
    font-size: 1.4rem;
    padding: 1.2rem;
  }
}

.btn-P>* {
  position: relative;
  z-index: 2;
}

.btn-P .icon {
  width: 2rem;
  height: 2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
}

.btn-P.invert {
  background: #323b53;
}

.btn-P.invert::after {
  background: var(--color-sec);
}

.btn-P.invert .icon {
  color: #fff;
}

.btn-P.center {
  margin: 0 auto;
}

.btn-P.none-icon .icon {
  display: none;
}

.btn-P.second {
  background: #f2794d;
}

@media (hover: hover) {
  .btn-P.second:hover {
    color: #f2794d;
  }
}

.btn-P.three {
  background: transparent;
  color: #000;
  padding: unset;
  min-width: unset;
  overflow: unset;
}

.btn-P.three::after {
  display: none;
}

@media (hover: hover) {
  .btn-P.three:hover {
    color: var(--color-pri);
  }

  .btn-P.three:hover .icon {
    -webkit-transform: translateX(0.4rem);
    transform: translateX(0.4rem);
  }
}

.btn-P.three .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}

.btn-P.trans {
  background: transparent;
  color: var(--color-pri);
  border: 0.1rem solid var(--color-pri);
}

@media (hover: hover) {
  .btn-P.trans:hover {
    color: var(--color-white);
  }
}

.btn-P.trans::after {
  background: var(--color-pri);
}

.btn-P::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #fe0a00;
  transition: 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.75);
  -webkit-transition: 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.75);
  -moz-transition: 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.75);
  -ms-transition: 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.75);
  -o-transition: 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.75);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  z-index: 1;
}

@media (hover: hover) {
  .btn-P:hover {
    color: var(--color-white);
  }

  .btn-P:hover::after {
    left: 0;
    width: 100%;
  }

  .btn-P:hover .icon {
    -webkit-transform: unset;
    transform: unset;
    color: var(--color-white);
  }
}

.btn-P__center {
  margin: 0 auto;
}

.btn-P__cir {
  width: 4rem;
  height: 4rem;
  padding: unset;
}

.btn-P.four {
  background: #fff;
  color: var(--color-pri);
}

@media (hover: hover) {
  .btn-P.four:hover {
    color: #fff;
  }
}

.btn-P.four::after {
  background: var(--color-pri);
}

.header-srch .wpcf7 {
  width: 100%;
}

.woocommerce-variation-price {
  display: none;
}


.success-img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.success-tt {
  --f-sz: clamp(2rem, calc(0.3934rem + 2.2951vw), 4.8rem);
  font-size: var(--f-sz);
  font-weight: 600;
  color: #059669;
  text-transform: uppercase;
  margin-top: -4%;
}

.success-img {
  width: 100%;
  max-width: 64.3rem;
}

.success-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 2.4rem;
}

.success-des {
  max-width: 65.5rem;
}

.success-img-inner {
  display: block;
  padding-top: calc((429 / 643)* 100%);
  position: relative;
  overflow: hidden;
}


@media screen and (max-width:768px) {
  body.single-product main {
    padding-top: 13rem;
  }

}

.sp-item {
  height: 100%;
}


.gt_container--4q6gmn .gt_switcher .gt_option {
  position: absolute !important;
  top: 0;
}