@import url("../library/fontawesome/css/all.css");
@import url("../library/fontawesome/fontawesome/fontawesome.css");
@import url("../library/aos/aos.css");
@import url("../library/swiper/swiper-bundle.min.css");
@import url("../library/select2/select2.min.css");
@import url("../library/fancybox/fancybox.css");
@import url("../library/magnific/magnific-popup.css");
@import url("../library/datepicker/jquery-ui.css");
@import url("../font/Barlow/stylesheet.css");
@import url("../font/r0c0i-Linotte/stylesheet.css");
@import url("../font/UTM Avo/stylesheet.css");
@import url("../font/Barlow_Condensed/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 {
  font-family: var(--font-pri); }
  .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;
    font-weight: 600; }
  .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 .wp-block-heading {
    color: #0F172A;
    font-weight: 700; }
  .mona-content figcaption,
  .mona-content .wp-caption-text {
    padding-left: 1em;
    border-left: .3rem solid #ED1C24;
    font-style: italic;
    text-align: left; }
    @media screen and (max-width: 1200px) {
      .mona-content figcaption,
      .mona-content .wp-caption-text {
        padding-left: 1rem; } }
  .mona-content li, .mona-content span,
  .mona-content p {
    margin: .8em 0;
    color: #3A4040; }
  .mona-content ul,
  .mona-content ol {
    margin: .5em 0;
    list-style-position: inside; }
  .mona-content ul ul,
  .mona-content ul ol,
  .mona-content ol ul,
  .mona-content ol ol {
    margin-left: .8em; }
  .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 {
    width: 100%;
    max-width: 100% !important;
    height: auto;
    border-radius: 1.6rem; }
  .mona-content blockquote {
    background: #f9f9f9;
    margin: 1em 0;
    padding: 1em;
    border-left: 3px solid var(--Primary-1, #ED1C24);
    background: var(--Primary-1-Primary-1-100, #ECF5FD); }
    @media screen and (max-width: 1200px) {
      .mona-content blockquote {
        padding: 1em; } }
    .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: 12rem;
  --size-sc: 10rem;
  --remainder: calc(100vw - 123rem);
  --halfremainder: calc(var(--remainder)/2);
  --seremainder: calc(var(--halfremainder)/3);
  --halfseremainder: calc(var(--halfremainder)/2);
  --font-pri: 'Barlow';
  --font-sec: 'r0c0i Linotte';
  --font-thr: 'UTM Avo';
  --font-four: 'Barlow Condensed'; }
  @media (max-width: 1200px) {
    :root {
      --size-hd: 8rem;
      --size-sc: 7rem; } }
  @media (max-width: 600px) {
    :root {
      --size-hd: 7rem;
      --size-sc: 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-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  font-family: 'Barlow';
  color: #333333;
  background-color: #ffffff;
  overflow: hidden auto; }
  body::-webkit-scrollbar {
    width: .5rem; }
  body::-webkit-scrollbar-thumb {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E4002B), to(#E4002B));
    background-image: linear-gradient(#E4002B, #E4002B);
    border-radius: 50px; }
  @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; }

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

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

.main {
  position: relative;
  padding-top: var(--size-hd); }

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

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

iframe {
  vertical-align: middle; }

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

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

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

.fsi {
  font-style: italic; }

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

.tabBtn {
  cursor: pointer; }

.gItem {
  cursor: pointer; }

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

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

.col {
  width: 100%;
  padding: 0 calc(var(--col-gap) / 2);
  margin-bottom: var(--row-gap); }
  .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%); }

@-webkit-keyframes cloudMove {
  0% {
    left: 0; }
  100% {
    left: 100%; } }

@keyframes cloudMove {
  0% {
    left: 0; }
  100% {
    left: 100%; } }

@keyframes cloudMove {
  0% {
    left: 0; }
  100% {
    left: 100%; } }

@-webkit-keyframes cloudFade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes cloudFade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes mover_wave {
  0% {
    -webkit-transform: translateX(-30%) translateZ(0);
    transform: translateX(-30%) translateZ(0); }
  50% {
    -webkit-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0); }
  100% {
    -webkit-transform: translateX(30%) translateZ(0);
    transform: translateX(30%) translateZ(0); } }

@keyframes mover_wave {
  0% {
    -webkit-transform: translateX(-30%) translateZ(0);
    transform: translateX(-30%) translateZ(0); }
  50% {
    -webkit-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0); }
  100% {
    -webkit-transform: translateX(30%) translateZ(0);
    transform: translateX(30%) translateZ(0); } }

@-webkit-keyframes movel_wave {
  0% {
    -webkit-transform: translateX(30%) translateZ(0);
    transform: translateX(30%) translateZ(0); }
  50% {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0); }
  100% {
    -webkit-transform: translateX(-30%) translateZ(0);
    transform: translateX(-30%) translateZ(0); } }

@keyframes movel_wave {
  0% {
    -webkit-transform: translateX(30%) translateZ(0);
    transform: translateX(30%) translateZ(0); }
  50% {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0); }
  100% {
    -webkit-transform: translateX(-30%) translateZ(0);
    transform: translateX(-30%) translateZ(0); } }

@keyframes cloudFade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes flip {
  30% {
    -webkit-transform: rotateY(45deg);
    transform: rotateY(45deg); }
  50% {
    -webkit-transform: rotateY(-45deg);
    transform: rotateY(-45deg); }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); } }

@keyframes flip {
  30% {
    -webkit-transform: rotateY(45deg);
    transform: rotateY(45deg); }
  50% {
    -webkit-transform: rotateY(-45deg);
    transform: rotateY(-45deg); }
  100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); } }

@-webkit-keyframes pin {
  0% {
    opacity: 0.6;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@-webkit-keyframes phone-fn {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) 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); }
  100%, 50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); } }

@keyframes phone-fn {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) 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); }
  100%, 50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg); } }

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

@-webkit-keyframes moveRight {
  100% {
    background-position: 100% 0; } }

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

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

@-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(-35deg) scale(1) skew(1deg);
    transform: rotate(-35deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(35deg) scale(1) skew(1deg);
    transform: rotate(35deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-35deg) scale(1.1) skew(1deg);
    transform: rotate(-35deg) scale(1.1) skew(1deg); }
  40% {
    -webkit-transform: rotate(35deg) scale(1.1) skew(1deg);
    transform: rotate(35deg) scale(1.1) skew(1deg); }
  50% {
    -webkit-transform: rotate(-35%) scale(1) skew(1deg);
    transform: rotate(-35%) scale(1) skew(1deg); }
  60% {
    -webkit-transform: rotate(35%) scale(1) skew(1deg);
    transform: rotate(35%) scale(1) skew(1deg); }
  70% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg); } }

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

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

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

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

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

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

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

@-webkit-keyframes Spinner2 {
  0% {
    -webkit-transform: rotate(0) translate(0, -50%);
    transform: rotate(0) translate(0, -50%); }
  100% {
    -webkit-transform: rotate(360deg) translate(0, -50%);
    transform: rotate(360deg) translate(0, -50%); } }

@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(1, 1.03);
    transform: scale(1, 1.03); }
  50% {
    -webkit-transform: scale(1.03, 1);
    transform: scale(1.03, 1); }
  75% {
    -webkit-transform: scale(1, 1.03);
    transform: scale(1, 1.03); } }

@keyframes jelly {
  25% {
    -webkit-transform: scale(1, 1.03);
    transform: scale(1, 1.03); }
  50% {
    -webkit-transform: scale(1.03, 1);
    transform: scale(1.03, 1); }
  75% {
    -webkit-transform: scale(1, 1.03);
    transform: scale(1, 1.03); } }

@-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 grows {
  from {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 1; }
  to {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0; } }

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

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

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

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

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

@-webkit-keyframes zoomIns {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes zoomIns {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes fadeUp {
  from {
    -webkit-transform: translateY(10rem);
    transform: translateY(10rem);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.4; } }

@keyframes fadeUp {
  from {
    -webkit-transform: translateY(10rem);
    transform: translateY(10rem);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.4; } }

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

@-webkit-keyframes DownUp2 {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px); }
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }

@keyframes DownUp2 {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px); }
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }

@-webkit-keyframes fadeLeftLong {
  from {
    -webkit-transform: translateX(10rem);
    transform: translateX(10rem);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fadeLeftLong {
  from {
    -webkit-transform: translateX(10rem);
    transform: translateX(10rem);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes shine2 {
  0% {
    left: -50%;
    opacity: 0.5; }
  50% {
    left: 25%;
    opacity: 0.25; }
  100% {
    left: 100%;
    opacity: 0; } }

@keyframes shine2 {
  0% {
    left: -50%;
    opacity: 0.5; }
  50% {
    left: 25%;
    opacity: 0.25; }
  100% {
    left: 100%;
    opacity: 0; } }

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes tracking-in-expand {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }

@keyframes tracking-in-expand {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }

@-webkit-keyframes toTop {
  0% {
    bottom: 0%;
    opacity: 0; }
  20% {
    bottom: 0%;
    opacity: 1; }
  100% {
    bottom: 100%;
    opacity: 0; } }

@keyframes toTop {
  0% {
    bottom: 0%;
    opacity: 0; }
  20% {
    bottom: 0%;
    opacity: 1; }
  100% {
    bottom: 100%;
    opacity: 0; } }

@-webkit-keyframes tilt-in-fwd-bl {
  0% {
    -webkit-transform: rotateY(-20deg) rotateX(-35deg) translate(-300px, 300px) skew(-35deg, 10deg);
    transform: rotateY(-20deg) rotateX(-35deg) translate(-300px, 300px) skew(-35deg, 10deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1; } }

@keyframes tilt-in-fwd-bl {
  0% {
    -webkit-transform: rotateY(-20deg) rotateX(-35deg) translate(-300px, 300px) skew(-35deg, 10deg);
    transform: rotateY(-20deg) rotateX(-35deg) translate(-300px, 300px) skew(-35deg, 10deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1; } }

@-webkit-keyframes tilt-in-fwd-br {
  0% {
    -webkit-transform: rotateY(20deg) rotateX(-35deg) translate(300px, 300px) skew(35deg, -10deg);
    transform: rotateY(20deg) rotateX(-35deg) translate(300px, 300px) skew(35deg, -10deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1; } }

@keyframes tilt-in-fwd-br {
  0% {
    -webkit-transform: rotateY(20deg) rotateX(-35deg) translate(300px, 300px) skew(35deg, -10deg);
    transform: rotateY(20deg) rotateX(-35deg) translate(300px, 300px) skew(35deg, -10deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1; } }

@-webkit-keyframes tabUp {
  from {
    -webkit-transform: translateY(100%) scale(0.9);
    transform: translateY(100%) scale(0.9);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1; } }

@keyframes tabUp {
  from {
    -webkit-transform: translateY(100%) scale(0.9);
    transform: translateY(100%) scale(0.9);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1; } }

@-webkit-keyframes tabDown {
  from {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1; }
  to {
    -webkit-transform: translateY(-100%) scale(0.9);
    transform: translateY(-100%) scale(0.9);
    opacity: 0; } }

@keyframes tabDown {
  from {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1; }
  to {
    -webkit-transform: translateY(-100%) scale(0.9);
    transform: translateY(-100%) scale(0.9);
    opacity: 0; } }

@-webkit-keyframes tabRight {
  from {
    -webkit-transform: translateX(100%) scale(0.9);
    transform: translateX(100%) scale(0.9);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    opacity: 1; } }

@keyframes tabRight {
  from {
    -webkit-transform: translateX(100%) scale(0.9);
    transform: translateX(100%) scale(0.9);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    opacity: 1; } }

@-webkit-keyframes tabLeft {
  from {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    opacity: 1; }
  to {
    -webkit-transform: translateX(-100%) scale(0.9);
    transform: translateX(-100%) scale(0.9);
    opacity: 0; } }

@keyframes tabLeft {
  from {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    opacity: 1; }
  to {
    -webkit-transform: translateX(-100%) scale(0.9);
    transform: translateX(-100%) scale(0.9);
    opacity: 0; } }

@-webkit-keyframes beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  96% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  96% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.mobile {
  position: fixed;
  z-index: 140;
  top: var(--size-hd);
  left: 0;
  bottom: 0;
  min-width: 50rem;
  width: 50rem;
  background-color: #ffffff;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%); }
  @media screen and (max-width: 500px) {
    .mobile {
      width: 90%;
      min-width: initial; } }
  .mobile.open {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  @media screen and (min-width: 1201px) {
    .mobile {
      display: none; } }
  .mobile-con {
    width: 100%;
    height: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto; }
  .mobile-heading {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #E4002B;
    font-weight: 700;
    margin-bottom: 2rem;
    text-transform: uppercase; }
  .mobile-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.8);
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    top: 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-bottom: 6rem;
    position: relative; }
  .mobile-list {
    margin-bottom: 2rem; }
  .mobile-content {
    padding: 2.4rem 1.6rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.4rem; }
    .mobile-content .title {
      font-weight: 600;
      font-size: 1.4rem;
      position: relative;
      padding-left: 2rem;
      color: #E4002B; }
      .mobile-content .title::after {
        content: '';
        position: absolute;
        width: 1.4rem;
        height: 1.4rem;
        left: 0;
        position: absolute;
        font-family: "Font Awesome 6 Pro"; }
    .mobile-content .mobile-fl {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: .8rem; }
      .mobile-content .mobile-fl .icon {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        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; }
        .mobile-content .mobile-fl .icon img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          display: block; }
      .mobile-content .mobile-fl.add .title::after {
        content: '\f3c5'; }
      .mobile-content .mobile-fl.ph .title::after {
        content: '\f2a0'; }
      .mobile-content .mobile-fl.mail .title::after {
        content: '\f0e0'; }
  .mobile-title {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #E4002B; }
  .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 #E4002B;
    background-color: #ffffff; }
    .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%;
      cursor: pointer;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      @media (hover: hover) {
        .mobile-mxh-link:hover i,
        .mobile-mxh-link:hover svg,
        .mobile-mxh-link:hover img {
          -webkit-transform: translateY(-0.4rem);
          transform: translateY(-0.4rem);
          -webkit-transition: .3s ease;
          transition: .3s ease; } }
      .mobile-mxh-link:not(:first-child) {
        border-left: 1px solid #E4002B; }
      .mobile-mxh-link img {
        --w: 2rem;
        width: var(--w);
        height: var(--w);
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
  .mobile-text {
    font-size: 1.6rem;
    display: block;
    color: #E4002B;
    word-break: break-word;
    font-weight: 400; }
  .mobile-account {
    position: absolute;
    top: 1rem;
    left: 1rem; }
  .mobile-re {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .mobile-re-link {
      font-size: 1.6rem;
      color: #ffffff;
      text-decoration: underline; }
      .mobile-re-link:not(:first-child) {
        margin-left: 16px; }
  .mobile-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 3.5rem;
    height: 3.5rem;
    border: 1px solid #E4002B;
    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: #E4002B; }
  .mobile-fl .fw-6 {
    margin-bottom: 0.8rem;
    margin-bottom: 0.8rem;
    display: inline;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.6rem;
    color: #E4002B; }
  .mobile-fl .mobile-text {
    display: inline;
    font-size: 1.6rem; }
  .mobile-fl .dot {
    display: none; }
  .mobile .mobile-text {
    font-size: 1.4rem; }

.header-nav .menu-nav {
  width: 100%;
  height: 100%; }
  .header-nav .menu-nav > .menu-list {
    height: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .header-nav .menu-nav > .menu-list > .menu-item {
      height: 100%;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: .8rem 1rem; }
      .header-nav .menu-nav > .menu-list > .menu-item:has(.current-menu-item) > .menu-link::after {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1); }
      .header-nav .menu-nav > .menu-list > .menu-item.dropdown .menu-item.current-menu-item .menu-link {
        color: #ffffff; }
      .header-nav .menu-nav > .menu-list > .menu-item.dropdown:hover::before {
        width: 0; }
      .header-nav .menu-nav > .menu-list > .menu-item.dropdown:hover::after {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      .header-nav .menu-nav > .menu-list > .menu-item > .menu-link {
        width: 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: #333333;
        font-weight: 500;
        white-space: nowrap;
        position: relative; }
        .header-nav .menu-nav > .menu-list > .menu-item > .menu-link::after {
          content: '';
          position: absolute;
          height: 0.8rem;
          width: .8rem;
          border-radius: 1rem;
          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;
          left: 50%;
          bottom: -1rem;
          -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
          background: #E4002B; }
        .header-nav .menu-nav > .menu-list > .menu-item > .menu-link:hover {
          color: #333333; }
          .header-nav .menu-nav > .menu-list > .menu-item > .menu-link:hover i {
            color: #333333;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
          .header-nav .menu-nav > .menu-list > .menu-item > .menu-link:hover::after {
            -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1); }
      .header-nav .menu-nav > .menu-list > .menu-item:hover > .menu-link, .header-nav .menu-nav > .menu-list > .menu-item.current-menu-parent > .menu-link, .header-nav .menu-nav > .menu-list > .menu-item.current-menu-item > .menu-link {
        color: #333333; }
        .header-nav .menu-nav > .menu-list > .menu-item:hover > .menu-link::after, .header-nav .menu-nav > .menu-list > .menu-item.current-menu-parent > .menu-link::after, .header-nav .menu-nav > .menu-list > .menu-item.current-menu-item > .menu-link::after {
          -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1); }
        .header-nav .menu-nav > .menu-list > .menu-item:hover > .menu-link i, .header-nav .menu-nav > .menu-list > .menu-item.current-menu-parent > .menu-link i, .header-nav .menu-nav > .menu-list > .menu-item.current-menu-item > .menu-link i {
          color: #333333; }
      .header-nav .menu-nav > .menu-list > .menu-item > .menu-list {
        top: calc(100% + 1rem); }

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

.header-nav .menu-item {
  position: relative;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s; }
  .header-nav .menu-item:hover > .menu-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
    .header-nav .menu-item:hover > .menu-list > .menu-item.current_page_item > a, .header-nav .menu-item:hover > .menu-list > .menu-item.current-menu-item > a {
      color: #E4002B; }
  .header-nav .menu-item:hover .menu-link,
  .header-nav .menu-item:hover a {
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s; }
  .header-nav .menu-item .menu-link,
  .header-nav .menu-item a {
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s; }
    .header-nav .menu-item .menu-link i,
    .header-nav .menu-item a i {
      transition: 0.2s ease-in-out;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition-delay: 0s;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -ms-transition-delay: 0s;
      -o-transition-delay: 0s; }
  .header-nav .menu-item > .menu-link,
  .header-nav .menu-item > a {
    display: block;
    font-size: 1.6rem; }
    .header-nav .menu-item > .menu-link > i,
    .header-nav .menu-item > a > i {
      display: none;
      font-weight: 500;
      margin-left: 0.7rem;
      font-size: 1.4rem;
      color: #333333; }
  .header-nav .menu-item.dropdown > a > i {
    display: inline-block; }
  .header-nav .menu-item > .menu-list {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 25rem;
    max-width: 28rem;
    display: -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: #ffffff;
    -webkit-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px); }
    .header-nav .menu-item > .menu-list > .menu-item {
      margin-left: 0;
      width: 100%; }
      .header-nav .menu-item > .menu-list > .menu-item.current-menu-item > .menu-link,
      .header-nav .menu-item > .menu-list > .menu-item.current-menu-item > a, .header-nav .menu-item > .menu-list > .menu-item:hover > .menu-link,
      .header-nav .menu-item > .menu-list > .menu-item:hover > a {
        color: #ffffff;
        background-color: #E4002B; }
        .header-nav .menu-item > .menu-list > .menu-item.current-menu-item > .menu-link > i,
        .header-nav .menu-item > .menu-list > .menu-item.current-menu-item > a > i, .header-nav .menu-item > .menu-list > .menu-item:hover > .menu-link > i,
        .header-nav .menu-item > .menu-list > .menu-item:hover > a > i {
          color: #ffffff; }
      .header-nav .menu-item > .menu-list > .menu-item > .menu-link,
      .header-nav .menu-item > .menu-list > .menu-item > a {
        padding: .6rem 1.2rem;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        z-index: 2;
        font-weight: 500;
        color: #333333; }
        .header-nav .menu-item > .menu-list > .menu-item > .menu-link > i,
        .header-nav .menu-item > .menu-list > .menu-item > a > i {
          -webkit-transform: rotate(-90deg) translate(5px, 0);
          transform: rotate(-90deg) translate(5px, 0);
          margin-top: 0.8rem;
          font-size: 1.4rem;
          color: #333333; }
      .header-nav .menu-item > .menu-list > .menu-item > .menu-list {
        left: 100%; }

.mobile-nav .menu-nav > .menu-list > .menu-item:hover > a, .mobile-nav .menu-nav > .menu-list > .menu-item.current_page_item > a, .mobile-nav .menu-nav > .menu-list > .menu-item.current-menu-item > a {
  color: #E4002B;
  font-weight: 600; }

.mobile-nav .menu-nav > .menu-list > .menu-item.active > a {
  color: #E4002B;
  font-weight: 600; }

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

.mobile-nav .menu-nav > .menu-list > .menu-item > a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 600;
  border-bottom: 1px solid #E2E8F0; }
  @media screen and (max-width: 400px) {
    .mobile-nav .menu-nav > .menu-list > .menu-item > a {
      font-size: 1.4rem; } }
  .mobile-nav .menu-nav > .menu-list > .menu-item > a::before {
    display: none; }

.mobile-nav .menu-item:hover > a {
  color: #E4002B; }

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

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

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

.mobile-nav .menu-item > a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.2rem;
  font-size: 1.6rem;
  color: #333333;
  font-weight: 600; }
  @media screen and (max-width: 400px) {
    .mobile-nav .menu-item > a {
      font-size: 1.4rem; } }

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

.title .txt {
  font-family: var(--font-pri);
  font-size: 2rem; }
  @media only screen and (max-width: 1200px) {
    .title .txt {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 800px) {
    .title .txt {
      font-size: 1.6rem; } }
  @media screen and (max-width: 800px) {
    .title .txt {
      font-size: 1.4rem; } }
  .title .txt span {
    color: #E4002B; }

.ttcenter {
  width: 80rem;
  max-width: 100%;
  margin: auto; }

.title-pri {
  font-size: 4rem;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 130%;
  font-family: var(--font-pri);
  text-wrap: balance; }
  @media only screen and (max-width: 1200px) {
    .title-pri {
      font-size: 3.5rem; } }
  @media only screen and (max-width: 800px) {
    .title-pri {
      font-size: 2.7rem; } }
  @media screen and (max-width: 800px) {
    .title-pri {
      font-size: 3rem; } }
  .title-pri span {
    color: #E4002B; }
  .title-pri.span-sec span {
    color: #E8BA41; }
  .title-pri.f-pri {
    font-size: 3.2rem; }
    @media only screen and (max-width: 1200px) {
      .title-pri.f-pri {
        font-size: 2.7rem; } }
    @media only screen and (max-width: 800px) {
      .title-pri.f-pri {
        font-size: 2.2rem; } }
    @media screen and (max-width: 800px) {
      .title-pri.f-pri {
        font-size: 1.8rem; } }
  .title-pri.f-sec {
    font-size: 2.8rem; }
    @media only screen and (max-width: 1200px) {
      .title-pri.f-sec {
        font-size: 2.4rem; } }
    @media only screen and (max-width: 800px) {
      .title-pri.f-sec {
        font-size: 2.1rem; } }
    @media screen and (max-width: 800px) {
      .title-pri.f-sec {
        font-size: 1.8rem; } }
  .title-pri.f-thr {
    font-size: 2.4rem; }
    @media only screen and (max-width: 1200px) {
      .title-pri.f-thr {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .title-pri.f-thr {
        font-size: 1.7rem; } }
    @media screen and (max-width: 800px) {
      .title-pri.f-thr {
        font-size: 1.8rem; } }
  .title-pri.f-four {
    font-size: 3.6rem; }
    @media only screen and (max-width: 1200px) {
      .title-pri.f-four {
        font-size: 3.1rem; } }
    @media only screen and (max-width: 800px) {
      .title-pri.f-four {
        font-size: 2.6rem; } }
    @media screen and (max-width: 800px) {
      .title-pri.f-four {
        font-size: 2.2rem; } }
  .title-pri .txt {
    font-size: 1.6rem;
    font-family: var(--font-sec);
    font-weight: 400;
    color: #333333; }

.font-pri {
  font-family: var(--font-pri); }

.font-sec {
  font-family: var(--font-sec); }

.font-thr {
  font-family: var(--font-thr); }

.font-four {
  font-family: var(--font-four); }

.t-ctext {
  color: #333333; }

.t-cwhite {
  color: #ffffff; }

.t-cpri {
  color: #E4002B; }

.t-csec {
  color: #E8BA41; }

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

.t-capi {
  text-transform: capitalize; }

.t-bold {
  font-weight: bold; }

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

.t-italic {
  font-style: italic; }

.h1-hidden {
  height: 0;
  width: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0; }

.title-slide-tt .char {
  transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -webkit-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -moz-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -o-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  opacity: 0; }

.title-slide-tt.is-inview .char {
  opacity: 1; }

::-webkit-scrollbar {
  width: 5px; }

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

/* Handle */
::-webkit-scrollbar-thumb {
  background: #E4002B;
  border-radius: 100rem; }

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
  z-index: 50;
  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;
  height: var(--size-hd); }
  @media screen and (max-width: 1200px) {
    .header {
      background-color: #ffffff; } }
  .header.sticky {
    background-color: #ffffff; }
    @media screen and (min-width: 1201px) {
      .header.sticky {
        height: var(--size-sc); } }
    .header.sticky .mobile-overlay,
    .header.sticky .mobile {
      top: var(--size-sc); }
  .header .container {
    width: 100%;
    max-width: 172.8rem;
    margin: 0 auto;
    padding: 0 30px; }
    @media screen and (max-width: 1200px) {
      .header .container {
        max-width: 123rem;
        padding: 0 15px; } }
  .header-wrap {
    height: 100%; }
  .header-flex {
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    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;
    gap: 1rem; }
    @media screen and (min-width: 1201px) {
      .header-flex {
        gap: 2rem; } }
    .header-flex-wrap {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 1.2rem;
      border-radius: 4rem;
      gap: 2rem; }
      @media screen and (min-width: 1201px) {
        .header-flex-wrap {
          -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
          border: 0.1rem solid #E2E8F0;
          background-color: #ffffff; } }
      @media screen and (max-width: 1500px) {
        .header-flex-wrap {
          gap: 1rem;
          padding: .8rem; } }
      @media screen and (max-width: 1200px) {
        .header-flex-wrap {
          padding: 0; } }
      @media screen and (min-width: 1201px) {
        .header-flex-wrap .header-ct {
          display: none; } }
  @media screen and (max-width: 1199px) {
    .header-nav {
      display: none; } }
  .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 18rem;
    background-color: #E4002B;
    position: relative;
    padding: 2rem 2rem 1.6rem 1.6rem;
    -webkit-transform: translate(0, -2.3rem);
    transform: translate(0, -2.3rem);
    border-bottom-right-radius: 3.6rem; }
    @media screen and (max-width: 1200px) {
      .header-logo {
        -webkit-transform: translate(0, -1.2rem);
        transform: translate(0, -1.2rem);
        border-bottom-right-radius: 1.6rem; } }
    @media screen and (max-width: 500px) {
      .header-logo {
        -webkit-transform: translate(0, -1.2rem);
        transform: translate(0, -1.2rem);
        border-bottom-right-radius: 1.6rem;
        padding: 1.2rem .8rem; } }
    .header-logo::before {
      position: absolute;
      content: '';
      right: 0;
      bottom: 0;
      width: calc(100% + 30rem);
      height: 100%;
      background-color: #E4002B;
      z-index: -1;
      border-bottom-right-radius: 3.6rem; }
      @media screen and (max-width: 1200px) {
        .header-logo::before {
          border-bottom-right-radius: 1.6rem; } }
    @media screen and (max-width: 1200px) {
      .header-logo {
        width: 15rem; } }
    @media screen and (max-width: 500px) {
      .header-logo {
        width: 10rem; } }
    .header-logo-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      width: 13rem; }
      @media screen and (max-width: 1200px) {
        .header-logo-link {
          width: 10rem; } }
      @media screen and (max-width: 500px) {
        .header-logo-link {
          width: 8rem; } }
      .header-logo-link img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block; }
  .header-action {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem; }
    @media screen and (max-width: 1500px) {
      .header-action {
        gap: 1rem; } }
    @media screen and (max-width: 600px) {
      .header-action {
        gap: .6rem; } }
  .header-lg {
    position: relative;
    z-index: 20;
    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;
    width: 6.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 3.2rem;
    overflow: hidden; }
    @media screen and (max-width: 1500px) {
      .header-lg {
        width: 6.2rem; } }
    @media screen and (max-width: 500px) {
      .header-lg {
        width: 6rem;
        height: 3rem; } }
    .header-lg-lb {
      cursor: pointer;
      width: 50%;
      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;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .header-lg-it {
      height: 100%;
      position: relative;
      z-index: 1;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: .4rem;
      position: relative;
      width: 100%;
      height: 100%;
      line-height: normal;
      color: #333333;
      border-radius: 3rem;
      padding: .4rem .6rem;
      background-color: #F1F5F9;
      -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15) inset;
      box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15) inset; }
      .header-lg-it.vi::before {
        -webkit-transform: translate(0, -50%) !important;
        transform: translate(0, -50%) !important; }
      .header-lg-it.en::before {
        -webkit-transform: translate(calc(100% + .5rem), -50%) !important;
        transform: translate(calc(100% + .5rem), -50%) !important; }
        @media screen and (max-width: 500px) {
          .header-lg-it.en::before {
            -webkit-transform: translate(calc(100% + .3rem), -50%) !important;
            transform: translate(calc(100% + .3rem), -50%) !important; } }
      .header-lg-it::before {
        position: absolute;
        content: '';
        width: 2.6rem;
        height: 2.6rem;
        border-radius: 100rem;
        background-color: #E4002B;
        z-index: 1;
        left: .4rem;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        pointer-events: none;
        -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.11);
        box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.11); }
        @media screen and (max-width: 1500px) {
          .header-lg-it::before {
            width: 2.5rem;
            height: 2.5rem; } }
      @media screen and (max-width: 600px) {
        .header-lg-it {
          gap: .6rem; } }
      .header-lg-it input {
        display: none; }
      .header-lg-it .ic {
        --wh: 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;
        margin-top: .2rem;
        gap: .4rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        width: var(--wh);
        height: var(--wh);
        border-radius: 100rem;
        overflow: hidden; }
        .header-lg-it .ic img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
      .header-lg-it .text {
        font-size: 1.4rem;
        font-weight: 500 !important;
        color: #333333;
        font-weight: normal; }
      .header-lg-it i {
        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; }
  .header-search {
    position: relative;
    height: 100%;
    --wh: 5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 2000px) {
      .header-search {
        --wh: 4rem; } }
    @media screen and (min-width: 2200px) {
      .header-search {
        --wh: 5rem; } }
    @media screen and (max-width: 1500px) {
      .header-search {
        --wh: 4rem; } }
    @media screen and (max-width: 1200px) {
      .header-search {
        --wh: 3.2rem; } }
    .header-search:hover::after {
      opacity: 1;
      visibility: visible; }
    .header-search .active .header-search-close {
      opacity: 1;
      visibility: visible; }
    .header-search-icon {
      width: var(--wh);
      height: var(--wh);
      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: #333333;
      border-radius: 100%;
      cursor: pointer;
      background-color: #E4002B;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .header-search-icon img {
        width: 2.4rem;
        height: 2.4rem;
        display: block;
        -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7470%) hue-rotate(311deg) brightness(100%) contrast(100%);
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7470%) hue-rotate(311deg) brightness(100%) contrast(100%); }
        @media screen and (max-width: 1200px) {
          .header-search-icon img {
            width: 1.9rem;
            height: 1.9rem; } }
    .header-search-overlay {
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      height: 100%;
      width: 0;
      z-index: 150;
      -webkit-backdrop-filter: blur(0.7rem);
      backdrop-filter: blur(0.7rem);
      background-color: rgba(0, 0, 0, 0.5);
      visibility: hidden;
      opacity: 0;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      .header-search-overlay.active {
        width: 100%;
        right: 0;
        visibility: visible;
        opacity: 1;
        -webkit-transition: .3s ease;
        transition: .3s ease; }
    .header-search-bar {
      position: fixed;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 150;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      -webkit-clip-path: inset(0 100% 0 0);
      clip-path: inset(0 100% 0 0); }
      .header-search-bar.active {
        -webkit-transition: .3s ease;
        transition: .3s ease;
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out; }
        .header-search-bar.active .link,
        .header-search-bar.active .input {
          -webkit-transition-delay: 1s;
          transition-delay: 1s;
          -webkit-transform: translateY(0);
          transform: translateY(0);
          opacity: 1;
          visibility: visible; }
        .header-search-bar.active .header-search-bar-input::before {
          width: 100%;
          -webkit-transition-delay: .5s;
          transition-delay: .5s; }
      .header-search-bar-input {
        width: 60vw;
        margin: auto;
        position: relative;
        background-color: transparent;
        height: 4rem;
        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;
        font-weight: normal;
        font-weight: 500; }
        @media screen and (max-width: 500px) {
          .header-search-bar-input {
            width: 85vw; } }
        .header-search-bar-input #searchform {
          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: 100%; }
        .header-search-bar-input::before {
          position: absolute;
          content: "";
          left: 0;
          bottom: 0;
          width: 0;
          height: 0.1rem;
          background-color: #ffffff;
          -webkit-transition: 1s;
          transition: 1s; }
        .header-search-bar-input .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; }
        .header-search-bar-input .input {
          padding: 0 1.5rem 0 0;
          -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
          opacity: 0;
          visibility: hidden;
          -webkit-transition: 1.5s;
          transition: 1.5s;
          font-family: var(--font-pri);
          font-weight: normal;
          color: #ffffff;
          background-color: transparent;
          height: 100%;
          width: 100%;
          border: none;
          outline: none;
          font-size: 1.6rem;
          font-weight: 500; }
          .header-search-bar-input .input::-webkit-input-placeholder {
            color: #ffffff; }
          .header-search-bar-input .input::-moz-placeholder {
            color: #ffffff; }
          .header-search-bar-input .input::-ms-input-placeholder {
            color: #ffffff; }
          .header-search-bar-input .input::placeholder {
            color: #ffffff; }
          @media screen and (max-width: 500px) {
            .header-search-bar-input .input {
              font-size: 1.4rem; } }
        .header-search-bar-input .link {
          --wh: 4rem;
          width: var(--wh);
          height: var(--wh);
          -ms-flex-negative: 0;
          flex-shrink: 0;
          padding: 0;
          height: 100%;
          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: #ffffff;
          background-color: transparent;
          border: none;
          -webkit-transition: 2s;
          transition: 2s;
          -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
          opacity: 0;
          visibility: hidden;
          font-size: 1.8rem; }
          @media only screen and (max-width: 1200px) {
            .header-search-bar-input .link {
              font-size: 1.6rem; } }
          @media only screen and (max-width: 800px) {
            .header-search-bar-input .link {
              font-size: 1.5rem; } }
          .header-search-bar-input .link .icon {
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-justify-content: center; }
          .header-search-bar-input .link::before {
            display: none; }
          .header-search-bar-input .link:hover i {
            color: #ffffff; }
    .header-search-close {
      --w: 3.4rem;
      width: var(--w) !important;
      height: var(--w);
      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: 150;
      position: fixed !important;
      color: #ffffff;
      right: 20%;
      top: 5rem;
      font-size: 3rem;
      border-radius: 100rem !important;
      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;
      opacity: 0;
      visibility: hidden;
      display: none; }
      @media only screen and (max-width: 1200px) {
        .header-search-close {
          font-size: 2.7rem; } }
      @media only screen and (max-width: 800px) {
        .header-search-close {
          font-size: 2.4rem; } }
      @media screen and (max-width: 600px) {
        .header-search-close {
          right: 2rem;
          top: 2rem; } }
      .header-search-close.active {
        opacity: 1;
        visibility: visible;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-justify-content: center; }
      .header-search-close:hover i {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); }
      .header-search-close i {
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
  .header-mxh {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem; }
    @media screen and (min-width: 2000px) {
      .header-mxh {
        gap: .6rem; } }
    @media screen and (max-width: 1500px) {
      .header-mxh {
        gap: .6rem; } }
    @media screen and (max-width: 1300px) {
      .header-mxh {
        display: none; } }
    .header-mxh-in {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 1.6rem; }
  .header-ct {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .6rem; }
    .header-ct .icon {
      width: 3rem;
      height: 3rem;
      -webkit-animation: phone-fn 3s ease-in-out infinite;
      animation: phone-fn 3s ease-in-out infinite;
      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: 1550px) {
        .header-ct .icon {
          width: 2.4rem;
          height: 2.4rem; } }
      @media screen and (min-width: 2000px) {
        .header-ct .icon {
          width: 2.4rem;
          height: 2.4rem; } }
      .header-ct .icon img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        display: block; }
    .header-ct .des {
      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; }
      @media screen and (max-width: 1550px) {
        .header-ct .des {
          display: none; } }
      @media screen and (min-width: 2000px) {
        .header-ct .des {
          display: none; } }
      @media screen and (min-width: 2500px) {
        .header-ct .des {
          display: block; } }
      .header-ct .des .txt {
        font-family: var(--font-pri);
        color: #333333;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 120%; }
        @media screen and (max-width: 1500px) {
          .header-ct .des .txt {
            font-size: 1.2rem; } }
        .header-ct .des .txt.pri {
          color: #E4002B;
          font-size: 1.6rem;
          font-weight: 700; }
          @media screen and (max-width: 1500px) {
            .header-ct .des .txt.pri {
              font-size: 1.4rem; } }
  .header-social:not(:last-child) {
    position: relative; }
    .header-social:not(:last-child)::before {
      position: absolute;
      content: '';
      top: 0;
      right: -.8rem;
      height: 100%;
      width: .1rem;
      background-color: #333333; }
  .header-social-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem; }
    @media screen and (max-width: 1500px) {
      .header-social-list {
        gap: 1rem; } }
  .header-social-item {
    width: 2.8rem;
    height: 2.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; }
    @media screen and (max-width: 1500px) {
      .header-social-item {
        width: 2.4rem;
        height: 2.4rem; } }
    @media screen and (min-width: 2000px) {
      .header-social-item {
        width: 2.4rem;
        height: 2.4rem; } }
    @media screen and (min-width: 2200px) {
      .header-social-item {
        width: 3.2rem;
        height: 3.2rem; } }
    .header-social-item:hover .header-social-link {
      -webkit-transform: translateY(-0.5rem);
      transform: translateY(-0.5rem); }
  .header-social-link {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .header-social-link img {
      width: 100%;
      height: 100%; }
  .header .menu-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; }
    @media screen and (min-width: 1200px) {
      .header .menu-icon {
        display: none; } }

.footer {
  position: relative;
  background-color: #FCF6EE; }
  .footer-bg {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(100% - .1rem);
    z-index: -1; }
    .footer-bg img {
      width: 100%;
      height: 100%;
      display: block; }
  .footer .title {
    display: none; }
  .footer-top {
    padding: 6rem 0 4rem; }
    @media screen and (max-width: 800px) {
      .footer-top {
        padding: 3rem 0 1rem; } }
  .footer-logo-text {
    font-size: 6rem;
    font-weight: 700;
    font-family: var(--font-pri);
    line-height: 130%;
    color: #E4002B; }
    @media only screen and (max-width: 1200px) {
      .footer-logo-text {
        font-size: 3.5rem; } }
    @media only screen and (max-width: 800px) {
      .footer-logo-text {
        font-size: 2.5rem; } }
  .footer-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;
    margin-bottom: 1.6rem;
    width: 100%; }
    .footer-logo-link img {
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      display: block; }
  .footer .header-mxh-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.4rem; }
    @media screen and (max-width: 1200px) {
      .footer .header-mxh-in {
        gap: 1.2rem; } }
  .footer .header-social-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.4rem; }
    @media screen and (max-width: 1200px) {
      .footer .header-social-list {
        gap: 1.2rem; } }
    .footer .header-social-list:not(:last-child) {
      position: relative; }
      .footer .header-social-list:not(:last-child)::before {
        position: absolute;
        content: '';
        top: 0;
        right: -1.2rem;
        height: 100%;
        width: .1rem;
        background-color: #333333; }
        @media screen and (max-width: 1200px) {
          .footer .header-social-list:not(:last-child)::before {
            right: -.6rem; } }
  .footer .header-social-item {
    width: 5.2rem;
    height: 5.2rem; }
    @media screen and (max-width: 1200px) {
      .footer .header-social-item {
        width: 4.2rem;
        height: 4.2rem; } }
    @media screen and (max-width: 800px) {
      .footer .header-social-item {
        width: 3.6rem;
        height: 3.6rem; } }
  .footer-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem; }
    @media screen and (max-width: 1200px) {
      .footer-list {
        gap: 1rem; } }
  .footer-frm {
    width: 100%; }
    .footer-frm-item {
      width: 100%; }
      .footer-frm-item.mb-24 {
        margin-bottom: 1.2rem; }
        @media screen and (max-width: 1200px) {
          .footer-frm-item.mb-24 {
            margin-bottom: .6rem; } }
      .footer-frm-item input {
        width: 100%;
        padding: 2rem;
        background-color: #ffffff;
        border: 0.1rem solid #E2E8F0;
        border-radius: 4rem;
        font-size: 1.6rem;
        color: #333333;
        font-family: var(--font-sec);
        outline: none;
        font-weight: 500; }
        @media screen and (max-width: 1200px) {
          .footer-frm-item input {
            padding: 1rem; } }
    .footer-frm .btn-pri {
      cursor: pointer; }
      @media screen and (max-width: 1200px) {
        .footer-frm .btn-pri {
          font-size: 1.4rem; } }
  .footer-item:hover .footer-link::before, .footer-item.current-menu-item .footer-link::before {
    -webkit-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1); }
  .footer-item .sub-menu {
    display: none; }
  .footer-link {
    font-size: 1.6rem;
    color: #333333;
    font-weight: 500;
    font-family: var(--font-pri);
    padding: 1rem 0;
    position: relative; }
    .footer-link::before {
      position: absolute;
      content: '';
      left: 50%;
      bottom: -.5rem;
      width: .8rem;
      height: 0.8rem;
      border-radius: 100rem;
      background-color: #E4002B;
      -webkit-transform: translate(0, -50%) scale(0);
      transform: translate(0, -50%) scale(0);
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
  .footer-author {
    width: 100%;
    padding: 1.2rem 0; }
    .footer-author .list {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #94A3B8;
      gap: .6rem; }
    .footer-author .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;
      color: #94A3B8;
      gap: .6rem; }
      .footer-author .item img {
        height: 2.3rem;
        width: 17rem;
        display: block;
        -o-object-fit: contain;
        object-fit: contain; }
  @media screen and (max-width: 600px) {
    .footer-col {
      width: 100%; } }

.hd-burger {
  padding: 1rem 0;
  cursor: pointer; }

.burger {
  position: relative; }

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

.hamburgerSvg {
  height: 3rem;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 600ms cubic-bezier(0.4, 0, 0.2, 1); }

.line {
  fill: none;
  stroke: #E4002B;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  /* Define the transition for transforming the Stroke */
  -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); }

.line-top-bottom {
  stroke-dasharray: 12 63; }

.hd-burger.active .hamburgerSvg {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.hd-burger.active .hamburgerSvg .line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42; }

.select2-container {
  width: 100% !important; }
  .select2-container .select2-dropdown {
    z-index: 40 !important; }
  .select2-container--default .select2-results__option--selected {
    background-color: #E8BA41;
    color: #333333; }
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #E4002B;
    color: #ffffff; }
  .select2-container .select2-dropdown {
    border-radius: 1.2rem;
    overflow: hidden; }
  .select2-container .select2-results__option {
    padding: .8rem 1.6rem !important; }
  .select2-container .select2-search--dropdown {
    padding: 0 !important; }
    .select2-container .select2-search--dropdown .select2-search__field {
      display: none; }
  .select2-container .select2-selection--single {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5.2rem !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0.1rem solid #E2E8F0 !important; }
    @media screen and (max-width: 600px) {
      .select2-container .select2-selection--single {
        height: 4.6rem !important; } }
    .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 1.4rem !important; }

.select2-selection {
  height: 100% !important; }
  .select2-selection--single {
    border: 0.1rem solid #333333 !important; }
    .select2-selection--single .select2-selection__rendered {
      line-height: 100% !important;
      padding: 1rem 1.4rem; }
    .select2-selection--single .select2-selection__placeholder {
      color: #333333 !important;
      font-family: var(--font-fiv);
      font-size: 1.6rem;
      font-weight: 500; }
  .select2-selection .select2-selection__arrow {
    height: 100% !important; }

.daterangepicker {
  z-index: 10 !important; }

.hover_xam {
  display: block;
  position: relative;
  overflow: hidden; }
  .hover_xam::before {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    width: 0;
    height: 0;
    z-index: 1;
    pointer-events: none; }
  .hover_xam::after {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    right: 0;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    width: 0;
    height: 0;
    z-index: 2;
    pointer-events: none; }
  .hover_xam:hover::before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition-duration: 1.3s;
    transition-duration: 1.3s;
    -khtml-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%; }
  .hover_xam:hover::after {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition-duration: 1.3s;
    transition-duration: 1.3s;
    -khtml-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%; }

.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  pointer-events: none; }
  .popup.open {
    visibility: visible;
    pointer-events: visible; }
    .popup.open .popup-overlay {
      opacity: 1;
      visibility: visible;
      height: 100%; }
    .popup.open .popup-main {
      opacity: 1;
      visibility: visible;
      transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition-delay: 0.1s;
      -webkit-transition-delay: 0.1s;
      -moz-transition-delay: 0.1s;
      -ms-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      clip-path: polygon();
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
      -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
      -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
      -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
  .popup-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.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; }
  .popup-main {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 40vw;
    max-width: 95%;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    clip-path: polygon();
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -ms-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -o-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }
    @media screen and (max-width: 1200px) {
      .popup-main {
        width: 80vw; } }
    @media screen and (max-width: 700px) {
      .popup-main {
        width: 100vw; } }
    .popup-main-wrapper {
      overflow: hidden;
      border-radius: 6px; }
  .popup-over {
    overflow-y: auto;
    min-height: 20vh;
    max-height: 80vh; }
    .popup-over::-webkit-scrollbar {
      width: .5rem; }
    .popup-over::-webkit-scrollbar-thumb {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#E4002B), to(#E4002B));
      background-image: linear-gradient(#E4002B, #E4002B);
      border-radius: 50px; }
  .popup-wrapper {
    width: 100%;
    min-height: 25vh;
    position: relative; }
  .popup-title {
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.6rem;
    color: #E4002B; }
    @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-text {
    color: #E4002B; }
  .popup-close {
    position: absolute !important;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    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: 3;
    color: #333333; }
    .popup-close:hover i {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); }
    .popup-close i {
      color: #333333;
      font-weight: 300;
      font-size: 2.4rem;
      transition: 0.6s ease-in-out;
      -webkit-transition: 0.6s ease-in-out;
      -moz-transition: 0.6s ease-in-out;
      -ms-transition: 0.6s ease-in-out;
      -o-transition: 0.6s ease-in-out;
      transition-delay: 0s;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -ms-transition-delay: 0s;
      -o-transition-delay: 0s; }

.Pd-body {
  padding: 4.8rem; }
  @media screen and (max-width: 1200px) {
    .Pd-body {
      padding: 2.4rem; } }
  @media screen and (max-width: 800px) {
    .Pd-body {
      padding: 2.4rem 1.2rem; } }
  .Pd-body-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;
    gap: 2rem;
    position: relative;
    margin-bottom: 2.4rem; }
    @media screen and (max-width: 1200px) {
      .Pd-body-inner {
        gap: 1rem;
        margin-bottom: 1.2rem; } }

.Pd .popup-main {
  background-color: #ffffff;
  border-radius: 1.6rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(13, 25, 35, 0.08);
  box-shadow: 0px 4px 24px 0px rgba(13, 25, 35, 0.08); }

.Pd .decor {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 15vw; }
  .Pd .decor img {
    width: 100%;
    display: block; }

.Pd .btn-pri {
  width: 100%; }

.soci .popup-main {
  background-color: #ffffff; }

.soci-body {
  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;
  height: 100%;
  padding: 8rem 0; }
  @media screen and (max-width: 600px) {
    .soci-body {
      padding: 6rem 0; } }
  .soci-body .social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0; }
    @media screen and (max-width: 800px) {
      .soci-body .social {
        gap: 2rem; } }
    .soci-body .social .txt {
      font-size: 3.2rem;
      font-weight: 600;
      text-transform: uppercase;
      color: #333333;
      font-family: var(--font-pri); }
      @media only screen and (max-width: 1200px) {
        .soci-body .social .txt {
          font-size: 2.7rem; } }
      @media only screen and (max-width: 800px) {
        .soci-body .social .txt {
          font-size: 2.2rem; } }
    .soci-body .social-list {
      gap: 2rem; }
      @media screen and (max-width: 800px) {
        .soci-body .social-list {
          gap: 1rem; } }
    .soci-body .social-item {
      width: 6rem;
      height: 6rem; }
      @media screen and (max-width: 800px) {
        .soci-body .social-item {
          width: 5rem;
          height: 5rem; } }
      @media screen and (max-width: 600px) {
        .soci-body .social-item {
          width: 4rem;
          height: 4rem; } }

.bannerpd {
  position: relative; }
  .bannerpd-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 150%;
    z-index: -1; }
    .bannerpd-bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      display: block; }
  .bannerpd-wrap {
    padding: 2rem 0; }
  .bannerpd-img {
    width: 100%;
    display: block;
    padding-top: calc((367 / 456) * 100%);
    position: relative;
    overflow: hidden; }
    .bannerpd-img 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;
      display: block; }
  @media screen and (max-width: 600px) {
    .bannerpd .title {
      text-align: center; } }
  .bannerpd-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  @media screen and (max-width: 600px) {
    .bannerpd-col {
      width: 100%; } }

.banner {
  position: relative;
  overflow: hidden;
  padding-bottom: 4rem;
  margin-bottom: 2rem; }
  @media screen and (max-width: 1000px) {
    .banner-col {
      width: 50%; } }
  @media screen and (max-width: 600px) {
    .banner-col {
      width: 100%; } }
  @media screen and (max-width: 600px) {
    .banner-col:nth-child(1) {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
  .banner-item {
    background-color: #ffffff; }
  .banner-des {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .banner-decor {
    position: absolute;
    z-index: 1;
    width: 20%;
    left: 60%;
    top: 10%;
    -webkit-transform: translate(-50%, 0) rotate(-90deg);
    transform: translate(-50%, 0) rotate(-90deg); }
    .banner-decor img {
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      display: block; }
  .banner-img {
    position: relative;
    width: 100%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
    @media screen and (min-width: 1300px) {
      .banner-img {
        width: calc(100% + 4rem); } }
    @media screen and (min-width: 2000px) {
      .banner-img {
        width: 100%; } }
    .banner-img .in {
      display: block;
      padding-top: calc((816 / 950) * 100%);
      position: relative;
      overflow: hidden;
      width: 100%; }
      .banner-img .in 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;
        display: block; }
  .banner-slider .swiper-slide .banner-img {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0); }
    .banner-slider .swiper-slide .banner-img .in {
      opacity: 0;
      -webkit-transition: all 2s linear;
      transition: all 2s linear; }
  .banner-slider .swiper-slide .title-pri {
    -webkit-transform: translateX(-3rem);
    transform: translateX(-3rem);
    opacity: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease; }
  .banner-slider .swiper-slide .title .txt {
    -webkit-transform: translateX(-3rem);
    transform: translateX(-3rem);
    opacity: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease; }
  .banner-slider .swiper-slide .banner-btn {
    -webkit-transform: translateX(-3rem);
    transform: translateX(-3rem);
    opacity: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease; }
  .banner-slider .swiper-slide-active .banner-img {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0); }
    .banner-slider .swiper-slide-active .banner-img .in {
      opacity: 1; }
  .banner-slider .swiper-slide-active .title-pri {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition-delay: .4s;
    transition-delay: .4s; }
  .banner-slider .swiper-slide-active .title .txt {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition-delay: .7s;
    transition-delay: .7s; }
  .banner-slider .swiper-slide-active .banner-btn {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition-delay: 1s;
    transition-delay: 1s; }

.back-to-top {
  --wh: 4.8rem;
  width: var(--wh);
  height: var(--wh);
  border-radius: 100rem;
  background-color: #ffffff;
  border: 0.1rem solid #E4002B;
  position: fixed;
  bottom: 6rem;
  right: 3rem;
  z-index: 7;
  -webkit-transform: translateX(3rem);
  transform: translateX(3rem);
  opacity: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  cursor: pointer;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .back-to-top i {
    font-size: 2rem;
    color: #E4002B;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  @media screen and (max-width: 1200px) {
    .back-to-top {
      --wh: 4rem; } }
  .back-to-top:hover {
    background-color: #E4002B;
    color: #ffffff; }
    .back-to-top:hover i {
      color: #ffffff; }
  .back-to-top i {
    font-size: 2rem; }
    @media only screen and (max-width: 1200px) {
      .back-to-top i {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .back-to-top i {
        font-size: 1.6rem; } }
  @media screen and (max-width: 768px) {
    .back-to-top {
      right: 1.5rem; } }
  .back-to-top.active {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  .back-to-top .triangle {
    display: block;
    width: 0;
    height: 0;
    z-index: 2;
    border: 8px solid transparent;
    border-bottom: 6px solid #fff;
    margin-top: -6px;
    border-radius: 5px; }
    .back-to-top .triangle:nth-child(1) {
      -webkit-animation: BTT 1.5s linear 0.6s infinite;
      animation: BTT 1.5s linear 0.6s infinite; }
    .back-to-top .triangle:nth-child(2) {
      -webkit-animation: BTT 1.5s linear 0.3s infinite;
      animation: BTT 1.5s linear 0.3s infinite; }
    .back-to-top .triangle:nth-child(3) {
      -webkit-animation: BTT 1.5s linear 0s infinite;
      animation: BTT 1.5s linear 0s infinite; }
  @media only screen and (min-width: 901px) {
    .back-to-top:hover {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0); } }

.btn-fct {
  position: fixed;
  bottom: 13rem;
  right: 3rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
  z-index: 10;
  width: 5rem; }
  @media screen and (max-width: 1200px) {
    .btn-fct {
      width: 4rem;
      gap: 2.5rem;
      bottom: 12rem; } }
  @media screen and (max-width: 768px) {
    .btn-fct {
      right: 1.5rem; } }
  .btn-fct-icon {
    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; }
    .btn-fct-icon .icon {
      border-radius: 100%;
      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;
      -webkit-animation: phone-fn 2s infinite ease-in-out;
      animation: phone-fn 2s infinite ease-in-out; }
    .btn-fct-icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      display: block; }
    .btn-fct-icon:nth-child(1) .icon {
      background-color: #E4002B; }
    .btn-fct-icon:nth-child(1)::before {
      background-color: #E4002B; }
    .btn-fct-icon:nth-child(1)::after {
      background-color: #E4002B; }
    .btn-fct-icon:nth-child(2) .icon, .btn-fct-icon:nth-child(3) .icon {
      background-color: #ffffff; }
    .btn-fct-icon:nth-child(2)::before, .btn-fct-icon:nth-child(3)::before {
      background-color: #a6a7f4; }
    .btn-fct-icon:nth-child(2)::after, .btn-fct-icon:nth-child(3)::after {
      background-color: #a6a7f4; }
    .btn-fct-icon::before {
      content: '';
      position: absolute;
      border-radius: 100rem;
      position: absolute;
      left: -.5rem;
      bottom: -.5rem;
      right: -.5rem;
      top: -.5rem;
      -webkit-animation: pin 4s linear 0.4s infinite normal;
      animation: pin 4s linear 0.4s infinite normal;
      z-index: -1; }
    .btn-fct-icon::after {
      content: '';
      position: absolute;
      border-radius: 100rem;
      position: absolute;
      left: -1rem;
      bottom: -1rem;
      right: -1rem;
      top: -1rem;
      -webkit-animation: pin 4s linear 0.4s infinite normal;
      animation: pin 4s linear 0.4s infinite normal;
      z-index: -1; }

.social {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
  margin-top: 2rem; }
  .social-list {
    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.2rem; }
  .social-item {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 100rem;
    overflow: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    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: #ffffff;
    position: relative; }
    .social-item:hover {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
      -webkit-transition: .3s ease;
      transition: .3s ease; }
    .social-item a {
      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: 100%;
      height: 100%; }
    .social-item i {
      font-size: 1.3rem; }
    .social-item img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

@media screen and (min-width: 1200px) {
  .breadcrumb-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; } }

.breadcrumb-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  gap: .8rem; }

.breadcrumb-item {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .8rem;
  font-weight: 400;
  font-family: var(--font-pri);
  color: #ffffff;
  text-transform: capitalize; }
  .breadcrumb-item:not(:first-child)::before {
    display: inline-block;
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    width: 1.4rem;
    height: 1.4rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-weight: 400; }
  .breadcrumb-item:last-child {
    pointer-events: none; }
  @media (hover: hover) {
    .breadcrumb-item:hover {
      color: #E8BA41; } }

.breadcrumb-link {
  color: inherit;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }

.btn-pri {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: .8rem;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: var(--font-pri);
  border: 0.1rem solid #E4002B;
  background-color: #E4002B;
  z-index: 1;
  border-radius: 2.4rem;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding: 1.2rem 2.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .btn-pri:hover .text {
    -webkit-transform: translate(calc(var(--wicon)/2), 0);
    transform: translate(calc(var(--wicon)/2), 0); }
    .btn-pri:hover .text::after {
      opacity: 0;
      -webkit-transform: translate(2rem, -50%);
      transform: translate(2rem, -50%); }
    .btn-pri:hover .text::before {
      opacity: 1;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .btn-pri .text {
    font-weight: 600;
    font-family: var(--font-pri);
    font-size: 1.6rem;
    line-height: 120%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    --wicon: .8rem;
    -webkit-transform: translate(calc(-1 * var(--wicon)/2), 0);
    transform: translate(calc(-1 * var(--wicon)/2), 0); }
    @media screen and (max-width: 800px) {
      .btn-pri .text {
        font-size: 1.4rem; } }
    .btn-pri .text::before {
      content: "";
      position: absolute;
      left: calc(-1 * var(--wicon) - .3rem);
      top: 50%;
      -webkit-transform: translate(-2rem, -50%);
      transform: translate(-2rem, -50%);
      height: .8rem;
      width: .8rem;
      border-radius: 100%;
      background-color: #ffffff;
      opacity: 0;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .btn-pri .text::after {
      content: "";
      position: absolute;
      right: calc(-1 * var(--wicon) - .3rem);
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      height: .8rem;
      width: .8rem;
      border-radius: 100%;
      background-color: #ffffff;
      opacity: 1;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
  .btn-pri .icon {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    .btn-pri .icon i {
      -webkit-transition: all 0s linear;
      transition: all 0s linear; }
  .btn-pri:hover {
    background-color: #E4002B; }
    .btn-pri:hover .icon {
      -webkit-transform: rotate(0);
      transform: rotate(0); }

.btn-white {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: .8rem;
  color: #E4002B;
  font-weight: 700;
  font-family: var(--font-pri);
  font-size: 1.6rem;
  border: 0.1rem solid #E4002B;
  background-color: #ffffff;
  z-index: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 2.4rem;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding: 1.2rem 2.4rem; }
  .btn-white:hover .text {
    -webkit-transform: translate(calc(var(--wicon)/2), 0);
    transform: translate(calc(var(--wicon)/2), 0); }
    .btn-white:hover .text::after {
      opacity: 0;
      -webkit-transform: translate(2rem, -50%);
      transform: translate(2rem, -50%); }
    .btn-white:hover .text::before {
      opacity: 1;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .btn-white .text {
    font-weight: 600;
    font-family: var(--font-pri);
    font-size: 1.6rem;
    line-height: 120%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    --wicon: .8rem;
    -webkit-transform: translate(calc(-1 * var(--wicon)/2), 0);
    transform: translate(calc(-1 * var(--wicon)/2), 0); }
    @media screen and (max-width: 800px) {
      .btn-white .text {
        font-size: 1.4rem; } }
    .btn-white .text::before {
      content: "";
      position: absolute;
      left: calc(-1 * var(--wicon) - .3rem);
      top: 50%;
      -webkit-transform: translate(-2rem, -50%);
      transform: translate(-2rem, -50%);
      height: .8rem;
      width: .8rem;
      border-radius: 100%;
      background-color: #E4002B;
      opacity: 0;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .btn-white .text::after {
      content: "";
      position: absolute;
      right: calc(-1 * var(--wicon) - .3rem);
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      height: .8rem;
      width: .8rem;
      border-radius: 100%;
      background-color: #E4002B;
      opacity: 1;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
  .btn-white .icon {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    .btn-white .icon i {
      -webkit-transition: all 0s linear;
      transition: all 0s linear; }
  .btn-white:hover {
    background-color: #ffffff; }
    .btn-white:hover .icon {
      -webkit-transform: rotate(0);
      transform: rotate(0); }

.btn-pad-pri {
  padding: 1.2rem 2.4rem; }
  @media screen and (max-width: 600px) {
    .btn-pad-pri {
      padding: .9rem 1.8rem; } }

.btn-pad-sec {
  padding: 1rem 2rem; }

.btn-rad-1 {
  border-radius: 0.4rem; }

.btn-rad-2 {
  border-radius: 0.6rem; }

.btn-rad-3 {
  border-radius: 0.8rem; }

.btn-rad-4 {
  border-radius: 1rem; }

.btn-rad-5 {
  border-radius: 1.2rem; }

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

.btn-full {
  width: 100%; }

.pagi-pri {
  margin: auto;
  width: 100%; }

.page-numbers {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  margin: 1.6rem 0; }
  .page-numbers > li:not(:first-child) {
    margin-left: .2rem; }
  .page-numbers > li > .page-numbers {
    --wh: 4rem;
    width: var(--wh);
    height: var(--wh);
    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: #F1F5F9;
    cursor: pointer;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    color: #64748B;
    font-weight: 400;
    font-size: 1.6rem;
    font-family: var(--font-pri);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .page-numbers > li > .page-numbers::after {
      position: absolute;
      content: "";
      width: 0;
      height: 100%;
      top: 0;
      right: 0;
      background: #E4002B;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      z-index: 1;
      pointer-events: none; }
    .page-numbers > li > .page-numbers:after {
      z-index: -1; }
    @media screen and (max-width: 1200px) {
      .page-numbers > li > .page-numbers {
        --wh: 3rem;
        font-size: 1.4rem; } }
    @media (hover: hover) {
      .page-numbers > li > .page-numbers:hover:not(.dot) {
        color: #ffffff;
        background-color: #E4002B; }
        .page-numbers > li > .page-numbers:hover:not(.dot)::after {
          left: 0;
          width: 100%; } }
    .page-numbers > li > .page-numbers.current {
      color: #ffffff;
      background-color: #E4002B;
      font-weight: 400; }
      .page-numbers > li > .page-numbers.current::after {
        left: 0;
        width: 100%; }
    .page-numbers > li > .page-numbers.dot {
      background-color: transparent !important;
      border: transparent !important; }
    .page-numbers > li > .page-numbers.next {
      margin-left: 1rem; }
      @media screen and (max-width: 800px) {
        .page-numbers > li > .page-numbers.next {
          margin-left: .8rem; } }
    .page-numbers > li > .page-numbers.prev {
      margin-right: 1rem; }
      @media screen and (max-width: 800px) {
        .page-numbers > li > .page-numbers.prev {
          margin-right: .8rem; } }
    .page-numbers > li > .page-numbers.next, .page-numbers > li > .page-numbers.prev {
      border: none;
      border-radius: 100%;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      position: relative;
      color: #475569; }
    .page-numbers > li > .page-numbers i {
      font-weight: 400; }

.mb-0 {
  margin-bottom: 0 !important; }

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

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

.mb-6 {
  margin-bottom: .6rem; }

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

.mb-10 {
  margin-bottom: 1rem; }

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

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

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

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

.mb-18 {
  margin-bottom: 1.8rem; }
  @media screen and (max-width: 600px) {
    .mb-18 {
      margin-bottom: .9rem; } }

.mb-20 {
  margin-bottom: 2rem; }
  @media screen and (max-width: 600px) {
    .mb-20 {
      margin-bottom: 1rem; } }

.mb-24 {
  margin-bottom: 2.4rem; }
  @media screen and (max-width: 600px) {
    .mb-24 {
      margin-bottom: 1.2rem; } }

.mb-30 {
  margin-bottom: 3rem; }
  @media screen and (max-width: 600px) {
    .mb-30 {
      margin-bottom: 1.5rem; } }

.mb-32 {
  margin-bottom: 3.2rem; }
  @media screen and (max-width: 1200px) {
    .mb-32 {
      margin-bottom: 1.6rem; } }

.mb-40 {
  margin-bottom: 4rem; }
  @media screen and (max-width: 1200px) {
    .mb-40 {
      margin-bottom: 2rem; } }

.mb-48 {
  margin-bottom: 4.8rem; }
  @media screen and (max-width: 1200px) {
    .mb-48 {
      margin-bottom: 2.4rem; } }

.mb-50 {
  margin-bottom: 5rem; }
  @media screen and (max-width: 1200px) {
    .mb-50 {
      margin-bottom: 2.4rem; } }

.mb-56 {
  margin-bottom: 5.6rem; }
  @media screen and (max-width: 1200px) {
    .mb-56 {
      margin-bottom: 2.8rem; } }

.mb-60 {
  margin-bottom: 6rem; }
  @media screen and (max-width: 1200px) {
    .mb-60 {
      margin-bottom: 3rem; } }

.mb-64 {
  margin-bottom: 6.4rem; }
  @media screen and (max-width: 1200px) {
    .mb-64 {
      margin-bottom: 3.2rem; } }

.mb-72 {
  margin-bottom: 7.2rem; }
  @media screen and (max-width: 1200px) {
    .mb-72 {
      margin-bottom: 3.6rem; } }

.mb-80 {
  margin-bottom: 8rem; }
  @media screen and (max-width: 1200px) {
    .mb-80 {
      margin-bottom: 4rem; } }

.mb-92 {
  margin-bottom: 10rem; }
  @media screen and (max-width: 1200px) {
    .mb-92 {
      margin-bottom: 5rem; } }

.mb-100 {
  margin-bottom: 12rem; }
  @media screen and (max-width: 1200px) {
    .mb-100 {
      margin-bottom: 6rem; } }

.ss-mg-40 {
  margin: 4rem 0; }
  @media screen and (max-width: 1200px) {
    .ss-mg-40 {
      margin: 2rem 0; } }

.pd-60 {
  padding: 6rem 0; }
  @media screen and (max-width: 1200px) {
    .pd-60 {
      padding: 3rem 0; } }

.pd-72 {
  padding: 7.2rem 0; }
  @media screen and (max-width: 1200px) {
    .pd-72 {
      padding: 3.6rem 0; } }

.pd-100 {
  padding: 12rem 0; }
  @media screen and (max-width: 1200px) {
    .pd-100 {
      padding: 6rem 0; } }

.pd-108 {
  padding: 10.8rem 0; }
  @media screen and (max-width: 1200px) {
    .pd-108 {
      padding: 5.4rem 0; } }

.pd-80 {
  padding: 10rem 0; }
  @media screen and (max-width: 1200px) {
    .pd-80 {
      padding: 5rem 0; } }

.pd-92 {
  padding: 9.2rem 0; }
  @media screen and (max-width: 1200px) {
    .pd-92 {
      padding: 4.6rem 0; } }

.pd-40 {
  padding: 4rem 0; }
  @media screen and (max-width: 1200px) {
    .pd-40 {
      padding: 2rem 0; } }

.pd-32 {
  padding: 3.2rem 0; }
  @media screen and (max-width: 1200px) {
    .pd-32 {
      padding: 1.6rem 0; } }

.mg-60 {
  margin: 6rem 0; }
  @media screen and (max-width: 1200px) {
    .mg-60 {
      margin: 3rem 0; } }

.mg-32 {
  margin: 3.2rem 0; }
  @media screen and (max-width: 1200px) {
    .mg-32 {
      margin: 1.6rem 0; } }

.swiper-slide {
  height: auto; }

.swiper-next, .swiper-prev {
  --wbtn: 4rem;
  width: var(--wbtn);
  height: var(--wbtn);
  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: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #E4002B;
  border: 0.1rem solid #E4002B;
  z-index: 1;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  font-size: 2.2rem; }
  .swiper-next:hover, .swiper-prev:hover {
    color: #E4002B;
    background-color: #ffffff; }
  @media screen and (max-width: 1200px) {
    .swiper-next, .swiper-prev {
      --wbtn: 3.6rem; } }
  .swiper-next.swiper-button-disabled, .swiper-prev.swiper-button-disabled {
    pointer-events: none;
    opacity: .4; }

.swiper-next {
  right: calc(-1 * var(--wbtn) - 2rem); }
  @media screen and (min-width: 2000px) {
    .swiper-next {
      right: 0 !important; } }
  @media screen and (max-width: 1550px) {
    .swiper-next {
      right: 0; } }

.swiper-prev {
  left: calc(-1 * var(--wbtn) - 2rem); }
  @media screen and (min-width: 2000px) {
    .swiper-prev {
      left: 0 !important; } }
  @media screen and (max-width: 1550px) {
    .swiper-prev {
      left: 0; } }

.swiper-pagination {
  bottom: 0 !important;
  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; }
  .swiper-pagination-bullet {
    --wbul: 1.2rem;
    width: var(--wbul);
    height: var(--wbul);
    background-color: #E4002B;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .swiper-pagination-bullet-active {
      width: 4.8rem;
      border-radius: 0.6rem; }
    @media screen and (max-width: 800px) {
      .swiper-pagination-bullet {
        --wbul: 1rem; } }

.hnew {
  position: relative;
  overflow: hidden; }
  .hnew-head {
    padding-right: 13rem; }
    @media screen and (max-width: 1200px) {
      .hnew-head {
        padding-right: 11rem; } }
    @media screen and (max-width: 800px) {
      .hnew-head {
        padding-right: 0; } }
    .hnew-head .title {
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-transition-duration: 1.2s;
      transition-duration: 1.2s;
      -webkit-transition-delay: .2s;
      transition-delay: .2s;
      opacity: 0;
      -webkit-transform: translate(-5rem, 0);
      transform: translate(-5rem, 0);
      margin-bottom: 4rem; }
      @media screen and (max-width: 1200px) {
        .hnew-head .title {
          margin-bottom: 2rem; } }
      .hnew-head .title.is-inview {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
  .hnew-slider {
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
    .hnew-slider.is-inview {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
    .hnew-slider .swiper-pagination {
      bottom: -3rem !important; }
      @media screen and (min-width: 1201px) {
        .hnew-slider .swiper-pagination {
          display: none; } }
    @media screen and (min-width: 901px) {
      .hnew-slider .swiper-slide {
        opacity: .5;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        .hnew-slider .swiper-slide-active, .hnew-slider .swiper-slide-prev, .hnew-slider .swiper-slide-next {
          opacity: 1; } }
    .hnew-slider .swiper-prev, .hnew-slider .swiper-next {
      top: calc(-1 * (var(--wbtn) + 4rem)); }
      @media screen and (max-width: 1200px) {
        .hnew-slider .swiper-prev, .hnew-slider .swiper-next {
          top: calc(-1 * (var(--wbtn) + 2rem)); } }
      @media screen and (max-width: 800px) {
        .hnew-slider .swiper-prev, .hnew-slider .swiper-next {
          top: 50%; } }
    .hnew-slider .swiper-prev {
      right: calc(1rem + var(--wbtn));
      left: auto; }
      @media screen and (max-width: 800px) {
        .hnew-slider .swiper-prev {
          left: 0;
          right: auto; } }
    .hnew-slider .swiper-next {
      right: 0; }

.hpurpose {
  position: relative; }
  .hpurpose-wrap > .title {
    width: 84rem;
    max-width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 0;
    -webkit-transform: translate(-5rem, 0);
    transform: translate(-5rem, 0); }
    .hpurpose-wrap > .title.is-inview {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
    .hpurpose-wrap > .title .txt {
      width: 63rem;
      margin: auto;
      max-width: 100%; }
  .hpurpose-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
    .hpurpose-row.is-inview {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  @media screen and (max-width: 450px) {
    .hpurpose-col {
      width: 100%; } }
  .hpurpose-item {
    padding: 5.8rem 7.2rem 4.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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5rem;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    border-radius: 6rem;
    border: .2rem solid transparent; }
    @media screen and (max-width: 1200px) {
      .hpurpose-item {
        gap: 2.5rem;
        border-radius: 3rem;
        padding: 2.4rem 3.2rem 2rem; } }
    @media screen and (max-width: 800px) {
      .hpurpose-item {
        gap: 1rem;
        border-radius: 1.6rem;
        padding: 1.4rem 1.2rem; } }
    @media screen and (max-width: 450px) {
      .hpurpose-item {
        border-bottom-color: #E4002B;
        border-radius: .4rem; } }
    .hpurpose-item:hover {
      border-color: #E4002B;
      -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
      .hpurpose-item:hover .title::before {
        width: 100%; }
    .hpurpose-item .title {
      margin-bottom: 1rem;
      padding-bottom: .5rem;
      position: relative; }
      .hpurpose-item .title::before {
        position: absolute;
        content: '';
        left: 50%;
        bottom: 0;
        width: 50%;
        height: .3rem;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        background-color: #E4002B;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
  .hpurpose-img {
    width: 100%;
    display: block;
    padding-top: calc((284 / 436) * 100%);
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 450px) {
      .hpurpose-img {
        width: 80%;
        margin: auto; } }
    .hpurpose-img 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;
      display: block; }
  .hpurpose-gr {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 4rem; }
    @media screen and (max-width: 1200px) {
      .hpurpose-gr {
        margin-top: 2rem; } }
    @media screen and (max-width: 1200px) {
      .hpurpose-gr {
        margin-top: 1rem; } }

.hfood {
  position: relative; }
  @media screen and (max-width: 1200px) {
    .hfood {
      margin-bottom: 3rem; } }
  .hfood .title {
    width: 60rem;
    max-width: 100%; }
  .hfood-head {
    margin-bottom: 4rem; }
  .hfood-form {
    width: 45.6rem;
    max-width: 100%;
    margin: 0 auto 4rem; }
    @media screen and (max-width: 1200px) {
      .hfood-form {
        margin: 0 auto 2rem; } }
  .hfood-tab {
    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-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.6rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin: auto; }
    .hfood-tab-btn label {
      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;
      min-width: 12.5rem;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      background-color: #ffffff;
      border: 0.1rem solid #E2E8F0;
      font-size: 1.6rem;
      font-weight: 500;
      font-family: var(--font-pri);
      color: #94A3B8;
      border-radius: 1.2rem;
      padding: 1rem 2rem;
      cursor: pointer; }
    .hfood-tab-btn:hover label, .hfood-tab-btn.active label {
      border-color: #E4002B;
      color: #E4002B; }
  .hfood-slider {
    position: relative; }
    .hfood-slider .swiper-pagination {
      bottom: -3rem !important; }
      @media screen and (max-width: 800px) {
        .hfood-slider .swiper-pagination {
          bottom: -2rem !important; } }
    @media screen and (min-width: 1350px) {
      .hfood-slider .swiper-next {
        right: calc(-1* var(--wbtn) - 2rem); } }
    @media screen and (max-width: 800px) {
      .hfood-slider .swiper-next {
        display: none; } }
    @media screen and (min-width: 1350px) {
      .hfood-slider .swiper-prev {
        left: calc(-1* var(--wbtn) - 2rem); } }
    @media screen and (max-width: 800px) {
      .hfood-slider .swiper-prev {
        display: none; } }

.hproduct {
  position: relative;
  overflow: hidden; }
  .hproduct::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-radius: 7rem;
    z-index: -1;
    background-color: #FCF6EE; }
    @media screen and (max-width: 800px) {
      .hproduct::before {
        border-radius: 4rem; } }
  .hproduct-item {
    border-radius: 4rem; }
    @media screen and (max-width: 1200px) {
      .hproduct-item {
        border-radius: 1.2rem; } }
  .hproduct-head {
    padding: 3.2rem;
    border-radius: 4rem;
    background-color: #E4002B;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .hproduct-head::before {
      position: absolute;
      content: '';
      left: -.1rem;
      right: 0;
      bottom: 0;
      top: -.1rem;
      width: calc(100% + .2rem);
      height: calc(100% + .2rem);
      z-index: 1;
      background-color: #FCF6EE;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      border-radius: 4rem; }
      @media screen and (max-width: 1200px) {
        .hproduct-head::before {
          padding: 3rem 1.2rem;
          border-radius: 1.2rem; } }
    @media screen and (max-width: 1200px) {
      .hproduct-head {
        padding: 3rem 1.2rem;
        border-radius: 1.2rem; } }
  .hproduct-img {
    width: 70%;
    margin: auto;
    position: relative;
    z-index: 1;
    margin-bottom: 1rem; }
    .hproduct-img-in {
      display: block;
      padding-top: calc((408 / 248) * 100%);
      position: relative;
      overflow: hidden;
      width: 100%;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-transform: translateY(20%) scale(0.8);
      transform: translateY(20%) scale(0.8); }
      .hproduct-img-in 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;
        display: block; }
  .hproduct-decor-l, .hproduct-decor-r {
    position: absolute;
    width: 20%;
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .7s ease;
    transition: all .7s ease; }
    .hproduct-decor-l img, .hproduct-decor-r img {
      width: 100%;
      display: block; }
  .hproduct-decor-l {
    left: 0;
    top: -20%; }
  .hproduct-decor-r {
    left: 60%;
    top: -10%; }
  .hproduct-sup-l, .hproduct-sup-r {
    position: absolute;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s; }
    .hproduct-sup-l .in, .hproduct-sup-r .in {
      width: 70%; }
      .hproduct-sup-l .in img, .hproduct-sup-r .in img {
        width: 100%;
        display: block; }
  .hproduct-sup-l {
    left: 0;
    top: 40%;
    -webkit-transform: translate(calc(-25% + 2rem), 0);
    transform: translate(calc(-25% + 2rem), 0); }
    .hproduct-sup-l .in {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .hproduct-sup-r {
    right: 0;
    top: 45%;
    -webkit-transform: translate(calc(45% - 2rem), 0);
    transform: translate(calc(45% - 2rem), 0); }
    .hproduct-sup-r .in {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .hproduct-dish {
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 80%;
    margin: auto;
    z-index: -2; }
    .hproduct-dish img {
      width: 100%;
      display: block; }
  .hproduct-des {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.8rem 1.6rem; }
    @media screen and (max-width: 1000px) {
      .hproduct-des {
        padding: 1.6rem 1rem; } }
    .hproduct-des .txt {
      margin-bottom: 2.4rem;
      text-align: center;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 1.6rem;
      font-family: var(--font-sec);
      color: #333333; }
      @media screen and (max-width: 1000px) {
        .hproduct-des .txt {
          margin-bottom: 1.6rem; } }
    .hproduct-des .btn-pri {
      margin-top: auto; }
  .hproduct-tt {
    font-size: 2.8rem;
    font-family: var(--font-pri);
    font-weight: 600;
    color: #333333;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 1.6rem;
    line-height: 120%;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media only screen and (max-width: 1200px) {
      .hproduct-tt {
        font-size: 2.4rem; } }
    @media only screen and (max-width: 800px) {
      .hproduct-tt {
        font-size: 2.1rem; } }
    @media screen and (max-width: 1000px) {
      .hproduct-tt {
        margin-bottom: 1rem; } }
    .hproduct-tt:hover {
      color: #E4002B; }
  .hproduct-slider {
    position: relative;
    max-width: 100%;
    margin: auto; }
    @media screen and (min-width: 801px) {
      .hproduct-slider .swiper {
        overflow: visible; } }
    @media screen and (min-width: 801px) {
      .hproduct-slider .swiper .swiper-slide-next + .swiper-slide {
        -webkit-transform: scale(0.8) translateX(-20%);
        transform: scale(0.8) translateX(-20%); } }
    .hproduct-slider .swiper-pagination {
      bottom: -3rem !important; }
      @media screen and (min-width: 801px) {
        .hproduct-slider .swiper-pagination {
          display: none; } }
    @media screen and (max-width: 800px) {
      .hproduct-slider .swiper-next, .hproduct-slider .swiper-prev {
        display: none; } }
    .hproduct-slider .swiper-slide {
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      @media screen and (min-width: 801px) {
        .hproduct-slider .swiper-slide {
          -webkit-transform: scale(0.8) translateX(20%);
          transform: scale(0.8) translateX(20%); } }
      @media screen and (min-width: 801px) {
        .hproduct-slider .swiper-slide .hproduct-des,
        .hproduct-slider .swiper-slide .hproduct-dish {
          opacity: 0;
          -webkit-transition: all .3s ease;
          transition: all .3s ease; } }
      .hproduct-slider .swiper-slide .hproduct-sup-l,
      .hproduct-slider .swiper-slide .hproduct-sup-r {
        opacity: 0; }
      @media screen and (min-width: 801px) {
        .hproduct-slider .swiper-slide .hproduct-head {
          -webkit-transition: all .3s ease;
          transition: all .3s ease; } }
      @media screen and (min-width: 801px) {
        .hproduct-slider .swiper-slide-next, .hproduct-slider .swiper-slide-prev {
          -webkit-transform: scale(0.8) translateX(0);
          transform: scale(0.8) translateX(0); } }
      .hproduct-slider .swiper-slide-active {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1); }
        .hproduct-slider .swiper-slide-active .hproduct-head {
          opacity: 1;
          -webkit-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.15); }
          .hproduct-slider .swiper-slide-active .hproduct-head::before {
            opacity: 0; }
        .hproduct-slider .swiper-slide-active .hproduct-des,
        .hproduct-slider .swiper-slide-active .hproduct-dish,
        .hproduct-slider .swiper-slide-active .hproduct-sup-l,
        .hproduct-slider .swiper-slide-active .hproduct-sup-r {
          opacity: 1; }
        .hproduct-slider .swiper-slide-active .hproduct-sup-r {
          opacity: 1;
          -webkit-transform: translate(calc(45%), 0);
          transform: translate(calc(45%), 0);
          -webkit-transition-delay: .3s;
          transition-delay: .3s; }
        .hproduct-slider .swiper-slide-active .hproduct-sup-l {
          opacity: 1;
          -webkit-transform: translate(calc(-25%), 0);
          transform: translate(calc(-25%), 0);
          -webkit-transition-delay: .3s;
          transition-delay: .3s; }
        .hproduct-slider .swiper-slide-active .hproduct-decor-l,
        .hproduct-slider .swiper-slide-active .hproduct-decor-r {
          -webkit-transform: scale(1);
          transform: scale(1);
          -webkit-transition-delay: .5s;
          transition-delay: .5s; }
        .hproduct-slider .swiper-slide-active .hproduct-img-in {
          -webkit-transform: scale(1);
          transform: scale(1);
          -webkit-filter: drop-shadow(0px 20px 56px rgba(0, 0, 0, 0.29));
          filter: drop-shadow(0px 20px 56px rgba(0, 0, 0, 0.29)); }
  .hproduct-btn {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    max-width: 100%;
    margin: auto; }
    @media screen and (min-width: 1550px) {
      .hproduct-btn {
        width: 50rem; } }
    @media screen and (max-width: 800px) {
      .hproduct-btn {
        width: 100%; } }

.hrecipe {
  position: relative;
  padding-top: 20rem;
  overflow: hidden; }
  @media screen and (max-width: 1200px) {
    .hrecipe {
      padding-top: 10rem; } }
  @media screen and (max-width: 800px) {
    .hrecipe {
      padding-top: 5rem; } }
  .hrecipe-row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media screen and (max-width: 1250px) {
      .hrecipe-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
  .hrecipe-intro {
    margin-top: -35%; }
    @media screen and (max-width: 1250px) {
      .hrecipe-intro {
        margin-top: 0; } }
  @media screen and (max-width: 1250px) {
    .hrecipe-col {
      width: 100%; } }
  .hrecipe-map {
    position: relative;
    width: 100%; }
  .hrecipe-img {
    width: 100%; }
    @media screen and (max-width: 1250px) {
      .hrecipe-img {
        width: 50%;
        margin: 0 auto 2rem; } }
    @media screen and (max-width: 900px) {
      .hrecipe-img {
        width: 80%;
        margin: 0 auto 2rem; } }
    @media screen and (max-width: 700px) {
      .hrecipe-img {
        width: 100%;
        margin: 0 auto 2rem; } }
    .hrecipe-img svg {
      width: 100%;
      display: block;
      stroke: rgba(15, 23, 42, 0.2);
      position: relative;
      height: intrinsic; }
      .hrecipe-img svg path {
        fill: #F1F5F9;
        position: relative;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
        .hrecipe-img svg path.active {
          fill: #E4002B; }
  .hrecipe .tab-btn {
    position: absolute;
    background-color: #E4002B;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 100%;
    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: 2rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: .1rem solid transparent; }
    @media screen and (max-width: 600px) {
      .hrecipe .tab-btn {
        width: 1.8rem;
        height: 1.8rem; } }
    .hrecipe .tab-btn input {
      display: none; }
    @media screen and (min-width: 601px) {
      .hrecipe .tab-btn:hover {
        border-color: #ffffff; } }
    .hrecipe .tab-btn.active {
      border-color: #E4002B; }
    @media screen and (min-width: 601px) {
      .hrecipe .tab-btn:hover, .hrecipe .tab-btn.active {
        width: 7.4rem; }
        .hrecipe .tab-btn:hover .hrecipe-logo, .hrecipe .tab-btn.active .hrecipe-logo {
          width: 4rem; } }
    @media screen and (min-width: 601px) and (max-width: 600px) {
      .hrecipe .tab-btn:hover .hrecipe-logo, .hrecipe .tab-btn.active .hrecipe-logo {
        width: 6rem; } }
    @media screen and (min-width: 601px) {
        .hrecipe .tab-btn:hover .hrecipe-icon, .hrecipe .tab-btn.active .hrecipe-icon {
          -webkit-transform: translateX(0.3rem);
          transform: translateX(0.3rem); } }
    @media screen and (max-width: 600px) {
      .hrecipe .tab-btn:hover, .hrecipe .tab-btn.active {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; } }
    .hrecipe .tab-btn .hrecipe-logo {
      width: 0;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .hrecipe .tab-btn .hrecipe-logo img {
        width: 100%;
        display: block; }
    .hrecipe .tab-btn .hrecipe-icon {
      width: 1.8rem;
      height: 1.8rem;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-transform: translateX(0);
      transform: translateX(0); }
      @media screen and (max-width: 600px) {
        .hrecipe .tab-btn .hrecipe-icon {
          width: 1.2rem;
          height: 1.2rem; } }
      .hrecipe .tab-btn .hrecipe-icon img {
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        display: block;
        -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(126deg) brightness(104%) contrast(104%);
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(126deg) brightness(104%) contrast(104%); }
  .hrecipe-tab-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
    @media screen and (max-width: 1250px) {
      .hrecipe-tab-btn {
        width: 50%;
        margin: auto; } }
    @media screen and (max-width: 900px) {
      .hrecipe-tab-btn {
        width: 80%; } }
    @media screen and (max-width: 700px) {
      .hrecipe-tab-btn {
        width: 100%; } }
    @media screen and (max-width: 600px) {
      .hrecipe-tab-btn {
        position: static;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        overflow: auto hidden;
        gap: .8rem;
        margin-bottom: 2rem;
        padding-bottom: .6rem; }
        .hrecipe-tab-btn::-webkit-scrollbar {
          height: .5rem; } }
  .hrecipe-tab-panel {
    position: absolute;
    top: 22%; }
    @media screen and (max-width: 2000px) {
      .hrecipe-tab-panel {
        right: -20%; } }
    @media screen and (min-width: 2000px) {
      .hrecipe-tab-panel {
        right: 0; } }
    @media screen and (min-width: 2200px) {
      .hrecipe-tab-panel {
        right: -5%; } }
    @media screen and (max-width: 1500px) {
      .hrecipe-tab-panel {
        right: -4%; } }
    @media screen and (max-width: 1250px) {
      .hrecipe-tab-panel {
        left: 50%;
        right: auto; } }
    @media screen and (max-width: 700px) {
      .hrecipe-tab-panel {
        position: static; } }
  .hrecipe-item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    border-radius: 1.2rem;
    overflow: hidden;
    border: 0.1rem solid #E4002B;
    width: 39.3rem; }
    @media screen and (min-width: 2000px) {
      .hrecipe-item {
        width: 35rem; } }
    @media screen and (min-width: 2200px) {
      .hrecipe-item {
        width: 39.3rem; } }
    @media screen and (max-width: 1500px) {
      .hrecipe-item {
        width: 30rem; } }
    @media screen and (max-width: 700px) {
      .hrecipe-item {
        width: 100%; } }
    .hrecipe-item .img {
      width: 16rem;
      position: relative;
      padding: .8rem .2rem;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      @media screen and (min-width: 2000px) {
        .hrecipe-item .img {
          width: 15rem; } }
      @media screen and (min-width: 2200px) {
        .hrecipe-item .img {
          width: 20rem; } }
      @media screen and (max-width: 1500px) {
        .hrecipe-item .img {
          width: 12rem; } }
      @media screen and (max-width: 700px) {
        .hrecipe-item .img {
          width: 20rem; } }
      @media screen and (max-width: 450px) {
        .hrecipe-item .img {
          width: 12rem; } }
      .hrecipe-item .img .in {
        display: block;
        padding-top: calc((285 / 427) * 100%);
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%; }
        .hrecipe-item .img .in 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;
          display: block; }
      .hrecipe-item .img .decor-l {
        position: absolute;
        top: 10%;
        left: .2rem; }
      .hrecipe-item .img .decor-r {
        position: absolute;
        top: 70%;
        right: .2rem; }
  .hrecipe-content {
    padding: 1.2rem 1.6rem;
    background-color: #E4002B;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2rem;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 500px) {
      .hrecipe-content {
        gap: 1rem;
        padding: .8rem 1rem; } }
    .hrecipe-content .decor {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 50%;
      height: 100%;
      z-index: -1;
      -webkit-transform: translateX(50%);
      transform: translateX(50%);
      opacity: .4; }
      .hrecipe-content .decor img {
        height: 100%;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        display: block; }
    .hrecipe-content .tt {
      font-size: 2.4rem;
      font-weight: 600;
      font-family: var(--font-pri);
      color: #ffffff; }
      @media only screen and (max-width: 1200px) {
        .hrecipe-content .tt {
          font-size: 2rem; } }
      @media only screen and (max-width: 800px) {
        .hrecipe-content .tt {
          font-size: 1.7rem; } }
    .hrecipe-content .txt {
      font-size: 1.6rem;
      font-weight: 400;
      font-family: var(--font-sec);
      color: #ffffff; }
      @media screen and (max-width: 500px) {
        .hrecipe-content .txt {
          font-size: 1.2rem; } }
    .hrecipe-content .item {
      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;
      gap: .4rem;
      cursor: pointer;
      padding: .8rem 1.2rem;
      font-family: var(--font-pri);
      border: 0.1rem solid #ffffff;
      border-radius: .8rem;
      overflow: hidden; }
      @media screen and (max-width: 500px) {
        .hrecipe-content .item {
          padding: .4rem .8rem; } }
      .hrecipe-content .item .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; }
        .hrecipe-content .item .icon img {
          width: 100%;
          height: 100%;
          display: block;
          -o-object-fit: contain;
          object-fit: contain; }
  .hrecipe-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    width: 100%;
    z-index: -2;
    overflow: hidden; }
    .hrecipe-bg .cloud-dc .item {
      position: absolute;
      width: 20vw;
      z-index: 1;
      position: absolute;
      -webkit-animation-duration: 10s;
      animation-duration: 10s;
      -webkit-animation-name: cloudMove, cloudFade;
      animation-name: cloudMove, cloudFade;
      -webkit-animation-direction: normal;
      animation-direction: normal;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }
      .hrecipe-bg .cloud-dc .item:nth-child(1) {
        top: 15%;
        width: 20vw;
        -webkit-animation-duration: 7.5s;
        animation-duration: 7.5s;
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s; }
      .hrecipe-bg .cloud-dc .item:nth-child(2) {
        top: 30%;
        width: 15vw;
        -webkit-animation-duration: 14.5s;
        animation-duration: 14.5s;
        -webkit-animation-delay: 3.5s;
        animation-delay: 3.5s; }
      .hrecipe-bg .cloud-dc .item:nth-child(3) {
        top: 80%;
        width: 22vw;
        -webkit-animation-duration: 12.5s;
        animation-duration: 12.5s;
        -webkit-animation-delay: 2s;
        animation-delay: 2s; }
      .hrecipe-bg .cloud-dc .item:nth-child(4) {
        top: 60%;
        width: 25vw;
        -webkit-animation-duration: 10.5s;
        animation-duration: 10.5s;
        -webkit-animation-delay: 5s;
        animation-delay: 5s; }
      .hrecipe-bg .cloud-dc .item img {
        width: 100%;
        display: block;
        opacity: .5; }
    .hrecipe-bg .cloud-gr {
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
    .hrecipe-bg .cloud {
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      height: 30%;
      z-index: 1; }
      @media screen and (max-width: 800px) {
        .hrecipe-bg .cloud {
          height: 10%; } }
      .hrecipe-bg .cloud:nth-child(1) {
        top: -.1rem; }
      .hrecipe-bg .cloud:nth-child(2) {
        bottom: -.1rem;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .hrecipe-bg .cloud img {
        width: 100%;
        height: 100%;
        display: block; }
    .hrecipe-bg .in {
      height: 100%;
      width: 100%;
      position: relative; }
      .hrecipe-bg .in::before {
        position: absolute;
        content: '';
        z-index: 1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(182, 206, 92, 0.34)), to(rgba(182, 206, 92, 0.34)));
        background: linear-gradient(0deg, rgba(182, 206, 92, 0.34) 0%, rgba(182, 206, 92, 0.34) 100%); }
      .hrecipe-bg .in img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
        object-fit: cover; }
  .hrecipe-des .title-pri {
    width: 60rem;
    max-width: 100%; }
  .hrecipe-des .title .txt {
    width: 50rem;
    max-width: 100%; }
  .hrecipe-slider {
    position: relative;
    padding-bottom: 3rem; }
    @media screen and (min-width: 1250px) {
      .hrecipe-slider {
        width: calc(100% + var(--halfremainder) + 5.5rem);
        margin-left: calc(-1 * (var(--halfremainder) + 1.5rem));
        direction: ltr; } }
    .hrecipe-slider .swiper {
      padding-bottom: .5rem; }
      @media screen and (min-width: 1250px) {
        .hrecipe-slider .swiper {
          direction: rtl; } }
      @media screen and (min-width: 1250px) {
        .hrecipe-slider .swiper .food-des {
          direction: ltr; } }
      @media screen and (min-width: 1250px) {
        .hrecipe-slider .swiper .food-tags-item {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
          .hrecipe-slider .swiper .food-tags-item .txt {
            direction: ltr; } }
      @media screen and (max-width: 1250px) {
        .hrecipe-slider .swiper-next, .hrecipe-slider .swiper-prev {
          display: none; } }
      .hrecipe-slider .swiper-next {
        -webkit-box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.15);
        right: calc(-1 * var(--wbtn) + 2rem) !important; }
      .hrecipe-slider .swiper-prev {
        left: 18.5% !important;
        -webkit-box-shadow: drop-shadow(0px 9px 18px rgba(0, 0, 0, 0.15));
        box-shadow: drop-shadow(0px 9px 18px rgba(0, 0, 0, 0.15)); }
      @media screen and (min-width: 1250px) {
        .hrecipe-slider .swiper-pagination {
          display: none; } }

.page-template-kitchen-template .hrecipe-intro {
  margin-bottom: 10rem; }
  @media screen and (max-width: 1200px) {
    .page-template-kitchen-template .hrecipe-intro {
      margin-bottom: 5rem; } }

.home .recuitin-decor {
  display: none; }

.contact {
  position: relative; }
  .contact-row {
    z-index: 2;
    position: relative; }
  @media screen and (max-width: 1000px) {
    .contact-col {
      width: 100%; } }
  .contact form {
    height: 100%;
    width: 100%;
    position: relative; }
    .contact form .wpcf7-response-output {
      right: 0;
      left: 0;
      padding: 0 2rem !important;
      margin: auto !important;
      bottom: 0; }
      @media screen and (max-width: 600px) {
        .contact form .wpcf7-response-output {
          padding: 0 1rem !important; } }
  .contact-frm {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.11);
    border-radius: 3.2rem;
    border: 0.1rem solid #E2E8F0;
    padding: 3.2rem 2.8rem; }
    @media screen and (max-width: 1000px) {
      .contact-frm {
        padding: 2rem 1.4rem;
        border-radius: 1.2rem; } }
    @media screen and (max-width: 600px) {
      .contact-frm {
        padding: 2rem 1rem;
        border-radius: 0.8rem; } }
    @media screen and (max-width: 1200px) {
      .contact-frm .ip::-webkit-input-placeholder {
        font-size: 1.4rem; }
      .contact-frm .ip::-moz-placeholder {
        font-size: 1.4rem; }
      .contact-frm .ip::-ms-input-placeholder {
        font-size: 1.4rem; }
      .contact-frm .ip::placeholder {
        font-size: 1.4rem; } }
    .contact-frm .label-control {
      padding-left: 1rem; }
      .contact-frm .label-control a {
        color: #ED1C24;
        text-decoration: underline; }
  .contact-des {
    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; }
    .contact-des .title .txt {
      font-size: 1.6rem; }
    .contact-des-item {
      background-color: #F8FAFC;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 1.6rem;
      padding: 1.6rem; }
      @media screen and (max-width: 1200px) {
        .contact-des-item {
          gap: 1rem; } }
      .contact-des-item.active .head .tt {
        color: #E4002B; }
      .contact-des-item.active .head .icon .line {
        background-color: #E4002B; }
        .contact-des-item.active .head .icon .line:nth-child(2) {
          -webkit-transform: translate(0, -0.2rem) rotate(0);
          transform: translate(0, -0.2rem) rotate(0); }
      .contact-des-item.active .bdy {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .contact-des-item .head {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1rem;
        cursor: pointer; }
        .contact-des-item .head .tt {
          font-size: 1.8rem;
          font-weight: 600;
          color: #333333;
          line-height: 150%;
          -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
          @media only screen and (max-width: 1200px) {
            .contact-des-item .head .tt {
              font-size: 1.6rem; } }
          @media only screen and (max-width: 800px) {
            .contact-des-item .head .tt {
              font-size: 1.5rem; } }
        .contact-des-item .head .icon {
          position: relative; }
          .contact-des-item .head .icon .line {
            overflow: hidden;
            display: block;
            background-color: #333333;
            height: .2rem;
            width: 1.6rem;
            border-radius: 1.6rem;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out; }
            .contact-des-item .head .icon .line:nth-child(2) {
              -webkit-transform: translate(0, -0.2rem) rotate(90deg);
              transform: translate(0, -0.2rem) rotate(90deg); }
      .contact-des-item .bdy {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.6rem;
        display: none; }
        @media screen and (max-width: 1200px) {
          .contact-des-item .bdy {
            gap: 1rem; } }
        .contact-des-item .bdy .list {
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          gap: 1.2rem; }
        .contact-des-item .bdy .item {
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: .4rem; }
          .contact-des-item .bdy .item .txt {
            font-size: 1.4rem;
            font-family: var(--font-pri);
            color: #333333; }
            .contact-des-item .bdy .item .txt.pri {
              color: #E4002B;
              font-weight: 600; }
            .contact-des-item .bdy .item .txt.t-bold {
              -ms-flex-negative: 0;
              flex-shrink: 0;
              color: #333333;
              font-weight: 600; }
  .contact-map {
    width: 100%;
    display: block;
    padding-top: calc((304 / 520) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 0.8rem;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.11); }
    .contact-map 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;
      display: block; }
  .contact .btn-pri {
    width: 100%;
    margin-top: 3.2rem; }

textarea {
  width: 100% !important;
  resize: none; }

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

.form-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .8rem;
  position: relative; }
  .form-item textarea,
  .form-item input {
    width: 100%;
    font-size: 1.6rem;
    color: #333333;
    font-family: var(--font-pri);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    outline: none; }
    .form-item textarea::-webkit-input-placeholder,
    .form-item input::-webkit-input-placeholder {
      font-size: 1.6rem;
      color: #333333;
      font-family: var(--font-pri);
      font-style: normal;
      font-weight: 400;
      line-height: 150%; }
    .form-item textarea::-moz-placeholder,
    .form-item input::-moz-placeholder {
      font-size: 1.6rem;
      color: #333333;
      font-family: var(--font-pri);
      font-style: normal;
      font-weight: 400;
      line-height: 150%; }
    .form-item textarea::-ms-input-placeholder,
    .form-item input::-ms-input-placeholder {
      font-size: 1.6rem;
      color: #333333;
      font-family: var(--font-pri);
      font-style: normal;
      font-weight: 400;
      line-height: 150%; }
    .form-item textarea::placeholder,
    .form-item input::placeholder {
      font-size: 1.6rem;
      color: #333333;
      font-family: var(--font-pri);
      font-style: normal;
      font-weight: 400;
      line-height: 150%; }
  .form-item .wpcf7-form-control-wrap {
    width: 100%;
    display: block; }
  .form-item .wpcf7-not-valid-tip {
    left: 0 !important; }

.form-ip .wpcf7-form-control-wrap {
  width: 100%; }

.form-ip textarea {
  height: 100% !important; }

.form-input {
  border-radius: 0.8rem;
  border: 0.1rem solid #E2E8F0;
  background: #ffffff;
  padding: 1.4rem 1.2rem 1.4rem 2rem;
  height: 5.2rem;
  outline: none;
  width: 100%; }
  @media screen and (max-width: 600px) {
    .form-input {
      padding: 1.2rem;
      height: 4.6rem; } }

.form-lb {
  color: #333333;
  font-weight: 500;
  font-family: var(--font-pri); }
  .form-lb.speci {
    position: relative; }
    .form-lb.speci::after {
      content: '*';
      color: red; }

.form-file {
  position: relative;
  width: 22.2rem; }
  .form-file label {
    cursor: pointer;
    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: .8rem;
    width: 100%;
    border-radius: 0.8rem;
    padding: 1.6rem 1.4rem;
    background-color: #ffffff;
    border: 0.1rem dashed #E4002B;
    font-size: 1.6rem;
    color: #333333;
    font-weight: 500; }
    .form-file label .txtJs {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all; }
  .form-file .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; }
    .form-file .icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      display: block; }
  .form-file input {
    display: none; }

.form-accept .form-lb {
  position: relative;
  color: #333333;
  font-weight: 500;
  font-family: var(--font-pri);
  cursor: pointer; }
  .form-accept .form-lb a {
    color: #E4002B;
    text-decoration: underline; }
  .form-accept .form-lb.active::after {
    border-color: #E4002B; }
  .form-accept .form-lb::before {
    content: '';
    -webkit-appearance: none;
    background-color: #F1F5F9;
    border: 0.2rem solid #CBD5E1;
    border-radius: .2rem;
    -webkit-box-shadow: 0 0.1reem 0.2rem rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.1reem 0.2rem rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: .8rem;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: .5rem;
    margin-top: -.2rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .form-accept .form-lb::after {
    content: '';
    display: block;
    position: absolute;
    top: .4rem;
    left: .7rem;
    width: .5rem;
    height: 1rem;
    border: solid #ffffff;
    border-width: 0 .2rem .2rem 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1; }

.form-search {
  padding: .4rem;
  border: 0.1rem solid #E4002B;
  border-radius: 10rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .4rem;
  background-color: #ffffff;
  overflow: hidden;
  min-height: 5.1rem; }
  .form-search input {
    width: 100%;
    font-size: 1.6rem;
    font-family: var(--font-pri);
    color: #333333;
    font-weight: 500;
    padding: 1rem 2rem;
    border: none;
    outline: none; }
  .form-search .btn-search {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: var(--font-pri);
    color: #ffffff;
    font-weight: 500;
    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-color: #E4002B;
    width: 4.4rem;
    height: 4.4rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .form-search .btn-search img {
      width: 80%;
      height: 80%;
      display: block;
      -o-object-fit: contain;
      object-fit: contain;
      -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7470%) hue-rotate(311deg) brightness(100%) contrast(100%);
      filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7470%) hue-rotate(311deg) brightness(100%) contrast(100%); }
    .form-search .btn-search:hover {
      -webkit-filter: grayscale(0.3);
      filter: grayscale(0.3); }

.drag_element {
  height: 2.4rem !important;
  width: 2.4rem !important;
  cursor: pointer; }
  @media screen and (max-width: 1200px) {
    .drag_element {
      height: 1.8rem !important;
      width: 1.8rem !important; } }
  @media screen and (max-width: 800px) {
    .drag_element {
      height: 1.2rem !important;
      width: 1.2rem !important; } }
  @media screen and (max-width: 500px) {
    .drag_element {
      height: .8rem !important;
      width: .8rem !important; } }

.pduct {
  position: relative;
  background-color: #ffffff;
  height: 100%; }
  .pduct:hover .pduct-img {
    background-color: #E4002B; }
    .pduct:hover .pduct-img .pduct-img-in {
      -webkit-transform: rotate(-15deg);
      transform: rotate(-15deg);
      -webkit-filter: drop-shadow(0px 20px 56px rgba(0, 0, 0, 0.29));
      filter: drop-shadow(0px 20px 56px rgba(0, 0, 0, 0.29)); }
  .pduct-in {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem; }
  .pduct-img {
    padding: 3.2rem;
    width: 100%;
    background-color: #FCF9F0;
    border-radius: 2.8rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .pduct-img-in {
      display: block;
      padding-top: calc((297 / 280) * 100%);
      position: relative;
      overflow: hidden;
      width: 100%;
      -webkit-filter: drop-shadow(0px 13px 37px rgba(0, 0, 0, 0.21));
      filter: drop-shadow(0px 13px 37px rgba(0, 0, 0, 0.21));
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      .pduct-img-in 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;
        display: block; }
  .pduct-des {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .8rem; }
  .pduct-tt {
    font-size: 2.4rem;
    color: #333333;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--font-pri);
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    @media only screen and (max-width: 1200px) {
      .pduct-tt {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .pduct-tt {
        font-size: 1.7rem; } }
    .pduct-tt:hover {
      color: #E4002B; }
  .pduct-txt {
    font-size: 1.5rem;
    color: #333333;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--font-sec);
    text-align: center; }

.pducts-slider {
  position: relative; }
  .pducts-slider .swiper-pagination {
    bottom: -3rem !important; }

.product {
  position: relative;
  overflow: hidden; }
  .product-tab-btn {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #E4002B;
    font-size: 4rem;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--font-pri);
    position: relative;
    width: 50%;
    font-family: var(--font-four);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 1200px) {
      .product-tab-btn {
        font-size: 3.5rem; } }
    @media only screen and (max-width: 800px) {
      .product-tab-btn {
        font-size: 2.7rem; } }
    .product-tab-btn label {
      --pad: 3.2rem;
      padding: var(--pad) calc(var(--pad)*2);
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: var(--pad);
      cursor: pointer; }
      @media screen and (max-width: 1200px) {
        .product-tab-btn label {
          --pad: 1rem; } }
    @media screen and (max-width: 1000px) {
      .product-tab-btn {
        font-size: 2.2rem; } }
    .product-tab-btn::before {
      position: absolute;
      content: '';
      width: 0;
      height: .1rem;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #E4002B;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .product-tab-btn:hover::before, .product-tab-btn.active::before {
      width: 100%; }
    .product-tab-btn .icon {
      width: 10.4rem;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      @media screen and (max-width: 1000px) {
        .product-tab-btn .icon {
          width: 7rem; } }
      .product-tab-btn .icon img {
        width: 100%;
        display: block; }
  .product-bdy .head {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem; }
    .product-bdy .head .text {
      font-size: 1.6rem;
      font-weight: 500;
      color: #64748B; }
      @media screen and (max-width: 750px) {
        .product-bdy .head .text {
          margin: auto; } }
    @media screen and (max-width: 750px) {
      .product-bdy .head .news-list {
        margin: auto;
        width: 100%; } }
  .product-btn {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 4rem; }
    @media screen and (max-width: 800px) {
      .product-btn {
        margin-top: 2rem; } }
  @media screen and (max-width: 1000px) {
    .product-col {
      width: calc(4/12 * 100%); } }
  @media screen and (max-width: 600px) {
    .product-col {
      width: 50%; } }
  @media screen and (max-width: 350px) {
    .product-col {
      width: 100%; } }
  .product-intro {
    position: relative;
    border-radius: 2.4rem;
    overflow: hidden; }
    .product-intro::before {
      position: absolute;
      content: '';
      z-index: -1;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%); }
    .product-intro-bg {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      z-index: -2; }
      .product-intro-bg iframe,
      .product-intro-bg video,
      .product-intro-bg img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
        object-fit: cover; }
    .product-intro-des {
      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;
      padding: 10.8rem 4rem;
      text-align: center; }
      @media screen and (max-width: 1200px) {
        .product-intro-des {
          padding: 5.4rem 2rem; } }
      @media screen and (max-width: 800px) {
        .product-intro-des {
          padding: 5.4rem 1rem; } }
      .product-intro-des .title {
        width: 84rem;
        max-width: 100%;
        margin: auto; }

.food {
  position: relative;
  height: 100%;
  --pdt: calc((285 / 427)* 100%); }
  .food-in {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%; }
  .food-img {
    width: 100%;
    position: relative;
    margin-bottom: calc(-1 * var(--pdt)/2); }
    .food-img-in {
      display: block;
      padding-top: var(--pdt);
      position: relative;
      overflow: hidden;
      width: 100%;
      width: 100%;
      -webkit-transition: all .3s linear;
      transition: all .3s linear; }
      .food-img-in img {
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        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;
        display: block;
        -webkit-filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.11));
        filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.11)); }
  .food-des {
    border: 0.2rem dashed #64748B;
    border-radius: 3.2rem;
    background-color: #ffffff;
    padding: calc(var(--pdt)/2) 2rem 2rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    height: 100%; }
    @media screen and (max-width: 800px) {
      .food-des {
        gap: 1rem;
        padding: calc(var(--pdt)/2) 1.2rem 1.2rem;
        border-radius: 1rem; } }
    @media screen and (max-width: 600px) {
      .food-des {
        gap: .6rem;
        padding: calc(var(--pdt)/2) 1rem 1rem; } }
    .food-des-in {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: .8rem; }
  .food-tags {
    margin-top: auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: .8rem; }
    .food-tags-item {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: .4rem;
      padding: 1rem 1.2rem;
      border-radius: 0.8rem;
      border: 0.1rem solid #333333; }
      @media screen and (max-width: 600px) {
        .food-tags-item {
          padding: .6rem 1rem; } }
      .food-tags-item .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; }
        @media screen and (max-width: 600px) {
          .food-tags-item .icon {
            width: 1.4rem;
            height: 1.4rem; } }
        .food-tags-item .icon img {
          width: 100%;
          height: 100%;
          display: block;
          -o-object-fit: contain;
          object-fit: contain; }
      .food-tags-item .txt {
        color: #333333;
        font-size: 1.5rem;
        font-family: var(--font-sec); }
        @media screen and (max-width: 600px) {
          .food-tags-item .txt {
            font-size: 1.2rem; } }
  .food-tt {
    font-family: var(--font-pri);
    font-size: 2.4rem;
    color: #333333;
    font-weight: 600;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 120%; }
    @media only screen and (max-width: 1200px) {
      .food-tt {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .food-tt {
        font-size: 1.7rem; } }
    .food-tt:hover {
      color: #E4002B; }
  .food-txt {
    font-size: 1.6rem;
    font-family: var(--font-sec);
    color: #333333;
    text-align: center;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media screen and (max-width: 600px) {
      .food-txt {
        font-size: 1.4rem; } }

.foods {
  position: relative; }
  .foods-slider {
    position: relative; }
    .foods-slider .swiper-pagination {
      bottom: -3rem !important; }
    .foods-slider .swiper-next, .foods-slider .swiper-prev {
      -webkit-filter: drop-shadow(0px 9px 18px rgba(0, 0, 0, 0.15));
      filter: drop-shadow(0px 9px 18px rgba(0, 0, 0, 0.15)); }
      .foods-slider .swiper-next.swiper-button-disabled, .foods-slider .swiper-prev.swiper-button-disabled {
        -webkit-filter: none;
        filter: none; }
      @media screen and (min-width: 1201px) {
        .foods-slider .swiper-next, .foods-slider .swiper-prev {
          margin-top: calc(-1 * (var(--wbtn) + 4rem)) !important; } }
      @media screen and (min-width: 1001px) {
        .foods-slider .swiper-next, .foods-slider .swiper-prev {
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
          top: 0;
          margin-top: calc(-1 * (var(--wbtn) + 2rem)); } }
      @media screen and (max-width: 600px) {
        .foods-slider .swiper-next, .foods-slider .swiper-prev {
          display: none; } }
    @media screen and (min-width: 1201px) {
      .foods-slider .swiper-next {
        right: 0; } }
    @media screen and (min-width: 1001px) {
      .foods-slider .swiper-prev {
        left: auto;
        right: calc(var(--wbtn) + 2rem); } }
  .foods-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: 100%;
    margin: 2rem auto; }
  @media screen and (max-width: 800px) {
    .foods-col {
      width: 50%; } }
  @media screen and (max-width: 450px) {
    .foods-col {
      width: 100%; } }
  .foods-select {
    width: 59.2rem;
    max-width: 100%;
    margin: 0 auto 4rem; }
    @media screen and (max-width: 1200px) {
      .foods-select {
        margin: 0 auto 2rem; } }
    .foods-select .select2-container .select2-selection--single {
      border-color: #E4002B !important;
      border-radius: 6rem !important; }
    .foods-select .select2-selection--single .select2-selection__placeholder {
      color: #94A3B8 !important; }
    .foods-select .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 1.2rem 2rem !important; }
    .foods-select .select2-container--default .select2-selection--single .select2-selection__arrow {
      right: 1rem !important; }
  .foods-des .txt {
    color: #475569;
    font-family: 1.5rem;
    font-weight: 500;
    font-family: var(--font-pri); }
  .foods-tab {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 7.2rem;
    border-bottom: 0.1rem solid #E2E8F0;
    width: 100%;
    overflow: auto hidden; }
    .foods-tab::-webkit-scrollbar {
      height: .5rem; }
    @media screen and (max-width: 1200px) {
      .foods-tab {
        gap: 3.6rem; } }
    @media screen and (max-width: 800px) {
      .foods-tab {
        gap: 1.2rem; } }
    .foods-tab-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;
      position: relative;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .foods-tab-link label {
        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.2rem;
        cursor: pointer;
        padding: 1.2rem 0; }
        @media screen and (max-width: 800px) {
          .foods-tab-link label {
            gap: .6rem; } }
      .foods-tab-link::before {
        position: absolute;
        content: '';
        bottom: 0;
        right: 0;
        width: 0;
        height: .1rem;
        background-color: #E4002B;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
      .foods-tab-link:hover::before, .foods-tab-link.active::before {
        width: 100%;
        left: 0; }
      .foods-tab-link:hover .txt, .foods-tab-link.active .txt {
        color: #E4002B; }
      .foods-tab-link .icon {
        width: 5.2rem;
        height: 7.8rem;
        padding: 0 .6rem;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        .foods-tab-link .icon img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
          object-fit: contain;
          display: block; }
      .foods-tab-link .txt {
        font-size: 3.6rem;
        font-family: var(--font-four);
        font-weight: 500;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
        @media only screen and (max-width: 1200px) {
          .foods-tab-link .txt {
            font-size: 3.1rem; } }
        @media only screen and (max-width: 800px) {
          .foods-tab-link .txt {
            font-size: 2.6rem; } }
  .foods-fil {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.6rem; }
    .foods-fil .hfood-form {
      width: 39rem;
      max-width: 100%;
      margin: auto; }
    .foods-fil form {
      margin: auto; }
    .foods-fil-list {
      margin: auto; }
      @media screen and (max-width: 1200px) {
        .foods-fil-list {
          width: 100%; } }
      .foods-fil-list .swiper {
        padding: .2rem 0; }
        .foods-fil-list .swiper-slide {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .foods-fil-list .swiper-slide:last-child .foods-fil-link label {
            border-top-right-radius: 5rem;
            border-bottom-right-radius: 5rem; }
          .foods-fil-list .swiper-slide:first-child .foods-fil-link label {
            border-top-left-radius: 5rem;
            border-bottom-left-radius: 5rem; }
    .foods-fil-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; }
      .foods-fil-link label {
        padding: 1.2rem 2.4rem;
        border: 0.1rem solid #E2E8F0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        font-size: 1.5rem;
        text-transform: uppercase;
        color: #94A3B8;
        font-weight: 500;
        font-family: var(--font-pri);
        cursor: pointer; }
      .foods-fil-link:hover label, .foods-fil-link.active label {
        color: #E4002B;
        border-color: #E4002B; }

.box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative; }
  .box-in {
    background-color: #ffffff;
    border-radius: 1rem;
    border: 0.1rem solid #E2E8F0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
    height: 100%; }
    .box-in:hover {
      -webkit-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.15); }
      .box-in:hover .box-img::before {
        -webkit-animation: shine .75s;
        animation: shine .75s; }
      .box-in:hover .box-img img {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1); }
      .box-in:hover .box-des {
        background-color: #E4002B; }
      .box-in:hover .box-tt {
        color: #ffffff; }
  .box-img {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .box-img::before {
      position: absolute;
      content: '';
      top: 0;
      left: -75%;
      z-index: 2;
      display: block;
      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);
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .box-img-in {
      display: block;
      padding-top: calc((260 / 384) * 100%);
      position: relative;
      overflow: hidden;
      width: 100%;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .box-img-in 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;
        display: block;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1); }
  .box-des {
    height: 100%;
    padding: 3rem 1.2rem;
    background-color: #F1F5F9;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    @media screen and (max-width: 1200px) {
      .box-des {
        padding: 2rem 1.2rem; } }
  .box-tt {
    color: #333333;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 130%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .box-tag {
    position: absolute;
    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;
    background-color: #E8BA41;
    border-radius: 0.8rem;
    -webkit-box-shadow: 2px 4px 7px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 4px 7px 0px rgba(0, 0, 0, 0.15);
    right: 2rem;
    padding: .8rem; }
    @media screen and (max-width: 1200px) {
      .box-tag {
        right: 1rem;
        padding: .4rem .6rem; } }
    .box-tag .txt {
      font-size: 1.2rem;
      font-family: var(--font-thr);
      text-align: center;
      font-weight: 400;
      color: #333333; }
      @media screen and (max-width: 1200px) {
        .box-tag .txt {
          font-size: 1.2rem; } }
      .box-tag .txt.pri {
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 120%; }
        @media only screen and (max-width: 1200px) {
          .box-tag .txt.pri {
            font-size: 1.6rem; } }
        @media only screen and (max-width: 800px) {
          .box-tag .txt.pri {
            font-size: 1.5rem; } }
        @media screen and (max-width: 1200px) {
          .box-tag .txt.pri {
            font-size: 1.4rem; } }

.new {
  height: 100%; }
  .new.sec .new-in {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    border: none; }
  .new.sec .new-des {
    width: 100%; }
  .new.sec .new-img {
    width: 12rem;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .new.sec .new-img-in {
    display: block;
    padding-top: calc((120 / 120) * 100%);
    position: relative;
    overflow: hidden; }
  .new.sec .new-tt {
    font-size: 2rem;
    color: #262626; }
    @media only screen and (max-width: 1200px) {
      .new.sec .new-tt {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .new.sec .new-tt {
        font-size: 1.6rem; } }
  .new.sec .date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .new.sec .btn-ct {
    padding: 1rem 2rem; }
    .new.sec .btn-ct .text {
      font-size: 1.4rem; }
  .new:hover .new-in {
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
  .new-in {
    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;
    gap: 2.4rem;
    background-color: #ffffff;
    padding: 1.6rem;
    border: 0.1rem solid #E2E8F0;
    border-radius: 1.6rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    @media screen and (max-width: 1200px) {
      .new-in {
        gap: 1.2rem; } }
    @media screen and (max-width: 800px) {
      .new-in {
        border-radius: 0.8rem; } }
  .new-img {
    width: 100%;
    border-radius: 1.6rem;
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 800px) {
      .new-img {
        border-radius: 0.8rem; } }
    .new-img:hover .new-img-in::before {
      -webkit-animation: shine .75s;
      animation: shine .75s; }
    .new-img:hover img {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
      transform: translate(-50%, -50%) scale(1.1); }
    .new-img-in {
      display: block;
      padding-top: calc((312 / 352) * 100%);
      position: relative;
      overflow: hidden;
      width: 100%;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      position: relative; }
      .new-img-in::before {
        position: absolute;
        content: '';
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        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); }
      .new-img-in 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;
        display: block;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1); }
  .new-des {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .8rem;
    height: 100%; }
    .new-des .date {
      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: .4rem;
      font-size: 1.6rem;
      font-family: var(--font-pri);
      color: #64748B;
      line-height: 120%; }
      .new-des .date span {
        font-weight: 600;
        color: #333333; }
    .new-des .btn-ct {
      margin-top: auto; }
  .new-tt {
    color: #333333;
    font-size: 2.6rem;
    font-weight: 600;
    font-family: var(--font-pri);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media only screen and (max-width: 1200px) {
      .new-tt {
        font-size: 2.2rem; } }
    @media only screen and (max-width: 800px) {
      .new-tt {
        font-size: 1.9rem; } }
    .new-tt:hover {
      color: #E4002B; }
  .new-txt {
    font-size: 1.6rem;
    color: #333333;
    font-family: var(--font-sec);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }

.newdt {
  position: relative; }
  .newdt-head .list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .newdt-head .list .item {
      --pad: 1.6rem;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: .8rem;
      color: #15181E;
      font-size: 1.6rem; }
      .newdt-head .list .item:not(:last-child) {
        padding-right: var(--pad);
        margin-right: var(--pad);
        border-right: 0.1rem solid #E2E8F0; }
      .newdt-head .list .item .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; }
        .newdt-head .list .item .icon img {
          width: 100%;
          height: 100%;
          display: block;
          -o-object-fit: contain;
          object-fit: contain; }
  .newdt-tag {
    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: .6rem; }
    .newdt-tag .item {
      padding: .8rem 1.2rem;
      font-size: 1.5rem;
      font-weight: 400;
      color: #E4002B;
      background-color: #ffffff;
      border: 0.1rem solid #E4002B;
      border-radius: 0.8rem; }
  .newdt-des {
    position: relative; }
  @media screen and (min-width: 1201px) {
    .newdt-social {
      position: absolute;
      top: 20%;
      left: 0;
      -webkit-transform: translate(-5rem, 0);
      transform: translate(-5rem, 0); }
      .newdt-social .social-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .newdt-social .social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media screen and (min-width: 1201px) {
      .newdt-social .social .txt {
        display: none; } }
  .newdt .decor-pri-rb {
    width: 30vw; }
  @media screen and (max-width: 1200px) {
    .newdt-col {
      width: 100%; } }
  @media screen and (max-width: 1200px) {
    .newdt-item {
      width: calc(4/12 * 100%); } }
  @media screen and (max-width: 700px) {
    .newdt-item {
      width: 50%; } }
  @media screen and (max-width: 470px) {
    .newdt-item {
      width: 100%; } }

.news {
  position: relative; }
  .news-banner {
    position: relative; }
    .news-banner-it {
      position: relative;
      padding: 12rem 7.2rem 15rem;
      height: 100%;
      border-radius: 3.2rem;
      border: 0.1rem solid #E2E8F0;
      overflow: hidden;
      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; }
      @media screen and (max-width: 1230px) {
        .news-banner-it {
          padding: 7rem 5rem 10rem; } }
      @media screen and (max-width: 800px) {
        .news-banner-it {
          padding: 5rem 2rem 8rem;
          border-radius: 1.6rem; } }
      @media screen and (max-width: 500px) {
        .news-banner-it {
          padding: 3rem 1rem 6rem; } }
      .news-banner-it::before {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(57.9%, #FFF));
        background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF 57.9%); }
        @media screen and (max-width: 800px) {
          .news-banner-it::before {
            background: rgba(255, 255, 255, 0.86); } }
    .news-banner-img {
      width: 50%;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -2;
      margin-left: auto; }
      @media screen and (max-width: 800px) {
        .news-banner-img {
          width: 100%; } }
      .news-banner-img img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
        object-fit: cover; }
    .news-banner-des {
      width: 50%; }
      @media screen and (max-width: 800px) {
        .news-banner-des {
          width: 70%; } }
      @media screen and (max-width: 500px) {
        .news-banner-des {
          width: 100%; } }
    .news-banner-slider {
      position: relative;
      -webkit-box-shadow: 0px 20px 56px 0px rgba(0, 0, 0, 0.29);
      box-shadow: 0px 20px 56px 0px rgba(0, 0, 0, 0.29);
      border-radius: 3.2rem; }
      @media screen and (max-width: 800px) {
        .news-banner-slider {
          border-radius: 1.6rem; } }
      .news-banner-slider .swiper-slide .news-banner-img {
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0); }
      .news-banner-slider .swiper-slide .title-pri,
      .news-banner-slider .swiper-slide .mona-content,
      .news-banner-slider .swiper-slide .news-gr {
        -webkit-transition: all .7s ease;
        transition: all .7s ease;
        opacity: 0;
        -webkit-transform: translateY(2rem);
        transform: translateY(2rem); }
      .news-banner-slider .swiper-slide .title-pri {
        -webkit-transition-delay: .7s;
        transition-delay: .7s; }
      .news-banner-slider .swiper-slide .mona-content {
        -webkit-transition-delay: .9s;
        transition-delay: .9s; }
      .news-banner-slider .swiper-slide .news-gr {
        -webkit-transition-delay: 1.1s;
        transition-delay: 1.1s; }
      .news-banner-slider .swiper-slide-active .news-banner-img {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0); }
      .news-banner-slider .swiper-slide-active .title-pri {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0); }
      .news-banner-slider .swiper-slide-active .mona-content {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0); }
      .news-banner-slider .swiper-slide-active .news-gr {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0); }
      .news-banner-slider .swiper-next {
        right: calc(-1 * var(--wbtn)/2); }
        @media screen and (max-width: 1230px) {
          .news-banner-slider .swiper-next {
            right: -1rem; } }
      .news-banner-slider .swiper-prev {
        left: calc(-1 * var(--wbtn)/2); }
        @media screen and (max-width: 1230px) {
          .news-banner-slider .swiper-prev {
            left: -1rem; } }
      @media screen and (max-width: 800px) {
        .news-banner-slider .swiper-next, .news-banner-slider .swiper-prev {
          display: none; } }
      .news-banner-slider .swiper-pagination {
        left: 7.2rem;
        text-align: left;
        bottom: 8rem !important;
        right: auto;
        display: block; }
        @media screen and (max-width: 1230px) {
          .news-banner-slider .swiper-pagination {
            left: 5rem;
            bottom: 5rem !important; } }
        @media screen and (max-width: 800px) {
          .news-banner-slider .swiper-pagination {
            text-align: center;
            left: 0;
            right: 0;
            bottom: 1rem !important; } }
  @media screen and (max-width: 700px) {
    .news-col {
      width: 50%; } }
  @media screen and (max-width: 450px) {
    .news-col {
      width: 100%; } }
  .news-bdy .head {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem; }
  .news-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.2rem; }
    .news-list .swiper-wrapper {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
    .news-list .swiper-slide {
      width: -webkit-fit-content !important;
      width: -moz-fit-content !important;
      width: fit-content !important; }
  .news-item.active .news-link, .news-item:hover .news-link {
    border-color: #E4002B; }
    .news-item.active .news-link label, .news-item:hover .news-link label {
      color: #E4002B; }
  .news-link {
    border: 0.1rem solid #94A3B8;
    border-radius: 1.2rem;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .news-link:hover, .news-link.active {
      border-color: #E4002B; }
      .news-link:hover label, .news-link.active label {
        color: #E4002B; }
    .news-link label {
      padding: 1.4rem 2rem;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      font-size: 1.6rem;
      font-family: var(--font-pri);
      color: #94A3B8;
      font-weight: 500;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer; }
      @media screen and (max-width: 1000px) {
        .news-link label {
          padding: .8rem 1.4rem; } }
  .news-frm {
    position: relative;
    margin-left: auto; }
    .news-frm form {
      width: 100%; }
    .news-frm-inner {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border: 0.1rem solid #E4002B;
      border-radius: 100rem;
      overflow: hidden;
      --heg: 5.2rem;
      width: 38.4rem;
      max-width: 100%; }
      @media screen and (max-width: 1000px) {
        .news-frm-inner {
          width: 30rem;
          --heg: 4.4rem; } }
      .news-frm-inner input {
        width: 100%;
        border: none;
        outline: none;
        font-size: 1.6rem;
        font-family: var(--font-pri);
        font-weight: 500;
        color: #333333;
        padding: 1.2rem 1rem 1.2rem 2rem;
        height: var(--heg); }
      .news-frm-inner .btn-news {
        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: var(--heg);
        height: var(--heg);
        border-radius: 100rem;
        background-color: #E4002B;
        font-size: 1.6rem;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        .news-frm-inner .btn-news img {
          -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7470%) hue-rotate(311deg) brightness(100%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7470%) hue-rotate(311deg) brightness(100%) contrast(100%);
          width: 80%;
          height: 80%;
          display: block;
          -o-object-fit: contain;
          object-fit: contain; }

.block {
  position: relative;
  overflow: hidden;
  height: 100%; }
  .block-in {
    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-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem 3.2rem;
    border-radius: 2.4rem;
    background-color: #ffffff;
    border: 0.2rem dashed #64748B;
    gap: 1.2rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 100%; }
    @media screen and (max-width: 1200px) {
      .block-in {
        padding: 1rem 1.2rem;
        border-radius: 1.2rem; } }
    .block-in:hover {
      border-color: #E4002B; }
    @media screen and (max-width: 800px) {
      .block-in {
        border-radius: 1.2rem; } }
    .block-in .tt {
      font-size: 4rem;
      font-family: var(--font-pri);
      font-weight: 600;
      line-height: 120%;
      position: relative;
      color: #333333; }
      @media only screen and (max-width: 1200px) {
        .block-in .tt {
          font-size: 3.5rem; } }
      @media only screen and (max-width: 800px) {
        .block-in .tt {
          font-size: 2.7rem; } }
      .block-in .tt::after {
        display: none; }
      .block-in .tt span, .block-in .tt::after {
        position: absolute;
        content: '+';
        font-size: 3rem;
        color: #333333;
        line-height: 100%;
        top: 1rem; }
        @media only screen and (max-width: 1200px) {
          .block-in .tt span, .block-in .tt::after {
            font-size: 2.7rem; } }
        @media only screen and (max-width: 800px) {
          .block-in .tt span, .block-in .tt::after {
            font-size: 2.4rem; } }
    .block-in .tag {
      background-color: #E4002B;
      border-radius: 2.4rem;
      color: #ffffff;
      padding: .6rem 1.6rem;
      min-width: 12.5rem;
      max-width: 100%;
      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: var(--font-sec);
      font-weight: 400;
      font-size: 1.6rem;
      text-align: center; }
    .block-in .txt {
      font-size: 1.6rem;
      font-family: var(--font-sec);
      font-weight: 400;
      color: #333333;
      text-align: center; }

.mapsec {
  position: relative;
  width: 100%; }
  .mapsec .title {
    width: 91.4rem; }
  .mapsec-in {
    width: 100%; }
    .mapsec-in img {
      width: 100%;
      display: block; }

.policy {
  position: relative; }
  @media screen and (max-width: 1200px) {
    .policy-head .title {
      margin: 0 auto 1.5rem; } }
  .policy-tab {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6rem;
    position: relative; }
    @media screen and (max-width: 1200px) {
      .policy-tab {
        gap: 0; } }
    .policy-tab .tab-head {
      --pad: 1.6rem;
      border-bottom: 0.1rem solid #E4002B;
      padding-bottom: var(--pad);
      margin-bottom: var(--pad); }
      .policy-tab .tab-head .tt {
        font-size: 2.4rem;
        color: #333333;
        font-weight: 700;
        line-height: 120%; }
        @media only screen and (max-width: 1200px) {
          .policy-tab .tab-head .tt {
            font-size: 2rem; } }
        @media only screen and (max-width: 800px) {
          .policy-tab .tab-head .tt {
            font-size: 1.7rem; } }
    .policy-tab-btn {
      position: sticky;
      width: 24rem;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      top: calc(var(--size-hd) + 1rem);
      z-index: 3;
      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-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
      .policy-tab-btn.active {
        -webkit-transform: translateX(0);
        transform: translateX(0); }
        .policy-tab-btn.active .btn-policy i {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
      @media screen and (max-width: 1200px) {
        .policy-tab-btn {
          position: fixed;
          top: var(--size-hd);
          background-color: #ffffff;
          left: 0;
          height: 100%;
          -webkit-transform: translateX(calc(-1 * (100%)));
          transform: translateX(calc(-1 * (100%))); } }
      .policy-tab-btn .inner {
        height: 100%; }
      .policy-tab-btn .btn-policy {
        position: absolute;
        left: 100%;
        padding: 1rem .4rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        top: 15%;
        background-color: #ffffff;
        color: #E4002B;
        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;
        font-size: 2rem;
        -webkit-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.15);
        z-index: -1;
        border-top-right-radius: .4rem;
        border-bottom-right-radius: .4rem; }
        @media screen and (min-width: 1201px) {
          .policy-tab-btn .btn-policy {
            display: none; } }
        .policy-tab-btn .btn-policy i {
          -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
      .policy-tab-btn .tab-bdy {
        max-height: 100%;
        overflow: hidden auto; }
      .policy-tab-btn .tab-btn {
        padding: 2rem;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        @media screen and (max-width: 1200px) {
          .policy-tab-btn .tab-btn {
            padding: 1rem;
            background-color: #ffffff; } }
        .policy-tab-btn .tab-btn:not(:last-child) {
          border-bottom: 0.1rem solid #E2E8F0; }
        .policy-tab-btn .tab-btn:hover, .policy-tab-btn .tab-btn.active {
          background-color: #F1F5F9;
          color: #E4002B; }
          .policy-tab-btn .tab-btn:hover .txt, .policy-tab-btn .tab-btn.active .txt {
            color: #E4002B; }
        .policy-tab-btn .tab-btn .txt {
          font-size: 1.6rem;
          font-family: var(--font-pri);
          color: #333333;
          line-height: 120%;
          -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
        .policy-tab-btn .tab-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; }
          .policy-tab-btn .tab-btn .icon i {
            font-size: 1.2rem; }
    .policy-tab-panel {
      width: 100%; }
      .policy-tab-panel .tab-panel {
        display: none; }
  .policy-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 3;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .policy-overlay.active {
      width: 100%; }
  .policy-des {
    padding: 7.2rem; }
    @media screen and (max-width: 1200px) {
      .policy-des {
        padding: 1.2rem 3.2rem; } }
    @media screen and (max-width: 600px) {
      .policy-des {
        padding: 0; } }
    .policy-des .mona-content p, .policy-des .mona-content span {
      font-size: 2rem;
      color: #333333;
      font-weight: 400;
      font-family: var(--font-pri); }
      @media only screen and (max-width: 1200px) {
        .policy-des .mona-content p, .policy-des .mona-content span {
          font-size: 1.8rem; } }
      @media only screen and (max-width: 800px) {
        .policy-des .mona-content p, .policy-des .mona-content span {
          font-size: 1.6rem; } }

.decor-pri-l {
  position: absolute;
  left: 0;
  top: -4rem;
  width: 15vw;
  -webkit-animation: 3s jelly 4s ease-in-out infinite;
  animation: 3s jelly 4s ease-in-out infinite;
  z-index: -1;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: none; }
  .decor-pri-l img {
    width: 100%; }
  .decor-pri-l.is-inview {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0); }

.decor-pri-r {
  position: absolute;
  right: 0;
  top: -4rem;
  width: 15vw;
  -webkit-animation: 3s jelly 4s ease-in-out infinite;
  animation: 3s jelly 4s ease-in-out infinite;
  z-index: -1;
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: none; }
  @media screen and (max-width: 800px) {
    .decor-pri-r {
      display: none; } }
  .decor-pri-r.is-inview {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0); }
  .decor-pri-r img {
    width: 100%; }

.decor-pri-rb {
  position: absolute;
  right: 0;
  bottom: 0rem;
  width: 15vw;
  -webkit-animation: 3s jelly 4s ease-in-out infinite;
  animation: 3s jelly 4s ease-in-out infinite;
  z-index: -1;
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: none; }
  @media screen and (max-width: 800px) {
    .decor-pri-rb {
      display: none; } }
  .decor-pri-rb.is-inview {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0); }
  .decor-pri-rb img {
    width: 100%; }

.recuitdt {
  position: relative; }
  .recuitdt-head-intro {
    width: calc(10/12 * 100%);
    margin: auto; }
    @media screen and (max-width: 1000px) {
      .recuitdt-head-intro {
        width: 100%; } }
    @media screen and (max-width: 700px) {
      .recuitdt-head-intro .item {
        width: 50%; } }
    .recuitdt-head-intro .item .in {
      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-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 1.2rem;
      text-align: center; }
      .recuitdt-head-intro .item .in .txt {
        font-size: 1.6rem;
        font-weight: 400;
        color: #475569;
        text-align: center;
        font-family: var(--font-pri); }
      .recuitdt-head-intro .item .in .tt {
        font-size: 2rem;
        font-weight: 600;
        font-family: var(--font-pri);
        text-align: center;
        color: #333333; }
        @media only screen and (max-width: 1200px) {
          .recuitdt-head-intro .item .in .tt {
            font-size: 1.8rem; } }
        @media only screen and (max-width: 800px) {
          .recuitdt-head-intro .item .in .tt {
            font-size: 1.6rem; } }
  .recuitdt-des {
    padding: 4.8rem; }
    @media screen and (max-width: 1200px) {
      .recuitdt-des {
        padding: 2.4rem 0; } }
    @media screen and (max-width: 800px) {
      .recuitdt-des {
        padding: 1.2rem 0; } }
  .recuitdt-btn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 901px) {
      .recuitdt-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.6rem; } }
    @media screen and (max-width: 900px) {
      .recuitdt-btn {
        gap: 1rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .recuitdt-btn .btn-ct {
      width: 100%; }
      @media screen and (max-width: 900px) {
        .recuitdt-btn .btn-ct {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          min-width: 18rem; } }
  .recuitdt-row {
    --col-gap: 1.6rem;
    --row-gap: 1.6rem; }
  @media screen and (max-width: 900px) {
    .recuitdt-col {
      width: 100%; } }

.recuit {
  position: relative; }
  .recuit-search {
    padding: 1.2rem;
    border-radius: 6rem;
    overflow: hidden;
    background-color: #FCF6EE;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 900px) {
      .recuit-search {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 1.6rem; } }
    @media screen and (max-width: 650px) {
      .recuit-search {
        gap: .6rem; } }
    .recuit-search-flex {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 1.2rem;
      width: 100%; }
      @media screen and (max-width: 650px) {
        .recuit-search-flex {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          gap: .6rem; } }
      .recuit-search-flex .item {
        width: calc(4/12 * 100%); }
        @media screen and (max-width: 650px) {
          .recuit-search-flex .item {
            width: 100%; } }
      .recuit-search-flex .form-input {
        border-radius: 4rem; }
      .recuit-search-flex .select2-container--default .select2-selection--single {
        border-radius: 4rem !important; }
  .recuit .decor-pri-r {
    bottom: 0;
    top: auto; }
  @media screen and (max-width: 800px) {
    .recuit-col {
      width: 50%; } }
  @media screen and (max-width: 500px) {
    .recuit-col {
      width: 100%; } }

.recuitin {
  position: relative; }
  .recuitin .decor-pri-l {
    width: 27vw; }
  .recuitin-head {
    position: relative;
    margin-bottom: 4rem !important; }
    @media screen and (max-width: 1200px) {
      .recuitin-head {
        margin-bottom: 2rem !important; } }
    .recuitin-head .decor {
      position: absolute;
      left: 90%;
      top: -10%;
      width: 10vw;
      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;
      z-index: -1; }
      @media screen and (max-width: 1200px) {
        .recuitin-head .decor {
          display: none; } }
      .recuitin-head .decor img {
        width: 20vw;
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg); }
      .recuitin-head .decor .txt {
        font-size: 1.4rem;
        font-family: var(--font-sec);
        font-weight: 400;
        color: #E4002B;
        text-wrap: pretty; }
    .recuitin-head .title {
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-transition-duration: 1.2s;
      transition-duration: 1.2s;
      -webkit-transition-delay: .2s;
      transition-delay: .2s;
      opacity: 0;
      -webkit-transform: translate(0, 5rem);
      transform: translate(0, 5rem); }
      .recuitin-head .title.is-inview {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
  .recuitin-decor {
    margin-bottom: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
    -webkit-transition: all .8s ease;
    transition: all .8s ease; }
    .recuitin-decor.is-inview {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
    @media screen and (max-width: 600px) {
      .recuitin-decor {
        margin-bottom: 2rem; } }
    .recuitin-decor .decor {
      width: 24rem;
      max-width: 100%;
      margin: auto; }
      .recuitin-decor .decor img {
        display: block; }
        @media screen and (max-width: 800px) {
          .recuitin-decor .decor img {
            width: 60%;
            margin: 0 auto; } }
      .recuitin-decor .decor .txt {
        color: #E4002B;
        font-size: 1.8rem;
        font-weight: 600; }
        @media only screen and (max-width: 1200px) {
          .recuitin-decor .decor .txt {
            font-size: 1.6rem; } }
        @media only screen and (max-width: 800px) {
          .recuitin-decor .decor .txt {
            font-size: 1.5rem; } }
  .recuitin-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .recuitin-col {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 0;
    -webkit-transform: translate(0, 5rem);
    transform: translate(0, 5rem); }
    @media screen and (max-width: 1000px) {
      .recuitin-col {
        width: calc(4/12 * 100%); } }
    @media screen and (max-width: 650px) {
      .recuitin-col {
        width: 50%; } }
    @media screen and (max-width: 420px) {
      .recuitin-col {
        width: 100%; } }
    .recuitin-col.is-inview {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
    .recuitin-col:nth-child(4n + 1) {
      -webkit-transition-delay: .4s;
      transition-delay: .4s; }
    .recuitin-col:nth-child(4n + 2) {
      -webkit-transition-delay: .6s;
      transition-delay: .6s; }
    .recuitin-col:nth-child(4n + 3) {
      -webkit-transition-delay: .8s;
      transition-delay: .8s; }
    .recuitin-col:nth-child(4n) {
      -webkit-transition-delay: 1s;
      transition-delay: 1s; }

.mona_product-template-default .recipe-des {
  border: none !important; }

.recipe {
  position: relative; }
  .recipe-slider {
    position: relative; }
    .recipe-slider .swiper-slide {
      padding: 3.6rem;
      border: 0.1rem solid #E2E8F0;
      border-radius: 1.2rem;
      background-color: #ffffff; }
    .recipe-slider .swiper-next, .recipe-slider .swiper-prev {
      --wbtn: 5.6rem; }
      @media screen and (max-width: 700px) {
        .recipe-slider .swiper-next, .recipe-slider .swiper-prev {
          display: none; } }
    .recipe-slider .swiper-prev {
      left: calc(-1 * var(--wbtn)/2); }
      @media screen and (max-width: 1300px) {
        .recipe-slider .swiper-prev {
          left: 0; } }
    .recipe-slider .swiper-next {
      right: calc(-1 * var(--wbtn)/2); }
      @media screen and (max-width: 1300px) {
        .recipe-slider .swiper-next {
          right: 0; } }
    .recipe-slider .recipe-img {
      width: 100%;
      display: block;
      padding-top: calc((432 / 592) * 100%);
      position: relative;
      overflow: hidden;
      border-radius: 1rem; }
      .recipe-slider .recipe-img video,
      .recipe-slider .recipe-img iframe,
      .recipe-slider .recipe-img 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; }
  @media screen and (max-width: 900px) {
    .recipe-col {
      width: 100%; } }
  .recipeThumb-slider {
    position: relative; }
    .recipeThumb-slider .swiper-slide {
      cursor: pointer;
      border: 0.1rem solid #E2E8F0;
      border-radius: 1.2rem;
      background-color: #ffffff;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      overflow: hidden; }
      .recipeThumb-slider .swiper-slide-thumb-active {
        border-color: #E4002B; }
    .recipeThumb-slider .recipe-img {
      width: 100%;
      display: block;
      padding-top: calc((120 / 120) * 100%);
      position: relative;
      overflow: hidden;
      border-radius: 1rem; }
      .recipeThumb-slider .recipe-img.video::before {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1; }
      .recipeThumb-slider .recipe-img.video::after {
        position: absolute;
        content: '';
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 50%;
        height: 50%;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 1;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("../assets/images/icon-play.svg"); }
      .recipeThumb-slider .recipe-img video,
      .recipeThumb-slider .recipe-img iframe,
      .recipeThumb-slider .recipe-img 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; }
  @media screen and (max-width: 1200px) {
    .recipe .swiper-next,
    .recipe .swiper-prev {
      --wbtn: 4.6rem !important;
      font-size: 1.6rem !important; } }
  .recipe-inner {
    padding-left: 3rem; }
    @media screen and (max-width: 900px) {
      .recipe-inner {
        padding-left: 0; } }
  .recipe-des {
    --pad: 4.8rem;
    border-bottom: 0.1rem solid #E2E8F0;
    padding-bottom: var(--pad);
    margin-bottom: var(--pad);
    gap: var(--pad);
    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; }
    .recipe-des .tt {
      font-size: 2rem;
      font-weight: 600;
      font-family: var(--font-pri);
      color: #333333;
      line-height: 130%; }
      @media only screen and (max-width: 1200px) {
        .recipe-des .tt {
          font-size: 1.8rem; } }
      @media only screen and (max-width: 800px) {
        .recipe-des .tt {
          font-size: 1.6rem; } }
    @media screen and (max-width: 1200px) {
      .recipe-des {
        --pad: 2.4rem; } }
    @media screen and (max-width: 800px) {
      .recipe-des {
        --pad: 1.6rem; } }
    .recipe-des .title .txt {
      font-size: 1.6rem; }
    .recipe-des .food-tags {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .recipe-des .food-tags-item:hover {
      border-color: #059669;
      color: #059669; }
      .recipe-des .food-tags-item:hover .txt {
        color: #059669; }
    .recipe-des .recipe-block {
      border: none;
      padding: 0; }
  .recipe-ine {
    position: sticky;
    top: var(--size-hd); }
  .recipe-mass-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .6rem; }
    .recipe-mass-list .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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: .4rem 1rem;
      border: 0.1rem solid #E2E8F0;
      border-radius: 0.8rem;
      text-align: center;
      min-height: 7rem;
      min-width: 7rem;
      cursor: pointer;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .recipe-mass-list .item.active {
        border-color: #E4002B; }
      .recipe-mass-list .item .txt {
        font-size: 1.8rem;
        color: #333333;
        font-weight: 600; }
        @media only screen and (max-width: 1200px) {
          .recipe-mass-list .item .txt {
            font-size: 1.6rem; } }
        @media only screen and (max-width: 800px) {
          .recipe-mass-list .item .txt {
            font-size: 1.5rem; } }
        .recipe-mass-list .item .txt span {
          font-weight: 500;
          font-size: 1.6rem; }
  .recipe-ct {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.6rem; }
    @media screen and (max-width: 1200px) {
      .recipe-ct {
        gap: 1rem; } }
    .recipe-ct .list {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 1.6rem; }
      @media screen and (max-width: 1200px) {
        .recipe-ct .list {
          gap: 1rem; } }
      .recipe-ct .list .item {
        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; }
        .recipe-ct .list .item img {
          width: 100%;
          height: 100%;
          display: block;
          -o-object-fit: contain;
          object-fit: contain; }
  .recipe-intro .tt {
    color: #333333;
    font-size: 2rem;
    font-family: var(--font-pri);
    font-weight: 600;
    line-height: 130%; }
    @media only screen and (max-width: 1200px) {
      .recipe-intro .tt {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .recipe-intro .tt {
        font-size: 1.6rem; } }
  .recipe-intro-slider {
    padding: 2rem 3.2rem;
    border: 0.1rem solid #E2E8F0;
    border-radius: 1.2rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 3rem; }
    @media screen and (max-width: 1200px) {
      .recipe-intro-slider {
        padding: 1rem 1.6rem;
        gap: 1.5rem; } }
    .recipe-intro-slider .swiper-slide {
      background-color: #ffffff;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      -webkit-clip-path: inset(0 0 0 100%);
      clip-path: inset(0 0 0 100%); }
      .recipe-intro-slider .swiper-slide-active {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0); }
    .recipe-intro-slider .swiper-next {
      position: static;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      --wbtn: 5.6rem;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
      .recipe-intro-slider .swiper-next:hover {
        color: #E4002B !important; }
      .recipe-intro-slider .swiper-next.swiper-button-disabled {
        background-color: #E4002B;
        color: #ffffff;
        opacity: 1;
        pointer-events: unset; }
    .recipe-intro-slider .item {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 3.2rem; }
      @media screen and (max-width: 1200px) {
        .recipe-intro-slider .item {
          gap: 1.6rem; } }
      .recipe-intro-slider .item .img {
        display: block;
        padding-top: calc((120 / 320) * 100%);
        position: relative;
        overflow: hidden;
        width: 12rem;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        @media screen and (max-width: 430px) {
          .recipe-intro-slider .item .img {
            width: 9rem; } }
        .recipe-intro-slider .item .img 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;
          display: block; }
      .recipe-intro-slider .item .txt {
        font-size: 2rem;
        font-weight: 600;
        color: #333333;
        line-height: 130%; }
        @media only screen and (max-width: 1200px) {
          .recipe-intro-slider .item .txt {
            font-size: 1.8rem; } }
        @media only screen and (max-width: 800px) {
          .recipe-intro-slider .item .txt {
            font-size: 1.6rem; } }
  .recipe-block {
    padding: 7.2rem;
    background-color: #ffffff;
    border-radius: 1.2rem;
    border: 0.1rem solid #E2E8F0; }
    @media screen and (max-width: 1200px) {
      .recipe-block {
        padding: 2.4rem; } }
    @media screen and (max-width: 600px) {
      .recipe-block {
        padding: 1.2rem .8rem; } }
    .recipe-block .tt {
      font-size: 2rem;
      font-weight: 600;
      font-family: var(--font-pri);
      color: #333333;
      line-height: 130%; }
      @media only screen and (max-width: 1200px) {
        .recipe-block .tt {
          font-size: 1.8rem; } }
      @media only screen and (max-width: 800px) {
        .recipe-block .tt {
          font-size: 1.6rem; } }
    .recipe-block .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;
      gap: .8rem; }
      .recipe-block .inner .item {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1.2rem; }
        .recipe-block .inner .item .icon {
          width: 4rem;
          height: 4rem;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-align-items: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-justify-content: center;
          background-color: #E4002B;
          border-radius: 100rem;
          color: #ffffff;
          font-size: 2rem;
          font-weight: 600;
          font-family: var(--font-pri); }
          @media only screen and (max-width: 1200px) {
            .recipe-block .inner .item .icon {
              font-size: 1.8rem; } }
          @media only screen and (max-width: 800px) {
            .recipe-block .inner .item .icon {
              font-size: 1.6rem; } }
          @media screen and (max-width: 1000px) {
            .recipe-block .inner .item .icon {
              width: 3.6rem;
              height: 3.6rem; } }
    .recipe-block .txt {
      font-size: 1.6rem;
      font-weight: 400;
      font-family: var(--font-pri);
      color: #333333;
      line-height: 100%; }
      .recipe-block .txt.bold {
        font-weight: 600; }
    .recipe-block .list {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .recipe-block .list .item {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 1.6rem 1.2rem;
        border-bottom: 0.1rem solid #E2E8F0;
        gap: 1rem; }
        @media screen and (max-width: 900px) {
          .recipe-block .list .item {
            padding: 1.2rem .8rem; } }
        .recipe-block .list .item:first-child {
          border-top: 0.1rem solid #E2E8F0; }
      .recipe-block .list .itcol:nth-child(1) {
        width: calc(8/12 * 100%); }
        @media screen and (max-width: 900px) {
          .recipe-block .list .itcol:nth-child(1) {
            width: calc(10/12 * 100%); } }
        @media screen and (max-width: 600px) {
          .recipe-block .list .itcol:nth-child(1) {
            width: calc(4/12 * 100%); } }
      .recipe-block .list .itcol:nth-child(2) {
        width: calc(4/12 * 100%); }
        @media screen and (max-width: 900px) {
          .recipe-block .list .itcol:nth-child(2) {
            width: calc(2/12 * 100%); } }
        @media screen and (max-width: 600px) {
          .recipe-block .list .itcol:nth-child(2) {
            width: calc(8/12 * 100%); } }
  @media screen and (max-width: 1000px) {
    .recipe-item {
      width: 100%; } }

.ques {
  position: relative; }
  .ques .decor-pri-r {
    top: -20%; }
  .ques-in {
    padding: 7.2rem; }
    @media screen and (max-width: 1200px) {
      .ques-in {
        padding: 3.6rem; } }
    @media screen and (max-width: 800px) {
      .ques-in {
        padding: 3rem 1rem; } }
  .ques-item {
    background-color: #ffffff;
    padding: 2.4rem 2rem;
    border-bottom: 0.1rem solid #E2E8F0; }
    .ques-item:nth-child(1) {
      border-top: 0.1rem solid #E2E8F0; }
    .ques-item .head .tt {
      font-size: 2.4rem; }
      @media only screen and (max-width: 1200px) {
        .ques-item .head .tt {
          font-size: 2rem; } }
      @media only screen and (max-width: 800px) {
        .ques-item .head .tt {
          font-size: 1.7rem; } }

.about {
  position: relative; }
  .about-wr {
    position: relative; }
  .about-slider .swiper-slide {
    background-color: #ffffff; }
  .about-thumbslider {
    position: relative;
    padding: .4rem 0; }
    @media screen and (max-width: 600px) {
      .about-thumbslider {
        width: 100%;
        padding-bottom: 2rem;
        overflow: auto hidden;
        width: 100%; }
        .about-thumbslider::-webkit-scrollbar {
          height: .5rem; } }
  @media screen and (max-width: 600px) and (max-width: 600px) {
    .about-thumbslider .title {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0; } }
  @media screen and (max-width: 600px) and (max-width: 600px) {
    .about-thumbslider .title-pri {
      text-align: left; } }
    .about-thumbslider .swiper {
      height: 48rem; }
      @media screen and (max-width: 1000px) {
        .about-thumbslider .swiper {
          height: 35rem; } }
      @media screen and (max-width: 600px) {
        .about-thumbslider .swiper {
          height: -webkit-fit-content;
          height: -moz-fit-content;
          height: fit-content; } }
      .about-thumbslider .swiper-next, .about-thumbslider .swiper-prev {
        --wbtn: 2.4rem;
        font-size: 1.2rem;
        font-weight: 400; }
        @media screen and (max-width: 600px) {
          .about-thumbslider .swiper-next, .about-thumbslider .swiper-prev {
            display: none; } }
      .about-thumbslider .swiper-prev {
        bottom: 100%;
        top: auto;
        left: 50%;
        right: auto;
        -webkit-transform: translate(-50%, 0) rotate(90deg);
        transform: translate(-50%, 0) rotate(90deg); }
        @media screen and (max-width: 600px) {
          .about-thumbslider .swiper-prev {
            top: 50%;
            bottom: auto;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            left: calc(-1 * var(--wbtn) - .2rem); } }
      .about-thumbslider .swiper-next {
        top: 100%;
        left: 50%;
        right: auto;
        -webkit-transform: translate(-50%, 0) rotate(90deg);
        transform: translate(-50%, 0) rotate(90deg); }
        @media screen and (max-width: 600px) {
          .about-thumbslider .swiper-next {
            top: 50%;
            bottom: auto;
            left: auto;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            right: calc(-1 * var(--wbtn) - .2rem); } }
      .about-thumbslider .swiper-slide {
        position: relative; }
        @media screen and (max-width: 600px) {
          .about-thumbslider .swiper-slide {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content; } }
        @media screen and (min-width: 601px) {
          .about-thumbslider .swiper-slide:nth-child(1) .title-pri {
            margin-bottom: 0; } }
        @media screen and (min-width: 601px) {
          .about-thumbslider .swiper-slide:nth-child(1) .about-list {
            display: none; } }
        .about-thumbslider .swiper-slide-prev::before, .about-thumbslider .swiper-slide-active::before {
          display: none; }
    .about-thumbslider .title-pri {
      font-size: 1.6rem;
      color: #000000;
      font-weight: 600;
      text-align: left; }
      @media screen and (max-width: 1000px) {
        .about-thumbslider .title-pri {
          font-size: 1.4rem;
          margin-bottom: 1.2rem; } }
  .about-year {
    font-size: 1.6rem;
    font-weight: 500;
    color: #E4002B;
    padding: 1rem 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;
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 1000px) {
      .about-year {
        font-size: 1.4rem; } }
    @media screen and (max-width: 600px) {
      .about-year {
        padding: .7rem 0;
        width: 100%; } }
    .about-year::before {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      background-color: #ffffff;
      border-top-right-radius: 4rem;
      border-bottom-right-radius: 4rem;
      border: 0.1rem dashed #E4002B;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      z-index: -1; }
      @media screen and (max-width: 600px) {
        .about-year::before {
          display: none; } }
  .about-item {
    position: relative;
    padding-left: 1.6rem;
    z-index: 1;
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden; }
    @media screen and (max-width: 1000px) {
      .about-item {
        padding-left: 1rem; } }
    @media screen and (max-width: 600px) {
      .about-item {
        width: 8rem;
        border: 0.1rem solid #E4002B;
        padding: 0;
        border-radius: .4rem; } }
    .about-item::before {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      width: 0;
      border-top-right-radius: 4rem;
      border-bottom-right-radius: 4rem;
      background-color: #E4002B;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      z-index: -1; }
      @media screen and (max-width: 600px) {
        .about-item::before {
          border-radius: 0.4rem; } }
    .about-item.active::before, .about-item:hover::before {
      width: calc(100% + 1.6rem); }
    .about-item.active .about-year, .about-item:hover .about-year {
      color: #ffffff; }
      .about-item.active .about-year::before, .about-item:hover .about-year::before {
        opacity: 0; }
  @media screen and (max-width: 1200px) {
    .about-col:nth-child(1) {
      margin-bottom: 0; } }
  @media screen and (max-width: 1200px) {
    .about-col {
      width: 100%; } }
  .about-tapnel {
    min-height: 30vh;
    padding: 2rem; }
    @media screen and (max-width: 800px) {
      .about-tapnel {
        padding: 1rem 0; } }
    .about-tapnel-item {
      display: none; }
    .about-tapnel .title-second {
      font-size: 3.2rem;
      font-weight: 600; }
      @media only screen and (max-width: 1200px) {
        .about-tapnel .title-second {
          font-size: 2.7rem; } }
      @media only screen and (max-width: 800px) {
        .about-tapnel .title-second {
          font-size: 2.2rem; } }
    @media screen and (max-width: 600px) {
      .about-tapnel-slide {
        padding: 1rem .6rem; } }
    .about-tapnel-des {
      padding: 0 1.2rem; }
      @media screen and (max-width: 600px) {
        .about-tapnel-des {
          padding: 0 .6rem; } }
      .about-tapnel-des-item {
        font-size: 2rem;
        color: #333333;
        font-weight: 600; }
        @media only screen and (max-width: 1200px) {
          .about-tapnel-des-item {
            font-size: 1.8rem; } }
        @media only screen and (max-width: 800px) {
          .about-tapnel-des-item {
            font-size: 1.6rem; } }
        .about-tapnel-des-item:not(:last-child) {
          margin-bottom: 1.2rem; }
        .about-tapnel-des-item h3 {
          color: #333333;
          font-family: 600;
          font-size: 2rem !important; }
        .about-tapnel-des-item img {
          width: 100%; }
        .about-tapnel-des-item ul > li {
          color: #333333;
          font-family: 400;
          font-size: 1.6rem; }
          .about-tapnel-des-item ul > li > a {
            color: #E4002B;
            font-family: 400;
            font-size: 1.6rem; }
        .about-tapnel-des-item p {
          color: #333333;
          font-family: 400;
          font-size: 1.6rem; }
        .about-tapnel-des-item .txt {
          font-size: 1.6rem;
          font-weight: normal; }
          .about-tapnel-des-item .txt.italic {
            font-style: italic; }
        .about-tapnel-des-item > img {
          width: 100%;
          margin-bottom: 1.2rem; }
        .about-tapnel-des-item .link {
          font-size: 1.6rem;
          font-weight: 500;
          color: #E4002B;
          text-decoration: underline; }
        .about-tapnel-des-item .list {
          list-style: disc;
          margin-bottom: 1.2rem;
          padding-left: 2rem; }
  .about-des .item:nth-child(1), .about-des .item:nth-child(2), .about-des .item:nth-child(3), .about-des .item:nth-child(4) {
    width: 50%; }
    @media screen and (max-width: 400px) {
      .about-des .item:nth-child(1), .about-des .item:nth-child(2), .about-des .item:nth-child(3), .about-des .item:nth-child(4) {
        width: 100%; } }
  @media screen and (max-width: 400px) {
    .about-des .item {
      width: 100%; } }
  .about-des .item .tt {
    font-size: 2rem;
    font-weight: 500;
    color: #333333;
    margin-bottom: 0.8rem;
    font-family: var(--font-pri); }
    @media only screen and (max-width: 1200px) {
      .about-des .item .tt {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .about-des .item .tt {
        font-size: 1.6rem; } }
  .about-des .item .txt {
    font-size: 1.5rem;
    font-family: var(--font-sec);
    font-weight: 400;
    color: #514F4F; }
  .about-des.mona-content hr {
    border-color: #E2E8F0;
    border-style: solid; }
  .about-des.mona-content p {
    color: #514F4F; }
  .about-quality {
    position: relative; }
    @media screen and (max-width: 500px) {
      .about-quality .item {
        width: 100%; } }
    .about-quality .inner {
      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;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .about-quality .inner .tt {
        font-size: 1.6rem;
        font-weight: 600;
        font-family: var(--font-pri);
        text-transform: uppercase;
        color: #333333;
        text-align: center;
        margin-bottom: .4rem; }
      .about-quality .inner .txt {
        font-size: 1.6rem;
        font-family: var(--font-sec);
        color: #333333;
        font-weight: 400;
        text-align: center; }
      .about-quality .inner .img {
        width: 100%;
        margin-top: auto;
        border-radius: .4rem;
        -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.11);
        box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.11);
        display: block;
        padding-top: calc((612 / 416) * 100%);
        position: relative;
        overflow: hidden;
        cursor: pointer; }
        .about-quality .inner .img img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          display: block; }
  .about-mess {
    position: relative; }
    .about-mess .mona-content p {
      border-radius: 1rem;
      -webkit-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.15); }
      .about-mess .mona-content p:not(:last-child) {
        margin-bottom: 6rem; }
        @media screen and (max-width: 1200px) {
          .about-mess .mona-content p:not(:last-child) {
            margin-bottom: 3rem; } }
    .about-mess .item {
      padding: 7.2rem 11.2rem;
      background-color: #F8FAFC;
      border-radius: 1rem;
      -webkit-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.15); }
      @media screen and (max-width: 1200px) {
        .about-mess .item {
          padding: 5.2rem 7.2rem; } }
      @media screen and (max-width: 800px) {
        .about-mess .item {
          padding: 4.2rem 4.2rem; } }
      @media screen and (max-width: 500px) {
        .about-mess .item {
          padding: 3.2rem 1.2rem; } }
    .about-mess .tag {
      margin-bottom: 2rem;
      padding: 1.2rem 2.8rem;
      border: 0.1rem solid #E4002B;
      border-radius: 1rem;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      text-transform: uppercase;
      font-size: 1.5rem;
      font-weight: 500;
      color: #E4002B;
      line-height: 100%; }
    .about-mess .mona-content p {
      color: #333333;
      font-size: 2rem;
      font-weight: 500;
      margin: .4em;
      font-family: var(--font-pri); }
      @media only screen and (max-width: 1200px) {
        .about-mess .mona-content p {
          font-size: 1.8rem; } }
      @media only screen and (max-width: 800px) {
        .about-mess .mona-content p {
          font-size: 1.6rem; } }
      @media screen and (max-width: 600px) {
        .about-mess .mona-content p {
          font-size: 1.4rem; } }
    .about-mess .des {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-left: auto;
      text-align: center;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      .about-mess .des .txt {
        color: #333333;
        font-family: var(--font-pri);
        font-size: 1.6rem;
        font-weight: 400; }
        .about-mess .des .txt span {
          font-weight: 600; }
  .about-it {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    position: relative;
    background-color: #ffffff;
    padding: 2rem;
    display: block;
    padding-top: calc((316 / 671) * 100%);
    position: relative;
    overflow: hidden; }
    .about-it 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;
      display: block; }
  .about-his {
    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: .8rem;
    padding: 0 2rem; }
    .about-his .icon {
      --whicon: 12rem;
      width: var(--whicon);
      height: var(--whicon);
      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: 1000px) {
        .about-his .icon {
          --whicon: 8rem; } }
      .about-his .icon img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: contain;
        object-fit: contain; }
    .about-his .tt {
      font-size: 2.4rem;
      font-weight: 600;
      font-family: var(--font-pri);
      line-height: 150%;
      color: #333333; }
      @media only screen and (max-width: 1200px) {
        .about-his .tt {
          font-size: 2rem; } }
      @media only screen and (max-width: 800px) {
        .about-his .tt {
          font-size: 1.7rem; } }
    .about-his .txt {
      font-size: 1.6rem;
      font-family: var(--font-sec);
      font-weight: 400;
      color: #333333; }
      @media screen and (max-width: 1000px) {
        .about-his .txt {
          font-size: 1.4rem; } }
  .about-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem; }
    @media screen and (max-width: 1000px) {
      .about-list {
        gap: .8rem; } }
    @media screen and (min-width: 601px) {
      .about-list {
        border-left: 0.1rem solid #E4002B;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media screen and (max-width: 600px) {
      .about-list {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; } }
  .about-co:nth-child(1) {
    width: calc(100% - 16rem); }
    @media screen and (max-width: 1000px) {
      .about-co:nth-child(1) {
        width: calc(100% - 13rem); } }
    @media screen and (max-width: 600px) {
      .about-co:nth-child(1) {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  .about-co:nth-child(2) {
    width: 16rem; }
    @media screen and (max-width: 1000px) {
      .about-co:nth-child(2) {
        width: 13rem; } }
    @media screen and (max-width: 600px) {
      .about-co:nth-child(2) {
        width: 100%; } }

.pros-side-open {
  position: absolute;
  --wh: 2rem;
  left: calc(-1 * var(--wh) - .2rem);
  top: 20%;
  background-color: #ffffff;
  border-bottom-left-radius: 0.6rem;
  border-top-left-radius: 0.6rem;
  border: 0.2rem solid #E4002B;
  border-right: none;
  z-index: 1; }
  .pros-side-open.active .icon i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .pros-side-open .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: var(--wh);
    padding: 1rem 0;
    cursor: pointer; }
    .pros-side-open .icon i {
      font-size: 1.4rem;
      color: #E4002B;
      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; }
  @media screen and (min-width: 1201px) {
    .pros-side-open {
      display: none; } }

@media screen and (max-width: 1200px) {
  .side {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    bottom: 0;
    z-index: 99;
    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; }
    .side.active {
      width: 100%;
      left: 0; } }

.side-overlay {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  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; }
  .side-overlay.active {
    width: 100%; }

.side-wr {
  height: 100%;
  max-width: 100%;
  --w: 26rem;
  min-width: var(--w);
  width: 100%;
  background-color: #ffffff; }
  @media screen and (max-width: 1200px) {
    .side-wr {
      position: fixed;
      top: 0;
      right: 0;
      height: 100vh;
      bottom: 0;
      width: var(--w);
      z-index: 99;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      border-left: 0.2rem solid #E4002B;
      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; }
      .side-wr.active {
        -webkit-transform: translateX(0);
        transform: translateX(0); } }

.side-inner {
  height: 100%; }

.side-head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 0.2rem solid #E4002B; }
  @media screen and (max-width: 1200px) {
    .side-head {
      padding: 1rem; } }
  .side-head .txt {
    color: #E4002B;
    font-weight: 700; }
  .side-head .icon {
    cursor: pointer;
    color: #E4002B; }
  @media screen and (min-width: 1201px) {
    .side-head {
      display: none; } }

@media screen and (max-width: 1200px) {
  .side-bdy {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    max-height: 100%;
    overflow: hidden auto; }
    .side-bdy::-webkit-scrollbar {
      width: .5rem; }
    .side-bdy::-webkit-scrollbar-thumb {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#E4002B), to(#E4002B));
      background-image: linear-gradient(#E4002B, #E4002B);
      border-radius: 50px; } }

.side-item.active .head .icon i {
  -webkit-transform: rotate(0);
  transform: rotate(0); }

.side-item .head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 0.1rem solid #E4002B; }
  @media screen and (max-width: 1200px) {
    .side-item .head {
      padding: 1rem;
      margin-bottom: 1rem; } }
  .side-item .head .tt {
    color: #333333;
    font-weight: 700;
    line-height: 150%;
    font-size: 2.4rem;
    letter-spacing: -0.48px;
    font-family: var(--font-pri); }
    @media only screen and (max-width: 1200px) {
      .side-item .head .tt {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .side-item .head .tt {
        font-size: 1.7rem; } }
  .side-item .head .icon {
    font-size: 1.4rem; }
    .side-item .head .icon i {
      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;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }

.aboutPhi {
  position: relative;
  padding: 0 3.2rem; }
  @media screen and (max-width: 1200px) {
    .aboutPhi {
      padding: 0 2rem; } }
  @media screen and (max-width: 700px) {
    .aboutPhi {
      padding: 0 1rem; } }
  .aboutPhi-inner .img {
    width: 40rem;
    margin: 0 auto;
    max-width: 100%; }
  .aboutPhi-inner .txt {
    font-size: 1.6rem;
    font-weight: 400;
    font-family: var(--font-sec);
    color: #333333;
    text-align: center; }
  .aboutPhi-rule .list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .aboutPhi-rule .item {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media screen and (max-width: 500px) {
      .aboutPhi-rule .item {
        width: 50%; } }
    .aboutPhi-rule .item .inner {
      width: 100%;
      background-color: #F1F5F9;
      border-radius: 100rem;
      display: block;
      padding-top: calc((120 / 120) * 100%);
      position: relative;
      overflow: hidden;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .aboutPhi-rule .item .block {
      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;
      margin: auto;
      max-width: 100%;
      overflow: visible;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      padding: 6.4rem; }
      @media screen and (max-width: 800px) {
        .aboutPhi-rule .item .block {
          padding: 2.4rem; } }
    .aboutPhi-rule .item .txt {
      font-size: 2rem;
      line-height: 120%;
      font-weight: 600;
      font-family: var(--font-pri);
      color: #333333;
      text-transform: uppercase;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      text-align: center;
      position: relative; }
      @media only screen and (max-width: 1200px) {
        .aboutPhi-rule .item .txt {
          font-size: 1.8rem; } }
      @media only screen and (max-width: 800px) {
        .aboutPhi-rule .item .txt {
          font-size: 1.6rem; } }
      .aboutPhi-rule .item .txt::before {
        position: absolute;
        right: 100%;
        content: '"';
        font-size: 4rem;
        font-family: var(--font-pri);
        color: #E4002B;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content; }
        @media only screen and (max-width: 1200px) {
          .aboutPhi-rule .item .txt::before {
            font-size: 3.5rem; } }
        @media only screen and (max-width: 800px) {
          .aboutPhi-rule .item .txt::before {
            font-size: 2.7rem; } }
      .aboutPhi-rule .item .txt::after {
        position: absolute;
        left: 100%;
        bottom: -1rem;
        content: '"';
        font-size: 4rem;
        font-family: var(--font-pri);
        color: #E4002B;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content; }
        @media only screen and (max-width: 1200px) {
          .aboutPhi-rule .item .txt::after {
            font-size: 3.5rem; } }
        @media only screen and (max-width: 800px) {
          .aboutPhi-rule .item .txt::after {
            font-size: 2.7rem; } }
  .aboutPhi-des .title {
    border-bottom: 0.1rem solid #E2E8F0; }
  @media screen and (max-width: 500px) {
    .aboutPhi-des .item {
      width: 100%; } }
  .aboutPhi-des .tt {
    color: #E4002B;
    margin-bottom: .8rem;
    font-size: 2.4rem;
    font-weight: 400;
    font-family: var(--font-pri);
    line-height: 120%;
    padding-right: 5rem; }
    @media only screen and (max-width: 1200px) {
      .aboutPhi-des .tt {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .aboutPhi-des .tt {
        font-size: 1.7rem; } }
    @media screen and (max-width: 1200px) {
      .aboutPhi-des .tt {
        padding: 0; } }
  .aboutPhi-des .txt {
    padding-right: 5rem;
    font-size: 1.6rem;
    font-family: var(--font-sec);
    font-weight: 400;
    color: #514F4F; }
    @media screen and (max-width: 1200px) {
      .aboutPhi-des .txt {
        padding: 0; } }
  .aboutPhi.mona-content img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .aboutPhi.mona-content table th,
  .aboutPhi.mona-content table td {
    border: none !important; }

@media screen and (max-width: 1200px) {
  .recheck-block {
    padding: 0; } }

.recheck-item {
  padding: 2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  @media screen and (max-width: 1200px) {
    .recheck-item {
      padding: 1rem; } }
  .recheck-item:not(:last-child) {
    border-bottom: 0.1rem solid #E2E8F0; }
  .recheck-item:hover, .recheck-item.active {
    background-color: #F1F5F9; }
    .recheck-item:hover .txt,
    .recheck-item:hover .icon, .recheck-item.active .txt,
    .recheck-item.active .icon {
      color: #E4002B; }
  .recheck-item .txt {
    font-size: 1.6rem;
    font-family: var(--font-pri);
    font-weight: 400;
    color: #333333;
    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; }
  .recheck-item .icon {
    margin-top: .1rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 1.2rem;
    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;
    color: #333333; }

.cata {
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .cata:hover .cata-in {
    -webkit-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.15); }
  .cata:hover .cata-img-in::before {
    -webkit-animation: shine .75s;
    animation: shine .75s; }
  .cata:hover .cata-img img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1); }
  .cata:hover .cata-des {
    background-color: #E4002B; }
  .cata:hover .cata-tt {
    color: #ffffff; }
  .cata:hover .cata-btn {
    background-color: #ffffff; }
    .cata:hover .cata-btn img {
      -webkit-filter: brightness(0) saturate(100%) invert(14%) sepia(86%) saturate(4197%) hue-rotate(349deg) brightness(106%) contrast(95%);
      filter: brightness(0) saturate(100%) invert(14%) sepia(86%) saturate(4197%) hue-rotate(349deg) brightness(106%) contrast(95%); }
  .cata-in {
    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;
    border-radius: 1.6rem;
    overflow: hidden; }
  .cata-img {
    width: 100%;
    overflow: hidden; }
    .cata-img-in {
      display: block;
      width: 100%;
      display: block;
      padding-top: calc((288 / 384) * 100%);
      position: relative;
      overflow: hidden; }
      .cata-img-in::before {
        position: absolute;
        content: '';
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        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); }
      .cata-img-in 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;
        display: block;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1); }
  .cata-des {
    padding: 1.6rem 2rem;
    background-color: #F1F5F9;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.2rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .cata-tt {
    font-size: 1.8rem;
    font-weight: 600;
    font-family: var(--font-pri);
    line-height: 120%;
    color: #333333;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    @media only screen and (max-width: 1200px) {
      .cata-tt {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 800px) {
      .cata-tt {
        font-size: 1.5rem; } }
  .cata-btn {
    width: 4rem;
    height: 4rem;
    border-radius: .4rem;
    background-color: #E4002B;
    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: all .3s ease;
    transition: all .3s ease; }
    .cata-btn .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; }
      .cata-btn .icon img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        display: block;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }

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