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

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

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

.mona-content {
  font-family: var(--font-pri); }
  .mona-content strong,
  .mona-content b {
    font-weight: bold; }
  .mona-content em,
  .mona-content i {
    font-style: italic; }
  .mona-content h1,
  .mona-content h2,
  .mona-content h3,
  .mona-content h4,
  .mona-content h5,
  .mona-content h6 {
    line-height: 1.3;
    margin-bottom: 0.5em;
    font-weight: 600;
    color: #101212; }
  .mona-content h1 {
    font-size: 1.7em; }
  .mona-content h2 {
    font-size: 1.6em; }
  .mona-content h3 {
    font-size: 1.25em; }
  .mona-content h4 {
    font-size: 1.125em; }
  .mona-content h5 {
    font-size: 1em; }
  .mona-content h6 {
    font-size: 0.85em; }
  .mona-content .wp-block-heading {
    color: #0F172A;
    font-weight: 700; }
  .mona-content figcaption,
  .mona-content .wp-caption-text {
    padding-left: 1em;
    border-left: .3rem solid #ED1C24;
    font-style: italic;
    text-align: left; }
    @media screen and (max-width: 1200px) {
      .mona-content figcaption,
      .mona-content .wp-caption-text {
        padding-left: 1rem; } }
  .mona-content li, .mona-content span,
  .mona-content p {
    margin: .8em 0;
    color: #3A4040;
    font-weight: 400; }
  .mona-content li {
    padding-left: 1.2em; }
  .mona-content ul,
  .mona-content ol {
    margin: .5em 0;
    list-style-position: inside; }
  .mona-content ul ul,
  .mona-content ul ol,
  .mona-content ol ul,
  .mona-content ol ol {
    margin-left: .8em; }
  .mona-content ul {
    list-style-type: disc; }
  .mona-content ol {
    list-style-type: decimal; }
  .mona-content ul ul,
  .mona-content ol ul {
    list-style-type: circle; }
  .mona-content ol ol,
  .mona-content ul ol {
    list-style-type: lower-latin; }
  .mona-content img,
  .mona-content iframe {
    width: 100%;
    max-width: 100% !important;
    height: auto;
    display: block; }
  .mona-content blockquote {
    margin: 1em 0; }
    @media screen and (max-width: 1200px) {
      .mona-content blockquote {
        padding: 1em; } }
    .mona-content blockquote p {
      display: inline; }
  .mona-content table {
    border-collapse: collapse;
    max-width: 100%;
    margin: 1em 0;
    border: 1px solid #e1e1e1; }
    .mona-content table th,
    .mona-content table td {
      border-right: 1px solid #e1e1e1;
      border-bottom: 1px solid #e1e1e1;
      padding: 5px 10px;
      vertical-align: middle; }
  .mona-content .mona-youtube-wrap {
    position: relative;
    height: 0;
    padding-top: 56.25%; }
    .mona-content .mona-youtube-wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .mona-content .mona-table-wrap {
    overflow: auto; }

:root {
  --size-hd: 9rem;
  --size-sc: 7rem;
  --remainder: calc(100vw - 123rem);
  --halfremainder: calc(var(--remainder)/2);
  --seremainder: calc(var(--halfremainder)/3);
  --halfseremainder: calc(var(--halfremainder)/2);
  --font-pri: 'SFProDisplay';
  --font-sec: 'Montserrat';
  --black: #262626;
  --black-1: #171717;
  --orange: #F97316;
  --blue: #0284C7;
  --blue-1: #EFF6FF;
  --blue-2: #396BE7;
  --yel: #EAB308;
  --yel-1: #FEF3C7;
  --red: #EF4444;
  --red-2: #DC2626;
  --red-3: #FEE2E2;
  --white-1: #F0F9FF;
  --white-2: #F5F5F5;
  --grey: #475467;
  --grey-1: #A3A3A3;
  --green: #16A34A;
  --green-2: #DCFCE7; }
  @media (max-width: 1200px) {
    :root {
      --size-hd: 8rem;
      --size-sc: 7rem; } }
  @media (max-width: 600px) {
    :root {
      --size-hd: 7rem;
      --size-sc: 6rem; } }

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

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

body {
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  font-family: var(--font-pri);
  color: #101112;
  background-color: #ffffff;
  overflow: hidden auto; }
  body::-webkit-scrollbar {
    width: .5rem; }
  body::-webkit-scrollbar-thumb {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#216DA6), to(#216DA6));
    background-image: linear-gradient(#216DA6, #216DA6);
    border-radius: 50px; }
  @media screen and (min-width: 2000px) {
    body {
      font-size: 20px; } }

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

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

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

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

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

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

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

iframe {
  vertical-align: middle; }

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

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

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

.fsi {
  font-style: italic; }

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

.tabBtn {
  cursor: pointer; }

.gItem {
  cursor: pointer; }

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

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

.col {
  width: 100%;
  padding: 0 calc(var(--col-gap) / 2);
  margin-bottom: var(--row-gap); }
  .col-11 {
    width: calc(11/12 * 100%); }
  .col-10 {
    width: calc(10/12 * 100%); }
  .col-9 {
    width: calc(9/12 * 100%); }
  .col-8 {
    width: calc(8/12 * 100%); }
  .col-7 {
    width: calc(7/12 * 100%); }
  .col-6 {
    width: 50%; }
  .col-5 {
    width: calc(5/12 * 100%); }
  .col-4 {
    width: calc(4/12 * 100%); }
  .col-3 {
    width: calc(3/12 * 100%); }
  .col-2 {
    width: calc(2/12 * 100%); }
  .col-1 {
    width: calc(1/12 * 100%); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mobile-nav .menu-item > .menu-list {
  display: none;
  margin-left: 1.6rem;
  position: relative; }
  .mobile-nav .menu-item > .menu-list::before {
    content: '';
    position: absolute;
    top: 2rem;
    bottom: 2rem;
    left: 0;
    width: 1px;
    background-color: #D0D9D9; }
  .mobile-nav .menu-item > .menu-list > .menu-item.current_page_item > a, .mobile-nav .menu-item > .menu-list > .menu-item.current-menu-item > a {
    color: #216DA6; }
  .mobile-nav .menu-item > .menu-list > .menu-item:has(.current-menu-item) > a {
    color: #216DA6; }

.txt-animated.ani-opa .char {
  opacity: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transition-delay: calc(var(--delay) * var(--char-index));
  transition-delay: calc(var(--delay) * var(--char-index)); }

.txt-animated.ani-opa.is-inview .char {
  opacity: 1; }

.txt-animated.ani-up .word {
  overflow: hidden; }

.txt-animated.ani-up .char {
  opacity: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transition-delay: calc(var(--delay) * var(--char-index));
  transition-delay: calc(var(--delay) * var(--char-index));
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.txt-animated.ani-up.is-inview .char {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.load-img {
  position: relative;
  overflow: hidden; }
  .load-img::before, .load-img::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
  .load-img img,
  .load-img form {
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .load-img:before {
    background-color: #216DA6; }
  .load-img:after {
    background-color: #f8f8f8;
    -webkit-transition-delay: .5s;
    transition-delay: .5s; }
  .load-img.is-inview img,
  .load-img.is-inview form {
    opacity: 1; }
  .load-img.is-inview:before {
    -webkit-transition: 1.6s ease;
    transition: 1.6s ease;
    width: 0; }
  .load-img.is-inview:after {
    -webkit-transition: 0.8s ease;
    transition: 0.8s ease;
    width: 0; }

.load-img-second {
  position: relative;
  overflow: hidden; }
  .load-img-second::before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: #f8f8f8;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: 0.8s ease-out;
    -webkit-transition: 0.8s ease-out;
    -moz-transition: 0.8s ease-out;
    -ms-transition: 0.8s ease-out;
    -o-transition: 0.8s ease-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    pointer-events: none;
    z-index: 3; }
  .load-img-second::after {
    position: absolute;
    content: "";
    inset: 0;
    background-color: #f8f8f8;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: 0.8s ease-out;
    -webkit-transition: 0.8s ease-out;
    -moz-transition: 0.8s ease-out;
    -ms-transition: 0.8s ease-out;
    -o-transition: 0.8s ease-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    pointer-events: none;
    z-index: 3; }
  .load-img-second.is-inview::after {
    -webkit-transform: translate(0, -110%);
    transform: translate(0, -110%); }
  .load-img-second.is-inview::before {
    -webkit-transform: translate(0, 110%);
    transform: translate(0, 110%); }

.load-img-third {
  position: relative;
  overflow: hidden; }
  .load-img-third img {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    transition: 1.2s ease;
    -webkit-transition: 1.2s ease;
    -moz-transition: 1.2s ease;
    -ms-transition: 1.2s ease;
    -o-transition: 1.2s ease;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s; }
  .load-img-third.is-inview::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 100%;
    left: 0;
    margin-bottom: -10px;
    background-color: #e2dbc0;
    z-index: 3;
    -webkit-animation: 1s reveal-img-before cubic-bezier(0.6, 0, 0.195, 1);
    animation: 1s reveal-img-before cubic-bezier(0.6, 0, 0.195, 1);
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .load-img-third.is-inview img {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    display: block; }
  .load-img-third.second.is-inview img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    display: block; }

@-webkit-keyframes reveal-img-before {
  0% {
    top: 0;
    right: 100%;
    bottom: 100%;
    margin-bottom: -10px; }
  40% {
    top: 0;
    right: 0;
    bottom: 100%;
    margin-bottom: -10px; }
  60% {
    top: 0; }
  80% {
    right: 0;
    bottom: -1px;
    margin-bottom: 0; }
  100% {
    top: 100%;
    right: 0;
    bottom: -1px;
    margin-bottom: 0; } }

@keyframes reveal-img-before {
  0% {
    top: 0;
    right: 100%;
    bottom: 100%;
    margin-bottom: -10px; }
  40% {
    top: 0;
    right: 0;
    bottom: 100%;
    margin-bottom: -10px; }
  60% {
    top: 0; }
  80% {
    right: 0;
    bottom: -1px;
    margin-bottom: 0; }
  100% {
    top: 100%;
    right: 0;
    bottom: -1px;
    margin-bottom: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.txt-focus {
  opacity: 0; }
  .txt-focus.is-inview {
    -webkit-animation: txt-focus 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: txt-focus 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

.txt-spl .word {
  overflow: hidden;
  line-height: 1.3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .txt-spl .word .chars {
    display: inline-block;
    -webkit-animation-delay: calc(var(--line-index) * 0.025s) !important;
    animation-delay: calc(var(--line-index) * 0.025s) !important;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }

.txt-spl.down .chars {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.txt-spl.is-inview .chars {
  -webkit-animation: txtSpl-up 1s cubic-bezier(0.65, 0, 0.35, 1) both;
  animation: txtSpl-up 1s cubic-bezier(0.65, 0, 0.35, 1) both; }

.txt-spl.is-inview.down .chars {
  -webkit-animation: txtSpl-down 1.2s cubic-bezier(0.65, 0, 0.35, 1) both;
  animation: txtSpl-down 1.2s cubic-bezier(0.65, 0, 0.35, 1) both; }

@-webkit-keyframes txtSpl-up {
  0% {
    -webkit-transform: translateY(10rem);
    transform: translateY(10rem); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes txtSpl-up {
  0% {
    -webkit-transform: translateY(10rem);
    transform: translateY(10rem); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes txtSpl-down {
  0% {
    -webkit-transform: translateY(-10rem);
    transform: translateY(-10rem); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes txtSpl-down {
  0% {
    -webkit-transform: translateY(-10rem);
    transform: translateY(-10rem); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.reveal {
  --duration: 1s;
  -webkit-transition: var(--duration) cubic-bezier(0.72, 0.04, 0.49, 0.82);
  transition: var(--duration) cubic-bezier(0.72, 0.04, 0.49, 0.82);
  -webkit-transition-delay: var(--delay) !important;
  transition-delay: var(--delay) !important; }
  .reveal.reveal-left {
    clip-path: polygon();
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    -moz-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    -ms-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    -o-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); }
    .reveal.reveal-left.is-inview {
      clip-path: polygon();
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
      -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
      -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
      -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
  .reveal.reveal-right {
    clip-path: polygon();
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    -moz-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    -ms-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    -o-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); }
    .reveal.reveal-right.is-inview {
      clip-path: polygon();
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
      -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
      -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
      -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }

.title .txt {
  font-size: 1.6rem;
  font-family: var(--font-pri);
  font-weight: 400;
  color: #3A3D40; }

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

.title-pri {
  font-size: 4.8rem;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 130%;
  font-family: var(--font-pri);
  text-wrap: balance; }
  @media only screen and (max-width: 1200px) {
    .title-pri {
      font-size: 4.3rem; } }
  @media only screen and (max-width: 800px) {
    .title-pri {
      font-size: 3.3rem; } }
  @media screen and (max-width: 600px) {
    .title-pri {
      font-size: 2.4rem; } }
  .title-pri span {
    color: #216DA6; }
  .title-pri.f-pri {
    font-size: 4rem; }
    @media only screen and (max-width: 1200px) {
      .title-pri.f-pri {
        font-size: 3.5rem; } }
    @media only screen and (max-width: 800px) {
      .title-pri.f-pri {
        font-size: 2.7rem; } }
    @media screen and (max-width: 800px) {
      .title-pri.f-pri {
        font-size: 2.3rem; } }
  .title-pri.f-sec {
    font-size: 3.2rem; }
    @media only screen and (max-width: 1200px) {
      .title-pri.f-sec {
        font-size: 2.7rem; } }
    @media only screen and (max-width: 800px) {
      .title-pri.f-sec {
        font-size: 2.2rem; } }
  .title-pri.f-thr {
    font-size: 2.4rem; }
    @media only screen and (max-width: 1200px) {
      .title-pri.f-thr {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .title-pri.f-thr {
        font-size: 1.7rem; } }
  .title-pri.f-four {
    font-size: 1.8rem; }
    @media only screen and (max-width: 1200px) {
      .title-pri.f-four {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 800px) {
      .title-pri.f-four {
        font-size: 1.5rem; } }
  .title-pri.ttctext {
    color: #101112; }
    .title-pri.ttctext span {
      color: #101112; }

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

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

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

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

.t-ctext {
  color: #101112; }

.t-cwhite {
  color: #ffffff; }

.t-cpri {
  color: #216DA6; }

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

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

.t-lower {
  text-transform: lowercase; }

.t-unset {
  text-transform: unset; }

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

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

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

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

.title-pri .char {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%); }

.title-pri .word {
  overflow: hidden; }

.title-pri.is-inview .char {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.5s cubic-bezier(0.72, 0.04, 0.49, 0.82);
  transition: 0.5s cubic-bezier(0.72, 0.04, 0.49, 0.82);
  -webkit-transition-delay: calc(0.02s* var(--char-index));
  transition-delay: calc(0.02s* var(--char-index)); }

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto; }

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

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

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

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

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

.chatsp-btn {
  position: fixed;
  padding: 1rem 2rem;
  background: #216DA6;
  font-size: 1.4rem;
  color: #ffffff;
  bottom: 1rem;
  right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3rem;
  z-index: 10;
  cursor: pointer; }

.chatsp-sidebar {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 10;
  background: #ffffff;
  width: 36rem;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 1.2rem;
  -webkit-transition: all .45s ease;
  transition: all .45s ease; }

.chatsp-head {
  background: #216DA6;
  padding: .8rem 1.6rem; }

.banner {
  position: relative;
  overflow: hidden; }
  .banner.sec .banner-bdy {
    min-height: calc(100vw*(650/1728)); }
  .banner.sec .banner-wr {
    background: transparent; }
  .banner .bg {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
    .banner .bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      display: block;
      -webkit-animation: zoomIns 1.2s linear;
      animation: zoomIns 1.2s linear; }
  .banner-wr {
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0) 100%); }
  .banner-bdy {
    min-height: calc(100vw*(500/1728));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 2;
    padding: 4rem 0; }
    @media screen and (max-width: 1000px) {
      .banner-bdy {
        min-height: calc(100vw*(700/1728)); } }
  .banner .title-pri {
    line-height: 150%;
    text-transform: capitalize; }
  .banner .breadcrumb .container {
    padding: 0; }
  .banner .breadcrumb-item {
    color: #ffffff; }
    .banner .breadcrumb-item:last-child {
      color: #ffffff; }

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

.burger {
  position: relative; }

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

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

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

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

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

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

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

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

.footer {
  background-color: #ffffff;
  border-top: 0.1rem solid #D0D9D9; }
  .footer-logo {
    width: 28rem; }
    @media screen and (max-width: 1000px) {
      .footer-logo {
        margin: auto; } }
    @media screen and (max-width: 600px) {
      .footer-logo {
        width: 22rem; } }
    .footer-logo-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .footer-logo-link img {
        width: 100%;
        display: block;
        -o-object-fit: contain;
        object-fit: contain; }
  .footer-wrapper {
    padding: 8rem 0; }
    @media screen and (max-width: 1200px) {
      .footer-wrapper {
        padding: 4rem 0; } }
  .footer-top {
    margin-bottom: 2rem; }
  .footer-main {
    margin-bottom: 2rem; }
  @media screen and (max-width: 1200px) {
    .footer-col:nth-child(1) {
      width: 30%; } }
  @media screen and (max-width: 1000px) {
    .footer-col:nth-child(1) {
      width: 40%; } }
  @media screen and (max-width: 700px) {
    .footer-col:nth-child(1) {
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
  @media screen and (max-width: 1200px) {
    .footer-col:nth-child(2) {
      width: 70%; } }
  @media screen and (max-width: 1000px) {
    .footer-col:nth-child(2) {
      width: 60%; } }
  @media screen and (max-width: 700px) {
    .footer-col:nth-child(2) {
      width: 100%; } }
  .footer-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem; }
    @media screen and (max-width: 1200px) {
      .footer-list {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr); } }
    @media screen and (max-width: 1000px) {
      .footer-list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 400px) {
      .footer-list {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr); } }
  .footer-item:hover .footer-link, .footer-item.current-menu-item .footer-link {
    color: #216DA6; }
    .footer-item:hover .footer-link .icon, .footer-item.current-menu-item .footer-link .icon {
      border-color: #216DA6; }
  .footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3A3D40;
    font-size: 1.4rem;
    font-weight: 400;
    gap: .6rem;
    -webkit-transition: var(--transAll);
    transition: var(--transAll); }
    .footer-link .icon {
      --wh: 3rem;
      width: var(--wh);
      height: var(--wh);
      -ms-flex-negative: 0;
      flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border: 0.1rem solid #EDF0F2;
      border-radius: 100rem;
      color: #216DA6;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
  .footer-tab-top {
    margin-bottom: 1.2rem;
    max-width: 100%;
    padding-bottom: .5rem;
    overflow: auto hidden; }
    .footer-tab-top::-webkit-scrollbar {
      height: .3rem; }
    .footer-tab-top::-webkit-scrollbar-thumb {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#216DA6), to(#216DA6));
      background-image: linear-gradient(#216DA6, #216DA6);
      border-radius: 50px; }
    .footer-tab-top .list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 2rem;
      width: 100%; }
      @media screen and (max-width: 1200px) {
        .footer-tab-top .list {
          gap: 1.5rem; } }
    .footer-tab-top .tab-btn {
      position: relative;
      font-weight: 700;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      font-size: 1.4rem;
      color: #A1A6AB; }
      .footer-tab-top .tab-btn:hover, .footer-tab-top .tab-btn.active {
        color: #216DA6; }
        .footer-tab-top .tab-btn:hover::before, .footer-tab-top .tab-btn.active::before {
          width: 100%;
          left: 0; }
      .footer-tab-top .tab-btn::before {
        position: absolute;
        content: '';
        width: 0;
        right: 0;
        bottom: 0;
        background-color: #216DA6;
        height: .1rem;
        -webkit-transition: var(--transAll);
        transition: var(--transAll);
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
  .footer-tab-body {
    position: relative; }
    .footer-tab-body .list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: .8rem; }
    .footer-tab-body .link {
      font-size: 1.4rem;
      color: #3A3D40;
      font-weight: 400;
      color: #101112; }
      .footer-tab-body .link span {
        color: #216DA6;
        font-weight: 700; }
    .footer-tab-body .tab-panel {
      display: none; }
  .footer-author {
    padding-top: 2rem;
    border-top: 0.1rem solid #D0D9D9; }
    .footer-author .list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 1rem; }
      @media screen and (max-width: 600px) {
        .footer-author .list {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
    .footer-author .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: .4rem; }
      @media screen and (max-width: 500px) {
        .footer-author .item {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .footer-author .item .text {
        font-size: 1.4rem;
        font-weight: 400;
        color: #101112; }
      .footer-author .item img {
        height: 2.3rem;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; }
  .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .8rem; }
    .footer-social-item {
      --wh: 2.4rem;
      width: var(--wh);
      height: var(--wh);
      border-radius: 100rem;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      .footer-social-item:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px); }
      .footer-social-item img {
        width: 100%;
        display: block; }

.header {
  height: var(--size-hd);
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50 !important;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #ffffff; }
  .header.sticky {
    -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
    height: var(--size-sc); }
  .header.customize {
    position: fixed; }
  .header-wrapper {
    max-width: calc(120rem + 10rem);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0.8rem;
    margin: auto;
    background-color: #ffffff;
    -webkit-transition: var(--transAll);
    transition: var(--transAll);
    height: 100%; }
    @media screen and (max-width: 1200px) {
      .header-wrapper {
        width: 100%;
        border-radius: 0; } }
  .header-wr {
    height: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 1200px) {
      .header-wr {
        width: 100%;
        border-radius: 0;
        padding: 1.5rem 0; } }
  .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header-logo .custom-logo-link {
    display: block;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    width: 23rem;
    max-height: 90%; }
    @media screen and (max-width: 1200px) {
      .header-logo .custom-logo-link {
        width: 18rem; } }
    @media screen and (max-width: 500px) {
      .header-logo .custom-logo-link {
        width: 15rem; } }
    .header-logo .custom-logo-link img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      display: block; }
  .header-nav {
    position: relative;
    display: none; }
    @media screen and (max-width: 1200px) {
      .header-nav {
        display: none; } }
  .header-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0.5rem;
    gap: 2.4rem; }
    @media screen and (max-width: 1200px) {
      .header-action {
        gap: 1.2rem; } }
  .header-mid {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .header-lg {
    position: relative;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 7rem;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .header-lg > .header-lg-it {
      padding: .4rem .8rem;
      border-radius: 2rem; }
    .header-lg-it {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: .4rem;
      position: relative;
      width: 100%;
      height: 100%;
      line-height: normal;
      color: #216DA6; }
      @media screen and (max-width: 600px) {
        .header-lg-it {
          gap: .6rem; } }
      .header-lg-it .ic {
        --wh: 2.4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: .2rem;
        gap: .4rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: var(--wh);
        height: var(--wh);
        border-radius: 100rem;
        overflow: hidden; }
        .header-lg-it .ic img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
      .header-lg-it .text {
        font-size: 1.4rem;
        font-weight: 700 !important;
        color: #216DA6;
        font-weight: normal; }
      .header-lg-it i {
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        font-size: 1.4rem; }
    .header-lg-drop {
      width: 100%;
      position: absolute;
      top: calc(100% + 1rem);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: .5rem;
      right: 0;
      transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      border: 0.1rem solid #216DA6;
      background-color: #ffffff;
      -webkit-box-shadow: 0px 4px 35.3px 0px rgba(18, 27, 44, 0.08);
      box-shadow: 0px 4px 35.3px 0px rgba(18, 27, 44, 0.08);
      border-radius: 0.4rem;
      opacity: 0;
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
      visibility: hidden; }
      .header-lg-drop a span.ic {
        margin-right: 0 !important;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .header-lg-drop a .ic {
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .header-lg-drop .header-lg-it {
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: .5rem;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
        .header-lg-drop .header-lg-it .text {
          transition: 0.3s ease-in-out;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -ms-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          font-weight: 300;
          white-space: nowrap; }
        .header-lg-drop .header-lg-it:hover {
          background-color: #216DA6; }
          .header-lg-drop .header-lg-it:hover .text {
            color: #ffffff; }
    .header-lg:hover i {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .header-lg:hover .header-lg-drop {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      visibility: visible;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
  .header-search {
    display: none; }
    .header-search-button {
      margin: 0 2.4rem;
      display: none;
      cursor: pointer; }
      .header-search-button img {
        display: block; }
  .header-searchbar {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(0.7rem);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    .header-searchbar.open {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
      .header-searchbar.open .header-searchbar-wr::after {
        width: 100%;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s; }
      .header-searchbar.open .header-searchbar-wr input.placeholder {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition-delay: 1.25s;
        transition-delay: 1.25s; }
      .header-searchbar.open .header-searchbar-wr input:-moz-placeholder {
        transform: translateY(0);
        opacity: 1;
        transition-delay: 1.25s; }
      .header-searchbar.open .header-searchbar-wr input::-moz-placeholder {
        transform: translateY(0);
        opacity: 1;
        transition-delay: 1.25s; }
      .header-searchbar.open .header-searchbar-wr input:-ms-input-placeholder {
        transform: translateY(0);
        opacity: 1;
        transition-delay: 1.25s; }
      .header-searchbar.open .header-searchbar-wr input::-webkit-input-placeholder {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition-delay: 1.25s;
        transition-delay: 1.25s; }
      .header-searchbar.open button {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 1.5s;
        transition-delay: 1.5s;
        opacity: 1; }
    .header-searchbar-wrapper {
      position: relative;
      height: 100%; }
    .header-searchbar-close {
      position: absolute;
      top: 2.4rem;
      left: 0;
      width: 35px;
      height: 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer;
      z-index: 110;
      display: none;
      display: flex; }
      @media screen and (max-width: 900px) {
        .header-searchbar-close {
          top: 1rem;
          left: 0; } }
      .header-searchbar-close:hover .icon {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); }
      .header-searchbar-close .icon {
        -webkit-transition: 0.6s ease-in-out;
        transition: 0.6s ease-in-out;
        font-weight: 500;
        font-size: 2.4rem;
        color: #ffffff;
        width: 2.4rem;
        height: 2.4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .header-searchbar-form {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 50px;
      width: 100%; }
    .header-searchbar-wr {
      position: relative; }
      .header-searchbar-wr::after {
        content: '';
        width: 0%;
        height: 0.1rem;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #ffffff;
        -webkit-transition: 1s;
        transition: 1s; }
    .header-searchbar input {
      width: 100%;
      font-size: 3rem;
      color: #ffffff;
      background-color: transparent;
      border: none;
      padding: 1rem 0;
      padding-left: 1rem;
      padding-right: 7rem; }
      @media only screen and (max-width: 1200px) {
        .header-searchbar input {
          font-size: 2.7rem; } }
      @media only screen and (max-width: 800px) {
        .header-searchbar input {
          font-size: 2.4rem; } }
      .header-searchbar input.placeholder {
        color: rgba(255, 255, 255, 0.5);
        -webkit-transition: 0.4s;
        transition: 0.4s;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0; }
      .header-searchbar input:-moz-placeholder {
        color: rgba(255, 255, 255, 0.5);
        -webkit-transition: 0.4s;
        transition: 0.4s;
        transform: translateY(100%);
        opacity: 0; }
      .header-searchbar input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.5);
        -webkit-transition: 0.4s;
        transition: 0.4s;
        transform: translateY(100%);
        opacity: 0; }
      .header-searchbar input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
        -webkit-transition: 0.4s;
        transition: 0.4s;
        transform: translateY(100%);
        opacity: 0; }
      .header-searchbar input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
        -webkit-transition: 0.4s;
        transition: 0.4s;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0; }
    .header-searchbar button {
      right: 0;
      bottom: 0;
      height: 100%;
      position: absolute;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      -webkit-transform: translateX(50%);
      transform: translateX(50%);
      opacity: 0;
      background-color: transparent;
      padding: 2rem;
      cursor: pointer; }
      .header-searchbar button img {
        -webkit-filter: none;
        filter: none;
        -webkit-transition: 0.4s;
        transition: 0.4s; }
      .header-searchbar button::after {
        background-color: transparent; }
      @media screen and (min-width: 1025px) {
        .header-searchbar button:hover > img {
          -webkit-transform: scale(1.2);
          transform: scale(1.2); } }
  .header .banner-img-menu {
    position: relative;
    display: block;
    padding-top: calc((1 / 4) * 100%);
    position: relative;
    overflow: hidden;
    overflow: hidden;
    margin-bottom: 2rem; }
    .header .banner-img-menu .banner-content-menu-mega {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
      .header .banner-img-menu .banner-content-menu-mega:nth-child(1) {
        opacity: 1; }
      .header .banner-img-menu .banner-content-menu-mega.open {
        opacity: 1; }
      .header .banner-img-menu .banner-content-menu-mega img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }

.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  pointer-events: none; }
  .popup.open {
    visibility: visible;
    pointer-events: visible; }
    .popup.open .popup-overlay {
      opacity: 1;
      visibility: visible;
      height: 100%; }
    .popup.open .popup-main {
      opacity: 1;
      visibility: visible;
      transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition-delay: 0.1s;
      -webkit-transition-delay: 0.1s;
      -moz-transition-delay: 0.1s;
      -ms-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      clip-path: polygon();
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
      -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
      -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
      -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
  .popup-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out; }
  .popup-main {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 50vw;
    max-width: 95%;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    clip-path: polygon();
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -ms-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -o-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }
    @media screen and (max-width: 1200px) {
      .popup-main {
        width: 80vw; } }
    @media screen and (max-width: 700px) {
      .popup-main {
        width: 100vw; } }
    .popup-main-wrapper {
      overflow: hidden;
      border-radius: 6px; }
  .popup-over {
    overflow-y: auto;
    min-height: 20vh;
    max-height: 80vh; }
    .popup-over::-webkit-scrollbar {
      width: .5rem; }
    .popup-over::-webkit-scrollbar-thumb {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#216DA6), to(#216DA6));
      background-image: linear-gradient(#216DA6, #216DA6);
      border-radius: 50px; }
  .popup-wrapper {
    width: 100%;
    min-height: 25vh;
    position: relative; }
  .popup-title {
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.6rem;
    color: #216DA6; }
    @media only screen and (max-width: 1200px) {
      .popup-title {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .popup-title {
        font-size: 1.7rem; } }
  .popup-text {
    color: #216DA6; }
  .popup-close {
    position: absolute !important;
    top: 2.4rem;
    right: 2.4rem;
    cursor: pointer;
    border-radius: 100rem;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    width: 4.8rem;
    height: 4.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F5F7F7;
    z-index: 3;
    color: #101112; }
    @media screen and (max-width: 1200px) {
      .popup-close {
        width: 3.5rem;
        height: 3.5rem;
        right: 1rem;
        top: 1rem; } }
    .popup-close:hover i {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); }
    .popup-close i {
      color: #101112;
      font-weight: 500;
      font-size: 2rem;
      transition: 0.6s ease-in-out;
      -webkit-transition: 0.6s ease-in-out;
      -moz-transition: 0.6s ease-in-out;
      -ms-transition: 0.6s ease-in-out;
      -o-transition: 0.6s ease-in-out;
      transition-delay: 0s;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -ms-transition-delay: 0s;
      -o-transition-delay: 0s; }

.Re-body {
  padding: 5rem 10rem; }
  @media screen and (max-width: 1200px) {
    .Re-body {
      padding: 4rem; } }
  @media screen and (max-width: 800px) {
    .Re-body {
      padding: 4rem 2.4rem; } }
  .Re-body-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    position: relative;
    margin-bottom: 2.4rem; }
    @media screen and (max-width: 1200px) {
      .Re-body-inner {
        gap: 1rem;
        margin-bottom: 1.2rem; } }

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

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

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

.re-frm-inner #dropArea .wpcf7-form-control-wrap {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.re-frm-inner #dropArea .wpcf7-not-valid-tip {
  bottom: -1rem; }

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

.soci-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 8rem 0; }
  @media screen and (max-width: 600px) {
    .soci-body {
      padding: 6rem 0; } }
  .soci-body .social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0; }
    @media screen and (max-width: 800px) {
      .soci-body .social {
        gap: 2rem; } }
    .soci-body .social .txt {
      font-size: 3.2rem;
      font-weight: 600;
      text-transform: uppercase;
      color: #101112;
      font-family: var(--font-pri); }
      @media only screen and (max-width: 1200px) {
        .soci-body .social .txt {
          font-size: 2.7rem; } }
      @media only screen and (max-width: 800px) {
        .soci-body .social .txt {
          font-size: 2.2rem; } }
    .soci-body .social-list {
      gap: 2rem; }
      @media screen and (max-width: 800px) {
        .soci-body .social-list {
          gap: 1rem; } }
    .soci-body .social-item {
      width: 6rem;
      height: 6rem; }
      @media screen and (max-width: 800px) {
        .soci-body .social-item {
          width: 5rem;
          height: 5rem; } }
      @media screen and (max-width: 600px) {
        .soci-body .social-item {
          width: 4rem;
          height: 4rem; } }

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

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

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

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

.select2-container {
  width: 100% !important; }
  .select2-container--default .select2-results__option--selected {
    background-color: #216DA6;
    color: #ffffff; }
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #216DA6;
    color: #ffffff; }
  .select2-container .select2-dropdown {
    border-radius: 0;
    overflow: hidden;
    border: none;
    background-color: #F5F7F7;
    -webkit-box-shadow: 0px 4px 35.3px 0px rgba(18, 27, 44, 0.08);
    box-shadow: 0px 4px 35.3px 0px rgba(18, 27, 44, 0.08); }
  .select2-container .select2-results__option {
    padding: .8rem 1.6rem !important; }
  .select2-container .select2-search--dropdown {
    padding: 0 !important; }
    .select2-container .select2-search--dropdown .select2-search__field {
      display: none; }
  .select2-container .select2-selection--single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5rem !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F5F7F7 !important;
    border: none !important; }
    @media screen and (max-width: 600px) {
      .select2-container .select2-selection--single {
        height: 4.5rem !important; } }
    .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 1.2rem !important; }

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

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 2rem; }
  .social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem; }
  .social-item {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 100rem;
    overflow: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    position: relative; }
    .social-item:hover {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
      -webkit-transition: .3s ease;
      transition: .3s ease; }
    .social-item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
    .social-item i {
      font-size: 1.3rem; }
    .social-item img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  .social .txt {
    font-size: 1.6rem;
    font-weight: 600;
    color: #3A4040;
    font-family: var(--font-pri); }

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

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

.form-ip {
  background: #F5F7F7;
  padding: 0 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .form-ip .wpcf7-form-control-wrap {
    width: 100%; }
  .form-ip textarea {
    height: 100% !important; }

.form-input {
  height: 5rem;
  border: none;
  outline: none;
  width: 100%;
  background: transparent; }
  @media screen and (max-width: 600px) {
    .form-input {
      height: 4.5rem; } }

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

.form-file {
  position: relative;
  width: 100%;
  border-radius: var(--corner-radius-xSmall, 8px);
  border: 1px dashed var(--color-border-neutral-medium, #A3A3A3); }
  .form-file label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .8rem;
    width: 100%;
    border-radius: 0.8rem;
    padding: 1.6rem 1.4rem;
    background-color: #ffffff;
    border: 0.1rem dashed #216DA6;
    font-size: 1.6rem;
    color: #101112;
    font-weight: 500; }
    .form-file label .txtJs {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all; }
  .form-file .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 1rem; }
  .form-file .icon {
    width: 2.4rem;
    height: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .form-file .icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      display: block; }
  .form-file .txt {
    font-size: 1.2rem;
    font-family: var(--font-sec);
    color: #A1ABAB;
    font-weight: 400; }
    .form-file .txt span {
      font-weight: 600;
      font-size: 1.4rem;
      color: #101112; }
  .form-file input {
    display: none; }

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

.form-search {
  padding: 0 .8rem;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .4rem;
  background-color: #F5F7F7;
  overflow: hidden;
  height: 5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 600px) {
    .form-search {
      height: 4.5rem; } }
  .form-search input {
    width: 100%;
    font-size: 1.6rem;
    font-family: var(--font-pri);
    color: #101112;
    font-weight: 500;
    padding: 1rem .4rem;
    border: none;
    outline: none;
    background-color: transparent; }
  .form-search .btn-search {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: var(--font-pri);
    color: #ffffff;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4rem;
    height: 3.6rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .form-search .btn-search:hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .form-search .btn-search img {
      width: 3rem;
      display: block;
      -o-object-fit: contain;
      object-fit: contain;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }

.breadcrumb {
  padding: 2.4rem 0;
  margin-bottom: 2.4rem; }
  @media screen and (max-width: 1200px) {
    .breadcrumb {
      padding: 1.2rem 0;
      margin-bottom: 1.2rem; } }
  @media screen and (min-width: 1200px) {
    .breadcrumb-wrapper {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; } }
  .breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    gap: .8rem; }
  .breadcrumb-item {
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .8rem;
    font-weight: 500;
    font-family: var(--font-pri);
    color: #606569;
    text-transform: capitalize; }
    .breadcrumb-item:not(:first-child)::before {
      display: inline-block;
      content: "\f061";
      font-family: "Font Awesome 6 Pro";
      width: 1.4rem;
      height: 1.4rem;
      font-size: 1.4rem;
      color: #101112;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-weight: 500; }
    .breadcrumb-item:last-child {
      color: #101112;
      pointer-events: none;
      font-weight: 700; }
    @media screen and (min-width: 1025px) {
      .breadcrumb-item:hover {
        color: #216DA6; } }
  .breadcrumb-link {
    color: inherit;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }

.btn-pri {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.2rem;
  color: #ffffff;
  font-weight: 700;
  font-family: var(--font-pri);
  font-size: 1.6rem;
  border: 0.1rem solid #216DA6;
  background-color: #216DA6;
  z-index: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding: 1.2rem 2.4rem; }
  @media screen and (max-width: 800px) {
    .btn-pri {
      padding: .8rem 1.6rem; } }
  .btn-pri:hover {
    color: #216DA6; }
    .btn-pri:hover::before {
      height: 100%;
      top: 0; }
  .btn-pri::before {
    position: absolute;
    content: '';
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    width: 100%;
    height: 0;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .btn-pri .txt {
    font-weight: 500;
    font-family: var(--font-pri);
    font-size: 1.6rem;
    line-height: 120%;
    position: relative;
    --wicon: .8rem;
    z-index: 1; }
    @media screen and (max-width: 800px) {
      .btn-pri .txt {
        font-size: 1.4rem; } }
  .btn-pri .icon {
    position: relative;
    z-index: 1; }
    .btn-pri .icon i {
      font-weight: 600; }

.btn-white {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: .8rem;
  color: #216DA6;
  font-weight: 700;
  font-family: var(--font-pri);
  font-size: 1.6rem;
  border: 0.1rem solid #216DA6;
  background-color: #ffffff;
  z-index: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding: 1.2rem 2.4rem; }
  @media screen and (max-width: 800px) {
    .btn-white {
      padding: .8rem 1.6rem; } }
  .btn-white:hover {
    color: #ffffff; }
    .btn-white:hover::before {
      height: 100%;
      top: 0; }
  .btn-white::before {
    position: absolute;
    content: '';
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #216DA6;
    width: 100%;
    height: 0;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .btn-white .txt {
    font-weight: 500;
    font-family: var(--font-pri);
    font-size: 1.6rem;
    line-height: 120%;
    position: relative;
    --wicon: .8rem;
    z-index: 1; }
    @media screen and (max-width: 800px) {
      .btn-white .txt {
        font-size: 1.4rem; } }
  .btn-white .icon {
    position: relative;
    z-index: 1; }
    .btn-white .icon i {
      font-weight: 600; }

.btn-white1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: .8rem;
  color: #ffffff;
  font-weight: 700;
  font-family: var(--font-pri);
  font-size: 1.6rem;
  border: 0.1rem solid #ffffff;
  background-color: transparent;
  z-index: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding: 1.2rem 2.4rem; }
  @media screen and (max-width: 800px) {
    .btn-white1 {
      padding: .8rem 1.6rem; } }
  .btn-white1:hover {
    color: #216DA6;
    border-color: #216DA6; }
    .btn-white1:hover::before {
      height: 100%;
      top: 0; }
  .btn-white1::before {
    position: absolute;
    content: '';
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    width: 100%;
    height: 0;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .btn-white1 .txt {
    font-weight: 500;
    font-family: var(--font-pri);
    font-size: 1.6rem;
    line-height: 120%;
    position: relative;
    --wicon: .8rem;
    z-index: 1; }
    @media screen and (max-width: 800px) {
      .btn-white1 .txt {
        font-size: 1.4rem; } }
  .btn-white1 .icon {
    position: relative;
    z-index: 1; }
    .btn-white1 .icon i {
      font-weight: 600; }

.btn-tran {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: .8rem;
  border: .1rem solid transparent;
  background-color: transparent;
  z-index: 1;
  border-radius: 0.4rem;
  padding: 1.2rem 2.4rem;
  overflow: hidden; }
  @media screen and (max-width: 800px) {
    .btn-tran {
      padding: .8rem 1.6rem; } }
  .btn-tran::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #216DA6;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear; }
  .btn-tran::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background-color: #216DA6;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    z-index: -1; }
  .btn-tran .txt {
    line-height: 120%;
    position: relative;
    z-index: 1;
    color: #216DA6;
    font-weight: 600;
    font-family: var(--font-pri);
    font-size: 1.6rem;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
    @media screen and (max-width: 800px) {
      .btn-tran .txt {
        font-size: 1.4rem; } }
  .btn-tran .icon {
    color: #216DA6;
    font-weight: 600;
    font-family: var(--font-pri);
    font-size: 1.6rem;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 800px) {
      .btn-tran .icon {
        font-size: 1.4rem; } }
    .btn-tran .icon i {
      font-weight: 600; }
  .btn-tran:hover .txt,
  .btn-tran:hover .icon {
    color: #ffffff; }
  .btn-tran:hover::before {
    width: 100%; }
  .btn-tran:hover::after {
    height: 100%;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }

.btn-tran1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.2rem;
  color: #216DA6;
  font-weight: 700;
  font-family: var(--font-pri);
  font-size: 1.6rem;
  border: 0.1rem solid #216DA6;
  background-color: transparent;
  z-index: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding: 1.2rem 2.4rem; }
  @media screen and (max-width: 800px) {
    .btn-tran1 {
      padding: .8rem 1.6rem; } }
  .btn-tran1:hover {
    color: #ffffff; }
    .btn-tran1:hover::before {
      height: 100%;
      top: 0; }
  .btn-tran1::before {
    position: absolute;
    content: '';
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #216DA6;
    width: 100%;
    height: 0;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .btn-tran1 .txt {
    font-weight: 500;
    font-family: var(--font-pri);
    font-size: 1.6rem;
    line-height: 120%;
    position: relative;
    --wicon: .8rem;
    z-index: 1; }
    @media screen and (max-width: 800px) {
      .btn-tran1 .txt {
        font-size: 1.4rem; } }
  .btn-tran1 .icon {
    position: relative;
    z-index: 1; }
    .btn-tran1 .icon i {
      font-weight: 600; }

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

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

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

.btn-full {
  width: 100%; }

.full {
  width: 100%; }

.half {
  width: 50%; }

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

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  margin: 1.6rem 0; }
  .page-numbers > li:not(:first-child) {
    margin-left: .8rem; }
  .page-numbers > li > .page-numbers {
    --wh: 3rem;
    width: var(--wh);
    height: var(--wh);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    color: #82888C;
    font-weight: 400;
    font-size: 1.6rem;
    font-family: var(--font-pri);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .page-numbers > li > .page-numbers::after {
      position: absolute;
      content: "";
      width: 0;
      height: 100%;
      top: 0;
      right: 0;
      background: #216DA6;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      z-index: 1;
      pointer-events: none; }
    .page-numbers > li > .page-numbers:after {
      z-index: -1; }
    @media screen and (max-width: 1200px) {
      .page-numbers > li > .page-numbers {
        --wh: 3rem;
        font-size: 1.4rem; } }
    @media screen and (min-width: 1025px) {
      .page-numbers > li > .page-numbers:hover:not(.dot) {
        color: #ffffff;
        background-color: #216DA6; }
        .page-numbers > li > .page-numbers:hover:not(.dot)::after {
          left: 0;
          width: 100%; } }
    .page-numbers > li > .page-numbers.current {
      color: #ffffff;
      background-color: #216DA6;
      font-weight: 400; }
      .page-numbers > li > .page-numbers.current::after {
        left: 0;
        width: 100%; }
    .page-numbers > li > .page-numbers.dot {
      background-color: transparent !important;
      border: transparent !important; }
    .page-numbers > li > .page-numbers.next {
      margin-left: 1rem; }
      @media screen and (max-width: 800px) {
        .page-numbers > li > .page-numbers.next {
          margin-left: .8rem; } }
    .page-numbers > li > .page-numbers.prev {
      margin-right: 1rem; }
      @media screen and (max-width: 800px) {
        .page-numbers > li > .page-numbers.prev {
          margin-right: .8rem; } }
    .page-numbers > li > .page-numbers.next, .page-numbers > li > .page-numbers.prev {
      border: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      color: #101112;
      background-color: #F5F6F7;
      font-size: 1.2rem; }
    .page-numbers > li > .page-numbers i {
      font-weight: 500; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pd-140 {
  padding: 14rem 0; }
  @media screen and (max-width: 1200px) {
    .pd-140 {
      padding: 7rem 0; } }

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

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

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

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

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

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

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

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

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

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

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

.mt-8 {
  margin-top: .8rem; }

.mt-12 {
  margin-top: 1.2rem; }

.mt-2 {
  margin-top: 2rem; }

.swiper-slide {
  height: auto; }

.swiper-next, .swiper-prev {
  --wbtn: 6rem;
  width: var(--wbtn);
  height: var(--wbtn);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #216DA6;
  border: 0.1rem solid #216DA6;
  z-index: 1;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 2.2rem; }
  .swiper-next::before, .swiper-prev::before {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: inherit;
    scale: 0;
    z-index: -1;
    background-color: #ffffff;
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
  .swiper-next:hover, .swiper-prev:hover {
    color: #216DA6; }
    .swiper-next:hover::before, .swiper-prev:hover::before {
      scale: 3; }
  @media screen and (max-width: 1200px) {
    .swiper-next, .swiper-prev {
      --wbtn: 5rem; } }
  @media screen and (max-width: 600px) {
    .swiper-next, .swiper-prev {
      --wbtn: 3.8rem; } }
  .swiper-next.swiper-button-disabled, .swiper-prev.swiper-button-disabled {
    pointer-events: none;
    opacity: .4;
    background-color: #ffffff;
    color: #216DA6; }

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

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

.swiper-pagination {
  bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .swiper-pagination-bullet {
    --wbul: 1.2rem;
    width: var(--wbul);
    height: var(--wbul);
    background-color: #216DA6;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .swiper-pagination-bullet-active {
      width: 4.8rem;
      border-radius: 0.6rem; }
    @media screen and (max-width: 800px) {
      .swiper-pagination-bullet {
        --wbul: 1rem; } }

.quali-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem; }
  @media screen and (max-width: 1200px) {
    .quali-item {
      gap: 1.2rem; } }
  @media screen and (max-width: 550px) {
    .quali-item {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .quali-item:not(:last-child) {
    margin-bottom: 3.2rem; }
    @media screen and (max-width: 1200px) {
      .quali-item:not(:last-child) {
        margin-bottom: 1.6rem; } }
  @media screen and (max-width: 550px) {
    .quali-item:nth-child(odd) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .quali-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    @media screen and (max-width: 550px) {
      .quali-item:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
    .quali-item:nth-child(even) .quali-des {
      background-color: #EBF1FA; }

.quali-col {
  width: 50%; }
  @media screen and (max-width: 550px) {
    .quali-col {
      width: 100%; } }

.quali-des {
  padding: 4rem 2.4rem; }
  @media screen and (max-width: 1200px) {
    .quali-des {
      padding: 2rem 1.2rem; } }
  @media screen and (max-width: 550px) {
    .quali-des {
      padding: 1.4rem 1rem;
      background-color: #EBF1FA; } }

.quali-img {
  width: 100%; }
  .quali-img .in {
    display: block;
    padding-top: calc((351 / 468) * 100%);
    position: relative;
    overflow: hidden;
    width: 100%; }
    .quali-img .in img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      display: block; }

.new-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .new-head .btn-view {
    margin-left: auto; }

.new-tag {
  --gap: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--gap); }
  .new-tag .tag {
    position: relative;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: var(--font-pri);
    color: #A1ABAB; }
    .new-tag .tag:not(:last-child)::before {
      position: absolute;
      content: "";
      right: calc(-1 * (var(--gap)/2));
      top: 0;
      bottom: 0;
      height: 80%;
      margin: auto;
      width: .1rem;
      background-color: #D0D9D9; }
    .new-tag .tag span {
      color: #101112;
      font-weight: 500; }

.new-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem; }
  @media screen and (max-width: 1200px) {
    .new-item {
      gap: 1.2rem; } }
  @media screen and (max-width: 700px) {
    .new-item {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.new-des {
  width: 50%; }
  @media screen and (max-width: 700px) {
    .new-des {
      width: 100%; } }
  .new-des-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%; }

.new-tt {
  font-size: 2.4rem;
  font-family: var(--font-pri);
  color: #101112;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  @media only screen and (max-width: 1200px) {
    .new-tt {
      font-size: 2rem; } }
  @media only screen and (max-width: 800px) {
    .new-tt {
      font-size: 1.7rem; } }
  .new-tt:hover {
    color: #216DA6; }

.new-txt {
  font-size: 1.6rem;
  color: #3A3D40;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-family: var(--font-pri); }

.new-img {
  width: 50%; }
  @media screen and (max-width: 700px) {
    .new-img {
      width: 100%; } }
  .new-img:hover .in::before {
    -webkit-animation: shine .75s;
    animation: shine .75s; }
  .new-img:hover .in img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1); }
  .new-img .in {
    display: block;
    padding-top: calc((225 / 468) * 100%);
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block; }
    .new-img .in::before {
      position: absolute;
      content: '';
      top: 0;
      left: -75%;
      z-index: 2;
      display: block;
      width: 50%;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      -webkit-transform: skewX(-25deg);
      transform: skewX(-25deg); }
    .new-img .in img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      display: block;
      -webkit-transition: all .3s linear;
      transition: all .3s linear;
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }

.newdt-content p,
.newdt-content span {
  font-family: var(--font-sec); }

.newsdt-head .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .8rem;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: var(--font-pri);
  color: #606969; }
  .newsdt-head .tag img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: block;
    width: 2rem;
    height: 2rem; }

.newsdt-content a {
  font-weight: bold;
  color: #216DA6;
  text-decoration: underline; }

.page-id-4231 .newsdt {
  padding-top: 4rem; }
  @media screen and (max-width: 1200px) {
    .page-id-4231 .newsdt {
      padding-top: 2rem; } }

.news-head-inner {
  width: 46rem;
  margin: 0 auto;
  max-width: 100%; }

.news-head .txt {
  font-size: 1.2rem;
  font-family: var(--font-pri);
  font-weight: 400;
  color: #101112; }

.paper {
  position: relative; }
  .paper-head-in {
    padding: 4rem;
    background-color: #EBF1FA; }
    @media screen and (max-width: 1200px) {
      .paper-head-in {
        padding: 2rem; } }
    .paper-head-in .txt {
      font-size: 2rem;
      font-weight: 400;
      line-height: 130%;
      color: #3A3D40;
      font-family: var(--font-pri); }
      @media only screen and (max-width: 1200px) {
        .paper-head-in .txt {
          font-size: 1.8rem; } }
      @media only screen and (max-width: 800px) {
        .paper-head-in .txt {
          font-size: 1.6rem; } }
  @media screen and (max-width: 500px) {
    .paper-it {
      width: 100%; } }
  .paper-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2.4rem;
    height: 100%; }
    @media screen and (max-width: 1200px) {
      .paper-inner {
        gap: 1.2rem; } }
    .paper-inner .des {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: .8rem; }
      .paper-inner .des .tt {
        font-size: 2.4rem;
        font-family: var(--font-pri);
        font-weight: 600;
        color: #101112;
        line-height: 130%; }
        @media only screen and (max-width: 1200px) {
          .paper-inner .des .tt {
            font-size: 2rem; } }
        @media only screen and (max-width: 800px) {
          .paper-inner .des .tt {
            font-size: 1.7rem; } }
      .paper-inner .des .txt {
        font-size: 1.6rem;
        font-family: var(--font-pri);
        font-weight: 400;
        color: #3A3D40;
        line-height: 130%; }
    .paper-inner .img {
      width: 100%;
      margin-top: auto; }
      .paper-inner .img .in {
        width: 100%;
        display: block;
        padding-top: calc((287 / 468) * 100%);
        position: relative;
        overflow: hidden; }
        .paper-inner .img .in img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          display: block; }
  .paper-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.8rem; }
    @media screen and (max-width: 1200px) {
      .paper-list {
        gap: 2.4rem; } }
  .paper-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2.4rem; }
    .paper-item:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    @media screen and (max-width: 1200px) {
      .paper-item {
        gap: 1.2rem; } }
  .paper-img {
    width: 50%; }
    .paper-img .in {
      width: 100%;
      display: block;
      padding-top: calc((287 / 468) * 100%);
      position: relative;
      overflow: hidden; }
      .paper-img .in img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        display: block; }
  .paper-des {
    width: 50%; }
    .paper-des-in {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: .8rem;
      height: 100%; }
      .paper-des-in .txt {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 130%;
        color: #3A3D40;
        font-family: var(--font-pri);
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .paper-des-in .tt {
        font-size: 2.4rem;
        font-family: var(--font-pri);
        color: #101112;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
        @media only screen and (max-width: 1200px) {
          .paper-des-in .tt {
            font-size: 2rem; } }
        @media only screen and (max-width: 800px) {
          .paper-des-in .tt {
            font-size: 1.7rem; } }
        .paper-des-in .tt:hover {
          color: #216DA6; }

.thumbpaper {
  position: relative;
  background-color: #F5F7F7; }
  .thumbpaper-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3.2rem; }
    @media screen and (max-width: 1200px) {
      .thumbpaper-list {
        gap: 1.6rem; } }
  .thumbpaper-item {
    background-color: #EDF2F2;
    padding: 2.4rem; }
    @media screen and (max-width: 1200px) {
      .thumbpaper-item {
        padding: 1.2rem; } }
    .thumbpaper-item .txt {
      font-size: 3.2rem;
      font-family: var(--font-pri);
      font-weight: 400;
      color: #3A3D40;
      line-height: 130%; }
      @media only screen and (max-width: 1200px) {
        .thumbpaper-item .txt {
          font-size: 2.7rem; } }
      @media only screen and (max-width: 800px) {
        .thumbpaper-item .txt {
          font-size: 2.2rem; } }
      @media screen and (max-width: 1200px) {
        .thumbpaper-item .txt {
          font-size: 1.6rem; } }
      .thumbpaper-item .txt span {
        font-weight: 700; }

.sust {
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 600px) {
    .sust {
      padding: 5rem 0; } }
  .sust-bg {
    position: absolute;
    border-radius: 100%;
    width: 100%;
    overflow: hidden;
    height: 100%;
    width: var(--wbf);
    height: var(--wbf);
    max-width: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: -2; }
    .sust-bg::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
  .sust-item {
    width: 65rem;
    max-width: 100%;
    position: relative; }
    .sust-item:first-child {
      width: 53.4rem; }
    .sust-item:nth-child(3n + 1) {
      margin-left: auto; }
      .sust-item:nth-child(3n + 1) .sust-bg {
        --wbf: 36.8rem;
        left: 0; }
        @media screen and (max-width: 1000px) {
          .sust-item:nth-child(3n + 1) .sust-bg {
            --wbf: 28.8rem; } }
        @media screen and (max-width: 600px) {
          .sust-item:nth-child(3n + 1) .sust-bg {
            --wbf: 100%;
            right: 0;
            -webkit-transform: 0, 0;
            transform: 0, 0;
            border-radius: 1.2rem; } }
        .sust-item:nth-child(3n + 1) .sust-bg::before {
          background: -webkit-gradient(linear, left top, right top, from(#D8FCE5), to(#B6D1FA));
          background: linear-gradient(90deg, #D8FCE5 0%, #B6D1FA 100%); }
    .sust-item:nth-child(3n + 2) .sust-bg {
      --wbf: 46.8rem;
      right: 0;
      z-index: -3; }
      @media screen and (max-width: 1000px) {
        .sust-item:nth-child(3n + 2) .sust-bg {
          --wbf: 38.8rem; } }
      @media screen and (max-width: 600px) {
        .sust-item:nth-child(3n + 2) .sust-bg {
          --wbf: 100%;
          right: 0;
          -webkit-transform: 0, 0;
          transform: 0, 0;
          border-radius: 1.2rem; } }
      .sust-item:nth-child(3n + 2) .sust-bg::before {
        background: #FBF9B8; }
    .sust-item:nth-child(3n) {
      margin-left: auto; }
      .sust-item:nth-child(3n) .sust-bg {
        --wbf: 36.8rem;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media screen and (max-width: 1000px) {
          .sust-item:nth-child(3n) .sust-bg {
            --wbf: 28.8rem; } }
        @media screen and (max-width: 600px) {
          .sust-item:nth-child(3n) .sust-bg {
            --wbf: 100%;
            right: 0;
            -webkit-transform: 0, 0;
            transform: 0, 0;
            border-radius: 1.2rem; } }
        .sust-item:nth-child(3n) .sust-bg::before {
          background: linear-gradient(147deg, #A4DEC8 16.06%, #C0F0B0 86.88%); }
    .sust-item .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      padding: 5rem 0; }
      @media screen and (max-width: 1000px) {
        .sust-item .inner {
          padding: 2.5rem; } }
      @media screen and (max-width: 600px) {
        .sust-item .inner {
          padding: 2.4rem 1.2rem; } }
    .sust-item .tt {
      font-size: 4.8rem;
      font-weight: 600;
      font-family: var(--font-pri);
      line-height: 130%;
      color: #101112;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 1.2rem; }
      @media only screen and (max-width: 1200px) {
        .sust-item .tt {
          font-size: 4.3rem; } }
      @media only screen and (max-width: 800px) {
        .sust-item .tt {
          font-size: 3.3rem; } }
      @media screen and (max-width: 600px) {
        .sust-item .tt {
          font-size: 2rem;
          margin-bottom: .6rem; } }
    .sust-item .text {
      font-size: 2.4rem;
      font-weight: 400;
      font-family: var(--font-pri);
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 2.4rem;
      color: #3A3D40; }
      @media only screen and (max-width: 1200px) {
        .sust-item .text {
          font-size: 2rem; } }
      @media only screen and (max-width: 800px) {
        .sust-item .text {
          font-size: 1.7rem; } }
      @media screen and (max-width: 600px) {
        .sust-item .text {
          font-size: 1.4rem;
          margin-bottom: 1.2rem; } }

@media screen and (max-width: 1000px) {
  .box-col {
    width: calc(4/12 * 100%); } }

@media screen and (max-width: 650px) {
  .box-col {
    width: calc(6/12 * 100%); } }

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

.box-img {
  width: 100%; }
  .box-img:hover .in img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1); }
  .box-img .in {
    display: block;
    padding-top: calc((150 / 222) * 100%);
    position: relative;
    overflow: hidden;
    width: 100%; }
    .box-img .in img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      display: block;
      -webkit-transition: all .3s linear;
      transition: all .3s linear;
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }

.box-tt {
  font-size: 1.8rem;
  font-family: var(--font-pri);
  font-weight: 600;
  color: #101112;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  @media only screen and (max-width: 1200px) {
    .box-tt {
      font-size: 1.6rem; } }
  @media only screen and (max-width: 800px) {
    .box-tt {
      font-size: 1.5rem; } }
  .box-tt:hover {
    color: #216DA6; }

.contact {
  position: relative;
  margin-top: -15%;
  z-index: 2; }
  @media screen and (max-width: 1000px) {
    .contact {
      margin-top: 0; } }
  @media screen and (max-width: 600px) {
    .contact-col {
      width: 100%; } }
  .contact-frm {
    background-color: #ffffff;
    padding: 10rem 8rem;
    -webkit-box-shadow: 0px 4px 35.3px 0px rgba(18, 27, 44, 0.08);
    box-shadow: 0px 4px 35.3px 0px rgba(18, 27, 44, 0.08); }
    @media screen and (max-width: 1200px) {
      .contact-frm {
        padding: 8rem 4rem; } }
    @media screen and (max-width: 1000px) {
      .contact-frm {
        padding: 8rem 2rem; } }
    @media screen and (max-width: 600px) {
      .contact-frm {
        padding: 6rem 1rem; } }
    .contact-frm .form-row {
      gap: 2rem 0; }
      @media screen and (max-width: 600px) {
        .contact-frm .form-row {
          gap: 1rem 0; } }
  .contact-des .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem; }
    .contact-des .list .item {
      font-size: 1.6rem;
      font-weight: 400;
      font-family: var(--font-pri);
      color: #3A3D40; }
      .contact-des .list .item span {
        font-weight: 700; }

.form-btn {
  position: relative; }
  .form-btn .btn-white {
    margin-top: 4rem !important; }
  .form-btn .wpcf7-spinner {
    top: 50%;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

@media screen and (max-width: 600px) {
  .wpcf7-response-output {
    margin: 0 !important;
    left: 0 !important; } }

@media screen and (max-width: 1200px) {
  .wpcf7 form.invalid .wpcf7-response-output {
    margin-bottom: 1rem; } }

.recruitdt-des {
  position: sticky;
  top: var(--size-hd);
  background-color: #F5F7F7;
  padding: 2.4rem; }

@media screen and (max-width: 1200px) {
  .recruitdt-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

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

.recruitdt-content h1,
.recruitdt-content h2,
.recruitdt-content h3,
.recruitdt-content h4,
.recruitdt-content h5 {
  font-size: 3.2rem; }
  @media only screen and (max-width: 1200px) {
    .recruitdt-content h1,
    .recruitdt-content h2,
    .recruitdt-content h3,
    .recruitdt-content h4,
    .recruitdt-content h5 {
      font-size: 2.7rem; } }
  @media only screen and (max-width: 800px) {
    .recruitdt-content h1,
    .recruitdt-content h2,
    .recruitdt-content h3,
    .recruitdt-content h4,
    .recruitdt-content h5 {
      font-size: 2.2rem; } }

.recruitdt-content li {
  list-style: none;
  position: relative;
  padding-left: 4rem; }
  .recruitdt-content li::before {
    position: absolute;
    content: '';
    left: 0;
    top: .5rem;
    width: 2.4rem;
    height: 2.4rem;
    background-image: url("../assets/images/checked.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

@media screen and (max-width: 700px) {
  .recruit-head .list .item:nth-child(1) {
    width: 100%; }
  .recruit-head .list .item:nth-child(2), .recruit-head .list .item:nth-child(3) {
    width: 50%; } }

@media screen and (max-width: 450px) {
  .recruit-head .list .item:nth-child(2), .recruit-head .list .item:nth-child(3) {
    width: 100%; } }

.recruit-head .txt {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: var(--font-pri);
  color: #3A3D40; }

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

.recruit-tt {
  font-size: 3.2rem;
  font-family: var(--font-sec);
  font-weight: 600;
  color: #101112;
  line-height: 140%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  @media only screen and (max-width: 1200px) {
    .recruit-tt {
      font-size: 2.7rem; } }
  @media only screen and (max-width: 800px) {
    .recruit-tt {
      font-size: 2.2rem; } }
  .recruit-tt:hover {
    color: #216DA6; }

.recruit-item {
  background-color: #ffffff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  height: 100%;
  -webkit-box-shadow: 0px 4px 32px 0px rgba(18, 27, 44, 0.05);
  box-shadow: 0px 4px 32px 0px rgba(18, 27, 44, 0.05); }
  .recruit-item .inner {
    padding: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%; }
    @media screen and (max-width: 1200px) {
      .recruit-item .inner {
        padding: 1.6rem; } }
  .recruit-item:hover::before {
    height: 100%;
    top: 0; }
  .recruit-item::before {
    --wbf: .4rem;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: .2rem;
    height: 0;
    background-color: #216DA6;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
    @media screen and (max-width: 600px) {
      .recruit-item::before {
        -webkit-transition: all .4s ease;
        transition: all .4s ease; } }
  .recruit-item .des {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .recruit-item .des .txt {
      position: relative;
      font-size: 1.6rem;
      font-family: var(--font-pri);
      color: #606969;
      font-weight: 400; }
      .recruit-item .des .txt:not(:last-child) {
        --pad: 1.2rem;
        padding-right: var(--pad);
        margin-right: var(--pad); }
        @media screen and (max-width: 1200px) {
          .recruit-item .des .txt:not(:last-child) {
            --pad: .8rem; } }
        .recruit-item .des .txt:not(:last-child)::before {
          position: absolute;
          content: '';
          top: 0;
          bottom: 0;
          right: 0;
          height: 80%;
          width: .1rem;
          margin: auto;
          background-color: #101112; }
  .recruit-item .btn-gb {
    margin-top: auto;
    -webkit-transform: translateX(-2.4rem);
    transform: translateX(-2.4rem);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    @media screen and (max-width: 800px) {
      .recruit-item .btn-gb {
        -webkit-transform: translateX(-1.6rem);
        transform: translateX(-1.6rem); } }
    .recruit-item .btn-gb:hover {
      -webkit-transform: translateX(0);
      transform: translateX(0); }

.regis {
  background-color: #F5F7F7; }
  .regis-frm {
    width: 63.2rem;
    max-width: 100%;
    margin: auto; }
    .regis-frm .wpcf7-response-output {
      bottom: -3rem !important; }

.benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8rem; }
  @media screen and (max-width: 1200px) {
    .benefit-list {
      gap: 4rem; } }
  @media screen and (max-width: 500px) {
    .benefit-list {
      gap: 2rem; } }

.benefit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 3.2rem; }
  @media screen and (max-width: 600px) {
    .benefit-item {
      gap: 1.6rem; } }
  .benefit-item .icon {
    --wh: 8rem;
    width: var(--wh);
    height: var(--wh);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .benefit-item .icon img {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: contain;
      object-fit: contain; }

.benefit-des .mona-content h2, .benefit-des .mona-content h3, .benefit-des .mona-content h4 {
  font-size: 2.8rem; }
  @media only screen and (max-width: 1200px) {
    .benefit-des .mona-content h2, .benefit-des .mona-content h3, .benefit-des .mona-content h4 {
      font-size: 2.4rem; } }
  @media only screen and (max-width: 800px) {
    .benefit-des .mona-content h2, .benefit-des .mona-content h3, .benefit-des .mona-content h4 {
      font-size: 2.1rem; } }

.benefit-des .mona-content span, .benefit-des .mona-content li, .benefit-des .mona-content p {
  font-size: 2rem; }
  @media only screen and (max-width: 1200px) {
    .benefit-des .mona-content span, .benefit-des .mona-content li, .benefit-des .mona-content p {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 800px) {
    .benefit-des .mona-content span, .benefit-des .mona-content li, .benefit-des .mona-content p {
      font-size: 1.6rem; } }

.benefit-des .mona-content li {
  margin: 0; }

.career-bdy {
  position: relative; }
  .career-bdy::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background-color: #EBF1FA;
    z-index: -1; }

.career-tb {
  --pg: 2.4rem;
  margin: auto;
  width: calc(100% - var(--pg)*2);
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 35.3px 0px rgba(18, 27, 44, 0.08);
  box-shadow: 0px 4px 35.3px 0px rgba(18, 27, 44, 0.08); }
  @media screen and (max-width: 1200px) {
    .career-tb {
      --pg: 1.2rem; } }
  @media screen and (max-width: 600px) {
    .career-tb {
      --pg: .6rem; } }
  .career-tb table {
    width: 100%; }
    .career-tb table tbody {
      width: 100%; }
      .career-tb table tbody tr {
        padding: .8rem 1.6rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media screen and (max-width: 800px) {
          .career-tb table tbody tr {
            padding: .6rem .8rem; } }
        .career-tb table tbody tr td {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          margin: 0 .8rem;
          font-size: 2rem;
          color: #101112;
          font-weight: 400;
          font-family: var(--font-pri); }
          @media only screen and (max-width: 1200px) {
            .career-tb table tbody tr td {
              font-size: 1.8rem; } }
          @media only screen and (max-width: 800px) {
            .career-tb table tbody tr td {
              font-size: 1.6rem; } }
          @media screen and (max-width: 800px) {
            .career-tb table tbody tr td {
              margin: 0 .4rem;
              font-size: 1.3rem; } }
          .career-tb table tbody tr td trong {
            font-weight: 600; }
          .career-tb table tbody tr td:not(:last-child) {
            border-right: 0.1rem solid #EDF2F2; }

.careers {
  position: relative; }
  .careers-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1; }
    .careers-bg img {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
      object-fit: cover; }
  .careers-item .bdy {
    position: relative;
    overflow: hidden; }
    .careers-item .bdy:hover::before {
      top: 0;
      height: 100%; }
    .careers-item .bdy:hover .careers-btn {
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 1; }
    .careers-item .bdy::before {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 0%;
      z-index: 1;
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
  .careers-img {
    width: 100%;
    height: 100%; }
    .careers-img .in {
      display: block;
      padding-top: calc((228 / 304) * 100%);
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%; }
      .careers-img .in img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
  .careers-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -51%);
    transform: translate(-50%, -51%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .careers-btn .btn-view {
      -ms-flex-negative: 0;
      flex-shrink: 0; }

.ourstory {
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 1201px) {
    .ourstory-slider {
      width: 100%; } }
  .ourstory-slider .swiper-prev, .ourstory-slider .swiper-next {
    border: none;
    background-color: transparent;
    color: #101112;
    font-size: 4rem;
    font-weight: 600; }
    @media only screen and (max-width: 1200px) {
      .ourstory-slider .swiper-prev, .ourstory-slider .swiper-next {
        font-size: 3.5rem; } }
    @media only screen and (max-width: 800px) {
      .ourstory-slider .swiper-prev, .ourstory-slider .swiper-next {
        font-size: 2.7rem; } }
    .ourstory-slider .swiper-prev:hover, .ourstory-slider .swiper-next:hover {
      color: #216DA6; }
    .ourstory-slider .swiper-prev::before, .ourstory-slider .swiper-next::before {
      display: none; }
  .ourstory-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
    position: relative; }
    .ourstory-item:hover .ourstory-img::before {
      height: 100%; }
    .ourstory-item:hover .ourstory-des {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
      visibility: visible; }
  .ourstory-img {
    width: 100%;
    position: relative;
    z-index: 1; }
    .ourstory-img::before {
      position: absolute;
      content: '';
      left: 0;
      pointer-events: none;
      bottom: 0;
      height: 0%;
      width: 100%;
      z-index: 1;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(8, 61, 60, 0)), color-stop(83.02%, rgba(0, 0, 0, 0.4)));
      background: linear-gradient(180deg, rgba(8, 61, 60, 0) 50%, rgba(0, 0, 0, 0.4) 83.02%);
      -webkit-transition: all .45s ease;
      transition: all .45s ease; }
      @media screen and (max-width: 800px) {
        .ourstory-img::before {
          height: 100%; } }
    .ourstory-img .in {
      display: block;
      padding-top: calc((753 / 592) * 100%);
      position: relative;
      overflow: hidden; }
      .ourstory-img .in img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        display: block; }
  .ourstory-des {
    padding: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 2;
    padding: 1.2rem; }
    @media screen and (min-width: 801px) {
      .ourstory-des {
        -webkit-transform: translateY(2rem);
        transform: translateY(2rem);
        opacity: 0;
        visibility: hidden; } }
    @media screen and (max-width: 800px) {
      .ourstory-des {
        padding: 1rem; } }
    .ourstory-des .txt {
      color: #ffffff;
      font-size: 1.6rem;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-family: var(--font-pri); }
  .ourstory-tt {
    font-family: var(--font-pri);
    font-size: 3.2rem;
    font-weight: 700;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    @media only screen and (max-width: 1200px) {
      .ourstory-tt {
        font-size: 2.7rem; } }
    @media only screen and (max-width: 800px) {
      .ourstory-tt {
        font-size: 2.2rem; } }

.careerStory {
  position: relative; }
  .careerStory-des .txt {
    font-size: 2rem;
    font-family: var(--font-pri);
    font-weight: 700;
    color: #3A3D40;
    margin-bottom: 1.2rem; }
    @media only screen and (max-width: 1200px) {
      .careerStory-des .txt {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .careerStory-des .txt {
        font-size: 1.6rem; } }
  .careerStory-bdy .mona-content tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 500px) {
      .careerStory-bdy .mona-content tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .careerStory-bdy .mona-content .wp-caption {
    width: 100% !important; }
  .careerStory-bdy .mona-content td {
    width: 50% !important;
    font-size: 1.6rem; }
    @media screen and (max-width: 500px) {
      .careerStory-bdy .mona-content td {
        width: 100% !important; } }
  .careerStory-bdy .mona-content strong {
    font-weight: 800; }
  .careerStory-bdy .mona-content li, .careerStory-bdy .mona-content span,
  .careerStory-bdy .mona-content p {
    font-weight: 500; }
  .careerStory-img {
    width: 100%;
    display: block;
    padding-top: calc((469 / 632) * 100%);
    position: relative;
    overflow: hidden; }
    .careerStory-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      display: block; }
  .careerStory-hd {
    margin-bottom: 4.8rem; }
    @media screen and (max-width: 1200px) {
      .careerStory-hd {
        margin-bottom: 2.4rem; } }
    .careerStory-hd .title-pri {
      margin-bottom: 4.8rem; }
      @media screen and (max-width: 1200px) {
        .careerStory-hd .title-pri {
          margin-bottom: 2.4rem; } }
  @media screen and (max-width: 650px) {
    .careerStory-col {
      width: 100%; } }

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

.pductdt-img {
  width: 100%;
  display: block;
  padding-top: calc((307 / 468) * 100%);
  position: relative;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: .1rem solid transparent; }
  .pductdt-img:hover {
    border: 0.1rem solid #216DA6; }
  .pductdt-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block; }

.pductdt .pductdt-slider {
  margin-bottom: 1rem; }

.pductdt .pductdtThumb-slider .pductdt-img {
  display: block;
  padding-top: calc((140 / 140) * 100%);
  position: relative;
  overflow: hidden;
  cursor: pointer; }

.pductdt-inner {
  position: sticky;
  top: var(--size-hd);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.pductdt-des table {
  width: 100%; }
  .pductdt-des table tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 0;
    border-top: 0.1rem solid #EDF2F2; }
    .pductdt-des table tr:not(:last-child) {
      border-bottom: 0.1rem solid #EDF2F2; }
    .pductdt-des table tr td {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-right: .8rem; }

.pductrl {
  position: relative; }
  .pductrl-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem; }
    .pductrl-head .btn-view {
      margin-left: auto; }

.pduct {
  position: relative; }
  .pduct-des {
    padding: 4rem;
    background-color: #ffffff;
    text-align: center;
    font-size: 2rem;
    font-family: var(--font-pri);
    font-weight: 400;
    color: #3A3D40; }
    @media only screen and (max-width: 1200px) {
      .pduct-des {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .pduct-des {
        font-size: 1.6rem; } }
    .pduct-des.pri {
      background-color: #FDF7F9; }
    .pduct-des.sec {
      background-color: #EBF1FA; }
    .pduct-des.thr {
      background-color: #FAF6EA; }

.award-head .mona-content h3 {
  text-align: center;
  font-family: var(--font-pri);
  color: #101112;
  font-size: 4.8rem;
  text-align: center;
  font-weight: 600; }
  @media only screen and (max-width: 1200px) {
    .award-head .mona-content h3 {
      font-size: 4.3rem; } }
  @media only screen and (max-width: 800px) {
    .award-head .mona-content h3 {
      font-size: 3.3rem; } }

.award-head .mona-content p,
.award-head .mona-content span {
  font-weight: 400;
  font-size: 1.6rem;
  color: #3A3D40;
  text-align: center; }

.award-head .mona-content img {
  width: 100%;
  margin: 1.6rem 0; }

.company-bdy {
  padding: 0; }

.company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10rem; }
  @media screen and (max-width: 1200px) {
    .company-list {
      gap: 5rem; } }

.company-item {
  overflow: auto hidden;
  padding-bottom: 1.2rem; }
  .company-item::-webkit-scrollbar {
    height: .5rem; }
  .company-item:nth-child(2) table tbody tr td:first-child {
    width: 7rem; }
  .company-item table {
    width: 100%;
    margin-bottom: 2rem;
    min-width: 50rem; }
    .company-item table tbody {
      width: 100%; }
      .company-item table tbody tr {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 1.6rem;
        border-top: 0.1rem solid #EDF0F2; }
        .company-item table tbody tr:last-child {
          border-bottom: 0.1rem solid #EDF0F2; }
        .company-item table tbody tr td {
          font-family: var(--font-pri);
          font-weight: 400;
          font-size: 1.6rem;
          color: #101112; }
          .company-item table tbody tr td:nth-child(1) {
            width: 20rem;
            -ms-flex-negative: 0;
            flex-shrink: 0; }
          .company-item table tbody tr td:not(:first-child) {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1; }
          .company-item table tbody tr td strong {
            font-weight: 600; }
  .company-item .btn-view {
    margin: 3rem 0; }

.about {
  position: relative; }
  .about-bdy .mona-content h2 {
    font-size: 3.2rem;
    font-weight: 600;
    font-family: var(--font-pri);
    color: #101112;
    line-height: 130%;
    margin: 0 0 1.2rem; }
    @media only screen and (max-width: 1200px) {
      .about-bdy .mona-content h2 {
        font-size: 2.7rem; } }
    @media only screen and (max-width: 800px) {
      .about-bdy .mona-content h2 {
        font-size: 2.2rem; } }
  .about-bdy .mona-content h3 {
    font-size: 2.8rem;
    font-weight: 600;
    font-family: var(--font-pri);
    color: #101112;
    line-height: 130%;
    margin: 0 0 1.2rem; }
    @media only screen and (max-width: 1200px) {
      .about-bdy .mona-content h3 {
        font-size: 2.4rem; } }
    @media only screen and (max-width: 800px) {
      .about-bdy .mona-content h3 {
        font-size: 2.1rem; } }
  .about-bdy .mona-content ul, .about-bdy .mona-content ol {
    margin: 0; }
  .about-bdy .mona-content li {
    margin: 0 0 1.2rem;
    font-size: 2rem;
    font-family: var(--font-pri);
    color: #101112; }
    @media only screen and (max-width: 1200px) {
      .about-bdy .mona-content li {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .about-bdy .mona-content li {
        font-size: 1.6rem; } }
  .about-bdy .mona-content p, .about-bdy .mona-content span {
    font-size: 2rem;
    font-family: var(--font-pri);
    color: #101112;
    font-weight: 400;
    margin: 0 0 1.2rem; }
    @media only screen and (max-width: 1200px) {
      .about-bdy .mona-content p, .about-bdy .mona-content span {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .about-bdy .mona-content p, .about-bdy .mona-content span {
        font-size: 1.6rem; } }
  .about-bdy .mona-content img {
    margin: 0 0 1.2rem;
    width: 100%; }
  .about-ct > .txt {
    margin-bottom: 1.2rem;
    font-size: 2rem; }
    @media only screen and (max-width: 1200px) {
      .about-ct > .txt {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 800px) {
      .about-ct > .txt {
        font-size: 1.6rem; } }

.hbanner-img {
  width: 100%;
  display: block;
  padding-top: calc((656 / 1728) * 100%);
  position: relative;
  overflow: hidden;
  -webkit-transition: all 3s ease;
  transition: all 3s ease; }
  .hbanner-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block; }

.hbanner-slider {
  position: relative; }
  .hbanner-slider .swiper-pagination {
    bottom: 1rem !important; }
    .hbanner-slider .swiper-pagination-bullet {
      background: #ffffff;
      opacity: 1; }
      .hbanner-slider .swiper-pagination-bullet-active {
        background: #216DA6; }

.hthumb-img {
  display: block;
  padding-top: calc((351 / 960) * 100%);
  position: relative;
  overflow: hidden;
  width: 100%; }
  .hthumb-img img, .hthumb-img video, .hthumb-img iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block; }

.customer {
  overflow: hidden; }
  .customer-img {
    display: block;
    padding-top: calc((100 / 180) * 100%);
    position: relative;
    overflow: hidden;
    width: 100%; }
    .customer-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      display: block; }

.hintro {
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 500px) {
    .hintro-col {
      width: 100%; } }
  .hintro-img {
    width: 100%;
    display: block;
    padding-top: calc((351 / 468) * 100%);
    position: relative;
    overflow: hidden; }
    .hintro-img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      display: block; }
  .hintro-block {
    position: relative;
    background-color: #F5F7F7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%; }
    .hintro-block .menu-list .menu-item:hover {
      color: #216DA6; }
      .hintro-block .menu-list .menu-item:hover > .menu-link i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .hintro-block .menu-list .menu-item:hover .menu-list {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        opacity: 1; }
    .hintro-block .menu-list .menu-item .menu-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 2.4rem;
      color: #121212;
      font-size: 4rem;
      font-weight: 600;
      font-family: var(--font-pri);
      position: relative;
      -webkit-transition: all .3s linear;
      transition: all .3s linear; }
      @media only screen and (max-width: 1200px) {
        .hintro-block .menu-list .menu-item .menu-link {
          font-size: 3.5rem; } }
      @media only screen and (max-width: 800px) {
        .hintro-block .menu-list .menu-item .menu-link {
          font-size: 2.7rem; } }
      @media screen and (max-width: 1200px) {
        .hintro-block .menu-list .menu-item .menu-link {
          font-size: 2.6rem;
          padding: 1.2rem; } }
  @media only screen and (max-width: 1200px) and (max-width: 1200px) {
    .hintro-block .menu-list .menu-item .menu-link {
      font-size: 2.2rem; } }
  @media only screen and (max-width: 1200px) and (max-width: 800px) {
    .hintro-block .menu-list .menu-item .menu-link {
      font-size: 1.9rem; } }
      .hintro-block .menu-list .menu-item .menu-link i {
        font-weight: 300;
        font-size: 3rem;
        -webkit-transition: all .3s linear;
        transition: all .3s linear; }
        @media only screen and (max-width: 1200px) {
          .hintro-block .menu-list .menu-item .menu-link i {
            font-size: 2.7rem; } }
        @media only screen and (max-width: 800px) {
          .hintro-block .menu-list .menu-item .menu-link i {
            font-size: 2.4rem; } }
        @media screen and (max-width: 1200px) {
          .hintro-block .menu-list .menu-item .menu-link i {
            font-size: 2.6rem; } }
  @media only screen and (max-width: 1200px) and (max-width: 1200px) {
    .hintro-block .menu-list .menu-item .menu-link i {
      font-size: 2.2rem; } }
  @media only screen and (max-width: 1200px) and (max-width: 800px) {
    .hintro-block .menu-list .menu-item .menu-link i {
      font-size: 1.9rem; } }
    .hintro-block .menu-list .menu-item .menu-list {
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(2rem);
      transform: translateY(2rem);
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      z-index: 3;
      background-color: #ffffff;
      -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; }
      .hintro-block .menu-list .menu-item .menu-list > .menu-item > .menu-link {
        padding: 2rem;
        font-size: 2rem; }
        @media only screen and (max-width: 1200px) {
          .hintro-block .menu-list .menu-item .menu-list > .menu-item > .menu-link {
            font-size: 1.8rem; } }
        @media only screen and (max-width: 800px) {
          .hintro-block .menu-list .menu-item .menu-list > .menu-item > .menu-link {
            font-size: 1.6rem; } }
        @media screen and (max-width: 1200px) {
          .hintro-block .menu-list .menu-item .menu-list > .menu-item > .menu-link {
            font-size: 1.6rem;
            padding: 1.6rem; } }
      .hintro-block .menu-list .menu-item .menu-list > .menu-item:hover > .menu-link {
        background-color: #216DA6;
        color: #ffffff; }
  .hintro-head {
    position: relative; }
    .hintro-head:hover::before {
      height: 100%;
      top: 0; }
    .hintro-head:hover .hintro-btn {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    .hintro-head::before {
      position: absolute;
      content: '';
      right: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 0;
      background-color: rgba(0, 0, 0, 0.6);
      -webkit-transition: all .3s linear;
      transition: all .3s linear;
      z-index: 1; }
  .hintro-btn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem); }
    .hintro-btn .btn-view {
      -ms-flex-negative: 0;
      flex-shrink: 0; }
  .hintro-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .hintro-bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      display: block; }

sub {
  vertical-align: sub;
  font-size: smaller; }

sup {
  vertical-align: super;
  font-size: smaller; }

.data-info {
  padding-bottom: 9.6rem; }
  .data-info .data-info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 6rem; }

.info-gr .info {
  color: var(--black);
  font-weight: 700; }
  .info-gr .info:nth-child(1) {
    color: var(--orange);
    text-transform: uppercase; }

.mb-24 {
  margin-bottom: 2.4rem; }

.mt-24 {
  margin-top: 2.4rem; }

.tag-gr {
  --gap: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap); }
  @media screen and (max-width: 1200px) {
    .tag-gr {
      gap: 1.2rem; } }
  @media screen and (max-width: 650px) {
    .tag-gr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .tag-gr .tag-label {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: .5rem; }
  .tag-gr .tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: var(--gap); }
  .tag-gr .tag-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .8rem;
    border-radius: .4rem;
    min-height: 3.6rem; }
    .tag-gr .tag-item .txt {
      font-size: 1.4rem;
      color: var(--white-1); }
    .tag-gr .tag-item.tag-blue {
      background-color: var(--blue); }
    .tag-gr .tag-item.tag-yel {
      background-color: var(--yel); }
    .tag-gr .tag-item.tag-red {
      background-color: var(--red); }
    .tag-gr .tag-item.tag-green {
      background-color: var(--green-2); }

.data-info-list .col {
  width: calc(3/12*100%); }
  @media screen and (max-width: 991px) {
    .data-info-list .col {
      width: calc(4/12*100%); } }
  @media screen and (max-width: 700px) {
    .data-info-list .col {
      width: 50%; } }

.data-item {
  height: 100%; }
  .data-item.data-v2 .inner {
    background-color: var(--green-2);
    border: .1rem solid #F5F5F5;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s; }
    @media screen and (min-width: 1025px) {
      .data-item.data-v2 .inner:hover {
        background-color: var(--red-3); }
        .data-item.data-v2 .inner:hover .name,
        .data-item.data-v2 .inner:hover .data,
        .data-item.data-v2 .inner:hover .unit {
          color: var(--red-2); } }
  .data-item.data-v2 .unit {
    font-size: 1.6rem; }
  .data-item.data-v2 .name,
  .data-item.data-v2 .data,
  .data-item.data-v2 .unit {
    color: var(--green);
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s; }
  .data-item.tag-green .inner {
    background-color: var(--green-2); }
  .data-item.tag-green .name,
  .data-item.tag-green .data,
  .data-item.tag-green .unit {
    color: var(--green); }
  .data-item.tag-blue .inner {
    background-color: var(--blue-1); }
  .data-item.tag-blue .name,
  .data-item.tag-blue .data,
  .data-item.tag-blue .unit {
    color: var(--blue); }
  .data-item.tag-yel .inner {
    background-color: var(--yel-1); }
  .data-item.tag-yel .name,
  .data-item.tag-yel .data,
  .data-item.tag-yel .unit {
    color: var(--yel); }
  .data-item.tag-red .inner {
    background-color: var(--red-3); }
  .data-item.tag-red .name,
  .data-item.tag-red .data,
  .data-item.tag-red .unit {
    color: var(--red); }
  .data-item .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 2.4rem;
    border: .1rem solid #F5F5F5;
    background-color: var(--blue-1); }
    @media screen and (max-width: 1200px) {
      .data-item .inner {
        padding: 1.4rem; } }
  .data-item .name {
    font-weight: 600;
    color: var(--black);
    margin-bottom: 2.4rem; }
    @media screen and (max-width: 650px) {
      .data-item .name {
        font-size: 1.4rem; } }
  .data-item .info {
    margin-bottom: 1rem; }
  .data-item .data {
    font-size: 3.6rem;
    font-weight: 700;
    color: var(--black-1); }
    @media screen and (max-width: 1200px) {
      .data-item .data {
        font-size: 3rem; } }
    @media screen and (max-width: 650px) {
      .data-item .data {
        font-size: 2.2rem; } }
  .data-item .unit {
    font-size: 1.6rem;
    color: var(--grey-1);
    font-weight: 400;
    margin-left: .4rem; }
  .data-item .note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.4rem;
    color: var(--grey);
    font-weight: 500; }
    .data-item .note::after {
      content: attr(data-txt);
      display: block; }

.info-head .wrap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .8rem; }

.info-head .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  background-color: var(--blue-2);
  border-radius: .4rem; }
  .info-head .box .num {
    color: #fff;
    font-weight: 500; }

.info-head .tt {
  font-weight: 700;
  color: var(--blue); }

.info-head .txt {
  color: var(--color); }

.data-tb {
  max-width: 100%;
  max-height: 50rem;
  overflow: auto;
  position: relative; }
  .data-tb::-webkit-scrollbar {
    height: 6px; }
  .data-tb:active {
    cursor: -webkit-grabbing;
    cursor: grabbing; }
  .data-tb table {
    width: 100%;
    border-collapse: collapse;
    min-width: 1000px; }
    .data-tb table thead {
      background-color: #1890FF;
      color: #fff; }
      .data-tb table thead th {
        padding: 1.6rem 1.2rem;
        text-align: center;
        white-space: nowrap;
        font-weight: 600;
        position: sticky;
        top: 0;
        z-index: 2;
        background-color: #1890FF; }
      .data-tb table thead th:first-child {
        left: 0;
        z-index: 3;
        position: sticky; }
    .data-tb table tbody tr td {
      padding: 1.2rem 1.6rem;
      text-align: center;
      font-size: 1.4rem;
      color: #333;
      border: 1px solid #e0e0e0;
      white-space: nowrap; }
      .data-tb table tbody tr td:first-child {
        position: sticky;
        left: 0;
        background-color: #F1F5F9;
        z-index: 1; }
      .data-tb table tbody tr td.tag-green {
        background-color: var(--green-2);
        color: var(--green); }
      .data-tb table tbody tr td.tag-blue {
        background-color: var(--blue-1);
        color: var(--blue); }
      .data-tb table tbody tr td.tag-yel {
        background-color: var(--yel-1);
        color: var(--yel); }
      .data-tb table tbody tr td.tag-red {
        background-color: var(--red-3);
        color: var(--red); }

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