@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500&family=Noto+Sans+TC:wght@100..900&family=Poppins:wght@400;500&display=swap");
/* SMOOTH SCROLL */
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* SPLIDE */
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

:root {
  --theme-text: #323336;
  --scroll-width: 17px;
  --side-padding: 0;
  --wrap-width: 1400px;
  --head-height: 70px;
}

body {
  font-family: "Poppins", "Noto Sans TC", "Roboto", -apple-system, BlinkMacSystemFont, PingFang TC, Microsoft JhengHei, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: var(--theme-text);
  position: fixed;
  width: 100%;
}
body.body-init {
  position: relative;
  padding-right: 0;
}
body.in-fixed {
  position: fixed;
  padding-right: var(--scroll-width);
  width: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  scrollbar-width: thin;
  scrollbar-color: #4e4e4e #303030;
  overflow-x: hidden;
}

*, ::after, ::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:focus {
  outline: 0;
}

h1 {
  font-size: 4em;
}

h2 {
  font-weight: 500;
  font-size: 56px;
}

h3 {
  font-weight: 500;
  font-size: 48px;
}

h4 {
  font-weight: 500;
  font-size: 24px;
}

h5 {
  font-weight: 500;
  font-size: 18px;
}

p {
  line-height: 1.6em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #004E97;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

b,
strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

ul {
  list-style-position: inside;
  list-style: none;
}

.wrap {
  max-width: var(--wrap-width);
  margin: auto;
}

::selection {
  color: #efffff;
  background: rgb(0, 140, 214);
}

.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Attr */
.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.side-padding {
  --side-padding: 15px;
  padding-left: var(--side-padding);
  padding-right: var(--side-padding);
}
.side-padding.padding-sm {
  --side-padding: 5px;
}
.side-padding.padding-l {
  --side-padding: 20px;
}

.top-0 {
  top: 0;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.p-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.d-grid, .is-layout-grid {
  display: grid;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.col-span-1 {
  grid-column: span 1/span 1;
}

.col-span-2 {
  grid-column: span 2/span 2;
}

.col-span-3 {
  grid-column: span 3/span 3;
}

.col-span-4 {
  grid-column: span 4/span 4;
}

.col-span-5 {
  grid-column: span 5/span 5;
}

.col-span-6 {
  grid-column: span 6/span 6;
}

.col-span-7 {
  grid-column: span 7/span 7;
}

.col-span-8 {
  grid-column: span 8/span 8;
}

.col-span-9 {
  grid-column: span 9/span 9;
}

.col-span-10 {
  grid-column: span 10/span 10;
}

.col-span-11 {
  grid-column: span 11/span 11;
}

.col-span-12 {
  grid-column: span 12/span 12;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.items-start {
  align-items: start;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.gap-0 {
  gap: 0 !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-30 {
  gap: 30px !important;
}

.gap-40 {
  gap: 40px !important;
}

.gap-50 {
  gap: 50px !important;
}

.gap-60 {
  gap: 60px !important;
}

.gap-70 {
  gap: 70px !important;
}

.gap-80 {
  gap: 80px !important;
}

.gap-90 {
  gap: 90px !important;
}

.gap-100 {
  gap: 100px !important;
}

.radius-10 {
  border-radius: 10px !important;
  overflow: hidden;
}

.radius-20 {
  border-radius: 20px !important;
  overflow: hidden;
}

.radius-30 {
  border-radius: 30px !important;
  overflow: hidden;
}

.radius-40 {
  border-radius: 40px !important;
  overflow: hidden;
}

.radius-50 {
  border-radius: 50px !important;
  overflow: hidden;
}

/* elements */
.head-banner {
  position: relative;
}
.head-banner .banner-wrap {
  margin: auto;
}
.head-banner #aurora-container {
  height: 920px;
  z-index: -1;
}
.head-banner.simple {
  height: 600px;
}
.head-banner.simple img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.head-banner.simple img.for-mobile {
  display: none;
}
.head-banner.simple h1, .head-banner.simple h2 {
  transform: translateX(-36px);
  opacity: 0;
}
.head-banner.simple h1 {
  font-weight: 500;
  font-size: 80px;
  line-height: 120%;
  letter-spacing: 0;
  -webkit-transition: transform 0.55s ease 0.5s, opacity 0.55s ease 0.5s;
  transition: transform 0.55s ease 0.5s, opacity 0.55s ease 0.5s;
}
.head-banner.simple h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0.04em;
  -webkit-transition: transform 0.55s ease 0.7s, opacity 0.55s ease 0.7s;
  transition: transform 0.55s ease 0.7s, opacity 0.55s ease 0.7s;
}
.head-banner.simple .banner-wrap {
  max-width: 1800px;
  width: calc(100vw - 120px);
  position: absolute;
  left: 50%;
  top: 90px;
  transform: translateX(-50%);
}
.head-banner.simple .background {
  --background-color: rgba(0, 140, 214, 0);
  --background-color-t: rgba(0, 140, 214, 0.8);
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: height 0.15s ease, opacity 0.55s ease 0.35s;
  transition: height 0.15s ease, opacity 0.55s ease 0.35s;
}
.head-banner.simple .background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, var(--background-color) 0%, var(--background-color-t) 100%);
}
.head-banner.simple .banner-text {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 50px;
  text-transform: uppercase;
}
.head-banner.active .background {
  opacity: 1;
}
.head-banner.active h1, .head-banner.active h2 {
  opacity: 1;
  transform: translateX(0);
}

.float-wrap {
  max-width: 100vw;
}
.float-wrap .float-text {
  color: #F7F8FA;
  font-weight: 500;
  font-size: 250px;
  line-height: 100%;
  text-transform: uppercase;
  z-index: -1;
  white-space: nowrap;
}
.float-wrap .float-text .floatChar {
  display: inline-block;
}

.section-title h2 {
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  font-size: 56px;
  line-height: 120%;
  color: #164877;
  margin: 0 auto 20px;
  font-family: "IBM Plex Sans JP", "Noto Sans TC", sans-serif;
}
.section-title p {
  min-height: 1em;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.04em;
  max-width: 1000px;
  margin: auto;
}

.btn-capsule {
  font-family: "IBM Plex Sans JP", "Noto Sans TC", sans-serif;
  text-align: center;
}
.btn-capsule .btn-link {
  position: relative;
  font-size: 18px;
  line-height: 1.4;
  padding: 10px 20px;
  border: 1px solid #004E97;
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  gap: 20px;
  overflow: hidden;
  -webkit-transition: all 0.45s cubic-bezier(0.35, 0, 0.62, 1);
  transition: all 0.45s cubic-bezier(0.35, 0, 0.62, 1);
}
.btn-capsule .btn-link::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 99px;
  background-color: #004E97;
  z-index: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.35s cubic-bezier(0.55, 0.086, 0.68, 0.52);
  transition: all 0.35s cubic-bezier(0.55, 0.086, 0.68, 0.52);
}
@media (hover: hover) {
  .btn-capsule .btn-link:hover {
    color: #fff;
  }
  .btn-capsule .btn-link:hover::after, .btn-capsule .btn-link:hover a::after {
    transform: scale(15);
  }
  .btn-capsule .btn-link:hover .icon {
    background-color: #fff;
  }
  .btn-capsule .btn-link:hover .icon::after {
    width: 4px;
    height: 4px;
  }
  .btn-capsule .btn-link:hover svg {
    opacity: 0;
    margin-left: 20px;
  }
}
.btn-capsule span {
  position: relative;
  z-index: 2;
}
.btn-capsule .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 99px;
  line-height: 18px;
  -webkit-transition: all 0.4s cubic-bezier(0.35, 0, 0.62, 1);
  transition: all 0.4s cubic-bezier(0.35, 0, 0.62, 1);
}
.btn-capsule .icon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-radius: 99px;
  background-color: #004E97;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s cubic-bezier(0.35, 0, 0.62, 1);
  transition: all 0.35s cubic-bezier(0.35, 0, 0.62, 1);
}
.btn-capsule .icon svg {
  -webkit-transition: all 0.35s cubic-bezier(0.35, 0, 0.62, 1);
  transition: all 0.35s cubic-bezier(0.35, 0, 0.62, 1);
}

.social-links {
  flex-direction: row;
  justify-content: center;
}
.social-links svg path {
  -webkit-transition: fill 0.55s ease;
  transition: fill 0.55s ease;
}
@media (hover: hover) {
  .social-links a:hover svg path {
    fill: #004E97;
  }
}

section.contact .section-wrap {
  max-width: 990px;
  margin: 70px auto 100px;
  padding: 0;
}
section.contact .contact-box {
  background-color: #F7F8FA;
  gap: 50px;
  padding: 50px;
  border-radius: 20px;
}
section.contact .contact-box div.wpforms-container-full:not(:empty) {
  margin: auto;
}
section.contact .contact-box > .contact-form {
  width: 600px;
  --wpforms-button-background-color-alt: transparent;
  --wpforms-button-text-color:#004E97;
}
section.contact .contact-box > .contact-form .wpforms-required-label {
  display: none;
}
section.contact .contact-box > .contact-form .wpforms-container .wpforms-form {
  --wpforms-field-border-size: 0;
  --wpforms-field-size-input-height: 48px;
  --wpforms-field-text-color: #164877;
  --wpforms-button-background-color: transparent;
}
section.contact .contact-box > .contact-form .wpforms-container .wpforms-form textarea {
  min-height: 190px;
  max-height: 190px;
}
section.contact .contact-box > .contact-form .wpforms-container .wpforms-field-layout-rows .wpforms-layout-row {
  margin-bottom: 10px;
}
section.contact .contact-box > .contact-form .wpforms-container .wpforms-field {
  padding: 0;
}
section.contact .contact-box > .contact-form div.wpforms-container-full .wpforms-form label.wpforms-error,
section.contact .contact-box > .contact-form div.wpforms-container-full .wpforms-form em.wpforms-error {
  margin: 0;
}
section.contact .contact-box > .contact-form input, section.contact .contact-box > .contact-form textarea, section.contact .contact-box > .contact-form select {
  border: 0;
  outline: unset;
  box-shadow: unset !important;
}
section.contact .contact-box > .contact-form button {
  margin: auto;
  font-size: 18px;
  height: 45px;
  line-height: 1.4;
  padding: 10px 34px 10px 20px;
  border: 1px solid #004E97;
  border-radius: 99px;
  overflow: hidden;
  -webkit-transition: all 0.45s cubic-bezier(0.35, 0, 0.62, 1);
  transition: all 0.45s cubic-bezier(0.35, 0, 0.62, 1);
}
section.contact .contact-box > .contact-form button span {
  position: relative;
  z-index: 9;
  font-weight: 400;
}
section.contact .contact-box > .contact-form button .icon {
  width: 21px;
  height: 21px;
  right: -14px;
  top: -3px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
section.contact .contact-box > .contact-form button::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 99px;
  background-color: #004E97;
  z-index: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.35s cubic-bezier(0.55, 0.086, 0.68, 0.52);
  transition: all 0.35s cubic-bezier(0.55, 0.086, 0.68, 0.52);
}
@media (hover: hover) {
  section.contact .contact-box > .contact-form button:hover {
    --wpforms-button-background-color: transparent;
    --wpforms-button-background-color-alt: transparent;
    --wpforms-button-text-color: #fff;
    background: transparent;
  }
  section.contact .contact-box > .contact-form button:hover::after {
    transform: scale(15);
  }
  section.contact .contact-box > .contact-form button:hover .icon {
    background-color: #fff;
  }
  section.contact .contact-box > .contact-form button:hover .icon::after {
    width: 4px;
    height: 4px;
  }
  section.contact .contact-box > .contact-form button:hover svg {
    opacity: 0;
    margin-left: 20px;
  }
}
section.contact .contact-box > .contact-form label {
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
  color: #164877;
}
section.contact .contact-box > .contact-form .wpforms-field-container {
  margin-bottom: 50px;
}
section.contact .contact-box > .contact-form .wpforms-submit-container {
  text-align: center;
  margin: 0;
}
section.contact .contact-box .contact-info {
  color: #164877;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
  gap: 50px;
}
section.contact .contact-box .contact-info h5 {
  font-family: "IBM Plex Sans JP", "Noto Sans TC", sans-serif;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.04em;
  margin: 0 0 10px;
}
section.contact .contact-box .contact-info a {
  color: #164877;
}
section.contact .contact-box .contact-info .info {
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.04em;
}

.cmz-pagination button {
  background: none;
  border: none;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cmz-pagination button.is-hidden {
  pointer-events: none;
}
.cmz-pagination button.is-hidden svg rect {
  fill: #B7CCDB;
}
.cmz-pagination ul {
  min-width: calc(var(--item-count) * 34px + 74px);
  padding: 0;
  display: flex;
  align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cmz-pagination ul li {
  position: relative;
  min-width: 34px;
}
.cmz-pagination ul li button {
  padding: 0 8px;
}
.cmz-pagination ul li:not(li:last-child):after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #323336;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cmz-pagination ul button {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0;
  height: auto;
  width: auto;
  border-radius: 0;
  margin: 0;
  color: #ABCD03;
}
.cmz-pagination ul button.is-active {
  pointer-events: none;
  transform: scale(1);
  color: #323336;
  background: transparent;
}
.cmz-pagination ul .ellipsis {
  position: relative;
  padding: 0 10px;
  user-select: none;
  pointer-events: none;
}

.pagination {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
  gap: 20px;
}
.pagination .page-numbers {
  position: relative;
}
.pagination .page-numbers.dots {
  padding: 0 5px;
}
.pagination .page-numbers:not(.prev) + .page-numbers:not(.next)::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1em;
  background-color: #323336;
  pointer-events: none;
}
.pagination .page-numbers rect {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.pagination .page-numbers.is-hidden {
  pointer-events: none;
}
.pagination .page-numbers.is-hidden svg rect {
  fill: #B7CCDB;
}
@media (hover: hover) {
  .pagination .page-numbers.next:hover rect, .pagination .page-numbers.prev:hover rect {
    fill: #ABCD03;
  }
}
.pagination span.number {
  padding: 10px;
}

.parallax-bg {
  z-index: -1;
}

.reveal-ani {
  opacity: 0;
  -webkit-transition: opacity 0.42s ease;
  transition: opacity 0.42s ease;
}
.reveal-ani .reveal-item {
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.08, 0.15, 0.08, 0.73), opacity 0.35s ease;
  transition: transform 0.6s cubic-bezier(0.08, 0.15, 0.08, 0.73), opacity 0.35s ease;
}
.reveal-ani.revealed {
  opacity: 1;
}
.reveal-ani.revealed .reveal-item {
  opacity: 1;
}

