@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1) rotate(0.01deg);
    transform: scale(1) rotate(0.01deg);
  }
  to {
    -webkit-transform: scale(1.1) rotate(0.01deg);
    transform: scale(1.1) rotate(0.01deg);
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes strike {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes enlarge {
  from {
    height: 0px;
  }
  to {
    height: 130px;
  }
}
@-moz-keyframes enlarge {
  from {
    height: 0px;
  }
  to {
    height: 130px;
  }
}
@keyframes enlarge {
  from {
    height: 0px;
  }
  to {
    height: 130px;
  }
}
@keyframes draw {
  50% {
    stroke-dashoffset: 0;
  }
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-300%);
    opacity: 0;
  }
  10% {
    transform: translateX(-300%);
    opacity: 1;
  }
  15% {
    transform: translateX(-300%);
    opacity: 1;
  }
  18% {
    transform: translateX(0%);
    opacity: 1;
  }
  90% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(230%);
    opacity: 0;
  }
  9% {
    transform: translateX(230%);
    opacity: 0;
  }
  15% {
    transform: translateX(230%);
    opacity: 1;
  }
  18% {
    transform: translateX(0%);
    opacity: 1;
  }
  90% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes slideInFromBottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  50% {
    transform: translateY(20px);
    opacity: 0.3;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scale {
  to {
    transform: scale(1);
  }
}
@keyframes FadeInOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/** Custom margin */
/** Custom padding */
html.js-anim .hero-banner .banner-title,
html.js-anim .page-header__title {
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  html.js-anim .hero-banner .banner-title,
  html.js-anim .page-header__title {
    visibility: visible;
  }
}
.bg-gray-100 {
  background-color: #f6f6f7 !important;
}
.bg-gray-100 .accordion-button {
  background-color: transparent !important;
}

.bg-green-500 {
  background-color: #007167;
}
.bg-green-500 h1, .bg-green-500 h2, .bg-green-500 h3, .bg-green-500 h4, .bg-green-500 h5, .bg-green-500 h6 {
  color: #fff;
}
.bg-green-500 p {
  color: #f6f6f7;
}

.bg-navy-500 {
  background-color: #003764;
}

.bg-navy-300 {
  background-color: #6687a2;
}

.ds-text-navy-100 {
  color: #e5ebef !important;
}

.ds-bg-navy-100 {
  background-color: #e5ebef !important;
}

.ds-text-navy-200 {
  color: #99afc1 !important;
}

.ds-bg-navy-200 {
  background-color: #99afc1 !important;
}

.ds-text-navy-300 {
  color: #6687a2 !important;
}

.ds-bg-navy-300 {
  background-color: #6687a2 !important;
}

.ds-text-navy-400 {
  color: #335f83 !important;
}

.ds-bg-navy-400 {
  background-color: #335f83 !important;
}

.ds-text-navy-500 {
  color: #003764 !important;
}

.ds-bg-navy-500 {
  background-color: #003764 !important;
}

.ds-text-gray-100 {
  color: #f6f6f7 !important;
}

.ds-bg-gray-100 {
  background-color: #f6f6f7 !important;
}

.ds-text-gray-200 {
  color: #daddde !important;
}

.ds-bg-gray-200 {
  background-color: #daddde !important;
}

.ds-text-gray-300 {
  color: #c7cbce !important;
}

.ds-bg-gray-300 {
  background-color: #c7cbce !important;
}

.ds-text-gray-400 {
  color: #b5babd !important;
}

.ds-bg-gray-400 {
  background-color: #b5babd !important;
}

.ds-text-gray-500 {
  color: #a2a9ad !important;
}

.ds-bg-gray-500 {
  background-color: #a2a9ad !important;
}

.ds-text-blue-100 {
  color: #e5f1f7 !important;
}

.ds-bg-blue-100 {
  background-color: #e5f1f7 !important;
}

.ds-text-blue-200 {
  color: #99c8df !important;
}

.ds-bg-blue-200 {
  background-color: #99c8df !important;
}

.ds-text-blue-300 {
  color: #66acd0 !important;
}

.ds-bg-blue-300 {
  background-color: #66acd0 !important;
}

.ds-text-blue-400 {
  color: #3391c0 !important;
}

.ds-bg-blue-400 {
  background-color: #3391c0 !important;
}

.ds-text-blue-500 {
  color: #0075b0 !important;
}

.ds-bg-blue-500 {
  background-color: #0075b0 !important;
}

.ds-text-purple-100 {
  color: #eeeaf2 !important;
}

.ds-bg-purple-100 {
  background-color: #eeeaf2 !important;
}

.ds-text-purple-200 {
  color: #bdabcd !important;
}

.ds-bg-purple-200 {
  background-color: #bdabcd !important;
}

.ds-text-purple-300 {
  color: #9b80b4 !important;
}

.ds-bg-purple-300 {
  background-color: #9b80b4 !important;
}

.ds-text-purple-400 {
  color: #7a569b !important;
}

.ds-bg-purple-400 {
  background-color: #7a569b !important;
}

.ds-text-purple-500 {
  color: #592c82 !important;
}

.ds-bg-purple-500 {
  background-color: #592c82 !important;
}

.ds-text-yellow-100 {
  color: #fff8e5 !important;
}

.ds-bg-yellow-100 {
  background-color: #fff8e5 !important;
}

.ds-text-yellow-200 {
  color: #ffe299 !important;
}

.ds-bg-yellow-200 {
  background-color: #ffe299 !important;
}

.ds-text-yellow-300 {
  color: #ffd366 !important;
}

.ds-bg-yellow-300 {
  background-color: #ffd366 !important;
}

.ds-text-yellow-400 {
  color: #ffc533 !important;
}

.ds-bg-yellow-400 {
  background-color: #ffc533 !important;
}

.ds-text-yellow-500 {
  color: #ffb600 !important;
}

.ds-bg-yellow-500 {
  background-color: #ffb600 !important;
}

.ds-text-orange-100 {
  color: #faefe7 !important;
}

.ds-bg-orange-100 {
  background-color: #faefe7 !important;
}

.ds-text-orange-200 {
  color: #edbfa1 !important;
}

.ds-bg-orange-200 {
  background-color: #edbfa1 !important;
}

.ds-text-orange-300 {
  color: #e39e72 !important;
}

.ds-bg-orange-300 {
  background-color: #e39e72 !important;
}

.ds-text-orange-400 {
  color: #da7e43 !important;
}

.ds-bg-orange-400 {
  background-color: #da7e43 !important;
}

.ds-text-orange-500 {
  color: #d15e14 !important;
}

.ds-bg-orange-500 {
  background-color: #d15e14 !important;
}

.ds-text-red-100 {
  color: #f7e5eb !important;
}

.ds-bg-red-100 {
  background-color: #f7e5eb !important;
}

.ds-text-red-200 {
  color: #dd99ad !important;
}

.ds-bg-red-200 {
  background-color: #dd99ad !important;
}

.ds-text-red-300 {
  color: #cd6685 !important;
}

.ds-bg-red-300 {
  background-color: #cd6685 !important;
}

.ds-text-red-400 {
  color: #bc335c !important;
}

.ds-bg-red-400 {
  background-color: #bc335c !important;
}

.ds-text-red-500 {
  color: #ab0033 !important;
}

.ds-bg-red-500 {
  background-color: #ab0033 !important;
}

.ds-text-green-100 {
  color: #e5f1f0 !important;
}

.ds-bg-green-100 {
  background-color: #e5f1f0 !important;
}

.ds-text-green-200 {
  color: #99c6c2 !important;
}

.ds-bg-green-200 {
  background-color: #99c6c2 !important;
}

.ds-text-green-300 {
  color: #66aaa4 !important;
}

.ds-bg-green-300 {
  background-color: #66aaa4 !important;
}

.ds-text-green-400 {
  color: #338d85 !important;
}

.ds-bg-green-400 {
  background-color: #338d85 !important;
}

.ds-text-green-500 {
  color: #007167 !important;
}

.ds-bg-green-500 {
  background-color: #007167 !important;
}

.ds-text-primary-100 {
  color: #e5ebef !important;
}

.ds-bg-primary-100 {
  background-color: #e5ebef !important;
}

.ds-text-primary-200 {
  color: #99afc1 !important;
}

.ds-bg-primary-200 {
  background-color: #99afc1 !important;
}

.ds-text-primary-300 {
  color: #6687a2 !important;
}

.ds-bg-primary-300 {
  background-color: #6687a2 !important;
}

.ds-text-primary-400 {
  color: #335f83 !important;
}

.ds-bg-primary-400 {
  background-color: #335f83 !important;
}

.ds-text-primary-500 {
  color: #003764 !important;
}

.ds-bg-primary-500 {
  background-color: #003764 !important;
}

.ds-text-secondary-100 {
  color: #f6f6f7 !important;
}

.ds-bg-secondary-100 {
  background-color: #f6f6f7 !important;
}

.ds-text-secondary-200 {
  color: #daddde !important;
}

.ds-bg-secondary-200 {
  background-color: #daddde !important;
}

.ds-text-secondary-300 {
  color: #c7cbce !important;
}

.ds-bg-secondary-300 {
  background-color: #c7cbce !important;
}

.ds-text-secondary-400 {
  color: #b5babd !important;
}

.ds-bg-secondary-400 {
  background-color: #b5babd !important;
}

.ds-text-secondary-500 {
  color: #a2a9ad !important;
}

.ds-bg-secondary-500 {
  background-color: #a2a9ad !important;
}

.ds-text-tertiary-100 {
  color: #eeeaf2 !important;
}

.ds-bg-tertiary-100 {
  background-color: #eeeaf2 !important;
}

.ds-text-tertiary-200 {
  color: #bdabcd !important;
}

.ds-bg-tertiary-200 {
  background-color: #bdabcd !important;
}

.ds-text-tertiary-300 {
  color: #9b80b4 !important;
}

.ds-bg-tertiary-300 {
  background-color: #9b80b4 !important;
}

.ds-text-tertiary-400 {
  color: #7a569b !important;
}

.ds-bg-tertiary-400 {
  background-color: #7a569b !important;
}

.ds-text-tertiary-500 {
  color: #592c82 !important;
}

.ds-bg-tertiary-500 {
  background-color: #592c82 !important;
}

.ds-text-accent-100 {
  color: #faefe7 !important;
}

.ds-bg-accent-100 {
  background-color: #faefe7 !important;
}

.ds-text-accent-200 {
  color: #edbfa1 !important;
}

.ds-bg-accent-200 {
  background-color: #edbfa1 !important;
}

.ds-text-accent-300 {
  color: #e39e72 !important;
}

.ds-bg-accent-300 {
  background-color: #e39e72 !important;
}

.ds-text-accent-400 {
  color: #da7e43 !important;
}

.ds-bg-accent-400 {
  background-color: #da7e43 !important;
}

.ds-text-accent-500 {
  color: #d15e14 !important;
}

.ds-bg-accent-500 {
  background-color: #d15e14 !important;
}

.ds-text-success-100 {
  color: #e5f1f0 !important;
}

.ds-bg-success-100 {
  background-color: #e5f1f0 !important;
}

.ds-text-success-200 {
  color: #99c6c2 !important;
}

.ds-bg-success-200 {
  background-color: #99c6c2 !important;
}

.ds-text-success-300 {
  color: #66aaa4 !important;
}

.ds-bg-success-300 {
  background-color: #66aaa4 !important;
}

.ds-text-success-400 {
  color: #338d85 !important;
}

.ds-bg-success-400 {
  background-color: #338d85 !important;
}

.ds-text-success-500 {
  color: #007167 !important;
}

.ds-bg-success-500 {
  background-color: #007167 !important;
}

.ds-text-warning-100 {
  color: #fff8e5 !important;
}

.ds-bg-warning-100 {
  background-color: #fff8e5 !important;
}

.ds-text-warning-200 {
  color: #ffe299 !important;
}

.ds-bg-warning-200 {
  background-color: #ffe299 !important;
}

.ds-text-warning-300 {
  color: #ffd366 !important;
}

.ds-bg-warning-300 {
  background-color: #ffd366 !important;
}

.ds-text-warning-400 {
  color: #ffc533 !important;
}

.ds-bg-warning-400 {
  background-color: #ffc533 !important;
}

.ds-text-warning-500 {
  color: #ffb600 !important;
}

.ds-bg-warning-500 {
  background-color: #ffb600 !important;
}

.ds-text-error-100 {
  color: #f7e5eb !important;
}

.ds-bg-error-100 {
  background-color: #f7e5eb !important;
}

.ds-text-error-200 {
  color: #dd99ad !important;
}

.ds-bg-error-200 {
  background-color: #dd99ad !important;
}

.ds-text-error-300 {
  color: #cd6685 !important;
}

.ds-bg-error-300 {
  background-color: #cd6685 !important;
}

.ds-text-error-400 {
  color: #bc335c !important;
}

.ds-bg-error-400 {
  background-color: #bc335c !important;
}

.ds-text-error-500 {
  color: #ab0033 !important;
}

.ds-bg-error-500 {
  background-color: #ab0033 !important;
}

.ds-text-info-100 {
  color: #e5f1f7 !important;
}

.ds-bg-info-100 {
  background-color: #e5f1f7 !important;
}

.ds-text-info-200 {
  color: #99c8df !important;
}

.ds-bg-info-200 {
  background-color: #99c8df !important;
}

.ds-text-info-300 {
  color: #66acd0 !important;
}

.ds-bg-info-300 {
  background-color: #66acd0 !important;
}

.ds-text-info-400 {
  color: #3391c0 !important;
}

.ds-bg-info-400 {
  background-color: #3391c0 !important;
}

.ds-text-info-500 {
  color: #0075b0 !important;
}

.ds-bg-info-500 {
  background-color: #0075b0 !important;
}

.ds-p-none {
  padding: 0 !important;
}

.ds-pt-none {
  padding-top: 0 !important;
}

.ds-pb-none {
  padding-bottom: 0 !important;
}

html[dir=ltr] .ds-pl-none {
  padding-left: 0;
}
html[dir=rtl] .ds-pl-none {
  padding-right: 0;
}

html[dir=ltr] .ds-pr-none {
  padding-right: 0;
}
html[dir=rtl] .ds-pr-none {
  padding-left: 0;
}

.ds-px-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ds-py-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ds-p-2xs {
  padding: 4px !important;
}

.ds-pt-2xs {
  padding-top: 4px !important;
}

.ds-pb-2xs {
  padding-bottom: 4px !important;
}

html[dir=ltr] .ds-pl-2xs {
  padding-left: 4px;
}
html[dir=rtl] .ds-pl-2xs {
  padding-right: 4px;
}

html[dir=ltr] .ds-pr-2xs {
  padding-right: 4px;
}
html[dir=rtl] .ds-pr-2xs {
  padding-left: 4px;
}

.ds-px-2xs {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.ds-py-2xs {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.ds-p-xs {
  padding: 8px !important;
}

.ds-pt-xs {
  padding-top: 8px !important;
}

.ds-pb-xs {
  padding-bottom: 8px !important;
}

html[dir=ltr] .ds-pl-xs {
  padding-left: 8px;
}
html[dir=rtl] .ds-pl-xs {
  padding-right: 8px;
}

html[dir=ltr] .ds-pr-xs {
  padding-right: 8px;
}
html[dir=rtl] .ds-pr-xs {
  padding-left: 8px;
}

.ds-px-xs {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.ds-py-xs {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.ds-p-sm {
  padding: 12px !important;
}

.ds-pt-sm {
  padding-top: 12px !important;
}

.ds-pb-sm {
  padding-bottom: 12px !important;
}

html[dir=ltr] .ds-pl-sm {
  padding-left: 12px;
}
html[dir=rtl] .ds-pl-sm {
  padding-right: 12px;
}

html[dir=ltr] .ds-pr-sm {
  padding-right: 12px;
}
html[dir=rtl] .ds-pr-sm {
  padding-left: 12px;
}

.ds-px-sm {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.ds-py-sm {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.ds-p-rg {
  padding: 16px !important;
}

.ds-pt-rg {
  padding-top: 16px !important;
}

.ds-pb-rg {
  padding-bottom: 16px !important;
}

html[dir=ltr] .ds-pl-rg {
  padding-left: 16px;
}
html[dir=rtl] .ds-pl-rg {
  padding-right: 16px;
}

html[dir=ltr] .ds-pr-rg {
  padding-right: 16px;
}
html[dir=rtl] .ds-pr-rg {
  padding-left: 16px;
}

.ds-px-rg {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.ds-py-rg {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.ds-p-md {
  padding: 20px !important;
}

.ds-pt-md {
  padding-top: 20px !important;
}

.ds-pb-md {
  padding-bottom: 20px !important;
}

html[dir=ltr] .ds-pl-md {
  padding-left: 20px;
}
html[dir=rtl] .ds-pl-md {
  padding-right: 20px;
}

html[dir=ltr] .ds-pr-md {
  padding-right: 20px;
}
html[dir=rtl] .ds-pr-md {
  padding-left: 20px;
}

.ds-px-md {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.ds-py-md {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.ds-p-lg {
  padding: 24px !important;
}

.ds-pt-lg {
  padding-top: 24px !important;
}

.ds-pb-lg {
  padding-bottom: 24px !important;
}

html[dir=ltr] .ds-pl-lg {
  padding-left: 24px;
}
html[dir=rtl] .ds-pl-lg {
  padding-right: 24px;
}

html[dir=ltr] .ds-pr-lg {
  padding-right: 24px;
}
html[dir=rtl] .ds-pr-lg {
  padding-left: 24px;
}

.ds-px-lg {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.ds-py-lg {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.ds-p-xl {
  padding: 32px !important;
}

.ds-pt-xl {
  padding-top: 32px !important;
}

.ds-pb-xl {
  padding-bottom: 32px !important;
}

html[dir=ltr] .ds-pl-xl {
  padding-left: 32px;
}
html[dir=rtl] .ds-pl-xl {
  padding-right: 32px;
}

html[dir=ltr] .ds-pr-xl {
  padding-right: 32px;
}
html[dir=rtl] .ds-pr-xl {
  padding-left: 32px;
}

.ds-px-xl {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.ds-py-xl {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.ds-p-2xl {
  padding: 56px !important;
}

.ds-pt-2xl {
  padding-top: 56px !important;
}

.ds-pb-2xl {
  padding-bottom: 56px !important;
}

html[dir=ltr] .ds-pl-2xl {
  padding-left: 56px;
}
html[dir=rtl] .ds-pl-2xl {
  padding-right: 56px;
}

html[dir=ltr] .ds-pr-2xl {
  padding-right: 56px;
}
html[dir=rtl] .ds-pr-2xl {
  padding-left: 56px;
}

.ds-px-2xl {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

.ds-py-2xl {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.ds-m-none {
  margin: 0 !important;
}

.ds-mt-none {
  margin-top: 0 !important;
}

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

html[dir=ltr] .ds-ml-none {
  margin-left: 0;
}
html[dir=rtl] .ds-ml-none {
  margin-right: 0;
}

html[dir=ltr] .ds-mr-none {
  margin-right: 0;
}
html[dir=rtl] .ds-mr-none {
  margin-left: 0;
}

.ds-mx-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.ds-my-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ds-m-2xs {
  margin: 24px !important;
}

.ds-mt-2xs {
  margin-top: 24px !important;
}

.ds-mb-2xs {
  margin-bottom: 24px !important;
}

html[dir=ltr] .ds-ml-2xs {
  margin-left: 24px;
}
html[dir=rtl] .ds-ml-2xs {
  margin-right: 24px;
}

html[dir=ltr] .ds-mr-2xs {
  margin-right: 24px;
}
html[dir=rtl] .ds-mr-2xs {
  margin-left: 24px;
}

.ds-mx-2xs {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.ds-my-2xs {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.ds-m-xs {
  margin: 32px !important;
}

.ds-mt-xs {
  margin-top: 32px !important;
}

.ds-mb-xs {
  margin-bottom: 32px !important;
}

html[dir=ltr] .ds-ml-xs {
  margin-left: 32px;
}
html[dir=rtl] .ds-ml-xs {
  margin-right: 32px;
}

html[dir=ltr] .ds-mr-xs {
  margin-right: 32px;
}
html[dir=rtl] .ds-mr-xs {
  margin-left: 32px;
}

.ds-mx-xs {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.ds-my-xs {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.ds-m-sm {
  margin: 40px !important;
}

.ds-mt-sm {
  margin-top: 40px !important;
}

.ds-mb-sm {
  margin-bottom: 40px !important;
}

html[dir=ltr] .ds-ml-sm {
  margin-left: 40px;
}
html[dir=rtl] .ds-ml-sm {
  margin-right: 40px;
}

html[dir=ltr] .ds-mr-sm {
  margin-right: 40px;
}
html[dir=rtl] .ds-mr-sm {
  margin-left: 40px;
}

.ds-mx-sm {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.ds-my-sm {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.ds-m-rg {
  margin: 56px !important;
}

.ds-mt-rg {
  margin-top: 56px !important;
}

.ds-mb-rg {
  margin-bottom: 56px !important;
}

html[dir=ltr] .ds-ml-rg {
  margin-left: 56px;
}
html[dir=rtl] .ds-ml-rg {
  margin-right: 56px;
}

html[dir=ltr] .ds-mr-rg {
  margin-right: 56px;
}
html[dir=rtl] .ds-mr-rg {
  margin-left: 56px;
}

.ds-mx-rg {
  margin-left: 56px !important;
  margin-right: 56px !important;
}

.ds-my-rg {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.ds-m-md {
  margin: 64px !important;
}

.ds-mt-md {
  margin-top: 64px !important;
}

.ds-mb-md {
  margin-bottom: 64px !important;
}

html[dir=ltr] .ds-ml-md {
  margin-left: 64px;
}
html[dir=rtl] .ds-ml-md {
  margin-right: 64px;
}

html[dir=ltr] .ds-mr-md {
  margin-right: 64px;
}
html[dir=rtl] .ds-mr-md {
  margin-left: 64px;
}

.ds-mx-md {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.ds-my-md {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.ds-m-lg {
  margin: 80px !important;
}

.ds-mt-lg {
  margin-top: 80px !important;
}

.ds-mb-lg {
  margin-bottom: 80px !important;
}

html[dir=ltr] .ds-ml-lg {
  margin-left: 80px;
}
html[dir=rtl] .ds-ml-lg {
  margin-right: 80px;
}

html[dir=ltr] .ds-mr-lg {
  margin-right: 80px;
}
html[dir=rtl] .ds-mr-lg {
  margin-left: 80px;
}

.ds-mx-lg {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.ds-my-lg {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.ds-m-xl {
  margin: 96px !important;
}

.ds-mt-xl {
  margin-top: 96px !important;
}

.ds-mb-xl {
  margin-bottom: 96px !important;
}

html[dir=ltr] .ds-ml-xl {
  margin-left: 96px;
}
html[dir=rtl] .ds-ml-xl {
  margin-right: 96px;
}

html[dir=ltr] .ds-mr-xl {
  margin-right: 96px;
}
html[dir=rtl] .ds-mr-xl {
  margin-left: 96px;
}

.ds-mx-xl {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.ds-my-xl {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.ds-m-2xl {
  margin: 128px !important;
}

.ds-mt-2xl {
  margin-top: 128px !important;
}

.ds-mb-2xl {
  margin-bottom: 128px !important;
}

html[dir=ltr] .ds-ml-2xl {
  margin-left: 128px;
}
html[dir=rtl] .ds-ml-2xl {
  margin-right: 128px;
}

html[dir=ltr] .ds-mr-2xl {
  margin-right: 128px;
}
html[dir=rtl] .ds-mr-2xl {
  margin-left: 128px;
}

.ds-mx-2xl {
  margin-left: 128px !important;
  margin-right: 128px !important;
}

.ds-my-2xl {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}

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

.ds-gap-2xs {
  gap: 4px !important;
}

.ds-gap-xs {
  gap: 8px !important;
}

.ds-gap-sm {
  gap: 12px !important;
}

.ds-gap-rg {
  gap: 16px !important;
}

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

.ds-gap-lg {
  gap: 24px !important;
}

.ds-gap-xl {
  gap: 32px !important;
}

.ds-gap-2xl {
  gap: 56px !important;
}

.ds-rounded-none {
  border-radius: 0 !important;
}

.ds-rounded-xs {
  border-radius: 4px !important;
}

.ds-rounded-sm {
  border-radius: 8px !important;
}

.ds-rounded-rg {
  border-radius: 12px !important;
}

.ds-rounded-md {
  border-radius: 16px !important;
}

.ds-rounded-lg {
  border-radius: 24px !important;
}

.ds-rounded-xl {
  border-radius: 32px !important;
}

.ds-rounded-round {
  border-radius: 9999px !important;
}

.ds-h1 {
  line-height: 1.2em;
  font-size: 3.75rem;
}
@media (max-width: 1280px) {
  .ds-h1 {
    font-size: clamp(14px, 3rem, 3.75rem);
  }
}
@media (max-width: 992px) {
  .ds-h1 {
    font-size: clamp(14px, 2.625rem, 3.75rem);
  }
}
@media (max-width: 767px) {
  .ds-h1 {
    font-size: clamp(14px, 2.4375rem, 3.75rem);
  }
}

.ds-h2 {
  line-height: 1.2em;
  font-size: 3.5rem;
}
@media (max-width: 1280px) {
  .ds-h2 {
    font-size: clamp(14px, 2.8rem, 3.5rem);
  }
}
@media (max-width: 992px) {
  .ds-h2 {
    font-size: clamp(14px, 2.45rem, 3.5rem);
  }
}
@media (max-width: 767px) {
  .ds-h2 {
    font-size: clamp(14px, 2.275rem, 3.5rem);
  }
}

.ds-h3 {
  line-height: 1.2em;
  font-size: 2.875rem;
}
@media (max-width: 1280px) {
  .ds-h3 {
    font-size: clamp(14px, 2.3rem, 2.875rem);
  }
}
@media (max-width: 992px) {
  .ds-h3 {
    font-size: clamp(14px, 2.0125rem, 2.875rem);
  }
}
@media (max-width: 767px) {
  .ds-h3 {
    font-size: clamp(14px, 1.86875rem, 2.875rem);
  }
}

.ds-h4 {
  line-height: 1.2em;
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .ds-h4 {
    font-size: clamp(14px, 1.6rem, 2rem);
  }
}
@media (max-width: 992px) {
  .ds-h4 {
    font-size: clamp(14px, 1.4rem, 2rem);
  }
}
@media (max-width: 767px) {
  .ds-h4 {
    font-size: clamp(14px, 1.3rem, 2rem);
  }
}

.ds-h5 {
  line-height: 1.2em;
  font-size: 1.75rem;
}
@media (max-width: 1280px) {
  .ds-h5 {
    font-size: clamp(14px, 1.4rem, 1.75rem);
  }
}
@media (max-width: 992px) {
  .ds-h5 {
    font-size: clamp(14px, 1.225rem, 1.75rem);
  }
}
@media (max-width: 767px) {
  .ds-h5 {
    font-size: clamp(14px, 1.1375rem, 1.75rem);
  }
}

.ds-h6 {
  line-height: 1.2em;
  font-size: 1.5rem;
}
@media (max-width: 1280px) {
  .ds-h6 {
    font-size: clamp(14px, 1.2rem, 1.5rem);
  }
}
@media (max-width: 992px) {
  .ds-h6 {
    font-size: clamp(14px, 1.05rem, 1.5rem);
  }
}
@media (max-width: 767px) {
  .ds-h6 {
    font-size: clamp(14px, 0.975rem, 1.5rem);
  }
}

.ds-text-xl {
  line-height: 1.2em;
  font-size: 1.25rem;
}
@media (max-width: 1280px) {
  .ds-text-xl {
    font-size: clamp(14px, 1rem, 1.25rem);
  }
}
@media (max-width: 992px) {
  .ds-text-xl {
    font-size: clamp(14px, 0.875rem, 1.25rem);
  }
}
@media (max-width: 767px) {
  .ds-text-xl {
    font-size: clamp(14px, 0.8125rem, 1.25rem);
  }
}

.ds-text-lg {
  line-height: 1.2em;
  font-size: 1.125rem;
}
@media (max-width: 1280px) {
  .ds-text-lg {
    font-size: clamp(14px, 0.9rem, 1.125rem);
  }
}
@media (max-width: 992px) {
  .ds-text-lg {
    font-size: clamp(14px, 0.7875rem, 1.125rem);
  }
}
@media (max-width: 767px) {
  .ds-text-lg {
    font-size: clamp(14px, 0.73125rem, 1.125rem);
  }
}

.ds-text-rg {
  line-height: 1.2em;
  font-size: 1rem;
}
@media (max-width: 1280px) {
  .ds-text-rg {
    font-size: clamp(14px, 0.8rem, 1rem);
  }
}
@media (max-width: 992px) {
  .ds-text-rg {
    font-size: clamp(14px, 0.7rem, 1rem);
  }
}
@media (max-width: 767px) {
  .ds-text-rg {
    font-size: clamp(14px, 0.65rem, 1rem);
  }
}

.ds-text-sm {
  line-height: 1.2em;
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .ds-text-sm {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .ds-text-sm {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .ds-text-sm {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}

.ds-text-xs {
  line-height: 1.2em;
  font-size: 0.75rem;
}
@media (max-width: 1280px) {
  .ds-text-xs {
    font-size: clamp(14px, 0.6rem, 0.75rem);
  }
}
@media (max-width: 992px) {
  .ds-text-xs {
    font-size: clamp(14px, 0.525rem, 0.75rem);
  }
}
@media (max-width: 767px) {
  .ds-text-xs {
    font-size: clamp(14px, 0.4875rem, 0.75rem);
  }
}

.content-text {
  margin: 0;
  color: rgba(18, 18, 18, 0.6);
  font-weight: 400;
  line-height: 1.8em;
  font-size: 1rem;
}
@media (max-width: 1280px) {
  .content-text {
    font-size: clamp(14px, 0.8rem, 1rem);
  }
}
@media (max-width: 992px) {
  .content-text {
    font-size: clamp(14px, 0.7rem, 1rem);
  }
}
@media (max-width: 767px) {
  .content-text {
    font-size: clamp(14px, 0.65rem, 1rem);
  }
}

.ds-fw-extra-light {
  font-weight: 200;
}

.ds-fw-light {
  font-weight: 300;
}

.ds-fw-regular {
  font-weight: 400;
}

.ds-fw-medium {
  font-weight: 500;
}

.ds-fw-bold {
  font-weight: 700;
}

.ds-fw-extra-bold {
  font-weight: 800;
}

.ds-fw-black {
  font-weight: 900;
}

.ds-bg-gradient-navy {
  background: linear-gradient(180deg, #335f83 0%, #003764 100%) !important;
}

.ds-container {
  width: 88%;
  max-width: 1536px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .ds-container {
    width: 94%;
  }
}

.bg-primary {
  background-color: #003764 !important;
}
.bg-primary .sec-title {
  color: #fff !important;
}
.bg-primary .left-border-content {
  border-color: #fff !important;
  color: #a2a9ad !important;
}

.title {
  font-weight: 700;
  color: #003764;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background-color: #fff;
  transition: transform 0.35s ease;
}
.site-header.is-hidden {
  transform: translateY(-100%);
}
.site-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 8px 0;
}
.site-header .site-logo {
  display: inline-flex;
  flex: 0 0 auto;
}
.site-header .site-logo img {
  width: 167px;
  height: 57px;
}
.site-header .main-nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}
.site-header .main-nav .nav-list {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .main-nav a {
  color: #003764;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  font-size: 1rem;
}
@media (max-width: 1280px) {
  .site-header .main-nav a {
    font-size: clamp(14px, 0.8rem, 1rem);
  }
}
@media (max-width: 992px) {
  .site-header .main-nav a {
    font-size: clamp(14px, 0.7rem, 1rem);
  }
}
@media (max-width: 767px) {
  .site-header .main-nav a {
    font-size: clamp(14px, 0.65rem, 1rem);
  }
}
@media (max-width: 992px) {
  .site-header .main-nav {
    display: none;
  }
}
.site-header .header-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 24px;
}
.site-header .header-actions .lang-switch {
  color: #003764;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  font-size: 1rem;
}
@media (max-width: 1280px) {
  .site-header .header-actions .lang-switch {
    font-size: clamp(14px, 0.8rem, 1rem);
  }
}
@media (max-width: 992px) {
  .site-header .header-actions .lang-switch {
    font-size: clamp(14px, 0.7rem, 1rem);
  }
}
@media (max-width: 767px) {
  .site-header .header-actions .lang-switch {
    font-size: clamp(14px, 0.65rem, 1rem);
  }
}
.site-header .header-actions .menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  line-height: 0;
}
.site-header .header-actions .menu-toggle #close-menu {
  display: none;
}
.site-header.open-menu .header-actions .menu-toggle #open-menu {
  display: none;
}
.site-header.open-menu .header-actions .menu-toggle #close-menu {
  display: inline-block;
}

.ticker-bar {
  height: 52px;
  padding: 12px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #fff;
}
.ticker-bar:hover .ticker-track {
  animation-play-state: paused;
}

.ticker-track {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: max-content;
  animation: ticker-scroll 60s linear infinite;
}

.ticker-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 12px;
  padding: 0 12px;
  white-space: nowrap;
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.ticker-company,
.ticker-key {
  color: #121212;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.2em;
}

.ticker-value {
  color: #003764;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.2em;
}

.ticker-change {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.ticker-change svg {
  display: block;
}

.ticker-sep {
  width: 1px;
  height: 20px;
  background: #c7cbce;
  flex-shrink: 0;
}

@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.has-fixed-header {
  padding-top: 125px;
}

.hero-banner {
  position: relative;
  overflow: hidden;
}

.banner-slide {
  position: relative;
  height: 70vh;
}
@media (max-width: 767px) {
  .banner-slide {
    height: 70vh;
    min-height: 420px;
  }
}
.banner-slide .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 45%);
  z-index: 1;
}

.banner-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding-bottom: 3rem;
}

.banner-title {
  max-width: 1140px;
  margin: 0;
  color: #fff;
  font-weight: 300;
  line-height: 1.2em;
  font-size: 2.5rem;
}
@media (max-width: 1280px) {
  .banner-title {
    font-size: clamp(14px, 2rem, 2.5rem);
  }
}
@media (max-width: 992px) {
  .banner-title {
    font-size: clamp(14px, 1.75rem, 2.5rem);
  }
}
@media (max-width: 767px) {
  .banner-title {
    font-size: clamp(14px, 1.625rem, 2.5rem);
  }
}
.banner-title strong, .banner-title b {
  font-weight: 700;
}

.progress-pagination.swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 12;
  display: flex;
  gap: 4px;
}
.progress-pagination.swiper-pagination .swiper-pagination-bullet {
  flex: 1 1 0;
  height: 6px;
  width: auto;
  margin: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  transition: background-color 0.3s ease;
}
.progress-pagination.swiper-pagination .swiper-pagination-bullet.is-filled,
.progress-pagination.swiper-pagination .swiper-pagination-bullet-active {
  background: #003764;
}

.banner-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  padding-bottom: 33px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  pointer-events: none;
}
.banner-nav .banner-arrow {
  pointer-events: auto;
}

.banner-arrow {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 9999px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.banner-arrow:hover {
  background: #fff;
  color: #003764;
}
.banner-arrow.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}
.banner-arrow svg {
  display: block;
}

@media (max-width: 767px) {
  .banner-content {
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 100px;
  }
}
.partners-logos {
  padding-top: 5%;
}
@media (max-width: 767px) {
  .partners-logos {
    padding-top: 2rem;
  }
}
.partners-logos .row {
  align-items: center;
}

.partners-heading {
  margin: 0;
  color: #121212;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 1.25rem;
}
@media (max-width: 1280px) {
  .partners-heading {
    font-size: clamp(14px, 1rem, 1.25rem);
  }
}
@media (max-width: 992px) {
  .partners-heading {
    font-size: clamp(14px, 0.875rem, 1.25rem);
  }
}
@media (max-width: 767px) {
  .partners-heading {
    font-size: clamp(14px, 0.8125rem, 1.25rem);
  }
}

.partners-swiper {
  overflow: hidden;
}
.partners-swiper .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear;
}
.partners-swiper .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-swiper img {
  max-height: 50px;
  width: auto;
  object-fit: contain;
  display: block;
}
@media (max-width: 767px) {
  .partners-swiper {
    padding: 2rem 0px 1rem;
  }
}

.what-we-offer {
  padding: 0px 0px 2.5%;
}

.main-links-grid {
  padding: 5% 0px;
}

.what-we-offer.main-links-grid {
  padding: 2.5% 0px;
}
@media (max-width: 767px) {
  .what-we-offer.main-links-grid {
    padding: 2rem 0px;
  }
}

.main-links-title {
  margin: 0 0 1em;
  color: #003764;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .main-links-title {
    font-size: clamp(14px, 1.6rem, 2rem);
  }
}
@media (max-width: 992px) {
  .main-links-title {
    font-size: clamp(14px, 1.4rem, 2rem);
  }
}
@media (max-width: 767px) {
  .main-links-title {
    font-size: clamp(14px, 1.3rem, 2rem);
  }
}

.links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 992px) {
  .links-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
  }
  .links-grid .grid-item--about,
  .links-grid .grid-item--news,
  .links-grid .grid-item--ir,
  .links-grid .grid-item--careers {
    grid-column: auto;
    grid-row: auto;
  }
}
.links-grid.home-link-grid {
  grid-template-rows: repeat(5, 170px);
}
.links-grid.home-link-grid .grid-item--pwm {
  grid-column: 1/span 2;
  grid-row: 1/span 3;
}
.links-grid.home-link-grid .grid-item--about {
  grid-column: 3;
  grid-row: 1/span 2;
}
.links-grid.home-link-grid .grid-item--news {
  grid-column: 3;
  grid-row: 3/span 3;
}
.links-grid.home-link-grid .grid-item--ir {
  grid-column: 1;
  grid-row: 4/span 2;
}
.links-grid.home-link-grid .grid-item--careers {
  grid-column: 2;
  grid-row: 4/span 2;
}
@media (max-width: 992px) {
  .links-grid.home-link-grid {
    grid-auto-rows: auto;
  }
}
@media (max-width: 767px) {
  .links-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .links-grid .grid-item {
    grid-column: unset !important;
    grid-row: unset !important;
  }
}
@media (max-width: 767px) {
  .links-grid .grid-item--pwm {
    grid-column: auto;
    grid-row: auto/span 1;
  }
}

.grid-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  color: #fff;
  text-decoration: none;
}
.grid-item .card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.grid-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 55%);
  z-index: 1;
}
.grid-item .card-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 20px 24px;
}
.grid-item .card-eyebrow {
  display: block;
  margin: 0 0 4px;
  color: #fff;
  font-weight: 400;
  line-height: 1.2em;
  font-size: 1rem;
}
@media (max-width: 1280px) {
  .grid-item .card-eyebrow {
    font-size: clamp(14px, 0.8rem, 1rem);
  }
}
@media (max-width: 992px) {
  .grid-item .card-eyebrow {
    font-size: clamp(14px, 0.7rem, 1rem);
  }
}
@media (max-width: 767px) {
  .grid-item .card-eyebrow {
    font-size: clamp(14px, 0.65rem, 1rem);
  }
}
.grid-item .card-title {
  margin: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 1.25rem;
}
@media (max-width: 1280px) {
  .grid-item .card-title {
    font-size: clamp(14px, 1rem, 1.25rem);
  }
}
@media (max-width: 992px) {
  .grid-item .card-title {
    font-size: clamp(14px, 0.875rem, 1.25rem);
  }
}
@media (max-width: 767px) {
  .grid-item .card-title {
    font-size: clamp(14px, 0.8125rem, 1.25rem);
  }
}
.grid-item .card-date {
  display: block;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.2em;
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .grid-item .card-date {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .grid-item .card-date {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .grid-item .card-date {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}

.card-arrow {
  position: relative;
  z-index: 3;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #003764;
  color: #fff;
}
.card-arrow svg {
  display: block;
  width: 50%;
  height: auto;
}
.card-arrow .plus {
  display: block;
}
.card-arrow .minus {
  display: none;
}

.card-hover:hover .card-arrow .plus,
.card-hover.is-open .card-arrow .plus {
  display: none;
}

.card-hover:hover .card-arrow .minus,
.card-hover.is-open .card-arrow .minus {
  display: block;
}

.home-link-grid .card-arrow {
  position: absolute;
  top: 24px;
  right: 24px;
}

.style-1 .card-arrow {
  width: 50px;
  height: 50px;
}

.grid-item.slides-enabled::after {
  display: none;
}
.grid-item.slides-enabled .card-slider {
  position: absolute;
  inset: 0;
  height: 100%;
}
.grid-item.slides-enabled .card-slider .swiper-wrapper {
  height: 100%;
}
.grid-item.slides-enabled .card-slider .swiper-slide {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.grid-item.slides-enabled .card-slider .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 55%);
  z-index: 1;
}

.grid-item--news {
  background: #003764 url("../../assets/images/card.png") center/cover no-repeat;
}
.grid-item--news .card-arrow {
  background: #fff;
  color: #003764;
}

.links-grid_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.links-grid_2 .grid-item {
  height: 400px;
}
@media (max-width: 767px) {
  .links-grid_2 {
    grid-template-columns: 1fr;
  }
}

.links-grid_3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 2.5%;
}
.links-grid_3 .grid-item {
  height: 270px;
}
@media (max-width: 767px) {
  .links-grid_3 {
    grid-template-columns: 1fr;
  }
}
.links-grid_3 .card-arrow {
  width: 27px;
  height: 27px;
}

.links-grid_5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 2.5%;
}
.links-grid_5 .grid-item {
  height: 180px;
}
.links-grid_5 .grid-item img {
  height: 180px;
}
@media (max-width: 767px) {
  .links-grid_5 {
    grid-template-columns: 1fr;
  }
}
.links-grid_5 .card-arrow {
  width: 27px;
  height: 27px;
}

.card-hover {
  background-color: #f6f6f7;
  border-radius: 16px;
  text-decoration: none;
  border: 1px solid #daddde;
}
.card-hover .hover-content {
  height: 0px;
  overflow: hidden;
  margin: 12px;
}
.card-hover .hover-content.short {
  margin-top: 16px;
  padding: 8px;
  /* separator line */
  border-top: 1px solid rgba(18, 18, 18, 0.1);
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-hover .hover-content p {
  font-weight: 500;
  line-height: 1.8em;
  color: rgba(18, 18, 18, 0.6);
  text-decoration: none;
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .card-hover .hover-content p {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .card-hover .hover-content p {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .card-hover .hover-content p {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}
.card-hover .hover-content p:last-child {
  margin-bottom: 0px;
}
.card-hover:hover .hover-content {
  opacity: 1;
  height: auto;
}
.card-hover:hover .hover-content.short {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: unset;
  overflow: visible;
  text-overflow: unset;
}

.accordion-image-section {
  padding: 2.5% 0;
}
@media (max-width: 767px) {
  .accordion-image-section {
    padding: 2rem 0px;
  }
}

.card-icon-details .card-icon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media (max-width: 767px) {
  .card-icon-details .card-icon-grid {
    grid-template-columns: 1fr;
  }
}
.card-icon-details .card-icon-grid.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 767px) {
  .card-icon-details .card-icon-grid.grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.card-icon-details .card-icon-grid.grid-5 .card-item {
  min-height: 154px;
}
.card-icon-details .card-icon-grid.grid-5 .card-header svg {
  max-height: 30px;
}
.card-icon-details .card-icon-grid.grid-5 .card-header h5 {
  margin-bottom: 1rem;
}
.card-icon-details .card-icon-grid.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}


@media (max-width: 767px) {
  .card-icon-details .card-icon-grid.grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.card-icon-details .card-icon-grid.grid-4 .card-item {
  min-height: 154px;
}
.card-icon-details .card-icon-grid.grid-4 .card-header svg {
  max-height: 30px;
}
.card-icon-details .card-icon-grid.grid-4 .card-header h5 {
  margin-bottom: 1rem;
}
.card-icon-details .card-body {
  border-bottom: 1px solid #daddde;
}
.card-icon-details .card-body:last-child {
  border: none;
}
.card-icon-details .stretched-card {
  grid-column: span 2;
}
@media (max-width: 767px) {
  .card-icon-details .stretched-card {
    grid-column: span 2;
  }
}
.card-icon-details .card-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #DADDDE;
}
.card-icon-details .card-header {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background: #f6f6f7;
  width: 100%;
  padding: 12px 1rem;
}
.card-icon-details .card-header svg {
  width: 42px;
  height: 40px;
  display: block;
  margin-bottom: 0.5rem;
}
.card-icon-details .card-header .title {
  margin: 0;
  color: #003764;
}
.card-icon-details .card-body {
  width: 100%;
  padding: 1rem;
  background-color: #fff;
}
.card-icon-details .card-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.card-icon-details .card-body ul li {
  margin: 0 0 0 0;
  font-weight: 400;
  line-height: 1.5em;
  color: rgba(18, 18, 18, 0.6);
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .card-icon-details .card-body ul li {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .card-icon-details .card-body ul li {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .card-icon-details .card-body ul li {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}

.accordion-heading {
  margin: 0 0 1.5em;
  color: #003764;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 2.875rem;
}
@media (max-width: 1280px) {
  .accordion-heading {
    font-size: clamp(14px, 2.3rem, 2.875rem);
  }
}
@media (max-width: 992px) {
  .accordion-heading {
    font-size: clamp(14px, 2.0125rem, 2.875rem);
  }
}
@media (max-width: 767px) {
  .accordion-heading {
    font-size: clamp(14px, 1.86875rem, 2.875rem);
  }
}

.lb-accordion-item {
  border-bottom: 1px solid #daddde;
  border-radius: 0;
  margin-bottom: 0.5em;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  transition: background-color 0.25s ease, border-radius 0.25s ease;
}

.lb-accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  padding: 1.25em;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
}

.lb-accordion-title {
  margin: 0;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 1.25rem;
  color: rgba(18, 18, 18, 0.6);
}
@media (max-width: 1280px) {
  .lb-accordion-title {
    font-size: clamp(14px, 1rem, 1.25rem);
  }
}
@media (max-width: 992px) {
  .lb-accordion-title {
    font-size: clamp(14px, 0.875rem, 1.25rem);
  }
}
@media (max-width: 767px) {
  .lb-accordion-title {
    font-size: clamp(14px, 0.8125rem, 1.25rem);
  }
}

.lb-accordion-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  color: #121212;
}
.lb-accordion-icon .icon-minus {
  display: none;
}
.lb-accordion-icon .icon-plus {
  display: block;
}
.lb-accordion-icon svg {
  display: block;
}

.lb-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.lb-accordion-body-inner {
  padding: 1rem 1.25em 1.25em;
}
.lb-accordion-body-inner p {
  max-width: 80%;
  margin-bottom: 1em;
}
.lb-accordion-body-inner p:last-child {
  margin-bottom: 0px;
}
.lb-accordion-body-inner.full-width p {
  max-width: 100%;
}

.lb-accordion-item.is-open {
  background: #f6f6f7;
  border: 1px solid #daddde;
  border-radius: 8px;
}
.lb-accordion-item.is-open .lb-accordion-title {
  color: #003764;
}
.lb-accordion-item.is-open .lb-accordion-icon .icon-plus {
  display: none;
}
.lb-accordion-item.is-open .lb-accordion-icon .icon-minus {
  display: block;
}
.lb-accordion-item.is-open .lb-accordion-header {
  padding-bottom: 0.5em;
}

.accordion-intro {
  margin: 0 0 2em;
  padding: 0.3em 1.25em;
  border-left: 2px solid #003764;
  font-size: 1.2rem;
}
@media (max-width: 1280px) {
  .accordion-intro {
    font-size: clamp(14px, 0.96rem, 1.2rem);
  }
}
@media (max-width: 992px) {
  .accordion-intro {
    font-size: clamp(14px, 0.84rem, 1.2rem);
  }
}
@media (max-width: 767px) {
  .accordion-intro {
    font-size: clamp(14px, 0.78rem, 1.2rem);
  }
}

.left-border-content {
  margin: 0 0 2em;
  padding: 0.3em 1.25em;
  border-left: 2px solid #003764;
  font-size: 1.2rem;
  color: rgba(18, 18, 18, 0.6);
}
@media (max-width: 767px) {
  .left-border-content {
    border-left: none;
  }
}
@media (max-width: 1280px) {
  .left-border-content {
    font-size: clamp(14px, 0.96rem, 1.2rem);
  }
}
@media (max-width: 992px) {
  .left-border-content {
    font-size: clamp(14px, 0.84rem, 1.2rem);
  }
}
@media (max-width: 767px) {
  .left-border-content {
    font-size: clamp(14px, 0.78rem, 1.2rem);
  }
}
@media (max-width: 767px) {
  .left-border-content {
    padding: 0.3em 0px;
  }
}
.left-border-content ul {
  margin: 0;
  padding-left: 1rem;
}
.left-border-content ul li {
  margin-bottom: 8px;
  font-size: 1.2rem;
  color: rgba(18, 18, 18, 0.6);
  font-weight: 400;
  line-height: 1.8em;
  color: rgba(18, 18, 18, 0.6);
  font-size: 1.2rem;
}
@media (max-width: 1280px) {
  .left-border-content ul li {
    font-size: clamp(14px, 0.96rem, 1.2rem);
  }
}
@media (max-width: 992px) {
  .left-border-content ul li {
    font-size: clamp(14px, 0.84rem, 1.2rem);
  }
}
@media (max-width: 767px) {
  .left-border-content ul li {
    font-size: clamp(14px, 0.78rem, 1.2rem);
  }
}

.content-block {
  margin: 0 0 2em;
  font-size: 1.2rem;
  color: rgba(18, 18, 18, 0.6);
}
@media (max-width: 767px) {
  .content-block {
    margin: 0 0 0em;
  }
}
.content-block ul {
  margin: 0;
  padding-left: 1rem;
}
.content-block ul li {
  margin-bottom: 0.3em;
  font-size: 1.2rem;
  color: rgba(18, 18, 18, 0.6);
  font-weight: 400;
  line-height: 1.8em;
  color: rgba(18, 18, 18, 0.6);
  font-size: 1.2rem;
}
@media (max-width: 1280px) {
  .content-block ul li {
    font-size: clamp(14px, 0.96rem, 1.2rem);
  }
}
@media (max-width: 992px) {
  .content-block ul li {
    font-size: clamp(14px, 0.84rem, 1.2rem);
  }
}
@media (max-width: 767px) {
  .content-block ul li {
    font-size: clamp(14px, 0.78rem, 1.2rem);
  }
}

.accordion-swiper {
  border-radius: 8px;
}
.accordion-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .accordion-swiper .swiper-slide img {
    height: 420px;
  }
}
@media (max-width: 767px) {
  .accordion-swiper .swiper-slide img {
    height: 320px;
  }
}

.bg-logo-design {
  position: relative;
}
.bg-logo-design::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='420' height='586' viewBox='0 0 420 586' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.1'%3E%3Cpath d='M417.156 1.0916C408.134 8.14627 398.818 14.907 390.286 22.6475C379.694 32.2497 371.653 43.4196 369.005 57.7249C367.436 66.1513 367.828 74.7737 367.73 83.2981L367.436 383.71C367.436 504.325 269.761 551.454 200.134 551.454C66.6649 551.454 9.39388 461.115 10.0804 386.355C10.5707 308.166 47.5419 263.878 93.8295 232.328C97.3599 229.878 102.263 227.233 108.245 224.392V396.839C108.245 408.695 108.736 420.453 107.265 432.308C104.617 453.178 95.8889 470.619 78.7272 483.259C77.2562 484.337 75.7852 485.414 74.3142 486.394C71.078 488.55 67.8417 490.607 64.5075 492.469C68.1359 492.469 71.6664 492.175 75.2949 491.783C93.7314 489.922 111.972 483.945 130.114 473.852C138.842 469.051 147.08 463.368 154.729 457.098C168.556 454.158 182.384 448.867 196.015 441.323C204.743 436.522 212.981 430.839 220.63 424.568C234.457 421.628 248.285 416.337 261.916 408.793C283.687 396.741 301.829 379.79 317.912 360.782C331.838 344.223 339.193 325.117 340.075 303.561L341.154 240.754C341.252 229.683 343.017 218.807 348.607 208.91C350.274 205.971 352.138 203.325 354.001 200.386C352.726 199.798 352.138 200.582 351.451 201.072C342.429 208.127 333.113 214.887 324.581 222.628C313.99 232.23 305.948 243.4 303.3 257.803C301.731 266.23 302.124 274.852 302.026 283.376C302.026 283.376 302.32 333.445 300.849 345.301C298.201 366.171 289.473 383.612 272.311 396.251C258.974 406.147 244.656 413.104 229.26 417.219C237.399 409.871 244.951 401.836 252.011 393.312C265.937 376.753 273.292 357.646 274.273 336.09L275.351 273.284C275.449 262.212 277.215 251.336 282.804 241.44C284.471 238.501 286.335 235.855 288.198 232.916C286.923 232.328 286.335 233.112 285.648 233.602C276.626 240.656 267.31 247.417 258.778 255.158C248.187 264.76 240.145 275.93 237.497 290.235C235.928 298.662 236.321 307.284 236.223 315.808C235.928 342.263 236.517 365.975 235.046 377.733C232.986 394.194 227.102 408.499 216.315 419.963C214.256 422.216 211.902 424.372 209.45 426.429C208.47 427.213 207.489 427.997 206.508 428.683C193.171 438.481 178.755 445.536 163.457 449.651C171.597 442.302 179.148 434.268 186.208 425.744C200.134 409.185 207.489 390.078 208.372 368.522L209.45 305.716C209.548 294.644 211.314 283.768 216.903 273.872C218.571 270.933 220.434 268.287 222.297 265.348C221.022 264.76 220.434 265.544 219.747 266.034C210.725 273.088 201.409 279.849 192.877 287.59C182.286 297.192 174.244 308.362 171.597 322.667C170.027 331.093 170.42 339.716 170.322 348.24C170.027 374.695 170.616 398.309 169.145 410.164C167.085 426.625 161.201 440.931 150.414 452.395C148.355 454.648 146.001 456.804 143.549 458.861C142.569 459.645 141.588 460.429 140.607 461.115C123.838 473.461 105.499 481.299 85.5919 484.728C100.106 474.146 112.854 461.409 124.622 447.593C138.548 431.035 145.903 411.928 146.786 390.372L147.57 210.184C169.145 204.403 197.094 200.092 224.553 200.092L222.101 197.643C211.902 196.271 185.228 196.565 147.57 205.383L147.766 154.139C147.864 143.067 149.63 132.191 155.219 122.295C156.887 119.355 158.75 116.71 160.613 113.77C159.338 113.182 158.75 113.966 158.063 114.456C149.041 121.511 139.725 128.272 131.193 136.012C120.602 145.614 112.56 156.784 109.912 171.09C108.343 179.516 108.736 183.631 108.638 192.254C108.638 192.254 108.441 192.841 108.441 218.807C76.1774 234.582 45.2864 262.408 25.0846 297.29C-1.68769 343.341 -7.37556 410.36 9.68808 461.017C24.5942 505.305 53.622 538.912 94.614 560.762C164.634 598.191 249.56 592.312 318.599 554.197C353.314 534.993 405.78 481.887 405.78 390.764L407.153 40.5782C407.251 29.5063 409.016 18.6303 414.606 8.73416C416.273 5.79472 418.137 3.14922 420 0.209772C418.725 -0.378118 418.137 0.405732 417.45 0.895639' fill='%23A2A9AD'/%3E%3Cpath d='M224.331 134.095L191.185 167.212L224.331 200.33L257.478 167.212L224.331 134.095Z' fill='%23003764'/%3E%3Cpath d='M257.441 70.9577L224.295 104.075L257.441 137.193L290.588 104.075L257.441 70.9577Z' fill='%23003764'/%3E%3Cpath d='M290.625 134.094L257.478 167.212L290.625 200.329L323.772 167.212L290.625 134.094Z' fill='%23003764'/%3E%3C/g%3E%3C/svg%3E%0A");
  opacity: 0.1;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0px;
  opacity: 1;
}
html[dir=ltr] .bg-logo-design::before {
  left: 0px;
}
html[dir=rtl] .bg-logo-design::before {
  right: 0px;
}

.card-icon-details {
  padding: 2.5% 0px;
}
@media (max-width: 767px) {
  .card-icon-details {
    padding: 2rem 0px;
  }
}

.accord-card-container {
  border: 1px solid #daddde;
  border-radius: 20px;
}
.accord-card-container .lb-accordion-item:last-child {
  border-bottom: none !important;
}
.accord-card-container.no-border .lb-accordion-item.is-open {
  border: none;
  border-bottom: 1px solid #daddde;
  border-radius: 0px;
}

.lb-accordion-2-col .lb-accordion-header {
  width: 41%;
}
.lb-accordion-2-col .lb-accordion-item {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.lb-accordion-2-col .lb-accordion-body {
  width: 52%;
}
html[dir=ltr] .lb-accordion-2-col .lb-accordion-body {
  margin-right: auto;
}
html[dir=rtl] .lb-accordion-2-col .lb-accordion-body {
  margin-left: auto;
}
html[dir=ltr] .lb-accordion-2-col .lb-accordion-body {
  margin-left: auto;
}
html[dir=rtl] .lb-accordion-2-col .lb-accordion-body {
  margin-right: auto;
}
.lb-accordion-2-col .lb-accordion-item .lb-accordion-icon {
  position: absolute;
  right: 1.5rem;
}
.lb-accordion-2-col .files-list {
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-radius: 0px;
  padding: 10px;
}

.disclaimer .lb-accordion-body-inner p {
  color: rgba(18, 18, 18, 0.6);
}
.disclaimer .lb-accordion-body-inner h6 {
  color: rgba(18, 18, 18, 0.6);
  font-weight: 700;
}

@media (max-width: 767px) {
  .lb-accordion.accord-card-container.lb-accordion-2-col.no-border.bg-grey {
    flex-direction: column;
  }
  .lb-accordion-2-col .lb-accordion-item {
    flex-direction: column;
  }
  .lb-accordion-2-col .lb-accordion-body {
    width: 100%;
  }
  .lb-accordion-2-col .files-list {
    border-left: none;
  }
  .lb-accordion-2-col .lb-accordion-header {
    width: 90%;
  }
}
.scrollable-tabs-section {
  position: relative;
  padding: 6% 0;
  background: #003764 url("../../assets/images/scrolling-tabination.png") center/cover no-repeat;
}
@media (max-width: 767px) {
  .scrollable-tabs-section {
    padding: 2.5rem 0px;
  }
}

.scrollable-tabs-intro {
  max-width: 45em;
  margin: 0 auto;
  text-align: center;
}

.scrollable-tabs-title {
  margin: 0 0 0.75em;
  color: #fff;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .scrollable-tabs-title {
    font-size: clamp(14px, 1.6rem, 2rem);
  }
}
@media (max-width: 992px) {
  .scrollable-tabs-title {
    font-size: clamp(14px, 1.4rem, 2rem);
  }
}
@media (max-width: 767px) {
  .scrollable-tabs-title {
    font-size: clamp(14px, 1.3rem, 2rem);
  }
}

.scrollable-tabs-text {
  margin: 0;
  color: #a2a9ad;
  font-weight: 400;
  line-height: 1.8em;
  font-size: 1.125rem;
}
@media (max-width: 1280px) {
  .scrollable-tabs-text {
    font-size: clamp(14px, 0.9rem, 1.125rem);
  }
}
@media (max-width: 992px) {
  .scrollable-tabs-text {
    font-size: clamp(14px, 0.7875rem, 1.125rem);
  }
}
@media (max-width: 767px) {
  .scrollable-tabs-text {
    font-size: clamp(14px, 0.73125rem, 1.125rem);
  }
}

.tabination-area {
  margin-top: 3em;
}

.ir-tabs {
  display: flex;
  align-items: stretch;
  gap: 1.5em;
}
@media (max-width: 767px) {
  .ir-tabs {
    flex-wrap: wrap;
  }
}

.ir-tabs-swiper {
  flex: 1 1 auto;
  min-width: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ir-tabs-swiper .swiper-slide {
  width: auto;
}

.ir-tab {
  cursor: pointer;
  padding-bottom: 1em;
  color: #a2a9ad;
  font-weight: 500;
  line-height: 1.2em;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
  font-size: 1rem;
}
@media (max-width: 1280px) {
  .ir-tab {
    font-size: clamp(14px, 0.8rem, 1rem);
  }
}
@media (max-width: 992px) {
  .ir-tab {
    font-size: clamp(14px, 0.7rem, 1rem);
  }
}
@media (max-width: 767px) {
  .ir-tab {
    font-size: clamp(14px, 0.65rem, 1rem);
  }
}
.ir-tab.is-active {
  color: #fff;
  border-bottom-color: #fff;
}

.ir-tabs-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
@media (max-width: 767px) {
  html[dir=ltr] .ir-tabs-nav {
    margin-left: auto;
  }
  html[dir=rtl] .ir-tabs-nav {
    margin-right: auto;
  }
}

.ir-tab-arrow {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 9999px;
  background: #fff;
  color: #121212;
  cursor: pointer;
}
.ir-tab-arrow.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}
.ir-tab-arrow svg {
  display: block;
}

.ir-content {
  margin-top: 3em;
}

html[dir=ltr] .ir-content-body {
  padding-left: 6%;
}
html[dir=rtl] .ir-content-body {
  padding-right: 6%;
}
@media (max-width: 767px) {
  html[dir=ltr] .ir-content-body {
    padding-left: 0%;
  }
  html[dir=rtl] .ir-content-body {
    padding-right: 0%;
  }
}

.ir-content-heading {
  margin: 0 0 1em;
  color: #fff;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .ir-content-heading {
    font-size: clamp(14px, 1.6rem, 2rem);
  }
}
@media (max-width: 992px) {
  .ir-content-heading {
    font-size: clamp(14px, 1.4rem, 2rem);
  }
}
@media (max-width: 767px) {
  .ir-content-heading {
    font-size: clamp(14px, 1.3rem, 2rem);
  }
}

.ir-learn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.857em 1.714em;
  background: #fff;
  color: #121212;
  border-radius: 4px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .ir-learn-more {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .ir-learn-more {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .ir-learn-more {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}

.ir-content-media img {
  display: block;
  width: 100%;
  max-width: 380px;
  aspect-ratio: 380/363;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
html[dir=ltr] .ir-content-media img {
  margin-left: auto;
}
html[dir=rtl] .ir-content-media img {
  margin-right: auto;
}
html[dir=ltr] .ir-content-media img {
  margin-right: 100px;
}
html[dir=rtl] .ir-content-media img {
  margin-left: 100px;
}
@media (max-width: 992px) {
  .ir-content-media img {
    margin-top: 2em;
    max-width: none;
  }
}

.portfolio-section {
  background-color: #f6f6f7;
  padding: 2.5% 0px;
}
@media (max-width: 767px) {
  .portfolio-section {
    padding: 2rem 0px;
  }
}
.portfolio-section .swiper-wrapper {
  border-bottom: 1px solid #daddde;
}
.portfolio-section .tabination-area {
  margin-top: 0px;
}
.portfolio-section .ir-tab.is-active {
  color: #003764;
  border-bottom-color: #003764;
}
.portfolio-section .portfolio-content {
  margin-top: 2.5em;
}
.portfolio-section .portfolio-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25em;
}
.portfolio-section .portfolio-grid:not(.is-active) {
  display: none;
}
@media (max-width: 992px) {
  .portfolio-section .portfolio-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .portfolio-section .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.portfolio-section .portfolio-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 11em;
  padding: 1em;
  background: #fff;
  border: 1px solid #daddde;
  border-radius: 8px;
  text-decoration: none;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.portfolio-section .portfolio-card:hover, .portfolio-section .portfolio-card:focus-visible {
  border-color: #003764;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, 0.08);
}
.portfolio-section .portfolio-card .onhover-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}
.portfolio-section .portfolio-card .hover-logo img {
  display: block;
  width: auto;
  max-width: 70%;
  height: auto;
  margin: 0 auto;
}
.portfolio-section .portfolio-card .description {
  width: 100%;
  max-height: 0;
  margin-top: 0;
  padding-top: 0;
  opacity: 0;
  overflow: hidden;
  border-top: 1px solid rgba(18, 18, 18, 0.1);
  transition: max-height 0.3s ease, opacity 0.25s ease, margin-top 0.3s ease, padding-top 0.3s ease;
}
.portfolio-section .portfolio-card .description p {
  margin: 0;
  color: rgba(18, 18, 18, 0.6);
  font-weight: 500;
  line-height: 1.2em;
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .portfolio-section .portfolio-card .description p {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .portfolio-section .portfolio-card .description p {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .portfolio-section .portfolio-card .description p {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}
.portfolio-section .portfolio-card:hover .description, .portfolio-section .portfolio-card:focus-visible .description {
  max-height: 12em;
  margin-top: 1em;
  padding-top: 1em;
  opacity: 1;
}

.stats-section {
  padding: 5% 0;
  background: url("../../assets/images/stats.png") center/cover no-repeat;
}
@media (max-width: 767px) {
  .stats-section {
    padding: 2rem 0px;
  }
}
.stats-section .row {
  align-items: center;
}
.stats-section.current-portfolio {
  background: transparent;
}

.stats-title {
  margin: 0;
  color: #003764;
  font-weight: 700;
  line-height: 1.4em;
  font-size: 2.875rem;
}
@media (max-width: 1280px) {
  .stats-title {
    font-size: clamp(14px, 2.3rem, 2.875rem);
  }
}
@media (max-width: 992px) {
  .stats-title {
    font-size: clamp(14px, 2.0125rem, 2.875rem);
  }
}
@media (max-width: 767px) {
  .stats-title {
    font-size: clamp(14px, 1.86875rem, 2.875rem);
  }
}

.sec-title {
  margin: 0 0 0.8rem;
  color: #003764;
  font-weight: 700;
  line-height: 1.4em;
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .sec-title {
    font-size: clamp(14px, 1.6rem, 2rem);
  }
}
@media (max-width: 992px) {
  .sec-title {
    font-size: clamp(14px, 1.4rem, 2rem);
  }
}
@media (max-width: 767px) {
  .sec-title {
    font-size: clamp(14px, 1.3rem, 2rem);
  }
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5em 1.5em;
}
@media (max-width: 767px) {
  .stats-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
}

.stat-value {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.25em;
  flex-direction: column;
}

.stat-item {
  padding: 45px 24px;
}
@media (max-width: 767px) {
  .stat-item {
    padding: 25px 0px;
  }
}

.stat-number, .stat-percentage {
  color: #003764;
  font-weight: 900;
  line-height: 1.2em;
  font-size: 4rem;
}
@media (max-width: 1280px) {
  .stat-number, .stat-percentage {
    font-size: clamp(14px, 3.2rem, 4rem);
  }
}
@media (max-width: 992px) {
  .stat-number, .stat-percentage {
    font-size: clamp(14px, 2.8rem, 4rem);
  }
}
@media (max-width: 767px) {
  .stat-number, .stat-percentage {
    font-size: clamp(14px, 2.6rem, 4rem);
  }
}

.stat-affix {
  color: rgba(18, 18, 18, 0.6);
  font-weight: 400;
  line-height: 1.2em;
  font-size: 1rem;
}
@media (max-width: 1280px) {
  .stat-affix {
    font-size: clamp(14px, 0.8rem, 1rem);
  }
}
@media (max-width: 992px) {
  .stat-affix {
    font-size: clamp(14px, 0.7rem, 1rem);
  }
}
@media (max-width: 767px) {
  .stat-affix {
    font-size: clamp(14px, 0.65rem, 1rem);
  }
}

.stat-label {
  margin-top: 0.25em;
  color: rgba(18, 18, 18, 0.6);
  font-weight: 400;
  line-height: 1.2em;
  font-size: 1.125rem;
}
@media (max-width: 1280px) {
  .stat-label {
    font-size: clamp(14px, 0.9rem, 1.125rem);
  }
}
@media (max-width: 992px) {
  .stat-label {
    font-size: clamp(14px, 0.7875rem, 1.125rem);
  }
}
@media (max-width: 767px) {
  .stat-label {
    font-size: clamp(14px, 0.73125rem, 1.125rem);
  }
}

.stat-affix {
  display: block;
}

.current-portfolio .stats-grid {
  grid-template-columns: repeat(5, 1fr);
}
.current-portfolio .title {
  color: #fff;
}
.current-portfolio .stat-item {
  position: relative;
  padding: 1rem 2rem;
}
.current-portfolio .stat-item::after {
  content: "";
  background-color: #335f83;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  transform: rotate(12deg);
}
.current-portfolio .stat-item:last-child::after {
  display: none;
}

.blue-card {
  background-color: #003764;
  padding: 2.5% 5% 3%;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .blue-card {
    padding: 2rem;
  }
}
.blue-card .stats-grid {
  margin-top: 5%;
}
.blue-card .stat-number {
  color: #fff;
}
.blue-card .stat-label {
  color: #a2a9ad;
}

.grey-card {
  background-color: #f6f6f7;
  padding: 8% 3% 8%;
  border-radius: 20px;
}
.grey-card figure {
  margin-top: 5%;
  width: 100%;
}
.grey-card figure img {
  width: 100%;
}

@media (max-width: 767px) {
  .stat-item.stat-empty {
    display: none;
  }
}

@media (max-width: 767px) {
  .current-portfolio .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .current-portfolio .stat-item:nth-child(2n)::after {
    display: none;
  }
  .stats-section.current-portfolio .stats-grid {
    gap: 2rem;
  }
  .current-portfolio .stat-item {
    padding: 1rem 1rem;
  }
}
.investor-section {
  padding: 5% 0;
}
@media (max-width: 767px) {
  .investor-section {
    padding: 2rem 0;
  }
}
.investor-section .investor-title {
  margin-bottom: 1em;
}

.investor-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .investor-grid {
    grid-template-columns: 1fr;
  }
}
.investor-grid.statergic-focus {
  grid-template-columns: repeat(3, 1fr);
}

.investor-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0.75em;
  padding: 1.25em;
  border-radius: 16px;
  overflow: hidden;
  isolation: isolate;
}
.investor-card .investor-card-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.investor-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  backdrop-filter: blur(0.5px);
}

.investor-card-number {
  position: absolute;
  z-index: 2;
  top: 1.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  background-color: #BAB8B4;
  color: #fff;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 1.25rem;
}
html[dir=ltr] .investor-card-number {
  left: 1.25em;
}
html[dir=rtl] .investor-card-number {
  right: 1.25em;
}
@media (max-width: 1280px) {
  .investor-card-number {
    font-size: clamp(14px, 1rem, 1.25rem);
  }
}
@media (max-width: 992px) {
  .investor-card-number {
    font-size: clamp(14px, 0.875rem, 1.25rem);
  }
}
@media (max-width: 767px) {
  .investor-card-number {
    font-size: clamp(14px, 0.8125rem, 1.25rem);
  }
}

.investor-card-body {
  position: relative;
  z-index: 2;
}

.investor-card-title {
  margin: 0 0 0.4em;
  color: #fff;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 1.25rem;
}
@media (max-width: 1280px) {
  .investor-card-title {
    font-size: clamp(14px, 1rem, 1.25rem);
  }
}
@media (max-width: 992px) {
  .investor-card-title {
    font-size: clamp(14px, 0.875rem, 1.25rem);
  }
}
@media (max-width: 767px) {
  .investor-card-title {
    font-size: clamp(14px, 0.8125rem, 1.25rem);
  }
}

.investor-card-text {
  margin: 0;
  color: #fff;
  font-weight: 400;
  line-height: 1.2em;
  font-size: 1rem;
}
@media (max-width: 1280px) {
  .investor-card-text {
    font-size: clamp(14px, 0.8rem, 1rem);
  }
}
@media (max-width: 992px) {
  .investor-card-text {
    font-size: clamp(14px, 0.7rem, 1rem);
  }
}
@media (max-width: 767px) {
  .investor-card-text {
    font-size: clamp(14px, 0.65rem, 1rem);
  }
}

.investor-grid.statergic-focus {
  /* card */
}
.investor-grid.statergic-focus .investor-card-number {
  position: relative;
  top: unset;
  left: unset;
  margin-bottom: 1rem;
  background-color: #003764;
}
.investor-grid.statergic-focus .investor-card-title {
  margin-bottom: 1rem;
  color: #003764;
  font-size: 18px;
}
@media (max-width: 1280px) {
  .investor-grid.statergic-focus .investor-card-title {
    font-size: 14.4px;
  }
}
@media (max-width: 992px) {
  .investor-grid.statergic-focus .investor-card-title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .investor-grid.statergic-focus .investor-card-title {
    font-size: 14px;
  }
}
.investor-grid.statergic-focus .investor-card {
  justify-content: flex-start;
}
.investor-grid.statergic-focus .investor-card {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #DADDDE;
  backdrop-filter: blur(25px);
  border-radius: 8px;
}
.investor-grid.statergic-focus p {
  color: rgba(18, 18, 18, 0.6);
  font-size: 14px;
}
@media (max-width: 1280px) {
  .investor-grid.statergic-focus p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .investor-grid.statergic-focus p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .investor-grid.statergic-focus p {
    font-size: 14px;
  }
}
.investor-grid.statergic-focus .investor-card::before {
  display: none;
}

.global-presence-section {
  padding: 5% 0px 0px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .global-presence-section {
    padding: 2rem 0px 0px;
  }
}
.global-presence-section .global-map {
  position: relative;
}
.global-presence-section .global-map__viewport {
  position: relative;
  width: 100%;
  aspect-ratio: 1384/646;
  overflow: hidden;
}
.global-presence-section .global-map__canvas {
  position: absolute;
  inset: 0;
  transform-origin: 0 0;
  will-change: transform;
}
.global-presence-section .global-map__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
.global-presence-section .global-map.is-zoomed .global-map__canvas {
  cursor: grab;
}
.global-presence-section .global-map.is-zoomed .global-map__canvas:active {
  cursor: grabbing;
}
.global-presence-section .global-map.is-interactive .global-map__viewport {
  aspect-ratio: auto;
  height: 60vh;
  min-height: 320px;
  max-height: 446px;
}
.global-presence-section .global-map.is-interactive .global-map__canvas {
  inset: auto;
  top: 0;
  left: 0;
  width: 956px;
  height: 446px;
  touch-action: pan-y;
}
.global-presence-section .global-map__zoom {
  display: none;
  position: absolute;
  right: 12px;
  bottom: 16px;
  flex-direction: column;
  gap: 6px;
  z-index: 6;
}
.global-presence-section .global-map.is-interactive .global-map__zoom {
  display: flex;
}
.global-presence-section .global-map__zoom-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #E7E7E7;
  border-radius: 8px;
  background: #fff;
  color: #003764;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 55, 100, 0.18);
  -webkit-tap-highlight-color: transparent;
}
.global-presence-section .global-map__zoom-btn:active {
  background: #f6f6f7;
}
.global-presence-section .global-map .map-pin {
  position: absolute;
  z-index: 3;
}
.global-presence-section .global-map .map-pin__dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  z-index: 2;
}
.global-presence-section .global-map .map-pin__card {
  position: absolute;
  top: -24px;
  left: 30px;
  min-width: 200px;
  max-width: 340px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  background: #E7E7E7;
  text-align: left;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
html[dir=ltr] .global-presence-section .global-map .map-pin__card {
  padding-left: 14px;
}
html[dir=rtl] .global-presence-section .global-map .map-pin__card {
  padding-right: 14px;
}
html[dir=ltr] .global-presence-section .global-map .map-pin__card {
  padding-right: 14px;
}
html[dir=rtl] .global-presence-section .global-map .map-pin__card {
  padding-left: 14px;
}
.global-presence-section .global-map .map-pin__title {
  margin: 0;
  color: #003764;
  font-weight: 700;
  line-height: 1.2em;
  white-space: nowrap;
  font-size: 1.125rem;
}
@media (max-width: 1280px) {
  .global-presence-section .global-map .map-pin__title {
    font-size: clamp(14px, 0.9rem, 1.125rem);
  }
}
@media (max-width: 992px) {
  .global-presence-section .global-map .map-pin__title {
    font-size: clamp(14px, 0.7875rem, 1.125rem);
  }
}
@media (max-width: 767px) {
  .global-presence-section .global-map .map-pin__title {
    font-size: clamp(14px, 0.73125rem, 1.125rem);
  }
}
html[dir=ltr] .global-presence-section .global-map .map-pin__title {
  margin-right: 40px;
}
html[dir=rtl] .global-presence-section .global-map .map-pin__title {
  margin-left: 40px;
}
.global-presence-section .global-map .map-pin__details {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.25s ease;
}
.global-presence-section .global-map .map-pin__addr {
  margin: 12px 0 0 0;
  color: rgba(18, 18, 18, 0.6);
  line-height: 1.6em;
  white-space: nowrap;
  font-size: 1rem;
}
@media (max-width: 1280px) {
  .global-presence-section .global-map .map-pin__addr {
    font-size: clamp(14px, 0.8rem, 1rem);
  }
}
@media (max-width: 992px) {
  .global-presence-section .global-map .map-pin__addr {
    font-size: clamp(14px, 0.7rem, 1rem);
  }
}
@media (max-width: 767px) {
  .global-presence-section .global-map .map-pin__addr {
    font-size: clamp(14px, 0.65rem, 1rem);
  }
}
.global-presence-section .global-map .map-pin__location {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: #003764;
  font-weight: 700;
  text-decoration: none;
  font-size: 1rem;
}
@media (max-width: 1280px) {
  .global-presence-section .global-map .map-pin__location {
    font-size: clamp(14px, 0.8rem, 1rem);
  }
}
@media (max-width: 992px) {
  .global-presence-section .global-map .map-pin__location {
    font-size: clamp(14px, 0.7rem, 1rem);
  }
}
@media (max-width: 767px) {
  .global-presence-section .global-map .map-pin__location {
    font-size: clamp(14px, 0.65rem, 1rem);
  }
}
.global-presence-section .global-map .map-pin__location svg {
  width: 9px;
  height: 13px;
}
.global-presence-section .global-map .map-pin__rule {
  margin: 14px 0;
  border: 0;
  border-top: 1px solid #E7E7E7;
}
.global-presence-section .global-map .map-pin__clock {
  display: flex;
  align-items: center;
  gap: 16px;
}
.global-presence-section .global-map .map-pin__clock-face {
  position: relative;
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #f6f6f7;
  border: 1px solid #E7E7E7;
}
.global-presence-section .global-map .map-pin__clock-face::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #003764;
  z-index: 2;
}
.global-presence-section .global-map .map-pin__hand {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform-origin: 50% 100%;
  background: #003764;
  border-radius: 4px;
}
.global-presence-section .global-map .map-pin__hand--hour {
  width: 3px;
  height: 18px;
  margin-left: -1.5px;
}
.global-presence-section .global-map .map-pin__hand--min {
  width: 2px;
  height: 26px;
  margin-left: -1px;
}
.global-presence-section .global-map .map-pin__hand--sec {
  width: 1px;
  height: 28px;
  margin-left: -0.5px;
  background: #D15E14;
}
.global-presence-section .global-map .map-pin__clock-time {
  display: flex;
  flex-direction: column;
  line-height: 1.5em;
}
.global-presence-section .global-map .map-pin__day {
  color: #003764;
  font-weight: 700;
  font-size: 1.125rem;
}
@media (max-width: 1280px) {
  .global-presence-section .global-map .map-pin__day {
    font-size: clamp(14px, 0.9rem, 1.125rem);
  }
}
@media (max-width: 992px) {
  .global-presence-section .global-map .map-pin__day {
    font-size: clamp(14px, 0.7875rem, 1.125rem);
  }
}
@media (max-width: 767px) {
  .global-presence-section .global-map .map-pin__day {
    font-size: clamp(14px, 0.73125rem, 1.125rem);
  }
}
.global-presence-section .global-map .map-pin__date, .global-presence-section .global-map .map-pin__seconds {
  color: rgba(18, 18, 18, 0.6);
  font-size: 1rem;
}
@media (max-width: 1280px) {
  .global-presence-section .global-map .map-pin__date, .global-presence-section .global-map .map-pin__seconds {
    font-size: clamp(14px, 0.8rem, 1rem);
  }
}
@media (max-width: 992px) {
  .global-presence-section .global-map .map-pin__date, .global-presence-section .global-map .map-pin__seconds {
    font-size: clamp(14px, 0.7rem, 1rem);
  }
}
@media (max-width: 767px) {
  .global-presence-section .global-map .map-pin__date, .global-presence-section .global-map .map-pin__seconds {
    font-size: clamp(14px, 0.65rem, 1rem);
  }
}
@media (hover: hover) {
  .global-presence-section .global-map .map-pin:hover, .global-presence-section .global-map .map-pin:focus-within {
    z-index: 5;
  }
  .global-presence-section .global-map .map-pin:hover .map-pin__card, .global-presence-section .global-map .map-pin:focus-within .map-pin__card {
    background: #fff;
    border-color: #E7E7E7;
    box-shadow: 0 18px 40px rgba(0, 55, 100, 0.18);
  }
  .global-presence-section .global-map .map-pin:hover .map-pin__details, .global-presence-section .global-map .map-pin:focus-within .map-pin__details {
    max-height: 340px;
    opacity: 1;
  }
}
.global-presence-section .global-map .map-pin.is-open {
  z-index: 5;
}
.global-presence-section .global-map .map-pin.is-open .map-pin__card {
  background: #fff;
  border-color: #E7E7E7;
  box-shadow: 0 18px 40px rgba(0, 55, 100, 0.18);
}
.global-presence-section .global-map .map-pin.is-open .map-pin__details {
  max-height: 340px;
  opacity: 1;
}

.news-items {
  margin-top: 2rem;
}

.featured-news__link {
  display: block;
  text-decoration: none;
}
.featured-news__image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.8em;
}
.featured-news__date {
  display: flex;
  align-items: center;
  gap: 1.25em;
  margin: 0 0 0.5em;
  color: rgba(18, 18, 18, 0.6);
  font-weight: 400;
  line-height: 1.2em;
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .featured-news__date {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .featured-news__date {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .featured-news__date {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}
.featured-news__date svg {
  flex-shrink: 0;
}
.featured-news__excerpt {
  margin: 0;
  color: rgb(18, 18, 18);
  font-weight: 500;
  line-height: 1.6em;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
}
@media (max-width: 1280px) {
  .featured-news__excerpt {
    font-size: clamp(14px, 0.9rem, 1.125rem);
  }
}
@media (max-width: 992px) {
  .featured-news__excerpt {
    font-size: clamp(14px, 0.7875rem, 1.125rem);
  }
}
@media (max-width: 767px) {
  .featured-news__excerpt {
    font-size: clamp(14px, 0.73125rem, 1.125rem);
  }
}
.featured-news__arrow {
  flex-shrink: 0;
  vertical-align: middle;
}
html[dir=ltr] .featured-news__arrow {
  margin-left: 0.5em;
}
html[dir=rtl] .featured-news__arrow {
  margin-right: 0.5em;
}

.featured-news__date {
  justify-content: flex-start;
}
.featured-news__date svg {
  margin: 5px;
}

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-list__item {
  padding: 1.25em 0;
  border-bottom: 1px solid #daddde;
}
.news-list__item:first-child {
  padding-top: 0;
}
.news-list__date {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin: 0 0 0.5em;
  color: rgba(18, 18, 18, 0.6);
  font-weight: 400;
  line-height: 1.2em;
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .news-list__date {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .news-list__date {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .news-list__date {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}
.news-list__date svg {
  flex-shrink: 0;
}
.news-list__heading {
  margin: 0 0 0.5em;
  color: rgb(18, 18, 18);
  font-weight: 400;
  line-height: 1.4em;
  font-size: 1.125rem;
}
@media (max-width: 1280px) {
  .news-list__heading {
    font-size: clamp(14px, 0.9rem, 1.125rem);
  }
}
@media (max-width: 992px) {
  .news-list__heading {
    font-size: clamp(14px, 0.7875rem, 1.125rem);
  }
}
@media (max-width: 767px) {
  .news-list__heading {
    font-size: clamp(14px, 0.73125rem, 1.125rem);
  }
}
.news-list__read-more {
  display: inline-block;
  color: #003764;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .news-list__read-more {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .news-list__read-more {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .news-list__read-more {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}

.news-section {
  padding: 2.5% 0px;
}
@media (max-width: 767px) {
  .news-section {
    padding: 2rem 0px;
  }
}

.news-grid_4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .news-grid_4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .news-grid_4 {
    grid-template-columns: 1fr;
  }
}
.news-grid_4 .new-item {
  display: flex;
  flex-direction: column;
  background: #f6f6f7;
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: 8px;
  overflow: hidden;
  min-height: 100%;
}
.news-grid_4 figure {
  margin: 0;
}
.news-grid_4 figure img {
  display: block;
  width: 100%;
  height: auto;
}
.news-grid_4 .news-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 12px 20px;
}
.news-grid_4 .news-details .date-container {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  color: rgba(18, 18, 18, 0.6);
  font-weight: 400;
  line-height: 1.2em;
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .news-grid_4 .news-details .date-container {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .news-grid_4 .news-details .date-container {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .news-grid_4 .news-details .date-container {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}
.news-grid_4 .news-details .date-container svg {
  flex-shrink: 0;
}
.news-grid_4 .news-details h6,
.news-grid_4 .news-details .ds-text-rg {
  margin: 0;
  color: #003764;
  font-weight: 700;
  line-height: 1.3em;
  font-size: 1.125rem;
}
@media (max-width: 1280px) {
  .news-grid_4 .news-details h6,
  .news-grid_4 .news-details .ds-text-rg {
    font-size: clamp(14px, 0.9rem, 1.125rem);
  }
}
@media (max-width: 992px) {
  .news-grid_4 .news-details h6,
  .news-grid_4 .news-details .ds-text-rg {
    font-size: clamp(14px, 0.7875rem, 1.125rem);
  }
}
@media (max-width: 767px) {
  .news-grid_4 .news-details h6,
  .news-grid_4 .news-details .ds-text-rg {
    font-size: clamp(14px, 0.73125rem, 1.125rem);
  }
}

.link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  color: rgba(18, 18, 18, 0.6);
  text-decoration: none;
  transition: color 0.2s ease;
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .link {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .link {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .link {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}
.link svg {
  flex-shrink: 0;
}
.link:hover {
  color: #003764;
}

.sort-by {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .sort-by {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .sort-by {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .sort-by {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}

.sort-by .sort-select {
  min-width: 180px;
  max-width: 220px;
  width: 100%;
  padding: 0.85rem 1.5rem 0.85rem 1rem;
  border: 1px solid rgba(209, 213, 219, 0.9);
  border-radius: 16px;
  background-color: #ffffff;
  font-size: 0.9375rem;
  line-height: 1.5;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10'%3E%3Cpath d='M16 2.4L8 9.6L0 2.4V0H16V2.4Z' fill='%23003764'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px 8px;
}

.sort-by .sort-select:focus {
  outline: none;
  border-color: #003764;
  box-shadow: 0 0 0 3px rgba(0, 55, 100, 0.12);
}

.select2-container--default .select2-selection--single {
  min-height: 3rem;
  border: 1px solid rgba(209, 213, 219, 0.9);
  border-radius: 16px;
  background-color: #ffffff;
  padding: 0.45rem 0.75rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.6;
  font-size: 0.9375rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 0;
  right: 0.8rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #003764 transparent transparent transparent;
}

.select2-dropdown {
  border-radius: 16px;
  border: 1px solid rgba(209, 213, 219, 0.9);
}

.select2-results__option--highlighted {
  background: #f6f6f7;
}

.news-grid_4.case-study-section .news-details {
  background-color: #fff;
}

.category-tag {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  color: #003764;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  background: #F6F6F7;
  border: 1px solid #DADDDE;
  border-radius: 4px;
  padding: 4px 12px;
  max-width: fit-content;
}

.download-app-section {
  background: url("../../assets/images/download-banner.png") center/cover no-repeat;
}
@media (max-width: 767px) {
  .download-app-section {
    padding: 2rem 0px;
  }
}
.download-app-section .row {
  align-items: center;
}
.download-app-section__title {
  margin: 0 0 2em;
  color: #fff;
  font-weight: 700;
  line-height: 1.5em;
  font-size: 1.75rem;
}
@media (max-width: 1280px) {
  .download-app-section__title {
    font-size: clamp(14px, 1.4rem, 1.75rem);
  }
}
@media (max-width: 992px) {
  .download-app-section__title {
    font-size: clamp(14px, 1.225rem, 1.75rem);
  }
}
@media (max-width: 767px) {
  .download-app-section__title {
    font-size: clamp(14px, 1.1375rem, 1.75rem);
  }
}
.download-app-section__stores {
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.download-app-section__store {
  display: inline-block;
}
.download-app-section__store img {
  display: block;
  height: auto;
}
.download-app-section__screen {
  display: block;
  width: 100%;
  height: auto;
  margin: -140px 0px 0px;
}
@media (max-width: 767px) {
  .download-app-section__screen {
    margin: 0px;
  }
}

.page-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  padding: 4em 0;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .page-header {
    min-height: 250px;
  }
}
.page-header__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-header__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
@media (max-width: 992px) {
  .page-header__bg img {
    object-fit: cover;
  }
}
.page-header__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 1.5em;
  width: 100%;
}
.page-header__title {
  margin: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
  font-size: 2.5rem;
}
@media (max-width: 1280px) {
  .page-header__title {
    font-size: clamp(14px, 2rem, 2.5rem);
  }
}
@media (max-width: 992px) {
  .page-header__title {
    font-size: clamp(14px, 1.75rem, 2.5rem);
  }
}
@media (max-width: 767px) {
  .page-header__title {
    font-size: clamp(14px, 1.625rem, 2.5rem);
  }
}
.page-header__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 1rem;
}
@media (max-width: 767px) {
  .page-header__breadcrumb .page-header__crumb:last-child {
    display: none;
  }
}
.page-header__crumb {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  color: rgba(18, 18, 18, 0.6);
  font-weight: 500;
  line-height: 1.2em;
  border-bottom: 1px solid transparent;
  padding-bottom: 0.5em;
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .page-header__crumb {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .page-header__crumb {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .page-header__crumb {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}
.page-header__crumb a {
  color: inherit;
  text-decoration: none;
}
.page-header__crumb a:hover {
  color: #003764;
}
.page-header__crumb:not(:last-child)::after {
  content: "";
  width: 6px;
  height: 11px;
  background: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.164062 10.4297C0.0703125 10.3594 0.0234375 10.2656 0.0234375 10.1719C0.0234375 10.0781 0.0703125 9.98438 0.140625 9.91406L4.38281 5.29688L0.140625 0.65625C0 0.515625 0 0.28125 0.164062 0.140625C0.304688 0 0.539062 0 0.679688 0.164062L5.17969 5.03906C5.32031 5.17969 5.32031 5.39062 5.17969 5.53125L0.679688 10.4062C0.539062 10.5703 0.304688 10.5703 0.164062 10.4297Z' fill='%23121212' fill-opacity='0.6'/%3E%3C/svg%3E") no-repeat center/contain;
  flex-shrink: 0;
  border-bottom: transparent;
}
[dir=rtl] .page-header__crumb:not(:last-child)::after {
  transform: rotate(180deg);
}
.page-header__crumb--current {
  color: #003764;
  border-bottom: 1px solid #003764;
}

.latest-news-section {
  padding: 5% 0px;
}
@media (max-width: 767px) {
  .latest-news-section {
    padding: 2rem 0px;
  }
}
.latest-news-section .left-border-content {
  border-color: transparent;
}

.content-block h1, .content-block h2, .content-block h3, .content-block h4, .content-block h5, .content-block h6, .content-block p {
  line-height: 1.4em;
}
.content-block strong {
  color: #003764;
}

.corporate-profile .left-border-content {
  max-width: 70%;
}
@media (max-width: 767px) {
  .corporate-profile .left-border-content {
    max-width: 100%;
  }
}
.corporate-profile .left-border-content p:last-child {
  margin-bottom: 0px;
}

.corporate-profile figure {
  border-radius: 8px;
  overflow: hidden;
  margin-left: 8%;
}
@media (max-width: 767px) {
  .corporate-profile figure {
    margin-left: 0%;
  }
}

.corporate-file {
  position: relative;
  display: flex;
  justify-content: center;
}
.corporate-file img {
  width: 100%;
  object-fit: cover;
}
.corporate-file .btn-primary {
  position: absolute;
  bottom: 2rem;
  left: auto;
  right: auto;
  margin: auto;
}

.corporate-profile {
  padding: 2.5% 0px;
}
.corporate-profile .left-border-content {
  margin-top: 3%;
}

.vision-mission-section {
  position: relative;
  height: 700px;
}
@media (max-width: 767px) {
  .vision-mission-section {
    height: auto;
  }
}

.background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vision-mission-section {
  padding: 5% 0px;
}
@media (max-width: 767px) {
  .vision-mission-section {
    padding: 2rem 0px;
  }
}
.vision-mission-section * {
  color: #fff;
}
.vision-mission-section .ds-h5 {
  margin-bottom: 1em;
}
.vision-mission-section .left-border-content {
  border-color: #fff;
}
.vision-mission-section .left-border-content p:last-child {
  margin-bottom: 0px;
}
.vision-mission-section .tp-bd-sec {
  display: flex;
  flex-wrap: wrap;
}
.vision-mission-section .message {
  width: 50%;
}
@media (max-width: 767px) {
  .vision-mission-section .message {
    width: 100%;
  }
}
.vision-mission-section .message:last-child {
  margin-left: auto;
  margin-top: auto;
}
.vision-mission-section .ds-container {
  display: flex;
  height: 100%;
}
.vision-mission-section .tp-bd-sec {
  height: 100%;
  width: 100%;
}

.map-location {
  position: relative;
  height: 700px;
  padding: 2.5% 0px;
}
@media (max-width: 767px) {
  .map-location {
    height: auto;
    padding: 2rem 0px;
    min-height: 200px;
  }
}
.map-location .map-loc-container {
  display: flex;
  justify-content: end;
}
@media (max-width: 767px) {
  .map-location .map-loc-container {
    justify-content: center;
  }
  .map-location .map-loc-container img {
    width: 100%;
  }
}

.content-area {
  padding: 2.5% 0px;
}
@media (max-width: 767px) {
  .content-area {
    padding: 2rem 0px;
  }
}
.content-area .ds-h5 {
  color: #003764;
  margin-bottom: 1em;
}
.content-area a {
  color: #003764;
}

.left-border-content .col-md-6 p {
  margin-right: 5% !important;
}

.comments {
  max-height: 170px;
}

.milestones-sec {
  padding: 5% 0px;
}

.statergic-focus-sec {
  display: flex;
  align-items: center;
}

.realestate-map {
  padding-bottom: 2.5%;
}

.quick-links .card-header {
  flex: 1 1 0;
}
.quick-links .card-body {
  flex: unset;
}
.quick-links a {
  color: #003764;
  text-decoration: none;
}

.card-icon-details.quick-links.reports-links .card-body {
  background-color: #f6f6f7;
}

.card-icon-details.quick-links.reports-links .card-header {
  padding: 0px;
}

.card-icon-details.quick-links.reports-links .card-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-white .ir-tab-arrow {
  background: #003764;
}
.bg-white .ir-tab-arrow svg path {
  fill: #fff;
}
.bg-white .ir-tab-arrow.swiper-button-disabled {
  background: #C7CBCE;
}
.bg-white .ir-tab-arrow.swiper-button-disabled svg path {
  fill: #A2A9AD;
}

.bg-grey {
  background: #F6F6F7;
  border: 1px solid #DADDDE;
  border-radius: 8px;
}

.dividend-form {
  padding: 2.5% 0px;
}
@media (max-width: 767px) {
  .dividend-form {
    padding: 2rem 0px;
  }
}

.value {
  color: rgba(18, 18, 18, 0.6);
}

.investor-relation-contact {
  padding: 2.5% 0px;
}
@media (max-width: 767px) {
  .investor-relation-contact {
    padding: 2rem 0px;
  }
}
.investor-relation-contact a {
  color: #003764;
  font-weight: 700;
  text-decoration: none;
}
.investor-relation-contact .ds-text-lg {
  color: #121212;
}
.investor-relation-contact .position {
  margin-bottom: 1em;
}
.investor-relation-contact p {
  color: rgba(18, 18, 18, 0.6);
  line-height: 1.6em;
}
.investor-relation-contact .profile {
  margin: auto;
  max-width: 295px;
  border: 1px solid #daddde;
}
@media (max-width: 767px) {
  .investor-relation-contact .profile {
    margin-left: 0px;
  }
}

.gallery-items .card-header {
  min-height: 448px;
}
@media (max-width: 767px) {
  .gallery-items .card-header {
    min-height: 200px;
  }
}

.featured-news-section {
  padding: 0px 0px 2.5% 0px;
}

.awards .news-details p {
  color: #003764;
  margin-bottom: 0px;
}

.left-border-content a {
  text-decoration: none;
}
.left-border-content img {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 767px) {
  .left-border-content figure {
    margin-top: 1rem;
  }
}

figure img {
  width: 100%;
}

.award-highlight ul li {
  font-size: 1rem;
}
@media (max-width: 1280px) {
  .award-highlight ul li {
    font-size: clamp(14px, 0.8rem, 1rem);
  }
}
@media (max-width: 992px) {
  .award-highlight ul li {
    font-size: clamp(14px, 0.7rem, 1rem);
  }
}
@media (max-width: 767px) {
  .award-highlight ul li {
    font-size: clamp(14px, 0.65rem, 1rem);
  }
}
.award-highlight img {
  height: 100%;
  width: auto;
}

.small-list-content {
  margin-bottom: 0px;
}
.small-list-content ul li {
  font-size: 1rem;
  margin-bottom: 0px;
}
@media (max-width: 1280px) {
  .small-list-content ul li {
    font-size: clamp(14px, 0.8rem, 1rem);
  }
}
@media (max-width: 992px) {
  .small-list-content ul li {
    font-size: clamp(14px, 0.7rem, 1rem);
  }
}
@media (max-width: 767px) {
  .small-list-content ul li {
    font-size: clamp(14px, 0.65rem, 1rem);
  }
}
.small-list-content img {
  height: 100%;
  width: auto;
}

@media (max-width: 767px) {
  .serviceable-sectors.ps-5.ms-4 {
    padding-left: 0px !important;
    margin-left: 0px !important;
  }
  .content-area.award-highlight .col-md-3.d-flex.justify-content-end {
    justify-content: flex-start !important;
  }
  table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
footer {
  padding: 8% 0 2%;
  background-color: #f6f6f7;
}
@media (max-width: 767px) {
  footer {
    padding: 2rem 0 2%;
  }
}

.footer-nav, .main-open-nav {
  display: flex;
  align-items: stretch;
  border-bottom: 0.5px solid rgba(18, 18, 18, 0.2);
  padding-bottom: 2%;
}
@media (max-width: 767px) {
  .footer-nav, .main-open-nav {
    flex-wrap: wrap;
    gap: 2em 0;
  }
}
.footer-nav__col, .main-open-nav__col {
  flex: 1;
}
.footer-nav__col + .footer-nav__col, .footer-nav__col + .main-open-nav__col, .main-open-nav__col + .footer-nav__col, .main-open-nav__col + .main-open-nav__col {
  border-left: 0.5px solid rgba(18, 18, 18, 0.1);
}
html[dir=ltr] .footer-nav__col + .footer-nav__col, html[dir=ltr] .footer-nav__col + .main-open-nav__col, html[dir=ltr] .main-open-nav__col + .footer-nav__col, html[dir=ltr] .main-open-nav__col + .main-open-nav__col {
  padding-left: 1.25em;
}
html[dir=rtl] .footer-nav__col + .footer-nav__col, html[dir=rtl] .footer-nav__col + .main-open-nav__col, html[dir=rtl] .main-open-nav__col + .footer-nav__col, html[dir=rtl] .main-open-nav__col + .main-open-nav__col {
  padding-right: 1.25em;
}
html[dir=ltr] .footer-nav__col + .footer-nav__col, html[dir=ltr] .footer-nav__col + .main-open-nav__col, html[dir=ltr] .main-open-nav__col + .footer-nav__col, html[dir=ltr] .main-open-nav__col + .main-open-nav__col {
  margin-left: 1.25em;
}
html[dir=rtl] .footer-nav__col + .footer-nav__col, html[dir=rtl] .footer-nav__col + .main-open-nav__col, html[dir=rtl] .main-open-nav__col + .footer-nav__col, html[dir=rtl] .main-open-nav__col + .main-open-nav__col {
  margin-right: 1.25em;
}
@media (max-width: 767px) {
  .footer-nav__col + .footer-nav__col, .footer-nav__col + .main-open-nav__col, .main-open-nav__col + .footer-nav__col, .main-open-nav__col + .main-open-nav__col {
    border: none;
  }
  html[dir=ltr] .footer-nav__col + .footer-nav__col, html[dir=ltr] .footer-nav__col + .main-open-nav__col, html[dir=ltr] .main-open-nav__col + .footer-nav__col, html[dir=ltr] .main-open-nav__col + .main-open-nav__col {
    padding-left: 0px;
  }
  html[dir=rtl] .footer-nav__col + .footer-nav__col, html[dir=rtl] .footer-nav__col + .main-open-nav__col, html[dir=rtl] .main-open-nav__col + .footer-nav__col, html[dir=rtl] .main-open-nav__col + .main-open-nav__col {
    padding-right: 0px;
  }
  html[dir=ltr] .footer-nav__col + .footer-nav__col, html[dir=ltr] .footer-nav__col + .main-open-nav__col, html[dir=ltr] .main-open-nav__col + .footer-nav__col, html[dir=ltr] .main-open-nav__col + .main-open-nav__col {
    margin-left: 0px;
  }
  html[dir=rtl] .footer-nav__col + .footer-nav__col, html[dir=rtl] .footer-nav__col + .main-open-nav__col, html[dir=rtl] .main-open-nav__col + .footer-nav__col, html[dir=rtl] .main-open-nav__col + .main-open-nav__col {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .footer-nav__col, .main-open-nav__col {
    flex: 0 0 100%;
  }
}
.footer-nav__heading, .main-open-nav__heading {
  margin: 0 0 1.25em;
  color: #003764;
  font-weight: 700;
  line-height: 1.25em;
  text-transform: uppercase;
  font-size: 1rem;
}
@media (max-width: 1280px) {
  .footer-nav__heading, .main-open-nav__heading {
    font-size: clamp(14px, 0.8rem, 1rem);
  }
}
@media (max-width: 992px) {
  .footer-nav__heading, .main-open-nav__heading {
    font-size: clamp(14px, 0.7rem, 1rem);
  }
}
@media (max-width: 767px) {
  .footer-nav__heading, .main-open-nav__heading {
    font-size: clamp(14px, 0.65rem, 1rem);
  }
}
.footer-nav__menu, .footer-nav__submenu, .main-open-nav__menu, .main-open-nav__submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav__item, .main-open-nav__item {
  margin-bottom: 10px;
}
.footer-nav__link, .main-open-nav__link {
  display: block;
  color: rgba(18, 18, 18, 0.6);
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  font-size: 1rem;
}
@media (max-width: 1280px) {
  .footer-nav__link, .main-open-nav__link {
    font-size: clamp(14px, 0.8rem, 1rem);
  }
}
@media (max-width: 992px) {
  .footer-nav__link, .main-open-nav__link {
    font-size: clamp(14px, 0.7rem, 1rem);
  }
}
@media (max-width: 767px) {
  .footer-nav__link, .main-open-nav__link {
    font-size: clamp(14px, 0.65rem, 1rem);
  }
}
.footer-nav__link:hover, .main-open-nav__link:hover {
  color: #003764;
}
.footer-nav__item--has-submenu > .footer-nav__link, .main-open-nav__item--has-submenu > .footer-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
.footer-nav__chevron, .main-open-nav__chevron {
  flex-shrink: 0;
  transform: rotate(180deg);
  transition: transform 0.25s ease;
}
.footer-nav__submenu, .main-open-nav__submenu {
  border-left: 1px solid #003764;
  overflow: hidden;
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease, margin-top 0.3s ease;
}
html[dir=ltr] .footer-nav__submenu, html[dir=ltr] .main-open-nav__submenu {
  padding-left: 1.25em;
}
html[dir=rtl] .footer-nav__submenu, html[dir=rtl] .main-open-nav__submenu {
  padding-right: 1.25em;
}
html[dir=ltr] .footer-nav__submenu, html[dir=ltr] .main-open-nav__submenu {
  margin-left: 0.25em;
}
html[dir=rtl] .footer-nav__submenu, html[dir=rtl] .main-open-nav__submenu {
  margin-right: 0.25em;
}
.footer-nav__item--has-submenu.is-open > .footer-nav__submenu, .main-open-nav__item--has-submenu.is-open > .footer-nav__submenu {
  max-height: 40em;
  margin-top: 15px;
  opacity: 1;
}
.footer-nav__item--has-submenu.is-open > .footer-nav__link .footer-nav__chevron, .main-open-nav__item--has-submenu.is-open > .footer-nav__link .footer-nav__chevron {
  transform: rotate(0deg);
}

.footer-mid {
  display: flex;
  align-items: flex-start;
  gap: 2.5em;
  padding-top: 2em;
  border-top: 0.5px solid rgba(18, 18, 18, 0.1);
}
@media (max-width: 767px) {
  .footer-mid {
    flex-direction: column;
    gap: 2em;
  }
}
.footer-mid__info {
  flex: 0 0 63%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.footer-mid__line {
  margin: 0;
  line-height: 1.2em;
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .footer-mid__line {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .footer-mid__line {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .footer-mid__line {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}
.footer-mid__label {
  color: rgba(18, 18, 18, 0.6);
  font-weight: 400;
}
.footer-mid__value {
  color: rgba(18, 18, 18, 0.6);
  font-weight: 500;
  text-decoration: none;
}
.footer-mid__value:hover {
  color: #003764;
}
.footer-mid__locate {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  color: rgba(18, 18, 18, 0.6);
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .footer-mid__locate {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .footer-mid__locate {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .footer-mid__locate {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}
.footer-mid__locate svg {
  flex-shrink: 0;
}
.footer-mid__locate:hover {
  color: #003764;
}
.footer-mid__connect {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.footer-mid__connect-label {
  margin: 0;
  color: rgba(18, 18, 18, 0.6);
  font-weight: 500;
  line-height: 1.2em;
  white-space: nowrap;
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .footer-mid__connect-label {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .footer-mid__connect-label {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .footer-mid__connect-label {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}
.footer-mid__newsletter {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}
.footer-mid__form {
  width: 100%;
}
.footer-mid__input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 12px 20px;
  background: #fff;
  border: 1px solid #daddde;
  border-radius: 8px;
  color: #003764;
  line-height: 1.2em;
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .footer-mid__input {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .footer-mid__input {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .footer-mid__input {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}
.footer-mid__input::placeholder {
  color: rgba(18, 18, 18, 0.6);
}
.footer-mid__input:focus {
  outline: none;
  border-color: #003764;
}
.footer-mid__social-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75em;
}
.footer-mid__apps {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
html[dir=ltr] .footer-mid__apps {
  margin-left: auto;
}
html[dir=rtl] .footer-mid__apps {
  margin-right: auto;
}
@media (max-width: 767px) {
  html[dir=ltr] .footer-mid__apps {
    margin-left: 0px;
  }
  html[dir=rtl] .footer-mid__apps {
    margin-right: 0px;
  }
}
.footer-mid__app img {
  display: block;
  height: 30px;
  width: auto;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 8px;
  background: #003764;
  border-radius: 256px;
  transition: opacity 0.2s ease;
}
.footer-social__link:hover {
  opacity: 0.85;
}
.footer-social__link svg {
  display: block;
}

.footer-end-sec {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 0.5px solid rgba(18, 18, 18, 0.1);
}
.footer-end-sec__copy {
  margin: 0;
  color: rgba(18, 18, 18, 0.6);
  font-weight: 400;
  line-height: 1.2em;
  font-size: 0.75rem;
}
@media (max-width: 1280px) {
  .footer-end-sec__copy {
    font-size: clamp(14px, 0.6rem, 0.75rem);
  }
}
@media (max-width: 992px) {
  .footer-end-sec__copy {
    font-size: clamp(14px, 0.525rem, 0.75rem);
  }
}
@media (max-width: 767px) {
  .footer-end-sec__copy {
    font-size: clamp(14px, 0.4875rem, 0.75rem);
  }
}
@media (max-width: 767px) {
  .footer-end-sec .row {
    gap: 1em 0;
  }
}

.footer-end-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
html[dir=ltr] .footer-end-links li + li {
  margin-left: 1em;
}
html[dir=rtl] .footer-end-links li + li {
  margin-right: 1em;
}
.footer-end-links__link {
  color: rgba(18, 18, 18, 0.6);
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .footer-end-links__link {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .footer-end-links__link {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .footer-end-links__link {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}
.footer-end-links__link:hover {
  color: #003764;
}

.credit-text {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 0.5px solid rgba(18, 18, 18, 0.1);
}
.credit-text p {
  margin: 0;
  color: rgba(18, 18, 18, 0.6);
  font-weight: 400;
  line-height: 1.2em;
  text-align: center;
  font-size: 0.75rem;
}
@media (max-width: 1280px) {
  .credit-text p {
    font-size: clamp(14px, 0.6rem, 0.75rem);
  }
}
@media (max-width: 992px) {
  .credit-text p {
    font-size: clamp(14px, 0.525rem, 0.75rem);
  }
}
@media (max-width: 767px) {
  .credit-text p {
    font-size: clamp(14px, 0.4875rem, 0.75rem);
  }
}

.open-menu {
  background-color: #003764;
  height: 100%;
}
.open-menu img, .open-menu svg {
  filter: brightness(0) invert(1);
}
.open-menu .lang-switch {
  color: #fff;
}
.open-menu .header-actions .lang-switch {
  color: white;
}
.open-menu .footer-nav__col + .footer-nav__col, .open-menu .footer-nav__col + .main-open-nav__col, .open-menu .main-open-nav__col + .footer-nav__col, .open-menu .main-open-nav__col + .main-open-nav__col {
  border-color: #174972;
}
.open-menu .main-open-nav {
  max-height: 67vh;
  opacity: 1;
  pointer-events: auto;
}

.search-container {
  width: 100%;
  margin-bottom: 2rem;
}

.header-inner {
  position: relative;
}

.main-open-nav {
  width: 100%;
  position: absolute;
  top: 100px;
  left: 0px;
  flex-wrap: wrap;
  height: 67vh;
  align-items: flex-start;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.45s ease, opacity 0.35s ease;
}
.main-open-nav * {
  color: #fff;
}
.main-open-nav__link:hover {
  color: #fff;
}
.main-open-nav .footer-nav__link:hover, .main-open-nav .main-open-nav__link:hover {
  color: white;
}
.main-open-nav .footer-nav__col, .main-open-nav .main-open-nav__col {
  height: 100%;
}

body.menu-is-open {
  overflow: hidden;
}

.mnav-root,
.mnav-back {
  display: none;
}

@media (max-width: 992px) {
  .main-open-nav {
    position: fixed;
    top: var(--header-h, 110px);
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    max-height: none;
    margin: 0;
    padding: 0;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    background: #003764;
    -webkit-overflow-scrolling: touch;
  }
  .open-menu .main-open-nav {
    max-height: none;
  }
  .main-open-nav .search-container {
    margin: 0;
    padding: 1.5em 1.25em 0.5em;
  }
  .mnav-root {
    display: block;
    margin: 0;
    padding: 0 1.25em 2em;
    list-style: none;
  }
  .mnav-root__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .mnav-root__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
    width: 100%;
    padding: 1em 0;
    background: transparent;
    border: 0;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-align: start;
    cursor: pointer;
    font-size: 1rem;
  }
}
@media (max-width: 992px) and (max-width: 1280px) {
  .mnav-root__link {
    font-size: clamp(14px, 0.8rem, 1rem);
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .mnav-root__link {
    font-size: clamp(14px, 0.7rem, 1rem);
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .mnav-root__link {
    font-size: clamp(14px, 0.65rem, 1rem);
  }
}
@media (max-width: 992px) {
  .mnav-root__link svg {
    flex-shrink: 0;
  }
  .main-open-nav .footer-nav__col,
  .main-open-nav .footer-nav__submenu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0 1.25em 2em;
    background: #003764;
    border: 0;
    max-height: none;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.32s ease;
    pointer-events: none;
  }
  [dir=rtl] .main-open-nav .footer-nav__col,
  [dir=rtl] .main-open-nav .footer-nav__submenu {
    transform: translateX(-100%);
  }
  .main-open-nav .footer-nav__col {
    z-index: 2;
  }
  .main-open-nav .footer-nav__submenu {
    z-index: 3;
  }
  .main-open-nav .footer-nav__col.is-active,
  .main-open-nav .footer-nav__submenu.is-active {
    transform: translateX(0);
    pointer-events: auto;
  }
  .main-open-nav .footer-nav__heading {
    display: none;
  }
  .mnav-back {
    display: flex;
    align-items: center;
    gap: 0.6em;
    width: 100%;
    padding: 1.25em 0;
    margin-bottom: 0.5em;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: start;
    cursor: pointer;
    font-size: 1rem;
  }
}
@media (max-width: 992px) and (max-width: 1280px) {
  .mnav-back {
    font-size: clamp(14px, 0.8rem, 1rem);
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .mnav-back {
    font-size: clamp(14px, 0.7rem, 1rem);
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .mnav-back {
    font-size: clamp(14px, 0.65rem, 1rem);
  }
}
@media (max-width: 992px) {
  .mnav-back svg {
    flex-shrink: 0;
  }
  .main-open-nav .footer-nav__menu .footer-nav__item,
  .main-open-nav .footer-nav__submenu .footer-nav__item {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .main-open-nav .footer-nav__link {
    padding: 0.9em 0;
    color: #fff;
  }
  .main-open-nav .footer-nav__item--has-submenu > .footer-nav__link {
    justify-content: space-between;
  }
  .main-open-nav .footer-nav__item--has-submenu > .footer-nav__link .footer-nav__chevron {
    transform: rotate(90deg);
  }
  [dir=rtl] .main-open-nav .footer-nav__item--has-submenu > .footer-nav__link .footer-nav__chevron {
    transform: rotate(-90deg);
  }
  .main-open-nav .footer-nav__chevron path {
    stroke: rgba(255, 255, 255, 0.75);
  }
  .main-open-nav .footer-nav__submenu {
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .footer-end-sec__copy {
    text-align: center;
  }
  .footer-mid__social-row {
    justify-content: center;
  }
  .footer-end-links.d-flex.justify-content-end {
    justify-content: center !important;
  }
}
.btn-primary {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.9rem 1.5rem;
  background: #003764;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .btn-primary {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .btn-primary {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .btn-primary {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}
html[dir=ltr] .btn-primary svg {
  margin-left: 1rem;
}
html[dir=rtl] .btn-primary svg {
  margin-right: 1rem;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #335f83;
  color: #fff;
}
.btn-primary:disabled, .btn-primary.disabled {
  background: #c7cbce;
  cursor: not-allowed;
}

.btn-secondary {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.5rem;
  background: #ffffff;
  border: 1px solid #003764;
  border-radius: 4px;
  color: #003764;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.12s ease, box-shadow 0.12s ease;
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .btn-secondary {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .btn-secondary {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .btn-secondary {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}
html[dir=ltr] .btn-secondary svg {
  margin-left: 1rem;
}
html[dir=rtl] .btn-secondary svg {
  margin-right: 1rem;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(0, 55, 100, 0.06);
  color: #003764;
}
.btn-secondary:disabled, .btn-secondary.disabled {
  background: #c7cbce;
  border-color: #c7cbce;
  color: rgba(18, 18, 18, 0.8);
  cursor: not-allowed;
}

.btn-alert {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.5rem;
  background: #F7E5EB;
  border: none;
  border-radius: 4px;
  color: #AB0033;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.12s ease, box-shadow 0.12s ease;
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .btn-alert {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .btn-alert {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .btn-alert {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}
html[dir=ltr] .btn-alert svg {
  margin-left: 1rem;
}
html[dir=rtl] .btn-alert svg {
  margin-right: 1rem;
}
.btn-alert:hover, .btn-alert:focus, .btn-alert:active {
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(0, 55, 100, 0.06);
  color: #003764;
}
.btn-alert:disabled, .btn-alert.disabled {
  background: #c7cbce;
  border-color: #c7cbce;
  color: rgba(18, 18, 18, 0.8);
  cursor: not-allowed;
}

.serviceable-sectors {
  padding: 2.5% 0;
}

.service-groups {
  display: flex;
  align-items: flex-end;
  gap: 0.75em;
}
@media (max-width: 767px) {
  .service-groups {
    flex-direction: column;
  }
}
.service-groups > * {
  flex: 1 1 0;
}
.service-groups > div:nth-child(2) {
  flex-grow: 4;
}
.service-groups > div:nth-child(3) {
  flex-grow: 2;
}
@media (max-width: 992px) {
  .service-groups {
    overflow-x: auto;
    padding-bottom: 0.75em;
  }
  .service-groups .gr-item {
    min-width: 7.5em;
  }
}

.no-group {
  display: flex;
}
@media (max-width: 767px) {
  .no-group {
    width: 100%;
  }
}
.no-group .gr-item {
  flex: 1;
}

.grouped {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1em 0 0;
  border: 1px solid #daddde;
  border-bottom: 0;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .grouped {
    width: 100%;
  }
}

.group-title {
  width: 100%;
  margin: 0 0 0.75em;
  text-align: center;
  color: #003764;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 1rem;
}
@media (max-width: 1280px) {
  .group-title {
    font-size: clamp(14px, 0.8rem, 1rem);
  }
}
@media (max-width: 992px) {
  .group-title {
    font-size: clamp(14px, 0.7rem, 1rem);
  }
}
@media (max-width: 767px) {
  .group-title {
    font-size: clamp(14px, 0.65rem, 1rem);
  }
}

.group-cards {
  display: flex;
  gap: 0.75em;
  width: 100%;
}
@media (max-width: 767px) {
  .group-cards {
    flex-wrap: wrap;
  }
}
.group-cards .gr-item {
  flex: 1 1 0;
}

.gr-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 0.75em;
  padding: 0.75em;
  background: #f6f6f7;
  border: 0.5px solid #daddde;
  border-radius: 8px;
  text-align: center;
}
.gr-item svg {
  display: block;
  height: 40px;
  width: auto;
}

.gr-item__label {
  color: #003764;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 1rem;
}
@media (max-width: 1280px) {
  .gr-item__label {
    font-size: clamp(14px, 0.8rem, 1rem);
  }
}
@media (max-width: 992px) {
  .gr-item__label {
    font-size: clamp(14px, 0.7rem, 1rem);
  }
}
@media (max-width: 767px) {
  .gr-item__label {
    font-size: clamp(14px, 0.65rem, 1rem);
  }
}

.column-service-grid-4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.column-service-grid-4 .gr-item {
  padding: 1rem;
  /* body/lg/medium */
}
.column-service-grid-4 .gr-item .gr-item__label {
  font-size: 16px;
  line-height: 20px;
  /* or 125% */
  text-align: center;
  color: #003764;
}
.column-service-grid-4 svg {
  height: 24px;
  width: auto;
}

.board-members {
  padding: 5% 0;
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}
.profile-grid:last-child {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .profile-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .profile-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.profile-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: border-color 0.25s ease;
}
.profile-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-card__info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 22px;
  background: #fff;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 767px) {
  .profile-card__info {
    transform: translateY(0px);
    opacity: 1;
  }
}
.profile-card__name {
  margin: 0 0 0.5em;
  color: #121212;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 1rem;
}
@media (max-width: 1280px) {
  .profile-card__name {
    font-size: clamp(14px, 0.8rem, 1rem);
  }
}
@media (max-width: 992px) {
  .profile-card__name {
    font-size: clamp(14px, 0.7rem, 1rem);
  }
}
@media (max-width: 767px) {
  .profile-card__name {
    font-size: clamp(14px, 0.65rem, 1rem);
  }
}
.profile-card__role {
  margin: 0;
  color: #121212;
  font-weight: 400;
  line-height: 1.2em;
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .profile-card__role {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .profile-card__role {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .profile-card__role {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}
.profile-card:hover {
  border-color: #99afc1;
}
.profile-card:hover .profile-card__info {
  transform: translateY(0);
  opacity: 1;
}

.download-files {
  padding: 3% 0;
}
@media (max-width: 767px) {
  .download-files {
    padding: 2rem 0px;
  }
}

.files-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0.75em 1.5em;
  background: #f6f6f7;
  border: 1px solid #daddde;
  border-radius: 8px;
}

.file-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  padding: 0.8em 0;
  border-bottom: 1px solid #daddde;
  text-decoration: none;
  transition: color 0.2s ease;
}
.file-item:last-child {
  border-bottom: 0;
  margin-bottom: 0px;
}
.file-item__name {
  margin: 0;
  color: rgba(18, 18, 18, 0.6);
  font-weight: 500;
  line-height: 1.2em;
  font-size: 1rem;
}
@media (max-width: 1280px) {
  .file-item__name {
    font-size: clamp(14px, 0.8rem, 1rem);
  }
}
@media (max-width: 992px) {
  .file-item__name {
    font-size: clamp(14px, 0.7rem, 1rem);
  }
}
@media (max-width: 767px) {
  .file-item__name {
    font-size: clamp(14px, 0.65rem, 1rem);
  }
}
.file-item svg {
  flex: none;
  display: block;
}
.file-item:hover .file-item__name {
  color: #003764;
}

.file-item-row {
  padding: 0.8em 0;
  border-bottom: 1px solid #daddde;
  text-decoration: none;
  transition: color 0.2s ease;
}
.file-item-row:last-child {
  border-bottom: 0;
  margin-bottom: 0px;
}
.file-item-row__name {
  margin: 0;
  color: rgba(18, 18, 18, 0.6);
  font-weight: 500;
  line-height: 1.2em;
  font-size: 1rem;
}
@media (max-width: 1280px) {
  .file-item-row__name {
    font-size: clamp(14px, 0.8rem, 1rem);
  }
}
@media (max-width: 992px) {
  .file-item-row__name {
    font-size: clamp(14px, 0.7rem, 1rem);
  }
}
@media (max-width: 767px) {
  .file-item-row__name {
    font-size: clamp(14px, 0.65rem, 1rem);
  }
}
.file-item-row svg {
  flex: none;
  display: block;
}
.file-item-row:hover .file-item__name {
  color: #003764;
}

.contact-us {
  padding: 5% 0;
}
@media (max-width: 767px) {
  .contact-us {
    padding: 2rem 0px;
  }
}

.contact-col {
  padding: 0 24px;
  border-right: 1px solid #daddde;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-col:last-child {
  border-right: 0;
}
@media (max-width: 767px) {
  .contact-col {
    margin-bottom: 32px;
    padding: 0;
    border-right: 0;
  }
  .contact-col:last-child {
    margin-bottom: 0;
  }
}

.contact-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1.2rem;
}
.contact-label svg {
  flex: none;
  display: block;
}
html[dir=ltr] .contact-label svg {
  margin-right: 8px;
}
html[dir=rtl] .contact-label svg {
  margin-left: 8px;
}
.contact-label p {
  margin: 0;
  color: #003764;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 1.125rem;
}
@media (max-width: 1280px) {
  .contact-label p {
    font-size: clamp(14px, 0.9rem, 1.125rem);
  }
}
@media (max-width: 992px) {
  .contact-label p {
    font-size: clamp(14px, 0.7875rem, 1.125rem);
  }
}
@media (max-width: 767px) {
  .contact-label p {
    font-size: clamp(14px, 0.73125rem, 1.125rem);
  }
}

.left-border-content p:last-child {
  margin-bottom: 0;
}

.contact-val {
  font-weight: 700;
  line-height: 1.2em;
  font-size: 1.125rem;
}
@media (max-width: 1280px) {
  .contact-val {
    font-size: clamp(14px, 0.9rem, 1.125rem);
  }
}
@media (max-width: 992px) {
  .contact-val {
    font-size: clamp(14px, 0.7875rem, 1.125rem);
  }
}
@media (max-width: 767px) {
  .contact-val {
    font-size: clamp(14px, 0.73125rem, 1.125rem);
  }
}
.contact-val a {
  color: rgba(18, 18, 18, 0.6);
  text-decoration: none;
  transition: color 0.2s ease;
}
.contact-val a:hover {
  color: #003764;
}

form {
  display: flex;
  flex-direction: column;
}

.form-container {
  width: 100%;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
html[dir=ltr] .form-container {
  margin-left: auto;
}
html[dir=rtl] .form-container {
  margin-right: auto;
}
.form-container p {
  color: #121212;
}

.contact-emails {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-emails li {
  display: grid;
  grid-template-columns: 5em 1fr;
  align-items: baseline;
  column-gap: 20px;
  margin-bottom: 12px;
}
.contact-emails li:last-child {
  margin-bottom: 0;
}
.contact-emails span {
  color: rgba(18, 18, 18, 0.6);
  font-weight: 500;
  line-height: 1.2em;
  font-size: 1.125rem;
}
@media (max-width: 1280px) {
  .contact-emails span {
    font-size: clamp(14px, 0.9rem, 1.125rem);
  }
}
@media (max-width: 992px) {
  .contact-emails span {
    font-size: clamp(14px, 0.7875rem, 1.125rem);
  }
}
@media (max-width: 767px) {
  .contact-emails span {
    font-size: clamp(14px, 0.73125rem, 1.125rem);
  }
}

.form-field {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  padding: 10px 12px;
  gap: 12px;
  background: #F6F6F7;
  border: 1px solid #daddde;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .form-field {
    margin-bottom: 1rem;
  }
}
.form-field input, .form-field textarea {
  border: none;
  background: transparent;
  width: 100%;
  height: 100%;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
  color: rgba(18, 18, 18, 0.6);
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .form-field input, .form-field textarea {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .form-field input, .form-field textarea {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .form-field input, .form-field textarea {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}
.form-field textarea {
  resize: none;
  height: 320px;
}
@media (max-width: 767px) {
  .form-field textarea {
    height: 200px;
  }
}

.frm-grp {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .frm-grp {
    align-items: flex-start;
    margin-bottom: 0px;
    flex-direction: column;
  }
}
.frm-grp .form-field {
  flex: 1;
}
html[dir=ltr] .frm-grp .form-field {
  margin-left: 8px;
}
html[dir=rtl] .frm-grp .form-field {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .frm-grp .form-field {
    width: 100%;
  }
  html[dir=ltr] .frm-grp .form-field {
    margin-left: 0px;
  }
  html[dir=rtl] .frm-grp .form-field {
    margin-right: 0px;
  }
}
html[dir=ltr] .frm-grp .form-field:first-child {
  margin-left: 0;
}
html[dir=rtl] .frm-grp .form-field:first-child {
  margin-right: 0;
}

.country-code {
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1.2em;
  color: rgba(18, 18, 18, 0.6) !important;
  padding-right: 12px;
  border-right: 1px solid #A2A9AD;
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .country-code {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .country-code {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .country-code {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}
html[dir=ltr] .country-code svg {
  margin-right: 10px;
}
html[dir=rtl] .country-code svg {
  margin-left: 10px;
}

.white-text * {
  color: #fff;
}
.white-text .left-border-content {
  border-color: #fff;
}

.form-control {
  box-sizing: border-box;
  width: 100%;
  padding: 12px;
  background: #f6f6f7;
  border: 1px solid #daddde;
  border-radius: 8px;
  color: rgba(18, 18, 18, 0.6);
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2em;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .form-control {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .form-control {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .form-control {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}
.form-control::placeholder {
  color: rgba(18, 18, 18, 0.6);
  opacity: 1;
}
.form-control:hover {
  border-color: #c7cbce;
}
.form-control:focus, .form-control:focus-visible {
  outline: none;
  border-color: #003764;
  background: #fff;
}
.form-control:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.form-control {
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

textarea.form-control {
  height: 340px;
  display: block;
  resize: vertical;
}

select.form-control {
  appearance: none;
  cursor: pointer;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.form-field .form-label {
  color: #003764;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .form-field .form-label {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .form-field .form-label {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .form-field .form-label {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75em;
}
.form-grid .form-field--full,
.form-grid > textarea.form-control {
  grid-column: 1/-1;
}
@media (max-width: 767px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

.form-tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 0;
  border-bottom: 0.5px solid #daddde;
  margin-bottom: 20px;
}

.tab-panel {
  display: none;
}

.tab-panel.is-active {
  display: block;
}

.form-tab {
  appearance: none;
  border: none;
  background: transparent;
  padding: 4px 12px;
  cursor: pointer;
  color: rgba(18, 18, 18, 0.6);
  font-weight: 500;
  line-height: 16px;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
  font-size: 14px;
}
@media (max-width: 1280px) {
  .form-tab {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .form-tab {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .form-tab {
    font-size: 14px;
  }
}

.form-tab.is-active {
  color: #003764;
  border-color: #003764;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 50%;
  cursor: pointer;
  color: rgba(18, 18, 18, 0.6);
  font-weight: 400;
  line-height: 16px;
  font-size: 14px;
}
@media (max-width: 1280px) {
  .checkbox {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .checkbox {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .checkbox {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .checkbox {
    margin-bottom: 1rem;
    width: 100%;
  }
}
.checkbox .check-box-container {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.checkbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
.checkbox .checkbox-box {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 20px;
  height: 20px;
  background: #F6F6F7;
  border: 0.5px solid #DADDDE;
  border-radius: 4px;
  transition: transform 0.15s ease, background-color 0.2s ease, border-color 0.2s ease;
  pointer-events: none;
}
.checkbox .checkbox-box.is-pressed {
  transform: scale(0.92);
}
.checkbox input[type=checkbox]:checked + .checkbox-box {
  background: #335F83;
  border-color: #003764;
}

.select2-selection__arrow {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 9.59995L12 16.8L4 9.59995V7.19995H20V9.59995Z' fill='%23003764'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.select2-selection__rendered {
  color: #003764 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}

.select2-container--default .select2-selection--single {
  border: none !important;
}

.sort-by {
  white-space: nowrap;
}

.select2-container {
  width: 120px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-bottom: 0.5em;
  padding-right: 0px !important;
}

/* app.css | http://127.0.0.1:5500/build/css/app.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  width: 90px !important;
  border-bottom: 2px solid #003764 !important;
  max-width: calc(100% - 25px);
}

.form-white-field .form-field {
  background-color: #fff;
}

.form-field.file-upload {
  cursor: pointer;
}
.form-field.file-upload .file-upload-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  cursor: pointer;
}
.form-field.file-upload .file-upload-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.form-field.file-upload .file-upload-text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1.2em;
  color: rgba(18, 18, 18, 0.6);
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .form-field.file-upload .file-upload-text {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .form-field.file-upload .file-upload-text {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .form-field.file-upload .file-upload-text {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}
.form-field.file-upload .file-upload-icon {
  flex-shrink: 0;
}
.form-field.file-upload.has-file .file-upload-text {
  color: #003764;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #daddde;
}
table thead th {
  background: #003764;
  color: #fff;
  padding: 0.5rem 1rem;
  text-align: left;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  table thead th {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  table thead th {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  table thead th {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}
table tbody tr:nth-child(2n) {
  background: #f6f6f7;
}
table tbody td {
  padding: 0.5rem 1rem;
  line-height: 1.2em;
  border-bottom: 1px solid #daddde;
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  table tbody td {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  table tbody td {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  table tbody td {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}
table tbody tr:last-child td {
  border-bottom: 0;
}
table tbody td:first-child {
  font-weight: 500;
  color: rgba(18, 18, 18, 0.6);
  border-inline-end: 1px solid #daddde;
}
table tbody td:last-child {
  font-weight: 400;
  color: #121212;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #daddde;
}
table thead th {
  background: #003764;
  color: #fff;
  padding: 1em;
  text-align: left;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 0.875rem;
  border-right: 1px solid #fff;
}
@media (max-width: 1280px) {
  table thead th {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  table thead th {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  table thead th {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}
table thead th:last-child {
  border-right: none;
}
table tbody tr:nth-child(2n) {
  background: #f6f6f7;
}
table tbody .link {
  width: 100%;
  color: #003764;
  justify-content: space-between;
}
table tbody td {
  padding: 1em;
  line-height: 1.2em;
  border-bottom: 1px solid #daddde;
  font-size: 0.875rem;
  border-right: 1px solid #daddde;
}
@media (max-width: 1280px) {
  table tbody td {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  table tbody td {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  table tbody td {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}
table tbody td:last-child {
  border-right: none;
}
table tbody tr:last-child td {
  border-bottom: 0;
}
table tbody td:first-child {
  font-weight: 500;
  color: rgba(18, 18, 18, 0.6);
  border-inline-end: 1px solid #daddde;
}
table tbody td:last-child {
  font-weight: 400;
  color: #121212;
}

html[dir=ltr] .factsheet-table {
  margin-left: auto;
}
html[dir=rtl] .factsheet-table {
  margin-right: auto;
}

.date {
  color: #003764;
}

.all-colored-text td {
  color: #003764 !important;
}

.performance-tabs {
  padding-block: 4em;
}
.performance-tabs__title {
  color: #003764;
  line-height: 1.2em;
  font-size: 1.5rem;
}
@media (max-width: 1280px) {
  .performance-tabs__title {
    font-size: clamp(14px, 1.2rem, 1.5rem);
  }
}
@media (max-width: 992px) {
  .performance-tabs__title {
    font-size: clamp(14px, 1.05rem, 1.5rem);
  }
}
@media (max-width: 767px) {
  .performance-tabs__title {
    font-size: clamp(14px, 0.975rem, 1.5rem);
  }
}
.performance-tabs__years {
  display: inline-flex;
  flex-wrap: wrap;
  border: 0.5px solid #daddde;
  border-radius: 8px;
  overflow: hidden;
}
.performance-tabs__years .nav-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.5rem 1em;
  background: #f6f6f7;
  border: 0;
  border-radius: 0;
  border-inline-end: 0.5px solid #daddde;
  font-weight: 400;
  line-height: 1em;
  color: rgba(18, 18, 18, 0.6);
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .performance-tabs__years .nav-link {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .performance-tabs__years .nav-link {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .performance-tabs__years .nav-link {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}
.performance-tabs__years .nav-link.active {
  background: #003764;
  color: #fff;
}
.performance-tabs__years .nav-item:last-child .nav-link {
  border-inline-end: 0;
}
.performance-tabs__panel {
  background: #f6f6f7;
  border-radius: 16px;
}
.performance-tabs__col-title {
  color: #003764;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 1.125rem;
}
@media (max-width: 1280px) {
  .performance-tabs__col-title {
    font-size: clamp(14px, 0.9rem, 1.125rem);
  }
}
@media (max-width: 992px) {
  .performance-tabs__col-title {
    font-size: clamp(14px, 0.7875rem, 1.125rem);
  }
}
@media (max-width: 767px) {
  .performance-tabs__col-title {
    font-size: clamp(14px, 0.73125rem, 1.125rem);
  }
}
.performance-tabs__list dt {
  color: rgba(18, 18, 18, 0.6);
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 0.25em;
  font-size: 1rem;
}
@media (max-width: 1280px) {
  .performance-tabs__list dt {
    font-size: clamp(14px, 0.8rem, 1rem);
  }
}
@media (max-width: 992px) {
  .performance-tabs__list dt {
    font-size: clamp(14px, 0.7rem, 1rem);
  }
}
@media (max-width: 767px) {
  .performance-tabs__list dt {
    font-size: clamp(14px, 0.65rem, 1rem);
  }
}
.performance-tabs__list dd {
  color: rgba(18, 18, 18, 0.6);
  font-weight: 500;
  line-height: 1.2em;
  font-size: 1rem;
}
@media (max-width: 1280px) {
  .performance-tabs__list dd {
    font-size: clamp(14px, 0.8rem, 1rem);
  }
}
@media (max-width: 992px) {
  .performance-tabs__list dd {
    font-size: clamp(14px, 0.7rem, 1rem);
  }
}
@media (max-width: 767px) {
  .performance-tabs__list dd {
    font-size: clamp(14px, 0.65rem, 1rem);
  }
}
.performance-tabs__note {
  line-height: 1.2em;
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .performance-tabs__note {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .performance-tabs__note {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .performance-tabs__note {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}

.form-check-inline {
  display: flex;
  align-items: center;
  border-right: 0.5px solid #daddde;
}
.form-check-inline input {
  margin-right: 5px;
}

.form-check.form-check-inline .form-check.form-check-inline {
  border-right: 1px solid red;
  padding-right: 1rem;
}
.form-check.form-check-inline .form-check.form-check-inline:last-child {
  border: none;
}

.share-info {
  padding-block: 3em;
}
.share-info__timestamp {
  color: #003764;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 1.5em;
  font-size: 1.125rem;
}
@media (max-width: 1280px) {
  .share-info__timestamp {
    font-size: clamp(14px, 0.9rem, 1.125rem);
  }
}
@media (max-width: 992px) {
  .share-info__timestamp {
    font-size: clamp(14px, 0.7875rem, 1.125rem);
  }
}
@media (max-width: 767px) {
  .share-info__timestamp {
    font-size: clamp(14px, 0.73125rem, 1.125rem);
  }
}
.share-info__quote {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #daddde;
  border-radius: 8px;
  overflow: hidden;
}
.share-info__quote th,
.share-info__quote td {
  padding: 1em 1.25em;
  text-align: start;
  line-height: 1.2em;
  border-inline-end: 1px solid #daddde;
  font-size: 1rem;
}
@media (max-width: 1280px) {
  .share-info__quote th,
  .share-info__quote td {
    font-size: clamp(14px, 0.8rem, 1rem);
  }
}
@media (max-width: 992px) {
  .share-info__quote th,
  .share-info__quote td {
    font-size: clamp(14px, 0.7rem, 1rem);
  }
}
@media (max-width: 767px) {
  .share-info__quote th,
  .share-info__quote td {
    font-size: clamp(14px, 0.65rem, 1rem);
  }
}
.share-info__quote th:last-child,
.share-info__quote td:last-child {
  border-inline-end: 0;
}
.share-info__quote thead th {
  background: #f6f6f7;
  color: rgba(18, 18, 18, 0.6);
  font-weight: 400;
}
.share-info__quote tbody td {
  color: #003764;
  font-weight: 700;
  border-top: 1px solid #daddde;
}
.share-info__change {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  color: inherit;
}
.share-info__change--down svg path {
  fill: #ab0033;
}
.share-info__change--up svg path {
  fill: #007167;
}
.share-info__tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-block: 1.5em;
  background: #f6f6f7;
  border-radius: 8px;
}
.share-info__tabs .nav-item {
  flex: 1 1 0;
}
.share-info__tabs .nav-link {
  width: 100%;
  padding: 1em 1.25em;
  border-radius: 8px;
  background: transparent;
  color: rgba(18, 18, 18, 0.6);
  font-weight: 400;
  line-height: 1.2em;
  white-space: nowrap;
  font-size: 1rem;
}
@media (max-width: 1280px) {
  .share-info__tabs .nav-link {
    font-size: clamp(14px, 0.8rem, 1rem);
  }
}
@media (max-width: 992px) {
  .share-info__tabs .nav-link {
    font-size: clamp(14px, 0.7rem, 1rem);
  }
}
@media (max-width: 767px) {
  .share-info__tabs .nav-link {
    font-size: clamp(14px, 0.65rem, 1rem);
  }
}
.share-info__tabs .nav-link.active {
  background: #003764;
  color: #fff;
  font-weight: 500;
}
.share-info__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  padding: 1em 1.25em;
  margin-bottom: 1.5em;
  background: #f6f6f7;
  border: 1px solid #daddde;
  border-radius: 8px;
}
.share-info__summary {
  margin: 0;
  color: rgba(18, 18, 18, 0.6);
  line-height: 1.2em;
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .share-info__summary {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .share-info__summary {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .share-info__summary {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}
.share-info__summary strong {
  color: #003764;
}
.share-info__summary .share-info__sep {
  color: #c7cbce;
  margin-inline: 0.5em;
}
.share-info__ranges {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.share-info__ranges .form-check {
  margin: 0;
  min-height: auto;
}
.share-info__ranges .form-check-label {
  color: rgba(18, 18, 18, 0.6);
  line-height: 1.2em;
  font-size: 0.875rem;
}
@media (max-width: 1280px) {
  .share-info__ranges .form-check-label {
    font-size: clamp(14px, 0.7rem, 0.875rem);
  }
}
@media (max-width: 992px) {
  .share-info__ranges .form-check-label {
    font-size: clamp(14px, 0.6125rem, 0.875rem);
  }
}
@media (max-width: 767px) {
  .share-info__ranges .form-check-label {
    font-size: clamp(14px, 0.56875rem, 0.875rem);
  }
}
.share-info__ranges .form-check-input:checked {
  background-color: #003764;
  border-color: #003764;
}
.share-info__card {
  border: 1px solid #daddde;
  border-radius: 8px;
  padding: 1.5em;
  margin-bottom: 1.5em;
}
.share-info__chart {
  position: relative;
  height: 26em;
}
.share-info__volume-label {
  color: #003764;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 1em;
  font-size: 1rem;
}
@media (max-width: 1280px) {
  .share-info__volume-label {
    font-size: clamp(14px, 0.8rem, 1rem);
  }
}
@media (max-width: 992px) {
  .share-info__volume-label {
    font-size: clamp(14px, 0.7rem, 1rem);
  }
}
@media (max-width: 767px) {
  .share-info__volume-label {
    font-size: clamp(14px, 0.65rem, 1rem);
  }
}
.share-info__volume {
  position: relative;
  height: 7em;
}
.share-info__placeholder {
  padding: 2.5em 1.25em;
  color: rgba(18, 18, 18, 0.6);
  border: 1px solid #daddde;
  border-radius: 8px;
  font-size: 1rem;
}
@media (max-width: 1280px) {
  .share-info__placeholder {
    font-size: clamp(14px, 0.8rem, 1rem);
  }
}
@media (max-width: 992px) {
  .share-info__placeholder {
    font-size: clamp(14px, 0.7rem, 1rem);
  }
}
@media (max-width: 767px) {
  .share-info__placeholder {
    font-size: clamp(14px, 0.65rem, 1rem);
  }
}
/*# sourceMappingURL=app.css.map */
