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

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

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mona-content blockquote {
  background: rgba(253, 203, 111, 0.1);
  border-left: 3px solid #fcaf17;
  margin: 1em 0;
  padding: 0.2em 1em;
  font-size: 2.4rem;
  color: var(--color-pri);
  quotes: "“" "”" "‘" "’";
  font-family: "SVN-Sign Painter House Script", sans-serif; }
  .mona-content blockquote p {
    display: inline; }

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

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

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

:root {
  --size-hd: 16rem;
  --color-pri: #11703e;
  --color-sec: #fcaf17;
  --color-tt: #15191e;
  --color-text: #4b4b4b;
  --color-black: #000;
  --color-white: #fff;
  --pd-sc: 10rem; }
  @media (max-width: 1200px) {
    :root {
      --pd-sc: 6rem;
      --size-hd: 5.6rem; } }

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

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

body {
  font-family: "SVN-Gotham", serif;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  color: var(--color-text);
  overflow: hidden auto; }
  @media screen and (min-width: 2000px) {
    body {
      font-size: 20px; } }

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

button,
select {
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  cursor: pointer;
  font-family: "SVN-Gotham", sans-serif; }

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

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

.main {
  position: relative;
  z-index: 1;
  padding-top: var(--size-hd); }
  .main.page-home {
    overflow: hidden; }

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

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

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

iframe {
  vertical-align: middle; }

.load-item {
  display: none; }

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

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

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

.row {
  --cg: 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 gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

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

.progress-wrap {
  position: fixed;
  right: 5rem;
  bottom: 5rem;
  height: 4.6rem;
  width: 4.6rem;
  cursor: pointer;
  display: block;
  border-radius: 100rem;
  -webkit-box-shadow: inset 0 0 0 0.2rem rgba(17, 112, 62, 0.4);
  box-shadow: inset 0 0 0 0.2rem rgba(17, 112, 62, 0.4);
  z-index: 20;
  opacity: 0;
  background: #fff;
  visibility: hidden;
  -webkit-transform: translateY(1.5rem);
  transform: translateY(1.5rem);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }
  @media screen and (max-width: 1000px) {
    .progress-wrap {
      right: 1.5rem;
      bottom: 1.5rem; } }

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "\f062";
  text-align: center;
  font-size: 2.4rem;
  color: var(--color-pri);
  left: 0;
  top: 0;
  height: 4.6rem;
  width: 4.6rem;
  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;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.progress-wrap svg path {
  fill: none; }

.progress-wrap svg.progress-circle path {
  stroke: var(--color-pri);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

[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%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 -1rem; }
      .hd-nav .menu-nav > .menu-list > .menu-item {
        height: 100%;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .hd-nav .menu-nav > .menu-list > .menu-item:last-child > .menu-list {
          left: initial;
          right: 0; }
        .hd-nav .menu-nav > .menu-list > .menu-item:last-child > .menu-link {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; }
        .hd-nav .menu-nav > .menu-list > .menu-item.dropdown:hover::before {
          width: 0; }
        .hd-nav .menu-nav > .menu-list > .menu-item:hover > a i {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
        .hd-nav .menu-nav > .menu-list > .menu-item > .menu-link {
          height: 100%;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          color: var(--color-white);
          padding: 0 1rem;
          font-size: 1.8rem;
          font-weight: 500;
          min-width: 16rem;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
        .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 .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-white);
      font-weight: 400;
      display: block;
      font-size: 1.8rem; }
      .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: 16rem;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      border-radius: 1.6rem;
      padding: 1.6rem 0;
      margin-top: 4.8rem;
      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%, 0.5rem);
      transform: translate(-50%, 0.5rem);
      -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::after {
        content: "";
        position: absolute;
        width: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 4.8rem;
        background: transparent;
        bottom: 100%; }
      .hd-nav .menu-item > .menu-list::before {
        content: "";
        position: absolute;
        width: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../assets/images/curved.svg);
        height: 1.6rem; }
      .hd-nav .menu-item > .menu-list > .menu-item {
        margin-left: 0;
        width: 100%; }
        .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); }
          .hd-nav .menu-item > .menu-list > .menu-item:hover > .menu-link .icon-sp,
          .hd-nav .menu-item > .menu-list > .menu-item:hover > a .icon-sp {
            -webkit-filter: unset;
            filter: unset; }
          .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:hover > .menu-link > i,
          .hd-nav .menu-item > .menu-list > .menu-item:hover > a > i {
            color: var(--color-pri); }
        .hd-nav .menu-item > .menu-list > .menu-item > .menu-link,
        .hd-nav .menu-item > .menu-list > .menu-item > a {
          padding: 0.8rem 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;
          position: relative;
          color: var(--color-tt);
          -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
          gap: 0.8rem; }
          .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(0, 0);
            transform: rotate(-90deg) translate(0, 0);
            font-size: 1.2rem;
            color: var(--color-tt);
            margin-left: auto; }
          .hd-nav .menu-item > .menu-list > .menu-item > .menu-link .icon-sp,
          .hd-nav .menu-item > .menu-list > .menu-item > a .icon-sp {
            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;
            -webkit-filter: grayscale(1);
            filter: grayscale(1);
            -webkit-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            .hd-nav .menu-item > .menu-list > .menu-item > .menu-link .icon-sp img,
            .hd-nav .menu-item > .menu-list > .menu-item > a .icon-sp img {
              display: block;
              height: 100%; }
        .hd-nav .menu-item > .menu-list > .menu-item > .menu-list {
          left: 100%;
          margin-top: 0;
          -webkit-transform: unset;
          transform: unset;
          top: -1.6rem;
          margin-left: 1.6rem; }
          .hd-nav .menu-item > .menu-list > .menu-item > .menu-list::before {
            display: none; }
          .hd-nav .menu-item > .menu-list > .menu-item > .menu-list::after {
            content: "";
            position: absolute;
            right: 100%;
            width: 1.6rem;
            top: 0;
            bottom: 0;
            background: transparent;
            -webkit-transform: unset;
            transform: unset;
            height: unset;
            left: unset; }

.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); }
  .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: 0.9rem 1.6rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-tt);
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  border-radius: 0.8rem; }
  .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 {
  color: var(--color-pri); }
  .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;
    margin-left: auto; }

.mobile-nav .menu-item > a {
  padding: 0.9rem 1.6rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-text);
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  border-radius: 0.8rem;
  text-transform: uppercase;
  gap: 0.8rem; }
  .mobile-nav .menu-item > a .icon-sp {
    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; }
    .mobile-nav .menu-item > a .icon-sp img {
      height: 100%; }

.mobile-nav .menu-item > .menu-list {
  display: none;
  margin-left: 1.6rem;
  position: relative; }
  .mobile-nav .menu-item > .menu-list::before {
    content: "";
    position: absolute;
    top: 2rem;
    bottom: 2rem;
    left: 0;
    width: 1px;
    background-color: rgba(0, 32, 77, 0.1); }
  .mobile-nav .menu-item > .menu-list > .menu-item.current_page_item > a, .mobile-nav .menu-item > .menu-list > .menu-item.current-menu-item > a {
    color: var(--color-pri); }
  .mobile-nav .menu-item > .menu-list > .menu-item:has(.current-menu-item) > a {
    color: var(--color-pri); }

::-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 {
  --size-hd-top: 10rem;
  position: fixed;
  top: 0;
  width: 100%;
  height: var(--size-hd);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 50; }
  @media screen and (min-width: 1201px) {
    .hd.hide {
      -webkit-transform: translateY(-120%);
      transform: translateY(-120%); } }
  .hd::after {
    content: "";
    position: absolute;
    width: 16rem;
    height: 0.8rem;
    top: calc(100% - 0.1rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../assets/images/curved-mb.svg);
    background-repeat: no-repeat;
    background-size: contain; }
    @media screen and (min-width: 1201px) {
      .hd::after {
        display: none; } }
  @media screen and (max-width: 1200px) {
    .hd {
      -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
      .hd .hd-bot {
        display: none; }
      .hd .hd-top {
        height: 100%; }
      .hd .hd-logo .custom-logo-link {
        width: 8rem; }
      .hd .hd-tsc {
        display: none; }
      .hd .hd-tcr .hd-search::after {
        display: none; }
      .hd .hd-tcr .hd-lang {
        display: none; } }
  @media screen and (min-width: 1201px) {
    .hd.sticky {
      --size-hd-top: 6rem;
      --size-hd: 10rem; }
      .hd.sticky .hd-logo .custom-logo-link {
        width: 8rem; }
      .hd.sticky .hd-bot::before {
        border-radius: 0 0 10rem 10rem; } }
  .hd-wrap {
    height: 100%; }
  .hd-top {
    height: var(--size-hd-top);
    position: relative;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 2; }
    .hd-top::before {
      content: "";
      position: absolute;
      top: 0;
      width: 100vw;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 0;
      background: var(--color-white);
      z-index: -1; }
  .hd-tgr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .hd-tsc .ic-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.4rem; }
    .hd-tsc .ic-list .ic-link {
      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;
      -webkit-transition: 0.2s ease;
      transition: 0.2s ease; }
      @media (hover: hover) {
        .hd-tsc .ic-list .ic-link:hover {
          -webkit-filter: invert(70%) sepia(83%) saturate(395%) hue-rotate(96deg) brightness(90%) contrast(100%);
          filter: invert(70%) sepia(83%) saturate(395%) hue-rotate(96deg) brightness(90%) contrast(100%); } }
  .hd-logo {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .hd-logo .custom-logo-link {
      width: 12rem;
      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-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out; }
  .hd-search-pos {
    position: absolute;
    top: 0%;
    width: 100%;
    background: var(--color-white);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden; }
  .hd-search-overlay {
    position: absolute;
    top: 0;
    height: 100vh;
    background: #000;
    width: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden; }
  .hd-search-close {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: var(--color-tt);
    display: inline-block;
    padding-bottom: 0.1rem;
    border-bottom: 0.2rem solid var(--color-tt);
    font-weight: 500;
    cursor: pointer;
    overflow: hidden; }
  .hd-search-ctn {
    overflow: hidden; }
  .hd-search-form {
    max-width: 86rem;
    margin: 0 auto;
    min-height: 50vh;
    padding-top: var(--size-hd);
    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; }
    @media screen and (max-width: 768px) {
      .hd-search-form {
        min-height: 24rem;
        padding-top: 0; } }
    .hd-search-form .form-search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transform: translateY(100%);
      transform: translateY(100%); }
      .hd-search-form .form-search .search-submit {
        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-search-form .form-search .search-submit .inner {
          padding: 1.2rem 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;
          background: var(--color-pri);
          border-radius: 0 2.4rem 0 2.4rem;
          color: #fff;
          font-size: 2rem;
          -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
          line-height: 100%;
          border: 0.2rem solid transparent; }
          @media only screen and (max-width: 1200px) {
            .hd-search-form .form-search .search-submit .inner {
              font-size: 1.8rem; } }
          @media only screen and (max-width: 800px) {
            .hd-search-form .form-search .search-submit .inner {
              font-size: 1.6rem; } }
          @media (hover: hover) {
            .hd-search-form .form-search .search-submit .inner:hover {
              border-color: var(--color-pri);
              color: var(--color-pri);
              background: transparent; } }
          @media screen and (max-width: 768px) {
            .hd-search-form .form-search .search-submit .inner {
              padding: 1.2rem; } }
      .hd-search-form .form-search .t-gr {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative; }
      .hd-search-form .form-search .icon-reset {
        position: absolute;
        background: none;
        border: 0;
        top: 35%;
        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;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0rem;
        padding: 0;
        font-size: 2.4rem;
        font-weight: 400;
        color: var(--color-pri);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
      .hd-search-form .form-search input {
        border: 0;
        background-image: url(../assets/images/sf-search-icon.svg), url(../assets/images/sf-search-line.svg);
        background-color: transparent !important;
        background-position: 0 2.2rem, bottom left;
        background-repeat: no-repeat;
        padding: 0rem 0 3rem 4rem;
        padding-bottom: 0;
        height: 8rem;
        width: 100%;
        color: var(--color-pri);
        font-size: 2.6rem;
        text-transform: capitalize;
        outline: unset; }
        @media only screen and (max-width: 1200px) {
          .hd-search-form .form-search input {
            font-size: 2.2rem; } }
        @media only screen and (max-width: 800px) {
          .hd-search-form .form-search input {
            font-size: 1.9rem; } }
        @media screen and (max-width: 768px) {
          .hd-search-form .form-search input {
            font-size: 2.2rem; } }
  .hd-tcr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .hd-tcr .hd-search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .hd-tcr .hd-search .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.2rem;
        height: 3.2rem;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        cursor: pointer; }
        @media (hover: hover) {
          .hd-tcr .hd-search .icon:hover {
            opacity: 0.8; } }
        .hd-tcr .hd-search .icon img {
          width: 2.4rem;
          display: block; }
      .hd-tcr .hd-search::after {
        content: "";
        display: inline-block;
        width: 0.1rem;
        height: 2.4rem;
        background: #a7b1bf;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 2.4rem; }
    .hd-tcr .hd-lang-in {
      position: relative; }
      .hd-tcr .hd-lang-in:hover .hd-lang-pos {
        opacity: 1;
        visibility: visible; }
      .hd-tcr .hd-lang-in:hover .hd-lang-gr .t-gr .icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    .hd-tcr .hd-lang-pos {
      --size-py: 0.2rem;
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 2;
      padding: var(--size-py) 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .hd-tcr .hd-lang-pos::before {
        content: "";
        position: absolute;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 100%;
        background: #f9f9f9;
        width: calc(100% + (var(--size-py) * 6));
        z-index: -1;
        border-radius: 0.4rem; }
    .hd-tcr .hd-lang-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: 0.2rem; }
    @media (hover: hover) {
      .hd-tcr .hd-lang-it .hd-lang-gr:hover {
        color: var(--color-pri); } }
    .hd-tcr .hd-lang-gr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 0.4rem;
      cursor: pointer; }
      .hd-tcr .hd-lang-gr .icon-lang {
        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; }
      .hd-tcr .hd-lang-gr .t-gr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 100%; }
        .hd-tcr .hd-lang-gr .t-gr .t-text {
          color: #15191e;
          font-weight: 500;
          font-size: 1.6rem;
          -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
        .hd-tcr .hd-lang-gr .t-gr .icon {
          width: 1.6rem;
          height: 1.6rem;
          color: #15191e;
          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;
          -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
  .hd-bot {
    height: calc(var(--size-hd) - var(--size-hd-top));
    position: relative;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 1; }
    .hd-bot::before {
      content: "";
      position: absolute;
      top: 0;
      width: 100vw;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 0;
      background: var(--color-pri);
      -webkit-transition: 0.75s ease-in-out;
      transition: 0.75s ease-in-out; }
  .hd-nav {
    position: relative; }
  .hd #bump {
    position: absolute;
    top: 100%;
    left: 50%;
    height: 1.6rem;
    width: 16rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 50;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hd #bump::after {
      content: "";
      position: absolute;
      width: 1.8rem;
      height: 1.8rem;
      background-image: url(../assets/images/icon-leaf-w.svg);
      background-size: contain;
      background-repeat: no-repeat;
      left: 50%;
      top: 0%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .hd #bump svg {
      display: block;
      width: 100%;
      height: 100%; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none; }

.ft {
  position: relative;
  padding: 8rem 0;
  z-index: 1; }
  @media screen and (max-width: 1250px) {
    .ft {
      padding: 4rem 0; } }
  .ft::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background: var(--color-pri); }
  .ft .wave-bot {
    position: absolute;
    width: 100%;
    bottom: 100%;
    left: 0;
    right: 0;
    pointer-events: none;
    overflow: hidden; }
    .ft .wave-bot .waves {
      position: relative;
      width: 100%;
      height: 10rem;
      display: block; }
      @media screen and (max-width: 1000px) {
        .ft .wave-bot .waves {
          height: 6rem; } }
      @media screen and (max-width: 600px) {
        .ft .wave-bot .waves {
          height: 4rem; } }
      .ft .wave-bot .waves .parallax use {
        -webkit-animation-delay: -2s;
        animation-delay: -2s;
        -webkit-animation-duration: 7s;
        animation-duration: 7s;
        -webkit-animation: move-forever 15s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
        animation: move-forever 15s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite; }
  @media screen and (max-width: 1000px) {
    .ft-row {
      --rg: 3.2rem; } }
  @media (min-width: 1000px) and (max-width: 1251px) {
    .ft-row .col:nth-child(2) {
      width: calc((3.2 / 12) * 100%); }
    .ft-row .col:last-child {
      width: calc((4.8 / 12) * 100%); } }
  @media screen and (max-width: 1000px) {
    .ft-row .col:first-child {
      width: 40%; }
    .ft-row .col:last-child {
      width: 60%;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .ft-row .col:nth-child(2) {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      width: 100%; } }
  @media screen and (max-width: 680px) {
    .ft-row .col {
      width: 100% !important; } }
  .ft-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: 13rem; }
  .ft-lbox .t-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: 1.6rem; }
    .ft-lbox .t-list .t-gr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1.2rem; }
      .ft-lbox .t-list .t-gr .t-igr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .ft-lbox .t-list .t-gr .t-igr .t-txt {
          color: #fff;
          font-size: 1.4rem; }
      .ft-lbox .t-list .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;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative;
        top: 0.3rem; }
      .ft-lbox .t-list .t-gr .t-link {
        font-size: 1.6rem;
        color: #fff;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        @media (hover: hover) {
          .ft-lbox .t-list .t-gr .t-link:hover {
            color: var(--color-sec); } }
  @media screen and (max-width: 1000px) {
    .ft-mbox {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0 auto;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .ft-mbox .t-body .t-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.2rem; }
    .ft-mbox .t-body .t-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;
      height: 4.8rem; }
      .ft-mbox .t-body .t-list .i-link img {
        display: block;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
  .ft-gap {
    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.5rem; }
    @media screen and (max-width: 680px) {
      .ft-gap {
        gap: 1.6rem; } }
    .ft-gap .t-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 1.6rem; }
      .ft-gap .t-body .t-text {
        font-size: 2rem;
        color: #fff; }
  @media screen and (min-width: 1201px) {
    .ft-rbox {
      position: relative;
      top: 2rem; } }
  .ft-rbox .t-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.6rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .ft-rbox .t-phone .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: 4rem;
      height: 4rem;
      border-radius: 100rem;
      background: #fff;
      position: relative; }
      .ft-rbox .t-phone .icon::before {
        content: "";
        position: absolute;
        width: 6rem;
        height: 6rem;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 100rem;
        background-color: transparent;
        border: 0.2rem solid #fff;
        opacity: 0;
        -webkit-transition: all 0.75s;
        transition: all 0.75s;
        -webkit-animation: alo-anim 2.2s infinite linear;
        animation: alo-anim 2.2s infinite linear;
        z-index: -1; }
    .ft-rbox .t-phone .t-gr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .ft-rbox .t-phone .t-gr .t-text {
        font-size: 1.6rem;
        color: #fff; }
      .ft-rbox .t-phone .t-gr .t-link {
        font-size: 3.2rem;
        color: #fff;
        font-weight: 700; }
        @media screen and (max-width: 680px) {
          .ft-rbox .t-phone .t-gr .t-link {
            font-size: 2.4rem; } }
  .ft-nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.2rem;
    row-gap: 1.2rem; }
    @media screen and (max-width: 680px) {
      .ft-nav .menu {
        margin: 0 -0.6rem; } }
    .ft-nav .menu .menu-item {
      width: 50%;
      padding: 0 1.2rem; }
      @media screen and (max-width: 680px) {
        .ft-nav .menu .menu-item {
          padding: 0 0.6rem; } }
      .ft-nav .menu .menu-item.current-page-item a {
        color: var(--color-sec); }
      .ft-nav .menu .menu-item a {
        font-size: 1.6rem;
        color: #fff;
        font-weight: 300;
        text-wrap: pretty;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        @media (hover: hover) {
          .ft-nav .menu .menu-item a:hover {
            color: var(--color-sec); } }

.sc-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem; }
  .sc-body .t-text {
    font-size: 2rem;
    color: #fff; }
  .sc-body .sc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.8rem; }
    .sc-body .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;
      height: 3.6rem;
      height: 3.6rem;
      border-radius: 100rem;
      overflow: hidden;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      @media (hover: hover) {
        .sc-body .sc-list .i-link:hover {
          background: var(--color-sec); } }
      .sc-body .sc-list .i-link img {
        display: block;
        -o-object-fit: contain;
        object-fit: contain; }

