@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.fal,
.fa-light {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333;
}
@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 12px;
  }
}

.grayenabled {
  filter: grayscale(1);
}

main {
  padding-top: 90px;
}
@media (max-width: 991.98px) {
  main {
    padding-top: 80px;
  }
}
@media (max-width: 767.98px) {
  main {
    padding-top: 62px;
  }
}

.md-container {
  max-width: 900px;
  padding: 0 20px;
  margin: 0 auto;
}

.sm-container {
  max-width: 820px;
  padding: 0 20px;
}

.xl-container {
  max-width: 1500px;
  padding: 0 20px;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

h1,
h2,
h3,
h4 {
  color: #293272;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

.color-999 {
  color: #999;
}

a:hover {
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bold-numbers li::marker {
  font-weight: bold;
}

.btn {
  padding: 8px 25px;
  font-weight: 700;
}

.btn-primary {
  border-radius: 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(180deg, #1559EA 0%, #293272 100%);
  box-shadow: 4px 4px 4px 0px rgba(255, 255, 255, 0.15) inset, -4px -4px 4px 0px rgba(0, 0, 0, 0.15) inset;
}
.btn-primary:hover {
  background: linear-gradient(180deg, #293272 0%, #293272 100%);
  box-shadow: 1px 1px 1px 0px rgba(255, 255, 255, 0.15) inset, 0px 0px 4px 0px rgba(0, 0, 0, 0.15) inset;
}

.btn-secondary {
  background-color: #fff;
  border: 1px solid #1559EA;
  color: #1559EA;
  border-radius: 40px;
}
.btn-secondary:hover {
  background: #1559EA;
  color: #fff;
}

.long-btn {
  max-width: 320px;
  width: 100%;
  padding: 12px 25px;
}

.full-btn {
  width: 100%;
  padding: 12px 25px;
}

.form-control,
.form-select {
  background-color: #F9F9F9;
  border-color: #ddd;
  padding: 15px 20px;
}
.form-control[type=checkbox],
.form-select[type=checkbox] {
  display: inline-block;
  width: auto;
  padding: 0;
  appearance: auto;
}

.reCaptcha-wrapper .ktc-form-builder-mvc-invalid-component span {
  font-size: 12px;
}

.form-group {
  margin-bottom: 20px;
}

.form-label,
.control-label {
  color: #333;
  font-weight: 600;
  position: relative;
}
.form-label .compulsory-input,
.control-label .compulsory-input {
  color: #CF1717;
}

.contact-form-section .control-label:after {
  content: "*";
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  color: #CF1717;
}
.contact-form-section form input[type=submit] {
  margin: 0 auto;
  font-size: 18px;
  max-width: 320px;
  width: 100%;
  font-weight: 700;
  display: block;
  color: #fff;
  padding: 12px 25px;
  border-radius: 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(180deg, #1559EA 0%, #293272 100%);
  box-shadow: 4px 4px 4px 0px rgba(255, 255, 255, 0.15) inset, -4px -4px 4px 0px rgba(0, 0, 0, 0.15) inset;
}
.contact-form-section form input[type=submit]:hover {
  color: #fff;
  background: linear-gradient(180deg, #293272 0%, #293272 100%);
  box-shadow: 1px 1px 1px 0px rgba(255, 255, 255, 0.15) inset, 0px 0px 4px 0px rgba(0, 0, 0, 0.15) inset;
}

.modal-header .btn-close {
  background: none;
  opacity: 1;
}
.modal-header .btn-close i {
  font-size: 20px;
}
.modal-header .btn-close i::before {
  color: #293272;
}

.modal-footer .btn i {
  padding-right: 8px;
}

.offcanvas-backdrop {
  backdrop-filter: blur(12px);
  background: rgba(0, 0, 0, 0.7);
  left: -15px;
}
.offcanvas-backdrop.show {
  opacity: 1;
}

.body-wrapper > div:not(.landing-body) {
  overflow-x: hidden;
}

.splash-wrapper {
  background: linear-gradient(107deg, #E5EFFF 0%, #FFF6ED 100.97%);
  background-size: cover;
  min-height: 100vh;
}
.splash-wrapper .splash-header,
.splash-wrapper .lang-switcher {
  padding: 25px 30px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .splash-wrapper .splash-header,
  .splash-wrapper .lang-switcher {
    justify-content: center;
  }
}
.splash-wrapper .splash-header .dropdown-toggle,
.splash-wrapper .lang-switcher .dropdown-toggle {
  color: #293272;
  font-weight: 700;
  border: 1px solid #fff;
  border-radius: 32px;
  padding: 8px 15px;
}
@media (max-width: 575.98px) {
  .splash-wrapper .splash-header .dropdown-toggle,
  .splash-wrapper .lang-switcher .dropdown-toggle {
    font-size: 12px;
    margin-left: 10px;
  }
}
.splash-wrapper .splash-header .dropdown-toggle:after,
.splash-wrapper .lang-switcher .dropdown-toggle:after {
  display: none;
}
.splash-wrapper .splash-header .dropdown-toggle i,
.splash-wrapper .lang-switcher .dropdown-toggle i {
  position: relative;
  left: 5px;
  transform: rotate(0);
  transition: all 0.2s ease;
}
.splash-wrapper .splash-header .dropdown-toggle.show i,
.splash-wrapper .lang-switcher .dropdown-toggle.show i {
  transform: rotate(180deg);
  transition: all 0.2s ease;
}
.splash-wrapper .splash-header .dropdown-menu,
.splash-wrapper .lang-switcher .dropdown-menu {
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.splash-wrapper .splash-header .dropdown-item:hover,
.splash-wrapper .lang-switcher .dropdown-item:hover {
  background: #293272;
  color: #fff;
}
.splash-wrapper .splash-header .current .dropdown-item,
.splash-wrapper .lang-switcher .current .dropdown-item {
  background: #293272;
  color: #fff;
}
.splash-wrapper .splash-section {
  margin-top: -125px;
}
.splash-wrapper .splash-header {
  justify-content: space-between;
  align-items: center;
}
.splash-wrapper .splash-header .splash-logo {
  width: 400px;
}
@media (max-width: 991.98px) {
  .splash-wrapper .splash-header .splash-logo {
    width: 355px;
  }
}
@media (max-width: 767.98px) {
  .splash-wrapper .splash-header .splash-logo {
    width: 305px;
  }
}
@media (max-width: 575.98px) {
  .splash-wrapper .splash-header .splash-logo {
    width: 265px;
  }
}
@media (max-width: 575.98px) {
  .splash-wrapper .splash-header {
    padding: 20px;
  }
}
.splash-wrapper .top-splash {
  text-align: center;
  padding: 20px 0 0;
}
@media (max-width: 767.98px) {
  .splash-wrapper .top-splash {
    padding: 75px 0 0;
  }
}
.splash-wrapper .top-splash h3 {
  margin-bottom: 0;
}
.splash-wrapper .top-splash h1 {
  margin-bottom: 25px;
}
.splash-wrapper .top-splash p {
  color: #666;
}
.splash-wrapper .splash-body {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
}
.splash-wrapper .splash-body .splash-box {
  flex: 50% 0 0;
  background: linear-gradient(180deg, #FFF 80%, rgb(243, 246, 255) 100%), linear-gradient(180deg, rgb(22, 47, 130) 80%, #293272 100%);
}
.splash-wrapper .splash-body .splash-box a {
  display: block;
  text-align: center;
  padding: 35px 0;
  text-decoration: none;
  height: 100%;
}
.splash-wrapper .splash-body .splash-box a svg {
  margin-bottom: 15px;
}
.splash-wrapper .splash-body .splash-box a p {
  font-size: 18px;
  color: #293272;
}
@media (max-width: 767.98px) {
  .splash-wrapper .splash-body .splash-box a p {
    font-size: 14px;
  }
}
.splash-wrapper .splash-body .splash-box a .btn {
  padding: 8px 25px;
  font-weight: 700;
}
.splash-wrapper .splash-body .splash-box a .btn i {
  padding-left: 4px;
}
@media (max-width: 767.98px) {
  .splash-wrapper .splash-body .splash-box a .btn {
    width: 100%;
    max-width: 210px;
    font-size: 12px;
  }
}
.splash-wrapper .splash-body .splash-box a:hover {
  background: #293272;
  color: #fff;
}
.splash-wrapper .splash-body .splash-box a:hover h3,
.splash-wrapper .splash-body .splash-box a:hover p {
  color: #fff;
}
.splash-wrapper .splash-body .splash-box a:hover stop:first-child {
  stop-color: #F89420;
}
.splash-wrapper .splash-body .splash-box a:hover stop:last-child {
  stop-color: #F33454;
}
.splash-wrapper .splash-body .splash-box a:hover .btn {
  border-color: #fff;
  background: #fff;
  color: #1559EA;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.splash-wrapper .splash-body .splash-box:first-child {
  border-right: 1px solid #eee;
}
@media (max-width: 767.98px) {
  .splash-wrapper .splash-body {
    flex-direction: column;
    background: none;
  }
  .splash-wrapper .splash-body .splash-box a {
    display: flex;
    gap: 10px;
    padding: 20px;
  }
  .splash-wrapper .splash-body .splash-box a svg {
    width: 95px;
    margin-right: 15px;
  }
  .splash-wrapper .splash-body .splash-box a p {
    margin-bottom: 10px;
  }
  .splash-wrapper .splash-body .splash-box a .splash-card-content {
    text-align: left;
  }
}
.splash-wrapper .bottom-splash {
  padding: 35px 0;
  overflow: hidden;
}
.splash-wrapper .bottom-splash .item-wrapper {
  border-radius: 15px;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  /* keep content like images inside rounded box */
  margin: 12px;
}
.splash-wrapper .bottom-splash .item-wrapper .item a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.splash-wrapper .bottom-splash .item-wrapper .item a img {
  align-self: stretch;
  aspect-ratio: 162/91;
}
.splash-wrapper .bottom-splash .item-wrapper .item a .splash-card-title {
  background: #fff;
  padding: 15px 0;
  color: #293272;
  font-weight: 700;
  transition: all 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (max-width: 91199.98px) {
  .splash-wrapper .bottom-splash .item-wrapper .item a .splash-card-title {
    font-size: 14px;
  }
}
.splash-wrapper .bottom-splash .item-wrapper:hover {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
}
.splash-wrapper .bottom-splash .item-wrapper:hover .item .splash-card-title {
  background: #293272;
  color: #fff;
}
.splash-wrapper .splash-follow {
  text-align: center;
  padding: 30px 0;
}
.splash-wrapper .splash-follow h6 {
  color: #333;
  margin-bottom: 15px;
}
.splash-wrapper .splash-follow ul {
  margin: 0;
  padding: 0;
}
.splash-wrapper .splash-follow ul li a {
  font-size: 24px;
  color: #293272;
}
.splash-wrapper .splash-footer {
  padding: 20px 0 30px;
  border-top: 1px solid #999;
  text-align: center;
}
.splash-wrapper .splash-footer p {
  font-size: 14px;
  color: #999;
}

.header-wrapper {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .header-wrapper {
    padding: 10px 0;
  }
}
@media (min-width: 1200px) {
  .header-wrapper {
    padding: 15px;
  }
}

.left-header img {
  width: 110px;
}
@media (max-width: 767.98px) {
  .left-header img {
    width: 80px;
  }
}

.right-header {
  display: flex;
  gap: 25px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .right-header {
    gap: 15px;
  }
}
.right-header .switch-site-switcher .dropdown-toggle,
.right-header .lang-switcher .dropdown-toggle {
  font-weight: 700;
  border: 1px solid #fff;
  border-radius: 32px;
  padding: 6px 15px;
}
.right-header .switch-site-switcher .dropdown-toggle:after,
.right-header .lang-switcher .dropdown-toggle:after {
  display: none;
}
.right-header .switch-site-switcher .dropdown-toggle i,
.right-header .lang-switcher .dropdown-toggle i {
  position: relative;
  left: 5px;
  transform: rotate(0);
  transition: all 0.2s ease;
}
.right-header .switch-site-switcher .dropdown-toggle.show i,
.right-header .lang-switcher .dropdown-toggle.show i {
  transform: rotate(180deg);
  transition: all 0.2s ease;
}
.right-header .switch-site-switcher .dropdown-item:hover,
.right-header .lang-switcher .dropdown-item:hover {
  background: #293272;
  color: #fff;
}
.right-header .switch-site-switcher .current .dropdown-item,
.right-header .lang-switcher .current .dropdown-item {
  background: #293272;
  color: #fff;
}
.right-header .lang-switcher .dropdown-toggle {
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.2);
  color: #293272;
  padding: 7px 20px;
  font-size: 14px;
}
.right-header .switch-site-switcher .dropdown-toggle {
  background: #293272;
  color: #fff;
  border: 2px solid #fff;
  font-size: 14px;
}
@media (min-width: 992px) {
  .right-header .switch-site-switcher .dropdown-toggle {
    display: none;
  }
}
@media (min-width: 992px) {
  .right-header .switch-site-switcher .dropdown-menu {
    display: flex;
    position: relative;
    min-width: 0;
    padding: 5px;
    border-radius: 40px;
    background: #F3F6FF;
    border: 0;
  }
  .right-header .switch-site-switcher .dropdown-menu .dropdown-item {
    border-radius: 40px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
  }
}

.cd-search .form {
  font-size: 26px;
  padding: 0 100px;
  position: relative;
  top: 25%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .cd-search .form {
    padding: 0 30px;
  }
  .cd-search .form .close-btn {
    right: 30px;
    bottom: 6px;
  }
}

.cd-search-trigger,
.cd-nav-trigger {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  color: #293272;
  z-index: 3;
  font-size: 28px;
}
@media (max-width: 767.98px) {
  .cd-search-trigger,
  .cd-nav-trigger {
    font-size: 21px;
  }
}

.cd-search-trigger::before, .cd-search-trigger::after {
  /* search icon */
  content: "";
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.cd-search-trigger span::before, .cd-search-trigger span::after {
  /* close icon */
  content: "";
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #2e3233;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0;
}
.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-header-buttons {
  position: absolute;
  display: inline-block;
  top: 2px;
  right: 0;
  z-index: 10;
}
.cd-header-buttons li {
  display: inline-block;
}

.cd-search {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #eee;
  top: 0;
  left: 0;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-search form {
  height: 100%;
  width: 100%;
}
.cd-search input {
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: #eee;
  height: 80px;
  width: 100%;
  font-size: 26px;
  padding: 0;
  padding-right: 40px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-bottom: 1px solid #999;
}
.cd-search input::-webkit-input-placeholder, .cd-search input::-moz-placeholder, .cd-search input:-moz-placeholder, .cd-search input:-ms-input-placeholder {
  color: #555;
}
@media (max-width: 767.98px) {
  .cd-search input {
    font-size: 16px;
    height: 50px;
  }
}
.cd-search input:focus {
  outline: none;
  border: 0;
  border-bottom: 1px solid #999;
  box-shadow: none;
}
.cd-search .close-btn {
  position: absolute;
  bottom: 25px;
  right: 100px;
  color: #293272;
}
.cd-search.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-search h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #333;
  font-weight: normal;
}

.main-nav-wrapper .main-nav-trigger {
  color: #293272;
  font-size: 24px;
}
.main-nav-wrapper .offcanvas {
  width: 500px;
  height: 100vh;
}
.main-nav-wrapper .offcanvas.offcanvas-end {
  right: -10px;
}
@media (max-width: 767.98px) {
  .main-nav-wrapper .offcanvas {
    width: 320px;
  }
}
.main-nav-wrapper .offcanvas .offcanvas-header {
  justify-content: space-between;
  padding: 25px 40px;
}
@media (max-width: 767.98px) {
  .main-nav-wrapper .offcanvas .offcanvas-header {
    padding: 15px 15px;
  }
}
.main-nav-wrapper .offcanvas .offcanvas-header .dropdown-toggle {
  color: #293272;
  font-weight: 600;
  border: 0;
}
.main-nav-wrapper .offcanvas .offcanvas-header .dropdown-toggle i {
  padding-left: 4px;
}
.main-nav-wrapper .offcanvas .offcanvas-header .dropdown-toggle:after {
  display: none;
}
.main-nav-wrapper .offcanvas .offcanvas-header .dropdown-menu li.current .dropdown-item, .main-nav-wrapper .offcanvas .offcanvas-header .dropdown-menu li:hover .dropdown-item {
  background: #293272;
  color: #fff;
}
.main-nav-wrapper .offcanvas .btn-dismiss {
  background: none;
  border: 0;
  font-size: 28px;
  color: #293272;
}

.site-indicator-wrapper {
  padding: 0 30px;
}
@media (max-width: 767.98px) {
  .site-indicator-wrapper {
    padding: 0 20px;
  }
}
.site-indicator-wrapper .site-indicator {
  padding: 4px;
  background: #F3F6FF;
  border-radius: 40px;
  display: flex;
  justify-content: space-between;
}
.site-indicator-wrapper .site-indicator .indicator {
  color: #666666;
  text-transform: uppercase;
  font-weight: 700;
  flex: 50% 0 0;
  text-align: center;
}
.site-indicator-wrapper .site-indicator .indicator a {
  text-decoration: none;
  color: #666666;
  padding: 10px 35px;
  display: block;
}
.site-indicator-wrapper .site-indicator .indicator.active {
  color: #fff;
  background: #293272;
  border-radius: 40px;
}
.site-indicator-wrapper .site-indicator .indicator.active a {
  color: #fff;
}
@media (max-width: 767.98px) {
  .site-indicator-wrapper .site-indicator .indicator {
    font-size: 15px;
    padding: 8px 15px;
  }
  .site-indicator-wrapper .site-indicator .indicator a {
    padding: 0;
    font-size: 12px;
  }
}

.main-nav-section {
  padding: 0 25px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .main-nav-section {
    padding: 0;
  }
}

.main-nav {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}
.main-nav.active {
  transform: translateX(0);
  left: 0;
  opacity: 1;
  position: relative;
}
.main-nav.slide-out-left {
  transform: translateX(-100%);
  opacity: 0;
}
.main-nav.slide-out-right {
  transform: translateX(100%);
  opacity: 0;
}
@media (max-width: 767.98px) {
  .main-nav {
    padding: 0 20px;
  }
}
.main-nav .nav-item > a {
  display: block;
  color: #293272;
  font-weight: 600;
  padding: 10px 0;
  text-decoration: none;
}
.main-nav .nav-item .nav-toggle {
  font-weight: 600;
  color: #293272;
  background: none;
  border: 0;
  padding: 10px 0;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.main-nav .nav-item .nav-toggle:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  margin-left: auto;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 8px;
  transition: all 0.3s ease;
}
.main-nav .nav-item .nav-toggle.collapsed:after {
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
.main-nav .nav-item .submenu-body {
  background: #F7F8FC;
  padding: 15px 20px;
  border-radius: 20px;
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .main-nav .nav-item .submenu-body {
    margin-top: 0;
  }
}
.main-nav .nav-item .submenu-body ul {
  padding-bottom: 0;
  margin-bottom: 0;
}
.main-nav .nav-item .submenu-body ul li {
  padding-bottom: 12px;
}
.main-nav .nav-item .submenu-body ul li:last-child {
  padding-bottom: 0;
}
.main-nav .nav-item .submenu-body ul li a {
  text-decoration: none;
  color: #293272;
  font-weight: 700;
  display: block;
}

.bottom-nav {
  margin-top: 25px;
  margin-bottom: 50px;
}
.bottom-nav .bottom-nav-item {
  border-radius: 12px;
  background: linear-gradient(107deg, #293272 0%, #1559EA 100.97%);
  margin-bottom: 10px;
  font-weight: 600;
}
.bottom-nav .bottom-nav-item a {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .bottom-nav .bottom-nav-item a {
    padding: 10px 15px;
  }
}
.bottom-nav .bottom-nav-item a i {
  color: #FF7C00;
}

.mainSwiper {
  margin-top: -92px;
}
.mainSwiper .mainBanner {
  background-size: cover;
  height: 100vh;
  position: relative;
}
.mainSwiper .mainBanner .mainBanner-image {
  height: 100%;
}
.mainSwiper .mainBanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.mainSwiper .mainCaption {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(-30%, -35%);
  transition: all 0.45s ease-in-out;
  width: 80%;
  opacity: 0;
}
@media (max-width: 767.98px) {
  .mainSwiper .mainCaption {
    text-align: center;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
}
.mainSwiper .mainCaption h2 {
  color: #fff;
  font-size: 68px;
  line-height: 1;
  margin-bottom: 50px;
}
@media (max-width: 1299.98px) {
  .mainSwiper .mainCaption h2 {
    font-size: 58px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1199.98px) {
  .mainSwiper .mainCaption h2 {
    font-size: 48px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .mainSwiper .mainCaption h2 {
    font-size: 38px;
    line-height: 1.25;
    margin-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .mainSwiper .mainCaption h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.mainSwiper .swiper-pagination {
  text-align: start;
  padding-left: 32px;
  bottom: 70px;
}
@media (max-width: 767.98px) {
  .mainSwiper .swiper-pagination {
    padding-left: 0;
  }
}
.mainSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  height: 5px;
}
.mainSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F89420;
}
@media (max-width: 1199.98px) {
  .mainSwiper .swiper-pagination {
    bottom: 35px;
  }
}
@media (max-width: 767.98px) {
  .mainSwiper .swiper-pagination {
    text-align: center;
    bottom: 25px;
  }
}
.mainSwiper .swiper-action {
  position: absolute;
  bottom: 40px;
  width: 50px;
  left: 50%;
  z-index: 99;
  text-align: center;
  transform: translateX(-50%);
}
@media (max-width: 1199.98px) {
  .mainSwiper .swiper-action {
    bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .mainSwiper .swiper-action {
    display: none;
  }
}
.mainSwiper .swiper-action a {
  text-decoration: none;
}
.mainSwiper .swiper-action a i {
  display: block;
  font-size: 28px;
  color: #fff;
}
.mainSwiper .swiper-action a i.fa-arrow-down {
  font-size: 18px;
  margin-top: 10px;
  color: #FF7C00;
  animation: fadeInDownOut 2.5s ease-in-out infinite;
}
@keyframes fadeInDownOut {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.mainSwiper .swiper-slide-fully-visible .mainCaption {
  opacity: 1;
  transform: translate(0, -35%);
}
@media (max-width: 767.98px) {
  .mainSwiper .swiper-slide-fully-visible .mainCaption {
    transform: translate(-50%, -50%);
  }
  .mainSwiper .swiper-slide-fully-visible .mainCaption .btn {
    font-size: 14px;
  }
}

.home .header {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 10001;
  background: transparent;
  box-shadow: none;
  transition: all 0.25s ease;
}
.home .header.sticky {
  transform: translateY(0%);
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.home .header.sticky .cd-search-trigger,
.home .header.sticky .cd-nav-trigger,
.home .header.sticky .main-nav-trigger,
.home .header.sticky .right-header .lang-switcher .dropdown-toggle {
  color: #293272;
}
.home .header.hidden {
  transform: translateY(-100%);
}
.home .header .cd-search-trigger,
.home .header .main-nav-trigger {
  color: #fff;
}
.home .header .right-header .lang-switcher .dropdown-toggle {
  color: #fff;
}

.header {
  width: 100%;
  background: transparent;
  transform: translateY(0%);
  background: #fff;
  position: fixed;
  z-index: 999;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease;
}
.header.sticky {
  left: 0;
  top: 0;
  z-index: 909;
}
.header.sticky .cd-search-trigger,
.header.sticky .cd-nav-trigger,
.header.sticky .main-nav-trigger,
.header.sticky .right-header .lang-switcher .dropdown-toggle {
  color: #293272;
}
.header.hidden {
  transform: translateY(-100%);
}

.home-wrapper {
  background: url(../images/home-section-bg.jpg) no-repeat;
  background-size: cover;
  padding: 65px 0;
  background-position: bottom center;
}

.home-feature-content {
  text-align: left;
}
.home-feature-content span {
  color: #F7941D;
  font-size: 32px;
  margin-bottom: 0;
  font-weight: 700;
}
.home-feature-content h4 {
  color: #293272;
  font-weight: 700;
  font-size: 58px;
  margin: 0;
}
.home-feature-content h5 {
  font-weight: 400;
  color: #293272;
  font-size: 38px;
}
.home-feature-content p {
  margin: 30px 0;
}
.home-feature-content .btn {
  padding: 10px 40px;
}
@media (max-width: 767.98px) {
  .home-feature-content {
    text-align: center;
  }
  .home-feature-content h4 {
    font-size: 42px;
  }
  .home-feature-content h5 {
    font-size: 28px;
  }
}

.quick-links-section {
  padding: 60px 0;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .quick-links-section .container {
    padding: 0;
  }
  .quick-links-section .container .quick-links-wrapper h3 {
    padding: 0 20px;
  }
}
.quick-links-section .quick-links-wrapper h3 {
  margin-bottom: 20px;
}
.quick-links-section .quick-links-wrapper .quickLink-box {
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  display: block;
}
.quick-links-section .quick-links-wrapper .quickLink-box .quick-card-title {
  position: absolute;
  bottom: 25px;
  width: 100%;
  left: 0;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  z-index: 101;
  transition: bottom 0.2s ease-in 0s, font-size 0.12s ease-in 0.15s;
}
.quick-links-section .quick-links-wrapper .quickLink-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  transition: all 0.3s ease;
}
.quick-links-section .quick-links-wrapper .quickLink-box:hover .quick-card-title {
  bottom: 50%;
  transform: translateY(50%);
  font-size: 24px;
}
.quick-links-section .quick-links-wrapper .quickLink-box:hover:after {
  opacity: 0;
}

footer {
  background: #0C1736;
}
footer .top-footer {
  padding: 40px;
}
footer .top-footer .footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  footer .top-footer .footer-wrapper {
    flex-direction: column;
    gap: 25px;
  }
}
footer .top-footer .footer-wrapper .left-footer a {
  display: inline-block;
  padding-right: 18px;
}
footer .top-footer .footer-wrapper .left-footer a:first-child {
  border-right: 1px solid #ddd;
  margin-right: 15px;
}
footer .top-footer .footer-wrapper .left-footer a:first-child img {
  width: 100px;
}
footer .top-footer .footer-wrapper .right-footer {
  display: flex;
  align-items: center;
}
footer .top-footer .footer-wrapper .right-footer span {
  padding-right: 10px;
  color: #fff;
  font-weight: 700;
}
footer .top-footer .footer-wrapper .right-footer .follow-social-wrapper a {
  color: #fff;
  font-size: 32px;
  display: inline-block;
  padding-left: 10px;
}
footer .bottom-footer {
  padding: 24px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .bottom-footer .copyright {
  font-size: 11px;
  color: #999999;
}

.general-body {
  background: #fff url(../images/Page-BG-C-Desktop.jpg) no-repeat;
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .general-body {
    background-image: url(../images/Page-BG-C-Mobile.jpg);
    background-position: center top -10px;
    background-size: 100%;
  }
}

.industry-site .general-body {
  background-image: url(../images/Page-BG-M-Desktop.jpg);
}
@media (max-width: 767.98px) {
  .industry-site {
    background-image: url(../images/Page-BG-M-Mobile.jpg);
    background-position: center top -10px;
    background-size: 100%;
  }
}

.breadcrumb-wrapper {
  padding: 25px 0;
}
.breadcrumb-wrapper .breadcrumb {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .breadcrumb-wrapper {
    padding: 25px 15px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb-wrapper {
    padding-top: 15px;
  }
}
.breadcrumb-wrapper .breadcrumb-item a {
  text-decoration: none;
  color: #999999;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .breadcrumb-wrapper .breadcrumb-item a {
    font-size: 12px;
  }
}
.breadcrumb-wrapper .breadcrumb-item a:hover {
  color: #000;
}
.breadcrumb-wrapper .breadcrumb-item.active {
  font-size: 14px;
  color: #333;
  padding-top: 1px;
}
@media (max-width: 767.98px) {
  .breadcrumb-wrapper .breadcrumb-item.active {
    font-size: 12px;
    padding-top: 0;
  }
}

.title-section {
  padding: 50px 0 40px;
  text-align: center;
}
.title-section h1 {
  color: #293272;
  font-size: 3rem;
  position: relative;
  padding-bottom: 25px;
}
.title-section h1:after {
  content: "";
  width: 80px;
  height: 4px;
  background: #F89420;
  position: absolute;
  display: block;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.title-section h1 + p {
  margin-top: 30px;
}
.title-section .sub-title {
  padding-top: 30px;
  color: #293272;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .title-section {
    padding: 30px 0;
  }
  .title-section h1 {
    font-size: 36px;
  }
  .title-section h1:after {
    bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .title-section {
    padding: 25px 0;
  }
  .title-section h1 {
    font-size: 32px;
  }
  .title-section h1:after {
    bottom: 0;
  }
}

.type-label {
  display: inline-block;
  background: #F67416;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 6px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 700;
}

.single-post-header {
  padding: 50px 0 40px;
}
.single-post-header h1 {
  color: #293272;
  font-size: 48px;
  position: relative;
  padding-bottom: 15px;
  color: #333;
  margin-bottom: 30px;
}
.single-post-header h1:after {
  content: "";
  width: 80px;
  height: 4px;
  background: #F89420;
  position: absolute;
  display: block;
  bottom: -10px;
  left: 0;
}
@media (max-width: 991.98px) {
  .single-post-header h1 {
    padding: 30px 0;
    font-size: 26px;
  }
  .single-post-header h1:after {
    bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .single-post-header h1 {
    padding: 25px 0;
  }
  .single-post-header h1 h1 {
    font-size: 32px;
  }
  .single-post-header h1 h1:after {
    bottom: 0;
  }
}

.library-search-section .library-search {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}
.library-search-section .library-search .input-group .form-control {
  border-radius: 40px !important;
  border: 2px solid #1559EA;
  background: #F9F9F9;
  padding: 12px 20px;
}
.library-search-section .library-search .input-group .search-btn {
  background: none;
  border: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.btn-group {
  text-align: center;
}
.btn-group ul li {
  margin-right: 2px;
}
.btn-group ul li a {
  border-radius: 40px;
  border: 2px solid transparent;
  background: none;
  box-shadow: none;
  padding: 10px 15px;
  display: inline-block;
  color: #1559EA;
  text-decoration: none;
  font-weight: 700;
}
.btn-group ul li a:hover {
  color: #000;
}
.btn-group ul li.active a {
  color: #fff;
  padding: 10px 25px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(180deg, #F89420 0%, #F33454 100%);
  box-shadow: 4px 4px 4px 0px rgba(255, 255, 255, 0.15) inset, -4px -4px 4px 0px rgba(0, 0, 0, 0.15) inset;
}

.library-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0 20px;
}
.library-tools .library-type ul {
  display: flex;
  position: relative;
  min-width: 0;
  padding: 5px;
  border-radius: 40px;
  background: #F3F6FF;
  border: 0;
}
.library-tools .library-type ul li .type-nav {
  border-radius: 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  display: block;
  width: 100%;
  padding: 8px 15px;
  text-decoration: none;
  color: #666;
}
.library-tools .library-type ul li.current .type-nav {
  background: #fff;
  color: #FF7C00;
}
@media (max-width: 991.98px) {
  .library-tools {
    flex-direction: column;
  }
}
@media (max-width: 375.98px) {
  .library-tools .library-type ul li .type-nav {
    font-size: 11px;
  }
}

.library-listing-section {
  padding-bottom: 50px;
}

.library-box a,
.download-box a {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 25px;
  text-decoration: none;
  padding: 18px 25px;
  border-radius: 18px;
  border: 1px solid #DDD;
  background: linear-gradient(180deg, #FFF 80%, #F3F6FF 100%);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.library-box a .library-cat-label,
.download-box a .library-cat-label {
  display: inline-block;
  background: #F67416;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 12px;
}
.library-box a h5,
.download-box a h5 {
  color: #293272;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .library-box a h5,
  .download-box a h5 {
    font-size: 16px;
  }
}
.library-box a h5 .library-label,
.download-box a h5 .library-label {
  border-radius: 4px;
  background: #FFF6EB;
  color: #B63C0B;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 6px;
  text-transform: uppercase;
  margin-left: -4px;
}
@media (max-width: 767.98px) {
  .library-box a h5 .library-label,
  .download-box a h5 .library-label {
    margin-left: 0;
  }
}
.library-box a .library-date,
.download-box a .library-date {
  color: #999999;
  font-size: 12px;
}
.library-box a .library-download-box,
.download-box a .library-download-box {
  border-radius: 50%;
  background: linear-gradient(180deg, #1559EA 0%, #293272 100%);
  width: 45px;
  height: 45px;
  text-align: center;
  box-shadow: 4px 4px 4px 0px rgba(255, 255, 255, 0.15) inset, -4px -4px 4px 0px rgba(0, 0, 0, 0.15) inset;
  font-size: 24px;
  color: #fff;
  line-height: 1.9;
}
@media (max-width: 767.98px) {
  .library-box a .library-download-box,
  .download-box a .library-download-box {
    flex: 45px 0 0;
    width: 45px;
    margin-left: 10px;
  }
}
@media (max-width: 767.98px) {
  .library-box a,
  .download-box a {
    padding: 15px;
    align-items: center;
  }
}
.library-box a:hover,
.download-box a:hover {
  box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.1);
  background: linear-gradient(180deg, #F3F6FF 80%, #F3F6FF 100%);
  border-color: #ccc;
}

.download-group {
  margin-bottom: 25px;
}
.download-group .download-box a {
  margin-bottom: 0;
  border-radius: 0;
}
.download-group .download-box:first-child a {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.download-group .download-box:last-child a {
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}
.download-group .download-box.child-box .library-info {
  padding-left: 20px;
  border-left: 2px solid #F89420;
}
.download-group .download-box.child-box h5 {
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

.pagination-wrapper {
  margin-top: 40px;
}
.pagination-wrapper .pagination {
  justify-content: center;
}
.pagination-wrapper .pagination .page-item {
  padding: 0 3px;
}
.pagination-wrapper .pagination .page-item .page-link {
  border: 0;
  color: #333;
  background: #fff;
  width: 24px;
  height: 24px;
  padding: 6px;
  border-radius: 4px;
  display: block;
  text-align: center;
  box-sizing: content-box;
}
.pagination-wrapper .pagination .page-item.active .page-link, .pagination-wrapper .pagination .page-item:hover .page-link {
  background: #293272;
  color: #fff;
}

.media-type-section {
  position: relative;
  z-index: 9;
}

.media-type-wrapper {
  margin-bottom: 30px;
}
.media-type-wrapper .dropdown {
  display: block;
}
.media-type-wrapper .dropdown-toggle {
  background: #fff;
  border-radius: 18px;
  width: 100%;
  text-align: left;
  position: relative;
  border: 2px solid #FF7C00;
  color: #293272;
}
.media-type-wrapper .dropdown-toggle i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.media-type-wrapper .dropdown-toggle:after {
  display: none;
}
.media-type-wrapper .dropdown-toggle.show, .media-type-wrapper .dropdown-toggle:first-child:active {
  background: #F3F6FF;
  color: #293272;
}
@media (max-width: 767.98px) {
  .media-type-wrapper .dropdown-menu {
    width: 100%;
  }
  .media-type-wrapper .dropdown-menu .current {
    background: #293272;
  }
  .media-type-wrapper .dropdown-menu .current a {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .media-type-wrapper .dropdown-toggle {
    display: none;
  }
  .media-type-wrapper .dropdown-menu {
    display: flex;
    position: relative;
    background: none;
    border: 0;
    gap: 0;
  }
  .media-type-wrapper .dropdown-menu li {
    flex: 1 0 0;
    display: flex;
    align-items: center;
  }
  .media-type-wrapper .dropdown-menu li a {
    text-align: center;
    display: block;
    font-weight: 600;
    color: #999999;
    width: 100%;
    border-bottom: 4px solid rgba(0, 0, 0, 0.1);
    padding: 15px 25px;
  }
  .media-type-wrapper .dropdown-menu li.current a, .media-type-wrapper .dropdown-menu li.active a, .media-type-wrapper .dropdown-menu li:hover a {
    background: none;
    border-color: #FF7C00;
    color: #FF7C00;
  }
}

.sp-nav-wrapper {
  margin-bottom: 30px;
}
.sp-nav-wrapper .dropdown {
  display: block;
}
.sp-nav-wrapper .dropdown-toggle {
  background: #fff;
  border-radius: 18px;
  width: 100%;
  text-align: left;
  position: relative;
  border: 2px solid #FF7C00;
  color: #293272;
}
.sp-nav-wrapper .dropdown-toggle i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.sp-nav-wrapper .dropdown-toggle:after {
  display: none;
}
.sp-nav-wrapper .dropdown-toggle.show, .sp-nav-wrapper .dropdown-toggle:first-child:active {
  background: #F3F6FF;
  color: #293272;
}
@media (max-width: 767.98px) {
  .sp-nav-wrapper .dropdown-menu {
    width: 100%;
  }
  .sp-nav-wrapper .dropdown-menu .current {
    background: #293272;
  }
  .sp-nav-wrapper .dropdown-menu .current a {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .sp-nav-wrapper .dropdown-toggle {
    display: none;
  }
  .sp-nav-wrapper .dropdown-menu {
    display: flex;
    position: relative;
    background: none;
    border: 0;
    gap: 0;
  }
  .sp-nav-wrapper .dropdown-menu li {
    flex: 1 0 0;
    display: flex;
    align-items: center;
    border-radius: 16px;
  }
  .sp-nav-wrapper .dropdown-menu li a {
    display: block;
    font-weight: 600;
    color: #999999;
    width: 100%;
    border: 0;
    font-size: 12px;
    text-align: center;
    display: block;
    font-weight: 600;
    color: #999999;
    width: 100%;
    border-bottom: 4px solid rgba(0, 0, 0, 0.1);
    padding: 15px 25px;
  }
  .sp-nav-wrapper .dropdown-menu li.current, .sp-nav-wrapper .dropdown-menu li.active, .sp-nav-wrapper .dropdown-menu li:hover {
    border-color: #FF7C00;
  }
  .sp-nav-wrapper .dropdown-menu li.current a, .sp-nav-wrapper .dropdown-menu li.active a, .sp-nav-wrapper .dropdown-menu li:hover a {
    color: #293272;
  }
}
@media (min-width: 992px) {
  .sp-nav-wrapper .dropdown-menu li a {
    padding: 15px 25px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .sp-nav-wrapper .dropdown-menu li a {
    font-size: 16px;
  }
}

.sp-nav-wrapper .nav-link {
  cursor: pointer;
}
@media (max-width: 767.78px) {
  .sp-nav-wrapper .nav-link {
    color: #212529;
  }
  .sp-nav-wrapper .nav-link.active {
    color: #fff;
    background: #293272;
  }
}
@media (min-width: 768px) {
  .sp-nav-wrapper .nav-link.active {
    border-color: #FF7C00;
    color: #FF7C00;
  }
}

.ad-cat-wrapper {
  display: flex;
  justify-content: space-around;
  margin-bottom: 25px;
}

.grid-section {
  padding-bottom: 50px;
}

.grid-wrapper .media-card {
  display: block;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 20px;
}
.grid-wrapper .media-card .thumbBg {
  aspect-ratio: 10/5;
  overflow: hidden;
  position: relative;
}
.grid-wrapper .media-card .thumbBg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.grid-wrapper .media-card .thumbBg .type-icon {
  position: absolute;
  bottom: 20px;
  right: 15px;
  line-height: 2.1;
  font-size: 21px;
  width: 42px;
  height: 42px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s ease;
  background: linear-gradient(180deg, rgb(95, 30, 149) 0%, #3A2FB2 100%);
  box-shadow: 4px 4px 4px 0px rgba(255, 255, 255, 0.15) inset, -4px -4px 4px 0px rgba(0, 0, 0, 0.15) inset;
}
.grid-wrapper .media-card .ads-body {
  padding: 15px;
}
.grid-wrapper .media-card .ads-body h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 5px;
}
.grid-wrapper .media-card .ads-body .ads-date {
  color: #999999;
  font-size: 12px;
  margin-top: 15px;
}
.grid-wrapper .media-card:hover {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.grid-wrapper .media-card:hover .thumbBg .type-icon {
  color: #000;
}

.form-btn-wrapper {
  text-align: center;
  margin: 15px 0 35px;
}
.form-btn-wrapper .btn {
  margin: 0 auto;
  font-size: 18px;
}

.feedback-section {
  padding: 40px;
}
@media (max-width: 575.98px) {
  .feedback-section {
    padding: 0;
    margin-bottom: 25px;
  }
}
.feedback-section .feedback-wrapper {
  border-radius: 20px;
  background: rgb(248, 250, 252);
  padding: 25px;
}
.feedback-section .feedback-wrapper p {
  font-size: 12px;
}
.feedback-section .feedback-wrapper .btn {
  font-size: 14px;
  padding: 12px;
}

.contact-detail-section {
  background: #F7F8FC;
  padding: 50px 0;
}
.contact-detail-section .contact-detail-box {
  background: #fff;
  border-radius: 40px;
  padding: 30px 20px;
  height: 100%;
  display: flex;
  gap: 10px;
}
.contact-detail-section .contact-detail-box .contact-icon span {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: var(--Fire-BG, linear-gradient(180deg, #F89420 0%, rgb(243, 52, 84) 100%));
  text-align: center;
  font-size: 21px;
  line-height: 2;
}
.contact-detail-section .contact-detail-box .contact-content ul li {
  padding-bottom: 8px;
}
.contact-detail-section .contact-detail-box .contact-content h6 {
  color: #000;
}

.career-wrapper {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
.career-wrapper .career-banner img {
  width: 100%;
  align-self: stretch;
  aspect-ratio: 162/91;
  object-fit: cover;
}
.career-wrapper .career-body {
  padding: 40px;
  text-align: center;
  background: #fff;
}

.internal-links-wrapper {
  border-bottom: 4px solid #E5E7EB;
  margin-bottom: 40px;
}
.internal-links-wrapper .internal-link {
  text-align: center;
}
.internal-links-wrapper .internal-link a {
  display: block;
  font-size: 18px;
  color: rgb(102, 102, 102);
  padding: 20px;
  text-decoration: none;
  position: relative;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .internal-links-wrapper .internal-link a {
    font-size: 14px;
  }
}
.internal-links-wrapper .internal-link a:after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background: #FF7C00;
  bottom: -4px;
  left: 0;
  position: absolute;
  opacity: 0;
  transition: all 0.25s ease;
}
.internal-links-wrapper .internal-link a:hover {
  color: #293272;
}
.internal-links-wrapper .internal-link a:hover:after {
  opacity: 1;
}

.notes-alert {
  border-radius: 12px;
  background: #FEFCE7;
  border: 0;
}
.notes-alert i {
  margin: 2px 8px 0 0;
  color: rgb(217, 165, 8);
  font-size: 20px;
}
.notes-alert .alert-content b {
  color: rgb(115, 67, 12);
}
.notes-alert .alert-content p {
  margin-bottom: 0;
  color: rgb(115, 67, 12);
}

.scholarship-section {
  margin: 80px;
}
@media (max-width: 767.98px) {
  .scholarship-section {
    margin: 25px 0;
  }
}

.scholarship-wrapper > h3 {
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .scholarship-wrapper > h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .scholarship-wrapper .md-container {
    padding: 0;
  }
}

.scholarship-program-box {
  padding: 40px;
  display: flex;
  gap: 35px;
  margin-bottom: 50px;
  align-items: center;
  border-radius: 20px;
  border: 2px solid #EEE;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767.98px) {
  .scholarship-program-box {
    flex-direction: column;
    padding: 20px;
  }
}
.scholarship-program-box .program-icon {
  flex: 45% 0 0;
}
@media (max-width: 991.98px) {
  .scholarship-program-box .program-icon {
    min-width: 120px;
    width: 120px;
    text-align: center;
    margin: 0 auto;
  }
}
.scholarship-program-box h6 {
  font-size: 24px;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}
.scholarship-program-box h6:after {
  content: "";
  width: 80px;
  height: 4px;
  background: #F89420;
  position: absolute;
  display: block;
  bottom: -5px;
  left: 0;
}
.scholarship-program-box .button-group a {
  margin-right: 15px;
}
.scholarship-program-box .program-body p a {
  color: #1559EA;
}
.scholarship-program-box .program-body p a:hover {
  color: #333;
}
.scholarship-program-box .program-body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .scholarship-program-box .program-body .button-group {
    text-align: center;
  }
  .scholarship-program-box .program-body .button-group a {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 10px;
  }
}

.alert-box {
  padding: 40px;
  display: flex;
  gap: 35px;
  margin-bottom: 50px;
  border-radius: 20px;
  background: linear-gradient(180deg, #F6F9FF 84.4%, #DCEBFE 100%);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  color: #293272;
}
.alert-box a {
  color: #293272;
}
.alert-box a:hover {
  color: #000;
}
@media (max-width: 767.98px) {
  .alert-box {
    flex-direction: column;
    padding: 20px;
  }
  .alert-box.general-box {
    flex-direction: row;
    padding: 15px;
  }
}
.alert-box .program-icon {
  min-width: 60px;
}
@media (max-width: 991.98px) {
  .alert-box .program-icon {
    min-width: 120px;
    width: 120px;
    text-align: center;
    margin: 0 auto;
  }
}
.alert-box h6 {
  font-size: 24px;
  margin-bottom: 25px;
}
.alert-box .button-group a {
  margin-right: 15px;
}
.alert-box .program-body p a {
  color: #1559EA;
}
.alert-box .program-body p a:hover {
  color: #333;
}
.alert-box .program-body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .alert-box .program-body h6 {
    text-align: center;
  }
  .alert-box .program-body .button-group {
    text-align: center;
  }
  .alert-box .program-body .button-group a {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 10px;
  }
}
.alert-box.general-box2 {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  gap: 10px;
  padding: 20px;
  font-size: 14px;
  margin-bottom: 10px;
  flex-direction: row;
}
.alert-box.general-box2 .program-icon {
  width: auto;
  min-width: auto;
}

.note-box {
  padding: 20px;
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, #FFF 80%, #F3F6FF 100%);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  color: #333;
  border: 1px solid #EEE;
  box-shadow: 0px 4px 20px 0px var(--state-alpha-dark-010, rgba(0, 0, 0, 0.1));
}
@media (max-width: 767.98px) {
  .note-box {
    flex-direction: column;
    padding: 20px;
  }
}
.note-box .program-icon {
  min-width: 40px;
}
@media (max-width: 991.98px) {
  .note-box .program-icon {
    min-width: 120px;
    width: 120px;
    text-align: center;
    margin: 0 auto;
  }
}
.note-box h6 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #333;
}
.note-box .button-group a {
  margin-right: 15px;
}
.note-box .program-body p a:not(.btn) {
  color: #1559EA;
}
.note-box .program-body p a:not(.btn):hover {
  color: #333;
}
.note-box .program-body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .note-box .program-body h6 {
    text-align: center;
  }
  .note-box .program-body .button-group {
    text-align: center;
  }
  .note-box .program-body .button-group a {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 10px;
  }
}
.note-box + h4 {
  margin-top: 50px;
}

#philosophy .scholarship-body {
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid #DDD;
  background: #F7F8FC;
  margin-bottom: 40px;
  /* Shadow/shadow-lg */
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
}
#philosophy .scholarship-body .philosophy-banner img {
  width: 100%;
}
#philosophy .scholarship-info-wrapper {
  padding: 50px 0;
}
#philosophy .scholarship-info-wrapper .info-header {
  padding: 0 20px;
}
#philosophy .scholarship-info-wrapper .info-header h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  #philosophy .scholarship-info-wrapper .info-header h3 {
    font-size: 24px;
  }
}
#philosophy .scholarship-info-wrapper .info-header h5 {
  font-size: 18px;
  color: #333;
}
@media (max-width: 767.98px) {
  #philosophy .scholarship-info-wrapper .info-header h5 {
    font-size: 14px;
  }
}

.accordion .accordion-item {
  border-radius: 12px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  overflow: hidden;
  border: 3px solid #fff;
  transition: all 0.25s ease;
}
.accordion .accordion-item.shown {
  border: 3px solid #3479E9;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  background: #fff;
  box-shadow: none;
  color: #333;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .accordion .accordion-item .accordion-button:not(.collapsed) {
    font-size: 15px;
  }
}
.accordion .accordion-item .accordion-body {
  padding-top: 5px;
}
.accordion .accordion-item .accordion-body h6 {
  color: #333;
}

.whistleblowing-header .title-wrapper {
  text-align: center;
  margin-top: 45px;
}
.whistleblowing-header .title-wrapper h4 {
  font-size: 28px;
  position: relative;
  padding-bottom: 25px;
  color: #3A2FB2;
  font-weight: 700;
}
.whistleblowing-header .title-wrapper h4:after {
  content: "";
  width: 80px;
  height: 4px;
  background: #F89420;
  position: absolute;
  display: block;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.whistleblowing-header .title-wrapper h3 {
  padding-top: 10px;
  color: #333;
  font-size: 32px;
  font-weight: 700;
}

.whistleblowing-body {
  margin: 35px 0 60px;
}

.whistleblowing-card {
  border-radius: 20px;
  background: #FFF;
  height: 100% !important;
  padding: 35px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199.98px) {
  .whistleblowing-card {
    padding: 25px;
  }
}
@media (max-width: 991.98px) {
  .whistleblowing-card {
    padding: 15px;
  }
}
@media (max-width: 767.98px) {
  .whistleblowing-card {
    margin-bottom: 30px;
    height: auto;
  }
}
.whistleblowing-card .step-wrapper {
  display: flex;
  justify-content: center;
}
.whistleblowing-card .step-wrapper span {
  display: block;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  line-height: 2.2;
  width: 100px;
  height: 100px;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--Fire-BG, linear-gradient(180deg, #F89420 0%, #F33454 100%));
  margin-bottom: 30px;
  /* Shadow/shadow-md */
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199.98px) {
  .whistleblowing-card .step-wrapper span {
    width: 80px;
    height: 80px;
    font-size: 36px;
    line-height: 2.1;
  }
}
.whistleblowing-card .whistleblowing-content li {
  padding-bottom: 8px;
}

.whistleblowing-step.step2 {
  background: #F7F8FC;
  padding: 60px 0;
}
@media (max-width: 991.98px) {
  .whistleblowing-step.step2 {
    padding: 20px 0;
  }
}
@media (max-width: 767.98px) {
  .whistleblowing-step.step2 {
    padding: 10px 0;
  }
}
.whistleblowing-step.step2 .whistleblowing-card {
  height: auto;
  margin-bottom: 25px;
}
.whistleblowing-step .step2-header {
  text-align: center;
}
.whistleblowing-step .step2-header img {
  padding-bottom: 20px;
}
@media (max-width: 991.98px) {
  .whistleblowing-step .step2-header img {
    max-width: 80px;
  }
}
.whistleblowing-step .step2-header h4 {
  font-size: 24px;
  position: relative;
  padding-bottom: 25px;
  color: #3A2FB2;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .whistleblowing-step .step2-header h4 {
    font-size: 18px;
  }
}
.whistleblowing-step .step2-header h4:after {
  content: "";
  width: 80px;
  height: 4px;
  background: #F89420;
  position: absolute;
  display: block;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.about-section {
  border-radius: 40px;
  padding: 40px;
  background: linear-gradient(107deg, #E5EFFF 0%, #FFF6ED 100.97%);
}
@media (max-width: 767.98px) {
  .about-section {
    padding: 20px 15px;
    border-radius: 20px;
  }
}
.about-section .protect-item {
  border-radius: 20px;
  border: 1px solid #FFF;
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  padding: 20px;
  gap: 15px;
  align-items: center;
  margin-bottom: 10px;
}
.about-section .item-content span {
  font-weight: 700;
}

.item-number {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 1.7;
  flex: 48px 0 0;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  border: 4px solid #FFF;
  background: linear-gradient(180deg, #F89420 0%, #F33454 100%);
  /* Shadow/shadow-md */
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.mandate-section {
  padding: 60px 0;
  background: url(../images/bg-mandate.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.mandate-section .title-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
.mandate-section .title-wrapper h3 {
  color: #F89420;
  font-size: 42px;
  margin-bottom: 15px;
}
.mandate-section p {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.mandate-section .mandate-wrapper .col-md-6 {
  margin-bottom: 20px;
}
.mandate-section .mandate-item {
  height: 100%;
}
.mandate-section .mandate-item-wrapper {
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  backdrop-filter: blur(50px);
  color: #eee;
  display: flex;
  gap: 10px;
  height: 100%;
  align-items: center;
}

.vision-mission-wrapper .vision-mission-box {
  text-align: center;
  padding: 60px 40px;
}
.vision-mission-wrapper .vision-mission-box img {
  width: 100px;
  margin-bottom: 15px;
}
.vision-mission-wrapper .vision-mission-box .vision-mission-content h4 {
  font-size: 32px;
  font-weight: 700;
  color: #293272;
  position: relative;
  margin-bottom: 35px;
}
.vision-mission-wrapper .vision-mission-box .vision-mission-content h4:after {
  content: "";
  width: 80px;
  height: 4px;
  background: #F89420;
  position: absolute;
  display: block;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.vision-mission-wrapper .vision-mission-box .vision-mission-content p {
  font-size: 18px;
  color: #333333;
}
@media (max-width: 991.98px) {
  .vision-mission-wrapper .vision-mission-box .vision-mission-content p {
    font-size: 16px;
  }
}
.vision-mission-wrapper .col-md-6:last-child .vision-mission-box {
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
}

.corporate-values-section {
  padding: 80px;
  background: #E5EFFF;
}
@media (max-width: 767.98px) {
  .corporate-values-section {
    padding: 50px 0 30px;
  }
}
.corporate-values-section h3 {
  text-align: center;
  margin-bottom: 30px;
}
.corporate-values-section .value-box {
  position: relative;
  background: #E5EFFF;
  /* Solid background */
  display: block;
  text-align: center;
}
@media (max-width: 767.98px) {
  .corporate-values-section .value-box {
    margin-bottom: 25px;
  }
}
.corporate-values-section .value-box .letter {
  font-family: "Archivo", sans-serif;
  font-size: 190px;
  font-weight: 700;
  color: transparent;
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
  z-index: 2;
  line-height: 1;
  display: inline-block;
  margin-bottom: 15px;
}
.corporate-values-section .value-box .letter:after {
  content: "";
  width: 80px;
  height: 4px;
  background: #F89420;
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .corporate-values-section .value-box .letter {
    font-size: 125px;
  }
}
@media (max-width: 767.98px) {
  .corporate-values-section .value-box .letter {
    font-size: 150px;
  }
}
.corporate-values-section .value-box .letter.G-letter {
  background-image: url("../images/mask-bg-G.jpg");
}
.corporate-values-section .value-box .letter.R-letter {
  background-image: url("../images/mask-bg-R.jpg");
}
.corporate-values-section .value-box .letter.E-letter {
  background-image: url("../images/mask-bg-E.jpg");
}
.corporate-values-section .value-box .letter.A-letter {
  background-image: url("../images/mask-bg-A.jpg");
}
.corporate-values-section .value-box .letter.T-letter {
  background-image: url("../images/mask-bg-T.jpg");
}
.corporate-values-section .value-box .value-text {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .corporate-values-section .value-box .value-text {
    font-size: 15px;
  }
}

.memberships-wrapper {
  text-align: center;
  padding: 60px 0 50px;
}
@media (max-width: 767.98px) {
  .memberships-wrapper {
    padding: 30px 0;
  }
}
.memberships-wrapper h3 {
  margin-bottom: 25px;
}
.memberships-wrapper ul {
  margin: 0;
  padding: 0;
}
.memberships-wrapper li.list-inline-item {
  padding: 0 20px;
  margin: 0 0 20px;
  vertical-align: middle;
}
.memberships-wrapper li.list-inline-item img {
  max-width: 160px;
}

.people-section {
  margin: 30px 0 50px;
}
.people-section .people-box a {
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
  background: #FFF;
  border: 1px solid transparent;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.people-section .people-box a .people-photo {
  background: url(../images/profile-bg.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.people-section .people-box a .people-photo img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.people-section .people-box a:hover {
  box-shadow: 0 0 20px 0 rgba(255, 124, 0, 0.3);
  border-color: #FF7C00;
}
.people-section .people-box a:hover .people-photo img {
  transform: scale(1.08);
}
.people-section .people-box a .people-meta {
  padding: 20px;
  min-height: 110px;
}
@media (max-width: 991.98px) {
  .people-section .people-box a .people-meta {
    padding: 15px;
    min-height: 95px;
  }
}
@media (max-width: 767.98px) {
  .people-section .people-box a .people-meta {
    min-height: 0;
  }
}
.people-section .people-box a .people-meta h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .people-section .people-box a .people-meta h4 {
    font-size: 14px;
  }
}
.people-section .people-box a .people-meta span {
  color: #666;
  display: block;
  line-height: 1.3;
}
@media (max-width: 991.98px) {
  .people-section .people-box a .people-meta span {
    font-size: 12px;
  }
}
.people-section .people-box.lg-people-box {
  min-height: 0;
  margin-bottom: 0;
}
.people-section .people-box.lg-people-box .people-photo img {
  aspect-ratio: 1/1.17;
  object-fit: cover;
}
@media (max-width: 1399.98px) {
  .people-section .people-box.lg-people-box .people-photo img {
    aspect-ratio: 1/1.2;
  }
}
@media (max-width: 1199.98px) {
  .people-section .people-box.lg-people-box .people-photo img {
    aspect-ratio: 1/1.23;
  }
}
@media (max-width: 991.98px) {
  .people-section .people-box.lg-people-box .people-photo img {
    aspect-ratio: 1/1.27;
  }
}
.people-section .people-box.lg-people-box .people-meta h4 {
  font-size: 24px;
}

.people-modal .people-photo {
  background: url(../images/profile-bg.jpg) no-repeat;
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
}
.people-modal .people-photo img {
  width: 100%;
}
.people-modal .modal-body .people-header {
  margin-bottom: 20px;
}
.people-modal .modal-body .people-header h3 {
  font-size: 28px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .people-modal .modal-body .people-header h3 {
    margin-top: 15px;
  }
}
.people-modal .modal-body .people-header .position {
  color: #666;
}
.people-modal .modal-body .people-content b {
  display: block;
}
@media (max-width: 991.98px) {
  .people-modal .modal-body {
    font-size: 14px;
  }
  .people-modal .modal-body .people-header h3 {
    font-size: 18px;
  }
  .people-modal .modal-body .people-header .position {
    font-size: 14px;
  }
}

.faq-wrapper {
  padding: 50px 0;
}
.faq-wrapper h3 {
  text-align: center;
  margin-bottom: 35px;
}

.sp-tagline-section {
  text-align: center;
  margin-bottom: 50px;
}
.sp-tagline-section .sp-tagline-header h4 {
  color: #F89420;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 5px;
}

.report-section {
  margin-bottom: 80px;
}

.report-box {
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.report-box h5 {
  font-size: 26px;
  color: #293272;
  font-weight: 700;
  margin-bottom: 20px;
}
.report-box h6 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.single-post-content figure img {
  border-radius: 15px;
  margin-bottom: 25px;
}
.single-post-content figure figcaption {
  font-size: 14px;
  color: #999;
  margin-top: -20px;
}
.single-post-content p {
  margin-bottom: 25px;
}
.single-post-content h6 {
  margin: 30px 0;
}

.related-post-wrapper {
  margin: 50px 0;
}
.related-post-wrapper h3 {
  text-align: center;
  font-size: 26px;
  color: #000;
  margin-bottom: 25px;
}
.related-post-wrapper .media-card h4 {
  text-align: left;
}

.I-home-section {
  width: 100%;
  padding: 40px;
  position: relative;
  background: #fff;
}
@media (max-width: 767.98px) {
  .I-home-section {
    padding: 20px;
  }
}
.I-home-section .I-home-wrapper {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  height: 80vh;
}
.I-home-section .swiper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.I-home-section .swiper .swiper-bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.I-home-section .tagline-body {
  position: absolute;
  z-index: 9;
  width: 100%;
  bottom: 30px;
}
.I-home-section .tagline-body .top-tagline {
  text-align: center;
}
.I-home-section .tagline-body .top-tagline h4 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.I-home-section .tagline-body .top-tagline h2 {
  font-size: 72px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 45px;
}
.I-home-section .tagline-body .top-tagline h2:after {
  content: "";
  width: 80px;
  height: 4px;
  background: #F89420;
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.I-home-section .tagline-body .bottom-tagline {
  margin-top: 100px;
}
.I-home-section .tagline-body .bottom-tagline h6 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #fff;
}
.I-home-section .tagline-body .bottom-tagline .quick-access-wrapper .quick-access-link {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  padding: 15px 20px;
  justify-content: center;
}
.I-home-section .tagline-body .bottom-tagline .quick-access-wrapper .quick-access-link span {
  font-size: 22px;
  display: inline-block;
  border: 2px solid #F89420;
  border-radius: 50%;
  text-align: center;
  line-height: 2;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  color: #F89420;
}
.I-home-section .tagline-body .bottom-tagline .quick-access-wrapper .quick-access-link:hover {
  box-shadow: 0 0 20px 0 rgba(255, 124, 0, 0.3);
  border-color: #FF7C00;
  backdrop-filter: blur(1px);
}
@media (max-width: 1299.98px) {
  .I-home-section .tagline-body {
    padding: 180px 0 0;
  }
  .I-home-section .tagline-body .top-tagline h4 {
    font-size: 28px;
  }
  .I-home-section .tagline-body .top-tagline h2 {
    font-size: 58px;
    padding-bottom: 35px;
    margin-bottom: 45px;
  }
  .I-home-section .tagline-body .bottom-tagline {
    margin-top: 80px;
  }
  .I-home-section .tagline-body .bottom-tagline .quick-access-wrapper .quick-access-link {
    font-size: 16px;
    padding: 8px 15px;
  }
}
@media (max-width: 1199.98px) {
  .I-home-section .tagline-body {
    padding: 150px 0 0;
  }
  .I-home-section .tagline-body .top-tagline h4 {
    font-size: 24px;
  }
  .I-home-section .tagline-body .top-tagline h2 {
    font-size: 48px;
    padding-bottom: 35px;
    margin-bottom: 45px;
  }
  .I-home-section .tagline-body .bottom-tagline {
    margin-top: 60px;
  }
}
@media (max-width: 1199.98px) {
  .I-home-section .tagline-body .top-tagline h4 {
    font-size: 21px;
  }
  .I-home-section .tagline-body .top-tagline h2 {
    font-size: 38px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .I-home-section .tagline-body .bottom-tagline {
    margin-top: 50px;
  }
  .I-home-section .tagline-body .bottom-tagline h6 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .I-home-section .tagline-body .bottom-tagline .quick-access-wrapper .quick-access-link {
    font-size: 14px;
    padding: 8px 12px;
  }
  .I-home-section .tagline-body .bottom-tagline .quick-access-wrapper .quick-access-link span {
    font-size: 18px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991.98px) {
  .I-home-section .tagline-body {
    padding: 120px 0 0;
  }
  .I-home-section .tagline-body .top-tagline h4 {
    font-size: 18px;
  }
  .I-home-section .tagline-body .top-tagline h2 {
    font-size: 42px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .I-home-section .tagline-body .bottom-tagline {
    margin-top: 40px;
  }
  .I-home-section .tagline-body .bottom-tagline h6 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .I-home-section .tagline-body .bottom-tagline .quick-access-wrapper .quick-access-link {
    font-size: 13px;
    padding: 8px 12px;
    line-height: 1.4;
  }
  .I-home-section .tagline-body .bottom-tagline .quick-access-wrapper .quick-access-link span {
    font-size: 16px;
    width: 34px;
    height: 34px;
    margin-right: 5px;
    flex: 34px 0 0;
  }
}
@media (max-width: 575.98px) {
  .I-home-section .tagline-body {
    padding: 60px 0 0;
  }
  .I-home-section .tagline-body .top-tagline h4 {
    padding: 0 20px;
  }
  .I-home-section .tagline-body .top-tagline h2 {
    margin-bottom: 20px;
    padding: 0 20px 20px 20px;
  }
  .I-home-section .tagline-body .bottom-tagline {
    margin-top: 30px;
  }
  .I-home-section .tagline-body .bottom-tagline h6 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .I-home-section .tagline-body .bottom-tagline .quick-access-wrapper .quick-access-link {
    font-size: 13px;
    padding: 8px 12px;
    line-height: 1.4;
    flex-direction: column;
    text-align: center;
    min-height: 93px;
    justify-content: center;
  }
  .I-home-section .tagline-body .bottom-tagline .quick-access-wrapper .quick-access-link span {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.jumbotron {
  border-radius: 20px;
  border: 1px solid #EEE;
  background: linear-gradient(180deg, #FFF 80%, #F3F6FF 100%);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 35px;
}
.jumbotron p {
  font-size: 24px;
  letter-spacing: -0.24px;
}
.jumbotron small {
  font-size: 14px;
  color: #999;
}

.general-section .md-container ul + h4,
.general-section .md-container ol + h4,
.general-section .md-container img + h4 {
  margin-top: 50px;
}
.general-section .md-container img + p {
  margin-top: 35px;
}

.sp-breadcrumb-section {
  background: #E4570C;
}
.sp-breadcrumb-section .breadcrumb-wrapper .breadcrumb-item a {
  color: #BBBBBB;
}
.sp-breadcrumb-section .breadcrumb-wrapper .breadcrumb-item:before {
  color: #BBBBBB;
}
.sp-breadcrumb-section .breadcrumb-wrapper .breadcrumb-item.active {
  color: #fff;
}

.sp-title-section {
  background: #293272;
  backdrop-filter: blur(20px);
  padding: 180px 0 160px;
  position: relative;
}
.sp-title-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 13%;
  background: linear-gradient(180deg, #293272 0%, rgba(41, 50, 114, 0.5) 30%, #FFF 100%);
  display: block;
  /* Frost/frost-lg */
  backdrop-filter: blur(30px);
  z-index: -1;
}
.sp-title-section:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  z-index: 0;
  height: 2px;
  width: 100%;
  background: #fff;
}
.sp-title-section.title-section h1,
.sp-title-section.title-section p {
  color: #fff;
  font-weight: 700;
}

.sp-section {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(248, 148, 32, 0.15) 100%);
}

.sp-box {
  padding: 35px 0;
}
.sp-box h4 {
  position: relative;
  padding-bottom: 20px;
}
.sp-box h4:after {
  content: "";
  width: 80px;
  height: 4px;
  background: #F89420;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .sp-box h4:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.sp-box .note-box {
  padding: 40px;
}
.sp-box .note-box i {
  font-size: 60px;
  color: #F89420;
  margin-right: 10px;
}
.sp-box .note-box .program-icon {
  min-width: 54px;
}
.sp-box .note-box p {
  min-height: 48px;
}
@media (max-width: 767.98px) {
  .sp-box .note-box {
    text-align: center;
  }
}

.listing-content {
  padding: 0 15px;
}
.listing-content .table-responsive {
  margin-bottom: 30px;
  border-radius: 20px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.listing-content .table-responsive .table {
  border-radius: 20px;
  border: 1px solid #EEE;
  overflow: hidden;
  margin-bottom: 0;
}
.listing-content .table-responsive .table tr:first-child td {
  border-bottom: 1px solid #EEE;
  background: linear-gradient(107deg, #293272 0%, #1559EA 100.97%) !important;
  overflow: hidden;
}
.listing-content .table-responsive .table tr:first-child td h4 {
  color: #fff !important;
  margin: 15px 0 !important;
  text-align: left !important;
  padding-left: 15px;
  line-height: 1 !important;
}
@media (max-width: 991.98px) {
  .listing-content .table-responsive .table tr:first-child td h4 {
    font-size: 18px !important;
    padding: 0;
  }
  .listing-content .table-responsive .table tr:first-child td h4 b {
    font-size: 18px !important;
  }
}
.listing-content .table-responsive .table tr td {
  text-align: left !important;
  padding: 10px 15px !important;
  color: #333 !important;
  width: auto !important;
}
.listing-content .table-responsive .table tr td:first-child {
  width: 450px !important;
  min-width: 450px;
}
@media (max-width: 991.98px) {
  .listing-content .table-responsive .table tr td:first-child {
    width: 260px !important;
    min-width: 260px;
  }
}
@media (max-width: 767.98px) {
  .listing-content .table-responsive .table tr td:first-child {
    width: 100% !important;
    min-width: 400px;
  }
}
@media (max-width: 767.98px) {
  .listing-content .table-responsive .table tr td {
    width: 100% !important;
    min-width: 400px;
  }
}
.listing-content .table-responsive .table tr td div {
  text-align: left !important;
  color: #333 !important;
}
.listing-content .table-responsive .table tr td a {
  text-decoration: none;
  color: #FF7C00;
}
.listing-content .table-responsive .table tr td strong {
  font-weight: 400 !important;
}
.listing-content .table-responsive .table tr td h4 {
  font-size: 16px !important;
  margin-bottom: 0 !important;
  line-height: 1.1 !important;
  color: #333 !important;
}
.listing-content .table-responsive .table tr td div:empty {
  height: 9 !important;
  display: none !important;
}

.landing-header {
  background: #E4570C;
  background-size: contain;
  background-position: right -15% bottom 0px;
  position: relative;
}
.landing-header:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -1px;
  background: #E4570C;
}
.landing-header .breadcrumb-section .breadcrumb-item a {
  color: #bbb;
}
.landing-header .breadcrumb-section .breadcrumb-item.active {
  color: #fff;
}

.landing-top {
  position: relative;
  margin-bottom: 65px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 25px;
  padding: 0 75px;
}
@media (max-width: 767.98px) {
  .landing-top {
    flex-direction: column;
    padding: 0;
  }
  .landing-top .sticky-banner {
    padding: 0 20px;
  }
}
.landing-top .banner-img {
  position: sticky;
  top: 8%;
  z-index: 99;
  width: 46%;
  flex: 46% 0 0;
  height: 100%;
  overflow: hidden;
  pointer-events: auto !important;
  background: radial-gradient(50% 50% at 50% 50%, #FDBA72 0%, rgba(248, 148, 32, 0) 100%);
}
.landing-top .banner-img img {
  object-fit: contain;
  height: 100%;
}
@media (max-width: 991.98px) {
  .landing-top .banner-img {
    margin-top: 25px;
    top: 15%;
  }
}
@media (max-width: 767.98px) {
  .landing-top .banner-img {
    padding: 45px 25px 0;
    background: radial-gradient(50% 50% at 50% 50%, #FFEDD6 0%, rgba(248, 148, 32, 0) 100%);
    z-index: 9;
    width: 100%;
    text-align: center;
    top: 0;
    background-color: #E4570C;
    margin: 0 -20px;
  }
  .landing-top .banner-img img {
    width: 80%;
    max-width: 270px;
    margin: 0 auto;
  }
}
.landing-top.tips-landing-top .banner-img {
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}
.landing-top .swiper-slide {
  padding: 0 0 50px;
}
.landing-top .swiper-slide#DIS-3 {
  padding-top: 0;
}
.landing-top .swiper-slide .caption {
  padding: 0 50px;
  width: 100%;
  max-width: 700px;
  text-align: left;
  color: #fff;
  background: #E4570C;
  position: relative;
}
@media (min-width: 768px) {
  .landing-top .swiper-slide .caption {
    height: 450px;
  }
}
.landing-top .swiper-slide .caption h3 {
  font-size: 34px;
  color: #fff;
}
.landing-top .swiper-slide .caption h2 {
  font-size: 52px;
  color: #fff;
}
.landing-top .swiper-slide .caption a {
  color: #fff;
  font-size: 21px;
}
.landing-top .swiper-slide .caption a:hover {
  color: #293272;
}
.landing-top .swiper-slide .caption#caption1 h3,
.landing-top .swiper-slide .caption#caption1 h2,
.landing-top .swiper-slide .caption#caption1 a {
  opacity: 0;
  transform: scale(1.1);
}
.landing-top .swiper-slide .caption#caption2 h2,
.landing-top .swiper-slide .caption#caption2 p,
.landing-top .swiper-slide .caption#caption2 a {
  opacity: 0;
  transform: scale(1.1);
}
.landing-top .swiper-slide .caption#caption3 p {
  font-size: 32px;
  font-weight: 700;
}
.landing-top .swiper-slide .caption#caption3 p b {
  font-size: 48px;
}
.landing-top .swiper-slide .caption#caption3 h3,
.landing-top .swiper-slide .caption#caption3 p {
  opacity: 0;
  transform: scale(1.1);
}
.landing-top .swiper-slide.active {
  z-index: 1;
}
.landing-top .swiper-slide.active #caption1 h3 {
  animation-name: caption;
  animation-duration: 0.35s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
.landing-top .swiper-slide.active #caption1 h2 {
  animation-name: caption;
  animation-duration: 0.35s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}
.landing-top .swiper-slide.active #caption1 a {
  animation-name: caption;
  animation-duration: 0.35s;
  animation-delay: 0.9s;
  animation-fill-mode: forwards;
}
.landing-top .swiper-slide.active #caption2 h2 {
  animation-name: caption;
  animation-duration: 0.35s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
.landing-top .swiper-slide.active #caption2 p {
  animation-name: caption;
  animation-duration: 0.35s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}
.landing-top .swiper-slide.active #caption2 a {
  animation-name: caption;
  animation-duration: 0.35s;
  animation-delay: 0.9s;
  animation-fill-mode: forwards;
}
.landing-top .swiper-slide.active #caption3 h3 {
  animation-name: caption;
  animation-duration: 0.35s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
.landing-top .swiper-slide.active #caption3 p {
  animation-name: caption;
  animation-duration: 0.35s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}
@media (max-width: 1299.98px) {
  .landing-top .swiper-slide .caption {
    padding: 0;
  }
  .landing-top .swiper-slide .caption h3 {
    font-size: 30px;
  }
  .landing-top .swiper-slide .caption h2 {
    font-size: 48px;
  }
}
@media (max-width: 1199.98px) {
  .landing-top .swiper-slide .caption {
    padding: 0;
  }
  .landing-top .swiper-slide .caption h3 {
    font-size: 24px;
  }
  .landing-top .swiper-slide .caption h2 {
    font-size: 38px;
  }
}
@media (max-width: 991.98px) {
  .landing-top .swiper-slide .caption {
    padding: 0;
  }
  .landing-top .swiper-slide .caption h3 {
    font-size: 21px;
  }
  .landing-top .swiper-slide .caption h2 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .landing-top .swiper-slide {
    padding: 150px 0 150px;
  }
  .landing-top .swiper-slide#DIS-3,
  .landing-top .swiper-slide #fail-3 {
    padding-bottom: 40px;
  }
  .landing-top .swiper-slide .caption {
    padding: 0;
  }
  .landing-top .swiper-slide .caption h3 {
    font-size: 18px;
  }
  .landing-top .swiper-slide .caption h2 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .landing-top.tips-landing-top .banner-img {
    background-color: #293272;
  }
}
.landing-top.tips-landing-top .swiper-slide .caption {
  background-color: #293272;
}

@keyframes caption {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.landing-bottom {
  padding-bottom: 10px;
}

#DIS-sliding,
#TIPS-sliding {
  background: linear-gradient(180deg, #F3F6FF 0%, #FDBA72 100%);
  position: relative;
  padding-bottom: 15px;
}
@media (max-width: 767.98px) {
  #DIS-sliding,
  #TIPS-sliding {
    padding-bottom: 0;
    margin-left: 0;
    padding-left: 0 !important;
  }
}

#TIPS-sliding {
  padding-left: 5%;
}
#TIPS-sliding .landing-sliding-wrapper {
  justify-content: center;
}
#TIPS-sliding .landing-sliding-wrapper .landing-sliding-thumb {
  margin-right: 5%;
}

.landing-row {
  align-items: center;
}
@media (max-width: 767.98px) {
  .landing-row {
    flex-direction: column;
  }
}
.landing-row .landing-text-box {
  margin-right: 100px;
  flex: 1 0 0;
}
@media (max-width: 991.98px) {
  .landing-row .landing-text-box {
    margin-right: 50px;
  }
}
@media (max-width: 767.98px) {
  .landing-row .landing-text-box {
    margin-right: 0;
  }
}
.landing-row .landing-img {
  flex: 420px 0 0;
}
@media (max-width: 991.98px) {
  .landing-row .landing-img {
    flex: 320px 0 0;
  }
}

#PIDM-member-text2 h3 {
  margin-bottom: 20px;
}
#PIDM-member-text2 p {
  font-weight: 700;
}
#PIDM-member-text2 .alert-1 {
  max-width: fit-content;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: left;
}

.landing-text {
  color: #fff;
  text-align: center;
}
.landing-text#PIDM-member-text1 {
  max-width: 600px;
  margin: 0 auto;
}
.landing-text#PIDM-member-text1 h3 {
  margin-bottom: 20px;
}
.landing-text#PIDM-member-text1 p {
  font-weight: 700;
}
.landing-text h3 {
  color: #fff;
  font-size: 42px;
}
.landing-text h3 small {
  font-size: 24px;
  display: block;
  margin-bottom: 5px;
}
.landing-text p {
  color: #333;
  margin-bottom: 5px;
}
.landing-text h4 {
  font-size: 34px;
  color: #333;
}
@media (max-width: 1199.98px) {
  .landing-text h3 {
    font-size: 28px;
  }
  .landing-text h4 {
    font-size: 24px;
  }
}

.landing-bottom .landing-text p {
  color: #fff;
}

.member-box {
  background: #fff;
  border-radius: 24px;
  padding: 20px;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.4);
}
.member-box b {
  display: block;
  margin-bottom: 15px;
  color: #333;
}
@media (max-width: 1199.98px) {
  .member-box a {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .member-box {
    margin-top: 20px;
  }
}

.general-box {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(30px);
  gap: 10px;
  padding: 25px;
  max-width: fit-content;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .general-box {
    padding: 15px;
    font-size: 14px;
  }
}
.general-box .program-icon {
  width: auto;
  min-width: auto;
}
.general-box.alert-1 {
  color: #333333;
}
.general-box.alert-1 i,
.general-box.alert-1 a {
  color: #FF7C00;
  text-decoration: none;
}
.general-box.alert-1 a i {
  padding-left: 4px;
}
.general-box.alert-2 {
  color: #333333;
}
.general-box.alert-2 i,
.general-box.alert-2 a {
  color: #FF7C00;
  text-decoration: none;
}
.general-box.alert-2 a {
  color: #1559EA;
}
.general-box.alert-2 a i {
  padding-left: 4px;
  color: #1559EA;
}
.general-box.alert-3 {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.general-box.alert-3 .program-icon i {
  color: #0069F4;
}

.general-box-link {
  border-radius: 20px;
  border: 1px solid #EEE;
  background: linear-gradient(180deg, #FFF 80%, #F3F6FF 100%);
  padding: 20px;
  color: #333;
  font-weight: 700;
  max-width: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  gap: 10px;
  min-height: 90px;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .general-box-link {
    min-height: auto;
  }
}
.general-box-link .program-icon i {
  color: #F33454;
  font-size: 24px;
}
.general-box-link .fa-arrow-right {
  margin-left: auto;
  color: #1559EA;
  font-size: 18px;
}
.general-box-link:hover {
  color: #fff;
  background: #E4570C;
}
.general-box-link:hover i {
  color: #fff;
}

.landing-section {
  padding: 80px 0;
  background: transparent;
  overflow: hidden;
}
.landing-section.protect-section {
  padding: 180px 0 80px;
  background: linear-gradient(180deg, #E4570C 0%, rgba(255, 124, 0, 0.5) 13.55%, rgba(255, 124, 0, 0) 27.11%), #FFF;
}
.landing-section.protect-section .protect-boxes .general-box {
  display: flex;
  align-items: center;
}
.landing-section.protect-section .landing-text {
  color: #293272;
  margin-bottom: 55px;
}
.landing-section.protect-section .landing-text h3 {
  color: #293272;
}
.landing-section.multi-protect-section {
  padding: 160px 0 40px;
  background: linear-gradient(180deg, #293272 0%, rgba(41, 50, 114, 0.5) 8.5%, rgba(41, 50, 114, 0) 17%), #FFF;
}
.landing-section.multi-protect-section .landing-text {
  color: #293272;
  max-width: 800px;
  margin: 0 auto 55px;
}
.landing-section.multi-protect-section .landing-text h3 {
  color: #293272;
  font-size: 32px;
}
.landing-section.multi-protect-section .general-box {
  flex-direction: column;
  text-align: center;
  padding: 25px 25px 18px !important;
}
.landing-section.multi-protect-section .general-box span {
  min-height: 45px !important;
  align-items: flex-start !important;
}
.landing-section.multi-protect-section .general-box i {
  background-image: linear-gradient(180deg, #F89420 0%, #F33454 100%) !important;
  -webkit-background-clip: text;
  /* clip gradient to icon */
  -webkit-text-fill-color: transparent;
  /* make actual text transparent */
  font-size: 34px !important;
}
.landing-section.multi-protect-section .protect-boxes p:last-child {
  margin-top: 30px;
  text-align: center;
}
.landing-section.aggregation-rule-section {
  padding: 0 0 80px;
  background: #fff;
}
.landing-section.aggregation-rule-section .landing-text {
  color: #293272;
  max-width: 800px;
  margin: 0 auto 55px;
}
.landing-section.aggregation-rule-section .landing-text h3 {
  color: #293272;
  font-size: 32px;
}
.landing-section.aggregation-rule-section .protect-boxes {
  max-width: 800px;
  margin: 0 auto;
}
.landing-section.aggregation-rule-section .general-box {
  padding: 20px !important;
}
.landing-section.aggregation-rule-section .general-box i.fa-shield-check {
  font-size: 42px !important;
  background-image: linear-gradient(180deg, #F89420 0%, #F33454 100%) !important;
  -webkit-background-clip: text;
  /* clip gradient to icon */
  -webkit-text-fill-color: transparent;
  /* make actual text transparent */
}
.landing-section.aggregation-rule-section .general-box i.fa-arrow-right {
  font-size: 24px !important;
  color: #293272 !important;
}
.landing-section.aggregation-rule-section .general-box div {
  font-weight: 700;
}
.landing-section.aggregation-rule-section .general-box div span {
  color: #E4570C;
  display: inline-block;
  margin: 0 !important;
  min-height: 0 !important;
}
.landing-section.protect-section2 {
  padding: 80px 0;
  background: url(../images/ball-orange.png) no-repeat;
  background-position: center;
}
.landing-section.protect-section2 .landing-text {
  color: #293272;
  margin-bottom: 35px;
}
.landing-section.protect-section2 .landing-text h3 {
  color: #293272;
}
.landing-section.protect-section2 .protect-boxes .general-box {
  display: flex;
  align-items: center;
}
.landing-section.protect-section2 .protect-boxes .general-box span {
  font-weight: 400;
  display: block;
  min-height: auto;
}
.landing-section.protect-section2 .protect-boxes .general-box span b {
  padding-left: 3px;
}
.landing-section.protect-section3 {
  padding: 80px 0;
}
.landing-section.protect-section3 .landing-text {
  color: #293272;
  margin-bottom: 55px;
}
.landing-section.protect-section3 .landing-text h3 {
  color: #293272;
}
.landing-section.protect-section3 .protect-boxes .general-box span {
  font-weight: 400;
  display: block;
  min-height: auto;
}
.landing-section.protect-section3 .protect-boxes .general-box span b {
  padding-left: 3px;
}
.landing-section .protect-boxes .general-box {
  border-radius: 20px;
  border: 1px solid #EEE;
  background: linear-gradient(180deg, #FFF 80%, #F3F6FF 100%);
  padding: 20px;
  max-width: 100%;
  /* Shadow/shadow-md */
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}
.landing-section .protect-boxes .general-box .general-link-box {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 15px;
  color: #333;
}
@media (max-width: 1399.98px) {
  .landing-section .protect-boxes .general-box {
    padding: 15px;
    font-size: 14px;
  }
}
.landing-section .protect-boxes .general-box i {
  font-size: 32px;
  color: #30D96E;
}
.landing-section .protect-boxes .general-box span {
  font-weight: 700;
  margin-left: 3px;
  display: block;
  min-height: 72px;
  display: flex;
  align-items: center;
}

.how-it-works {
  margin-top: 80px;
}

.DIS-section,
.fail-section,
.PIDM-member-section {
  background: linear-gradient(180deg, #FFF9F2 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, #FFF9F2 100%);
  position: relative;
  overflow: hidden;
}
.DIS-section h3,
.fail-section h3,
.PIDM-member-section h3 {
  color: #293272;
  margin-bottom: 0;
}
.DIS-section .DIS-container,
.DIS-section .fail-container,
.DIS-section .PIDM-member-container,
.fail-section .DIS-container,
.fail-section .fail-container,
.fail-section .PIDM-member-container,
.PIDM-member-section .DIS-container,
.PIDM-member-section .fail-container,
.PIDM-member-section .PIDM-member-container {
  position: relative;
  text-align: center;
  width: 100%;
  min-height: 218px;
}
.DIS-section .DIS-container .sm-container,
.DIS-section .fail-container .sm-container,
.DIS-section .PIDM-member-container .sm-container,
.fail-section .DIS-container .sm-container,
.fail-section .fail-container .sm-container,
.fail-section .PIDM-member-container .sm-container,
.PIDM-member-section .DIS-container .sm-container,
.PIDM-member-section .fail-container .sm-container,
.PIDM-member-section .PIDM-member-container .sm-container {
  margin: 0 auto;
}
.DIS-section .DIS-container .landing-text,
.DIS-section .fail-container .landing-text,
.DIS-section .PIDM-member-container .landing-text,
.fail-section .DIS-container .landing-text,
.fail-section .fail-container .landing-text,
.fail-section .PIDM-member-container .landing-text,
.PIDM-member-section .DIS-container .landing-text,
.PIDM-member-section .fail-container .landing-text,
.PIDM-member-section .PIDM-member-container .landing-text {
  opacity: 0;
  filter: blur(5px);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.DIS-section .DIS-container .landing-text.active,
.DIS-section .fail-container .landing-text.active,
.DIS-section .PIDM-member-container .landing-text.active,
.fail-section .DIS-container .landing-text.active,
.fail-section .fail-container .landing-text.active,
.fail-section .PIDM-member-container .landing-text.active,
.PIDM-member-section .DIS-container .landing-text.active,
.PIDM-member-section .fail-container .landing-text.active,
.PIDM-member-section .PIDM-member-container .landing-text.active {
  opacity: 1;
  filter: blur(0);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

@media (min-width: 1200px) {
  #DIS-container .landing-text h3 {
    font-size: 82px;
  }
  #DIS-container .landing-text h3 small {
    font-size: 40px;
  }
}

#DIS-container3 .landing-text h4,
#fail-container3 .landing-text h4 {
  color: #293272;
  font-size: 28px;
  margin-bottom: 25px;
}

.fail-section {
  background-image: url(../images/ball-blue-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: contain;
  background-color: #fff;
}

#PIDM-member-trigger {
  background-image: url(../images/ball-blue-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-attachment: fixed;
}

#DIS-text2 h2,
#fail-text2 h2,
#PIDM-member-text2 h2 {
  font-size: 98px;
  color: #F89420;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  #DIS-text2 h2,
  #fail-text2 h2,
  #PIDM-member-text2 h2 {
    font-size: 72px;
  }
}
#DIS-text2 h4,
#fail-text2 h4,
#PIDM-member-text2 h4 {
  margin-bottom: 0;
}

.DIS-thumb,
.fail-thumb,
.PIDM-member-thumb {
  flex: 50% 0 0;
  width: 50%;
}
.DIS-thumb img,
.fail-thumb img,
.PIDM-member-thumb img {
  border-radius: 18px;
}

.DIS-card,
.fail-card {
  display: flex;
  gap: 20px;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  border-radius: 20px;
  background: linear-gradient(180deg, #FFF 80%, #F3F6FF 100%);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(40px);
}

.PIDM-member-card span {
  color: #333;
  font-size: 18px;
}
.PIDM-member-card h4 {
  font-size: 21px;
}
.PIDM-member-card iframe {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #EEE;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.1);
}

.DIS-card-content,
.fail-card-content,
.PIDM-member-card-content {
  text-align: left;
  display: flex;
  align-items: center;
}

.landing-sliding-section {
  background: linear-gradient(180deg, #FFF9F2 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, #FFF9F2 100%);
  padding: 80px 0;
}

.landing-sliding-body {
  position: relative;
  z-index: 9;
}

.landing-sliding-wrapper {
  display: flex;
  gap: 25px;
  align-items: flex-start;
  position: relative;
  z-index: 9;
}
.landing-sliding-wrapper .landing-sliding-thumb {
  flex: 45% 0 0;
  width: 45%;
  position: sticky;
  height: 500px;
  top: 15%;
  left: 0;
  bottom: auto;
  z-index: 9;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991.98px) {
  .landing-sliding-wrapper .landing-sliding-thumb {
    top: 25%;
  }
}
@media (max-width: 767.98px) {
  .landing-sliding-wrapper .landing-sliding-thumb {
    bottom: 0;
    left: 0;
    width: 100%;
    top: auto;
    height: auto;
  }
  .landing-sliding-wrapper .landing-sliding-thumb:after {
    content: "";
    display: block;
    width: 100%;
    height: 300px;
    bottom: 0;
    left: 0;
    background: url(../images/DIS-mobile-bg.png) no-repeat;
    background-position: bottom -450px center;
    background-size: 165%;
    z-index: -1;
    position: absolute;
  }
}
@media (min-width: 1400px) {
  .landing-sliding-wrapper .landing-sliding-thumb {
    margin-bottom: 50px;
  }
}
@media (min-width: 1600px) {
  .landing-sliding-wrapper .landing-sliding-thumb {
    margin-bottom: 100px;
  }
}
@media (min-width: 1800px) {
  .landing-sliding-wrapper .landing-sliding-thumb {
    margin-bottom: 150px;
  }
}
.landing-sliding-wrapper .landing-sliding-content {
  padding: 100px 0 250px;
  max-width: 560px;
  opacity: 0;
  filter: blur(5px);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.landing-sliding-wrapper .landing-sliding-content.active {
  opacity: 1;
  filter: blur(0);
}
.landing-sliding-wrapper .landing-sliding-content#pidm-protection-matters {
  padding-bottom: 150px;
}
@media (max-width: 767.98px) {
  .landing-sliding-wrapper .landing-sliding-content {
    padding: 100px 25px 50px;
  }
  .landing-sliding-wrapper .landing-sliding-content#landing-sliding-content1 {
    padding: 100px 25px 350px;
  }
}
@media (max-width: 767.98px) {
  .landing-sliding-wrapper {
    flex-direction: column;
  }
}

#pidm-protection-matters h4 {
  margin-bottom: 0;
}
#pidm-protection-matters .pidm-protection-bottom b {
  font-size: 14px;
  padding-bottom: 10px;
  display: block;
}
#pidm-protection-matters .pidm-protection-bottom a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: #1559EA;
  font-weight: 700;
  padding-bottom: 8px;
}
#pidm-protection-matters .pidm-protection-bottom a i {
  padding-left: 5px;
}

.landingSwiper {
  width: 50%;
  height: 600px;
  margin: 0;
  pointer-events: auto;
}

.member-banks-note {
  margin-bottom: 25px;
}

.member-banks-logo {
  width: 180px;
  flex: 180px 0 0;
}

.member-banks-content {
  flex: 1 0 0;
  margin-right: auto;
}
.member-banks-content h4 {
  color: #333;
  font-size: 18px;
  margin-bottom: 25px;
}
.member-banks-content h5 {
  color: .member-banks-content h5 #333;
  font-size: 16px;
}

.member-bank-legends {
  background: #F7F8FC;
  padding: 20px;
  font-size: 14px;
  color: #666666;
  border-radius: 20px;
}
.member-bank-legends .legend-box {
  display: flex;
  gap: 5px;
}
.member-bank-legends .legend-box:first-child {
  margin-bottom: 15px;
}
.member-bank-legends .legend-box span {
  width: 18px;
  flex: 18px 0 0;
}

.protection-table {
  border: 1px solid #ddd;
  border-radius: 10px;
}
.protection-table .table {
  margin-bottom: 0;
}
.protection-table .table th {
  background: #F9F9F9;
  font-weight: 700;
}
.protection-table .table th,
.protection-table .table td {
  padding: 15px 20px;
  font-size: 14px;
  vertical-align: middle;
}
.protection-table .table h5 {
  margin-bottom: 0;
}
.protection-table .table tfoot td {
  background: #FFF6EB;
  border-bottom: 0;
}
.protection-table .table tfoot td h5,
.protection-table .table tfoot td b {
  font-size: 16px;
}

.sp-table {
  border: 1px solid #ddd;
  border-radius: 10px;
}
.sp-table .table {
  margin-bottom: 0;
}
.sp-table th {
  padding: 20px;
  font-size: 14px;
  vertical-align: middle;
  background: #293272;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 50%;
}
.sp-table th:first-child {
  border-right: 1px solid #ddd;
}
.sp-table .grey-header td {
  background: #F9F9F9;
}
.sp-table .grey-header td:nth-child(2) {
  border-right: 1px solid #ddd;
}
.sp-table td {
  font-size: 14px;
  padding: 15px 20px;
}
.sp-table td:nth-child(2) {
  border-right: 1px solid #ddd;
}

.sp-table-note {
  margin: 20px 0 5px;
  color: #999999;
  font-size: 12px;
}

#ProtectionModal6 .modal-body h4 {
  font-size: 21px;
}

.tips-landing-body .landing-header {
  background: #293272;
  position: relative;
}
.tips-landing-body .landing-header:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #293272;
}
.tips-landing-body .landing-section .protect-boxes .general-box {
  display: flex !important;
  justify-content: center !important;
}
.tips-landing-body .landing-section .protect-boxes .general-box span {
  display: block;
}
.tips-landing-body .landing-section .protect-boxes .general-box .general-link-box div span {
  display: inline;
}

.tips-cover-section {
  max-width: 820px;
  margin: 25px auto 0;
  padding: 25px 40px;
  border-radius: 20px;
  background: #173FAB;
}
.tips-cover-section h5 {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.tips-cover-section .tips-cover-banner {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(180deg, #FFF 80%, #F3F6FF 100%);
  /* Shadow/shadow-md */
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.tips-cover-section .tips-cover-banner .Tips-banner-top {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 25px;
}
.tips-cover-section .tips-cover-banner .Tips-banner-top .number-circle {
  font-size: 32px;
  color: #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  border: 4px solid #FFF;
  background: linear-gradient(180deg, #F89420 0%, #F33454 100%);
  font-weight: 700;
  text-align: center;
  font-family: "Archivo", sans-serif;
  flex: 55px 0 0;
  /* Shadow/shadow-md */
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.tips-cover-section .tips-cover-banner .Tips-banner-top .Tips-banner-title h6 {
  margin-bottom: 0;
  color: #293272;
  font-weight: 700;
  font-size: 18px;
}
.tips-cover-section .tips-cover-banner .Tips-banner-content {
  padding: 0 25px 25px;
}
.tips-cover-section .tips-cover-banner .Tips-banner-content.tips-banner2, .tips-cover-section .tips-cover-banner .Tips-banner-content.tips-banner3 {
  padding: 0 10px 25px;
}
.tips-cover-section .tips-cover-banner .Tips-banner-content .general-box {
  max-width: 100%;
  align-items: center;
  display: flex;
  gap: 10px;
}
.tips-cover-section .tips-cover-banner .Tips-banner-content .general-box.alert-box {
  margin: 0 25px;
}
.tips-cover-section .tips-cover-banner .Tips-banner-content .general-box i {
  color: #F33454;
  font-size: 24px;
  padding-right: 3px;
}
.tips-cover-section .tips-cover-banner .Tips-banner-content .general-box span {
  font-weight: 700;
}
.tips-cover-section .tips-cover-banner .Tips-banner-content .general-box .general-thumb {
  flex: 120px 0 0;
}
.tips-cover-section .tips-cover-banner .Tips-banner-content .general-box.alert-3 {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #333333;
}
.tips-cover-section .tips-cover-banner .Tips-banner-content .general-box.alert-3 .program-icon i {
  color: #0069F4;
}
.tips-cover-section .tips-cover-banner .Tips-banner-content .general-box.alert-3 a {
  color: #0069F4;
  text-decoration: none;
}
.tips-cover-section .tips-cover-banner .Tips-banner-content .general-box.alert-3 a i {
  font-size: 16px;
  color: #0069F4;
}
.tips-cover-section .swiper-pagination {
  position: relative;
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.tips-cover-section .swiper-pagination .swiper-pagination-bullet {
  background: #DDDDDD;
  border: 2px solid #FFFFFF;
  width: 12px;
  height: 12px;
  opacity: 1;
}
.tips-cover-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background-color: #F89420;
}

#PIDM-member-container2 {
  z-index: 11;
}

#PIDM-member-container3 {
  z-index: 9;
}

.accessibility-modal {
  display: none;
}

.accessibility {
  position: fixed;
  right: 15px;
  bottom: 15px;
  transform: translateZ(0);
  z-index: 99;
}

.accessibility-wrapper {
  padding: 15px;
  background: #F7F8FC;
  margin: 0 -15px -15px;
}

#accessibilityModal {
  width: auto;
  height: auto;
}
#accessibilityModal .modal-dialog {
  position: fixed;
  right: 15px;
  bottom: 15px;
  margin: 0;
}
#accessibilityModal .btn-group-toggle {
  margin-bottom: 10px;
}
#accessibilityModal .btn-group-toggle .grscl {
  color: #EEEEEE;
  background-color: #666666;
  border-color: #666666;
  border-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#accessibilityModal .btn-group-toggle .grayscaledisablelabel {
  color: #fff;
  background-color: #149041;
  border-color: #149041;
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 8px 36px;
}
#accessibilityModal .font_resizer .zoomin,
#accessibilityModal .font_resizer .zoomout {
  font-size: 18px;
  padding: 8px 34px;
}
#accessibilityModal .modal-footer .btn i {
  padding-right: 0;
  padding-left: 8px;
}

.anniversary-site {
  overflow: hidden;
}
.anniversary-site .header {
  background: linear-gradient(180deg, rgba(41, 50, 114, 0.9) 0%, rgba(41, 50, 114, 0) 100%);
  backdrop-filter: blur(8px);
  /* Shadow/shadow-md */
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.anniversary-site .header .right-header .lang-switcher .dropdown-toggle {
  color: #fff;
}
.anniversary-site .header .main-nav-wrapper .main-nav-trigger {
  color: #fff;
}
.anniversary-site main {
  padding-top: 0;
}
.anniversary-site .switch-site-switcher,
.anniversary-site .search-wrapper {
  display: none;
}

.anniversary-banner-wrapper {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.anniversary-banner-wrapper:after {
  content: "";
  display: block;
  height: 200px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(78, 95, 216, 0) 0%, #4E5FD8 100%);
}
.anniversary-banner-wrapper img {
  width: 100%;
  transform: scale(1.2);
  opacity: 0;
  animation-name: bannerbg;
  animation-duration: 1s;
  animation-delay: 0.75s;
  animation-fill-mode: forwards;
}
@media (max-width: 767.98px) {
  .anniversary-banner-wrapper img {
    height: 400px;
    object-fit: cover;
  }
}
@keyframes bannerbg {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.anniversary-banner-wrapper #video-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.anniversary-banner-wrapper .anniversary-video {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  display: block;
  text-decoration: none;
}
.anniversary-banner-wrapper .anniversary-video .anniversary-video-btn {
  font-size: 48px;
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(180deg, #F89420 0%, #F33454 100%);
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 2;
  margin: 0 auto 10px;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991.98px) {
  .anniversary-banner-wrapper .anniversary-video .anniversary-video-btn {
    font-size: 32px;
    width: 75px;
    height: 75px;
    line-height: 2.3;
  }
}
@media (max-width: 767.98px) {
  .anniversary-banner-wrapper .anniversary-video .anniversary-video-btn {
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 2.7;
  }
}
.anniversary-banner-wrapper .anniversary-video span {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 991.98px) {
  .anniversary-banner-wrapper .anniversary-video span {
    font-size: 21px;
  }
}
@media (max-width: 767.98px) {
  .anniversary-banner-wrapper .anniversary-video span {
    font-size: 18px;
  }
}
.anniversary-banner-wrapper .anniversary-video:hover .anniversary-video-btn {
  color: #333;
}

.timeline {
  width: 100%;
  padding: 100px 50px 10px;
  position: relative;
}
@media (max-width: 991.98px) {
  .timeline {
    padding: 70px 10px 10px;
  }
}
@media (max-width: 767.98px) {
  .timeline {
    padding: 50px 0 10px;
  }
}
.timeline:before {
  content: "";
  position: absolute;
  top: 0px;
  left: calc(33% + 15px);
  bottom: 0px;
  width: 4px;
  background: #F89420;
  display: none;
}
.timeline:after {
  content: "";
  display: table;
  clear: both;
}

.milestone-header {
  padding: 40px 0 80px;
  position: sticky;
  background: linear-gradient(180deg, #4E5FD8 0%, #293272 100%);
  text-align: center;
}
.milestone-header span {
  font-size: 24px;
  font-weight: 700;
  color: #F89420;
}
@media (max-width: 767.98px) {
  .milestone-header span {
    font-size: 18px;
  }
}
.milestone-header h4 {
  font-size: 42px;
  color: #fff;
  margin: 0 0 20px;
}
@media (max-width: 767.98px) {
  .milestone-header h4 {
    font-size: 32px;
  }
}
.milestone-header p {
  font-size: 21px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .milestone-header p {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .PIDM-milestone-wrapper.active {
    margin-top: 256px;
  }
}
@media (min-width: 1200px) {
  .PIDM-milestone-wrapper.active .milestone-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 20px 0;
  }
}

.milestone-timeline-wrapper {
  background: #293272;
}

.entry {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.entry:first-child:before {
  content: "";
  display: block;
  width: 4px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(248, 148, 32, 0) 0%, #F89420 100%);
}
@media (max-width: 767.98px) {
  .entry:first-child:before {
    left: 13px;
    transform: none;
  }
}
.entry .title {
  margin-bottom: 0.5em;
  flex: 46% 0 0;
  padding-right: 30px;
  text-align: right;
  position: relative;
}
@media (max-width: 767.98px) {
  .entry .title {
    text-align: left;
    margin-bottom: 15px;
  }
}
.entry .title h3 {
  margin: 0;
  font-size: 32px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .entry .title h3 {
    font-size: 24px;
  }
}
.entry .title h5 {
  margin: 0;
  font-size: 24px;
  color: #F89420;
}
@media (max-width: 767.98px) {
  .entry .title h5 {
    font-size: 18px;
  }
}
.entry .milestone-dot {
  flex: 1 0 0;
  text-align: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .entry .milestone-dot {
    flex: 30px 0 0;
  }
}
.entry .milestone-dot:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  background: #F89420;
  height: 100%;
  z-index: 0;
}
.entry .milestone-dot span {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.entry .timeline-body {
  margin: 0 0 8em;
  flex: 46% 0 0;
  padding-left: 30px;
  position: relative;
  color: #fff;
}
.entry .timeline-body a {
  color: #FF7C00;
  text-decoration: none;
}
.entry .timeline-body a:hover {
  text-decoration: underline;
  color: #999;
}
.entry .timeline-body p {
  line-height: 1.4em;
}
.entry .timeline-body p:first-child {
  margin-top: 0;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .entry .timeline-body {
    flex: 1 0 0;
    padding-left: 20px;
    margin-bottom: 4em;
  }
}
.entry:last-child .milestone-dot:before {
  background: linear-gradient(180deg, #F89420 0%, rgba(248, 148, 32, 0) 100%);
}
.entry:last-child .timeline-body {
  margin-bottom: 5em;
}

.endpoint i {
  font-size: 80px;
}

.milestone-note-section {
  padding: 0 0 80px;
  background: linear-gradient(180deg, #293272 0%, #0C1736 100%);
  text-align: center;
}
.milestone-note-section h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 20px;
}
@media (max-width: 1199.98px) {
  .milestone-note-section h4 {
    font-size: 21px;
  }
}
@media (max-width: 767.98px) {
  .milestone-note-section h4 {
    font-size: 28px;
  }
}
.milestone-note-section h2 {
  color: #F89420;
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .milestone-note-section h2 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .milestone-note-section h2 {
    font-size: 28px;
  }
}
.milestone-note-section p {
  color: #fff;
}

.a20-right-section,
.a20-left-section,
.a20-last-section {
  padding: 120px 0 80px;
}
@media (max-width: 1199.98px) {
  .a20-right-section,
  .a20-left-section,
  .a20-last-section {
    padding: 100px 0 60px;
  }
}
@media (max-width: 991.98px) {
  .a20-right-section,
  .a20-left-section,
  .a20-last-section {
    padding: 80px 0 50px;
  }
}
@media (max-width: 776.98px) {
  .a20-right-section,
  .a20-left-section,
  .a20-last-section {
    padding: 60px 0 30px;
  }
}
.a20-right-section .a20-wrapper,
.a20-left-section .a20-wrapper,
.a20-last-section .a20-wrapper {
  position: relative;
}
.a20-right-section .a20-wrapper .a20-4-img,
.a20-left-section .a20-wrapper .a20-4-img,
.a20-last-section .a20-wrapper .a20-4-img {
  position: absolute;
  z-index: 0;
  top: -140px;
  left: 20px;
  z-index: 0;
  width: 900px;
}
@media (max-width: 1299.98px) {
  .a20-right-section .a20-wrapper .a20-4-img,
  .a20-left-section .a20-wrapper .a20-4-img,
  .a20-last-section .a20-wrapper .a20-4-img {
    width: 750px;
  }
}
@media (max-width: 1199.98px) {
  .a20-right-section .a20-wrapper .a20-4-img,
  .a20-left-section .a20-wrapper .a20-4-img,
  .a20-last-section .a20-wrapper .a20-4-img {
    width: 600px;
  }
}
@media (max-width: 991.98px) {
  .a20-right-section .a20-wrapper .a20-4-img,
  .a20-left-section .a20-wrapper .a20-4-img,
  .a20-last-section .a20-wrapper .a20-4-img {
    width: 500px;
    top: 20%;
  }
}
@media (max-width: 767.98px) {
  .a20-right-section .a20-wrapper .a20-4-img,
  .a20-left-section .a20-wrapper .a20-4-img,
  .a20-last-section .a20-wrapper .a20-4-img {
    width: 370px;
    top: 30%;
  }
}
.a20-right-section .a20-wrapper .text-wrapper,
.a20-left-section .a20-wrapper .text-wrapper,
.a20-last-section .a20-wrapper .text-wrapper {
  padding: 0 50px;
  max-width: 700px;
}
@media (max-width: 1199.98px) {
  .a20-right-section .a20-wrapper .text-wrapper,
  .a20-left-section .a20-wrapper .text-wrapper,
  .a20-last-section .a20-wrapper .text-wrapper {
    padding: 0 20px;
  }
}
.a20-right-section .a20-wrapper .text-wrapper h4,
.a20-left-section .a20-wrapper .text-wrapper h4,
.a20-last-section .a20-wrapper .text-wrapper h4 {
  color: #F89420;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .a20-right-section .a20-wrapper .text-wrapper h4,
  .a20-left-section .a20-wrapper .text-wrapper h4,
  .a20-last-section .a20-wrapper .text-wrapper h4 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .a20-right-section .a20-wrapper .text-wrapper h4,
  .a20-left-section .a20-wrapper .text-wrapper h4,
  .a20-last-section .a20-wrapper .text-wrapper h4 {
    font-size: 21px;
  }
}
.a20-right-section .a20-wrapper .text-wrapper h4:after,
.a20-left-section .a20-wrapper .text-wrapper h4:after,
.a20-last-section .a20-wrapper .text-wrapper h4:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: #F89420;
}
.a20-right-section .a20-wrapper .text-wrapper p,
.a20-left-section .a20-wrapper .text-wrapper p,
.a20-last-section .a20-wrapper .text-wrapper p {
  color: #fff;
}

.a20-right-section {
  background: #0C1736 url(../images/right-dot-bg.png) no-repeat;
  background-size: 42%;
  background-position: center right;
}
@media (max-width: 1199.98px) {
  .a20-right-section {
    background-size: 700px;
    background-position: bottom right;
  }
}
@media (max-width: 991.98px) {
  .a20-right-section {
    background-size: 600px;
  }
}
@media (max-width: 991.98px) {
  .a20-right-section {
    background-size: 450px;
  }
}
@media (max-width: 767.98px) {
  .a20-right-section {
    background-size: 350px;
  }
}
@media (max-width: 567.98px) {
  .a20-right-section {
    background-size: 300px;
  }
}

.a20-left-section {
  background: #0C1736 url(../images/left-dot-bg.png) no-repeat;
  background-size: 42%;
  background-position: center left;
}
@media (max-width: 1199.98px) {
  .a20-left-section {
    background-size: 800px;
    background-position: bottom left;
  }
}
@media (max-width: 991.98px) {
  .a20-left-section {
    background-size: 600px;
  }
}
@media (max-width: 991.98px) {
  .a20-left-section {
    background-size: 450px;
  }
}
@media (max-width: 767.98px) {
  .a20-left-section {
    background-size: 350px;
  }
}
@media (max-width: 567.98px) {
  .a20-left-section {
    background-size: 300px;
  }
}

.a20-last-section {
  background: linear-gradient(180deg, #0C1736 0%, #23429C 100%);
  background-size: contain;
  background-position: top left;
}

.a20-slider-wrapper .a20-slider {
  padding: 20px 0;
}
.a20-slider-wrapper .a20-slider.a20-1-slider, .a20-slider-wrapper .a20-slider.a20-4-slider {
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .a20-slider-wrapper .a20-slider.a20-1-slider, .a20-slider-wrapper .a20-slider.a20-4-slider {
    padding: 50px 0;
  }
}
.a20-slider-wrapper .a20-slider.a20-2-slider {
  transform: rotate(5deg);
  overflow: inherit;
}
.a20-slider-wrapper .a20-slider.a20-3-slider {
  transform: rotate(-5deg);
  overflow: inherit;
}
.a20-slider-wrapper .a20-slider:hover .swiper-wrapper {
  transition-duration: 0ms !important;
}
.a20-slider-wrapper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.a20-slider-wrapper .swiper-slide {
  width: 800px;
  height: 450px;
  position: relative;
  border-radius: 30px;
  margin: 0 20px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199.98px) {
  .a20-slider-wrapper .swiper-slide {
    width: 700px;
    height: 394px;
  }
}
@media (max-width: 991.98px) {
  .a20-slider-wrapper .swiper-slide {
    width: 600px;
    height: 338px;
  }
}
@media (max-width: 768.98px) {
  .a20-slider-wrapper .swiper-slide {
    width: 400px;
    height: 225px;
  }
}
.a20-slider-wrapper .swiper-slide .a20-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.a20-slider-wrapper .swiper-slide .a20-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 768.98px) {
  .a20-slider-wrapper .swiper-slide .a20-content {
    padding: 20px 15px;
  }
}
.a20-slider-wrapper .swiper-slide .a20-content:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 0;
}
.a20-slider-wrapper .swiper-slide .a20-content h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  z-index: 9;
  margin-bottom: 0;
}
@media (max-width: 768.98px) {
  .a20-slider-wrapper .swiper-slide .a20-content h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.a20-slider-wrapper .swiper-slide .a20-content .btn {
  position: relative;
  z-index: 8;
  padding: 8px 5px;
  flex: 170px 0 0;
}
@media (max-width: 768.98px) {
  .a20-slider-wrapper .swiper-slide .a20-content .btn {
    font-size: 13px;
  }
}
.a20-slider-wrapper .swiper-slide:hover {
  transform: scale(1.15);
  z-index: 9;
  border: 2px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 30px 0 #F89420;
  border-radius: 30px;
}
.a20-slider-wrapper .swiper-slide:hover .a20-content {
  opacity: 1;
}

.a20-text-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 9;
}

.search-section {
  margin-bottom: 50px;
}

.search-page-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.search-page-wrapper input {
  border-radius: 30px;
  border: 2px solid #1559EA;
  background: #F9F9F9;
  color: #333;
}
.search-page-wrapper input + i {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 18px;
  color: #1559EA;
  transform: translateY(-50%);
}

.search-result-lising {
  margin-top: 35px;
  border-top: 1px solid #eee;
}
.search-result-lising li a {
  display: block;
  padding: 18px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  font-weight: 700;
  color: #333;
  display: flex;
}
.search-result-lising li a:before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  padding-right: 10px;
  color: #1559EA;
}
.search-result-lising li a:hover {
  color: #000;
}
.search-result-lising li a:hover:before {
  color: #000;
}

.info-box {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.info-box .info-header {
  padding: 20px 25px 15px;
  background: linear-gradient(107deg, #293272 0%, #1559EA 100.97%) !important;
}
.info-box .info-header h4 {
  margin: 0;
  color: #fff;
}
.info-box .info-content {
  padding: 25px;
}
.info-box .info-content a {
  color: #FF7C00;
  text-decoration: none;
}
.info-box .info-content a:hover {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 21px;
  }
}
@media (max-width: 767.98px) {
  .mobile-hide {
    display: none;
  }
  .container {
    padding: 0 25px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  p {
    font-size: 14px;
  }
  .lang-switcher {
    display: none;
  }
  .library-cat,
  .ad-cat-wrapper {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    width: 100%;
    text-align: center;
  }
  .library-cat .btn-group ul li a,
  .ad-cat-wrapper .btn-group ul li a {
    padding: 6px;
  }
  .library-cat .btn-group ul li.active a,
  .ad-cat-wrapper .btn-group ul li.active a {
    padding: 6px 15px;
  }
  .library-type ul li .type-nav {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .desktop-hide {
    display: none;
  }
}

/*# sourceMappingURL=styles.css.map */