.slide-in-ani {
  -webkit-transition: transform 0.6s cubic-bezier(0.08, 0.15, 0.08, 0.73), opacity 0.5s ease;
  transition: transform 0.6s cubic-bezier(0.08, 0.15, 0.08, 0.73), opacity 0.5s ease;
  opacity: 0;
}
.slide-in-ani.revealed {
  opacity: 1;
}
.slide-in-ani.fade-down {
  transform: translateY(-20px);
}
.slide-in-ani.fade-down.revealed {
  transform: translateY(0);
}
.slide-in-ani.fade-up {
  transform: translateY(36px);
  transition-delay: 0.15s;
}
.slide-in-ani.fade-up.revealed {
  transform: translateY(0);
}
.slide-in-ani.fade-right {
  transform: translateX(36px);
}
.slide-in-ani.fade-right.revealed {
  transform: translateX(0);
}
.slide-in-ani.fade-left {
  transform: translateX(-36px);
}
.slide-in-ani.fade-left.revealed {
  transform: translateX(0);
}

.ani-delay-15 {
  transition-delay: 0.15s !important;
}

.ani-delay-25 {
  transition-delay: 0.25s !important;
}

.ani-delay-3 {
  transition-delay: 0.3s !important;
}

.ani-delay-35 {
  transition-delay: 0.35s !important;
}

.ani-delay-45 {
  transition-delay: 0.45s !important;
}

.ani-delay-5 {
  transition-delay: 0.5s !important;
}

.ani-delay-55 {
  transition-delay: 0.55s !important;
}

.ani-delay-65 {
  transition-delay: 0.65s !important;
}

.ani-delay-75 {
  transition-delay: 0.75s !important;
}

.ani-delay-85 {
  transition-delay: 0.85s !important;
}

#wpadminbar {
  opacity: 0.5;
}

body.admin-bar header {
  top: 32px;
}

.not-found-notice {
  text-align: center;
  height: 40vh;
  color: #004E97;
}

/* HEADER */
header {
  position: fixed;
  z-index: 9999;
  padding: 0 var(--side-padding);
}
header:before, header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
header:before {
  background-color: #fff;
  opacity: 0;
}
header:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.65) 10%, rgba(32, 86, 0, 0.3) 50%, rgba(32, 86, 0, 0.3) 100%);
  backdrop-filter: blur(20px);
}
header.fixed .mobile-nav:after, header.fixed .mobile-nav i:after, header.fixed .mobile-nav i:before {
  background-color: #004E97;
}
header.fixed:before {
  opacity: 1;
}
header.fixed:after {
  opacity: 0;
}
header.fixed #primary-menu a {
  color: #004E97;
}
@media (hover: hover) {
  header.fixed #primary-menu li:hover a {
    color: #fff;
  }
}
header.fixed .social-links svg path {
  fill: #004E97;
}
@media (hover: hover) {
  header.fixed .social-links a:hover svg path {
    fill: #ABCD03 !important;
  }
}
header .header-inner {
  height: var(--head-height);
  justify-content: space-between;
  max-width: var(--wrap-width);
  margin: auto;
}
header .brand img {
  max-height: 40px;
  height: 100%;
}

/* MENU */
.mobile-nav {
  display: none;
  position: relative;
  width: 25px;
  height: 15px;
  cursor: pointer;
}
.mobile-nav:after, .mobile-nav i:after, .mobile-nav i:before {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  transform-origin: center;
}
.mobile-nav:after {
  top: 50%;
  transform: translateY(-50%);
}
.mobile-nav i:after {
  top: 0;
}
.mobile-nav i:before {
  bottom: 0;
}
.mobile-nav.active:after {
  opacity: 0;
  transform: rotate(15deg) translateY(-5px);
}
.mobile-nav.active i:before {
  transform: rotate(-45deg) translate(5px, -5px);
}
.mobile-nav.active i:after {
  transform: rotate(45deg) translate(5px, 5px);
}

#mobile-menu {
  height: 100%;
  width: 100vw;
  background-color: #fff;
  padding: var(--head-height) 0 0;
  overflow-y: auto;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  z-index: 999;
}
#mobile-menu.show-mobile-menu {
  display: flex;
}
#mobile-menu .social-links {
  gap: 10px;
  justify-content: flex-start;
  padding: 15px;
}
#mobile-menu .social-links svg path {
  fill: #004E97;
}
#mobile-menu #mobile-menu-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
#mobile-menu #mobile-menu-nav > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 24px;
  -webkit-transition: height 0.3s ease, background-color 0.3s ease;
  transition: height 0.3s ease, background-color 0.3s ease;
}
#mobile-menu #mobile-menu-nav > li a {
  display: block;
  width: 100%;
  padding: 24px 0;
  line-height: 1.5;
  color: #004E97;
  border-bottom: 1px solid #ABCD03;
}
#mobile-menu .menu-item-has-children {
  --sub-menu-height: 130px;
}
#mobile-menu .menu-item-has-children .sub-menu {
  overflow: hidden;
  height: 0;
  width: calc(100% + 48px);
  margin-left: -24px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
#mobile-menu .menu-item-has-children .sub-menu li {
  padding: 0 24px;
}
#mobile-menu .menu-item-has-children .sub-menu a {
  color: #fff !important;
}
#mobile-menu .menu-item-has-children .sub-menu li:not(:last-child) a {
  border-bottom: 1px solid #004E97 !important;
}
#mobile-menu .menu-item-has-children .sub-menu li:last-child a {
  border-bottom: none !important;
}
#mobile-menu .menu-item-has-children .btn-show-sub {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  width: 70px;
  height: 70px;
}
#mobile-menu .menu-item-has-children .btn-show-sub:after {
  content: "";
  position: absolute;
  top: calc(50% + 6px);
  right: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: center;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px;
  border-color: #004E97 transparent transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mobile-menu .menu-item-has-children.active-sub {
  background-color: #004E97;
}
#mobile-menu .menu-item-has-children.active-sub .btn-show-sub:after {
  border-color: transparent transparent #fff !important;
}
#mobile-menu .menu-item-has-children.active-sub > a {
  color: #fff !important;
  border-color: #004E97 !important;
}
#mobile-menu .menu-item-has-children.active-sub .btn-show-sub:after {
  top: calc(50% - 2px);
  transform: translate(-50%, -50%) rotate(0deg);
}
#mobile-menu .menu-item-has-children.active-sub .sub-menu {
  height: var(--sub-menu-height);
  background-color: #8FB1CC;
}

#primary-menu {
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0;
}
#primary-menu a {
  color: #fff;
}
#primary-menu .current-menu-parent > a {
  opacity: 0.65;
}
#primary-menu .current-menu-parent .current-menu-item a {
  opacity: 0.65;
}
#primary-menu > li {
  position: relative;
  display: flex;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#primary-menu > li a {
  line-height: 1.4;
  padding: 24px 20px;
}
#primary-menu .sub-menu {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  height: 0;
  min-width: 100%;
  background-color: #8FB1CC;
  backdrop-filter: blur(10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#primary-menu .sub-menu li {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#primary-menu .sub-menu li.menu-item-has-children {
  position: relative;
}
#primary-menu .sub-menu .sub-menu {
  width: 100%;
  position: absolute;
  left: calc(100% + 5px);
  top: -4px;
  transform: unset;
}
#primary-menu .sub-menu li a {
  padding: 24px 10px;
  text-align: center;
  display: block;
  white-space: nowrap;
}
@media (hover: hover) {
  #primary-menu li:hover {
    background-color: #004E97;
  }
  #primary-menu li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    height: auto;
    z-index: 9;
  }
}

