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

:root {
  --font-pri: "Be Vietnam Pro", sans-serif;
  --pi-8: 0.8rem;
  --pi-10: 1rem;
  --pi-12: 1.2rem;
  --pi-14: 1.4rem;
  --pi-16: 1.6rem;
  --pi-18: 1.8rem;
  --pi-20: 2rem;
  --pi-24: 2.4rem;
  --pi-32: 3.2rem;
  --pi-40: 4rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --pi-12: 0.8rem;
    --pi-14: 0.8rem;
    --pi-16: 0.8rem;
    --pi-18: 0.8rem;
    --pi-20: 0.8rem;
    --pi-24: 1.2rem;
    --pi-32: 1.6rem;
    --pi-40: 2rem;
  }
}
:root {
  --h-header: 12rem;
  --h-fixed-header: 4rem;
  --h-hidden-header: 12rem;
  --z-i-header: 100;
  --radius-circle: 50%;
  --radius-max: 999rem;
  --radius-xl: 2.4rem;
  --radius-l: 1.6rem;
  --radius: 1.2rem;
  --radius-m: 0.8rem;
  --radius-s: 0.4rem;
  --box-shadow-1: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.1);
  --box-shadow-2: -1.6rem 0 2.4rem 0 rgba(0, 0, 0, 0.1);
  --box-shadow-3: 0 4rem 4rem 0 rgba(0, 0, 0, 0.05);
  --filter-white: brightness(0) invert(1);
  --filter-black: brightness(0) invert(0);
  --filter-pri: brightness(0) saturate(100%) invert(55%) sepia(83%)
    saturate(947%) hue-rotate(165deg) brightness(91%) contrast(91%);
  --filter-sec: brightness(0) saturate(100%) invert(66%) sepia(41%)
    saturate(1899%) hue-rotate(337deg) brightness(100%) contrast(101%);
  --filter-gray: brightness(0) saturate(100%) invert(68%) sepia(12%)
    saturate(17%) hue-rotate(357deg) brightness(90%) contrast(79%);
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 10px;
}
html ::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}
html ::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background: rgba(51, 51, 51, 0.8);
}

body {
  font-weight: 400;
  font-size: 1.6rem;
  color: #131313;
  line-height: normal;
  overflow: hidden auto;
  font-family: var(--font-pri);
  background-color: #fafafa;
}
body.admin-bar .header {
  top: 3.2rem;
}
@media screen and (max-width: 782px) {
  body.admin-bar .header {
    top: 4.6rem;
  }
}
body:has(.header.is-fixed) .mn-bar {
  transform: translate(-50%, 0);
}
body .sdn-empty {
  color: #333;
  font-weight: 600;
}
body .grecaptcha-badge {
  display: none !important;
}

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

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

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

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

.container {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1.6rem;
  max-width: 124.8rem;
}

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

iframe {
  vertical-align: middle;
}

img {
  height: auto;
  display: block;
  max-width: 100%;
  user-select: none;
}

.tabBtn {
  cursor: pointer;
}

.tabPanel {
  display: none;
}
.tabPanel.open {
  display: block;
  animation: opacityAni 0.8s ease-in-out;
}

.gItem {
  cursor: pointer;
}

.hide-sitename {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: visible;
}

@media screen and (max-width: 991px) {
  .main {
    overflow: hidden;
  }
}

section {
  scroll-margin-top: 10rem;
}

.overlay,
.overlay-sol {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100dvh;
  position: fixed;
  visibility: hidden;
  transition: 0.4s ease-in-out;
  pointer-events: none;
  z-index: var(--z-i-header);
  background: rgba(0, 0, 0, 0.6);
}
.overlay.is-active,
.overlay-sol.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

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

.col {
  width: 100%;
  margin-bottom: var(--rg);
  padding: 0 calc(var(--cg) / 2);
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.6666666667%;
}
.col-10 {
  width: 83.3333333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.6666666667%;
}
.col-7 {
  width: 58.3333333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.6666666667%;
}
.col-4 {
  width: 33.3333333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.6666666667%;
}
.col-1 {
  width: 8.3333333333%;
}

.flex {
  display: flex;
  flex-direction: column;
}
.flex-2 {
  gap: 0.2rem;
}
.flex-4 {
  gap: 0.4rem;
}
.flex-6 {
  gap: 0.6rem;
}
.flex-8 {
  gap: 0.8rem;
}
.flex-10 {
  gap: 1rem;
}
.flex-12 {
  gap: 1.2rem;
}
.flex-14 {
  gap: 1.4rem;
}
.flex-16 {
  gap: 1.6rem;
}
.flex-18 {
  gap: 1.8rem;
}
.flex-20 {
  gap: 2rem;
}
.flex-22 {
  gap: 2.2rem;
}
.flex-24 {
  gap: 2.4rem;
}
.flex-26 {
  gap: 2.6rem;
}
.flex-28 {
  gap: 2.8rem;
}
.flex-30 {
  gap: 3rem;
}
.flex-32 {
  gap: 3.2rem;
}
.flex-34 {
  gap: 3.4rem;
}
.flex-36 {
  gap: 3.6rem;
}
.flex-38 {
  gap: 3.8rem;
}
.flex-40 {
  gap: 4rem;
}
.flex-42 {
  gap: 4.2rem;
}
.flex-44 {
  gap: 4.4rem;
}
.flex-46 {
  gap: 4.6rem;
}
.flex-48 {
  gap: 4.8rem;
}
.flex-50 {
  gap: 5rem;
}
.flex-56 {
  gap: 5.6rem;
}
.flex-60 {
  gap: 6rem;
}
.flex-64 {
  gap: 6.4rem;
}
.flex-68 {
  gap: 6.8rem;
}
.flex-72 {
  gap: 7.2rem;
}
.flex-80 {
  gap: 8rem;
}
.flex-100 {
  gap: 10rem;
}
.flex-120 {
  gap: 12rem;
}
@media screen and (max-width: 991px) {
  .flex-48 {
    gap: 3.2rem;
  }
  .flex-50 {
    gap: 3.2rem;
  }
  .flex-56 {
    gap: 3.2rem;
  }
  .flex-60 {
    gap: 3.2rem;
  }
  .flex-64 {
    gap: 3.2rem;
  }
  .flex-68 {
    gap: 3.2rem;
  }
  .flex-72 {
    gap: 3.2rem;
  }
  .flex-80 {
    gap: 3.2rem;
  }
  .flex-100 {
    gap: 3.2rem;
  }
  .flex-120 {
    gap: 3.2rem;
  }
}
@media screen and (max-width: 576px) {
  .flex-48 {
    gap: 2.4rem;
  }
  .flex-50 {
    gap: 2.4rem;
  }
  .flex-56 {
    gap: 2.4rem;
  }
  .flex-60 {
    gap: 2.4rem;
  }
  .flex-64 {
    gap: 2.4rem;
  }
  .flex-68 {
    gap: 2.4rem;
  }
  .flex-72 {
    gap: 2.4rem;
  }
  .flex-80 {
    gap: 2.4rem;
  }
  .flex-100 {
    gap: 2.4rem;
  }
  .flex-120 {
    gap: 2.4rem;
  }
}

.custom-logo-link {
  display: block;
  user-select: none;
}
.custom-logo-link img {
  width: 100%;
  object-fit: cover;
}

.img {
  display: block;
  overflow: hidden;
  position: relative;
}
.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
}

