.splitting .word {
  display: inline-block;
  --word-percent: calc(var(--word-index) / var(--word-total));
  --line-percent: calc(var(--line-index) / var(--line-total));
} /*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
body {
  -webkit-tap-highlight-color: transparent;
}
.h1,
.h3 {
  color: var(--bs-heading-color);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}
ul ul {
  margin-bottom: 0;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
svg {
  vertical-align: middle;
}
tr {
  border: 0 solid;
  border-color: inherit;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
[role='button'] {
  cursor: pointer;
}
[type='button']:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}
.form-control {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
}
.form-control:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem #0d6efd40;
  outline: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  background-color: var(--bs-tertiary-bg);
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  color: var(--bs-body-color);
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  padding: 0.375rem 0.75rem;
  pointer-events: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type='checkbox'] {
  --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}
.form-check-input:checked[type='radio'] {
  --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E");
}
.form-switch .form-check-input:checked {
  background-position: 100%;
  --bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.valid-tooltip {
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
  color: #fff;
  display: none;
  font-size: 0.875rem;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: var(--bs-form-valid-color);
}
.invalid-tooltip {
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
  color: #fff;
  display: none;
  font-size: 0.875rem;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.btn {
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:hover {
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  color: var(--bs-btn-hover-color);
}
.btn:focus-visible {
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  box-shadow: var(--bs-btn-focus-box-shadow);
  color: var(--bs-btn-hover-color);
  outline: 0;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
  color: var(--bs-btn-active-color);
}
.btn-check:checked + .btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  color: var(--bs-btn-disabled-color);
  opacity: var(--bs-btn-disabled-opacity);
  pointer-events: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.collapsing.collapse-horizontal {
  height: auto;
  transition: width 0.35s ease;
  width: 0;
}
.dropstart {
  position: relative;
}
.dropstart .dropdown-menu[data-bs-popper] {
  left: auto;
  margin-right: var(--bs-dropdown-spacer);
  margin-top: 0;
  right: 100%;
  top: 0;
}
.dropstart .dropdown-toggle:after {
  content: '';
  display: inline-block;
  display: none;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropstart .dropdown-toggle:before {
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-top: 0.3em solid transparent;
  content: '';
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
}
.dropstart .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropstart .dropdown-toggle:before {
  vertical-align: 0;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--bs-dropdown-link-active-bg);
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
}
.dropdown-menu.show {
  display: block;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active {
  z-index: 1;
}
.dropstart .dropdown-toggle-split:before {
  margin-right: 0;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
  color: var(--bs-nav-tabs-link-active-color);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--bs-nav-pills-link-active-bg);
  color: var(--bs-nav-pills-link-active-color);
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  border-bottom-color: currentcolor;
  color: var(--bs-nav-underline-link-active-color);
  font-weight: 700;
}
.tab-content > .active {
  display: block;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(
    var(--bs-border-radius) - var(--bs-border-width)
  );
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%231b1526' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 16 16'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23052C65' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 16 16'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.accordion-button {
  transition: var(--bs-accordion-transition);
}
.accordion-button:not(.collapsed) {
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0
    var(--bs-accordion-border-color);
  color: var(--bs-accordion-active-color);
}
.accordion-button:not(.collapsed):after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button:after {
  transition: var(--bs-accordion-btn-icon-transition);
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  outline: 0;
  z-index: 3;
}
.accordion-item {
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color);
  color: var(--bs-accordion-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-left-radius: var(--bs-accordion-border-radius);
  border-bottom-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush
  > .accordion-item
  > .accordion-header
  .accordion-button.collapsed {
  border-radius: 0;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.active > .page-link,
.page-link.active {
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
  color: var(--bs-pagination-active-color);
  z-index: 3;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
.list-group-item-action:active {
  background-color: var(--bs-list-group-action-active-bg);
  color: var(--bs-list-group-action-active-color);
}
.list-group-item.active {
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
  color: var(--bs-list-group-active-color);
  z-index: 2;
}
.list-group-item + .list-group-item.active {
  border-top-width: var(--bs-list-group-border-width);
  margin-top: calc(var(--bs-list-group-border-width) * -1);
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  border-left-width: var(--bs-list-group-border-width);
  margin-left: calc(var(--bs-list-group-border-width) * -1);
}
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 40px;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  background-clip: padding-box;
  background-color: var(--bs-toast-bg);
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  border-radius: var(--bs-toast-border-radius);
  box-shadow: var(--bs-toast-box-shadow);
  color: var(--bs-toast-color);
  font-size: var(--bs-toast-font-size);
  max-width: 100%;
  pointer-events: auto;
  width: var(--bs-toast-max-width);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  --bs-toast-zindex: 1090;
  max-width: 100%;
  pointer-events: none;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  z-index: var(--bs-toast-zindex);
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
  align-items: center;
  background-clip: padding-box;
  background-color: var(--bs-toast-header-bg);
  border-bottom: var(--bs-toast-border-width) solid
    var(--bs-toast-header-border-color);
  border-top-left-radius: calc(
    var(--bs-toast-border-radius) - var(--bs-toast-border-width)
  );
  border-top-right-radius: calc(
    var(--bs-toast-border-radius) - var(--bs-toast-border-width)
  );
  color: var(--bs-toast-header-color);
  display: flex;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
}
.toast-header .btn-close {
  margin-left: var(--bs-toast-padding-x);
  margin-right: calc(var(--bs-toast-padding-x) * -0.5);
}
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  background-color: var(--bs-backdrop-bg);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: var(--bs-backdrop-zindex);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  display: block;
  font-family: var(--bs-font-sans-serif);
  font-size: var(--bs-tooltip-font-size);
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  margin: var(--bs-tooltip-margin);
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: var(--bs-tooltip-zindex);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  height: var(--bs-tooltip-arrow-height);
  width: var(--bs-tooltip-arrow-width);
}
.tooltip .tooltip-arrow:before {
  border-color: transparent;
  border-style: solid;
  content: '';
  position: absolute;
}
.bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: calc(var(--bs-tooltip-arrow-height) * -1);
}
.bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
  border-top-color: var(--bs-tooltip-bg);
  border-width: var(--bs-tooltip-arrow-height)
    calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  top: -1px;
}
.bs-tooltip-auto[data-popper-placement^='right'] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  height: var(--bs-tooltip-arrow-width);
  left: calc(var(--bs-tooltip-arrow-height) * -1);
  width: var(--bs-tooltip-arrow-height);
}
.bs-tooltip-auto[data-popper-placement^='right'] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
  border-right-color: var(--bs-tooltip-bg);
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5)
    var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  right: -1px;
}
.bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: calc(var(--bs-tooltip-arrow-height) * -1);
}
.bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
  border-bottom-color: var(--bs-tooltip-bg);
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5)
    var(--bs-tooltip-arrow-height);
  bottom: -1px;
}
.bs-tooltip-auto[data-popper-placement^='left'] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  height: var(--bs-tooltip-arrow-width);
  right: calc(var(--bs-tooltip-arrow-height) * -1);
  width: var(--bs-tooltip-arrow-height);
}
.bs-tooltip-auto[data-popper-placement^='left'] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
  border-left-color: var(--bs-tooltip-bg);
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0
    calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  left: -1px;
}
.tooltip-inner {
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
  color: var(--bs-tooltip-color);
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  text-align: center;
}
.carousel-item.active {
  display: block;
}
.active.carousel-item-end {
  transform: translate(100%);
}
.active.carousel-item-start {
  transform: translate(-100%);
}
.carousel-fade .carousel-item.active {
  opacity: 1;
  z-index: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  opacity: 0;
  transition: opacity 0s 0.6s;
  z-index: 0;
}
.carousel-indicators .active {
  opacity: 1;
}
@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.offcanvas.show:not(.hiding),
.offcanvas.showing {
  transform: none;
}
.offcanvas.show,
.offcanvas.showing {
  visibility: visible;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.placeholder {
  background-color: currentcolor;
  cursor: wait;
  display: inline-block;
  min-height: 1em;
  opacity: 0.5;
  vertical-align: middle;
}
.placeholder.btn:before {
  content: '';
  display: inline-block;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-wave {
  to {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.header.bg-white {
  background-color: #fff;
  border-color: #eaeaea;
}
.header.bg-white .btn-nav:not(.close) {
  background-color: #385ee4;
}
.header.bg-white .btn-nav:not(.close):before {
  background-color: #385ee41a;
}
.header.bg-white .btn-nav:not(.close) .icon,
.header.bg-white .btn-nav:not(.close) span {
  color: #fff;
}
.header .site-nav {
  transition: all 0.4s ease-in-out;
}
.header .site-nav.show {
  opacity: 1;
  top: 0;
  visibility: visible;
}
.header .site-nav .site-nav-bg.anim {
  animation: slideInTopImage 1.2s cubic-bezier(0.25, 0, 0.35, 0) both;
  opacity: 1;
  visibility: visible;
}
.header .nav-list .list-item {
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.header .nav-list .list-item.anim {
  opacity: 1;
  transform: translateY(0);
}
.header .nav-list .list-item:not(.header .nav-list .list-item:last-child) {
  margin-bottom: 12px;
}
.header .nav-list .item-link {
  transition: all 0.3s ease-in-out;
}
.header .nav-list .item-link:hover {
  color: #fff;
}
.header .lang-list .list-item:not(.header .lang-list .list-item:last-child) {
  margin-right: 28px;
}
.footer {
  background-color: #0b0e70;
  overflow: hidden;
  position: relative;
}
.footer:before {
  background-image: url(/assets/images/footer-bg-mobile.svg);
  background-position: 100% 0;
  background-repeat: no-repeat;
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.footer .footer-content {
  position: relative;
  z-index: 0;
}
.footer .footer-top {
  padding-top: 60px;
}
.footer .bottom-inner {
  align-items: baseline;
  display: inline-flex;
  flex-flow: column;
  padding: 50px 0;
}
.footer .footer-logo {
  width: 125px;
}
.footer .copyright {
  color: #ffffff80;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
.footer .social-link-list {
  align-items: center;
  display: flex;
  flex-flow: row;
  list-style: none;
  margin-bottom: 40px;
  padding: 0;
}
.footer .social-link-list .list-item + .list-item {
  margin-left: 12px;
}
.footer .social-link-list .list-item .item-link {
  text-decoration: none;
}
.footer .social-link-list .list-item .icon {
  align-items: center;
  background-color: #fff;
  border-radius: 100%;
  color: #18296e;
  display: flex;
  flex-flow: column;
  font-size: 12px;
  height: 32px;
  justify-content: center;
  padding: 2px;
  width: 32px;
}
.footer .link-list .list-item .item-link {
  transition: all 0.4s ease-in-out;
}
.footer .link-list .list-item .item-link:hover {
  color: #ecebea80;
}
.accordion.footer-accordion .accordion-item {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.accordion.footer-accordion .accordion-button:not(.collapsed) {
  border-bottom: none;
}
.accordion.footer-accordion .accordion-button:not(.collapsed) .icon:before {
  content: '\e908';
}
.accordion.footer-accordion .accordion-button:focus {
  box-shadow: none;
  outline: 0;
}
.main-section .section-title.show {
  opacity: 1;
}
.general-title.xsmall {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}
.btn-general {
  transition: all 0.4s ease-in-out;
}
.btn-general.bordered:active,
.primary-button.bordered:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #1b152680 !important;
}
.btn-general:active,
.btn-general:focus,
.primary-button:active {
  background-color: transparent !important;
  border-color: #dde1e2 !important;
  color: #1b1526 !important;
}
.btn-general:disabled {
  background-color: #f1f8f9 !important;
  border-color: transparent !important;
  color: #d6e6ea !important;
}
.btn-general:hover {
  background-color: #2c51d2 !important;
  border-color: transparent !important;
  color: #fff !important;
  transform: scale(1.1);
}
.btn-general:hover .icon {
  animation: moveRightChevron 0.6s infinite alternate;
}
.btn-circle:active {
  background-color: #fff !important;
  border-color: #dde1e2 !important;
}
.accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.accordion .collapsing {
  transition-duration: 0.2s;
}
.general-accordion.second
  .accordion-item:not(.general-accordion.second .accordion-item:last-child)
  .accordion-collapse {
  border-bottom: 1px solid transparent;
  padding-bottom: 30px;
}
.general-accordion.second
  .accordion-item:not(.general-accordion.second .accordion-item:last-child)
  .accordion-collapse.show {
  border-color: #dde1e2;
}
.general-accordion.third .accordion-item.active {
  background-color: #385ee4;
  border: 1px solid #dde1e2;
  border-radius: 12px;
}
.general-accordion.third .accordion-item.active .item-bg {
  opacity: 1;
  visibility: visible;
}
.general-accordion.third .accordion-item.active .accordion-button {
  background-color: transparent;
  border: none;
  color: #fff;
  min-height: auto;
}
.general-accordion.third .accordion-item.active:first-child .accordion-button,
.general-accordion.third
  .accordion-item.active:not(
    .general-accordion.third .accordion-item.active:last-child
  )
  .accordion-button.collapsed {
  border: none;
}
.general-accordion.third
  .accordion-item:not(.general-accordion.third .accordion-item:last-child)
  .accordion-button.collapsed {
  border: 1px solid #dde1e2;
}
.general-accordion
  .accordion-item:not(.general-accordion .accordion-item:last-child)
  .accordion-button.collapsed {
  border-bottom: 1px solid #dde1e2;
}
.image-swiper {
  position: relative;
}
.image-swiper .item-wrapper {
  height: 308px;
  margin: 0 auto;
  position: relative;
  width: 244px;
}
.image-swiper .swiper-item {
  align-items: center;
  border-radius: 12px;
  bottom: 0;
  display: flex;
  height: 308px;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.6s ease-in-out;
  width: 244px;
  z-index: 3;
}
.image-swiper .swiper-item img {
  border-radius: 12px;
}
.image-swiper .button-next,
.image-swiper .button-prev {
  align-items: center;
  border: 1px solid #dde1e2;
  border-radius: 100%;
  display: flex;
  flex-flow: column;
  height: 40px;
  justify-content: center;
  margin: 0;
  padding: 2px;
  position: absolute;
  top: calc(100% + 82px);
  transition: all 0.4s ease-in-out;
  width: 40px;
  z-index: 2;
}
.image-swiper .button-next:after,
.image-swiper .button-prev:after {
  display: none;
}
.image-swiper .button-next.disabled,
.image-swiper .button-prev.disabled {
  opacity: 0.5;
}
.image-swiper .button-next:not(.disabled),
.image-swiper .button-prev:not(.disabled) {
  cursor: pointer;
}
.image-swiper .button-next:not(.disabled):hover,
.image-swiper .button-prev:not(.disabled):hover {
  background-color: #fff;
  border-color: transparent;
  transform: scale(1.1);
}
.image-swiper .button-next:not(.disabled):hover .icon,
.image-swiper .button-prev:not(.disabled):hover .icon {
  color: #385ee4;
}
.image-swiper .button-next .icon,
.image-swiper .button-prev .icon {
  color: #fff;
  font-size: 8px;
}
.image-swiper .button-next {
  left: calc(100% - 40px);
}
.image-swiper .button-prev {
  left: calc(100% - 96px);
}
.image-thumb-swiper {
  width: 100%;
}
.image-thumb-swiper .swiper-slide .desc {
  color: #fffc;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 37px;
}
.general-section.section-bg-dark-blue .section-content .swiper-nav .icon {
  color: #fff;
}
.brand-swiper {
  display: flex;
  margin-top: 117px;
}
.brand-swiper .swiper-wrapper {
  display: flex;
  flex-grow: 1;
  height: auto;
}
.brand-swiper .swiper-slide {
  align-items: center;
  display: flex;
  flex-flow: column;
  flex-grow: 1;
  height: 180px;
  justify-content: center;
}
.news-swiper,
.team-swiper {
  margin-bottom: 40px;
}
.media-card-swiper.swiper {
  display: flex;
  overflow: inherit;
}
.media-card-swiper .swiper-wrapper {
  display: flex;
  flex-grow: 1;
  height: auto;
}
.media-card-swiper .media-card,
.media-card-swiper .swiper-slide {
  display: flex;
  flex-flow: column;
  flex-grow: 1;
  height: 100%;
}
.general-tab.second .nav-tabs .nav-item .nav-link.active {
  color: #1b1526;
}
.general-tab.second .nav-tabs .nav-item .nav-link.active:after {
  background-color: #1b1526;
  bottom: 0;
  height: 2px;
  right: 0;
  width: 100%;
}
.general-tab .nav-tabs .nav-item .nav-link.active {
  color: #385ee4;
  position: relative;
}
.general-tab .nav-tabs .nav-item .nav-link.active:after {
  background-color: #385ee4;
  bottom: -7px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 57px;
}
.general-tab .tab-content > .active {
  display: block !important;
}
.general-modal .modal-dialog .modal-body .body-content.not-after:after,
.general-modal .modal-dialog .modal-body .content-wrap.not-after:after {
  display: none;
}
.modal-backdrop {
  background-color: #000;
}
.modal-backdrop.show {
  opacity: 0.2;
}
.brand-card-swiper:not(.swiper-initialized) {
  display: none;
}
.brand-card-swiper.swiper {
  overflow: inherit;
  position: relative;
}
.brand-card-swiper .swiper-nav {
  bottom: -45px;
  position: absolute;
}
.action-bar .search-wrap .form-group:focus-within {
  border-color: #a4a1a8;
}
.action-bar .search-wrap .form-group .form-control::placeholder {
  opacity: 0.5;
}
.action-bar .search-wrap .form-group .form-control:focus {
  box-shadow: none;
  outline: 0;
}
.action-bar .search-wrap .form-group .btn-remove:focus {
  box-shadow: none;
  outline: 0;
}
.action-bar .sort-wrap .btn-sort:focus-within {
  border-color: #a4a1a8;
}
.action-bar .sort-wrap .sort-menu .menu-opt {
  cursor: pointer;
}
.action-bar
  .sort-wrap
  .sort-menu
  .menu-opt:not(.action-bar .sort-wrap .sort-menu .menu-opt:last-child) {
  border-bottom: 1px solid #a4a1a8;
}
.action-bar input:-webkit-autofill,
.action-bar input:-webkit-autofill:focus {
  -webkit-transition: background-color 0s 600000s, color 0s 600000s !important;
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
.links-menu .item-link.active {
  color: #003ebc;
}
.primary-form .form-group.checkbox-wrapper.has-error .text-help {
  display: none;
}
.primary-form .form-group.checkbox-wrapper.has-error label {
  color: red;
}
.primary-form .form-group.checkbox-wrapper.has-error label:before {
  border-color: red;
}
.primary-form .form-group.checkbox-wrapper input:checked + label:before {
  background-color: #fff;
  border-color: #003ebc;
}
.primary-form .form-group.checkbox-wrapper input:checked + label:after {
  background-color: #003ebc;
}
.primary-form .form-group.has-error .form-control {
  border-color: red;
}
.primary-form .form-group.has-error .text-help {
  color: red;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  margin: 5px 0 0 16px;
  position: relative;
}
.form-status-content {
  align-items: center;
  display: flex;
  flex-flow: column;
  max-width: 400px;
}
.form-status-content .content-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 27px;
  margin-bottom: 16px;
  text-align: center;
}
.form-status-content .content-desc {
  font-size: 14px;
  letter-spacing: -0.01em;
  line-height: 19px;
  margin-bottom: 40px;
  text-align: center;
}
.image-card-slider .swiper-nav {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 32px;
}
.image-card-slider .swiper-slide {
  border-radius: 12px;
  overflow: hidden;
}
.image-card-slider .swiper-slide .image-card {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.timeline-slider .swiper-wrapper {
  height: 100%;
}
.timeline-slider .swiper-slide {
  max-width: 298px;
  position: relative;
  width: 100%;
}
.timeline-slider .swiper-slide .timeline-card {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.timeline-slider .swiper-slide .timeline-card .img-wrapper {
  display: flex;
  justify-content: center;
  max-width: 298px;
}
.timeline-slider .swiper-slide .timeline-card .img-wrapper .left-content,
.timeline-slider .swiper-slide .timeline-card .img-wrapper .right-content {
  display: none;
  height: 100%;
}
.timeline-slider .swiper-slide .timeline-card .img-wrapper .left-content {
  align-items: flex-end;
}
.timeline-slider
  .swiper-slide
  .timeline-card
  .img-wrapper
  .left-content
  .img-box.top {
  height: 140px;
  margin-top: -22px;
  opacity: 90%;
  width: 140px;
}
.timeline-slider
  .swiper-slide
  .timeline-card
  .img-wrapper
  .left-content
  .img-box.top
  img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
.timeline-slider
  .swiper-slide
  .timeline-card
  .img-wrapper
  .left-content
  .img-box.bottom {
  height: 68px;
  margin-bottom: -80px;
  opacity: 60%;
  width: 120px;
}
.timeline-slider
  .swiper-slide
  .timeline-card
  .img-wrapper
  .left-content
  .img-box.bottom
  img {
  border-radius: 12px;
  height: 100%;
  width: 100%;
}
.timeline-slider
  .swiper-slide
  .timeline-card
  .img-wrapper
  .left-content
  .img-box
  img {
  -o-object-fit: cover;
  object-fit: cover;
}
.timeline-slider .swiper-slide .timeline-card .img-wrapper .right-content {
  align-items: flex-end;
}
.timeline-slider
  .swiper-slide
  .timeline-card
  .img-wrapper
  .right-content
  .img-box.top {
  height: 84px;
  margin-top: -84px;
  opacity: 70%;
  width: 144px;
}
.timeline-slider
  .swiper-slide
  .timeline-card
  .img-wrapper
  .right-content
  .img-box.top
  img {
  border-radius: 12px;
  height: 100%;
  width: 100%;
}
.timeline-slider
  .swiper-slide
  .timeline-card
  .img-wrapper
  .right-content
  .img-box.bottom {
  height: 115px;
  margin-bottom: -25px;
  opacity: 50%;
  width: 115px;
}
.timeline-slider
  .swiper-slide
  .timeline-card
  .img-wrapper
  .right-content
  .img-box.bottom
  img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
.timeline-slider
  .swiper-slide
  .timeline-card
  .img-wrapper
  .right-content
  .img-box
  img {
  -o-object-fit: cover;
  object-fit: cover;
}
.timeline-slider .swiper-slide .timeline-card .img-wrapper .main-content {
  border-radius: 12px;
  position: relative;
}
.timeline-slider .swiper-slide .timeline-card .img-wrapper .main-content img {
  border-radius: 12px;
  max-height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  width: 596px;
}
.timeline-slider
  .swiper-slide
  .timeline-card
  .img-wrapper
  .main-content
  .img-title {
  bottom: -7px;
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  left: 50%;
  line-height: 60px;
  position: absolute;
  transform: translate(-50%);
}
.timeline-slider .swiper-slide .timeline-card .desc {
  color: #1b1526;
  font-size: 18px;
  line-height: 27px;
  margin: 20px 0 0;
  position: relative;
  width: 100%;
  z-index: 3;
}
.timeline-slider .year-btn.active:before {
  background-color: #385ee4;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  top: -20px;
  transition: width 0.3s ease;
  width: var(--before-width, 100%);
}
.news-section.legal-texts {
  overflow: hidden;
}
.marquee-slider.animate .wrapper {
  animation: marquee linear infinite;
}
@keyframes marquee {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-100%);
  }
}
@font-face {
  font-display: swap;
  font-family: General Sans;
  font-weight: 700;
  src: url(/assets/fonts/GeneralSans-Bold.eot);
  src: url(/assets/fonts/GeneralSans-Bold.eot?#iefix)
      format('embedded-opentype'),
    url(/assets/fonts/GeneralSans-Bold.woff2) format('woff2'),
    url(/assets/fonts/GeneralSans-Bold.woff) format('woff'),
    url(/assets/fonts/GeneralSans-Bold.ttf) format('truetype'),
    url(/assets/images/GeneralSans-Bold.svg#GeneralSans-Bold) format('svg');
}
@font-face {
  font-display: swap;
  font-family: General Sans;
  font-weight: 300;
  src: url(/assets/fonts/GeneralSans-Light.eot);
  src: url(/assets/fonts/GeneralSans-Light.eot?#iefix)
      format('embedded-opentype'),
    url(/assets/fonts/GeneralSans-Light.woff2) format('woff2'),
    url(/assets/fonts/GeneralSans-Light.woff) format('woff'),
    url(/assets/fonts/GeneralSans-Light.ttf) format('truetype'),
    url(/assets/images/GeneralSans-Light.svg#GeneralSans-Light) format('svg');
}
@font-face {
  font-display: swap;
  font-family: General Sans;
  font-weight: 200;
  src: url(/assets/fonts/GeneralSans-Extralight.eot);
  src: url(/assets/fonts/GeneralSans-Extralight.eot?#iefix)
      format('embedded-opentype'),
    url(/assets/fonts/GeneralSans-Extralight.woff2) format('woff2'),
    url(/assets/fonts/GeneralSans-Extralight.woff) format('woff'),
    url(/assets/fonts/GeneralSans-Extralight.ttf) format('truetype'),
    url(/assets/images/GeneralSans-Extralight.svg#GeneralSans-Extralight)
      format('svg');
}
@font-face {
  font-display: swap;
  font-family: General Sans;
  src: url(/assets/fonts/GeneralSans-Regular.eot);
  src: url(/assets/fonts/GeneralSans-Regular.eot?#iefix)
      format('embedded-opentype'),
    url(/assets/fonts/GeneralSans-Regular.woff2) format('woff2'),
    url(/assets/fonts/GeneralSans-Regular.woff) format('woff'),
    url(/assets/fonts/GeneralSans-Regular.ttf) format('truetype'),
    url(/assets/images/GeneralSans-Regular.svg#GeneralSans-Regular)
      format('svg');
}
@font-face {
  font-display: swap;
  font-family: General Sans;
  font-weight: 600;
  src: url(/assets/fonts/GeneralSans-Semibold.eot);
  src: url(/assets/fonts/GeneralSans-Semibold.eot?#iefix)
      format('embedded-opentype'),
    url(/assets/fonts/GeneralSans-Semibold.woff2) format('woff2'),
    url(/assets/fonts/GeneralSans-Semibold.woff) format('woff'),
    url(/assets/fonts/GeneralSans-Semibold.ttf) format('truetype'),
    url(/assets/images/GeneralSans-Semibold.svg#GeneralSans-Semibold)
      format('svg');
}
@font-face {
  font-display: swap;
  font-family: General Sans;
  font-weight: 500;
  src: url(/assets/fonts/GeneralSans-Medium.eot);
  src: url(/assets/fonts/GeneralSans-Medium.eot?#iefix)
      format('embedded-opentype'),
    url(/assets/fonts/GeneralSans-Medium.woff2) format('woff2'),
    url(/assets/fonts/GeneralSans-Medium.woff) format('woff'),
    url(/assets/fonts/GeneralSans-Medium.ttf) format('truetype'),
    url(/assets/images/GeneralSans-Medium.svg#GeneralSans-Medium) format('svg');
}
.icon-check:before {
  content: '\e918';
}
.swiper-nav {
  align-items: center;
  display: flex;
  flex-flow: row;
}
.swiper-nav.has-mt {
  margin-top: 77px;
}
.swiper-nav .swiper-button-next,
.swiper-nav .swiper-button-prev {
  align-items: center;
  border: 1px solid #dde1e2;
  border-radius: 100%;
  bottom: inherit;
  cursor: pointer;
  display: flex;
  flex-flow: column;
  height: 60px;
  justify-content: center;
  left: inherit;
  margin: 0;
  padding: 2px;
  position: relative;
  right: inherit;
  top: inherit;
  transition: all 0.4s ease-in-out;
  width: 60px;
}
.swiper-nav .swiper-button-next:after,
.swiper-nav .swiper-button-prev:after {
  display: none;
}
.swiper-nav .swiper-button-next.swiper-button-disabled,
.swiper-nav .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.swiper-nav .swiper-button-next:hover,
.swiper-nav .swiper-button-prev:hover {
  background-color: #385ee4;
  border-color: transparent;
  transform: scale(1.1);
}
.swiper-nav .swiper-button-next:hover .icon,
.swiper-nav .swiper-button-prev:hover .icon {
  color: #fff;
}
.swiper-nav .swiper-button-next .icon,
.swiper-nav .swiper-button-prev .icon {
  color: #1b1526;
  font-size: 12px;
}
.swiper-nav .swiper-button-prev {
  margin-right: 26px;
}
.ps-container > .ps-scrollbar-y-rail {
  opacity: 1 !important;
}
.ps__rail-y {
  border-radius: 100px;
  display: block !important;
  opacity: 1 !important;
  width: 4px !important;
}
.ps__rail-y,
.ps__rail-y.ps--clicking {
  background-color: transparent !important;
  right: 4px !important;
}
.ps__thumb-y {
  background-color: #dde1e2;
  border-radius: 100px;
  opacity: 1 !important;
  right: 0 !important;
  width: 4px !important;
}
@keyframes moveRightChevron {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(5px);
  }
}
@keyframes moveDownChevron {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(5px);
  }
}
@keyframes moveDownArrow {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}
@keyframes slideInTopImage {
  0% {
    -webkit-mask-position: 0 200%;
    mask-position: 0 200%;
    -webkit-mask-size: 100% 0;
    mask-size: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-size: 100% 175%;
    mask-size: 100% 175%;
  }
}
@keyframes slideUpMainSectionTitle {
  0% {
    opacity: 0;
    transform: translateY(100px);
    visibility: hidden;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes slideRightImg {
  0% {
    -webkit-mask-size: 0 100%;
    mask-size: 0 100%;
  }
  to {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}
.word {
  opacity: 0;
  transform: translateY(100px);
  visibility: hidden;
}
.word.anim {
  animation: slideUpMainSectionTitle 0.6s cubic-bezier(0.65, 0, 0.35, 0) both;
}
[role='anim'].anim {
  opacity: 1;
  visibility: visible;
}
[role='imgAnimSingle'] .img-fluid.anim,
[role='imgAnim'] .item-img.anim {
  animation: slideRightImg 1s cubic-bezier(0.5, 0, 0.35, 0) both;
}
.modal-open.type-email #emailVerificationModal {
  display: block;
}
.modal-open.type-response #formResponseModal {
  display: block;
  z-index: 1062;
}
.modal-open.type-sms #smsVerificationModal {
  display: block;
}
.modal-open .otp-wrapper {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 16px;
}
.modal-open .otp-wrapper .otp-title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}
.modal-open .otp-wrapper .countdown {
  background-color: #00448c;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 4px 6px;
}
.modal-open .verification-form .form-item.has-danger {
  color: red;
}
.modal-open .verification-form .has-danger .form-control::-moz-placeholder {
  color: red;
  opacity: 1;
}
.modal-open .verification-form .has-danger .form-control::placeholder {
  color: red;
  opacity: 1;
}
.modal-open .verification-form .has-danger .form-control:-ms-input-placeholder {
  color: red;
}
.modal-open
  .verification-form
  .has-danger
  .form-control::-ms-input-placeholder {
  color: red;
}
.modal-open .verification-form .form-control {
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #00448c;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 20px;
  line-height: normal;
  padding: 0;
  text-align: center;
  width: 100%;
}
.modal-open .verification-form .form-group.has-error .text-help {
  color: red;
  font-size: 13px;
  font-weight: 500;
  line-height: 12px;
  margin: 12px 0 0;
  position: relative;
}
.modal-open .verification-form .form-footer {
  align-items: center;
  display: flex;
  flex-flow: column;
  padding-top: 24px;
}
.modal-open .verification-form .form-footer .btn-link {
  background-color: transparent;
  border: none;
  color: #00448c;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
  padding: 0;
}
.modal-open .verification-form .form-footer .btn-link.disabled,
.modal-open .verification-form .form-footer .btn-link:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.modal-open .verification-form .form-footer .btn-primary {
  background-color: #00448c;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  min-width: 175px;
  padding: 14px 16px;
}
.modal-open .verification-form .form-footer .btn-primary.disabled,
.modal-open .verification-form .form-footer .btn-primary:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.modal-open .verification-modal {
  background-color: #00000080;
}
.modal-open .verification-modal .modal-body {
  padding: 32px 40px;
  text-align: center;
}
.modal-open .verification-modal .modal-title {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}
.modal-open .verification-modal .desc {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
.modal-open .response-modal {
  background-color: #00000080;
}
.modal-open .response-modal .modal-body {
  padding: 24px;
  text-align: center;
}
.modal-open .response-modal .modal-title {
  font-size: 22px;
  margin-bottom: 16px;
}
.modal-open .response-modal .desc {
  font-size: 14px;
  margin-bottom: 16px;
}
.modal-open .response-modal .icon {
  align-items: center;
  border-radius: 100%;
  display: flex;
  flex-flow: wrap;
  font-size: 18px;
  height: 72px;
  justify-content: center;
  margin: 0 auto 16px;
  width: 72px;
}
.modal-open .response-modal .type-success .icon {
  background-color: #f0faf0;
  color: #2cb12c;
  font-size: 24px;
}
.modal-open .response-modal .type-error .icon {
  background-color: #f8e7e4;
  color: #c8170e;
  font-size: 24px;
}
.modal-open .response-modal .btn-primary {
  background-color: #00448c;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  min-width: 175px;
  padding: 14px 16px;
}
.modal-open .response-modal .btn-primary.disabled,
.modal-open .response-modal .btn-primary:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.modal-open .modal .formError {
  left: 50% !important;
  transform: translate(-50%);
}
.modal-open .modal .formError .formErrorArrow {
  left: 50%;
  margin: 0;
  transform: translate(-50%);
}
@media (min-width: 0) and (max-width: 389px) {
  .image-swiper .item-wrapper.larger,
  .image-swiper .swiper-item.larger {
    height: 308px !important;
    width: 244px !important;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    border-left-width: var(--bs-list-group-border-width);
    margin-left: calc(var(--bs-list-group-border-width) * -1);
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    border-left-width: var(--bs-list-group-border-width);
    margin-left: calc(var(--bs-list-group-border-width) * -1);
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .timeline-slider .swiper-slide {
    height: auto !important;
    max-width: 430px;
  }
  .timeline-slider .swiper-slide .timeline-card .img-wrapper {
    max-width: unset;
  }
  .timeline-slider .swiper-slide .timeline-card .img-wrapper .main-content img {
    max-height: 360px;
  }
}
@media (min-width: 992px) {
  .col-lg-8 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    border-left-width: var(--bs-list-group-border-width);
    margin-left: calc(var(--bs-list-group-border-width) * -1);
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .header .site-nav .site-nav-bg.anim {
    animation: slideRightImg 1s cubic-bezier(0.5, 0, 0.35, 0) both;
  }
  .footer:before {
    background-image: url(/assets/images/footer-bg.png);
    background-size: contain;
  }
  .footer .footer-top {
    min-height: 668px;
    padding: 117px 0;
  }
  .footer .bottom-inner {
    align-items: center;
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    padding: 44px 0 54px;
  }
  .footer .link-list {
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
    padding-top: 33px;
  }
  .footer .link-list .list-item {
    margin-bottom: 17px;
  }
  .footer .link-list .list-item .item-link {
    border-bottom: none;
    font-size: 15px;
    line-height: 22px;
    padding: 0;
  }
  .accordion.footer-accordion .accordion-item {
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  }
  .accordion.footer-accordion .collapse {
    display: block !important;
  }
  .general-title.xsmall {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 45px;
  }
  .general-accordion.third .accordion-item.active .accordion-button {
    min-height: 126px;
    padding: 40px 40px 26px;
  }
  .image-swiper .button-next,
  .image-swiper .button-prev {
    top: 50%;
  }
  .image-swiper .button-next:not(.disabled):hover,
  .image-swiper .button-prev:not(.disabled):hover {
    background-color: #385ee4;
  }
  .image-swiper .button-next:not(.disabled):hover .icon,
  .image-swiper .button-prev:not(.disabled):hover .icon {
    color: #fff;
  }
  .image-swiper .button-next .icon,
  .image-swiper .button-prev .icon {
    font-size: 12px;
  }
  .image-swiper .button-next {
    left: calc(100% - 60px);
  }
  .image-swiper .button-prev {
    left: auto;
    right: calc(100% - 60px);
  }
  .image-thumb-swiper .swiper-slide .desc {
    font-size: 18px;
    line-height: 29px;
  }
  .news-swiper,
  .team-swiper {
    margin-bottom: 80px;
    margin-top: 40px;
  }
  .brand-card-swiper.swiper {
    margin: 40px 0 30px;
  }
  .links-menu .item-link.active {
    color: #385ee4;
    font-weight: 500;
  }
  .links-menu .item-link.active:before {
    background-color: #385ee4;
    content: '';
    height: 1px;
    left: -59px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
  }
  .primary-form .form-group.has-error .text-help {
    margin: 5px 0 0 26px;
  }
  .form-status-content .content-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .form-status-content .content-desc {
    font-size: 16px;
    line-height: 22px;
  }
  .form-status-content .primary-button.type-form {
    margin-left: 0;
  }
  .image-card-slider .swiper-wrapper {
    max-height: 600px;
  }
  .timeline-slider .swiper-slide {
    max-width: unset;
  }
  .timeline-slider .swiper-slide .timeline-card {
    height: 100%;
    padding: 120px 0 110px;
  }
  .timeline-slider .swiper-slide .timeline-card .main-content {
    margin: 0 56px;
    min-width: 380px;
  }
  .timeline-slider .swiper-slide .timeline-card .main-content img {
    width: 100%;
  }
  .timeline-slider .swiper-slide .timeline-card .img-wrapper .left-content,
  .timeline-slider .swiper-slide .timeline-card .img-wrapper .right-content {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
  .timeline-slider
    .swiper-slide
    .timeline-card
    .img-wrapper
    .main-content
    .img-title {
    font-size: 120px;
    line-height: 100px;
  }
  .timeline-slider .swiper-slide .timeline-card .desc {
    font-size: 20px;
    margin: 32px auto 0;
    max-width: 490px;
    text-align: center;
  }
  .ps__rail-y {
    width: 5px !important;
  }
  .ps__rail-y,
  .ps__rail-y.ps--clicking {
    right: 6px !important;
  }
  .ps__thumb-y {
    width: 5px !important;
  }
}
@media (min-width: 1200px) {
  .h1 {
    font-size: 2.5rem;
  }
  .h3 {
    font-size: 1.75rem;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    border-left-width: var(--bs-list-group-border-width);
    margin-left: calc(var(--bs-list-group-border-width) * -1);
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .header .nav-list .list-item:not(.header .nav-list .list-item:last-child) {
    margin-bottom: 16px;
  }
  .image-swiper .item-wrapper,
  .image-swiper .swiper-item {
    height: 416px;
    width: 330px;
  }
  .image-swiper .button-next {
    left: calc(100% - 75px);
  }
  .image-swiper .button-prev {
    right: calc(100% - 75px);
  }
  .general-tab .nav-tabs .nav-item .nav-link.active:after {
    bottom: -9px;
    width: 67px;
  }
  .brand-card-swiper.swiper {
    margin: 80px 0 60px;
  }
  .brand-card-swiper .swiper-nav {
    bottom: -60px;
  }
  .timeline-slider .swiper-slide .timeline-card .main-content {
    margin: 0 96px;
  }
  .timeline-slider
    .swiper-slide
    .timeline-card
    .img-wrapper
    .left-content
    .img-box.bottom {
    height: 98px;
    margin-bottom: -100px;
    width: 150px;
  }
  .timeline-slider .swiper-slide .timeline-card .desc {
    font-size: 24px;
    line-height: 36px;
    margin-top: 46px;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    border-left-width: var(--bs-list-group-border-width);
    margin-left: calc(var(--bs-list-group-border-width) * -1);
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1728px) {
  .header .nav-list .list-item:not(.header .nav-list .list-item:last-child) {
    margin-bottom: 25px;
  }
  .general-title.xsmall {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 60px;
  }
  .general-accordion.third .accordion-item.active {
    max-height: 272px;
  }
  .general-accordion.third .accordion-item.active .accordion-button {
    min-height: 126px;
    padding: 40px 40px 26px;
  }
  .image-swiper .item-wrapper,
  .image-swiper .swiper-item {
    height: 624px;
    width: 494px;
  }
  .image-swiper .button-next,
  .image-swiper .button-prev {
    height: 60px;
    width: 60px;
  }
  .image-swiper .button-next {
    left: calc(100% - 95px);
  }
  .image-swiper .button-prev {
    right: calc(100% - 95px);
  }
  .news-swiper,
  .team-swiper {
    margin-bottom: 120px;
    margin-top: 80px;
  }
  .general-tab .nav-tabs .nav-item .nav-link.active:after {
    bottom: -16px;
    width: 87px;
  }
  .links-menu .item-link.active:before {
    left: -89px;
    width: 60px;
  }
  .timeline-slider .swiper-slide .timeline-card .main-content {
    margin: 0 136px 0 127px;
    min-width: 596px;
  }
  .timeline-slider
    .swiper-slide
    .timeline-card
    .img-wrapper
    .left-content
    .img-box.top {
    height: 202px;
    width: 202px;
  }
  .timeline-slider
    .swiper-slide
    .timeline-card
    .img-wrapper
    .right-content
    .img-box.top {
    height: 114px;
    margin-top: -114px;
    width: 174px;
  }
  .timeline-slider
    .swiper-slide
    .timeline-card
    .img-wrapper
    .right-content
    .img-box.bottom {
    height: 139px;
    margin-bottom: -50px;
    width: 139px;
  }
}
@media (max-width: 1439.98px) {
  .offcanvas-xxl.show:not(.hiding),
  .offcanvas-xxl.showing {
    transform: none;
  }
  .offcanvas-xxl.show,
  .offcanvas-xxl.showing {
    visibility: visible;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.show:not(.hiding),
  .offcanvas-xl.showing {
    transform: none;
  }
  .offcanvas-xl.show,
  .offcanvas-xl.showing {
    visibility: visible;
  }
}
@media (max-width: 1199px) {
  .image-swiper {
    margin: 16px 0;
  }
  .image-swiper .item-wrapper.larger,
  .image-swiper .swiper-item.larger {
    height: 385px;
    width: 305px;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.show:not(.hiding),
  .offcanvas-lg.showing {
    transform: none;
  }
  .offcanvas-lg.show,
  .offcanvas-lg.showing {
    visibility: visible;
  }
}
@media (max-width: 991px) {
  .footer .footer-logo {
    margin-bottom: 30px;
  }
  .accordion.footer-accordion [class*='col-']:last-child .collapse.show {
    border-bottom: none;
  }
  .accordion.footer-accordion .collapse.show {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  }
  .news-swiper.swiper,
  .team-swiper.swiper {
    overflow: inherit;
  }
  .form-status-content {
    margin: 0 auto;
  }
  .timeline-slider .swiper-wrapper {
    padding-left: 28px;
  }
  .timeline-slider .swiper-slide:before {
    background-color: #385ee4;
    border-radius: 50%;
    content: '';
    height: 14px;
    left: -28px;
    position: absolute;
    top: 35%;
    width: 14px;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.show:not(.hiding),
  .offcanvas-md.showing {
    transform: none;
  }
  .offcanvas-md.show,
  .offcanvas-md.showing {
    visibility: visible;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.show:not(.hiding),
  .offcanvas-sm.showing {
    transform: none;
  }
  .offcanvas-sm.show,
  .offcanvas-sm.showing {
    visibility: visible;
  }
}
@media (max-width: 575px) {
  .form-status-content {
    max-width: 296px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
  .accordion-button,
  .accordion-button:after,
  .btn,
  .collapsing,
  .collapsing.collapse-horizontal {
    transition: none;
  }
  .progress-bar-animated {
    animation: none;
  }
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