@-webkit-keyframes alo-anim {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.1);
    transform: translate(-50%, -50%) rotate(0) scale(0.1);
    opacity: 0.1; }
  30% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7);
    transform: translate(-50%, -50%) rotate(0) scale(0.7);
    opacity: 1; }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(1);
    transform: translate(-50%, -50%) rotate(0) scale(1);
    opacity: 0; } }

@keyframes alo-anim {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.1);
    transform: translate(-50%, -50%) rotate(0) scale(0.1);
    opacity: 0.1; }
  30% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7);
    transform: translate(-50%, -50%) rotate(0) scale(0.7);
    opacity: 1; }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(1);
    transform: translate(-50%, -50%) rotate(0) scale(1);
    opacity: 0; } }

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

.burger {
  position: relative; }

.burger .line {
  width: 2.4rem;
  height: 0.2rem;
  border-radius: 0.4rem;
  background: var(--color-pri);
  display: block;
  margin: 0.5rem 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.mobile {
  position: fixed;
  z-index: 140;
  top: var(--size-hd);
  left: 0;
  bottom: 0;
  min-width: 50rem;
  width: 50rem;
  background-color: white;
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
  overflow: hidden; }
  @media screen and (max-width: 500px) {
    .mobile {
      width: 70%;
      min-width: initial; } }
  .mobile.sticky {
    top: var(--size-hd); }
  @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-wr {
    padding: 0.4rem;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .mobile-list {
    margin-bottom: 2rem; }
  .mobile-content {
    padding: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
    overflow: hidden;
    margin-top: auto; }
    .mobile-content .t-title {
      font-size: 2rem;
      color: var(--color-pri); }
      .mobile-content .t-title::after {
        width: 2rem;
        height: 2rem; }
      .mobile-content .t-title::before {
        height: 0.3rem;
        width: 8rem !important; }
    .mobile-content .ft-rbox .t-phone {
      gap: 1.2rem; }
      .mobile-content .ft-rbox .t-phone .icon {
        border: 0.1rem solid var(--color-pri); }
        .mobile-content .ft-rbox .t-phone .icon::before {
          border-color: var(--color-pri); }
      .mobile-content .ft-rbox .t-phone .t-gr {
        gap: 0.2rem; }
        .mobile-content .ft-rbox .t-phone .t-gr .t-text {
          color: var(--color-pri); }
        .mobile-content .ft-rbox .t-phone .t-gr .t-link {
          color: var(--color-pri);
          font-size: 2rem; }
    .mobile-content .sc-body {
      gap: 0.4rem; }
      .mobile-content .sc-body .t-text {
        color: var(--color-text);
        font-size: 1.6rem; }
      .mobile-content .sc-body .sc-list .i-link {
        width: 3.2rem;
        height: 3.2rem;
        background: var(--color-pri);
        border-radius: 100rem; }
    .mobile-content .ft-lbox .t-list {
      gap: 0.6rem; }
      .mobile-content .ft-lbox .t-list .t-gr {
        gap: 0.4rem; }
        .mobile-content .ft-lbox .t-list .t-gr .icon {
          background: var(--color-pri);
          width: 2.4rem;
          height: 2.4rem;
          border-radius: 10rem; }
          .mobile-content .ft-lbox .t-list .t-gr .icon img {
            width: 1.6rem; }
        .mobile-content .ft-lbox .t-list .t-gr .t-link {
          color: var(--color-tt);
          font-size: 1.6rem; }
  .mobile-title {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1.6rem; }
  .mobile .ft-if .t-head {
    display: none; }
  .mobile .ft-if .t-gr {
    font-size: 1.4rem; }
    .mobile .ft-if .t-gr .t-text {
      color: var(--color-pri);
      background: unset;
      -webkit-text-fill-color: unset; }
  .mobile .ft-if .t-link {
    color: var(--color-tt);
    font-size: 1.4rem; }
  .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 var(--color-pri);
    background: #fff; }
    .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: var(--color-pri);
      cursor: pointer; }
      .mobile-mxh-link:not(:first-child) {
        border-left: 1px solid #ffffff10; }
      .mobile-mxh-link img {
        width: 2.4rem;
        height: 2.4rem; }
  .mobile-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 3.5rem;
    height: 3.5rem;
    border: 1px solid var(--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); }

.select2-container {
  height: 4.8rem;
  background-color: transparent; }

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

.selection {
  width: 100%; }

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0.4rem !important;
  color: var(--color-white);
  height: 4.8rem;
  background-color: #f7f7f7;
  border: 0.1rem solid #d8dce3;
  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-pri);
  font-size: 1.6rem;
  font-weight: 400;
  display: inline !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%; }

.select2.select2-container
.select2-selection--multiple
.select2-selection__rendered {
  display: block;
  padding: 0 4px;
  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-pri); }

.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-pri);
  font-size: 1.6rem; }

.select2-container--default .select2-results__option--selected {
  background-color: #f7f7f7;
  color: var(--color-pri);
  font-size: 1.6rem; }

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

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

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

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

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

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1.4rem;
  font-weight: 500;
  color: var(--color-pri);
  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.5);
    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; }
    .popup-main-wrapper {
      overflow: hidden;
      border-radius: 2rem; }
  .popup-over {
    overflow-y: auto;
    min-height: 40vh;
    max-height: 90vh; }
  .popup-wrapper {
    background-color: white;
    width: 100%;
    min-height: 40vh;
    position: relative;
    padding: 4.8rem 2rem 2rem 2rem; }
  .popup-title {
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.6rem; }
    @media only screen and (max-width: 1200px) {
      .popup-title {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .popup-title {
        font-size: 1.7rem; } }
  .popup-close {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    cursor: pointer;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    width: 3rem;
    height: 3rem;
    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-black);
      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; }
  @media screen and (max-width: 500px) {
    .popup-form-product .form-list .col-4 {
      width: 50%; } }
  @media screen and (max-width: 500px) {
    .popup-form-product .form-list .col:nth-child(6) {
      width: 50%; } }
  .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-form .form-list .form-upload {
    width: 100%;
    max-width: 64rem;
    margin: 0 auto; }
    .popup-cares-form .form-list .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 .form-list .form-upload .form-group__file:hover {
          border-color: var(--color-pri); } }
    .popup-cares-form .form-list .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 .form-list .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 .form-list .form-upload .file-label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      cursor: pointer; }
    .popup-cares-form .form-list .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 .form-list .form-upload .file-preview img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
  .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; }

.dateTime {
  position: relative;
  height: 4.8rem;
  border: 0.1rem solid #d8dce3;
  z-index: 2;
  border-radius: 0.4rem;
  overflow: hidden; }
  .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.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  background-color: #f7f7f7;
  z-index: 2;
  color: #65758b; }
  .dateTimeText.disable {
    opacity: 0;
    visibility: hidden; }

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

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

.bnh {
  position: relative;
  z-index: 1; }
  .bnh-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden; }
    .bnh-bg::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: radial-gradient(92.81% 92.81% at 50% 21%, rgba(255, 253, 250, 0) 66.38%, #fffdfa 83.3%); }
    .bnh-bg .inner {
      height: 100%; }
      .bnh-bg .inner img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
  .bnh-ctn {
    min-height: calc((639 / 1728) * 100vw);
    padding: 14rem 0;
    padding-top: 10%; }
    @media screen and (max-width: 1550px) {
      .bnh-ctn {
        padding-top: 2%; } }
    @media screen and (max-width: 500px) {
      .bnh-ctn {
        padding-top: 10%; } }
  .bnh-content {
    width: 55rem;
    max-width: 82%;
    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;
    position: relative;
    z-index: 2; }
  .bnh-tt .t-text {
    font-size: 6.5rem;
    font-family: "SVN-Sign Painter House Script", sans-serif;
    -webkit-text-fill-color: #018d42;
    -webkit-text-stroke-width: 0.4rem;
    -webkit-text-stroke-color: #fff;
    paint-order: stroke;
    line-height: 100%; }
    .bnh-tt .t-text .char {
      opacity: 0;
      -webkit-transform: translateY(2rem);
      transform: translateY(2rem); }
    @media screen and (max-width: 600px) {
      .bnh-tt .t-text {
        font-size: 9vw; } }
  .bnh-des .t-des {
    font-size: 1.6rem;
    color: #15191e;
    font-weight: 500; }
  .bnh-it {
    position: relative; }
  .bnh-pos {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -11%;
    width: 46.5%;
    z-index: 1; }
  .bnh-idcor {
    position: absolute;
    height: 100%; }
    .bnh-idcor.x1 {
      width: 48%;
      -webkit-transform: translateX(-5%);
      transform: translateX(-5%); }
      @media screen and (max-width: 600px) {
        .bnh-idcor.x1 {
          -webkit-transform: translateX(50%);
          transform: translateX(50%); } }
      .bnh-idcor.x1 .img-dcor {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
      .bnh-idcor.x1 .img-group {
        height: 62%; }
    .bnh-idcor.x2 {
      right: 0;
      width: 100%;
      bottom: -10%;
      -webkit-transform: rotate(-30deg);
      transform: rotate(-30deg); }
      .bnh-idcor.x2 .img-group {
        height: 100%;
        will-change: transform; }
    .bnh-idcor .img-dcor {
      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;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .bnh-idcor .img-dcor .img-group {
        position: relative; }
        .bnh-idcor .img-dcor .img-group::before {
          content: "";
          position: absolute;
          width: 40%;
          padding-top: 10%;
          bottom: 15%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          background: rgba(0, 39, 18, 0.5);
          opacity: 0.5;
          -webkit-filter: blur(2.4rem);
          filter: blur(2.4rem); }
        .bnh-idcor .img-dcor .img-group .leaf-dcor {
          position: absolute; }
          .bnh-idcor .img-dcor .img-group .leaf-dcor.x1 {
            bottom: 0%;
            -webkit-transform: rotate(30deg) translate(-50%, -50%);
            transform: rotate(30deg) translate(-50%, -50%);
            width: 40%;
            height: 13%;
            left: 34%;
            z-index: 1; }
          .bnh-idcor .img-dcor .img-group .leaf-dcor.x2 {
            bottom: 35%;
            -webkit-transform: rotate(45deg) translate(-50%, -50%);
            transform: rotate(45deg) translate(-50%, -50%);
            width: 20%;
            height: 7%;
            left: -11%; }
          .bnh-idcor .img-dcor .img-group .leaf-dcor.x3 {
            bottom: 57%;
            -webkit-transform: rotate(45deg) translate(-50%, -50%);
            transform: rotate(45deg) translate(-50%, -50%);
            width: 10%;
            height: 7%;
            left: -16%;
            -webkit-filter: blur(0.2rem);
            filter: blur(0.2rem); }
          .bnh-idcor .img-dcor .img-group .leaf-dcor.x4 {
            top: 50%;
            -webkit-transform: rotate(10deg) translate(-50%, -50%);
            transform: rotate(10deg) translate(-50%, -50%);
            width: 30%;
            height: 10%;
            left: 120%;
            -webkit-filter: blur(0.3rem);
            filter: blur(0.3rem); }
            @media screen and (max-width: 1600px) {
              .bnh-idcor .img-dcor .img-group .leaf-dcor.x4 {
                left: 100%; } }
            @media screen and (max-width: 1400px) {
              .bnh-idcor .img-dcor .img-group .leaf-dcor.x4 {
                left: unset;
                top: 25%;
                right: 0;
                -webkit-transform: rotate(10deg) translate(30%, -50%);
                transform: rotate(10deg) translate(30%, -50%); } }
    .bnh-idcor .inner-ani {
      height: 80%;
      position: relative;
      will-change: transform; }
      .bnh-idcor .inner-ani .dcor-water {
        position: absolute; }
        .bnh-idcor .inner-ani .dcor-water .inner-water {
          height: 100%; }
        .bnh-idcor .inner-ani .dcor-water.x1 {
          bottom: 9%;
          width: 87%;
          height: 45%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
        .bnh-idcor .inner-ani .dcor-water.x2 {
          bottom: 10%;
          width: 130%;
          height: 100%;
          left: 46%;
          -webkit-transform: translateX(-50%) rotate(30deg);
          transform: translateX(-50%) rotate(30deg);
          z-index: -1; }
    .bnh-idcor img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }

.bnp {
  position: relative;
  overflow: hidden; }
  .bnp::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(291.08deg, rgba(219, 242, 184, 0.6) 0%, rgba(255, 255, 255, 0.6) 99.97%);
    z-index: -1; }
  .bnp-bot {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0; }
    .bnp-bot img {
      display: block;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .bnp .falling-leaves .leaf-scene div {
    background: url(../assets/images/leaf-blur.png) no-repeat;
    background-size: contain; }
  .bnp-ctn {
    min-height: calc((300 / 1728) * 100vw);
    padding: 10rem 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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 1.2rem;
    position: relative; }
    @media screen and (max-width: 1200px) {
      .bnp-ctn {
        padding: 6rem 0; } }
    @media screen and (max-width: 600px) {
      .bnp-ctn {
        padding: 4rem 0; } }
  .bnp-tt {
    color: var(--color-pri);
    font-weight: 700;
    font-size: 4.8rem; }
    @media only screen and (max-width: 1200px) {
      .bnp-tt {
        font-size: 4.3rem; } }
    @media only screen and (max-width: 800px) {
      .bnp-tt {
        font-size: 3.3rem; } }

.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: 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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.2rem; }
  .swiper-pagination-bullet {
    --circle: 0.5rem;
    background-color: #cfd8d9;
    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: 0 1rem 0 1rem;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .swiper-pagination-bullet {
        width: 0.8rem;
        height: 0.8rem; } }
    .swiper-pagination-bullet::before {
      content: "";
      position: absolute;
      width: 0;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      -webkit-transition: 0.5s ease-in-out width;
      transition: 0.5s ease-in-out width;
      background: var(--color-pri); }
    .swiper-pagination-bullet-active::before {
      width: 100%; }

.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: 4.8rem; }
  @media screen and (max-width: 1200px) {
    .swiper-control {
      --size: 3.2rem; } }
  .swiper-control-btn {
    width: var(--size);
    height: var(--size);
    border-radius: 100rem;
    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;
    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: #fff; }
    .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; }
    .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-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;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  gap: 0.8rem; }
  .breadcrumb-list::-webkit-scrollbar {
    height: 0; }

.breadcrumb-item {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  font-weight: 400;
  color: var(--color-tt);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .breadcrumb-item:not(:first-child)::before {
    display: inline-block;
    content: "/";
    vertical-align: middle;
    position: relative; }
  .breadcrumb-item:last-child {
    color: var(--color-tt);
    pointer-events: none;
    font-weight: 700; }
  @media (hover: hover) {
    .breadcrumb-item:hover {
      color: var(--color-pri); } }

.breadcrumb-link {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }

.btn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  padding: 0.6rem 2.4rem;
  padding-right: 0.6rem;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  overflow: hidden;
  position: relative;
  background: var(--color-sec);
  gap: 1.6rem;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 100rem; }
  @media screen and (max-width: 600px) {
    .btn {
      font-size: 1.4rem;
      padding: 0.6rem 1rem;
      padding-right: 0.6rem;
      gap: 1rem; } }
  .btn > * {
    position: relative;
    z-index: 2; }
  .btn .icon {
    width: 3.6rem;
    height: 3.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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 500;
    background: var(--color-white);
    color: var(--color-sec);
    border-radius: 100rem;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media screen and (max-width: 600px) {
      .btn .icon {
        width: 2.6rem;
        height: 2.6rem;
        -webkit-transform: unset;
        transform: unset; } }
  .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:hover .icon {
          background: var(--color-white);
          color: var(--color-pri); } }
    .btn.trans::after {
      background: var(--color-pri); }
    .btn.trans .icon {
      color: var(--color-white);
      background: var(--color-pri); }
  .btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: var(--color-pri);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1; }
  @media (hover: hover) {
    .btn:hover::after {
      left: 0;
      width: 100%; }
    .btn:hover .icon {
      -webkit-transform: unset;
      transform: unset;
      color: var(--color-pri); } }
  .btn__center {
    margin: 0 auto; }
  .btn__cir {
    width: 4rem;
    height: 4rem;
    padding: unset; }
  .btn.b-white {
    background: #fff;
    color: var(--color-pri); }
    @media (hover: hover) {
      .btn.b-white:hover {
        color: #fff; }
        .btn.b-white:hover .icon {
          background: #fff;
          color: var(--color-sec); } }
    .btn.b-white::after {
      background: var(--color-sec); }
    .btn.b-white .icon {
      color: #fff;
      background: var(--color-pri); }
  .btn.b-custom {
    padding: 0.6rem 2.4rem;
    padding-left: 0.6rem;
    gap: 0.6rem;
    background: transparent;
    color: var(--color-white);
    overflow: hidden; }
    @media (hover: hover) {
      .btn.b-custom:hover {
        color: var(--color-pri); } }
    .btn.b-custom::after {
      background: #fff; }
    .btn.b-custom .icon {
      background: var(--color-pri);
      -webkit-transform: unset;
      transform: unset; }
      @media screen and (max-width: 600px) {
        .btn.b-custom .icon img {
          width: 1.6rem; } }
    .btn.b-custom.active {
      color: var(--color-pri); }
      .btn.b-custom.active::after {
        left: 0;
        width: 100%;
        border-radius: inherit; }

.input {
  font-family: "SVN-Gotham", 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-Gotham", 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 .wpcf7-not-valid-tip {
  color: var(--color-pri);
  bottom: 0.1rem;
  right: 0.6rem; }

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: 3.2rem; }

.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.6rem;
    height: 3.6rem;
    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: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    color: var(--color-text);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 100%; }
    .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; }