.ic {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.view-link {
  gap: 0.8rem;
  font-weight: 600;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  font-family: var(--font-pri);
}
.view-link span {
  background: linear-gradient(136deg, #ffc76c 3.69%, #ff8110 96.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.view-link > img {
  flex-shrink: 0;
  object-fit: contain;
  width: 1.6rem;
  height: 1.6rem;
}

.hover-border {
  width: fit-content;
  position: relative;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .hover-border:hover, .hover-border:focus-visible {
    color: #ff912e;
  }
  .hover-border:hover::before, .hover-border:focus-visible::before {
    left: 0;
    width: 100%;
  }
}
.hover-border::before {
  right: 0;
  width: 0;
  height: 0.1rem;
  bottom: -0.1rem;
  position: absolute;
  content: "";
  transition: 0.4s ease-in-out;
  background-color: #ff912e;
}

@media screen and (max-width: 576px) {
  .tt {
    font-size: 2.4rem;
  }
}
.tt span {
  background: linear-gradient(135deg, #25a7df 3.69%, #396db5 96.88%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.tt .icon {
  --img-x: 0;
  --img-y: 10%;
  --img-scale: 1.2;
  overflow: hidden;
  width: 10rem;
  height: 10rem;
  display: inline-block;
  vertical-align: middle;
  border-radius: var(--radius-circle);
}
@media screen and (max-width: 1200px) {
  .tt .icon {
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (max-width: 576px) {
  .tt .icon {
    width: 6.4rem;
    height: 6.4rem;
  }
}
.tt .icon img {
  transform: translate(var(--img-x), var(--img-y)) scale(var(--img-scale));
}
.tt-1 {
  line-height: normal;
}
.tt-2 {
  line-height: 120%;
}

.bg-circle {
  position: relative;
}
.bg-circle::before, .bg-circle::after {
  position: absolute;
  content: "";
  z-index: -1;
  pointer-events: none;
  width: 126.2rem;
  height: 126.2rem;
  border-radius: var(--radius-circle);
}
.bg-circle-all::before {
  top: -26rem;
  background: radial-gradient(50% 50% at 50% 50%, rgba(37, 167, 223, 0.25) 0%, rgba(37, 167, 223, 0) 100%);
  right: calc(100% - 50rem);
}
.bg-circle-all::after {
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 145, 46, 0.25) 0%, rgba(255, 145, 46, 0) 100%);
  left: calc(100% - 68rem);
  bottom: calc(100% - 56.2rem);
}
@media screen and (max-width: 1200px) {
  .bg-circle-all::after {
    left: calc(100% - 40rem);
    bottom: calc(100% - 40rem);
  }
}
.bg-circle-1::before {
  top: -26rem;
  background: radial-gradient(50% 50% at 50% 50%, rgba(37, 167, 223, 0.25) 0%, rgba(37, 167, 223, 0) 100%);
  right: calc(100% - 50rem);
}
.bg-circle-2::after {
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 145, 46, 0.25) 0%, rgba(255, 145, 46, 0) 100%);
  left: calc(100% - 68rem);
  bottom: calc(100% - 56.2rem);
}
@media screen and (max-width: 1200px) {
  .bg-circle-2::after {
    left: calc(100% - 40rem);
    bottom: calc(100% - 40rem);
  }
}

.hover-bg {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100dvh;
  position: absolute;
  pointer-events: none;
}

.video-play {
  z-index: 5;
  cursor: pointer;
  user-select: none;
  width: fit-content;
  position: relative;
}
.video-play::before, .video-play::after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: 0.4s ease-in-out;
  pointer-events: none;
  border: 0.1rem solid white;
  -webkit-transform: translate(-50%, -50%);
}
.video-play::before {
  animation: pulseAni 2s linear infinite;
  -webkit-animation: pulseAni 2s linear infinite;
}
.video-play::after {
  animation: pulseAni 2s 1s linear infinite;
  -webkit-animation: pulseAni 2s 1s linear infinite;
}

.system,
.p-about .they,
.p-about .pur,
.p-about-detail .related,
.build {
  border-radius: 0 0 12rem 12rem;
}
@media screen and (min-width: 992px) {
  .system,
  .p-about .they,
  .p-about .pur,
  .p-about-detail .related,
  .build {
    box-shadow: var(--box-shadow-3);
  }
}

.blocker {
  padding: 1.6rem;
  z-index: calc(var(--z-i-header) + 3);
}

.modal {
  padding: 0;
  width: 100%;
  box-shadow: var(--box-shadow-1);
}

.title-64 {
  font-size: 6.4rem;
}
@media only screen and (max-width: 1200px) {
  .title-64 {
    font-size: 3.9rem;
  }
}
@media only screen and (max-width: 800px) {
  .title-64 {
    font-size: 2.9rem;
  }
}
.title-48 {
  font-size: 4.8rem;
}
@media only screen and (max-width: 1200px) {
  .title-48 {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .title-48 {
    font-size: 3.3rem;
  }
}
.title-40 {
  font-size: 4rem;
}
@media only screen and (max-width: 1200px) {
  .title-40 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .title-40 {
    font-size: 2.7rem;
  }
}
.title-36 {
  font-size: 3.6rem;
}
@media only screen and (max-width: 1200px) {
  .title-36 {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .title-36 {
    font-size: 2.6rem;
  }
}
.title-32 {
  font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .title-32 {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .title-32 {
    font-size: 2.2rem;
  }
}
.title-28 {
  font-size: 2.8rem;
}
@media only screen and (max-width: 1200px) {
  .title-28 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .title-28 {
    font-size: 2.1rem;
  }
}
.title-24 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .title-24 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .title-24 {
    font-size: 1.7rem;
  }
}

.text-20 {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .text-20 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .text-20 {
    font-size: 1.6rem;
  }
}
.text-18 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .text-18 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .text-18 {
    font-size: 1.5rem;
  }
}
.text-16 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 800px) {
  .text-16 {
    font-size: 1.4rem;
  }
}
.text-14 {
  font-size: 1.4rem;
}
.text-12 {
  font-size: 1.2rem;
}

.f-pri {
  font-family: var(--font-pri);
}
.f-tt {
  font-family: var(--font-title);
}
.f-desc {
  font-family: var(--font-desc);
}

.fs-i {
  font-style: italic;
}

.t-cap {
  text-transform: capitalize;
}
.t-up {
  text-transform: uppercase;
}
.t-center {
  text-align: center;
}

.fw-b {
  font-weight: 700;
}
.fw-sb {
  font-weight: 600;
}
.fw-m {
  font-weight: 500;
}
.fw-n {
  font-weight: 400;
}
.fw-t {
  font-weight: 300;
}

.cl-pri {
  color: #25a7df;
}

.cl-white {
  color: white;
}

.pt-100 {
  padding-top: 10rem;
}
@media screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 6rem;
  }
}

@media screen and (min-width: 768px) {
  .js-menu-search {
    position: relative;
  }
}
.js-menu-search .search {
  flex-shrink: 0;
  cursor: pointer;
  padding: 0.6rem;
  margin: -0.6rem;
  user-select: none;
  width: fit-content;
  transition: 0.4s ease-in-out;
  border-radius: var(--radius-circle);
}
@media screen and (max-width: 1200px) {
  .js-menu-search .search {
    padding: 0.8rem;
    margin: -0.8rem;
    background: linear-gradient(136deg, #ffc76c 3.69%, #ff8110 96.89%);
  }
  .js-menu-search .search img {
    filter: var(--filter-white);
  }
}
.js-menu-search .search img {
  object-fit: cover;
  transition: 0.4s ease-in-out;
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .js-menu-search .search:hover, .js-menu-search .search:focus-visible {
    background-color: #ff912e;
  }
  .js-menu-search .search:hover > img, .js-menu-search .search:focus-visible > img {
    filter: var(--filter-white);
  }
}
.js-menu-search.is-active .search {
  background-color: #ff912e;
}
.js-menu-search.is-active .search img {
  filter: var(--filter-white);
}
.js-menu-search.is-active .search-menu {
  opacity: 1;
  pointer-events: auto;
}

.search-menu {
  left: 50%;
  z-index: 5;
  opacity: 0;
  width: 100%;
  position: absolute;
  transition: 0.4s ease-in-out;
  pointer-events: none;
  top: calc(100% + 2rem);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .search-menu {
    min-width: 50rem;
  }
}
@media screen and (max-width: 767px) {
  .search-menu {
    padding: 0 1.6rem;
    top: calc(100% - 1rem);
  }
}
.search-menu form .form-label {
  gap: 1.6rem;
  padding: 1.2rem;
  transition: 0.4s ease-in-out;
  flex-direction: unset;
  background-color: white;
  border-radius: var(--radius-m);
  border: 0.1rem solid #d9d9d9;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .search-menu form .form-label:hover, .search-menu form .form-label:focus-visible {
    border-color: #ff912e;
  }
}
.search-menu form .form-label:has(input:focus), .search-menu form .form-label:has(input:not(:placeholder-shown)) {
  border-color: #ff912e;
}
.search-menu form input {
  border: 0;
  padding: 0;
  height: auto;
  background-color: transparent;
}
.search-menu form input::placeholder {
  color: #999;
  font-size: 1.4rem;
  font-style: italic;
}