/* FOOTER */
footer {
  color: #fff;
  background-color: #164877;
  padding: 20px var(--side-padding) 30px;
}
footer a {
  color: #fff;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
@media (hover: hover) {
  footer .social-links a:hover svg path {
    fill: #ABCD03;
  }
}

/* Home */
.home section:not(.page-content) {
  min-height: 200px;
}
.home .section-wrap {
  max-width: var(--wrap-width);
  margin: auto;
}
.home section.kv {
  position: relative;
  height: 100vh;
  padding-top: var(--head-height);
  overflow: hidden;
}
.home section.kv #aurora-container {
  height: 90vh;
  top: 0;
  left: 0;
}
.home section.kv .spline-viewer-wrap {
  height: 100vh;
  width: 100vw;
  max-width: 2400px;
  top: 0;
  right: 0;
  z-index: 5;
}
.home section.kv .spline-viewer-wrap::after {
  content: "";
  width: 100%;
  height: 5%;
  background: linear-gradient(0deg, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 9;
  pointer-events: none;
}
.home section.kv .spline-viewer-wrap .spline-viewer {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.32s linear 0.8s;
  transition: opacity 0.32s linear 0.8s;
}
.home section.kv .spline-viewer-wrap .spline-viewer.ani-in {
  opacity: 1;
}
.home section.kv .kv-content {
  top: 0;
  left: 0;
  height: 100vh;
}
.home section.kv .kv-content h1, .home section.kv .kv-content h3 {
  line-height: 120%;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 0.42s ease 0.4s;
  transition: opacity 0.42s ease 0.4s;
}
.home section.kv .kv-content h1 {
  font-weight: 500;
  color: #004E97;
  font-size: 80px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.home section.kv .kv-content h1 span {
  display: inline-block;
  transform: translateX(-36px);
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.08, 0.15, 0.08, 0.73), opacity 0.35s linear;
  transition: transform 0.6s cubic-bezier(0.08, 0.15, 0.08, 0.73), opacity 0.35s linear;
}
.home section.kv .kv-content h1 span:nth-child(1) {
  transition-delay: 0.5s;
}
.home section.kv .kv-content h1 span:nth-child(2) {
  transition-delay: 0.6s;
}
.home section.kv .kv-content h1 span:nth-child(3) {
  transition-delay: 0.7s;
}
.home section.kv .kv-content h1 span:nth-child(4) {
  transition-delay: 0.8s;
}
.home section.kv .kv-content h1 span:nth-child(5) {
  transition-delay: 0.9s;
}
.home section.kv .kv-content h1 span:nth-child(6) {
  transition-delay: 1s;
}
.home section.kv .kv-content h1 span:nth-child(7) {
  transition-delay: 1.1s;
}
.home section.kv .kv-content h1 span:nth-child(8) {
  transition-delay: 1.2s;
}
.home section.kv .kv-content h1 span:nth-child(9) {
  transition-delay: 1.3s;
}
.home section.kv .kv-content h1 span:nth-child(10) {
  transition-delay: 1.4s;
}
.home section.kv .kv-content h3 {
  transition-delay: 1.32s;
  font-family: "IBM Plex Sans JP", "Noto Sans TC", sans-serif;
  color: #008CD6;
  font-size: 48px;
  letter-spacing: 0.02em;
}
.home.body-init section.kv .kv-content h1, .home.body-init section.kv .kv-content h3 {
  opacity: 1;
}
.home.body-init section.kv .kv-content h1 span, .home.body-init section.kv .kv-content h3 span {
  opacity: 1;
  transform: translateX(0);
}
.home section.partner {
  margin-bottom: 270px;
  padding-top: 50px;
}
.home section.partner .partner-list:before, .home section.partner .partner-list:after {
  content: "";
  width: 30%;
  max-width: 400px;
  height: 290px;
  background: linear-gradient(90deg, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  pointer-events: none;
}
.home section.partner .partner-list:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 10%, #ffffff 100%);
  left: unset;
  right: 0;
}
.home section.partner .images-marquee {
  margin-bottom: 50px;
}
.home section.partner .images-marquee:first-child {
  margin-top: 50px;
}
.home section.latest-news .section-wrap {
  flex-direction: row;
  gap: 100px;
  margin: 70px auto 200px;
}
.home section.latest-news .news-thumbnail {
  width: 650px;
  height: 650px;
  border-radius: 4px;
}
.home section.latest-news .news-thumbnail .splide {
  left: -75px;
  top: -75px;
  width: 800px;
  height: 800px;
  -webkit-transition: transform 0.25s cubic-bezier(0.44, 1.31, 0.65, 1.71);
  transition: transform 0.25s cubic-bezier(0.44, 1.31, 0.65, 1.71);
  will-change: transform;
  pointer-events: none;
}
.home section.latest-news .news-thumbnail .splide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home section.latest-news .post-nav {
  width: 600px;
  flex-direction: column;
  gap: 50px;
}
.home section.latest-news .entries-pagination {
  flex-direction: column;
  gap: 20px;
}
.home section.latest-news .entries-pagination .entry a {
  display: block;
  background-color: #F7F8FA;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: background-color 0.55s ease;
  transition: background-color 0.55s ease;
}
.home section.latest-news .entries-pagination .entry .post-meta {
  padding: 20px;
}
@media (hover: hover) {
  .home section.latest-news .entries-pagination .entry a:hover {
    background-color: #f1f1f4;
  }
}
.home section.latest-news .entries-pagination .post-thumbnail {
  display: none;
}
.home section.latest-news .entries-pagination .post-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home section.latest-news .entries-pagination h4 {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.04em;
  margin: 4px 0;
  color: #164877;
}
.home section.latest-news .entries-pagination .date {
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #323336;
}
.home section.latest-news .entries-pagination p {
  color: #323336;
  line-height: 160%;
  letter-spacing: 0.04em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.home section.solutions {
  min-height: 700px;
}
.home section.solutions .scroll-stack-scroller {
  height: auto;
  overflow: visible;
}
.home section.solutions .scroll-stack-inner {
  margin: 70px 0 300px;
}
.home section.solutions .scroll-stack-card {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  height: 20rem;
  margin-bottom: 60px;
  border-radius: 20px;
  transform-origin: center top;
  will-change: transform;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.home section.solutions .scroll-stack-end {
  height: 1px;
}
.home section.solutions .solution-card {
  height: 75vh;
  max-height: 800px;
  min-height: 600px;
  background-color: #164877;
  color: #fff;
  flex-direction: row;
}
.home section.solutions .solution-card h4 {
  font-size: 48px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0;
}
.home section.solutions .solution-card .card-heading {
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.home section.solutions .solution-card .card-heading span {
  font-family: "IBM Plex Sans JP", "Noto Sans TC", sans-serif;
}
.home section.solutions .solution-card .card-content {
  width: 50%;
  padding: 150px;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.04em;
}
.home section.solutions .solution-card .card-content ul li {
  padding-left: 1em;
  position: relative;
}
.home section.solutions .solution-card .card-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.home section.solutions .solution-card .card-content ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ABCD03;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.home section.solutions .solution-card .card-image {
  width: 50%;
  border-radius: 20px;
}
.home section.solutions .solution-card .card-image img.mobile-img {
  display: none;
}
@keyframes zoomSlow {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.home section.sustainable .sustainable-images {
  height: 100vh;
  min-height: 800px;
  max-height: 1000px;
  margin: 70px 0 200px;
}
.home section.sustainable .sustainable-images .image-slide {
  z-index: 1;
}
.home section.sustainable .sustainable-images .image-slide .single-image.show img {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.2);
}
.home section.sustainable .sustainable-images .image-slide img {
  object-fit: cover;
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 0.8s ease, transform 36s linear;
}
.home section.sustainable .sustainable-images .image-content {
  color: #fff;
  z-index: 2;
  flex-direction: row;
}
.home section.sustainable .sustainable-images .image-content .content-item {
  width: 33.33%;
  padding: 70px;
  flex-direction: column;
  justify-content: center;
}
.home section.sustainable .sustainable-images .image-content .content-item:not(:last-child) {
  border-right: 1px solid #fff;
}
.home section.sustainable .sustainable-images .image-content .content-item:last-child .green-cube {
  display: none;
}
.home section.sustainable .sustainable-images .image-content .content-item .green-cube {
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #ABCD03;
}
.home section.sustainable .sustainable-images .image-content .content-item h4 {
  font-size: 56px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 auto 50px;
  text-align: center;
}
.home section.sustainable .sustainable-images .image-content .content-item h5 {
  font-family: "IBM Plex Sans JP", "Noto Sans TC", sans-serif;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0.02em;
  margin: 0 auto 20px;
  text-align: center;
}
.home section.sustainable .sustainable-images .image-content .content-item p {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.04em;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.6s ease;
  transition: max-height 0.6s ease;
}
.home section.sustainable .sustainable-images .image-content .content-item img {
  opacity: 0;
  object-fit: cover;
  z-index: -1;
}
.home section.sustainable .sustainable-images .image-content .content-item:before, .home section.sustainable .sustainable-images .image-content .content-item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 1;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
.home section.sustainable .sustainable-images .image-content .content-item:before {
  background: linear-gradient(180deg, rgba(54, 80, 135, 0) 50%, #365087 100%);
}
.home section.sustainable .sustainable-images .image-content .content-item:after {
  background: linear-gradient(180deg, rgba(22, 72, 119, 0) 0, rgba(22, 72, 119, 0.5) 20%, rgba(22, 72, 119, 0.6) 100%);
  top: 130%;
  height: 130%;
  opacity: 0;
}
@media (hover: hover) {
  .home section.sustainable .sustainable-images .image-content .content-item:hover:before {
    opacity: 0;
  }
  .home section.sustainable .sustainable-images .image-content .content-item:hover:after {
    top: -30%;
    opacity: 1;
  }
  .home section.sustainable .sustainable-images .image-content .content-item:hover p {
    max-height: 150px;
  }
}

/* NEWS */
.entries.post-entries {
  width: 1385px;
  margin: 0 auto 130px;
  padding: 0 var(--side-padding);
  gap: 100px;
}
.entries.post-entries .post-item a {
  gap: 50px;
}
.entries.post-entries .post-item h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.entries.post-entries .post-item .meta {
  text-align: center;
  justify-content: center;
}
.entries.post-entries .post-item .year {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.02em;
}
.entries.post-entries .post-item .date {
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0;
}
.entries.post-entries .post-item .entry-thumbnail {
  width: 500px;
  height: 310px;
  border-radius: 4px;
  overflow: hidden;
}
.entries.post-entries .post-item .entry-content {
  width: 50%;
  justify-content: center;
  border-bottom: 2px solid #ABCD03;
}
.entries.post-entries .post-item .excerpt {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #323336;
  margin-bottom: 20px;
}
.entries.post-entries .post-item .btn-capsule {
  text-align: left;
}

.single {
  overflow: unset;
}
.single.single-solution article h2 {
  position: relative;
  padding-left: 20px;
  color: #004E97;
  font-size: 32px;
}
.single.single-solution article h2:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ABCD03;
  position: absolute;
  left: 0;
  top: 14px;
}
.single.single-solution article h3 {
  font-size: 24px;
}
.single article {
  max-width: 1550px;
  margin: 0 auto 100px;
  gap: 50px;
}
.single article .wp-block-columns {
  margin-bottom: 20px;
  gap: 20px;
}
.single article h1, .single article h2, .single article h3, .single article h4, .single article h5, .single article h6 {
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 120%;
  margin-bottom: 20px;
}
.single article h1 {
  font-size: 32px;
}
.single article h2 {
  font-size: 24px;
}
.single article h3 {
  font-size: 20px;
}
.single article h4 {
  font-size: 18px;
  line-height: 160%;
}
.single article h5 {
  font-size: 16px;
  line-height: 160%;
}
.single article h6 {
  font-size: 14px;
}
.single article p {
  line-height: 160%;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.single article table {
  width: auto;
  margin-bottom: 20px;
}
.single article table td, .single article table th {
  line-height: 1;
  padding: 16px 32px;
  border-color: #323336;
}
.single article table thead {
  border-bottom: 1px solid;
  font-weight: normal;
  background-color: #004E97;
  color: #fff;
}
.single article table thead th {
  font-weight: normal;
  border-color: #323336;
}
.single article table tfoot {
  border-top: 1px solid;
  background-color: #E6F8FF;
}
.single article a {
  color: #54C3F1;
}
@media (hover: hover) {
  .single article a:hover {
    color: #164877;
  }
}
.single article blockquote {
  position: relative;
  padding: 20px 30px;
  margin-bottom: 20px;
  background: linear-gradient(270deg, rgba(247, 248, 250, 0) 0%, rgba(247, 248, 250, 0.8) 90%);
  background-image: url("../../img/blockquote-back.jpg");
  background-repeat: repeat-y;
  background-size: cover;
}
.single article blockquote p {
  margin: 0;
}
.single article blockquote:before {
  content: "";
  border: 2px solid #008CD6;
  height: calc(100% - 40px);
  width: 0;
  position: absolute;
  left: 18px;
  top: 20px;
}
.single article .wp-block-embed {
  margin-bottom: 20px;
}
.single .entry-title {
  color: #164877;
}
.single .entry-header {
  flex: 1;
  max-width: 500px;
  max-height: 500px;
  position: sticky;
  top: 130px;
}
.single .entry-header .post-categories,
.single .entry-header .tags {
  display: none;
  gap: 8px;
}
.single .entry-header .sub-title {
  text-transform: uppercase;
}
.single .entry-header .meta {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  color: #164877;
  margin-bottom: 20px;
}
.single .entry-header .thumbnail img {
  border-radius: 4px;
}
.single .entry-header .cmz-share-to {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #164877;
  margin-bottom: 20px;
}
.single .entry-header .cmz-share-to .share__btn path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media (hover: hover) {
  .single .entry-header .cmz-share-to .share__btn:hover path {
    fill: #ABCD03;
  }
}
.single .entry-content {
  width: 70%;
  max-width: 1000px;
}
.single .entry-content ul, .single .entry-content ol {
  padding-left: 16px;
  margin-bottom: 20px;
}
.single .entry-content ul li, .single .entry-content ol li {
  margin-bottom: 15px;
}
.single .entry-content ul li ul, .single .entry-content ul li ol, .single .entry-content ol li ul, .single .entry-content ol li ol {
  margin-top: 12px;
}
.single .entry-content ol li::marker {
  color: #008CD6;
}
.single .entry-content ul li {
  position: relative;
}
.single .entry-content ul li:before {
  content: "";
  background-color: #008CD6;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  left: -14px;
}

.page section .section-content {
  max-width: 1000px;
  margin: 50px auto 150px;
  letter-spacing: 0.04em;
}

.entry-blocks-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(390px, 1fr));
  justify-items: center;
  grid-gap: 50px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.entry-block {
  cursor: pointer;
}
.entry-block .entry-thumbnail {
  margin-bottom: 10px;
  width: 390px;
  height: 242px;
  border-radius: 4px;
  overflow: hidden;
}
.entry-block .entry-title h3 {
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.04em;
  font-size: 18px;
}
.entry-block .meta {
  color: #323336;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.04em;
  margin-top: 4px;
}
.entry-block .btn-circle-arrow {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #004E97;
}
.entry-block .btn-circle-arrow:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease, transform 0.3s ease, left 0.15s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0.15s ease;
}
.entry-block .btn-circle-arrow svg {
  position: absolute;
  left: -100%;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease, transform 0.3s ease, left 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0.3s ease;
}
@media (hover: hover) {
  .entry-block:hover .btn-circle-arrow svg {
    opacity: 1;
    left: 13px;
    transform: translateY(-50%);
  }
  .entry-block:hover .btn-circle-arrow:after {
    left: 100%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
}

section.page-content {
  letter-spacing: 0.04em;
  padding-right: var(--side-padding);
  padding-left: var(--side-padding);
}
section.page-content h1, section.page-content h2, section.page-content h3, section.page-content h4, section.page-content h5, section.page-content h6 {
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 120%;
}
section.page-content ol {
  padding-left: 32px;
  margin-bottom: 20px;
}
section.page-content ol li {
  margin-bottom: 14px;
}
section.page-content ol li::marker {
  color: #008CD6;
}
section.page-content .wp-block-image.size-full {
  width: 100%;
}
section.page-content .wp-block-image.size-full img {
  width: 100%;
}
section.page-content .inline-icon {
  display: inline-block;
}
section.page-content .wrap-350 {
  width: 100%;
  max-width: 350px;
  margin: auto;
}
section.page-content .wrap-800 {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
section.page-content .wrap-1000 {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
section.page-content .wrap-1100 {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
section.page-content .wrap-1200 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
section.page-content .wrap-1300 {
  width: 100%;
  max-width: 1300px;
  margin: auto;
}
section.page-content .wrap-1400 {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
section.page-content .wrap-1500 {
  width: 100%;
  max-width: 1500px;
  margin: auto;
}
section.page-content .wrap-1600 {
  width: 100%;
  max-width: 1600px;
  margin: auto;
}
section.page-content .paragraph-800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
section.page-content .paragraph-900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
section.page-content .paragraph-1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
section.page-content .paragraph-1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
section.page-content .paragraph-1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
section.page-content .intro-head-line .wp-block-heading {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #164877;
}
section.page-content .cmz-block.image-slide {
  width: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
section.page-content .cmz-block.image-slide.hidden {
  opacity: 0;
}
section.page-content .cmz-block.image-slide .image {
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 600px) {
  section.page-content .cmz-block.image-slide .image {
    border-radius: 10px;
  }
}
section.page-content .cmz-block.image-slide .slide-nav {
  pointer-events: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 50px;
  width: 100%;
}
section.page-content .cmz-block.image-slide .slide-nav .btn {
  cursor: pointer;
  pointer-events: auto;
  background: transparent;
  border: 0;
}
section.page-content .cmz-block.image-slide .slide-nav .btn rect {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media (hover: hover) {
  section.page-content .cmz-block.image-slide .slide-nav .btn:hover rect {
    fill: #ABCD03;
  }
}
section.page-content .cmz-block.image-slide.slide-simple {
  position: relative;
  max-width: 1000px;
  margin: auto;
  padding-bottom: 46px;
}
@media screen and (max-width: 1321px) {
  section.page-content .cmz-block.image-slide.slide-simple {
    padding-bottom: 106px;
    margin-bottom: 16px;
  }
  section.page-content .cmz-block.image-slide.slide-simple .splide__pagination {
    bottom: 80px;
  }
}
section.page-content .cmz-block.image-slide.slide-simple .slide-nav {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1320px) {
  section.page-content .cmz-block.image-slide.slide-simple .slide-nav {
    justify-content: space-between;
    width: calc(100% + 240px);
    top: 50%;
    left: -120px;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1024px) {
  section.page-content .cmz-block.image-slide.slide-simple .splide__track {
    overflow: visible;
  }
}
section.page-content .cmz-block.image-slide.slide-simple .image {
  max-height: 600px;
}
section.page-content .cmz-block.image-slide.slide-only_mobile {
  visibility: visible;
  max-width: 1150px;
  margin: auto;
}
@media screen and (max-width: 600px) {
  section.page-content .cmz-block.image-slide.slide-only_mobile {
    padding-bottom: 46px;
  }
}
section.page-content .cmz-block.image-slide.slide-only_mobile:not(.is-active) .splide__track {
  overflow: visible;
}
@media screen and (min-width: 601px) {
  section.page-content .cmz-block.image-slide.slide-only_mobile .image-list {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
  }
}
@media screen and (min-width: 1200px) {
  section.page-content .cmz-block.image-slide.slide-only_mobile .image-list {
    gap: 50px;
  }
}
section.page-content .cmz-block.image-slide.slide-only_mobile .image-list .image:nth-child(1) {
  transition-delay: 0.2s;
}
section.page-content .cmz-block.image-slide.slide-only_mobile .image-list .image:nth-child(2) {
  transition-delay: 0.4s;
}
section.page-content .cmz-block.image-slide.slide-only_mobile .image-list .image:nth-child(3) {
  transition-delay: 0.6s;
}
section.page-content .cmz-block.image-slide.slide-only_mobile .image-list .image:nth-child(4) {
  transition-delay: 0.8s;
}
section.page-content .cmz-block.image-slide.slide-with_content {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 1350px;
  margin: auto;
  gap: 100px;
}
section.page-content .cmz-block.image-slide.slide-with_content .splide__track {
  max-width: 650px;
}
@media screen and (min-width: 768px) {
  section.page-content .cmz-block.image-slide.slide-with_content .splide__track {
    overflow: visible;
  }
}
section.page-content .cmz-block.image-slide.slide-with_content .slide-content {
  min-height: 500px;
  padding: 40px 0 0;
  background-color: #fff;
  position: relative;
  z-index: 9;
}
section.page-content .cmz-block.image-slide.slide-with_content .slide-content:after {
  content: "";
  width: calc(60vw + 100px);
  height: 100%;
  position: absolute;
  top: 0;
  right: -100px;
  z-index: -1;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 99%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1400px) {
  section.page-content .cmz-block.image-slide.slide-with_content .slide-content:after {
    width: calc(60vw + 50px);
    right: -50px;
  }
}
section.page-content .cmz-block.image-slide.slide-with_content .slide-content .content-text {
  max-width: 600px;
}
section.page-content .cmz-block.image-slide.slide-with_content .slide-content, section.page-content .cmz-block.image-slide.slide-with_content .splide__track {
  width: 50%;
}
section.page-content .cmz-block.image-slide.slide-with_content .splide__pagination {
  display: none;
}
section.page-content .cmz-block.image-slide.slide-with_content .slide-nav {
  margin-top: 50px;
}
@media screen and (max-width: 1400px) {
  section.page-content .cmz-block.image-slide.slide-with_content {
    gap: 50px;
  }
}
@media screen and (max-width: 1200px) {
  section.page-content .cmz-block.image-slide.slide-with_content {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 42px;
    overflow: hidden;
  }
  section.page-content .cmz-block.image-slide.slide-with_content .splide__pagination {
    display: flex;
  }
  section.page-content .cmz-block.image-slide.slide-with_content .splide__track {
    width: 100%;
  }
  section.page-content .cmz-block.image-slide.slide-with_content .slide-content {
    width: 100%;
    min-height: unset;
    padding: 0;
  }
  section.page-content .cmz-block.image-slide.slide-with_content .slide-content .slide-nav {
    display: none;
  }
  section.page-content .cmz-block.image-slide.slide-with_content .slide-content .content-text {
    max-width: 100%;
  }
}
section.page-content .cmz-block.image-slide .splide__pagination button.splide__pagination__page {
  margin: 0 10px;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid #ABCD03;
  vertical-align: top;
}
section.page-content .cmz-block.image-slide .splide__pagination button.splide__pagination__page.is-active {
  position: relative;
  transform: scale(1.05);
}
section.page-content .cmz-block.image-slide .splide__pagination button.splide__pagination__page.is-active:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #ABCD03;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.page-content .cmz-block.content-image {
  --block-width: 1200px;
  --box-background: #004E97;
  --block-gap: 60px;
  --image-min-width: 100%;
}
section.page-content .cmz-block.content-image h3, section.page-content .cmz-block.content-image h4, section.page-content .cmz-block.content-image h5 {
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
section.page-content .cmz-block.content-image.title-with-marker h3, section.page-content .cmz-block.content-image.title-with-marker h4, section.page-content .cmz-block.content-image.title-with-marker h5 {
  padding-left: 1em;
  position: relative;
}
section.page-content .cmz-block.content-image.title-with-marker h3:after, section.page-content .cmz-block.content-image.title-with-marker h4:after, section.page-content .cmz-block.content-image.title-with-marker h5:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ABCD03;
  position: absolute;
  left: calc(0.5em - 5px);
  top: calc(0.5em - 5px);
}
@media screen and (max-width: 768px) {
  section.page-content .cmz-block.content-image:not(.m-content-top) .content {
    order: 2;
  }
  section.page-content .cmz-block.content-image.m-content-top .content {
    order: 1;
  }
  section.page-content .cmz-block.content-image.m-content-top .image {
    order: 2;
  }
}
section.page-content .cmz-block.content-image .image {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 600px) {
  section.page-content .cmz-block.content-image .image {
    border-radius: 10px;
  }
  section.page-content .cmz-block.content-image .image.m-image-overflow {
    overflow-x: auto;
    padding-bottom: 6px;
  }
  section.page-content .cmz-block.content-image .image img {
    min-width: var(--image-min-width);
  }
}
section.page-content .cmz-block.content-image .image img {
  grid-column: span 12/span 12;
}
section.page-content .cmz-block.content-image .content p:not(:last-child) {
  margin-bottom: 1em;
}
section.page-content .cmz-block.content-image .image, section.page-content .cmz-block.content-image .content {
  grid-column: span 6/span 6;
}
@media screen and (max-width: 768px) {
  section.page-content .cmz-block.content-image .image, section.page-content .cmz-block.content-image .content {
    grid-column: span 12/span 12;
  }
}
section.page-content .cmz-block.content-image .block-wrap {
  align-items: start;
  width: 100%;
  max-width: var(--block-width);
  margin: auto;
  gap: var(--block-gap);
}
@media screen and (max-width: 1385px) {
  section.page-content .cmz-block.content-image .block-wrap {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  section.page-content .cmz-block.content-image .block-wrap {
    gap: 20px;
  }
}
section.page-content .cmz-block.content-image.double-image .image.double {
  border-radius: 0;
  overflow: visible;
  gap: 50px;
}
@media screen and (max-width: 1200px) {
  section.page-content .cmz-block.content-image.double-image .image.double {
    gap: 20px;
  }
}
section.page-content .cmz-block.content-image.double-image .image.double .image-item {
  height: 550px;
  grid-column: span 6/span 6;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  section.page-content .cmz-block.content-image.double-image .image.double .image-item {
    height: 420px;
  }
}
@media screen and (max-width: 480px) {
  section.page-content .cmz-block.content-image.double-image .image.double .image-item {
    height: 330px;
  }
}
section.page-content .cmz-block.content-image.double-image .image.double .image-item:first-child {
  margin-top: 100px;
}
section.page-content .cmz-block.content-image.double-image.image-left .image.double .image-item:first-child {
  margin-top: 0;
}
section.page-content .cmz-block.content-image.double-image.image-left .image.double .image-item:nth-child(2) {
  margin-top: 100px;
}
section.page-content .cmz-block.content-image.align-item-center .block-wrap {
  align-items: center;
}
@media screen and (min-width: 769px) {
  section.page-content .cmz-block.content-image.align-image-high .content {
    margin-top: 100px;
  }
}
@media screen and (min-width: 769px) {
  section.page-content .cmz-block.content-image.align-text-high .image {
    margin-top: 100px;
  }
}
section.page-content .cmz-block.content-image.gallery-text-background .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 600px;
  padding: 66px 75px;
  border-radius: 20px;
  background-color: var(--box-background);
  color: #fff;
}
@media screen and (max-width: 769px) {
  section.page-content .cmz-block.content-image.gallery-text-background .content {
    padding: var(--side-padding);
    min-height: 300px;
  }
}
@media screen and (max-width: 600px) {
  section.page-content .cmz-block.content-image.gallery-text-background .content {
    border-radius: 10px;
  }
}
section.page-content .cmz-block.content-image.gallery-background-wrap .block-wrap {
  align-items: center !important;
  color: #fff;
  background-color: var(--box-background);
  border-radius: 20px;
  overflow: hidden;
  gap: 0;
}
@media screen and (max-width: 769px) {
  section.page-content .cmz-block.content-image.gallery-background-wrap .block-wrap {
    display: flex;
    flex-direction: column;
    border-radius: 0;
    width: calc(100% + var(--side-padding) * 2);
    margin-left: calc(var(--side-padding) * -1);
  }
}
@media screen and (max-width: 769px) {
  section.page-content .cmz-block.content-image.gallery-background-wrap.image-left .block-wrap {
    flex-direction: column-reverse;
  }
}
section.page-content .cmz-block.content-image.gallery-background-wrap .content {
  color: #fff;
  padding: 50px;
}
@media screen and (max-width: 769px) {
  section.page-content .cmz-block.content-image.gallery-background-wrap .content {
    padding-left: var(--side-padding);
    padding-right: var(--side-padding);
  }
}
section.page-content .cmz-block.content-image.gallery-background-wrap .image {
  min-height: 550px;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  section.page-content .cmz-block.content-image.gallery-background-wrap .image {
    width: 100%;
    min-height: 350px;
    border-radius: 0;
  }
}
@media screen and (max-width: 600px) {
  section.page-content .cmz-block.content-image.gallery-background-wrap .image {
    min-height: 200px;
  }
}
section.page-content .cmz-block.image-banner {
  --overlay: rgba(0, 140, 214, 1);
  --banner-height: 300px;
  color: #fff;
  width: calc(100% + var(--side-padding) * 2);
  margin-left: calc(var(--side-padding) * -1);
}
section.page-content .cmz-block.image-banner.banner-simple .overlay:after {
  opacity: 0.8;
  background-color: var(--overlay);
}
section.page-content .cmz-block.image-banner.banner-simple .content {
  margin: auto;
  max-width: 800px;
  width: 100%;
}
section.page-content .cmz-block.image-banner.banner-gradient .overlay:after {
  background: linear-gradient(270deg, rgba(var(--overlay), 0) 0%, rgba(var(--overlay), 0.6) 70%, rgba(var(--overlay), 0.8) 100%);
}
section.page-content .cmz-block.image-banner.banner-gradient .content {
  padding-left: 100px;
  width: 100%;
  max-width: 650px;
  max-height: 100vh;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
section.page-content .cmz-block.image-banner.banner-gradient .content span {
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
section.page-content .cmz-block.image-banner.banner-gradient .content span.top-heading {
  font-size: 48px;
  letter-spacing: 0;
}
section.page-content .cmz-block.image-banner.banner-gradient .content span.bottom-heading {
  font-size: 56px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1200px) {
  section.page-content .cmz-block.image-banner.banner-gradient .content {
    padding-left: 8%;
  }
}
@media screen and (max-width: 768px) {
  section.page-content .cmz-block.image-banner.banner-gradient .overlay img {
    object-position: left;
  }
  section.page-content .cmz-block.image-banner.banner-gradient .overlay:after {
    background: linear-gradient(270deg, rgba(var(--overlay), 0.6) 0%, rgba(var(--overlay), 0.6) 70%, rgba(var(--overlay), 0.8) 100%);
  }
  section.page-content .cmz-block.image-banner.banner-gradient .content {
    height: auto;
    padding: 90px var(--side-padding);
  }
  section.page-content .cmz-block.image-banner.banner-gradient .content span.top-heading {
    font-size: 48px;
  }
  section.page-content .cmz-block.image-banner.banner-gradient .content span.bottom-heading {
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.04em;
  }
}
section.page-content .cmz-block.image-banner .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.page-content .cmz-block.image-banner .overlay:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
section.page-content .cmz-block.image-banner .overlay .image {
  height: 100%;
}
section.page-content .cmz-block.image-banner .content {
  position: relative;
  height: var(--banner-height);
  padding: var(--side-padding);
  z-index: 9;
}
section.page-content .cmz-block.image-banner .content p {
  letter-spacing: 0.04em;
  line-height: 160%;
}
section.page-content .cmz-block.sticky-slide {
  --item-count: 2;
}
section.page-content .cmz-block.sticky-slide .heading {
  font-weight: 500;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #164877;
  overflow-wrap: break-word;
}
section.page-content .cmz-block.sticky-slide .heading-top {
  font-size: 48px;
  letter-spacing: 0;
  color: #F7F8FA;
}
section.page-content .cmz-block.sticky-slide .single-content {
  --content-padding: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  height: 100%;
  width: 100%;
  padding-left: var(--content-padding);
  padding-right: var(--content-padding);
}
@media screen and (max-width: 1480px) {
  section.page-content .cmz-block.sticky-slide .single-content {
    --content-padding: 60px;
  }
}
@media screen and (max-width: 1200px) {
  section.page-content .cmz-block.sticky-slide .single-content {
    --content-padding: 24px;
  }
}
section.page-content .cmz-block.sticky-slide .single-content.revealed .content-text,
section.page-content .cmz-block.sticky-slide .single-content.revealed .heading {
  opacity: 1;
  transform: translateY(0);
}
section.page-content .cmz-block.sticky-slide .single-content.revealed .heading:not(.heading-top) {
  transition-delay: 0.35s;
}
section.page-content .cmz-block.sticky-slide .single-content.revealed .content-text {
  transition-delay: 0.5s;
}
section.page-content .cmz-block.sticky-slide .block-wrap {
  min-height: 100vh;
}
section.page-content .cmz-block.sticky-slide .items-col.sticky-images {
  position: relative;
  width: 60%;
}
section.page-content .cmz-block.sticky-slide .items-col.sticky-contents {
  position: relative;
  width: 40%;
  height: 100vh;
}
@media screen and (max-width: 1480px) {
  section.page-content .cmz-block.sticky-slide .for-desktop {
    width: calc(100% + var(--side-padding) * 2);
    margin-left: calc(var(--side-padding) * -1);
  }
}
section.page-content .cmz-block.sticky-slide .for-desktop .single-content {
  position: absolute;
  top: 0;
  left: 0;
}
section.page-content .cmz-block.sticky-slide .for-desktop .content-text {
  opacity: 0;
  transform: translateY(42px);
  -webkit-transition: opacity 0.55s ease, transform 0.55s ease;
  transition: opacity 0.55s ease, transform 0.55s ease;
  transition-delay: 0s;
}
section.page-content .cmz-block.sticky-slide .for-desktop .heading {
  opacity: 0;
  transform: translateY(36px);
  -webkit-transition: opacity 0.55s ease, transform 0.55s ease;
  transition: opacity 0.55s ease, transform 0.55s ease;
}
section.page-content .cmz-block.sticky-slide .for-desktop .image-item {
  height: 100vh;
  position: absolute;
  overflow: hidden;
  overflow: clip;
  left: 0;
  top: 0;
}
section.page-content .cmz-block.sticky-slide .for-desktop .image-item img {
  object-position: 50% 0;
}
section.page-content .cmz-block.sticky-slide .for-mobile {
  display: none;
}
@media screen and (max-width: 920px) {
  section.page-content .cmz-block.sticky-slide .single-content {
    --content-padding: 0;
  }
  section.page-content .cmz-block.sticky-slide .for-mobile {
    display: flex;
  }
  section.page-content .cmz-block.sticky-slide .for-mobile .heading {
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.04em;
  }
  section.page-content .cmz-block.sticky-slide .for-mobile .heading.heading-top {
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 0;
  }
  section.page-content .cmz-block.sticky-slide .for-mobile .items-col {
    gap: 50px;
  }
  section.page-content .cmz-block.sticky-slide .for-mobile .content-head,
  section.page-content .cmz-block.sticky-slide .for-mobile .content-item {
    gap: 10px;
  }
  section.page-content .cmz-block.sticky-slide .for-mobile .image {
    margin-top: 10px;
  }
  section.page-content .cmz-block.sticky-slide .for-desktop {
    display: none;
  }
}
section.page-content .cmz-number-content-list {
  max-width: 1550px;
  margin: auto;
  gap: 50px;
}
@media screen and (max-width: 1570px) {
  section.page-content .cmz-number-content-list {
    gap: 32px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1415px) {
  section.page-content .cmz-number-content-list {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  section.page-content .cmz-number-content-list {
    max-width: 750px;
    gap: 50px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 781px) {
  section.page-content .cmz-number-content-list {
    gap: 16px;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  section.page-content .cmz-number-content-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  section.page-content .cmz-number-content-list figure {
    width: 100%;
  }
  section.page-content .cmz-number-content-list img {
    width: 100%;
  }
}
section.page-content .cmz-number-content h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: #164877;
}
section.page-content .cmz-number-content h5 {
  font-weight: 500;
  font-size: 80px;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #B7CCDB;
}
section.page-content .cmz-number-content p {
  line-height: 160%;
  letter-spacing: 0.04em;
}
section.page-content .cmz-number-content img {
  border-radius: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 781px) {
  section.page-content .cmz-number-content h5 {
    font-size: 56px;
  }
}
section.page-content .cmz-side-number-content-list {
  gap: 100px;
}
@media screen and (max-width: 1520px) {
  section.page-content .cmz-side-number-content-list {
    gap: 80px;
  }
}
@media screen and (max-width: 1240px) {
  section.page-content .cmz-side-number-content-list {
    gap: 50px;
  }
}
@media screen and (max-width: 600px) {
  section.page-content .cmz-side-number-content-list {
    gap: 20px;
  }
}
section.page-content .cmz-side-number-content {
  max-width: 1800px;
  margin: auto;
  gap: 100px;
}
section.page-content .cmz-side-number-content.image-right {
  padding-left: 200px;
}
section.page-content .cmz-side-number-content.image-left {
  padding-right: 200px;
}
section.page-content .cmz-side-number-content figure {
  min-width: 1000px;
  aspect-ratio: 2/1;
  border-radius: 20px;
  overflow: hidden;
}
section.page-content .cmz-side-number-content figure img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1820px) {
  section.page-content .cmz-side-number-content {
    max-width: 1480px;
    gap: 80px;
  }
  section.page-content .cmz-side-number-content.image-right {
    padding-left: 100px;
  }
  section.page-content .cmz-side-number-content.image-left {
    padding-right: 100px;
  }
  section.page-content .cmz-side-number-content figure {
    min-width: 900px;
  }
}
@media screen and (max-width: 1520px) {
  section.page-content .cmz-side-number-content {
    max-width: 1240px;
    gap: 40px;
  }
  section.page-content .cmz-side-number-content.image-right {
    padding-left: 60px;
  }
  section.page-content .cmz-side-number-content.image-left {
    padding-right: 60px;
  }
  section.page-content .cmz-side-number-content figure {
    min-width: 700px;
  }
}
@media screen and (max-width: 1240px) {
  section.page-content .cmz-side-number-content {
    flex-direction: column;
    max-width: 750px;
    margin: auto;
    gap: 20px;
  }
  section.page-content .cmz-side-number-content.image-right, section.page-content .cmz-side-number-content.image-left {
    padding: 0;
  }
  section.page-content .cmz-side-number-content.image-right {
    flex-direction: column-reverse;
  }
  section.page-content .cmz-side-number-content figure {
    min-width: 100%;
  }
}
section.page-content .cmz-simple-content {
  gap: 20px;
}
section.page-content .cmz-simple-content h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: #164877;
}
section.page-content .cmz-flip-content {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  gap: 100px;
}
section.page-content .cmz-flip-content figure {
  border-radius: 20px;
  overflow: hidden;
  margin: 30px auto 0;
}
section.page-content .cmz-flip-content > .wp-block-group:nth-child(odd) {
  margin-top: 94px;
}
section.page-content .cmz-flip-content > .wp-block-group:nth-child(even) figure {
  margin: 0 auto 30px;
}
@media screen and (max-width: 1400px) {
  section.page-content .cmz-flip-content {
    gap: 60px;
  }
}
@media screen and (max-width: 1200px) {
  section.page-content .cmz-flip-content {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  section.page-content .cmz-flip-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    max-width: 520px;
    gap: 20px;
  }
  section.page-content .cmz-flip-content figure {
    margin: 10px auto 0;
  }
  section.page-content .cmz-flip-content > .wp-block-group:nth-child(odd) {
    margin-top: 0;
  }
  section.page-content .cmz-flip-content > .wp-block-group:nth-child(even) {
    gap: 10px;
  }
  section.page-content .cmz-flip-content > .wp-block-group:nth-child(even) figure {
    margin: 10px auto 0;
    order: 9;
  }
}
section.page-content .cmz-icon-content {
  width: 100%;
  max-width: 800px;
  margin: auto;
  gap: 50px 100px;
}
section.page-content .cmz-icon-content .cmz-simple-content {
  gap: 10px;
}
section.page-content .cmz-icon-content figure, section.page-content .cmz-icon-content .size-full {
  width: auto;
}
section.page-content .cmz-icon-content figure {
  margin: 0 auto 10px;
}
@media screen and (max-width: 600px) {
  section.page-content .cmz-icon-content figure {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  section.page-content .cmz-icon-content {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  section.page-content .cmz-icon-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    max-width: 350px;
  }
}

/* ABOUT */
.page-template-about .head-banner {
  height: 700px;
}
.page-template-about .head-banner h1, .page-template-about .head-banner h2 {
  font-weight: 500;
  font-size: 80px;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: #fff;
}
.page-template-about .head-banner .banner-wrap {
  padding-top: 140px;
  width: calc(100% - var(--side-padding) * 2);
}
.page-template-about .head-banner .banner-image {
  height: 160px;
  border-radius: 20px;
  overflow: hidden;
}
.page-template-about .head-banner.active .banner-heading .banner-image {
  opacity: 1;
}
.page-template-about .head-banner.active .banner-heading.top, .page-template-about .head-banner.active .banner-heading.bottom, .page-template-about .head-banner.active .banner-heading.for-mobile {
  transform: translateY(0);
}
.page-template-about .head-banner .banner-heading {
  gap: 50px;
}
.page-template-about .head-banner .banner-heading .banner-image {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  transition-delay: 0.4s;
}
.page-template-about .head-banner .banner-heading.for-mobile {
  display: none;
  transition-delay: 0.6s;
}
.page-template-about .head-banner .banner-heading.top, .page-template-about .head-banner .banner-heading.bottom, .page-template-about .head-banner .banner-heading.for-mobile {
  transform: translateY(35%);
  -webkit-transition: transform 0.75s ease;
  transition: transform 0.75s ease;
}
.page-template-about .head-banner .banner-heading.top {
  margin-bottom: 20px;
}
.page-template-about .head-banner .banner-heading.top .banner-image {
  width: 300px;
}
.page-template-about .head-banner .banner-heading.bottom {
  flex-direction: row-reverse;
  transition-delay: 0.2s;
}
.page-template-about .head-banner .banner-heading.bottom .banner-image {
  width: 350px;
}
.page-template-about section:not(.page-content) {
  padding-top: 90px;
}
.page-template-about section.philosophy {
  padding-bottom: 200px;
  margin-bottom: 90px;
  --item-count: 3;
  --circle-w: 600px;
}
.page-template-about section.philosophy .section-wrap {
  max-width: 1000px;
  margin: auto;
  min-height: calc(var(--circle-w) * var(--item-count));
  align-items: flex-start;
}
.page-template-about section.philosophy .mobile-content {
  display: none;
}
.page-template-about section.philosophy .col {
  flex: 1;
}
.page-template-about section.philosophy .image-circle {
  position: relative;
  min-width: var(--circle-w);
  height: var(--circle-w);
  border-radius: 100%;
}
.page-template-about section.philosophy .image-item {
  height: var(--circle-w);
  flex: 0 0 100%;
  background-color: #eaeaea;
}
.page-template-about section.philosophy .image-item img {
  width: 100%;
  transform: scale(1.3);
}
.page-template-about section.philosophy .sticky-content {
  height: var(--circle-w);
  width: calc(100% - var(--circle-w));
  position: relative;
  text-align: center;
}
.page-template-about section.philosophy .sticky-content .content-item {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #164877;
  gap: 20px;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.page-template-about section.philosophy .sticky-content .content-item img {
  transform: translateY(50px);
  transition: transform 1s ease;
}
.page-template-about section.philosophy .sticky-content .content-item p {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #164877;
  transform: translateY(86px);
  -webkit-transition: transform 1.2s ease;
  transition: transform 1.2s ease;
}
.page-template-about section.philosophy .sticky-content .content-item.active {
  opacity: 1;
  transition: opacity 0.55s ease;
}
.page-template-about section.philosophy .sticky-content .content-item.active img, .page-template-about section.philosophy .sticky-content .content-item.active p {
  transform: translateY(0);
}
.page-template-about section.team .section-content.content-wrap {
  margin-top: 100px;
  max-width: 1600px;
}
.page-template-about section.team .team-map {
  width: 100%;
  max-width: 950px;
  margin: 0 auto 100px;
}
.page-template-about section.team .team-map img {
  width: 100%;
}
.page-template-about section.team .member-list {
  gap: 50px;
}
.page-template-about section.team .member-list .member-item {
  flex: 1 1 calc(33.333% - 50px);
  background-color: #004E97;
  height: 250px;
  max-width: 500px;
  min-width: 500px;
}
.page-template-about section.team .member-list .member-item:nth-child(0) {
  transition-delay: 0.4s;
}
.page-template-about section.team .member-list .member-item:nth-child(1) {
  transition-delay: 0s;
}
.page-template-about section.team .member-list .member-item:nth-child(2) {
  transition-delay: 0.2s;
}
.page-template-about section.team .member-list .member-item:nth-child(3) {
  transition-delay: 0.4s;
}
.page-template-about section.team .member-list .member-item:nth-child(4) {
  transition-delay: 0s;
}
.page-template-about section.team .member-list .member-item:nth-child(5) {
  transition-delay: 0.2s;
}
.page-template-about section.team .member-list .member-item:nth-child(6) {
  transition-delay: 0.4s;
}
.page-template-about section.team .member-list .member-item:nth-child(7) {
  transition-delay: 0s;
}
.page-template-about section.team .member-list .member-item:nth-child(8) {
  transition-delay: 0.2s;
}
.page-template-about section.team .member-list .member-item:nth-child(9) {
  transition-delay: 0.4s;
}
.page-template-about section.team .member-list .member-item:nth-child(10) {
  transition-delay: 0s;
}
.page-template-about section.team .member-list .member-item:nth-child(11) {
  transition-delay: 0.2s;
}
.page-template-about section.team .member-list .member-item:nth-child(12) {
  transition-delay: 0.4s;
}
.page-template-about section.team .member-list .brief {
  padding: 20px;
  color: #fff;
  line-height: 160%;
  letter-spacing: 0.04em;
}
.page-template-about section.team .member-list .brief .title {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  color: #ABCD03;
  margin-bottom: 15px;
}
.page-template-about section.team .member-list .brief .title:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  background-color: #ABCD03;
  position: absolute;
  left: 0;
  top: 7px;
}
.page-template-about section.team .member-list .member-pic {
  width: 250px;
  height: 250px;
}
.page-template-about section.history {
  --img-height: 250px;
}
.page-template-about section.history .section-content {
  position: relative;
  max-width: 1040px;
}
.page-template-about section.history .history-slide-pagination {
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.page-template-about section.history .history-slide-pagination .arrow {
  width: 56px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.page-template-about section.history .splide__pagination--numbers {
  position: relative;
  bottom: unset;
  right: unset;
  left: unset;
  top: unset;
}
.page-template-about section.history .btn-show-all {
  cursor: pointer;
  display: block;
  margin: 50px auto 0;
  width: 60px;
}
.page-template-about section.history .btn-show-all svg rect.circle {
  fill: #ABCD03;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.page-template-about section.history .btn-show-all svg path.arrow {
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .page-template-about section.history .btn-show-all:hover svg rect.circle {
    fill: #1E3766;
  }
  .page-template-about section.history .btn-show-all:hover svg path.arrow {
    transform: translateY(3px);
  }
}
.page-template-about section.history .timeline-line {
  position: absolute;
  top: 150px;
  left: calc(var(--img-height) * 0.83);
  width: 2px;
  height: 0;
  background: linear-gradient(90deg, #54C3F1 0%, #ABCD03 100%);
  -webkit-transition: height 0.45s ease-out;
  transition: height 0.45s ease-out;
  transition-delay: 0.2s;
  z-index: 0;
}
.page-template-about section.history .history-slide.splide {
  visibility: visible;
}
.page-template-about section.history .history-slide.splide .splide__track {
  overflow: visible;
}
.page-template-about section.history .splide__list.history-items {
  gap: 100px;
}
.page-template-about section.history .history-single {
  --ani-slow: 0.85s;
  --ani-mid: 0.55s;
  --ani-fast: 0.45s;
  gap: 50px;
  transform: translateY(50%);
  -webkit-transition: transform var(--ani-fast) ease;
  transition: transform var(--ani-fast) ease;
}
.page-template-about section.history .history-single.in-view {
  transform: translateY(0);
  -webkit-transition: transform var(--ani-slow) ease;
  transition: transform var(--ani-slow) ease;
}
.page-template-about section.history .history-single.in-view .year {
  opacity: 1;
  -webkit-transition: opacity var(--ani-mid) ease;
  transition: opacity var(--ani-mid) ease;
}
.page-template-about section.history .history-single.in-view .history-image, .page-template-about section.history .history-single.in-view .history-list {
  opacity: 1;
  -webkit-transition: opacity var(--ani-mid) ease;
  transition: opacity var(--ani-mid) ease;
  transition-delay: 0.3s;
}
.page-template-about section.history .history-single .year {
  font-weight: 500;
  font-size: 80px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #004E97;
  opacity: 0;
  -webkit-transition: opacity var(--ani-fast) ease;
  transition: opacity var(--ani-fast) ease;
}
.page-template-about section.history .history-single .mon {
  text-align: right;
  min-width: 40px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #ABCD03;
}
.page-template-about section.history .history-single .event {
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.04em;
}
.page-template-about section.history .history-single .event-wrap {
  gap: 50px;
}
.page-template-about section.history .history-single .history-image {
  height: var(--img-height);
  width: calc(var(--img-height) * 1.56);
  border-radius: 20px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity var(--ani-fast) ease;
  transition: opacity var(--ani-fast) ease;
}
.page-template-about section.history .history-single .history-list {
  width: 600px;
  max-width: 600px;
  font-size: 18px;
  background-color: #F7F8FA;
  padding: 20px;
  border-radius: 20px;
  gap: 20px;
  opacity: 0;
  -webkit-transition: opacity var(--ani-fast) ease;
  transition: opacity var(--ani-fast) ease;
}
.page-template-about section.history .history-single .history-list .item {
  display: flex;
  gap: 20px;
}

/* CONTACT */
.page-template-contact section.contact .section-wrap {
  margin-top: 0;
}

/* Sustainability */
.page-template-sustainability .reports-wrap {
  max-width: 1270px;
  margin: 0 auto 100px;
}
.page-template-sustainability section.esg .section-content {
  margin: 100px auto 50px;
}
.page-template-sustainability .esg-reports-pagination {
  margin-top: 50px;
}
@media (hover: hover) {
  .page-template-sustainability .esg-reports-pagination .btn-arrow svg rect {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  .page-template-sustainability .esg-reports-pagination .btn-arrow:hover svg rect {
    fill: #ABCD03;
  }
}
.page-template-sustainability .esg-reports-pagination ul {
  min-width: calc(var(--item-count) * 58px + 20px);
}
.page-template-sustainability .esg-reports-pagination ul li {
  min-width: 58px;
}
.page-template-sustainability .esg-reports-pagination ul li button:not(li:first-child button):not(li:last-child button) {
  padding: 0 20px;
}
.page-template-sustainability .esg-reports-pagination ul li:first-child {
  min-width: unset;
}
.page-template-sustainability .esg-reports-pagination ul li:first-child button {
  padding-left: 0;
  padding-right: 20px;
}
.page-template-sustainability .esg-reports-pagination ul li:last-child {
  min-width: unset;
}
.page-template-sustainability .esg-reports-pagination ul li:last-child button {
  padding-right: 0;
  padding-left: 20px;
}
.page-template-sustainability .esg-reports-pagination ul .ellipsis {
  padding: 0 20px;
}

/* Recruitment */
.page-template-recruitment section.welcome {
  overflow: hidden;
  padding-top: 150px;
  min-height: 450px;
}
.page-template-recruitment section.welcome p {
  font-weight: 500;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #164877;
}
.page-template-recruitment section.welcome .float-wrap {
  margin-bottom: 130px;
}

/* Solutions */
.archive.tax-solution_category .content-wrap,
.page-template-solutions .content-wrap {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto 130px;
  gap: 150px;
}
.archive.tax-solution_category .solution-entries,
.archive.tax-solution_category .not-found-notice,
.page-template-solutions .solution-entries,
.page-template-solutions .not-found-notice {
  gap: 50px 100px;
  width: 100%;
  max-width: 880px;
  min-height: 500px;
}
.archive.tax-solution_category .pagination,
.page-template-solutions .pagination {
  margin-top: 50px;
}
.archive.tax-solution_category .term-nav,
.page-template-solutions .term-nav {
  position: relative;
  width: 300px;
}
.archive.tax-solution_category .term-nav h4,
.page-template-solutions .term-nav h4 {
  line-height: 120%;
  letter-spacing: 0.04em;
}
.archive.tax-solution_category .term-nav p,
.page-template-solutions .term-nav p {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.02em;
}
.archive.tax-solution_category .term-nav li,
.page-template-solutions .term-nav li {
  margin-bottom: 20px;
  border-bottom: 1px solid #ABCD03;
}
.archive.tax-solution_category .term-nav li a,
.page-template-solutions .term-nav li a {
  display: block;
  padding-bottom: 20px;
}
.archive.tax-solution_category .term-nav li.is-current a,
.page-template-solutions .term-nav li.is-current a {
  color: #ABCD03;
}
.archive.tax-solution_category .term-nav li.btn-selector, .archive.tax-solution_category .term-nav li.placeholder,
.page-template-solutions .term-nav li.btn-selector,
.page-template-solutions .term-nav li.placeholder {
  display: none;
}
@media (hover: hover) {
  .archive.tax-solution_category .term-nav li:hover a,
  .page-template-solutions .term-nav li:hover a {
    color: #ABCD03;
  }
}

/* Partners */
.page-template-partners section.partners {
  margin-bottom: 100px;
}
.page-template-partners .partner-list {
  max-width: var(--wrap-width);
  margin: auto;
  gap: 100px;
}
.page-template-partners .partner-list .logo-item {
  text-align: center;
  width: 200px;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .page-template-partners .partner-list .logo-item:hover {
    transform: scale(1.2);
  }
}

/* RWD */
@media screen and (max-width: 1680px) {
  .single {
    --side-padding: 15px;
  }
  .single .head-banner.simple .banner-wrap {
    width: calc(100% - var(--side-padding) * 2);
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  .page-template-about {
    --side-padding: 15px;
  }
  .page-template-about section.team .member-list {
    gap: 40px;
  }
}
@media screen and (max-width: 1590px) {
  .page-template-about section.team .member-list {
    justify-content: center;
  }
  .page-template-about section.team .member-list .member-item:nth-child(0) {
    transition-delay: 0.1s;
  }
  .page-template-about section.team .member-list .member-item:nth-child(1) {
    transition-delay: 0s;
  }
  .page-template-about section.team .member-list .member-item:nth-child(2) {
    transition-delay: 0.1s;
  }
  .page-template-about section.team .member-list .member-item:nth-child(3) {
    transition-delay: 0s;
  }
  .page-template-about section.team .member-list .member-item:nth-child(4) {
    transition-delay: 0.1s;
  }
  .page-template-about section.team .member-list .member-item:nth-child(5) {
    transition-delay: 0s;
  }
  .page-template-about section.team .member-list .member-item:nth-child(6) {
    transition-delay: 0.1s;
  }
  .page-template-about section.team .member-list .member-item:nth-child(7) {
    transition-delay: 0s;
  }
  .page-template-about section.team .member-list .member-item:nth-child(8) {
    transition-delay: 0.1s;
  }
  .page-template-about section.team .member-list .member-item:nth-child(9) {
    transition-delay: 0s;
  }
  .page-template-about section.team .member-list .member-item:nth-child(10) {
    transition-delay: 0.1s;
  }
  .page-template-about section.team .member-list .member-item:nth-child(11) {
    transition-delay: 0s;
  }
  .page-template-about section.team .member-list .member-item:nth-child(12) {
    transition-delay: 0.1s;
  }
}
@media screen and (max-width: 1580px) {
  .single article {
    padding: 0 var(--side-padding);
  }
  .page-content {
    --side-padding: 15px;
  }
}
@media screen and (max-width: 1415px) {
  :root {
    --side-padding: 15px;
  }
  .reveal-ani.mobile-enable {
    opacity: 1;
    transform: translate(0);
  }
  .float-wrap {
    overflow: hidden;
    padding: 38px var(--side-padding) 0;
  }
  .float-wrap .float-text {
    top: 70px;
    font-size: clamp(3.5rem, -0.6707rem + 17.561vw, 12.5rem);
  }
  .home .section-wrap {
    padding: 0 var(--side-padding);
  }
  .home section.kv .kv-content {
    padding: 0 0 0 5vw;
    width: auto;
  }
  .home section.kv .kv-content h1 {
    font-size: 76px;
  }
  .home section.kv .kv-content h3 {
    font-size: 42px;
  }
  .home section.latest-news .section-wrap {
    gap: 50px;
  }
  .home section.solutions .solution-card .card-content {
    padding: 100px;
  }
  .home section.sustainable .sustainable-images .image-content .content-item {
    padding: 42px;
  }
  .home section.sustainable .sustainable-images .image-content .content-item:before {
    display: none;
  }
  .home section.sustainable .sustainable-images .image-content .content-item:after {
    opacity: 1;
    top: -30%;
  }
  .home section.sustainable .sustainable-images .image-content .content-item h4 {
    font-size: 42px;
    margin: 0 auto 25px;
  }
  .home section.sustainable .sustainable-images .image-content .content-item h5 {
    font-size: 36px;
  }
  .home section.sustainable .sustainable-images .image-content .content-item p {
    font-size: 16px;
    max-height: unset;
  }
  .archive.tax-solution_category .content-wrap,
  .page-template-solutions .content-wrap {
    gap: 60px;
    justify-content: center;
    padding: 0 var(--side-padding);
  }
  .archive.tax-solution_category .solution-entries,
  .archive.tax-solution_category .not-found-notice,
  .page-template-solutions .solution-entries,
  .page-template-solutions .not-found-notice {
    gap: 50px;
  }
  .page-template-recruitment section.welcome .float-wrap {
    margin-bottom: 60px;
    padding-bottom: 40px;
  }
  .page-template-partners .partner-list {
    padding: 0 var(--side-padding);
    gap: 70px;
    justify-content: center;
  }
  .page-content .cmz-block.section-title {
    width: calc(100% + var(--side-padding) * 2);
    margin-left: calc(var(--side-padding) * -1);
  }
}
@media screen and (max-width: 1385px) {
  .entries.post-entries {
    width: 100%;
    padding: 0 var(--side-padding);
  }
  .entries.post-entries .post-item a {
    gap: 20px;
  }
  .entries.post-entries .post-item .excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .page-template-news, .archive, .single-post, .search {
    --side-padding: 15px;
  }
  .head-banner.simple .banner-wrap {
    width: calc(100% - var(--side-padding) * 2);
  }
}
@media screen and (max-width: 1300px) {
  .entry-blocks-wrap {
    grid-gap: 40px;
  }
  .page-template-about .head-banner .banner-image {
    height: 150px;
  }
  .page-template-about .head-banner h1, .page-template-about .head-banner h2 {
    font-size: 70px;
  }
  .page-template-sustainability section.esg {
    padding: 0 var(--side-padding);
  }
  .page-template-sustainability .reports-wrap {
    max-width: 820px;
  }
}
@media screen and (max-width: 1200px) {
  #primary-menu > li a {
    padding: 24px 15px;
  }
  .section-title h2 {
    font-size: 46px;
  }
  .parallax-bg {
    display: none;
  }
  .home section.kv .kv-content h1 {
    font-size: 68px;
    line-height: 110%;
  }
  .home section.kv .kv-content h3 {
    font-size: 40px;
  }
  .home section.partner {
    margin-bottom: 170px;
  }
  .home section.latest-news .section-wrap {
    margin: 70px auto 150px;
    gap: 36px;
  }
  .home section.solutions .solution-card .card-content {
    padding: 80px;
    font-size: 18px;
  }
  .home section.sustainable .sustainable-images {
    min-height: 600px;
    max-height: 700px;
  }
  .home section.sustainable .sustainable-images .image-content .content-item {
    padding: 42px;
  }
  .home section.sustainable .sustainable-images .image-content .content-item .green-cube {
    right: -10px;
    width: 22px;
    height: 22px;
  }
  .home section.sustainable .sustainable-images .image-content .content-item h4 {
    font-size: 38px;
    line-height: 100%;
    margin: 0 auto 18px;
  }
  .home section.sustainable .sustainable-images .image-content .content-item h5 {
    font-size: 30px;
    line-height: 100%;
    margin: 0 auto 12px;
  }
  .home section.sustainable .sustainable-images .image-content .content-item p {
    font-size: 18px;
  }
  .single .entry-header {
    max-width: 32%;
  }
  .single .entry-header h1 {
    font-size: 24px;
  }
  .single .entry-header .meta {
    font-size: 18px;
  }
  .single article {
    gap: 30px;
  }
  .page-template-about section.team .member-list {
    --side-padding: 5px;
    gap: 20px;
  }
  .page-template-about section.history {
    --img-height: 160px;
  }
  .page-template-about section.history .history-single .event-wrap {
    width: 100%;
  }
  .page-template-about section.history .history-single .history-list {
    width: auto;
    flex: 1;
  }
  .page-template-recruitment section.welcome {
    padding-top: 100px;
  }
  .page-template-recruitment section.welcome p {
    font-size: 42px;
  }
  .page-template-recruitment section.welcome .float-wrap {
    overflow: visible;
    margin-bottom: 80px;
    padding-bottom: 50px;
  }
  .archive.tax-solution_category .term-nav h4,
  .page-template-solutions .term-nav h4 {
    font-size: 20px;
  }
  .archive.tax-solution_category .content-wrap,
  .page-template-solutions .content-wrap {
    gap: 30px;
  }
  .archive.tax-solution_category .solution-entries,
  .archive.tax-solution_category .not-found-notice,
  .page-template-solutions .solution-entries,
  .page-template-solutions .not-found-notice {
    gap: 20px;
  }
}
@media screen and (max-width: 1040px) {
  .page-template-about section.team .member-list .member-item {
    min-width: 400px;
  }
  .archive.tax-solution_category .content-wrap,
  .page-template-solutions .content-wrap {
    gap: 50px;
    flex-direction: column;
    align-items: center;
  }
  .archive.tax-solution_category .term-nav,
  .page-template-solutions .term-nav {
    width: 100%;
    position: relative;
    min-height: 80px;
    z-index: 9;
    background-color: #164877;
    max-width: 800px;
  }
  .archive.tax-solution_category .term-nav li.btn-selector,
  .page-template-solutions .term-nav li.btn-selector {
    border: 0;
    visibility: visible;
    display: block;
    height: 80px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 9;
  }
  .archive.tax-solution_category .term-nav li.btn-selector:after,
  .page-template-solutions .term-nav li.btn-selector:after {
    content: "";
    position: absolute;
    right: 34px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 8px 0 8px;
    border-color: #fff transparent transparent transparent;
    -webkit-transition: border-color 0.3s linear;
    transition: border-color 0.35s linear;
  }
}
@media screen and (max-width: 1040px) and (hover: hover) {
  .archive.tax-solution_category .term-nav li.btn-selector:hover:after,
  .page-template-solutions .term-nav li.btn-selector:hover:after {
    border-color: #ABCD03 transparent transparent transparent;
  }
}
@media screen and (max-width: 1040px) {
  .archive.tax-solution_category .solution-categories,
  .page-template-solutions .solution-categories {
    --item-height: 80px;
    --nav-padding: 15px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .archive.tax-solution_category .solution-categories.has-current .nav-item.placeholder,
  .page-template-solutions .solution-categories.has-current .nav-item.placeholder {
    visibility: hidden;
    display: none;
    border: 0;
  }
  .archive.tax-solution_category .solution-categories.dropdown-open .nav-item,
  .page-template-solutions .solution-categories.dropdown-open .nav-item {
    visibility: visible;
    height: var(--item-height);
    border-width: 1px;
  }
  .archive.tax-solution_category .solution-categories.dropdown-open .nav-item a,
  .page-template-solutions .solution-categories.dropdown-open .nav-item a {
    opacity: 1;
  }
  .archive.tax-solution_category .solution-categories .nav-item,
  .page-template-solutions .solution-categories .nav-item {
    margin-bottom: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: height 0.2s linear, border-width 0.1s linear;
    transition: height 0.2s linear, border-width 0.1s linear;
    height: 0;
    border-width: 0;
  }
  .archive.tax-solution_category .solution-categories .nav-item a,
  .page-template-solutions .solution-categories .nav-item a {
    padding: 15px;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear, color 0.15s ease;
    transition: opacity 0.3s linear, color 0.15s ease;
  }
  .archive.tax-solution_category .solution-categories .nav-item.is-current,
  .page-template-solutions .solution-categories .nav-item.is-current {
    order: -1;
  }
  .archive.tax-solution_category .solution-categories .nav-item.is-current a,
  .page-template-solutions .solution-categories .nav-item.is-current a {
    pointer-events: none;
    height: var(--item-height);
    visibility: visible;
  }
  .archive.tax-solution_category .solution-categories .nav-item.placeholder,
  .page-template-solutions .solution-categories .nav-item.placeholder {
    display: block;
  }
  .archive.tax-solution_category .solution-categories .nav-item.is-current, .archive.tax-solution_category .solution-categories .nav-item.placeholder,
  .page-template-solutions .solution-categories .nav-item.is-current,
  .page-template-solutions .solution-categories .nav-item.placeholder {
    height: var(--item-height);
    visibility: visible;
    background-color: #164877;
  }
  .archive.tax-solution_category .solution-categories .nav-item.is-current a, .archive.tax-solution_category .solution-categories .nav-item.placeholder a,
  .page-template-solutions .solution-categories .nav-item.is-current a,
  .page-template-solutions .solution-categories .nav-item.placeholder a {
    opacity: 1;
  }
  .archive.tax-solution_category .solution-categories .nav-item.is-current h4, .archive.tax-solution_category .solution-categories .nav-item.is-current p, .archive.tax-solution_category .solution-categories .nav-item.placeholder h4, .archive.tax-solution_category .solution-categories .nav-item.placeholder p,
  .page-template-solutions .solution-categories .nav-item.is-current h4,
  .page-template-solutions .solution-categories .nav-item.is-current p,
  .page-template-solutions .solution-categories .nav-item.placeholder h4,
  .page-template-solutions .solution-categories .nav-item.placeholder p {
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  header .header-inner {
    min-height: var(--head-height);
  }
  header .social-links,
  header .head-action .nav-list {
    display: none;
  }
  header .head-action .mobile-nav {
    display: block;
  }
  #mobile-menu {
    position: fixed;
  }
  .section-title h2 {
    margin: 0 auto 10px;
  }
  .head-banner.simple h1 {
    font-size: 58px;
    line-break: auto;
  }
  .home section.kv {
    margin-bottom: 50px;
  }
  .home section.kv .kv-content h1 {
    font-size: 58px;
  }
  .home section.kv .kv-content h3 {
    font-size: 36px;
  }
  .home section.latest-news .section-wrap {
    gap: 20px;
  }
  .home section.solutions .scroll-stack-inner {
    margin: 70px 0 150px;
  }
  .home section.solutions .solution-card .card-content {
    padding: 5%;
  }
  .home section.solutions .solution-card h4 {
    font-size: 42px;
    line-height: 100%;
  }
  .home section.sustainable .sustainable-images {
    max-height: unset;
    height: auto;
  }
  .home section.sustainable .sustainable-images .image-slide {
    display: none;
  }
  .home section.sustainable .sustainable-images .image-content {
    flex-direction: column;
  }
  .home section.sustainable .sustainable-images .image-content .content-item:not(:last-child) {
    border: 0;
  }
  .home section.sustainable .sustainable-images .image-content .content-item {
    width: 100%;
    min-height: 420px;
  }
  .home section.sustainable .sustainable-images .image-content .content-item h4 {
    font-size: 36px;
  }
  .home section.sustainable .sustainable-images .image-content .content-item h5 {
    font-size: 28px;
  }
  .home section.sustainable .sustainable-images .image-content .content-item p {
    max-width: 420px;
    margin: auto;
  }
  .home section.sustainable .sustainable-images .image-content .content-item img {
    opacity: 1;
  }
  .home section.sustainable .sustainable-images .image-content .content-item .green-cube {
    display: none;
  }
  .home section.contact .section-wrap {
    padding: 0 var(--side-padding);
  }
  .single.single-solution article {
    gap: 50px;
  }
  .single article {
    flex-direction: column;
    gap: 20px;
  }
  .single .entry-header,
  .single .entry-content {
    width: 100%;
    max-width: 100%;
  }
  .single .entry-header {
    position: relative;
    top: unset;
    max-height: unset;
  }
  .page-template-about section .section-content {
    margin: 50px auto 80px;
    padding: 0 var(--side-padding);
  }
  .page-template-about section.philosophy {
    margin-bottom: 100px;
    padding-bottom: 0;
    --circle-w: 400px;
  }
  .page-template-about section.philosophy .parallax-circle {
    display: none;
  }
  .page-template-about section.philosophy .mobile-content {
    display: block;
  }
  .page-template-about section.philosophy .image-circle {
    max-height: var(--circle-w);
    width: var(--circle-w);
  }
  .page-template-about section.philosophy .list-items {
    gap: 50px;
  }
  .page-template-about section.philosophy .content-item img {
    width: 80px;
  }
  .page-template-about section.philosophy .content-item p {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.04em;
    text-align: center;
    color: #164877;
  }
  .page-template-about section.philosophy .content-item,
  .page-template-about section.philosophy .philosophy-item {
    gap: 20px;
  }
  .page-template-about section.team .team-map {
    overflow-x: auto;
  }
  .page-template-about section.team .team-map img {
    min-width: 670px;
  }
  .page-template-about section.history .history-single .event-wrap {
    gap: 30px;
  }
  .page-template-about .head-banner {
    height: 550px;
  }
  .page-template-about .head-banner #aurora-container {
    height: 760px;
  }
  .page-template-about .head-banner .banner-image {
    height: 140px;
  }
  .page-template-about .head-banner h1, .page-template-about .head-banner h2 {
    font-size: 62px;
  }
  .page-template-about .head-banner .banner-heading {
    gap: 30px;
  }
  .page-template-about .head-banner .banner-heading.top .banner-image {
    width: 280px;
  }
  .page-template-about .head-banner .banner-heading.bottom .banner-image {
    width: 320px;
  }
  .page-template-recruitment section.intro h3 {
    font-size: 28px;
  }
  .page-template-recruitment section.intro .intro-content {
    max-width: 700px;
  }
  .page-template-recruitment section.intro .image-wrap .image-list {
    gap: 20px;
  }
  .page-template-recruitment section.intro .image-wrap .image-list .image {
    width: calc((100% - 40px) / 3);
  }
  .page-template-recruitment section.intro .environment {
    flex-direction: column;
  }
  .page-template-recruitment section.intro .environment .image {
    width: 100%;
  }
  .page-template-recruitment section.welcome p {
    font-size: 36px;
  }
}
@media screen and (max-width: 840px) {
  .page-template-about .head-banner {
    height: 480px;
  }
  .page-template-about .head-banner .banner-image {
    height: 120px;
  }
  .page-template-about .head-banner h1, .page-template-about .head-banner h2 {
    font-size: 48px;
  }
  .page-template-about .head-banner .banner-heading {
    gap: 20px;
  }
  .page-template-about .head-banner .banner-heading.top .banner-image {
    width: 200px;
  }
  .page-template-about .head-banner .banner-heading.bottom .banner-image {
    width: 250px;
  }
  .page-template-about section.team .member-list .member-item:nth-child(1) {
    order: 0;
  }
  .page-template-about section.team .member-list .member-item:nth-child(2) {
    order: 1;
  }
  .page-template-about section.team .member-list .member-item:nth-child(3) {
    order: 2;
  }
  .page-template-about section.team .member-list .member-item:nth-child(4) {
    order: 3;
  }
  .page-template-about section.team .member-list .member-item:nth-child(5) {
    order: 4;
  }
  .page-template-about section.team .member-list .member-item:nth-child(6) {
    order: 6;
  }
  .page-template-about section.team .member-list .member-item:nth-child(7) {
    order: 5;
  }
  .page-template-about section.team .member-list .member-item:nth-child(8) {
    order: 7;
  }
  .archive.tax-solution_category .content-wrap,
  .page-template-solutions .content-wrap {
    width: 100%;
  }
  .archive.tax-solution_category .solution-entries,
  .archive.tax-solution_category .not-found-notice,
  .page-template-solutions .solution-entries,
  .page-template-solutions .not-found-notice {
    max-width: unset;
  }
}
@media screen and (max-width: 820px) {
  #wpadminbar {
    display: none;
  }
  .section-title h2 {
    font-size: 36px;
  }
  .section-title p {
    max-width: 520px;
    margin: auto;
    text-align: left;
  }
  section.contact .contact-box {
    flex-direction: column;
  }
  section.contact .contact-box > .contact-form {
    width: 100%;
  }
  .home section.kv #aurora-container {
    height: 50vh;
    padding-top: 70px;
  }
  .home section.kv .spline-viewer-wrap {
    width: 100vw;
    height: 50vh;
    top: 70px;
  }
  .home section.kv .kv-content {
    padding-top: 50vh;
  }
  .home section.latest-news .section-wrap {
    flex-direction: column;
  }
  .home section.latest-news .post-nav {
    width: 100%;
  }
  .home section.latest-news .entries-pagination .post-thumbnail {
    display: block;
    width: 100%;
    height: calc((100vw - 30px) * 0.5625);
  }
  .home section.latest-news .entries-pagination .entry .post-meta {
    padding: 15px;
  }
  .home section.latest-news .entries-pagination h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .home section.latest-news .news-thumbnail {
    display: none;
  }
  .home section.latest-news .news-thumbnail .splide {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .home section.solutions .solution-card {
    flex-direction: column;
    height: auto;
    max-height: unset;
    min-height: unset;
  }
  .home section.solutions .solution-card .card-content, .home section.solutions .solution-card .card-image {
    width: 100%;
  }
  .home section.solutions .solution-card .card-image {
    border-radius: 0;
    height: calc((100vw - 30px) * 0.5625);
  }
  .home section.solutions .solution-card .card-image img.mobile-img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .home section.solutions .solution-card img {
    display: none;
  }
  .entries.post-entries {
    padding: 0;
    gap: 40px;
  }
  .entries.post-entries .post-item a {
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }
  .entries.post-entries .post-item .meta, .entries.post-entries .post-item .entry-content {
    width: 100%;
    padding: 0 var(--side-padding);
  }
  .entries.post-entries .post-item .meta {
    flex-direction: row;
    gap: 10px;
  }
  .entries.post-entries .post-item .entry-content {
    padding-bottom: 20px;
  }
  .entries.post-entries .post-item .entry-thumbnail {
    width: 100%;
    height: 420px;
    border-radius: 0;
  }
}
@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }
  body.admin-bar header {
    top: 0;
  }
  .wp-block-spacer.spacer-m-200 {
    height: 200px !important;
  }
  .wp-block-spacer.spacer-m-190 {
    height: 190px !important;
  }
  .wp-block-spacer.spacer-m-140 {
    height: 140px !important;
  }
  .wp-block-spacer.spacer-m-120 {
    height: 120px !important;
  }
  .wp-block-spacer.spacer-m-100 {
    height: 100px !important;
  }
  .wp-block-spacer.spacer-m-100 {
    height: 100px !important;
  }
  .wp-block-spacer.spacer-m-90 {
    height: 80px !important;
  }
  .wp-block-spacer.spacer-m-80 {
    height: 80px !important;
  }
  .wp-block-spacer.spacer-m-70 {
    height: 70px !important;
  }
  .wp-block-spacer.spacer-m-60 {
    height: 60px !important;
  }
  .wp-block-spacer.spacer-m-50 {
    height: 50px !important;
  }
  .wp-block-spacer.spacer-m-40 {
    height: 40px !important;
  }
  .wp-block-spacer.spacer-m-30 {
    height: 30px !important;
  }
  .wp-block-spacer.spacer-m-20 {
    height: 20px !important;
  }
  .wp-block-spacer.spacer-m-10 {
    height: 10px !important;
  }
  .wp-block-spacer.spacer-m-0 {
    height: 0 !important;
  }
  header:after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 20%, rgba(32, 86, 0, 0.3) 100%);
  }
  .float-wrap {
    padding-top: 30px;
  }
  .float-wrap .float-text {
    top: 46px;
  }
  .section-title h2 {
    font-size: 24px;
  }
  section.contact .background {
    display: none;
  }
  section.contact .section-wrap {
    margin-bottom: 50px;
  }
  section.contact .contact-box {
    padding: 50px var(--side-padding);
  }
  section.contact .contact-box > .contact-form .wpforms-container .wpforms-field-layout-rows .wpforms-layout-row {
    gap: 12px;
  }
  .home section.kv {
    margin-bottom: 0;
    max-height: 860px;
  }
  .home section.kv #aurora-container {
    top: 0;
    padding-top: 0;
  }
  .home section.kv .kv-content {
    padding: 56vh 0 0 var(--side-padding);
    align-items: flex-start;
  }
  .home section.kv .kv-content h1 {
    font-size: 48px;
  }
  .home section.kv .kv-content h3 {
    font-size: 24px;
  }
  .home section.partner {
    margin-bottom: 100px;
  }
  .home section.partner .images-marquee:first-child {
    margin-top: 20px;
  }
  .home section.partner .images-marquee {
    margin-bottom: 10px;
  }
  .home section.latest-news .section-wrap {
    margin: 20px auto 100px;
  }
  .home section.solutions .scroll-stack-inner {
    margin: 20px 0 100px;
  }
  .home section.solutions .solution-card {
    margin-bottom: 20px !important;
  }
  .home section.solutions .solution-card h4 {
    font-size: 24px;
  }
  .home section.solutions .solution-card span {
    font-size: 20px;
  }
  .home section.solutions .solution-card .card-content {
    padding: 50px var(--side-padding);
    font-size: 18px;
  }
  .home section.sustainable .sustainable-images {
    margin: 20px 0 100px;
  }
  .home section.sustainable .sustainable-images .image-content .content-item {
    padding: 50px var(--side-padding);
  }
  .home section.sustainable .sustainable-images .image-content .content-item h4, .home section.sustainable .sustainable-images .image-content .content-item h5 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 769px) {
  .page-template-about section {
    padding-top: 50px;
  }
  .page-template-about section .section-content {
    margin: 20px auto 50px;
  }
  .page-template-about section.philosophy {
    margin-bottom: 50px;
  }
  .page-template-about section.team .section-content.content-wrap {
    margin-top: 20px;
    padding: 0 5px;
  }
  .page-template-about section.team .team-map {
    margin-bottom: 50px;
  }
  .page-template-about section.team .member-list .member-item {
    height: 190px;
  }
  .page-template-about section.team .member-list .brief {
    width: 190px;
  }
  .page-template-about section.team .member-list .member-pic {
    width: 190px;
    height: 190px;
  }
  .page-template-about section.history .timeline-line {
    display: none;
  }
  .page-template-about section.history .history-slide-pagination {
    display: flex;
  }
  .page-template-about section.history .splide__list.history-items {
    flex-direction: row;
    gap: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .page-template-about section.history .history-single {
    --img-height: 250px;
    gap: 20px;
    transform: translateY(0);
  }
  .page-template-about section.history .history-single .history-image {
    width: 100%;
    height: calc((100vw - 30px) * 0.641);
  }
  .page-template-about section.history .history-single .year, .page-template-about section.history .history-single .history-image, .page-template-about section.history .history-single .history-list {
    opacity: 1;
  }
  .page-template-about section.history .history-single .year {
    font-size: 48px;
  }
  .page-template-about section.history .history-single .event-wrap {
    gap: 20px;
    align-items: center;
    flex-direction: column;
  }
  .page-template-about section.history .history-single .history-list {
    width: 100%;
    max-width: 100%;
  }
  .page-template-about section.history .history-slide.splide .splide__track {
    overflow: hidden;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 16px;
  }
  h3 {
    font-size: 36px;
  }
  h4 {
    font-size: 24px;
    line-height: 1.5;
  }
  p {
    font-size: 16px;
  }
  .float-wrap {
    padding-top: 14px;
  }
  .float-wrap .float-text {
    top: 30px;
  }
  .section-title h2 {
    font-size: 24px;
    letter-spacing: 0.04em !important;
    line-height: 160% !important;
  }
  .gap-m-0 {
    gap: 0 !important;
  }
  .gap-m-10 {
    gap: 10px !important;
  }
  .gap-m-20 {
    gap: 20px !important;
  }
  .gap-m-30 {
    gap: 30px !important;
  }
  .gap-m-40 {
    gap: 40px !important;
  }
  .gap-m-50 {
    gap: 50px !important;
  }
  .gap-m-60 {
    gap: 60px !important;
  }
  .gap-m-70 {
    gap: 70px !important;
  }
  .gap-m-80 {
    gap: 80px !important;
  }
  .gap-m-90 {
    gap: 90px !important;
  }
  .gap-m-90 {
    gap: 100px !important;
  }
  .radius-m-0 {
    border-radius: 0 !important;
  }
  .radius-m-10 {
    border-radius: 10px !important;
    overflow: hidden;
  }
  .radius-m-20 {
    border-radius: 20px !important;
    overflow: hidden;
  }
  .radius-m-30 {
    border-radius: 30px !important;
    overflow: hidden;
  }
  .radius-m-40 {
    border-radius: 40px !important;
    overflow: hidden;
  }
  .radius-m-50 {
    border-radius: 50px !important;
    overflow: hidden;
  }
  .head-banner.simple {
    min-height: 320px;
    height: calc((100vw - var(--side-padding) * 2) * 0.54 + 120px);
    -webkit-transition: width 0.3s ease, height 0.15s ease;
    transition: width 0.3s ease, height 0.15s ease;
  }
  .head-banner.simple h1 {
    font-size: 32px;
  }
  .head-banner.simple h2 {
    font-size: 24px;
  }
  .head-banner.simple .banner-text {
    left: var(--side-padding);
  }
  .head-banner.simple .background {
    border-radius: 10px;
    min-height: 200px;
    height: calc((100vw - var(--side-padding) * 2) * 0.54);
  }
  .head-banner.simple .banner-wrap img {
    display: none;
  }
  .head-banner.simple .banner-wrap img.for-mobile {
    display: block;
  }
  .entries.post-entries {
    gap: 20px;
  }
  .entries.post-entries .post-item .entry-thumbnail {
    height: 242px;
  }
  .entries-wrap {
    width: 100%;
  }
  .entry-blocks-wrap {
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
  .entry-block {
    width: 100%;
  }
  .entry-block .entry-thumbnail {
    width: 100%;
  }
  section.page-content .intro-head-line .wp-block-heading {
    font-size: 18px;
    line-height: 160%;
  }
  section.page-content .image-slide .image-list {
    gap: 0;
    justify-content: unset;
  }
  section.page-content .image-slide .image-list .image {
    width: auto;
  }
  .single .head-banner #aurora-container {
    height: 720px;
  }
  body:not(.single) .head-banner #aurora-container {
    overflow: hidden;
    height: 700px;
  }
  .page-template-about .head-banner .banner-image:not(.for-mobile .banner-image) {
    display: none;
  }
  .page-template-about .head-banner .banner-heading.bottom {
    margin-bottom: 20px;
  }
  .page-template-about .head-banner .banner-heading.for-mobile {
    display: flex;
  }
  .page-template-about .head-banner .banner-heading.for-mobile .banner-image {
    width: 315px;
    height: 150px;
  }
  .page-template-about section.team .member-list .member-item {
    min-width: unset;
    max-width: 380px;
    width: 100%;
  }
  .page-template-sustainability .esg-reports-pagination ul {
    min-width: calc(var(--item-count) * 34px + 68px);
  }
  .page-template-sustainability .esg-reports-pagination ul li {
    min-width: 34px;
  }
  .page-template-sustainability .esg-reports-pagination ul li button {
    padding: 0 8px;
  }
  .page-template-sustainability .esg-reports-pagination ul .ellipsis {
    padding: 0 10px;
  }
  .page-template-sustainability section.esg .section-content {
    margin: 0 auto 50px;
  }
  .page-template-recruitment section.welcome {
    min-height: 280px;
    padding-top: 60px;
  }
  .page-template-recruitment section.welcome p {
    font-size: 24px;
    line-height: 160%;
  }
  .page-template-recruitment section.welcome .float-wrap {
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 50px;
  }
  .page-template-partners .partner-list {
    gap: 50px;
  }
  .page-template-partners .partner-list .logo-item {
    width: 140px;
  }
  .page-template-partners .partner-list .logo-item img {
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .section-title .subtitle {
    text-align: left;
  }
}
@media screen and (max-width: 391px) {
  .page-template-about section.philosophy {
    --circle-w: 340px;
  }
  .page-template-about section.history .history-slide-pagination .arrow {
    width: 52px;
  }
  .page-template-sustainability {
    --side-padding: 10px;
  }
}
/* no hover event */
@media (hover: none) and (pointer: coarse) {
  .page-template-sustainability .report-item .btn-circle-arrow:after {
    display: none;
  }
  .page-template-sustainability .report-item .btn-circle-arrow svg {
    opacity: 1;
    left: 13px;
  }
}

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