.t-title {
  color: var(--color-tt);
  font-weight: 700;
  text-wrap: pretty;
  position: relative;
  font-size: clamp(2.4rem, calc(1.8366rem + 1.8028vw), 4rem); }
  .t-title.aniTitle {
    opacity: 0; }
  .t-title.active::after {
    -webkit-transform: translateY(20%) scale(1);
    transform: translateY(20%) scale(1); }
  .t-title.active::before {
    width: 11rem; }
  .t-title::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 3.2rem;
    height: 3.2rem;
    background-image: url(../assets/images/icon-leaf.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transform: translateY(20%) scale(0);
    transform: translateY(20%) scale(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out; }
  .t-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0rem;
    height: 0.6rem;
    background: var(--color-pri);
    border-radius: 2.4rem 2.4rem 0 0;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out; }

.head {
  margin-bottom: 1.6rem; }
  .head.not-gap {
    margin-bottom: 0; }
  .head.t-white .t-title {
    color: var(--color-white); }
    .head.t-white .t-title::before {
      background: var(--color-white); }
    .head.t-white .t-title::after {
      -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1); }
  .head.center {
    text-align: center; }
    .head.center .t-title {
      text-align: center;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0 auto; }
      .head.center .t-title::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      .head.center .t-title::after {
        left: 50%;
        -webkit-transform: translate(-50%, 20%) scale(0);
        transform: translate(-50%, 20%) scale(0); }
      .head.center .t-title.active::after {
        -webkit-transform: translate(-50%, 20%) scale(1);
        transform: translate(-50%, 20%) scale(1); }
  .head.t-custom.t-white .t-title::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .head.t-custom.t-white .t-title::after {
    -webkit-filter: unset;
    filter: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../assets/images/icon-leaf-ln.svg); }

.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: var(--color-white); }

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