.search-box {
  padding: 1.2rem;
  border-radius: var(--radius-m);
  background-color: white;
  box-shadow: var(--box-shadow-1);
}

@media screen and (min-width: 768px) {
  .search-history {
    padding: 1.2rem;
  }
}
.search-history_block > .text-16 {
  color: #999;
}
.search-history_item {
  gap: 0.6rem;
  display: flex;
  align-items: center;
}
.search-history_item > img {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.search-history_item .text-14 {
  transition: 0.4s ease-in-out;
  color: #999;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .search-history_item .text-14:hover, .search-history_item .text-14:focus-visible {
    color: #ff912e;
  }
}

.swiper-navigation {
  top: 50%;
  left: 50%;
  z-index: 5;
  user-select: none;
  position: absolute;
  pointer-events: none;
  display: flex;
  align-items: center;
  width: calc(100% + 14.4rem);
  justify-content: space-between;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1366px) {
  .swiper-navigation {
    width: calc(100% + 3.2rem);
  }
}
@media screen and (max-width: 1200px) {
  .swiper-navigation {
    display: none;
  }
}
.swiper-navigation > * {
  cursor: pointer;
  overflow: hidden;
  width: 4rem;
  height: 4rem;
  position: relative;
  transition: 0.4s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  border: 0.1rem solid #ff912e;
  border-radius: var(--radius-circle);
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .swiper-navigation > *:hover, .swiper-navigation > *:focus-visible {
    border-color: transparent;
    background-color: transparent;
  }
  .swiper-navigation > *:hover::before, .swiper-navigation > *:focus-visible::before {
    opacity: 1;
  }
  .swiper-navigation > *:hover > *, .swiper-navigation > *:focus-visible > * {
    filter: var(--filter-white);
  }
}
.swiper-navigation > *::before {
  content: "";
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 0.4s ease-in-out;
  background: linear-gradient(136deg, #ffc76c 3.69%, #ff8110 96.89%);
}
.swiper-navigation > * > * {
  object-fit: cover;
  transition: 0.4s ease-in-out;
  width: 2.4rem;
  height: 2.4rem;
}
.swiper-navigation .prev > * {
  transform: rotate(180deg);
}

.swiper-pagination {
  position: static;
  user-select: none;
  transition: 0.4s ease-in-out;
  margin: 4rem auto 0;
  transform: unset !important;
}
@media screen and (max-width: 576px) {
  .swiper-pagination {
    margin: 2.4rem auto 0;
  }
}
.swiper-pagination-bullet {
  background: linear-gradient(136deg, #ffc76c 3.69%, #ff8110 96.89%);
  transition: 0.4s ease !important;
}
@media screen and (min-width: 1201px) {
  .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.swiper-pagination-bullet-active {
  width: 3.2rem;
  border-radius: var(--radius-max);
}

.swiper-control:has(.swiper-pagination) .swiper-navigation {
  top: 40%;
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

@keyframes opacityAni {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes phone-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes pulseAni {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.4);
    -webkit-transform: translate(-50%, -50%) scale(1.4);
  }
}
@keyframes rotate3DAni {
  from {
    transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg);
  }
  to {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
}
@keyframes fadeInAni {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@keyframes blinkAni {
  0%, 100% {
    border-color: transparent;
  }
  50% {
    border-color: #25a7df;
  }
}
@keyframes btnAni {
  0% {
    transform: translate(-150%, 150%) scale(0.3);
  }
  15%, 20%, 25%, 30%, 35%, 40%, 45%, 50%, 55%, 60%, 65%, 70%, 75%, 80%, 85% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(150%, -150%) scale(0.3);
  }
}
@keyframes dashInfinity {
  0% {
    stroke-dashoffset: var(--path-length);
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: calc(var(--path-length) * -1);
  }
}
.breadcrumb {
  padding-top: 2.4rem;
}
@media screen and (max-width: 576px) {
  .breadcrumb {
    padding-top: 1.6rem;
  }
}
.breadcrumb-list {
  flex-wrap: wrap;
  row-gap: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb-item {
  line-height: 140%;
  white-space: nowrap;
  transition: 0.4s ease-in-out;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1201px) {
  .breadcrumb-item:not(.is-current):hover {
    color: #ff912e;
  }
}
.breadcrumb-item:not(:first-child)::before {
  content: "";
  flex-shrink: 0;
  margin: 0 1.2rem;
  user-select: none;
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
  background-color: #131313;
  border-radius: var(--radius-circle);
}
@media screen and (max-width: 767px) {
  .breadcrumb-item:not(:first-child)::before {
    margin: 0 0.8rem;
  }
}
.breadcrumb-item.is-current {
  background: #ff912e;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.breadcrumb-item.is-current:not(:first-child)::before {
  background: linear-gradient(136deg, #ffc76c 3.69%, #ff8110 96.89%);
}
.breadcrumb-item:last-child {
  cursor: default;
  white-space: normal;
}
.breadcrumb-item:last-child .text-14 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.breadcrumb-link {
  flex-shrink: 0;
}
.breadcrumb-link img {
  flex-shrink: 0;
  object-fit: contain;
  width: 2.4rem;
  height: 2.4rem;
  transition: 0.1s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .breadcrumb-link img:hover, .breadcrumb-link img:focus-visible {
    filter: var(--filter-sec);
  }
}
@media screen and (max-width: 576px) {
  .breadcrumb-link img {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.move-top {
  z-index: 97;
  gap: 1.2rem;
  display: flex;
  bottom: 2.4rem;
  cursor: pointer;
  position: fixed;
  user-select: none;
  transition: 0.6s ease-in-out;
}
@media screen and (min-width: 577px) {
  .move-top {
    opacity: 0;
    right: 0.8rem;
    visibility: hidden;
    flex-direction: column;
    transform: translateX(100%);
  }
}
@media screen and (max-width: 1200px) {
  .move-top {
    row-gap: 1.2rem;
  }
}
@media screen and (max-width: 576px) {
  .move-top {
    bottom: 0;
    width: 100%;
    padding: 0.661rem;
    background-color: white;
    box-shadow: var(--box-shadow-1);
  }
}
.move-top.active {
  opacity: 1;
  transform: unset;
  visibility: visible;
}
@media screen and (max-width: 576px) {
  .move-top-social {
    display: flex;
    row-gap: 0.4rem;
    text-align: center;
    width: 25%;
    flex-direction: column;
  }
}
.move-top-social > a {
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  box-shadow: var(--box-shadow-1);
  animation: phone-anim 1s infinite ease-in-out;
}
@media screen and (max-width: 576px) {
  .move-top-social > a {
    margin-right: auto;
    margin-left: auto;
    width: 2.8rem;
    height: 2.8rem;
  }
}
@media screen and (min-width: 577px) {
  .move-top-social img {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.move-top-back {
  display: flex;
  row-gap: 0.4rem;
  flex-direction: column;
}
@media screen and (max-width: 576px) {
  .move-top-back {
    text-align: center;
    width: 25%;
  }
  .move-top-back .progress-wrap {
    margin-right: auto;
    margin-left: auto;
  }
}
.move-top-text {
  font-weight: 500;
  font-size: 1.2rem;
}
@media screen and (min-width: 577px) {
  .move-top-text {
    display: none;
  }
}

.progress-wrap {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  width: 3.2rem;
  height: 3.2rem;
  background-color: white;
  box-shadow: inset 0 0 0 0.2rem rgba(11, 24, 29, 0.2);
}
@media screen and (max-width: 576px) {
  .progress-wrap {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.progress-wrap .inner {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
}
@media screen and (max-width: 576px) {
  .progress-wrap .inner {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.progress-wrap .inner img {
  width: 1.6rem;
  height: 1.6rem;
}

.progress-circle circle {
  fill: none;
  stroke-width: 4;
  stroke: #ff912e;
  transition: 0.4s ease-in-out;
  box-sizing: border-box;
  transform-origin: center;
  transform: rotate(-90deg);
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  transition: 0.4s ease-in-out;
  height: var(--h-header);
  z-index: var(--z-i-header);
}
.header.is-fixed {
  background-color: white;
  box-shadow: var(--box-shadow-1);
  transform: translateY(calc(-1 * var(--h-hidden-header)));
}
@media screen and (max-width: 1200px) {
  .header.is-fixed {
    transform: translateY(calc(-1 * var(--h-fixed-header)));
  }
  .header.is-fixed .overlay-header {
    top: var(--h-fixed-header);
  }
  .header.is-fixed .header-nav {
    top: var(--h-fixed-header);
  }
}
@media screen and (max-width: 1200px) {
  .header.is-hidden {
    transform: translateY(calc(-1 * var(--h-hidden-header)));
  }
}
.header-head {
  gap: 1.2rem;
  padding: 1rem 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: var(--h-fixed-header);
}
@media screen and (max-width: 576px) {
  .header-head {
    gap: 0.8rem;
    padding: 1.116rem 0;
  }
}
.header-head::before {
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  position: absolute;
  content: "";
  z-index: -1;
  pointer-events: none;
  transform: translateX(-50%);
  box-shadow: var(--box-shadow-1);
  background: linear-gradient(117deg, #25a7df 16.37%, #396db5 83.06%);
}
.header-head > * {
  color: white;
}
@media screen and (max-width: 576px) {
  .header-head > * {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 374px) {
  .header-head > * {
    font-size: 1rem;
  }
}
.header-head .text {
  line-height: 140%;
}
.header-head .text-link {
  line-height: 114%;
  transition: 0.4s ease-in-out;
  padding-bottom: 0.3rem;
  border-bottom: 0.1rem solid white;
}
@media screen and (min-width: 1201px) {
  .header-logo {
    min-width: 23.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .header-logo {
    margin-right: auto;
  }
}
.header-logo .custom-logo-link {
  max-width: 13.6rem;
}
.header-menu {
  gap: 3.2rem;
  padding: 1.2rem 0;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1201px) {
  .header-menu {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1200px) {
  .header-menu {
    gap: 2rem;
    padding: 1.6rem 0;
  }
}
@media screen and (max-width: 767px) {
  .header-menu {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 1201px) {
  .header-nav {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1200px) {
  .header-nav {
    top: 0;
    right: 0;
    width: 32rem;
    display: flex;
    height: 100dvh;
    position: fixed;
    transition: 0.4s ease-in-out;
    flex-direction: column;
    background-color: white;
    transform: translateX(100%);
    box-shadow: var(--box-shadow-1);
    z-index: calc(1 + var(--z-i-header));
  }
  .header-nav.is-active {
    transform: unset;
  }
}
@media screen and (max-width: 576px) {
  .header-nav {
    width: 28.4rem;
  }
}
.header-nav_button {
  padding: 1.2rem;
}
@media screen and (min-width: 768px) {
  .header-nav_button {
    display: none;
  }
}
.header-nav_button .btn-icon {
  width: 100%;
}
.header-nav .menu {
  display: flex;
}
@media screen and (min-width: 1201px) {
  .header-nav .menu {
    gap: 3.2rem;
    align-items: center;
  }
}
@media screen and (max-width: 1200px) {
  .header-nav .menu {
    overflow: hidden auto;
    flex-direction: column;
  }
}
.header-nav .menu > .menu-item {
  position: relative;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .header-nav .menu > .menu-item:hover > .menu-link, .header-nav .menu > .menu-item:focus-visible > .menu-link {
    color: #ff912e;
  }
  .header-nav .menu > .menu-item:hover > .menu-link img, .header-nav .menu > .menu-item:focus-visible > .menu-link img {
    filter: var(--filter-sec);
  }
}
@media screen and (max-width: 1200px) {
  .header-nav .menu > .menu-item {
    border-bottom: 0.1rem solid #d0d0d0;
  }
}
.header-nav .menu > .menu-item > .menu-link {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 143%;
  position: relative;
  transition: 0.2s ease-in-out;
}
.header-nav .menu > .menu-item > .menu-link:has(.icon-home) img {
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (min-width: 1201px) {
  .header-nav .menu > .menu-item > .menu-link:has(.icon-home) span {
    display: none;
  }
}
.header-nav .menu > .menu-item > .menu-link:has(.icon-light) img {
  width: 1.9rem;
  height: 1.9rem;
}
.header-nav .menu > .menu-item > .menu-link:has(img) {
  gap: 0.4rem;
  display: flex;
}
.header-nav .menu > .menu-item > .menu-link img {
  object-fit: contain;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .header-nav .menu > .menu-item > .menu-link img {
    display: none;
  }
}
.header-nav .menu > .menu-item > .menu-link .count-number {
  bottom: 100%;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  width: fit-content;
  position: absolute;
  background: linear-gradient(135deg, #25a7df 3.69%, #396db5 96.88%);
  color: white;
  padding: 0.1rem 0.4rem;
  left: calc(100% - 1rem);
  border-radius: var(--radius-max);
}
@media screen and (max-width: 1200px) {
  .header-nav .menu > .menu-item > .menu-link .count-number {
    font-size: 0.8rem;
    bottom: calc(100% - 0.2rem);
  }
}
.header-nav .menu > .menu-item.current-menu-item > .menu-link {
  color: #ff912e;
}
.header-nav .menu > .menu-item.current-menu-item > .menu-link img {
  filter: var(--filter-sec);
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .header-nav .menu > .menu-dropdown:hover .child, .header-nav .menu > .menu-dropdown:focus-visible .child {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 1200px) {
  .header-nav .menu-item {
    padding: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .header-nav .menu-dropdown::before {
    right: 1.2rem;
    position: absolute;
    content: "";
    z-index: 1;
    width: 2rem;
    height: 2rem;
    transition: 0.4s ease-in-out;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    background-image: url("../../assets/images/icons/icon-chevron.svg");
  }
  .header-nav .menu-dropdown .menu-dropdown::before {
    right: 0;
  }
  .header-nav .menu-dropdown.is-active::before {
    transform: rotate(180deg);
  }
}
.header-info {
  padding: 1.2rem;
  margin-top: auto;
  background: linear-gradient(136deg, rgba(255, 199, 108, 0.1) 3.69%, rgba(255, 129, 16, 0.1) 96.89%);
}
@media screen and (min-width: 1201px) {
  .header-info {
    display: none;
  }
}
.header-info .custom-logo-link {
  max-width: 8rem;
}
.header-action {
  gap: 1.2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header-action_button {
    display: none;
  }
}
.header-link {
  gap: 3.2rem;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1201px) {
  .child {
    left: 50%;
    opacity: 0;
    z-index: 5;
    position: absolute;
    width: max-content;
    transition: 0.4s ease-in-out;
    height: max-content;
    pointer-events: none;
    top: calc(100% + 3rem);
    transform: translateX(-50%);
    filter: drop-shadow(0 0.8rem 2.4rem rgba(0, 0, 0, 0.1));
  }
  .child::before {
    left: 0;
    width: 100%;
    height: 3rem;
    bottom: 100%;
    position: absolute;
    content: "";
    background-color: transparent;
  }
  .child:has(.child-cate) {
    left: -450%;
    transform: unset;
  }
}
.child > .container {
  padding: 0;
}
@media screen and (min-width: 1201px) {
  .child:has(.menu-link) {
    padding: 0.8rem;
    min-width: 16rem;
    max-width: 30rem;
    border-radius: var(--radius-m);
    background-color: white;
    box-shadow: var(--box-shadow-1);
  }
}
.child:has(.menu-link) .menu-item {
  width: 100%;
}
.child:has(.menu-link) .menu-link {
  display: block;
  font-size: 1.4rem;
  position: relative;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .child:has(.menu-link) .menu-link {
    padding: 0.8rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .child:has(.menu-link) .menu-link:hover::before, .child:has(.menu-link) .menu-link:focus-visible::before {
    top: 0;
    height: 100%;
  }
}
.child:has(.menu-link) .menu-link::before {
  content: "";
  left: 0;
  bottom: 0;
  height: 0;
  width: 0.2rem;
  position: absolute;
  transition: 0.4s ease-in-out;
  background-color: #ff912e;
}
@media screen and (min-width: 1201px) {
  .child-cate {
    padding: 2rem;
    min-width: 48.6rem;
    max-width: 48.6rem;
    position: relative;
    transition: 0.4s ease-in-out;
    background-color: white;
    box-shadow: var(--box-shadow-1);
    border-radius: var(--radius-xl);
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .child-cate:hover:has(.child-cate_item.menu-dropdown:hover), .child-cate:focus-visible:has(.child-cate_item.menu-dropdown:hover) {
    min-width: 75.8rem;
    max-width: 75.8rem;
  }
  .child-cate:hover:has(.child-cate_item.menu-dropdown:hover) .child-cate_col:first-child::before, .child-cate:focus-visible:has(.child-cate_item.menu-dropdown:hover) .child-cate_col:first-child::before {
    height: 100%;
  }
}
.child-cate_row {
  --rg: 0;
  --cg: 0;
  flex-wrap: nowrap;
}
.child-cate_col:first-child {
  position: relative;
}
@media screen and (min-width: 1201px) {
  .child-cate_col:first-child {
    flex-shrink: 0;
    max-width: 18.6rem;
  }
  .child-cate_col:first-child::before {
    top: 0;
    right: 0;
    height: 0;
    width: 0.1rem;
    position: absolute;
    content: "";
    z-index: 1;
    transition: 0.4s ease-in-out;
    pointer-events: none;
    background-color: #f0f0f0;
  }
}
@media screen and (max-width: 1200px) {
  .child-cate_col:first-child {
    width: 100%;
  }
}
.child-cate_col:last-child {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .child-cate_col:last-child {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .child-cate_list {
    height: 100%;
    max-height: 30rem;
    margin-right: 1.2rem;
    overflow: hidden auto;
  }
}
@media screen and (max-width: 1200px) {
  .child-cate_list {
    gap: 0;
  }
}
@media screen and (min-width: 1201px) {
  .child-cate_list > .child-cate_item:not(:has(.btn)) {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .child-cate_list > .child-cate_item {
    padding-right: 0;
  }
}
@media screen and (min-width: 1201px) {
  .child-cate_list .child-cate_list {
    top: 0;
    margin: 0;
    opacity: 0;
    max-width: 25.8rem;
    width: max-content;
    position: absolute;
    transition: 0.4s ease-in-out;
    pointer-events: none;
    left: calc(100% - 1.6rem);
    padding: 0 1.2rem 0 3.2rem;
  }
  .child-cate_list .child-cate_list .child-cate_item {
    padding-right: 0;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .child-cate_item:hover > .child-cate_link, .child-cate_item:focus-visible > .child-cate_link {
    color: #ff912e;
  }
  .child-cate_item:hover > .child-cate_over > .child1, .child-cate_item:focus-visible > .child-cate_over > .child1 {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 1200px) {
  .child-cate_item {
    padding: 1.2rem;
  }
}
.child-cate_item > .btn img {
  filter: unset;
}
@media screen and (max-width: 1200px) {
  .child-cate_item:last-child {
    display: none;
  }
}
.child-cate_item:has(.btn) .btn, .child-cate_item:has(.view-link) .view-link {
  margin-top: 2rem;
}
.child-cate_link {
  font-size: 1.4rem;
  line-height: 140%;
  transition: 0.4s ease-in-out;
}
.child-cate_img {
  width: 100%;
  max-width: 26rem;
  margin-left: auto;
}
.child-cate_img .img {
  border-radius: var(--radius-l);
  padding-top: 115.3846153846%;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .child-cate_img .img:hover img, .child-cate_img .img:focus-visible img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}

@media screen and (max-width: 1200px) {
  .child,
  .child1 {
    margin-top: 1.2rem;
    border-left: 0.1rem solid #ff912e;
  }
}

.menu-close {
  padding: 1.2rem;
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid #d0d0d0;
}
@media screen and (min-width: 1201px) {
  .menu-close {
    display: none;
  }
}
.menu-close .custom-logo-link {
  max-width: 3.2rem;
}
.menu-close-icon {
  margin-left: auto;
  width: 2.4rem;
  height: 2.4rem;
}

.menu-bar {
  cursor: pointer;
}
@media screen and (min-width: 1201px) {
  .menu-bar {
    display: none;
  }
}
.menu-bar .menu-icon {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(136deg, #ffc76c 3.69%, #ff8110 96.89%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: var(--radius-circle);
}
.menu-bar .menu-icon span {
  width: 2rem;
  height: 0.2rem;
  display: block;
  user-select: none;
  margin-top: 0.4rem;
  transition: 0.4s ease-in-out;
  border-radius: var(--radius-s);
  background-color: white;
}
.menu-bar .menu-icon span:nth-child(1) {
  margin-top: 0;
}

.footer {
  overflow: hidden;
  padding-top: 11.2rem;
  background-color: #f8f8f8;
}
@media screen and (min-width: 992px) {
  .footer {
    margin-top: -1.2rem;
  }
}
@media screen and (max-width: 991px) {
  .footer {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .footer {
    padding-bottom: 6rem;
  }
}
.footer-row {
  --rg: 0;
  --cg: 0;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .footer-row {
    row-gap: 4rem;
  }
}
@media screen and (max-width: 991px) {
  .footer-col {
    width: 100%;
  }
}
.footer-logo {
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .footer-gif {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 45rem;
  }
}
.footer-gif .img {
  padding-top: 133.4728033473%;
}
.footer-copyright {
  left: 0;
  z-index: 5;
  gap: 0.4rem;
  bottom: 2.4rem;
  width: fit-content;
  position: absolute;
  pointer-events: auto;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  padding: 0.4rem 0.8rem;
  background-color: white;
  box-shadow: var(--box-shadow-1);
}
@media screen and (max-width: 991px) {
  .footer-copyright {
    padding: 0.4rem;
  }
}
.footer-copyright .text-8 {
  max-width: 5.3rem;
  font-size: 0.8rem;
  color: #999;
  text-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.05);
}
.footer-copyright img {
  flex-shrink: 0;
  object-fit: contain;
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 991px) {
  .footer-copyright img {
    width: 2rem;
    height: 2rem;
  }
}
.footer-info {
  gap: 7.2rem;
}
@media screen and (max-width: 991px) {
  .footer-info {
    gap: 4rem;
  }
}
.footer-info_heading {
  gap: 2.4rem;
  display: flex;
}
@media screen and (min-width: 768px) {
  .footer-info_heading {
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .footer-info_heading {
    flex-direction: column;
  }
}
.footer-info_heading .title-32 {
  line-height: 125%;
}
.footer-info_heading form .form-label {
  gap: 1.2rem;
  transition: 0.4s ease-in-out;
  flex-direction: unset;
  padding-bottom: 0.4rem;
  border-bottom: 0.2rem solid #d9d9d9;
}
.footer-info_heading form .form-label:has(input:focus), .footer-info_heading form .form-label:has(input:hover), .footer-info_heading form .form-label:has(input:not(:placeholder-shown)) {
  border-color: #25a7df;
}
.footer-info_heading form input {
  border: 0;
  padding: 0;
  height: 100%;
  border-radius: 0;
  background-color: transparent;
}
.footer-info_heading form input::placeholder {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .footer-info_heading form input::placeholder {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .footer-info_heading form input::placeholder {
    font-size: 1.5rem;
  }
}
.footer-info_heading form input::placeholder {
  font-style: italic;
  color: #d9d9d9;
}
.footer-info_heading form button {
  flex-shrink: 0;
  width: 5.6rem;
  height: 5.6rem;
}
@media screen and (max-width: 1200px) {
  .footer-info_heading form button {
    width: 4rem;
    height: 4rem;
  }
}
.footer-info_button {
  flex-shrink: 0;
}
.footer-info_button .btn {
  padding: 0.8rem 2rem 0.8rem 0.8rem;
}
@media screen and (min-width: 576px) {
  .footer-info_button .btn {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 1200px) {
  .footer-info_button .btn {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 800px) {
  .footer-info_button .btn {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-info_button .btn {
    padding: 0.4rem 1.6rem 0.4rem 0.4rem;
  }
}
.footer-info_button .btn img {
  filter: unset;
  width: 6.8rem;
  height: 6.8rem;
}
@media screen and (max-width: 1200px) {
  .footer-info_button .btn img {
    width: 5.2rem;
    height: 5.2rem;
  }
}
.footer-info_group {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4rem;
  margin: 0 calc(-1 * var(--pi-24));
}
.footer-info_block {
  padding: 0 var(--pi-24);
}
.footer-info_block:first-child {
  width: 57.1428571429%;
}
@media screen and (min-width: 768px) {
  .footer-info_block:first-child {
    max-width: 35rem;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer-info_block:first-child {
    width: 100%;
  }
}
.footer-info_block:not(:first-child) {
  width: 21.4285714286%;
}
@media screen and (max-width: 767px) {
  .footer-info_block:not(:first-child) {
    width: 50%;
  }
}
.footer-info_block .menu-link {
  font-size: 1.4rem;
  line-height: 140%;
  transition: 0.4s ease-in-out;
  background: linear-gradient(135deg, #25a7df 3.69%, #396db5 96.88%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #131313;
  transition: 0.4s ease-in-out;
  background-size: 220% 100%;
  background-position: 0% center;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .footer-info_block .menu-link:hover, .footer-info_block .menu-link:focus-visible {
    color: transparent;
    background-position: 100% 50%;
  }
}
.footer-info_name {
  overflow: hidden;
  user-select: none;
  width: calc(100% + 4rem);
}
@media screen and (min-width: 992px) {
  .footer-info_name {
    margin-left: -4rem;
  }
}
@media screen and (max-width: 991px) {
  .footer-info_name {
    left: 50%;
    position: relative;
    width: calc(100% + 6rem);
    transform: translateX(-50%);
  }
}
.footer-info_name.is-hover .img::before {
  opacity: 1;
}
.footer-info_name .img {
  padding-top: 31.8918918919%;
}
.footer-info_name .img::before {
  content: "";
  inset: 0;
  opacity: 0;
  z-index: 5;
  position: absolute;
  pointer-events: none;
  transition: opacity 0.3s ease;
  background: radial-gradient(32rem circle at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.12) 20%, transparent 42%);
}

.mn-bar {
  left: 50%;
  bottom: 2.4rem;
  position: fixed;
  transition: 0.4s ease-in-out;
  background-color: white;
  box-shadow: var(--box-shadow-1);
  border-radius: var(--radius-max);
  transform: translate(-50%, 200%);
  z-index: calc(var(--z-i-header) - 1);
  padding: 0.8rem 0.8rem 0.8rem 2.4rem;
}
@media screen and (max-width: 1200px) {
  .mn-bar {
    display: none;
  }
}
.mn-bar.is-hidden {
  transform: translate(-50%, 200%) !important;
}
.mn-bar .custom-logo-link {
  max-width: 4rem;
}
.mn-bar .header-nav .menu > .menu-item {
  position: static;
}
.mn-bar .header-nav .child {
  left: 0;
  top: unset;
  transform: unset;
  min-width: 54rem;
  bottom: calc(100% + 0.8rem);
}
.mn-bar .header-nav .child::before {
  top: 100%;
  bottom: unset;
}
.mn-bar .header-nav .child-cate {
  min-width: 100%;
  max-width: 100%;
}
.mn-bar_nav {
  gap: 2.8rem;
  display: flex;
  align-items: center;
}
.mn-bar_button .btn {
  font-size: 1.4rem;
  padding: 1.6rem 2rem;
}

.mascot {
  left: 5rem;
  bottom: 5rem;
  position: fixed;
  user-select: none;
  transition: 0.4s ease-in-out;
  width: 6.4rem;
  height: 6.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: calc(var(--z-i-header) - 1);
}
@media screen and (max-width: 1200px) {
  .mascot {
    left: 2rem;
    bottom: 2rem;
    width: 10rem;
    height: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .mascot {
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (max-width: 576px) {
  .mascot {
    bottom: 8rem;
    width: 6rem;
    height: 6rem;
  }
}
.mascot.is-active {
  width: 14.4rem;
  height: 14.4rem;
}
@media screen and (max-width: 576px) {
  .mascot.is-active {
    width: 10rem;
    height: 10rem;
  }
}
.mascot.is-active .mascot-info {
  opacity: 1;
  pointer-events: auto;
}
.mascot.is-active .img .webp {
  opacity: 1;
  transform: translate(var(--img-x), var(--img-y)) scale(var(--img-scale));
}
@media screen and (min-width: 1201px) {
  .mascot.is-hidden {
    transform: translateX(-150%);
  }
}
.mascot-img {
  --img-x: -50%;
  --img-y: -50%;
  --img-scale: 1.3;
  width: 100%;
  height: 100%;
  max-width: 14.4rem;
}
.mascot-img::before, .mascot-img:after {
  border-color: #25a7df;
}
.mascot-img .img {
  width: 100%;
  position: absolute;
  padding-top: 100%;
  box-shadow: var(--box-shadow-1);
  border-radius: var(--radius-circle);
}
.mascot-img .img img {
  pointer-events: none;
  transform-origin: top;
}
.mascot-img .img img.webp {
  opacity: 0;
}
.mascot-info {
  left: 50%;
  z-index: 5;
  opacity: 0;
  padding: 2rem;
  max-width: 26.5rem;
  width: max-content;
  position: absolute;
  transition: 0.4s ease-in-out;
  pointer-events: none;
  bottom: calc(100% + 2rem);
  background-color: white;
  box-shadow: var(--box-shadow-1);
  border-radius: 2rem 2rem 2rem 0.4rem;
}
.mascot-info_content .text-12 {
  line-height: 130%;
}
.mascot-info_content .text-12 strong {
  font-weight: 700;
}
.mascot-info_content .view-link {
  font-size: 1.2rem;
}
.mascot-info_close {
  top: 0.8rem;
  right: 0.8rem;
  cursor: pointer;
  user-select: none;
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
}

.btn {
  z-index: 3;
  flex-shrink: 0;
  color: white;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .btn {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .btn {
    font-size: 1.5rem;
  }
}
.btn {
  cursor: pointer;
  font-weight: 600;
  overflow: hidden;
  column-gap: 1rem;
  user-select: none;
  line-height: 133%;
  text-align: center;
  position: relative;
  width: fit-content;
  transition: 0.4s ease-in-out;
  border-radius: 4rem;
  background: linear-gradient(135deg, #25a7df 3.69%, #396db5 96.88%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 3.2rem;
  font-family: var(--font-pri);
}
@media screen and (min-width: 1201px) {
  .btn:hover {
    color: white;
    border-color: #ff912e;
  }
  .btn:hover::after {
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .btn {
    padding: 1.2rem 2.4rem;
  }
}
@media screen and (max-width: 576px) {
  .btn {
    font-size: 1.4rem;
  }
}
.btn .wpcf7-spinner {
  top: 50%;
  left: 50%;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  transform: translate(-50%, -50%);
}
.btn::after {
  content: "";
  top: 0;
  right: 0;
  width: 0;
  z-index: -1;
  height: 100%;
  position: absolute;
  transition: 0.4s ease-in-out;
  background: linear-gradient(136deg, #ffc76c 3.69%, #ff8110 96.89%);
}
.btn span {
  line-height: inherit;
}
.btn img {
  width: 2rem;
  height: 2rem;
  transition: 0.4s ease-in-out;
}
.btn.mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.btn.w-100 {
  width: 100%;
}
.btn:disabled {
  pointer-events: none;
}
.btn-sec {
  background: linear-gradient(136deg, #ffc76c 3.69%, #ff8110 96.89%);
}
.btn-sec:after {
  background: linear-gradient(135deg, #25a7df 3.69%, #396db5 96.88%);
}
.btn-sec img {
  filter: var(--filter-white);
}
.btn-border {
  border: 0.1rem solid #ff912e;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .btn-border:hover, .btn-border:focus-visible {
    border-color: #ff912e;
  }
}
.btn-bg {
  background: transparent;
  background: linear-gradient(136deg, #ffc76c 3.69%, #ff8110 96.89%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.btn-robo {
  gap: 0.8rem;
  font-size: 1.4rem;
  flex-direction: row-reverse;
  padding: 0.4rem 1.6rem 0.4rem 0.4rem;
}
.btn-robo img {
  width: 3.2rem;
  height: 3.2rem;
}
.btn-icon {
  z-index: 3;
  overflow: hidden;
  font-weight: 600;
  font-size: 1.4rem;
  user-select: none;
  position: relative;
  color: white;
  background: linear-gradient(136deg, #ffc76c 3.69%, #ff8110 96.89%);
  border-radius: 4rem;
  transition: 0.4s ease-in-out;
  display: flex;
  align-items: center;
  padding: 0.4rem 1.6rem 0.4rem 0.4rem;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .btn-icon:hover, .btn-icon:focus-visible {
    padding: 0.4rem 0.4rem 0.4rem 1.6rem;
  }
  .btn-icon:hover::after, .btn-icon:focus-visible::after {
    opacity: 1;
  }
  .btn-icon:hover .icon, .btn-icon:focus-visible .icon {
    left: calc(100% - 5.2rem);
  }
  .btn-icon:hover .icon-mask, .btn-icon:focus-visible .icon-mask {
    opacity: 1;
  }
  .btn-icon:hover .icon-mask img, .btn-icon:focus-visible .icon-mask img {
    opacity: 0;
  }
  .btn-icon:hover .text, .btn-icon:focus-visible .text {
    padding: 0 6rem 0 0;
  }
  .btn-icon:hover .text-1, .btn-icon:focus-visible .text-1 {
    display: none;
  }
  .btn-icon:hover .text-2, .btn-icon:focus-visible .text-2 {
    display: block;
  }
}
@media screen and (min-width: 1201px) {
  .btn-icon {
    width: 24rem;
    height: 5.6rem;
  }
  .btn-icon::after {
    content: "";
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 0.4s ease-in-out;
    background: linear-gradient(135deg, #25a7df 3.69%, #396db5 96.88%);
  }
}
@media screen and (max-width: 1200px) {
  .btn-icon {
    gap: 0.8rem;
    width: fit-content;
  }
}
.btn-icon .icon {
  flex-shrink: 0;
  user-select: none;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: white;
}
@media screen and (min-width: 1201px) {
  .btn-icon .icon {
    top: 50%;
    left: 0.4rem;
    position: absolute;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1200px) {
  .btn-icon .icon {
    width: 4rem;
    height: 4rem;
  }
}
.btn-icon .icon-mask {
  flex-shrink: 0;
  transition: 0.4s ease-in-out;
  width: 2.4rem;
  height: 2.4rem;
  background: linear-gradient(135deg, #25a7df 3.69%, #396db5 96.88%);
  -webkit-mask-image: url("../images/icons/icon-arrow1.svg");
  mask-image: url("../images/icons/icon-arrow1.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.btn-icon .icon img {
  transition: 0.4s ease-in-out;
  object-fit: contain;
  width: 2.4rem;
  height: 2.4rem;
}
.btn-icon .text {
  position: relative;
  transition: 0.4s ease-in-out;
  line-height: inherit;
}
@media screen and (min-width: 1201px) {
  .btn-icon .text {
    padding: 0 0 0 6rem;
  }
}
.btn-icon .text > * {
  animation: opacityAni 0.6s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .btn-icon .text > * {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 1;
    -webkit-line-clamp: 1;
  }
}
.btn-icon .text-2 {
  display: none;
}

form .form-wrap {
  display: flex;
  row-gap: 4rem;
  flex-direction: column;
}
@media screen and (max-width: 576px) {
  form .form-wrap {
    row-gap: 1.6rem;
  }
}
form .form-group {
  gap: 3.2rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  form .form-group {
    gap: 1.6rem;
  }
}
form .form-box {
  width: calc(50% - 1.6rem);
}
@media screen and (max-width: 767px) {
  form .form-box {
    width: calc(50% - 0.8rem);
  }
}
@media screen and (max-width: 576px) {
  form .form-box {
    width: 100%;
  }
}
form .form-label {
  width: 100%;
  display: flex;
  row-gap: 0.8rem;
  flex-direction: column;
}
form .form-text {
  line-height: 140%;
  color: #131313;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 576px) {
  form .form-text {
    font-size: 1.4rem;
  }
}
form .form-text sup {
  color: #c33025;
}
form .form-select {
  position: relative;
}
form .form-select::before {
  content: "";
  top: 50%;
  right: 1.2rem;
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  pointer-events: none;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("../../assets/images/icons/icon-chevron.svg");
}
form .form-action {
  gap: 1.6rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
form .form-action .btn-back {
  gap: 0.8rem;
  font-weight: 600;
  line-height: 125%;
  font-size: 1.6rem;
  color: #999;
  display: flex;
  align-items: center;
  font-family: var(--font-pri);
}
@media screen and (max-width: 576px) {
  form .form-action .btn-back {
    font-size: 1.4rem;
  }
}
form .form-action .btn-back::before {
  background: #999;
}
form .form-action .btn-back img {
  width: 1.6rem;
  height: 1.6rem;
  transform: rotate(-180deg);
  filter: var(--filter-gray);
}
form .form-calendar {
  position: relative;
}
form .form-calendar input[type=date] {
  padding-right: 1.2rem;
}
form .form-calendar input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}
form .form-calendar::before {
  top: 50%;
  right: 1.2rem;
  position: absolute;
  content: "";
  z-index: -1;
  width: 2.2rem;
  height: 2.2rem;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("../../assets/images/icons/icon-calendar.svg");
}
form .form-upfile .upfile-upload {
  gap: 1.6rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
form .form-upfile .upfile-text > * {
  line-height: 140%;
  font-size: 1.4rem;
}
form .form-upfile .upfile-label {
  gap: 1rem;
  cursor: pointer;
  font-weight: 600;
  border-radius: 4rem;
  display: flex;
  align-items: center;
  padding: 1.2rem 2.4rem;
  background: linear-gradient(135deg, #25a7df 3.69%, #396db5 96.88%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  border: 0.1rem solid #25a7df;
}
@media screen and (max-width: 576px) {
  form .form-upfile .upfile-label {
    font-size: 1.4rem;
    padding: 0.8rem 1.6rem;
  }
}
form .form-upfile .upfile-label img {
  user-select: none;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
form .form-upfile .upfile .file-name {
  font-style: italic;
  color: #999;
}
form .form-checkbox_label {
  gap: 0.8rem;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
form .form-checkbox_label:has(input:checked)::before {
  background-color: #ff912e;
  box-shadow: inset 0 0 0 0.3rem #e5ecf6;
}
form .form-checkbox_label::before {
  content: "";
  z-index: 1;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  transition: 0.4s ease-in-out;
  display: inline-block;
  border: 0.2rem solid #ff912e;
  border-radius: var(--radius-circle);
}
@media screen and (max-width: 576px) {
  form .form-checkbox_label::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}
form .form-checkbox_label input {
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
  position: absolute;
}
form .form-checkbox_label span {
  display: block;
  line-height: 140%;
  font-size: 1.4rem;
}
@media screen and (max-width: 576px) {
  form .form-checkbox_label span {
    font-size: 1.2rem;
  }
}
form .option {
  gap: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  user-select: none;
}
@media screen and (max-width: 767px) {
  form .option {
    gap: 0.8rem;
  }
}
form .option-label {
  display: block;
  padding: 1.2rem;
  cursor: pointer;
  position: relative;
  border-radius: var(--radius-max);
  border: 0.1rem solid #999;
}
@media screen and (max-width: 767px) {
  form .option-label {
    padding: 0.8rem;
  }
}
form .option-label:has(input[type=checkbox]:checked) {
  border-color: #25a7df;
}
form .option-label input {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}
form .option-label input[type=checkbox]:checked + .option-radio {
  color: #25a7df;
}
form .option-label input[type=checkbox]:checked + .option-radio:before {
  border-color: #25a7df;
  background-color: #25a7df;
  box-shadow: inset 0 0 0 0.4rem white;
}
form .option-radio {
  gap: 1rem;
  line-height: 150%;
  font-size: 1.4rem;
  position: relative;
  transition: 0.4s ease-in-out;
  color: #999;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  form .option-radio {
    font-size: 1.2rem;
  }
}
form .option-radio::before {
  content: "";
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  transition: 0.4s ease-in-out;
  display: inline-block;
  border: 0.2rem solid #999;
  border-radius: var(--radius-circle);
}
@media screen and (max-width: 767px) {
  form .option-radio::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}
form input {
  height: 4.8rem;
}
form textarea {
  resize: none;
  height: 12rem;
}
form select {
  padding: 1.2rem 4.8rem 1.2rem 2.4rem;
}
form input,
form textarea {
  padding: 1.2rem 2.4rem;
}
form input:hover, form input:focus, form input:not(:placeholder-shown),
form textarea:hover,
form textarea:focus,
form textarea:not(:placeholder-shown) {
  color: #131313;
  border-color: #131313;
}
form input::placeholder,
form textarea::placeholder {
  font-size: 1.4rem;
  font-style: italic;
  color: #999;
}
form input,
form select,
form textarea {
  border: 0;
  outline: 0;
  width: 100%;
  font-weight: 400;
  font-size: 1.6rem;
  color: #131313;
  transition: 0.4s ease-in-out;
  font-family: var(--font-pri);
  background-color: transparent;
  border-bottom: 0.1rem solid #d9d9d9;
}

.g-recaptcha-wrap {
  padding: 0 !important;
}

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

.wpcf7-not-valid-tip {
  right: 0;
  z-index: 4;
  bottom: -2.2rem;
  padding: 0.4rem;
  width: fit-content;
  position: absolute;
  border-radius: 0.5rem;
  background-color: red;
  color: white !important;
  font-size: 1.2rem !important;
}
.wpcf7-not-valid-tip::before {
  content: "";
  width: 0;
  height: 0;
  bottom: 100%;
  right: 1.6rem;
  position: absolute;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #ec1f26;
}

.wpcf7-response-output {
  text-align: center;
  margin: 2rem 0 0 0 !important;
}
@media screen and (max-width: 1200px) {
  .wpcf7-response-output {
    font-size: 1.4rem !important;
    margin: 1.2rem 0 0 0 !important;
  }
}

.select2-results {
  overflow: hidden;
  background-color: white;
  border-radius: 0 !important;
  border: 0.1rem solid white;
  box-shadow: var(--box-shadow-1);
}

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

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #25a7df;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #131313;
  -webkit-box-shadow: 0 0 0 100rem transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

.popup-project {
  display: none;
  padding: 10rem;
  max-width: 141.6rem;
  border-radius: 6.4rem;
  background-color: #e5ecf6;
}
@media screen and (max-width: 1200px) {
  .popup-project {
    height: 100%;
    overflow: hidden auto;
  }
}
@media screen and (max-width: 991px) {
  .popup-project {
    padding: 5rem;
    border-radius: 4rem;
  }
}
@media screen and (max-width: 576px) {
  .popup-project {
    padding: 5rem 2rem;
    border-radius: var(--radius-xl);
  }
}
.popup-project a.close-modal {
  top: 4rem;
  right: 4rem;
  width: 4rem;
  height: 4rem;
  background: linear-gradient(135deg, rgba(37, 167, 223, 0.05) 3.69%, rgba(57, 109, 181, 0.05) 96.88%);
  border-radius: var(--radius-circle);
}
@media screen and (max-width: 991px) {
  .popup-project a.close-modal {
    top: 2rem;
    right: 2rem;
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media screen and (max-width: 576px) {
  .popup-project a.close-modal {
    top: 1rem;
    right: 1rem;
  }
}
.popup-project a.close-modal::before {
  content: "";
  z-index: 1;
  width: 2rem;
  height: 2rem;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("../../assets/images/common/icon-close.svg");
}
@media screen and (max-width: 991px) {
  .popup-project a.close-modal::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .popup-project-col {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .popup-project-col:last-child {
    display: none;
  }
}
.popup-project-bg .img {
  padding-top: 100%;
  mix-blend-mode: darken;
}
.popup-project-tab .tab {
  gap: 8rem;
  user-select: none;
  display: flex;
  align-items: center;
  pointer-events: none;
}
@media screen and (max-width: 576px) {
  .popup-project-tab .tab {
    overflow: auto hidden;
    padding-bottom: 0.8rem;
  }
}
.popup-project-tab .tab-item {
  position: relative;
}
.popup-project-tab .tab-item:has(~ .tab-item.active):not(:last-child)::before {
  opacity: 0;
}
.popup-project-tab .tab-item:has(~ .tab-item.active):not(:last-child)::after {
  width: 8rem;
}
.popup-project-tab .tab-item:has(~ .tab-item.active) .number {
  color: white;
  border-color: #25a7df;
}
.popup-project-tab .tab-item:has(~ .tab-item.active) .number::before {
  opacity: 1;
}
.popup-project-tab .tab-item:not(:last-child)::before, .popup-project-tab .tab-item:not(:last-child)::after {
  content: "";
  top: 50%;
  height: 0.2rem;
  position: absolute;
  transition: 0.4s ease-in-out;
  transform: translateY(-50%);
}
.popup-project-tab .tab-item:not(:last-child)::before {
  left: 100%;
  width: 8rem;
  height: 0.2rem;
  border-top: 0.2rem dashed #999;
}
.popup-project-tab .tab-item:not(:last-child):after {
  width: 0;
  left: 100%;
  background: linear-gradient(135deg, #25a7df 3.69%, #396db5 96.88%);
}
.popup-project-tab .tab-item.active:not(:last-child)::before {
  opacity: 0;
}
.popup-project-tab .tab-item.active:not(:last-child)::after {
  width: 8rem;
}
.popup-project-tab .tab-item.active .number {
  color: white;
  border-color: #25a7df;
}
.popup-project-tab .tab-item.active .number::before {
  opacity: 1;
}
.popup-project-tab .tab .number {
  z-index: 5;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 150%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #999;
  width: 3.6rem;
  height: 3.6rem;
  border: 0.1rem solid #999;
  border-radius: var(--radius-circle);
}
.popup-project-tab .tab .number::before {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: -1;
  transition: 0.4s ease-in-out;
  background: linear-gradient(135deg, #25a7df 3.69%, #396db5 96.88%);
}
.popup-project-info_title .title-32 {
  line-height: 125%;
}
@media screen and (max-width: 576px) {
  .popup-project-info_title .title-32 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1201px) {
  .popup-project-time .title-32 {
    letter-spacing: -0.08rem;
  }
}
/*# sourceMappingURL=common.css.map */