.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-sec); }
    .recheck-item.active .recheck-checkbox::before {
      opacity: 1; }
  .recheck-item.active .recheck-radio {
    border: 0.1rem solid 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: transparent;
  border: 1px solid var(--color-sec);
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .recheck-checkbox::before {
    content: "";
    position: absolute;
    left: 0.1rem;
    top: 0.1rem;
    right: 0.1rem;
    bottom: 0.1rem;
    background-image: url(../assets/images/tick.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-size: contain;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    opacity: 0; }

.recheck-radio {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #c2c9d3;
  -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: 0.2rem;
    background-color: var(--color-pri);
    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-txt {
  margin-left: 0.8rem;
  line-height: 1;
  color: var(--color-tt);
  font-size: 1.6rem; }
  @media screen and (max-width: 500px) {
    .recheck-txt {
      font-size: 1.4rem; } }

.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(var(--color-black), 0.6);
  z-index: 50;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0;
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  visibility: hidden; }
  .side-overlay.open {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible; }
  @media screen and (min-width: 1200px) {
    .side-overlay {
      display: none; } }

.side-open:not(.no-style) {
  width: 4rem;
  height: 4rem;
  position: fixed;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 40;
  background-color: var(--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; }

.leaf-scene {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  .leaf-scene div {
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    height: 4rem;
    background: url(../assets/images/bnh-leaf1.png) no-repeat;
    background-size: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: visible;
    backface-visibility: visible; }

.falling-leaves {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.hbn-birds {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 50%;
  padding-top: 20%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1; }
  .hbn-birds.birds__front.x1 .birds::before {
    top: 44%;
    left: 10%;
    width: 3%;
    height: 2%; }
  .hbn-birds.birds__front.x1 .birds::after {
    width: 2.6%;
    height: 1.8%;
    top: 44%;
    left: 4%; }
  .hbn-birds.birds__front.x2 {
    left: -11%; }
    .hbn-birds.birds__front.x2 .birds {
      -webkit-animation-delay: 2s;
      animation-delay: 2s; }
      .hbn-birds.birds__front.x2 .birds::before {
        top: 44%;
        left: 20%; }
      .hbn-birds.birds__front.x2 .birds::after {
        width: 2.6%;
        height: 2%;
        top: 44%;
        left: 15%; }
  .hbn-birds .birds {
    position: absolute;
    top: 0;
    left: -4%;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-animation: bird-layout 8s infinite linear;
    animation: bird-layout 8s infinite linear; }
    .hbn-birds .birds::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 2%;
      height: 1.5%;
      background-color: #000507;
      -webkit-animation: bird 0.3s infinite linear;
      animation: bird 0.3s infinite linear;
      -webkit-animation-direction: normal;
      animation-direction: normal;
      -webkit-transform: rotate(10deg);
      transform: rotate(10deg);
      -webkit-clip-path: polygon(0% 0%, 25% 25%, 50% 50%, 75% 25%, 100% 0%, 70% 60%, 50% 100%, 25% 60%);
      clip-path: polygon(0% 0%, 25% 25%, 50% 50%, 75% 25%, 100% 0%, 70% 60%, 50% 100%, 25% 60%); }
    .hbn-birds .birds::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 2%;
      height: 0.5%;
      background-color: #000507;
      -webkit-animation: bird 0.3s infinite linear;
      animation: bird 0.3s infinite linear;
      -webkit-animation-direction: normal;
      animation-direction: normal;
      -webkit-transform: rotate(10deg);
      transform: rotate(10deg);
      -webkit-clip-path: polygon(0% 0%, 25% 25%, 50% 50%, 75% 25%, 100% 0%, 70% 60%, 50% 100%, 25% 60%);
      clip-path: polygon(0% 0%, 25% 25%, 50% 50%, 75% 25%, 100% 0%, 70% 60%, 50% 100%, 25% 60%); }

@-webkit-keyframes bird-layout {
  0% {
    -webkit-transform: translate(0%, 18%);
    transform: translate(0%, 18%); }
  100% {
    -webkit-transform: translate(70%, -40%);
    transform: translate(70%, -40%);
    opacity: 0; } }

@keyframes bird-layout {
  0% {
    -webkit-transform: translate(0%, 18%);
    transform: translate(0%, 18%); }
  100% {
    -webkit-transform: translate(70%, -40%);
    transform: translate(70%, -40%);
    opacity: 0; } }

@-webkit-keyframes bird {
  0% {
    -webkit-clip-path: polygon(0% 0%, 25% 25%, 50% 50%, 75% 25%, 100% 0%, 70% 60%, 50% 100%, 25% 60%);
    clip-path: polygon(0% 0%, 25% 25%, 50% 50%, 75% 25%, 100% 0%, 70% 60%, 50% 100%, 25% 60%); }
  50% {
    -webkit-clip-path: polygon(0% 50%, 25% 25%, 50% 50%, 75% 25%, 100% 50%, 70% 60%, 50% 100%, 25% 60%);
    clip-path: polygon(0% 50%, 25% 25%, 50% 50%, 75% 25%, 100% 50%, 70% 60%, 50% 100%, 25% 60%); }
  100% {
    -webkit-clip-path: polygon(0% 0%, 25% 25%, 50% 50%, 75% 25%, 100% 0%, 70% 60%, 50% 100%, 25% 60%);
    clip-path: polygon(0% 0%, 25% 25%, 50% 50%, 75% 25%, 100% 0%, 70% 60%, 50% 100%, 25% 60%); } }

@keyframes bird {
  0% {
    -webkit-clip-path: polygon(0% 0%, 25% 25%, 50% 50%, 75% 25%, 100% 0%, 70% 60%, 50% 100%, 25% 60%);
    clip-path: polygon(0% 0%, 25% 25%, 50% 50%, 75% 25%, 100% 0%, 70% 60%, 50% 100%, 25% 60%); }
  50% {
    -webkit-clip-path: polygon(0% 50%, 25% 25%, 50% 50%, 75% 25%, 100% 50%, 70% 60%, 50% 100%, 25% 60%);
    clip-path: polygon(0% 50%, 25% 25%, 50% 50%, 75% 25%, 100% 50%, 70% 60%, 50% 100%, 25% 60%); }
  100% {
    -webkit-clip-path: polygon(0% 0%, 25% 25%, 50% 50%, 75% 25%, 100% 0%, 70% 60%, 50% 100%, 25% 60%);
    clip-path: polygon(0% 0%, 25% 25%, 50% 50%, 75% 25%, 100% 0%, 70% 60%, 50% 100%, 25% 60%); } }

.sec-hab {
  position: relative;
  padding-top: 12.4rem;
  overflow: hidden; }
  @media screen and (max-width: 1020px) {
    .sec-hab {
      padding-top: 8rem; } }
  .sec-hab::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(9.01%, rgba(255, 253, 250, 0)), color-stop(65.27%, #fffdfa));
    background: linear-gradient(0deg, rgba(255, 253, 250, 0) 9.01%, #fffdfa 65.27%);
    z-index: -1;
    pointer-events: none; }

.hab-bg {
  position: absolute;
  z-index: -2;
  width: 100%;
  bottom: 14%;
  left: 0;
  right: 0;
  pointer-events: none; }
  .hab-bg .inner-bg {
    position: relative;
    overflow: hidden; }
  .hab-bg .inner-dcor {
    position: absolute;
    width: 100%;
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
  .hab-bg img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.hab-hrow {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media screen and (max-width: 1020px) {
    .hab-hrow {
      max-width: 50rem;
      margin: 0 auto; }
      .hab-hrow > .col {
        width: 100%; } }

.hab-head {
  margin-bottom: 8.5rem; }
  @media screen and (max-width: 1020px) {
    .hab-head {
      padding-bottom: 6rem;
      position: relative;
      margin-bottom: 4rem; }
      .hab-head .btn {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; } }

.hab-hgr {
  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.8rem; }
  @media screen and (max-width: 1020px) {
    .hab-hgr {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
      .hab-hgr .t-title::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      .hab-hgr .t-title::after {
        left: 50%;
        -webkit-transform: translate(-50%, 20%) scale(0);
        transform: translate(-50%, 20%) scale(0); }
      .hab-hgr .t-title.active::after {
        -webkit-transform: translate(-50%, 20%) scale(1);
        transform: translate(-50%, 20%) scale(1); } }

.hab-hctn .t-des {
  color: var(--color-tt);
  font-size: 1.6rem;
  text-align: center; }

.hab-hul {
  margin-top: 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;
  gap: 1.6rem; }
  .hab-hul .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: auto;
    height: 3.6rem; }
    .hab-hul .icon img {
      display: block;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }

.hab-vid-ani {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  will-change: transform;
  -webkit-transform-origin: center top;
  transform-origin: center top; }
  @media screen and (max-width: 1200px) {
    .hab-vid-ani {
      -webkit-transform: unset !important;
      transform: unset !important; } }
  .hab-vid-ani.play .hab-vid-inner .inner .inner-poster {
    visibility: hidden;
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
    clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%); }
  .hab-vid-ani.play .hab-vid-inner .inner .inner-iframe::after {
    opacity: 0;
    visibility: hidden; }

.hab-vid-inner {
  padding: 0.3rem;
  border-radius: 2.4rem;
  overflow: hidden;
  position: relative; }
  .hab-vid-inner .inner-poster {
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    right: 0;
    -webkit-transition: 1.2s ease-in-out;
    transition: 1.2s ease-in-out;
    visibility: visible;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%); }
  .hab-vid-inner .inner-iframe {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    will-change: transform; }
    .hab-vid-inner .inner-iframe::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: #000;
      -webkit-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out; }
  @media screen and (max-width: 600px) {
    .hab-vid-inner {
      border-radius: 1.6rem;
      padding: 0.2rem; } }
  .hab-vid-inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#005327), to(#009d4a));
    background: linear-gradient(0deg, #005327 0%, #009d4a 100%); }
  .hab-vid-inner .inner {
    display: block;
    padding-top: calc((9 / 16) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 2.4rem; }
    @media screen and (max-width: 600px) {
      .hab-vid-inner .inner {
        border-radius: 1.6rem; } }
    .hab-vid-inner .inner img,
    .hab-vid-inner .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; }
    .hab-vid-inner .inner .i-link {
      position: absolute;
      width: 5.6rem;
      height: 5.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: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: #fff;
      border-radius: 100rem;
      cursor: pointer; }
      @media screen and (max-width: 600px) {
        .hab-vid-inner .inner .i-link {
          width: 4rem;
          height: 4rem; } }
      .hab-vid-inner .inner .i-link .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;
        color: var(--color-sec);
        font-size: 1.8rem; }

.hab-bot {
  margin-top: 2.8rem; }
  @media screen and (max-width: 1020px) {
    .hab-bot {
      margin-top: 2.4rem; } }

.hab-sw .swiper-slide:nth-child(1) .hab-sit::before {
  background: radial-gradient(190.89% 77.54% at 50% 50%, #776cf5fc 0%, #2e286e 55.64%); }

.hab-sw .swiper-slide:nth-child(2) .hab-sit::before {
  background: radial-gradient(190.89% 77.54% at 50% 50%, #14ec7a -25%, #005327 55.64%); }

.hab-sw .swiper-slide:nth-child(3) .hab-sit::before {
  background: radial-gradient(190.89% 77.54% at 50% 50%, #ffadb4 -25%, #e51d2f 55.64%); }

@media screen and (max-width: 910px) {
  .hab-sw .swiper-slide.col {
    width: 50%; } }

@media screen and (max-width: 500px) {
  .hab-sw .swiper-slide.col {
    width: 100%; } }

@media screen and (max-width: 500px) {
  .hab-sw .swiper-slide.swiper-slide-active .hab-sit::before {
    bottom: 0; }
  .hab-sw .swiper-slide.swiper-slide-active .hab-sit::after {
    opacity: 1; }
  .hab-sw .swiper-slide.swiper-slide-active .hab-sit .btn {
    opacity: 1;
    visibility: visible; } }

.hab-sit {
  height: 100%;
  overflow: hidden;
  min-height: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  padding: 4rem;
  position: relative;
  z-index: 1; }
  @media (hover: hover) {
    .hab-sit:hover::before {
      bottom: 0; } }
  .hab-sit::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 62%;
    z-index: -1;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-radius: 2.4rem; }
  .hab-sit .btn {
    opacity: 0;
    visibility: hidden; }
  @media screen and (max-width: 1200px) {
    .hab-sit::before {
      bottom: 0; }
    .hab-sit .btn {
      opacity: 1;
      visibility: visible; } }
  @media screen and (max-width: 1020px) {
    .hab-sit {
      padding: 4rem 2.4rem; } }
  @media screen and (max-width: 500px) {
    .hab-sit {
      gap: 1.2rem;
      min-height: 55rem;
      padding: 2.4rem; } }
  .hab-sit:hover::before {
    bottom: 0; }
  .hab-sit:hover::after {
    opacity: 1;
    -webkit-transition: 0;
    transition: 0; }
  .hab-sit:hover .btn {
    opacity: 1;
    visibility: visible; }
  .hab-sit-head .inner {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: 1.6rem; }
    .hab-sit-head .inner .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;
      max-width: 14.5rem;
      margin: 0 auto; }
    .hab-sit-head .inner .t-text {
      font-size: 1.8rem;
      color: #fff;
      font-weight: 700; }
      @media only screen and (max-width: 1200px) {
        .hab-sit-head .inner .t-text {
          font-size: 1.6rem; } }
      @media only screen and (max-width: 800px) {
        .hab-sit-head .inner .t-text {
          font-size: 1.5rem; } }
  .hab-sit-img {
    margin-top: auto;
    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; }
    .hab-sit-img .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; }
      .hab-sit-img .inner img {
        display: block;
        width: 100%; }

.sec-hs {
  padding-top: 8%;
  padding-bottom: 10%;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 1200px) {
    .sec-hs {
      padding-top: 14rem; } }

.hs-wrap {
  position: relative; }

.hs-head {
  position: relative; }
  @media screen and (max-width: 1200px) {
    .hs-head {
      margin: 0 auto;
      text-align: center; }
      .hs-head .t-title {
        text-align: center;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto; }
        .hs-head .t-title::before {
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
        .hs-head .t-title::after {
          left: 50%;
          -webkit-transform: translate(-50%, 20%) scale(0);
          transform: translate(-50%, 20%) scale(0); }
        .hs-head .t-title.active::after {
          -webkit-transform: translate(-50%, 20%) scale(1);
          transform: translate(-50%, 20%) scale(1); } }

.hs-number {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-67%, -73%);
  transform: translate(-67%, -73%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-31.49%, #009d4a), color-stop(92.27%, rgba(0, 157, 74, 0)));
  background: linear-gradient(180deg, #009d4a -31.49%, rgba(0, 157, 74, 0) 92.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 100%; }
  @media screen and (max-width: 1530px) {
    .hs-number {
      font-size: 8vw;
      -webkit-transform: translate(-63.5%, -73%);
      transform: translate(-63.5%, -73%); } }
  @media screen and (max-width: 1400px) {
    .hs-number {
      left: 0;
      -webkit-transform: translate(0, -73%);
      transform: translate(0, -73%); } }
  @media screen and (max-width: 1200px) {
    .hs-number {
      font-size: 20rem;
      left: 50%;
      -webkit-transform: translate(-50%, -73%);
      transform: translate(-50%, -73%); } }
  @media screen and (max-width: 400px) {
    .hs-number {
      font-size: 14rem; } }
  .hs-number .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;
    font-size: 12rem;
    position: absolute;
    left: 100%;
    font-size: 16rem;
    font-weight: 700;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-31.49%, #009d4a), color-stop(92.27%, rgba(0, 157, 74, 0)));
    background: linear-gradient(180deg, #009d4a -31.49%, rgba(0, 157, 74, 0) 92.27%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%); }
    @media screen and (max-width: 1530px) {
      .hs-number .icon {
        font-size: 6vw; } }
    @media screen and (max-width: 1200px) {
      .hs-number .icon {
        font-size: 10rem; } }

.hs-bg-bot {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: -1; }
  .hs-bg-bot::after {
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(69.27%, rgba(17, 112, 62, 0)), color-stop(93.89%, #11703e));
    background: linear-gradient(180deg, rgba(17, 112, 62, 0) 69.27%, #11703e 93.89%); }
  .hs-bg-bot img {
    display: block;
    width: 100%; }

@media screen and (max-width: 700px) {
  .hs-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .hs-row > .col {
      width: 100%; } }

.hs-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  pointer-events: none; }
  .hs-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 15%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(9.01%, rgba(255, 253, 250, 0)), color-stop(37.27%, #fff));
    background: linear-gradient(0deg, rgba(255, 253, 250, 0) 9.01%, #fff 37.27%);
    z-index: -1; }
  .hs-bg .inner-bg {
    height: 100%;
    position: relative;
    z-index: -1; }
    .hs-bg .inner-bg img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.hs-head {
  max-width: 53rem; }
  .hs-head .t-des {
    font-size: 1.6rem;
    text-align: center;
    color: var(--color-tt); }

.hs-block {
  margin-top: 4rem; }

.hs-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.hs-bit {
  height: 100%; }

.hs-bin {
  min-height: 40rem;
  padding: 4rem;
  background: #fff;
  border-radius: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  height: 100%; }
  @media screen and (max-width: 1000px) {
    .hs-bin {
      padding: 2.4rem; } }
  .hs-bin .t-text {
    font-size: 3.2rem;
    font-weight: 700;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(1.49%, #005327), color-stop(91.42%, #009d4a));
    background: linear-gradient(360deg, #005327 1.49%, #009d4a 91.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; }
    @media only screen and (max-width: 1200px) {
      .hs-bin .t-text {
        font-size: 2.7rem; } }
    @media only screen and (max-width: 800px) {
      .hs-bin .t-text {
        font-size: 2.2rem; } }

.hs-bgr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem; }
  .hs-bgr .icon {
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 100rem;
    overflow: hidden;
    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; }

.hs-control {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  z-index: 2; }
  @media screen and (max-width: 1330px) {
    .hs-control {
      left: unset;
      right: 100%; } }
  @media screen and (max-width: 700px) {
    .hs-control {
      right: unset;
      -webkit-transform: unset;
      transform: unset;
      position: absolute;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .hs-control .swiper-control-btn {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
    @media screen and (max-width: 700px) {
      .hs-control .swiper-control-btn {
        -webkit-transform: unset;
        transform: unset; } }

.hs-thumb {
  height: 100%;
  position: relative; }
  .hs-thumb-sw {
    height: 100%; }
    .hs-thumb-sw .swiper {
      height: 100%;
      overflow: visible; }
      .hs-thumb-sw .swiper-slide {
        pointer-events: none;
        overflow: visible;
        height: 100%;
        will-change: transform;
        --valueX: 10rem; }
        .hs-thumb-sw .swiper-slide.swiper-slide-active .hs-thumb-num .t-text::before {
          opacity: 1; }
  .hs-thumb-num {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 100%;
    position: relative; }
    @media screen and (max-width: 700px) {
      .hs-thumb-num {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .hs-thumb-num .t-text {
      background: -webkit-gradient(linear, left bottom, left top, color-stop(1.49%, #005327), color-stop(91.42%, #009d4a));
      background: linear-gradient(360deg, #005327 1.49%, #009d4a 91.42%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
      font-family: "SVN-Sign Painter House Script", sans-serif;
      font-size: 16rem;
      display: block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 0 4%;
      line-height: 100%;
      position: relative; }
      @media screen and (max-width: 1200px) {
        .hs-thumb-num .t-text {
          font-size: 12rem; } }
      .hs-thumb-num .t-text::before {
        content: attr(data-text);
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        text-shadow: 0.5rem 0.5rem 0 #fcaf17;
        z-index: -1;
        opacity: 0;
        -webkit-transition: 0.5s ease-in;
        transition: 0.5s ease-in; }
      .hs-thumb-num .t-text::after {
        content: "";
        position: absolute;
        top: 0%;
        left: 0%;
        width: 7.2rem;
        height: 7.2rem;
        background-image: url(../assets/images/icon-leaf.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        -webkit-transform: rotate(-26deg) translate(20%, -40%);
        transform: rotate(-26deg) translate(20%, -40%); }
        @media screen and (max-width: 1200px) {
          .hs-thumb-num .t-text::after {
            width: 4.2rem;
            height: 4.2rem;
            -webkit-transform: rotate(-26deg) translate(10%, 0%);
            transform: rotate(-26deg) translate(10%, 0%); } }

.sec-hct {
  padding: 8rem 0;
  position: relative; }
  @media screen and (max-width: 1000px) {
    .sec-hct {
      padding: 4rem 0; } }
  @media screen and (max-width: 880px) {
    .sec-hct {
      padding-bottom: 0; } }
  .sec-hct .wave-bot {
    position: absolute;
    width: 100%;
    bottom: 0%;
    left: 0;
    right: 0;
    pointer-events: none; }
    .sec-hct .wave-bot .waves {
      position: relative;
      width: 100%;
      height: 14rem;
      display: block;
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1); }
      @media screen and (max-width: 1000px) {
        .sec-hct .wave-bot .waves {
          height: 6rem; } }
      @media screen and (max-width: 600px) {
        .sec-hct .wave-bot .waves {
          height: 4rem; } }
      .sec-hct .wave-bot .waves .parallax use {
        -webkit-animation-delay: -2s;
        animation-delay: -2s;
        -webkit-animation-duration: 7s;
        animation-duration: 7s;
        -webkit-animation: move-forever 15s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
        animation: move-forever 15s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite; }

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

.hct-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }
  .hct-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(21.22%, #11703e), color-stop(119.54%, rgba(21, 115, 65, 0)));
    background: linear-gradient(180deg, #11703e 21.22%, rgba(21, 115, 65, 0) 119.54%); }
  .hct-bg .inner-bg {
    height: 100%; }
  .hct-bg .aniBg {
    height: 100%; }
  .hct-bg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

@media screen and (max-width: 880px) {
  .hct-wrap {
    max-width: 64rem;
    margin: 0 auto; } }

.hct-head {
  max-width: 60rem; }
  @media screen and (max-width: 1200px) {
    .hct-head .head {
      max-width: 34rem; } }
  @media screen and (max-width: 600px) {
    .hct-head .head {
      max-width: 24rem;
      margin: 0 auto;
      text-align: center; }
      .hct-head .head .t-title::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      .hct-head .head .t-title::after {
        left: 50%;
        -webkit-transform: translate(-50%, 20%) scale(0);
        transform: translate(-50%, 20%) scale(0); }
      .hct-head .head .t-title.active::after {
        -webkit-transform: translate(-50%, 20%) scale(1);
        transform: translate(-50%, 20%) scale(1); } }
  .hct-head .t-des {
    font-size: 1.6rem;
    color: #e9e9e9; }
    @media screen and (max-width: 600px) {
      .hct-head .t-des {
        text-align: center;
        margin-top: 1.2rem; } }

.hct-fpy {
  padding: 4rem;
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
  z-index: 1; }
  @media screen and (max-width: 1080px) {
    .hct-fpy {
      padding: 2.4rem; } }
  @media screen and (max-width: 768px) {
    .hct-fpy {
      padding: 1.2rem; } }
  .hct-fpy::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1; }

.hct-leaf {
  position: absolute;
  bottom: 3%;
  width: 57%;
  right: 0;
  z-index: -1;
  -webkit-transform: translateX(30%) rotate(-35.35deg);
  transform: translateX(30%) rotate(-35.35deg); }
  .hct-leaf img {
    display: block;
    width: 100%; }

.hct-img {
  position: relative;
  z-index: 1; }
  .hct-img .inner {
    display: block;
    padding-top: calc((1 / 1) * 100%);
    position: relative;
    overflow: hidden; }
    .hct-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; }
  .hct-img .inner-top {
    position: absolute;
    width: 70%;
    padding-top: 70%;
    top: 54%;
    left: 52%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1; }
    .hct-img .inner-top .aniRotate {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
    .hct-img .inner-top 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; }
    .hct-img .inner-top .inner-logo {
      position: absolute;
      width: 42%;
      padding-top: 42%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 1;
      border-radius: 100rem;
      background: -webkit-gradient(linear, left top, right top, from(#005327), to(#009d4a));
      background: linear-gradient(90deg, #005327 0%, #009d4a 100%);
      -webkit-animation: gradient 5s ease infinite;
      animation: gradient 5s ease infinite;
      background-size: 300% 300%; }
      .hct-img .inner-top .inner-logo .t-lock {
        position: absolute;
        width: 75%;
        padding-top: 75%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #fff;
        border-radius: 100rem; }
        .hct-img .inner-top .inner-logo .t-lock .icon-logo {
          position: absolute;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 80%;
          padding-top: 80%; }
          .hct-img .inner-top .inner-logo .t-lock .icon-logo 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; }
  .hct-img-line {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
    .hct-img-line .hct-svg {
      position: absolute;
      width: 100%;
      top: 105%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -3; }
    .hct-img-line .d-line {
      position: absolute;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 54%;
      left: 52%;
      border-radius: 100rem; }
      .hct-img-line .d-line.x1 {
        width: 78%;
        padding-top: 78%;
        border: 0.5rem solid #4cc460;
        background: radial-gradient(50% 50% at 50% 50%, #002712 15.49%, #018d42 100%);
        z-index: -1; }
      .hct-img-line .d-line.x2 {
        width: 87%;
        padding-top: 87%;
        background: rgba(1, 141, 66, 0.5);
        z-index: -2; }
      .hct-img-line .d-line.x3 {
        width: 95%;
        padding-top: 95%;
        border: 0.2rem solid rgba(1, 141, 66, 0.5);
        z-index: -2; }
      .hct-img-line .d-line.x4 {
        width: 100%;
        padding-top: 100%;
        border: 0.2rem solid rgba(255, 255, 255, 0.5);
        z-index: -4; }

@media screen and (max-width: 880px) {
  .hct-form .mt-24 {
    margin-top: 1.2rem; }
    .hct-form .mt-24 .btn {
      margin: 0 auto; } }

.hct-row {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .hct-row .col-right {
    --size-mx: 12rem;
    width: calc((50% + var(--size-mx)));
    margin-right: calc(var(--size-mx) * -1); }
    @media screen and (max-width: 1500px) {
      .hct-row .col-right {
        --size-mx: 1rem; } }
  @media screen and (max-width: 880px) {
    .hct-row .col {
      width: 100%; } }

.hct-ipos {
  position: relative;
  padding-bottom: 28%; }
  .hct-ipos.is-inview .hct-svg svg {
    -webkit-animation: fill 1s ease 4s forwards;
    animation: fill 1s ease 4s forwards; }
  .hct-ipos.is-inview .hct-svg .t-path {
    -webkit-animation: letter-animation 3s cubic-bezier(0.23, 0.11, 0.1, 1) 1s forwards;
    animation: letter-animation 3s cubic-bezier(0.23, 0.11, 0.1, 1) 1s forwards; }

.hct-dleaf {
  position: absolute;
  width: 18%;
  left: 12%;
  top: 25%;
  -webkit-transform: translate(-50%, -50%) rotate(316deg);
  transform: translate(-50%, -50%) rotate(316deg);
  z-index: 2;
  -webkit-filter: blur(0.4rem);
  filter: blur(0.4rem); }
  .hct-dleaf img {
    display: block;
    width: 100%; }

@-webkit-keyframes fill {
  from {
    fill: transparent; }
  to {
    fill: var(--color-white); } }

@keyframes fill {
  from {
    fill: transparent; }
  to {
    fill: var(--color-white); } }

@-webkit-keyframes letter-animation {
  to {
    stroke-dashoffset: 0; } }

@keyframes letter-animation {
  to {
    stroke-dashoffset: 0; } }

.sec-hck {
  padding-top: 16rem; }
  @media screen and (max-width: 1200px) {
    .sec-hck {
      padding-top: 4rem; } }

.hck {
  position: relative; }
  .hck-head {
    height: 100%; }
  .hck-box {
    position: relative;
    height: 100%; }
    .hck-box .b-dcor {
      position: absolute; }
      .hck-box .b-dcor.x1 {
        right: 0;
        top: 0;
        width: 55%; }
      .hck-box .b-dcor.x2 {
        width: 100%;
        bottom: 0;
        left: 0; }
    .hck-box .b-py {
      padding: 6.5rem 4rem;
      position: relative;
      overflow: hidden;
      border-radius: 2.4rem;
      height: 100%; }
      @media screen and (max-width: 1200px) {
        .hck-box .b-py {
          padding: 6.5rem 1.2rem; } }
      @media screen and (max-width: 530px) {
        .hck-box .b-py {
          padding: 3.4rem 1.2rem; } }
      .hck-box .b-py::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background: linear-gradient(30.94deg, #005327 23.83%, #009d4a 100%); }
    .hck-box .t-gr {
      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;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%; }
      .hck-box .t-gr .head {
        max-width: 20rem;
        margin: 0 auto; }
        @media screen and (max-width: 630px) {
          .hck-box .t-gr .head {
            max-width: 14rem; } }
    .hck-box .b-ctr {
      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; }
  .hck-dcor {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none; }
    @media screen and (max-width: 1200px) {
      .hck-dcor {
        display: none; } }
    .hck-dcor img {
      display: block;
      width: 100%; }
    .hck-dcor.x1 {
      left: 1%;
      top: -1%;
      width: 17%;
      z-index: 1; }
    .hck-dcor.x2 {
      left: 100%;
      bottom: 100%;
      width: 16%;
      -webkit-transform: translate(-15%, 15%);
      transform: translate(-15%, 15%); }
      @media screen and (max-width: 530px) {
        .hck-dcor.x2 {
          right: 0;
          left: unset;
          -webkit-transform: translate(50%, 15%);
          transform: translate(50%, 15%); } }
    .hck-dcor.x3 {
      left: 115%;
      bottom: 73%;
      width: 10%; }
      @media screen and (max-width: 1600px) {
        .hck-dcor.x3 {
          left: 100%;
          -webkit-transform: translateX(50%);
          transform: translateX(50%); } }
    .hck-dcor.x4 {
      right: 100%;
      bottom: 70%;
      width: 20%;
      -webkit-transform: translate(-40%, 15%);
      transform: translate(-40%, 15%); }
      @media screen and (max-width: 1600px) {
        .hck-dcor.x4 {
          right: 100%;
          -webkit-transform: translateX(0%);
          transform: translateX(0%); } }
    .hck-dcor.x5 {
      left: 100%;
      bottom: unset;
      top: 100%;
      width: 60%;
      -webkit-transform: translate(-50%, -70%);
      transform: translate(-50%, -70%); }
    .hck-dcor.x6 {
      right: 100%;
      bottom: unset;
      top: 100%;
      width: 20%; }
      @media screen and (max-width: 1600px) {
        .hck-dcor.x6 {
          left: 0; } }
  @media screen and (max-width: 880px) {
    .hck-row .col {
      width: 50%; } }
  @media screen and (max-width: 530px) {
    .hck-row .col:first-child {
      width: 100%; }
    .hck-row .col:last-child {
      display: none; } }
  @media screen and (max-width: 420px) {
    .hck-row .col {
      width: 100%; } }

.ck-it {
  height: 100%;
  border-radius: 2.4rem;
  overflow: hidden;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media (hover: hover) {
    .ck-it:hover {
      -webkit-box-shadow: 0.2rem 0.2rem 1.6rem rgba(18, 27, 44, 0.08);
      box-shadow: 0.2rem 0.2rem 1.6rem rgba(18, 27, 44, 0.08); } }
  @media screen and (max-width: 1200px) {
    .ck-it {
      -webkit-box-shadow: 0.2rem 0.2rem 1.6rem rgba(18, 27, 44, 0.08);
      box-shadow: 0.2rem 0.2rem 1.6rem rgba(18, 27, 44, 0.08); } }
  .ck-it .n-ctn {
    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%; }
  .ck-it .n-img {
    position: relative; }
    .ck-it .n-img .inner {
      display: block;
      padding-top: calc((250 / 384) * 100%);
      position: relative;
      overflow: hidden; }
      .ck-it .n-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; }
    .ck-it .n-img .n-icon {
      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;
      background: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      border-radius: 0 1.6rem 0 0; }
      .ck-it .n-img .n-icon img {
        display: block;
        width: 2.4rem;
        -webkit-filter: invert(70%) sepia(83%) saturate(395%) hue-rotate(96deg) brightness(90%) contrast(100%);
        filter: invert(70%) sepia(83%) saturate(395%) hue-rotate(96deg) brightness(90%) contrast(100%); }
  .ck-it .n-bl {
    padding: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media screen and (max-width: 768px) {
      .ck-it .n-bl {
        padding: 1.2rem;
        gap: 0.8rem; } }
  .ck-it .n-tt {
    font-size: 1.8rem;
    color: var(--color-tt);
    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; }
    @media (hover: hover) {
      .ck-it .n-tt:hover {
        color: var(--color-pri); } }
  .ck-it .n-gr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 1200px) {
      .ck-it .n-gr {
        gap: 0.8rem; } }
    .ck-it .n-gr .i-gr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 0.8rem;
      font-size: 1.4rem;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .ck-it .n-gr .i-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;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        @media screen and (max-width: 1200px) {
          .ck-it .n-gr .i-gr .icon {
            width: 1.6rem;
            height: 1.6rem; } }
        @media screen and (max-width: 880px) {
          .ck-it .n-gr .i-gr .icon {
            display: none; } }
      .ck-it .n-gr .i-gr .t-gr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  .ck-it .n-des {
    font-size: 1.4rem;
    color: #39424e;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.sec-hne {
  padding-top: 16rem;
  padding-bottom: 6rem;
  position: relative; }
  @media screen and (max-width: 1200px) {
    .sec-hne {
      padding: 8rem 0; } }

.hne-head {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 500px) {
    .hne-head {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .hne-head .t-title::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      .hne-head .t-title::after {
        left: 50%;
        -webkit-transform: translate(-50%, 20%) scale(0);
        transform: translate(-50%, 20%) scale(0); }
      .hne-head .t-title.active::after {
        -webkit-transform: translate(-50%, 20%) scale(1);
        transform: translate(-50%, 20%) scale(1); } }

.hne-slider {
  margin-top: 4.8rem; }
  @media screen and (max-width: 500px) {
    .hne-slider {
      margin-top: 2.4rem; } }

.hne-it {
  border-radius: 1.6rem;
  overflow: hidden;
  position: relative; }
  .hne-it::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #11703e;
    z-index: -1; }
  .hne-it .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .hne-it .d-flex .col-left {
      width: calc((5 / 12) * 100%); }
      @media screen and (max-width: 768px) {
        .hne-it .d-flex .col-left {
          width: 100%; } }
    .hne-it .d-flex .col-right {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      @media screen and (max-width: 768px) {
        .hne-it .d-flex .col-right {
          width: 100%;
          -webkit-box-flex: unset;
          -ms-flex: unset;
          flex: unset;
          -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
          order: -1; } }
  .hne-it .b-block {
    height: 100%; }
  .hne-it .b-dcor {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .hne-it .b-dcor {
        opacity: 0.5; } }
    .hne-it .b-dcor img {
      display: block;
      width: 100%; }
  .hne-it .b-block {
    position: relative; }
  .hne-it .b-ctn {
    padding: 2.4rem;
    z-index: 1;
    height: 100%; }
    @media screen and (max-width: 500px) {
      .hne-it .b-ctn {
        padding: 1.2rem; } }
  .hne-it .b-tt {
    font-size: 3.2rem;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media only screen and (max-width: 1200px) {
      .hne-it .b-tt {
        font-size: 2.7rem; } }
    @media only screen and (max-width: 800px) {
      .hne-it .b-tt {
        font-size: 2.2rem; } }
    .hne-it .b-tt .t-link {
      color: #fff;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      @media (hover: hover) {
        .hne-it .b-tt .t-link:hover {
          color: var(--color-sec); } }
    @media screen and (max-width: 1024px) {
      .hne-it .b-tt {
        font-size: 2.4rem; } }
  .hne-it .b-des {
    margin-top: 1.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #d8dce3;
    font-size: 1.6rem; }
  .hne-it .b-img {
    height: 100%; }
    .hne-it .b-img .inner {
      height: 100%;
      display: block;
      padding-top: calc((522 / 724) * 100%);
      position: relative;
      overflow: hidden; }
      .hne-it .b-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; }

.hne-bottom {
  margin-top: 3.2rem; }
  @media screen and (max-width: 1200px) {
    .hne-bottom {
      margin-top: 1.2rem; } }

.over-hd {
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .news-sw .swiper-slide.col {
    width: 50%; } }

@media screen and (max-width: 500px) {
  .news-sw .swiper-slide.col {
    width: 75%; } }

.news-it {
  height: 100%;
  background: #fff;
  border-radius: 1.6rem;
  overflow: hidden; }
  .news-it .n-ctn {
    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%; }
  .news-it .n-img .inner {
    display: block;
    padding-top: calc((220 / 384) * 100%);
    position: relative;
    overflow: hidden; }
    .news-it .n-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-it .n-py {
    padding: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.8rem; }
    .news-it .n-py .t-gr {
      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; }
    .news-it .n-py .t-time {
      color: var(--color-tt);
      font-size: 1.6rem;
      display: inline-block; }
    .news-it .n-py .n-tt {
      font-size: 2rem;
      color: var(--color-tt);
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      @media (hover: hover) {
        .news-it .n-py .n-tt:hover {
          color: var(--color-pri); } }
      @media screen and (max-width: 1200px) {
        .news-it .n-py .n-tt {
          color: var(--color-pri); } }
    .news-it .n-py .t-des {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: var(--color-text);
      font-size: 1.6rem; }
    .news-it .n-py .t-link {
      font-size: 1.6rem;
      color: var(--color-text);
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      @media (hover: hover) {
        .news-it .n-py .t-link:hover {
          color: var(--color-sec); } }
      @media screen and (max-width: 1200px) {
        .news-it .n-py .t-link {
          color: var(--color-pri); } }

.wrapper-section {
  position: relative; }
  .wrapper-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 250, 240, 0)), color-stop(36.26%, #fff7e7));
    background: linear-gradient(180deg, rgba(255, 250, 240, 0) 0%, #fff7e7 36.26%);
    z-index: -1; }

.text-svg svg {
  display: block;
  overflow: visible;
  width: 100%;
  fill: transparent;
  height: auto; }
  .text-svg svg .t-path {
    stroke-dasharray: var(--pathLength);
    stroke-dashoffset: var(--pathLength);
    stroke-width: 0.4rem; }

.form-list {
  --rg: 1.6rem;
  --cg: 1.6rem; }
  .form-list .recheck-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.4rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 500px) {
      .form-list .recheck-block {
        gap: 0.8rem; } }
  .form-list .form-ip .t-text {
    display: block;
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
    color: var(--color-tt); }
    @media only screen and (max-width: 1200px) {
      .form-list .form-ip .t-text {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 800px) {
      .form-list .form-ip .t-text {
        font-size: 1.5rem; } }
  .form-list .form-ip input {
    height: 4.8rem;
    outline: unset;
    border-radius: 0.4rem;
    background: #f7f7f7;
    border: 0.1rem solid #d8dce3;
    padding: 0 1.2rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 100%;
    font-size: 1.6rem;
    color: var(--color-pri); }
    .form-list .form-ip input::-webkit-input-placeholder {
      color: #65758b; }
    .form-list .form-ip input::-moz-placeholder {
      color: #65758b; }
    .form-list .form-ip input::-ms-input-placeholder {
      color: #65758b; }
    .form-list .form-ip input::placeholder {
      color: #65758b; }
    .form-list .form-ip input:focus {
      background: #fff;
      border-color: var(--color-pri); }
  .form-list .form-ip textarea {
    min-height: 12rem;
    outline: unset;
    border-radius: 0.4rem;
    background: #f7f7f7;
    border: 0.1rem solid #d8dce3;
    padding: 1.2rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 100%;
    font-size: 1.6rem; }
    .form-list .form-ip textarea::-webkit-input-placeholder {
      color: #65758b; }
    .form-list .form-ip textarea::-moz-placeholder {
      color: #65758b; }
    .form-list .form-ip textarea::-ms-input-placeholder {
      color: #65758b; }
    .form-list .form-ip textarea::placeholder {
      color: #65758b; }
    .form-list .form-ip textarea:focus {
      background: #fff;
      border-color: var(--color-pri); }

.sec-ct {
  position: relative;
  padding: 8% 0; }
  @media screen and (max-width: 500px) {
    .sec-ct {
      padding: 6rem 0; } }

.ct-bg {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: -1; }
  .ct-bg img {
    display: block;
    width: 100%; }

.ct-head {
  max-width: 52rem; }
  @media screen and (max-width: 600px) {
    .ct-head {
      text-align: center;
      max-width: 38rem;
      margin: 0 auto; } }
  @media screen and (max-width: 600px) {
    .ct-head .head .t-title::before {
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .ct-head .head .t-title::after {
      left: 50%;
      -webkit-transform: translate(-50%, 20%) scale(0);
      transform: translate(-50%, 20%) scale(0); }
    .ct-head .head .t-title.active::after {
      -webkit-transform: translate(-50%, 20%) scale(1);
      transform: translate(-50%, 20%) scale(1); } }

@media screen and (max-width: 800px) {
  .ct-row > .col {
    width: 100%; } }

.ct-if {
  margin-top: 3.6rem; }
  .ct-if .ft-lbox .t-list .t-gr .icon {
    width: 4rem;
    height: 4rem;
    border-radius: 100rem;
    border: 0.1rem solid var(--color-pri); }
  .ct-if .ft-lbox .t-list .t-igr .t-txt {
    color: #65758b; }
  .ct-if .ft-lbox .t-list .t-igr .t-link {
    color: var(--color-tt); }

.ct-panel .hct-fpy {
  -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; }

.daily-panel {
  padding: 20% 4%; }
  @media screen and (max-width: 900px) {
    .daily-panel {
      padding: 4rem 1.5rem;
      padding-bottom: 2.4rem; } }

.daily-head .head {
  margin-bottom: 2.4rem; }
  @media screen and (max-width: 900px) {
    .daily-head .head .t-title {
      text-align: center; }
      .daily-head .head .t-title::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      .daily-head .head .t-title::after {
        left: 50%;
        -webkit-transform: translate(-50%, 20%) scale(0);
        transform: translate(-50%, 20%) scale(0); }
      .daily-head .head .t-title.active::after {
        -webkit-transform: translate(-50%, 20%) scale(1);
        transform: translate(-50%, 20%) scale(1); } }

.daily-block {
  margin-top: 3.2rem; }

.daily-ctn .t-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.4rem; }
  .daily-ctn .t-head .t-text {
    color: #15191e;
    font-weight: 700;
    font-size: 3.2rem; }
    @media only screen and (max-width: 1200px) {
      .daily-ctn .t-head .t-text {
        font-size: 2.7rem; } }
    @media only screen and (max-width: 800px) {
      .daily-ctn .t-head .t-text {
        font-size: 2.2rem; } }
  .daily-ctn .t-head .t-txt {
    color: #65758b;
    font-style: italic;
    font-size: 2rem; }
    @media only screen and (max-width: 1200px) {
      .daily-ctn .t-head .t-txt {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .daily-ctn .t-head .t-txt {
        font-size: 1.6rem; } }

.daily-search {
  padding: 1.2rem 2.4rem;
  border-radius: 100rem;
  border: 0.1rem solid #d8dce3;
  background: #fff; }
  @media screen and (max-width: 900px) {
    .daily-search {
      padding: 0.6rem 1.2rem; } }
  .daily-search .f-gr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    .daily-search .f-gr input {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-size: 1.8rem;
      color: var(--color-pri);
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      border: unset;
      outline: unset; }
      @media only screen and (max-width: 1200px) {
        .daily-search .f-gr input {
          font-size: 1.6rem; } }
      @media only screen and (max-width: 800px) {
        .daily-search .f-gr input {
          font-size: 1.5rem; } }
      .daily-search .f-gr input::-webkit-input-placeholder {
        color: #65758b; }
      .daily-search .f-gr input::-moz-placeholder {
        color: #65758b; }
      .daily-search .f-gr input::-ms-input-placeholder {
        color: #65758b; }
      .daily-search .f-gr input::placeholder {
        color: #65758b; }
    .daily-search .f-gr .f-btn {
      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; }
      .daily-search .f-gr .f-btn .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: 2.4rem;
        height: 2.4rem; }

.daily-map-wrap {
  height: 100%;
  display: block;
  padding-top: calc((6 / 16) * 100%);
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 500px) {
    .daily-map-wrap {
      padding-top: calc((9 / 16) * 100%); } }
  .daily-map-wrap .b-inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none; }
  .daily-map-wrap 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; }

.daily-pos {
  margin: -1rem; }

@media screen and (max-width: 900px) {
  .daily-row .col {
    width: 100%; } }

.daily-list {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
  max-height: 80vh;
  overflow-y: auto; }
  @media screen and (max-width: 900px) {
    .daily-list {
      max-height: 30rem; } }

.daily-item .b-inner {
  padding: 2rem;
  border-radius: 1.6rem;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 1200px) {
    .daily-item .b-inner {
      padding: 1rem;
      border-radius: 0.8rem; } }
  @media (hover: hover) {
    .daily-item .b-inner:hover::before {
      opacity: 1; }
    .daily-item .b-inner:hover .b-ctn .t-text {
      color: var(--color-pri); }
    .daily-item .b-inner:hover .b-ctn .t-igr .icon {
      -webkit-filter: unset;
      filter: unset; } }
  .daily-item .b-inner.active::before {
    opacity: 1; }
  .daily-item .b-inner.active .b-ctn .t-text {
    color: var(--color-pri); }
  .daily-item .b-inner.active .b-ctn .t-igr .icon {
    -webkit-filter: unset;
    filter: unset; }
  .daily-item .b-inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0.4rem 0.4rem 1.5rem rgba(0, 0, 0, 0.1);
    box-shadow: 0.4rem 0.4rem 1.5rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: #fff;
    border-radius: inherit;
    z-index: -1; }
  .daily-item .b-inner .b-gr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem; }
    @media screen and (max-width: 1200px) {
      .daily-item .b-inner .b-gr {
        gap: 1.2rem; } }
  .daily-item .b-inner .b-img {
    width: 12rem;
    height: 12rem;
    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: 0.8rem;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media screen and (max-width: 500px) {
      .daily-item .b-inner .b-img {
        width: 10rem;
        height: 10rem;
        border-radius: 0.4rem; } }
  .daily-item .b-inner .b-ctn {
    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; }
    .daily-item .b-inner .b-ctn .t-text {
      color: var(--color-tt);
      font-size: 2.4rem; }
      @media only screen and (max-width: 1200px) {
        .daily-item .b-inner .b-ctn .t-text {
          font-size: 2rem; } }
      @media only screen and (max-width: 800px) {
        .daily-item .b-inner .b-ctn .t-text {
          font-size: 1.7rem; } }
    .daily-item .b-inner .b-ctn .t-igr {
      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; }
      .daily-item .b-inner .b-ctn .t-igr .t-gr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1.2rem; }
        @media screen and (max-width: 500px) {
          .daily-item .b-inner .b-ctn .t-igr .t-gr {
            gap: 0.2rem; } }
      .daily-item .b-inner .b-ctn .t-igr .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;
        position: relative;
        top: 0.2rem;
        -webkit-filter: brightness(0);
        filter: brightness(0);
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        @media screen and (max-width: 500px) {
          .daily-item .b-inner .b-ctn .t-igr .icon {
            width: 1.4rem;
            height: 1.4rem;
            top: 0.4rem; } }
        .daily-item .b-inner .b-ctn .t-igr .icon img {
          height: 100%;
          -o-object-fit: contain;
          object-fit: contain; }
      .daily-item .b-inner .b-ctn .t-igr .t-txt {
        font-size: 1.4rem;
        color: #15191e;
        word-break: break-all; }
        @media screen and (max-width: 500px) {
          .daily-item .b-inner .b-ctn .t-igr .t-txt {
            font-size: 1.3rem; } }

.sec-abi {
  position: relative;
  overflow: hidden; }

@media screen and (max-width: 1200px) {
  .scrollBot,
  .scrollTop {
    -webkit-transform: unset !important;
    transform: unset !important; } }

.abi {
  position: relative; }
  .abi .dcor-leaf {
    position: absolute;
    width: 20%;
    -webkit-transform: translateX(50%) rotate(-30deg);
    transform: translateX(50%) rotate(-30deg);
    top: 0;
    right: 0;
    z-index: -1; }
    .abi .dcor-leaf img {
      display: block;
      width: 100%; }
  .abi-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .abi-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        --rg: 4rem; } }
    @media screen and (max-width: 1200px) {
      .abi-row .col-5 {
        width: 45%; } }
    @media screen and (max-width: 768px) {
      .abi-row .col {
        width: 100%; } }
  .abi-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
    .abi-bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .abi-img {
    padding: 0.4rem;
    border-radius: 2.4rem;
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 600px) {
      .abi-img {
        border-radius: 1.2rem;
        padding: 0.2rem; } }
    .abi-img::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: -webkit-gradient(linear, left bottom, left top, from(#005327), to(#009d4a));
      background: linear-gradient(0deg, #005327 0%, #009d4a 100%); }
    .abi-img .inner {
      display: block;
      padding-top: calc((1 / 1) * 100%);
      position: relative;
      overflow: hidden;
      border-radius: 2.4rem; }
      @media screen and (max-width: 600px) {
        .abi-img .inner {
          border-radius: 1.2rem; } }
      .abi-img .inner img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
  @media screen and (max-width: 768px) {
    .abi-content {
      text-align: center; } }
  .abi-content .t-des {
    color: #15191e;
    font-size: 1.6rem; }
  @media screen and (max-width: 768px) {
    .abi-content .head .t-title {
      text-align: center;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0 auto; }
      .abi-content .head .t-title::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      .abi-content .head .t-title::after {
        left: 50%;
        -webkit-transform: translate(-50%, 20%) scale(0);
        transform: translate(-50%, 20%) scale(0); }
      .abi-content .head .t-title.active::after {
        -webkit-transform: translate(-50%, 20%) scale(1);
        transform: translate(-50%, 20%) scale(1); } }

.sec-abb {
  position: relative; }
  .sec-abb .wave {
    position: absolute;
    width: 100%;
    overflow: hidden;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 1; }
    .sec-abb .wave.wave-bot {
      bottom: 0%; }
    .sec-abb .wave.wave-top {
      top: 0; }
      .sec-abb .wave.wave-top .waves {
        -webkit-transform: scale(-1);
        transform: scale(-1); }
    .sec-abb .wave .waves {
      position: relative;
      width: 100%;
      height: 6rem;
      display: block; }
      @media screen and (max-width: 1200px) {
        .sec-abb .wave .waves {
          height: 2rem; } }
      .sec-abb .wave .waves .parallax use {
        -webkit-animation-delay: -2s;
        animation-delay: -2s;
        -webkit-animation-duration: 7s;
        animation-duration: 7s;
        -webkit-animation: move-forever 15s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
        animation: move-forever 15s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite; }

.abb {
  position: relative; }
  .abb-dc {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1; }
    .abb-dc img {
      display: block;
      width: 100%; }
    .abb-dc.x1 {
      right: 0;
      top: 0;
      width: 10%; }
    .abb-dc.x2 {
      top: 100%;
      left: 0;
      width: 20%;
      -webkit-transform: translate(50%, -50%) rotate(30deg);
      transform: translate(50%, -50%) rotate(30deg); }
  .abb-wrap {
    position: relative; }
  .abb-bg {
    overflow: hidden; }
    .abb-bg .inner {
      display: block;
      padding-top: calc((850 / 1728) * 100%);
      position: relative;
      overflow: hidden; }
    .abb-bg 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; }
  .abb-pos {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    padding: 0 1.5rem;
    width: 100%; }
    .abb-pos .t-text {
      font-family: "SVN-Sign Painter House Script", sans-serif;
      font-size: 10rem;
      background: -webkit-gradient(linear, left bottom, left top, from(#005327), to(#009d4a));
      background: linear-gradient(0deg, #005327 0%, #009d4a 100%);
      -webkit-background-clip: text;
      -webkit-text-stroke: 1rem transparent;
      color: #fff;
      paint-order: stroke;
      display: block; }
      @media screen and (max-width: 1400px) {
        .abb-pos .t-text {
          font-size: 7vw; } }
      @media screen and (max-width: 768px) {
        .abb-pos .t-text {
          -webkit-text-stroke: 0.4rem transparent; } }
  .abb-svg {
    position: absolute;
    left: 50%;
    bottom: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    width: 30%; }
    .abb-svg.is-inview svg {
      -webkit-animation: fill-sec 1s ease 4s forwards;
      animation: fill-sec 1s ease 4s forwards; }
    .abb-svg.is-inview .t-path {
      -webkit-animation: letter-animation 3s cubic-bezier(0.23, 0.11, 0.1, 1) 1s forwards;
      animation: letter-animation 3s cubic-bezier(0.23, 0.11, 0.1, 1) 1s forwards; }

.abd {
  position: relative; }
  .abd-dc {
    position: absolute;
    width: 25%;
    bottom: 0;
    left: 100%;
    -webkit-transform: translate(-50%, -50%) rotate(30deg) scale(-1);
    transform: translate(-50%, -50%) rotate(30deg) scale(-1); }
    .abd-dc img {
      display: block;
      width: 100%; }
  .abd-head {
    max-width: 50rem;
    margin: 0 auto; }
  .abd-block {
    margin-top: 4rem; }
  @media screen and (max-width: 768px) {
    .abd-list .col {
      width: 50%; } }
  .abd-it {
    border-radius: 1.6rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
    min-height: 37rem;
    height: 100%; }
    @media (hover: hover) {
      .abd-it:hover .b-pos {
        opacity: 0;
        visibility: hidden; }
      .abd-it:hover .b-dc {
        opacity: 1;
        -webkit-transform: unset;
        transform: unset; }
      .abd-it:hover .b-ctn .t-text {
        -webkit-transform: unset;
        transform: unset;
        opacity: 1; } }
    .abd-it::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      z-index: -2; }
    .abd-it .b-dc {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      z-index: -1;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      opacity: 0;
      -webkit-transition: 0.65s ease-in-out;
      transition: 0.65s ease-in-out; }
      .abd-it .b-dc img {
        display: block;
        width: 100%; }
    .abd-it .b-pos {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      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;
      text-align: center;
      z-index: 1;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .abd-it .b-pos .t-txt {
        font-size: 2.4rem;
        color: var(--color-white);
        font-weight: 700; }
        @media only screen and (max-width: 1200px) {
          .abd-it .b-pos .t-txt {
            font-size: 2rem; } }
        @media only screen and (max-width: 800px) {
          .abd-it .b-pos .t-txt {
            font-size: 1.7rem; } }
    .abd-it .b-py {
      padding: 2.4rem;
      height: 100%; }
    .abd-it .b-ctn {
      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: 1.6rem; }
      @media screen and (max-width: 500px) {
        .abd-it .b-ctn {
          gap: 0.8rem; } }
      .abd-it .b-ctn .t-text {
        font-size: 2.4rem;
        font-weight: 700;
        color: var(--color-pri);
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: 0.65s ease-in-out;
        transition: 0.65s ease-in-out;
        text-wrap: pretty; }
        @media only screen and (max-width: 1200px) {
          .abd-it .b-ctn .t-text {
            font-size: 2rem; } }
        @media only screen and (max-width: 800px) {
          .abd-it .b-ctn .t-text {
            font-size: 1.7rem; } }
        @media screen and (max-width: 500px) {
          .abd-it .b-ctn .t-text {
            font-size: 1.6rem; } }
      .abd-it .b-ctn .t-des {
        color: #39424e;
        font-size: 1.6rem; }
        @media screen and (max-width: 500px) {
          .abd-it .b-ctn .t-des {
            font-size: 1.3rem; } }
    @media screen and (max-width: 1200px) {
      .abd-it .b-pos {
        opacity: 0;
        visibility: hidden; }
      .abd-it .b-dc {
        opacity: 1;
        -webkit-transform: unset;
        transform: unset; }
      .abd-it .b-ctn .t-text {
        -webkit-transform: unset;
        transform: unset;
        opacity: 1; }
      .abd-it .b-py {
        padding: 1.2rem;
        border-radius: 1.2rem; } }
    @media screen and (max-width: 600px) {
      .abd-it {
        min-height: 26rem; } }

.wrapper-page-ab {
  position: relative;
  padding-top: 10%;
  padding-bottom: 20%;
  overflow: hidden; }
  .wrapper-page-ab .page-ab-bg {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1; }
    .wrapper-page-ab .page-ab-bg img {
      display: block;
      width: 100%; }
  .wrapper-page-ab::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(15.71%, rgba(255, 250, 240, 0)), color-stop(61.8%, #fff7e7));
    background: linear-gradient(0deg, rgba(255, 250, 240, 0) 15.71%, #fff7e7 61.8%);
    z-index: -2; }

.sec-abp .container {
  max-width: 133rem; }

.abp-it {
  min-height: 50rem;
  height: 100%;
  position: relative; }
  .abp-it .b-dcor {
    position: absolute;
    width: 130%;
    left: 100%;
    top: 100%;
    opacity: 0;
    -webkit-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
    -webkit-transform: translate(-45%, -88%) rotate(30deg);
    transform: translate(-45%, -88%) rotate(30deg); }
    .abp-it .b-dcor img {
      display: block;
      width: 100%; }
  .abp-it .b-py {
    padding: 2.4rem;
    border-radius: 1.6rem;
    border: 0.1rem solid #d8dce3;
    height: 100%;
    position: relative;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    overflow: hidden; }
    .abp-it .b-py::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: var(--color-white);
      z-index: -1;
      -webkit-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out; }
  .abp-it .b-ctn {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.2rem; }
    .abp-it .b-ctn .t-top {
      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: 1rem; }
      .abp-it .b-ctn .t-top .t-num {
        font-size: 3.2rem;
        font-weight: 700;
        color: var(--color-pri);
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out; }
        @media only screen and (max-width: 1200px) {
          .abp-it .b-ctn .t-top .t-num {
            font-size: 2.7rem; } }
        @media only screen and (max-width: 800px) {
          .abp-it .b-ctn .t-top .t-num {
            font-size: 2.2rem; } }
      .abp-it .b-ctn .t-top .t-text {
        color: #39424e;
        font-weight: 700;
        font-size: 1.6rem;
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out; }
    .abp-it .b-ctn .t-bot .t-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: 1.6rem; }
      .abp-it .b-ctn .t-bot .t-list .t-gr {
        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;
        gap: 0.8rem;
        text-align: center; }
        .abp-it .b-ctn .t-bot .t-list .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;
          background: rgba(91, 187, 123, 0.2);
          border-radius: 100rem;
          font-size: 1rem;
          color: var(--color-pri);
          -webkit-transition: 0.5s ease-in-out;
          transition: 0.5s ease-in-out; }
        .abp-it .b-ctn .t-bot .t-list .t-gr .t-txt {
          color: var(--color-text);
          font-size: 1.6rem;
          -webkit-transition: 0.5s ease-in-out;
          transition: 0.5s ease-in-out; }
          @media screen and (max-width: 1000px) {
            .abp-it .b-ctn .t-bot .t-list .t-gr .t-txt br {
              display: none; } }
  @media (hover: hover) {
    .abp-it:hover .b-dcor {
      -webkit-transform: translate(-45%, -88%) rotate(30deg);
      transform: translate(-45%, -88%) rotate(30deg);
      opacity: 1; }
    .abp-it:hover .b-py {
      border-color: var(--color-pri); }
      .abp-it:hover .b-py::before {
        background: var(--color-pri); }
    .abp-it:hover .b-ctn .t-top .t-num {
      color: var(--color-sec); }
    .abp-it:hover .b-ctn .t-top .t-text {
      color: var(--color-white); }
    .abp-it:hover .b-ctn .t-bot .t-gr .icon {
      background: rgba(255, 255, 255, 0.2);
      color: var(--color-white); }
    .abp-it:hover .b-ctn .t-bot .t-gr .t-txt {
      color: var(--color-white); } }
  @media screen and (max-width: 768px) {
    .abp-it .b-py {
      border-color: var(--color-pri);
      padding: 1.2rem; }
      .abp-it .b-py::before {
        background: var(--color-pri); }
    .abp-it .b-ctn .t-top .t-num {
      color: var(--color-sec); }
    .abp-it .b-ctn .t-top .t-text {
      color: var(--color-white); }
    .abp-it .b-ctn .t-bot .t-list .t-gr .icon {
      background: rgba(255, 255, 255, 0.2);
      color: var(--color-white); }
    .abp-it .b-ctn .t-bot .t-list .t-gr .t-txt {
      color: var(--color-white); } }

.abp-block {
  margin-top: 4rem; }

.abp-sw .rows {
  --cg: 6.8rem; }
  @media screen and (max-width: 1200px) {
    .abp-sw .rows {
      --cg: 1.2rem; } }
  @media screen and (max-width: 768px) {
    .abp-sw .rows .col {
      width: 50%; } }
  @media screen and (max-width: 500px) {
    .abp-sw .rows .col {
      width: 75%; } }

.main.page-pro {
  position: relative; }
  .main.page-pro::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../assets/images/page-pro-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1; }

.sec-hs.custom {
  padding-top: 5%; }
  .sec-hs.custom .hs-head {
    max-width: 60rem;
    margin: 0 auto; }
  .sec-hs.custom .hs-block {
    margin-top: 20rem; }
  .sec-hs.custom .hs-bg-bot::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(67.2%, rgba(255, 255, 255, 0)), color-stop(91%, #f9fcfe));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 67.2%, #f9fcfe 91%); }

.sec-por {
  overflow: hidden; }

@media screen and (max-width: 500px) {
  .por-head {
    max-width: 26rem;
    margin: 0 auto; } }

.por-group {
  position: relative;
  width: 66rem;
  max-width: 90%;
  margin: 0 auto; }

.por-logo {
  position: absolute;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .por-logo .inner-logo {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  .por-logo img {
    display: block;
    width: 100%; }

.por-block {
  padding-top: 20rem; }
  @media screen and (max-width: 768px) {
    .por-block {
      padding-top: 14rem; } }

@media screen and (min-width: 871px) {
  .por-slider .swiper-wrapper {
    -webkit-transform: unset !important;
    transform: unset !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; } }

@media screen and (max-width: 870px) {
  .por-slider .swiper-slide {
    width: 55%; } }

@media screen and (max-width: 600px) {
  .por-slider .swiper-slide {
    width: 75%; } }

.por-tab {
  margin-top: 6rem; }
  .por-tab-it {
    height: 100%;
    border-radius: 0.8rem;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
    @media (hover: hover) {
      .por-tab-it:hover {
        -webkit-box-shadow: 0.4rem 0.8rem 4rem rgba(18, 27, 44, 0.08);
        box-shadow: 0.4rem 0.8rem 4rem rgba(18, 27, 44, 0.08); }
        .por-tab-it:hover .b-pos {
          -webkit-clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0 50%);
          clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0 50%); } }
    .por-tab-it .b-pos {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 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;
      text-align: center;
      color: var(--color-white);
      font-size: 2.8rem;
      font-weight: 700;
      background: var(--color-pri);
      -webkit-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
      @media only screen and (max-width: 1200px) {
        .por-tab-it .b-pos {
          font-size: 2.4rem; } }
      @media only screen and (max-width: 800px) {
        .por-tab-it .b-pos {
          font-size: 2.1rem; } }
      @media screen and (max-width: 1200px) {
        .por-tab-it .b-pos {
          display: none; } }
    .por-tab-it .b-py {
      padding: 3.2rem 2.4rem;
      height: 100%;
      background: #fff; }
    .por-tab-it .b-ctn {
      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;
      gap: 1.6rem;
      height: 100%; }
      .por-tab-it .b-ctn .t-text {
        font-size: 2.8rem;
        font-weight: 700;
        color: var(--color-pri); }
        @media only screen and (max-width: 1200px) {
          .por-tab-it .b-ctn .t-text {
            font-size: 2.4rem; } }
        @media only screen and (max-width: 800px) {
          .por-tab-it .b-ctn .t-text {
            font-size: 2.1rem; } }
      .por-tab-it .b-ctn .t-des {
        font-size: 1.6rem; }

.por-svg-line {
  position: relative;
  width: 100%; }
  .por-svg-line svg {
    display: block;
    width: 100%;
    height: 100%; }
  .por-svg-line .box-line {
    width: 1.5rem;
    height: 1.5rem;
    top: 0;
    left: 0;
    position: absolute;
    text-align: center;
    z-index: 100;
    border-radius: 100rem;
    background: #c6dcae;
    will-change: transform; }
    @media (hover: hover) {
      .por-svg-line .box-line:hover {
        background: var(--color-pri); }
        .por-svg-line .box-line:hover::before {
          background: var(--color-pri); }
        .por-svg-line .box-line:hover .inner-box {
          background: var(--color-pri);
          color: var(--color-white); }
          .por-svg-line .box-line:hover .inner-box .icon {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1); } }
    @media screen and (max-width: 768px) {
      .por-svg-line .box-line {
        --size-h: 2.4rem !important;
        width: 0.8rem;
        height: 0.8rem; } }
    .por-svg-line .box-line::before {
      content: "";
      position: absolute;
      width: 0.1rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 100%;
      height: var(--size-h);
      background: inherit;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .por-svg-line .box-line.x1 {
      --size-h: 10rem; }
    .por-svg-line .box-line.x2 {
      --size-h: 9rem; }
    .por-svg-line .box-line.x3 {
      --size-h: 7rem; }
    .por-svg-line .box-line.x4 {
      --size-h: 6rem; }
    .por-svg-line .box-line.x5 {
      --size-h: 5rem; }
    .por-svg-line .box-line .inner-box {
      position: absolute;
      bottom: calc(100% + var(--size-h));
      right: calc(100% - 0.75rem);
      padding: 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;
      -webkit-box-shadow: 0px 0.5rem 1.3rem rgba(20, 37, 47, 0.12);
      box-shadow: 0px 0.5rem 1.3rem rgba(20, 37, 47, 0.12);
      border-radius: 0px 2.6rem;
      min-width: 18rem;
      color: var(--color-pri);
      background: #fff;
      gap: 1.2rem;
      white-space: nowrap;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      @media screen and (max-width: 768px) {
        .por-svg-line .box-line .inner-box {
          right: 100%;
          -webkit-transform: translateX(50%);
          transform: translateX(50%);
          padding: 0.6rem;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          min-width: 10rem;
          gap: 0.8rem;
          font-size: 1.2rem;
          border-radius: 0 1rem; } }
      .por-svg-line .box-line .inner-box .icon {
        width: 3.4rem;
        height: 3.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: 768px) {
          .por-svg-line .box-line .inner-box .icon {
            width: 2.4rem;
            height: 2.4rem; } }

@media screen and (max-width: 768px) {
  .tif-sw .col {
    width: calc(100% / 3); } }

@media screen and (max-width: 500px) {
  .tif-sw .col {
    width: 50%; } }

.tif-head {
  max-width: 60rem;
  margin: 0 auto; }
  .tif-head .t-des {
    color: #65758b;
    font-size: 1.6rem; }

.tif-block {
  margin-top: 4rem; }

.tif-sw {
  position: relative; }

.tif-image {
  border-radius: 1.6rem;
  overflow: hidden;
  position: relative; }
  @media (hover: hover) {
    .tif-image:hover .b-pos {
      opacity: 1; } }
  .tif-image .b-pos {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 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;
    background: rgba(0, 83, 39, 0.7);
    z-index: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0; }
    .tif-image .b-pos .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.2rem;
      height: 3.2rem;
      color: #fff;
      font-size: 2rem;
      cursor: pointer; }
    @media screen and (max-width: 1200px) {
      .tif-image .b-pos {
        opacity: 1;
        background: transparent; }
        .tif-image .b-pos .icon {
          background: var(--color-pri);
          border-radius: 100rem;
          font-size: 1.6rem; } }
  .tif-image .inner {
    display: block;
    padding-top: calc((402 / 280) * 100%);
    position: relative;
    overflow: hidden; }
    .tif-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; }

@-webkit-keyframes fill-sec {
  from {
    fill: transparent; }
  to {
    fill: #fff8e7; } }

@keyframes fill-sec {
  from {
    fill: transparent; }
  to {
    fill: #fff8e7; } }

.pnews-wrapper {
  margin-top: 3.2rem; }

@media screen and (max-width: 800px) {
  .pnews-list .col {
    width: 50%; } }

@media screen and (max-width: 412px) {
  .pnews-list .col {
    width: 100%; } }

.pnews-list .news-it {
  -webkit-box-shadow: 0.4rem 0.8rem 4rem rgba(18, 27, 44, 0.08);
  box-shadow: 0.4rem 0.8rem 4rem rgba(18, 27, 44, 0.08); }

.tag-wrapper {
  margin-bottom: 4rem; }

.tag-slider {
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto; }

.tag-sw .swiper {
  --rg: 2.4rem; }
  @media screen and (max-width: 1200px) {
    .tag-sw .swiper {
      --rg: 1.2rem; } }
  .tag-sw .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap; }

.tag-it {
  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 (hover: hover) {
    .tag-it:hover .t-link {
      border-color: var(--color-pri);
      color: var(--color-white);
      background: var(--color-pri); } }
  .tag-it.active .t-link {
    border-color: var(--color-pri);
    color: var(--color-white);
    background: var(--color-pri); }
  .tag-it .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;
    font-size: 1.6rem;
    color: #65758b;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 1rem 2.4rem;
    border: 0.2rem solid #65758b;
    background: #fff;
    border-radius: 100rem;
    height: 4.8rem; }
    @media screen and (max-width: 500px) {
      .tag-it .t-link {
        height: 4rem;
        padding: 1rem 1.2rem; } }

.newsdt-head {
  max-width: 84rem;
  margin: 0 auto; }

.newsdt-group {
  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;
  margin-top: 1.2rem;
  gap: 1.2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .newsdt-group .b-gr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .newsdt-group .b-gr .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;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .newsdt-group .b-gr .t-gr {
      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; }
      .newsdt-group .b-gr .t-gr .t-text {
        color: #0f172a; }
      .newsdt-group .b-gr .t-gr .t-time {
        color: #64748b; }
  .newsdt-group .b-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .newsdt-group .b-list .i-link {
      width: 3.6rem;
      height: 3.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;
      border-radius: 100rem;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      position: relative;
      cursor: pointer; }
      @media (hover: hover) {
        .newsdt-group .b-list .i-link:hover {
          background: var(--color-sec); }
          .newsdt-group .b-list .i-link:hover img {
            -webkit-filter: unset;
            filter: unset; } }
      .newsdt-group .b-list .i-link img {
        -webkit-filter: brightness(0.6) invert(1);
        filter: brightness(0.6) invert(1); }
      .newsdt-group .b-list .i-link .getlink-note {
        color: var(--color-pri);
        position: absolute;
        bottom: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        display: none;
        font-weight: 500; }

.newsdt-vid {
  margin-top: 5.2rem; }
  @media screen and (max-width: 768px) {
    .newsdt-vid {
      margin-top: 2.4rem; } }
  .newsdt-vid .hab-vid-inner.play .inner-poster {
    visibility: hidden;
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
    clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%); }
  .newsdt-vid .hab-vid-inner.play .inner-iframe::after {
    opacity: 0;
    visibility: hidden; }

.newsdt-content-wrap {
  max-width: 86rem;
  margin: 0 auto; }
  .newsdt-content-wrap .newsdt-group {
    margin-top: 4rem;
    padding-top: 1.6rem;
    border-top: 0.1rem solid #8795a8;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .newsdt-content-wrap .mona-content img {
    border-radius: 1.6rem; }

.newsrl-block {
  margin-top: 4rem; }

.newsrl-sw {
  position: relative; }
  @media screen and (max-width: 850px) {
    .newsrl-sw .swiper .col {
      width: 50%; } }
  @media screen and (max-width: 450px) {
    .newsrl-sw .swiper .col {
      width: 75%; } }

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

@media (hover: hover) {
  .care-it:hover .b-py {
    -webkit-box-shadow: 0.4rem 0.8rem 1.2rem rgba(20, 45, 56, 0.08);
    box-shadow: 0.4rem 0.8rem 1.2rem rgba(20, 45, 56, 0.08); } }

.care-it .b-py {
  padding: 2.4rem;
  background: #fff;
  border: 0.1rem solid #d8dce3;
  border-radius: 1.2rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media screen and (max-width: 1230px) {
    .care-it .b-py {
      padding: 2.4rem 1.2rem; } }
  @media screen and (max-width: 400px) {
    .care-it .b-py {
      padding: 1.2rem 0.6rem; } }

.care-it .b-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2.4rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 2.4rem; }
  @media screen and (max-width: 1230px) {
    .care-it .b-flex {
      margin: 0 -0.6rem; } }
  .care-it .b-flex .b-col-left {
    width: 37%;
    padding: 0 2.4rem; }
    @media screen and (max-width: 1230px) {
      .care-it .b-flex .b-col-left {
        padding: 0 0.6rem; } }
    @media screen and (max-width: 1000px) {
      .care-it .b-flex .b-col-left {
        width: 100%; } }
  .care-it .b-flex .b-col-right {
    width: 63%;
    padding: 0 2.4rem; }
    @media screen and (max-width: 1230px) {
      .care-it .b-flex .b-col-right {
        padding: 0 0.6rem; } }
    @media screen and (max-width: 1000px) {
      .care-it .b-flex .b-col-right {
        width: 100%; } }

.care-it .b-if .b-gr {
  gap: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .care-it .b-if .b-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: 6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .care-it .b-if .b-gr .icon img {
      width: 100%; }
  .care-it .b-if .b-gr .t-gr {
    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.2rem; }
    .care-it .b-if .b-gr .t-gr .t-link {
      color: #15191e;
      font-size: 2rem;
      font-weight: 700;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
      @media only screen and (max-width: 1200px) {
        .care-it .b-if .b-gr .t-gr .t-link {
          font-size: 1.8rem; } }
      @media only screen and (max-width: 800px) {
        .care-it .b-if .b-gr .t-gr .t-link {
          font-size: 1.6rem; } }
      @media (hover: hover) {
        .care-it .b-if .b-gr .t-gr .t-link:hover {
          color: var(--color-pri); } }
    .care-it .b-if .b-gr .t-gr .t-des {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 1.4rem; }

.care-it .b-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 1230px) {
    .care-it .b-group {
      gap: 1.2rem; } }
  .care-it .b-group .b-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .care-it .b-group .b-col:last-child {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      -webkit-box-flex: unset;
      -ms-flex: unset;
      flex: unset; }
      @media screen and (max-width: 600px) {
        .care-it .b-group .b-col:last-child {
          width: 100%; } }
    .care-it .b-group .b-col .b-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: 1.2rem; }
      .care-it .b-group .b-col .b-box .t-gr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.8rem;
        font-size: 1.6rem; }
        @media screen and (max-width: 600px) {
          .care-it .b-group .b-col .b-box .t-gr {
            font-size: 1.2rem; } }
        .care-it .b-group .b-col .b-box .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;
          -ms-flex-negative: 0;
          flex-shrink: 0; }
          @media screen and (max-width: 600px) {
            .care-it .b-group .b-col .b-box .t-gr .icon {
              width: 1.6rem;
              height: 1.6rem; } }
      .care-it .b-group .b-col .b-box .b-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1.2rem; }
        .care-it .b-group .b-col .b-box .b-type .t-txt {
          display: inline-block;
          padding: 0.4rem 0.8rem;
          background: #e2e8f0;
          border-radius: 0.4rem;
          color: #15191e;
          font-size: 1.2rem; }
    .care-it .b-group .b-col .b-btn {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      height: 100%; }

.cares-head .t-des {
  margin-bottom: 1.6rem;
  color: #15191e; }

.cares-head .b-add .b-py {
  padding: 2.4rem;
  border-radius: 1.6rem;
  background: #e7f5eb; }
  @media screen and (max-width: 1000px) {
    .cares-head .b-add .b-py {
      padding: 1.2rem;
      border-radius: 1.2rem; } }

.cares-head .b-add .b-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem; }
  .cares-head .b-add .b-gr .icon {
    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;
    background: var(--color-pri);
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .cares-head .b-add .b-gr .icon img {
      -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1); }
    @media screen and (max-width: 600px) {
      .cares-head .b-add .b-gr .icon {
        width: 3.2rem;
        height: 3.2rem; } }
  .cares-head .b-add .b-gr .t-gr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .cares-head .b-add .b-gr .t-gr .t-text {
      color: #65758b; }
    .cares-head .b-add .b-gr .t-gr .t-link {
      color: #15191e;
      font-size: 1.6rem; }

.cares-ctn {
  padding-top: 4rem;
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #d8dce3; }
  @media screen and (max-width: 860px) {
    .cares-ctn {
      padding-top: 2.4rem;
      padding-bottom: 1.2rem; } }
  .cares-ctn .t-head {
    margin-bottom: 1.2rem; }
    .cares-ctn .t-head .t-text {
      color: var(--color-tt);
      font-weight: 700;
      font-size: 2.4rem; }
      @media only screen and (max-width: 1200px) {
        .cares-ctn .t-head .t-text {
          font-size: 2rem; } }
      @media only screen and (max-width: 800px) {
        .cares-ctn .t-head .t-text {
          font-size: 1.7rem; } }
  .cares-ctn .mona-content ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .cares-ctn .mona-content ol li:not(:last-child) {
      margin-bottom: 1.6rem; }
    .cares-ctn .mona-content ol li::before {
      content: "\f00c";
      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;
      background: rgba(91, 187, 123, 0.15);
      -ms-flex-negative: 0;
      flex-shrink: 0;
      font-family: "Font Awesome 6 Pro";
      color: var(--color-pri);
      font-size: 1.2rem; }

.cares-bot {
  margin-top: 4rem; }
  @media screen and (max-width: 860px) {
    .cares-bot {
      margin-top: 1.2rem; } }
  .cares-bot .b-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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 550px) {
      .cares-bot .b-flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .cares-bot .b-flex .newsdt-group {
      margin-top: unset; }

@media screen and (max-width: 860px) {
  .cares-row > .col {
    width: 100%; } }

.cares-side {
  position: sticky;
  top: var(--size-hd); }
  .cares-side .b-py {
    padding: 3.2rem;
    border-radius: 1.6rem;
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 1000px) {
      .cares-side .b-py {
        padding: 1.6rem;
        border-radius: 1.2rem; } }
    .cares-side .b-py::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
      background: linear-gradient(25.3deg, #005327 0%, #009d4a 100%); }

.cares-flist {
  --rg: 3.2rem; }
  @media screen and (max-width: 860px) {
    .cares-flist {
      --rg: 2.4rem;
      --cg: 1.2rem; }
      .cares-flist .col {
        width: 50%; } }
  @media screen and (max-width: 412px) {
    .cares-flist .col {
      width: 100%; } }

.cares-fit .b-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem; }
  .cares-fit .b-gr .icon {
    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;
    background: #0c7940;
    border-radius: 100rem;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .cares-fit .b-gr .icon img {
      width: 2.4rem;
      border-radius: unset; }
    @media screen and (max-width: 600px) {
      .cares-fit .b-gr .icon {
        width: 3.2rem;
        height: 3.2rem; }
        .cares-fit .b-gr .icon img {
          width: 1.8rem; } }
  .cares-fit .b-gr .t-gr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff; }
    .cares-fit .b-gr .t-gr .t-txt {
      font-size: 1.4rem; }
    .cares-fit .b-gr .t-gr .t-text {
      font-size: 1.6rem; }
      @media screen and (max-width: 600px) {
        .cares-fit .b-gr .t-gr .t-text {
          font-size: 1.4rem;
          color: var(--color-sec); } }

@media screen and (max-width: 600px) {
  .vari-head {
    max-width: 90%;
    margin: 0 auto; } }

.vari-head .b-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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 600px) {
    .vari-head .b-gr {
      gap: 1.2rem;
      position: relative;
      padding: 1.2rem;
      border: 0.1rem dashed var(--color-pri);
      border-radius: 1.2rem; }
      .vari-head .b-gr::before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 3.2rem;
        height: 3.2rem;
        background-image: url(../assets/images/icon-leaf.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transition: 1s ease-in-out;
        transition: 1s ease-in-out; } }
  .vari-head .b-gr .btn.b-custom {
    color: var(--color-pri);
    border: 0.1rem solid var(--color-pri); }
    .vari-head .b-gr .btn.b-custom::after {
      background: var(--color-pri);
      border-radius: unset; }
    .vari-head .b-gr .btn.b-custom.active {
      color: var(--color-white); }
      .vari-head .b-gr .btn.b-custom.active .icon {
        background: #fff; }
        .vari-head .b-gr .btn.b-custom.active .icon img {
          -webkit-filter: invert(70%) sepia(83%) saturate(395%) hue-rotate(96deg) brightness(90%) contrast(100%);
          filter: invert(70%) sepia(83%) saturate(395%) hue-rotate(96deg) brightness(90%) contrast(100%); }
    @media (hover: hover) {
      .vari-head .b-gr .btn.b-custom:hover {
        color: var(--color-white); }
        .vari-head .b-gr .btn.b-custom:hover .icon {
          background: #fff; }
          .vari-head .b-gr .btn.b-custom:hover .icon img {
            -webkit-filter: invert(70%) sepia(83%) saturate(395%) hue-rotate(96deg) brightness(90%) contrast(100%);
            filter: invert(70%) sepia(83%) saturate(395%) hue-rotate(96deg) brightness(90%) contrast(100%); } }

@media screen and (max-width: 768px) {
  .vari-list .col {
    width: 50%; } }

@media screen and (max-width: 412px) {
  .vari-list .col {
    width: 100%; } }

.varis-box {
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden; }
  .varis-box .b-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
    .varis-box .b-bg::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(270.11deg, rgba(0, 0, 0, 0) 0.1%, rgba(0, 0, 0, 0.6) 99.91%); }
    .varis-box .b-bg img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .varis-box .b-py {
    min-height: 46rem;
    padding: 6%;
    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; }
    @media screen and (max-width: 768px) {
      .varis-box .b-py {
        padding: 8% 6%;
        min-height: 34rem; } }
    .varis-box .b-py .b-ctn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 2.4rem;
      max-width: 42rem; }
      .varis-box .b-py .b-ctn .btn.b-custom {
        color: var(--color-white);
        pointer-events: none; }
        .varis-box .b-py .b-ctn .btn.b-custom .icon {
          background: var(--color-pri); }
          .varis-box .b-py .b-ctn .btn.b-custom .icon img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1); }
        .varis-box .b-py .b-ctn .btn.b-custom::after {
          -webkit-backdrop-filter: blur(0.4rem);
          backdrop-filter: blur(0.4rem);
          left: 0;
          width: 100%;
          background: rgba(255, 255, 255, 0.2); }
    .varis-box .b-py .b-gr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 1.6rem; }
      .varis-box .b-py .b-gr .t-gr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .varis-box .b-py .b-gr .t-gr .t-type {
          font-size: 2rem;
          color: #fff;
          font-weight: 700; }
          @media only screen and (max-width: 1200px) {
            .varis-box .b-py .b-gr .t-gr .t-type {
              font-size: 1.8rem; } }
          @media only screen and (max-width: 800px) {
            .varis-box .b-py .b-gr .t-gr .t-type {
              font-size: 1.6rem; } }
        .varis-box .b-py .b-gr .t-gr .t-text {
          color: var(--color-sec);
          font-weight: 700;
          font-size: 3rem; }
          @media only screen and (max-width: 1200px) {
            .varis-box .b-py .b-gr .t-gr .t-text {
              font-size: 2.7rem; } }
          @media only screen and (max-width: 800px) {
            .varis-box .b-py .b-gr .t-gr .t-text {
              font-size: 2.4rem; } }
          @media screen and (max-width: 768px) {
            .varis-box .b-py .b-gr .t-gr .t-text {
              font-size: 2.6rem; } }
      .varis-box .b-py .b-gr .t-des {
        color: #d8dce3;
        font-size: 1.6rem;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .varis-box .b-py .b-gr .t-des {
            font-size: 1.4rem; } }

@media screen and (max-width: 768px) {
  .varis-row .col {
    width: 100%; } }

.varis-content {
  padding-bottom: 4rem;
  border-bottom: 0.1rem solid #d8dce3; }
  @media screen and (max-width: 600px) {
    .varis-content {
      padding-bottom: 2.4rem; } }
  .varis-content .mona-content img {
    border-radius: 1.6rem; }
  .varis-content .mona-content iframe {
    width: 100%;
    height: 40rem;
    border-radius: 1.6rem; }
    @media screen and (max-width: 600px) {
      .varis-content .mona-content iframe {
        height: 32rem; } }

.varis-side {
  position: sticky;
  top: 12rem; }
  .varis-side .b-py {
    padding: 3.2rem;
    position: relative;
    border-radius: 1.6rem;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem; }
    @media screen and (max-width: 500px) {
      .varis-side .b-py {
        padding: 2.4rem;
        gap: 1.2rem;
        border-radius: 1.2rem; } }
    .varis-side .b-py::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
      background: linear-gradient(15.75deg, #005327 0%, #009d4a 100%); }
    .varis-side .b-py .t-head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 0.6rem; }
      .varis-side .b-py .t-head:not(:last-child) {
        padding-bottom: 2.4rem;
        border-bottom: 0.1rem solid #1b9655; }
        @media screen and (max-width: 500px) {
          .varis-side .b-py .t-head:not(:last-child) {
            padding-bottom: 1.6rem; } }
      .varis-side .b-py .t-head:first-child .t-text {
        font-size: 3.2rem; }
      .varis-side .b-py .t-head .t-text {
        font-size: 2.4rem;
        color: var(--color-white);
        font-weight: 700; }
      .varis-side .b-py .t-head .b-gr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1.6rem;
        margin-top: 0.8rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .varis-side .b-py .t-head .b-gr .t-igr {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 0.8rem;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .varis-side .b-py .t-head .b-gr .t-igr .icon {
            width: 3.6rem;
            height: 3.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;
            border-radius: 100rem;
            background: #0c7940;
            -ms-flex-negative: 0;
            flex-shrink: 0; }
          .varis-side .b-py .t-head .b-gr .t-igr .t-gr {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: var(--color-white); }
    .varis-side .b-py .b-content .mona-content ul {
      line-height: 2; }

.cks-sw {
  position: relative; }
  @media screen and (min-width: 1201px) {
    .cks-sw {
      margin: -1rem; } }
  .cks-sw .swiper {
    padding: 1rem 0; }
    @media screen and (min-width: 1201px) {
      .cks-sw .swiper {
        padding: 1rem; } }
    .cks-sw .swiper-slide {
      overflow: visible; }
      @media screen and (max-width: 820px) {
        .cks-sw .swiper-slide {
          width: 50%; } }
      @media screen and (max-width: 460px) {
        .cks-sw .swiper-slide {
          width: 75%; } }

.sec-sup {
  position: relative; }
  .sec-sup .wave-bot {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    pointer-events: none;
    overflow: hidden; }
    .sec-sup .wave-bot .waves {
      position: relative;
      width: 100%;
      height: 8rem;
      display: block;
      -webkit-transform: scale(-1);
      transform: scale(-1); }
      @media screen and (max-width: 1000px) {
        .sec-sup .wave-bot .waves {
          height: 2rem; } }
      .sec-sup .wave-bot .waves .parallax use {
        -webkit-animation-delay: -2s;
        animation-delay: -2s;
        -webkit-animation-duration: 7s;
        animation-duration: 7s;
        -webkit-animation: move-forever 15s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
        animation: move-forever 15s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite; }

.sup-head {
  max-width: 86rem;
  margin: 0 auto; }

@media screen and (min-width: 1201px) {
  .sup-pagi {
    display: none; } }

.sup-sw {
  margin: -1rem; }
  .sup-sw .swiper {
    padding: 1rem; }
    @media screen and (min-width: 1201px) {
      .sup-sw .swiper-wrapper {
        -webkit-transform: unset !important;
        transform: unset !important; } }
    .sup-sw .swiper-slide {
      overflow: visible; }
      @media screen and (max-width: 1200px) {
        .sup-sw .swiper-slide.swiper-slide-active .sup-it {
          -webkit-box-shadow: 0.4rem 0.1rem 1rem rgba(18, 27, 44, 0.08);
          box-shadow: 0.4rem 0.1rem 1rem rgba(18, 27, 44, 0.08); }
          .sup-sw .swiper-slide.swiper-slide-active .sup-it .b-bg {
            opacity: 0; }
          .sup-sw .swiper-slide.swiper-slide-active .sup-it .b-title {
            opacity: 0; }
          .sup-sw .swiper-slide.swiper-slide-active .sup-it .b-icon {
            background: var(--color-pri); }
            .sup-sw .swiper-slide.swiper-slide-active .sup-it .b-icon::before {
              background: var(--color-white); }
            .sup-sw .swiper-slide.swiper-slide-active .sup-it .b-icon::after {
              opacity: 0; } }
      @media screen and (max-width: 1050px) {
        .sup-sw .swiper-slide {
          width: 50%; } }
      @media screen and (max-width: 600px) {
        .sup-sw .swiper-slide {
          width: 80%; } }

.sup-it {
  border-radius: 1.6rem;
  overflow: hidden;
  position: relative;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media (hover: hover) {
    .sup-it:hover {
      -webkit-box-shadow: 0.4rem 0.1rem 1rem rgba(18, 27, 44, 0.08);
      box-shadow: 0.4rem 0.1rem 1rem rgba(18, 27, 44, 0.08); }
      .sup-it:hover .b-bg {
        opacity: 0; }
      .sup-it:hover .b-title {
        opacity: 0; }
      .sup-it:hover .b-icon {
        background: var(--color-pri); }
        .sup-it:hover .b-icon::before {
          background: var(--color-white); }
        .sup-it:hover .b-icon::after {
          opacity: 0; } }
  .sup-it .b-icon {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 100rem;
    background: #fff;
    bottom: 2.4rem;
    left: 2.4rem;
    z-index: 1;
    display: inline-block;
    position: absolute;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    --size-yh: 1.7rem;
    --size-xh: 0.2rem; }
    @media screen and (max-width: 1200px) {
      .sup-it .b-icon {
        display: none; } }
    .sup-it .b-icon::before, .sup-it .b-icon::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: var(--size-yh);
      height: var(--size-xh);
      border-radius: 1.6rem;
      background: var(--color-pri);
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .sup-it .b-icon::after {
      width: var(--size-xh);
      height: var(--size-yh); }
  .sup-it .b-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--color-pri);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
    .sup-it .b-bg img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .sup-it .b-py {
    padding: 2.4rem;
    padding-bottom: 8.2rem;
    background: #fff;
    height: 100%;
    min-height: 37rem; }
    @media screen and (max-width: 1200px) {
      .sup-it .b-py {
        padding: 1.6rem; } }
  .sup-it .b-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 2.4rem;
    font-size: 2.4rem;
    color: #fff;
    font-weight: 700;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media only screen and (max-width: 1200px) {
      .sup-it .b-title {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .sup-it .b-title {
        font-size: 1.7rem; } }
  .sup-it .b-ctn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem; }
    .sup-it .b-ctn .title-mb {
      font-size: 2rem;
      text-align: center;
      color: var(--color-sec);
      font-weight: 600; }
      @media screen and (min-width: 1201px) {
        .sup-it .b-ctn .title-mb {
          display: none; } }
    .sup-it .b-ctn .t-head .t-text {
      font-size: 1.6rem;
      font-weight: 700;
      color: var(--color-pri);
      margin-bottom: 0.8rem; }
    .sup-it .b-ctn .t-head .t-content {
      color: #39424e;
      font-size: 1.4rem; }
      .sup-it .b-ctn .t-head .t-content ul {
        list-style: disc;
        margin-left: 2.4rem; }

.sec-scate {
  position: relative;
  overflow: hidden; }
  .sec-scate::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 250, 240, 0)), color-stop(22.61%, #fff7e7));
    background: linear-gradient(180deg, rgba(255, 250, 240, 0) 0%, #fff7e7 22.61%); }

.scate-it {
  height: 100%; }
  .scate-it .b-py {
    padding: 4rem 3rem;
    border-radius: 2.4rem;
    height: 100%;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 1200px) {
      .scate-it .b-py {
        padding: 2.4rem 1.2rem; } }
    @media screen and (max-width: 768px) {
      .scate-it .b-py {
        border-radius: 1.4rem; } }
    @media (hover: hover) {
      .scate-it .b-py:hover::before {
        opacity: 1; }
      .scate-it .b-py:hover .b-gr .t-text {
        color: var(--color-white); }
      .scate-it .b-py:hover .b-btn {
        opacity: 1; } }
    .scate-it .b-py::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: radial-gradient(190.89% 77.54% at 50% 56.58%, #14ec7a 0%, #005327 55.64%);
      opacity: 0;
      z-index: -1;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    @media screen and (max-width: 1200px) {
      .scate-it .b-py::before {
        opacity: 1; }
      .scate-it .b-py .b-gr .t-text {
        color: var(--color-white); }
      .scate-it .b-py .b-btn {
        opacity: 1; } }
  .scate-it .b-image .inner {
    display: block;
    padding-top: calc((285 / 326) * 100%);
    position: relative;
    overflow: hidden; }
    .scate-it .b-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; }
  .scate-it .b-ctn {
    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: 1200px) {
      .scate-it .b-ctn {
        gap: 2.4rem; } }
  .scate-it .b-gr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    @media screen and (max-width: 1200px) {
      .scate-it .b-gr {
        gap: 1.2rem; } }
    .scate-it .b-gr .t-text {
      font-size: 2.4rem;
      font-weight: 700;
      color: #39424e;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      @media only screen and (max-width: 1200px) {
        .scate-it .b-gr .t-text {
          font-size: 2rem; } }
      @media only screen and (max-width: 800px) {
        .scate-it .b-gr .t-text {
          font-size: 1.7rem; } }
  .scate-it .b-btn {
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }

@media screen and (max-width: 768px) {
  .scate-sw .swiper-slide {
    width: 50%; } }

@media screen and (max-width: 400px) {
  .scate-sw .swiper-slide {
    width: 75%; } }

.sec-sprd {
  position: relative;
  overflow: hidden; }

.sprd-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }
  .sprd-bg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.sprd-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .sprd-row .col {
      width: 100%; } }

.sprd .hct-ipos {
  padding-bottom: 0; }

.sprd-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: 10rem; }

.sprd-it:nth-child(even) .sprd-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

@media screen and (max-width: 768px) {
  .sprd-ctn {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media screen and (max-width: 1000px) {
  .sprd-ctn .head {
    max-width: 24rem; } }

@media screen and (max-width: 768px) {
  .sprd-ctn .head {
    max-width: 100%; }
    .sprd-ctn .head .t-title::before {
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .sprd-ctn .head .t-title::after {
      left: 50%;
      -webkit-transform: translate(-50%, 20%) scale(0);
      transform: translate(-50%, 20%) scale(0); }
    .sprd-ctn .head .t-title.active::after {
      -webkit-transform: translate(-50%, 20%) scale(1);
      transform: translate(-50%, 20%) scale(1); } }

.sprd-img {
  position: relative; }
  .sprd-img .inner img {
    display: block;
    width: 100%; }
  .sprd-img .b-tag {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 1.6rem;
    border: 0.1rem solid #e0e4ea;
    background: #fff;
    border-radius: 100rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 1;
    width: 36rem; }
    @media screen and (max-width: 1580px) {
      .sprd-img .b-tag {
        -webkit-transform: translate(-50%, -50%) scale(0.7);
        transform: translate(-50%, -50%) scale(0.7); } }
    @media screen and (max-width: 900px) {
      .sprd-img .b-tag {
        -webkit-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5); } }
    @media screen and (max-width: 768px) {
      .sprd-img .b-tag {
        -webkit-transform: unset;
        transform: unset;
        padding: 0.6rem;
        padding-right: 1.2rem;
        width: 22rem; } }
    .sprd-img .b-tag .i-gr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 2rem;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .sprd-img .b-tag .i-gr {
          gap: 1rem; } }
      .sprd-img .b-tag .i-gr .icon {
        width: 6.4rem;
        height: 6.4rem;
        border-radius: 100rem;
        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;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        @media screen and (max-width: 768px) {
          .sprd-img .b-tag .i-gr .icon {
            width: 3.2rem;
            height: 3.2rem; }
            .sprd-img .b-tag .i-gr .icon img {
              display: block;
              width: 1.6rem; } }
      .sprd-img .b-tag .i-gr .t-text {
        color: #15191e;
        font-size: 2rem;
        font-weight: 500; }
        @media screen and (max-width: 768px) {
          .sprd-img .b-tag .i-gr .t-text {
            font-size: 1.3rem; } }
    .sprd-img .b-tag.x1 {
      top: 15%;
      left: 15%; }
      @media screen and (max-width: 768px) {
        .sprd-img .b-tag.x1 {
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); } }
    .sprd-img .b-tag.x2 {
      left: 100%;
      top: 50%; }
      @media screen and (max-width: 1480px) {
        .sprd-img .b-tag.x2 {
          left: 15%;
          top: 75%; } }
      @media screen and (max-width: 768px) {
        .sprd-img .b-tag.x2 {
          left: 0;
          top: 65%; } }
    .sprd-img .b-tag.x3 {
      left: 40%;
      top: 97%; }
      @media screen and (max-width: 768px) {
        .sprd-img .b-tag.x3 {
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          top: 90%; } }

.proc-top {
  max-width: 90rem;
  margin: 0 auto; }

.proc-sw {
  margin: -0.8rem; }
  .proc-sw .swiper {
    padding: 0.8rem; }
    .proc-sw .swiper-slide {
      overflow: visible; }

.proc-it {
  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;
  height: 100%;
  min-height: 14rem;
  border-radius: 1.6rem;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media (hover: hover) {
    .proc-it:hover {
      -webkit-box-shadow: 0.2rem 0.4rem 1rem rgba(18, 27, 44, 0.08);
      box-shadow: 0.2rem 0.4rem 1rem rgba(18, 27, 44, 0.08); }
      .proc-it:hover .inner {
        -webkit-filter: unset;
        filter: unset; } }
  .proc-it.active {
    -webkit-box-shadow: 0.2rem 0.4rem 1rem rgba(18, 27, 44, 0.08);
    box-shadow: 0.2rem 0.4rem 1rem rgba(18, 27, 44, 0.08); }
    .proc-it.active .inner {
      -webkit-filter: unset;
      filter: unset; }
  .proc-it .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;
    height: 8rem;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media screen and (max-width: 768px) {
      .proc-it .inner {
        -webkit-filter: unset;
        filter: unset; } }
    .proc-it .inner img {
      display: block;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }

.proc-mid {
  margin-top: 7rem; }

.proc-head .head {
  margin-bottom: 4rem; }

@media screen and (max-width: 1050px) {
  .proc-list .col {
    width: calc(100% / 3); } }

@media screen and (max-width: 750px) {
  .proc-list .col {
    width: 50%; } }

@media screen and (max-width: 410px) {
  .proc-list .col {
    width: 100%; } }

.prd-it {
  height: 100%; }
  .prd-it .b-ctn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.6rem;
    background: #fff;
    border: 0.1rem solid #d8dce3;
    border-radius: 1.6rem;
    height: 100%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media (hover: hover) {
      .prd-it .b-ctn:hover {
        border-color: transparent;
        -webkit-box-shadow: 0.2rem 0.2rem 1.6rem rgba(18, 27, 44, 0.08);
        box-shadow: 0.2rem 0.2rem 1.6rem rgba(18, 27, 44, 0.08); } }
  .prd-it .b-image {
    max-width: 18rem;
    margin: 0 auto; }
    .prd-it .b-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; }
      .prd-it .b-image .inner img {
        display: block;
        -o-object-fit: contain;
        object-fit: contain; }
  .prd-it .b-pos {
    height: 100%;
    position: relative; }
  .prd-it .b-top {
    padding: 2.8rem 0; }
  .prd-it .b-bot {
    padding-top: 1.6rem; }
  .prd-it .b-gr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.2rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .prd-it .b-gr .t-gr {
      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; }
      .prd-it .b-gr .t-gr .t-type {
        color: #15191e;
        font-weight: 400; }
      .prd-it .b-gr .t-gr .t-link {
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 1.8rem;
        color: #15191e;
        transition: 0.3s ease-in-out; }
        @media only screen and (max-width: 1200px) {
          .prd-it .b-gr .t-gr .t-link {
            font-size: 1.6rem; } }
        @media only screen and (max-width: 800px) {
          .prd-it .b-gr .t-gr .t-link {
            font-size: 1.5rem; } }
        @media (hover: hover) {
          .prd-it .b-gr .t-gr .t-link:hover {
            color: var(--color-pri); } }
    .prd-it .b-gr .t-price {
      font-size: 1.6rem;
      color: var(--color-tt); }

.prd-tag.b-tag {
  position: absolute;
  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;
  top: 0;
  left: 0;
  z-index: 2; }
  .prd-tag.b-tag .t-tag {
    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: 0.4rem;
    font-size: 1.4rem;
    padding: 0.6rem 0.8rem;
    border-radius: 100rem;
    min-height: 2.4rem;
    line-height: 100%; }
    .prd-tag.b-tag .t-tag.tag-sale {
      color: #f43d34;
      background: #fde4e2; }
    .prd-tag.b-tag .t-tag.tag-lv {
      background: var(--color-sec);
      color: #fff; }
    .prd-tag.b-tag .t-tag .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;
      -ms-flex-negative: 0;
      flex-shrink: 0; }

.prds-row {
  --rg: 4rem; }
  @media screen and (max-width: 850px) {
    .prds-row > .col {
      width: 100%; } }

.prds-smain {
  background: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative; }

.prds-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.6rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 1.2rem; }
  @media screen and (max-width: 850px) {
    .prds-block {
      margin: 0 -0.6rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }

.prds-col-left {
  width: 18%;
  padding: 0 1.6rem; }
  @media screen and (max-width: 850px) {
    .prds-col-left {
      padding: 0 0.6rem;
      width: 100%; } }

.prds-col-right {
  width: 82%;
  padding: 0 1.6rem; }
  @media screen and (max-width: 850px) {
    .prds-col-right {
      padding: 0 0.6rem;
      width: 100%; } }

.prds-sthumb .swiper {
  max-height: 50rem; }
  @media screen and (max-width: 850px) {
    .prds-sthumb .swiper {
      max-height: unset;
      margin: 0 -0.4rem; } }
  .prds-sthumb .swiper-slide {
    overflow: unset;
    height: calc(100% / 4) !important; }
    @media screen and (max-width: 850px) {
      .prds-sthumb .swiper-slide {
        height: auto !important;
        width: calc(100% / 4);
        padding: 0 0.4rem; } }
    .prds-sthumb .swiper-slide.swiper-slide-thumb-active .prds-sthumb-img {
      border-color: var(--color-pri); }

.prds-sthumb-img {
  padding: 0.6rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #d8dce3;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  background: #fff; }
  .prds-sthumb-img .inner {
    display: block;
    padding-top: calc((1 / 1) * 100%);
    position: relative;
    overflow: hidden; }
    .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: contain;
      object-fit: contain; }

.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; }
  .prds-smain-img .inner {
    display: block;
    padding-top: calc((1 / 1) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 0.2rem; }
    .prds-smain-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; }

.prds-ctn {
  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.6rem; }
  @media screen and (max-width: 1200px) {
    .prds-ctn {
      gap: 2.4rem; } }

.prds-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: 2.4rem; }
  @media screen and (max-width: 1200px) {
    .prds-group {
      gap: 1.2rem; } }
  .prds-group > .t-text {
    color: var(--color-tt);
    font-size: 2rem; }
    @media only screen and (max-width: 1200px) {
      .prds-group > .t-text {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .prds-group > .t-text {
        font-size: 1.6rem; } }

.prds-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem; }
  @media screen and (max-width: 1200px) {
    .prds-check {
      gap: 1.2rem; } }
  .prds-check .recheck-item {
    padding: 1rem 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: 0.1rem solid #d8dce3;
    border-radius: 100rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: #fff;
    color: var(--color-tt);
    font-size: 1.6rem; }
    .prds-check .recheck-item.active {
      background: var(--color-pri);
      color: #fff; }
    .prds-check .recheck-item .recheck-text {
      margin-left: unset; }
    @media screen and (max-width: 500px) {
      .prds-check .recheck-item {
        font-size: 1.4rem;
        padding: 0.4rem 1rem; } }

.prds-bot {
  margin-top: 6rem; }
  @media screen and (max-width: 768px) {
    .prds-bot {
      margin-top: 2.4rem; } }

.prds-if {
  padding: 4rem;
  background: #fff;
  -webkit-box-shadow: 0.4rem 0.8rem 4rem rgba(18, 27, 44, 0.08);
  box-shadow: 0.4rem 0.8rem 4rem rgba(18, 27, 44, 0.08);
  border-radius: 1.6rem; }
  @media screen and (max-width: 768px) {
    .prds-if {
      padding: 2.4rem; } }
  .prds-if .h-if {
    border-bottom: 0.1rem solid #d8dce3;
    white-space: nowrap;
    overflow-x: auto; }
    .prds-if .h-if::-webkit-scrollbar {
      display: none; }
    .prds-if .h-if .t-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -2.5rem;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .prds-if .h-if .t-flex {
          margin: 0 -1.2rem;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; } }
      .prds-if .h-if .t-flex .t-col {
        padding: 0 2.5rem; }
        @media screen and (max-width: 768px) {
          .prds-if .h-if .t-flex .t-col {
            padding: 0 1.2rem; } }
        .prds-if .h-if .t-flex .t-col > .t-text {
          font-size: 1.6rem;
          color: var(--color-tt);
          -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
          display: inline-block;
          padding-bottom: 0.8rem;
          position: relative; }
          .prds-if .h-if .t-flex .t-col > .t-text::before {
            content: "";
            position: absolute;
            left: 50%;
            top: 100%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            height: 0.2rem;
            background: var(--color-pri);
            -webkit-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
            width: 0; }
          .prds-if .h-if .t-flex .t-col > .t-text.active {
            color: var(--color-pri); }
            .prds-if .h-if .t-flex .t-col > .t-text.active::before {
              width: 100%; }
  .prds-if .m-if .m-content input:checked ~ .m-bl {
    max-height: 100%; }
    .prds-if .m-if .m-content input:checked ~ .m-bl::after {
      opacity: 0; }
  .prds-if .m-if .m-content input:checked ~ .btn-for .btn .t-text {
    display: none; }
    .prds-if .m-if .m-content input:checked ~ .btn-for .btn .t-text.hidden {
      display: block; }
  .prds-if .m-if .m-content input:checked ~ .btn-for .btn .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .prds-if .m-if .m-bl {
    overflow: hidden;
    position: relative;
    max-height: 40rem; }
    .prds-if .m-if .m-bl::after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 50%;
      pointer-events: none;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%); }
  .prds-if .m-if .m-ctn {
    display: none; }
    .prds-if .m-if .m-ctn .btn-for {
      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-if .m-if .m-ctn .btn-for .hidden {
        display: none; }
      .prds-if .m-if .m-ctn .btn-for .btn .icon {
        -webkit-transform: unset;
        transform: unset; }

.prdrl-block {
  margin-top: 4rem; }

.prdrl-sw {
  position: relative; }
  @media screen and (min-width: 1201px) {
    .prdrl-sw {
      margin: -1rem; } }
  @media screen and (min-width: 1201px) {
    .prdrl-sw .swiper {
      padding: 1rem; } }
  .prdrl-sw .swiper-slide {
    overflow: visible; }
    @media screen and (max-width: 900px) {
      .prdrl-sw .swiper-slide {
        width: calc(100% / 3); } }
    @media screen and (max-width: 700px) {
      .prdrl-sw .swiper-slide {
        width: 50%; } }
    @media screen and (max-width: 412px) {
      .prdrl-sw .swiper-slide {
        width: 75%; } }

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