html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

button,
button:focus,
button:hover {
  outline: none;
}

body {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 0.833vw;
  line-height: normal;
  color: #102c3d;
}

@media only screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }
}

h1 h2 h3 h4 h5 h6 {
  line-height: 1;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

a {
  color: #102c3d;
}

.carousel-control-prev,
.carousel-control-next {
  width: max(9vw, 150px);
}

@media only screen and (max-width: 767px) {
  .carousel-control-prev,
  .carousel-control-next {
    width: 50px;
    height: 50px;
  }
}

.mfp-iframe-holder .mfp-content {
  max-width: 80% !important;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 67.5vw;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 67.5vw;
  }
}

@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 80vw;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 90vw;
  }
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a.text-link {
  text-decoration: underline;
}

a.text-link:hover {
  text-decoration: none;
  color: inherit;
}

.offcanvas.offcanvas-end.offcanvas-full {
  width: 100%;
  height: 100%;
}

.animate {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-duration: 1.2s;
  transition: opacity 0.3s ease-out;
}

.animate.animate-in {
  animation-delay: 0.1s;
}

.animate.animate-in.show-line-1 {
  animation: show-line-1 3s 0.1s forwards;
}

.animate.animate-in.show-line-2 {
  animation: show-line-2 3s 0.1s forwards;
}

.animate.animate-in.show-line-3 {
  animation: show-line-3 3s 0.1s forwards;
}

.animate.animate-in.show-line-4 {
  animation: show-line-4 3s 0.1s forwards;
}

.animate.animate-in.show-line-5 {
  animation: show-line-5 3s 0.1s forwards;
}

.animate.animate-in.show-line-6 {
  animation: show-line-6 3s 0.1s forwards;
}

.animate.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animate.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate.zoomIn {
  animation-name: fadeInDown;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: scale(0.5);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.animate.show-line-1 {
  animation-name: show-line-1;
}

@keyframes show-line-1 {
  from {
    width: 0;
    opacity: 0;
  }

  to {
    width: 26%;
    opacity: 1;
  }
}

.animate.show-line-2 {
  animation-name: show-line-2;
}

@keyframes show-line-2 {
  from {
    width: 0;
    opacity: 0;
  }

  to {
    width: 27%;
    opacity: 1;
  }
}

.animate.show-line-3 {
  animation-name: show-line-3;
}

@keyframes show-line-3 {
  from {
    width: 0;
    opacity: 0;
  }

  to {
    width: 24%;
    opacity: 1;
  }
}

.animate.show-line-4 {
  animation-name: show-line-4;
}

@keyframes show-line-4 {
  from {
    width: 0;
    opacity: 0;
  }

  to {
    width: 54%;
    opacity: 1;
  }
}

.animate.show-line-5 {
  animation-name: show-line-5;
}

@keyframes show-line-5 {
  from {
    width: 0;
    opacity: 0;
  }

  to {
    width: 52%;
    opacity: 1;
  }
}

.animate.show-line-6 {
  animation-name: show-line-6;
}

@keyframes show-line-6 {
  from {
    width: 0;
    opacity: 0;
  }

  to {
    width: 70%;
    opacity: 1;
  }
}

.paralax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 991px) {
  .col-none-mobile {
    display: none;
  }
}

.accordion-faq {
  color: #102c3d;
  height: auto !important;
  padding: 5.208vw 0px;
  background: linear-gradient(180deg, #fff 42.5%, #d8e6e6 100%);
}

.accordion-faq .accordion-header {
  border-top: 0.052vw solid #102c3d;
}

.accordion-faq .accordion-header.active {
  border-bottom: 0.052vw solid #102c3d;
}

.accordion-faq .accordion-header.active .accordion-button::after {
  transform: rotate(-136deg);
  position: relative;
}

.accordion-faq .accordion {
  background: rgba(0, 0, 0, 0);
  --bs-accordion-bg: transparent;
}

.accordion-faq .accordion-item {
  border-radius: 0px;
  border-left: 0;
  border-right: 0;
  border-color: #102c3d;
  border: 0px;
}

.accordion-faq .accordion-item:last-child .accordion-header {
  border-bottom: 0.052vw solid #102c3d;
}

.accordion-faq .accordion-button {
  padding-top: 2.188vw;
  padding-bottom: 2.188vw;
  font-size: 2.083vw;
  padding-right: 0.26vw;
  font-family: "DM Serif Display", serif;
  padding-left: 0;
  background: rgba(0, 0, 0, 0);
  color: #102c3d;
}

@media only screen and (max-width: 991px) {
  .accordion-faq .accordion-button {
    font-size: 40px;
    padding-right: 5px;
  }
}

.accordion-faq .accordion-button::after {
  transition: all 0.3s ease 0s;
  background-image: url("/annualreport2025/images/main/updated-plus.svg");
  transform: none;
  width: 2.665vw;
  height: 2.665vw;
  background-size: contain;
}

.accordion-faq .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion-faq .accordion-body .btn {
  color: #102c3d;
  font-size: 1.042vw;
  border-radius: 2.109vw;
  margin-bottom: 1.563vw;
  border: 0.052vw solid #102c3d;
}

@media only screen and (max-width: 991px) {
  .accordion-faq .accordion-body .btn {
    font-size: 20px;
    border-radius: 40px;
    margin-bottom: 30px;
    border: 1px solid #1b4056;
  }
}

.accordion-faq .accordion-body .btn:hover {
  background-color: #102c3d;
  color: #fff;
}

.accordion-faq .accordion-body-title .title {
  font-size: 1.771vw;
  margin-bottom: 1.563vw;
  color: #102c3d;
  font-family: "DM Serif Display", serif;
}

@media only screen and (max-width: 991px) {
  .accordion-faq .accordion-body-title .title {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

.accordion-faq .accordion-body-text {
  margin-top: 0.417vw;
}

.accordion-faq .accordion-body-text .paragraph {
  color: #102c3d;
}

.accordion-faq .accordion-body-subtitle {
  border-bottom: 0.052vw solid #102c3d;
  margin-bottom: 1.5vw;
  padding-bottom: 0.781vw;
}

.accordion-faq .accordion-body-subtitle .subtitle {
  color: #102c3d;
  font-weight: 500;
}

.accordion-faq .accordion-body-subtitle .subtitle strong {
  font-weight: 500;
}
header .btn-menu svg foreignObject div {
  display: none;
}

@media only screen and (max-width: 991px) {
  .accordion-faq {
    padding: 30px 0px;
  }

  .accordion-faq .accordion-button {
    font-size: 18px;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .accordion-faq .accordion-button::after {
    width: 20px;
    height: 20px;
  }

  .accordion-faq .accordion-header.active .accordion-button::after {
    width: 20px;
    height: 20px;
  }

  .accordion-faq .accordion-body {
    padding: 30px 0px;
  }

  .accordion-faq .accordion-body .title {
    font-size: 22px;
  }

  .accordion-faq .accordion-body .btn {
    font-size: 16px;
    padding: 8px 24px;
  }

  .accordion-faq .accordion-body-subtitle .subtitle {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .accordion-faq .accordion-body {
    padding: 4vw 0px;
  }

  .accordion-faq .accordion-body .btn {
    font-size: 1.142vw;
    width: 12vw;
    height: 3vw;
  }

  .accordion-faq .accordion-body-text .paragraph {
    font-size: 1.042vw;
  }

  .accordion-faq .accordion-body-text .paragraph.small {
    font-size: clamp(11px, 0.625vw, 14px);
  }

  .accordion-faq .accordion-body-title .title {
    font-size: 2.583vw;
    line-height: 3.092vw;
    margin-bottom: 2.5vw;
  }

  .accordion-faq .accordion-body-subtitle .subtitle {
    font-size: 1.3vw;
  }

  .accordion-faq .accordion-item-1 .accordion-body-text,
  .accordion-faq .accordion-item-2 .accordion-body-text,
  .accordion-faq .accordion-item-3 .accordion-body-text {
    width: 27.4vw;
    margin-left: auto;
    margin-bottom: 5.208vw;
  }

  .accordion-faq .accordion-item-1 .accordion-body-text.digital-marketing,
  .accordion-faq .accordion-item-2 .accordion-body-text.digital-marketing,
  .accordion-faq .accordion-item-3 .accordion-body-text.digital-marketing {
    width: 30.208vw;
  }

  .accordion-faq .accordion-item-1 .accordion-body-text.europe-summit,
  .accordion-faq .accordion-item-2 .accordion-body-text.europe-summit,
  .accordion-faq .accordion-item-3 .accordion-body-text.europe-summit {
    width: 32.292vw;
  }
}

.banner-section {
  height: 35vw;
  font-family: "DM Serif Display", serif;
  color: #fff;
  font-size: 2.604vw;
}

.banner-section .banner-section-title {
  display: flex;
  align-items: center;
}

.banner-section .banner-section-title .title {
  font-size: 6.25vw;
  color: #d8e6e6;
}

@media only screen and (max-width: 991px) {
  .banner-section {
    height: 215px;
    font-size: 26px;
  }

  .banner-section .banner-section-title .title {
    font-size: 36px;
    opacity: 1;
  }
}

.btn-button {
  border-radius: 2.109vw;
  font-family: "DM Serif Display", serif;
  font-size: 1.142vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.525vw 1.25vw;
  transition: all 0.8s;
}

.btn-button svg,
.btn-button i {
  margin-right: 0.26vw;
}

.btn-transparent {
  border: 0.052vw solid #316c81;
  color: #bdd2d3;
}

.btn-transparent:hover {
  color: #316c81;
  border: 0.052vw solid #316c81;
  background: #d8e6e6;
}

.video-section {
  font-family: "DM Serif Display", serif;
  color: #fff;
  position: relative;
}

.video-section .item .description-outside {
  display: none;
}

.video-section .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0.781vw 0.781vw;
}

.video-section .overlay .title {
  font-size: 1.354vw;
  margin-bottom: 0.469vw;
  margin-top: 0;
  color: #102c3d;
}

.video-section .overlay .description {
  font-size: 1.042vw;
  line-height: 1.25vw;
  margin-bottom: 3.125vw;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
}

.carousel-overlay-text p.subtitle {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 24px;
  color: #102c3d;
}

@media only screen and (max-width: 991px) {
  .video-section .overlay .description {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 74px;
  }
}

.video-section .overlay .play {
  font-size: 1.25vw;
  display: flex;
  align-items: center;
}

.video-section .overlay .play img {
  margin-right: 0.781vw;
}

@media only screen and (min-width: 992px) {
  .video-section .overlay {
    padding: 3.4vw 3.6vw;
  }

  .video-section .overlay .title {
    font-size: 2.104vw;
    line-height: 2.654vw;
    margin-bottom: 2.448vw;
    margin-top: 0;
  }

  .video-section .overlay .description {
    width: 38.375vw;
  }

  .video-section .overlay .play {
    font-size: 1.667vw;
  }

  .video-section .overlay .play img {
    height: 4.583vw;
    width: 4.583vw;
    margin-right: 2.969vw;
  }
}

@media only screen and (max-width: 991px) {
  .video-section .overlay .overlay-text {
    padding: 0 0 20px 20px;
  }

  .video-section .overlay .title {
    font-size: 20px;
  }

  .video-section .overlay .description {
    font-size: 20px;
  }

  .video-section .overlay .play {
    font-size: 12px;
  }

  .video-section .overlay .play img {
    height: 26px;
    width: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .video-section .overlay .overlay-text {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .video-section .overlay .overlay-text .logo-winners {
    width: -moz-fit-content;
    width: fit-content;
  }

  .video-section .description {
    display: none;
  }
}

.carousel-video .carousel-inner {
  aspect-ratio: auto;
}

@media only screen and (max-width: 767px) {
  .carousel-video .carousel-inner {
    aspect-ratio: auto;
  }
}

.carousel-video .carousel-inner .carousel-item {
  height: 100%;
}

.carousel-video .carousel-inner .carousel-item .item {
  height: 100%;
}

.carousel-video .carousel-inner .carousel-item .item a {
  height: 100%;
}

.promotionSection .carousel-video .carousel-inner .carousel-item .item a {
  height: auto;
}

.carousel-video .carousel-inner .carousel-item .item a .video-section {
  background-size: cover;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .carousel-video .carousel-inner .carousel-item .item a .video-section {
    height: max(32vw, 278px);
  }
}

.carousel-video .carousel-inner .carousel-item .item a .video-section img {
  height: auto;
}

@media only screen and (max-width: 767px) {
  .carousel-video .carousel-inner .carousel-item .item .description-outside {
    display: block;
    font-size: 16px;
    font-family: "Source Sans 3", sans-serif;
    text-align: center;
    margin-top: 30px;
  }
}

.carousel-video .carousel-video-indicators {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .carousel-video .carousel-video-indicators {
    justify-content: space-around;
  }
}

.carousel-video .carousel-video-indicators .carousel-item {
  display: block !important;
}

.carousel-video .carousel-video-indicators .carousel-control-prev,
.carousel-video .carousel-video-indicators .carousel-control-next {
  position: relative;
  opacity: 1;
}

.carousel-video .carousel-video-indicators .carousel-control-prev:hover svg,
.carousel-video .carousel-video-indicators .carousel-control-next:hover svg {
  fill: #d8e6e600;
}
.carousel-video .carousel-video-indicators .carousel-indicators {
  position: relative;
  margin: 0px;
}

.carousel-video .carousel-video-indicators .carousel-indicators button {
  height: 0.521vw;
  width: 0.521vw;
  border-radius: 50%;
  border: 0.052vw solid #c6b08b;
  background: rgba(0, 0, 0, 0);
}

.carousel-video .carousel-video-indicators .carousel-indicators button.active {
  background-color: #c6b08b;
}

.carousel-video .titulo-section-video {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  color: #102c3d;
  text-align: center;
  font-family: "DM Serif Display", serif;
}
/*
@media only screen and (max-width: 991px) {
.carousel-video .titulo-section-video {
    font-size: 2.123vw;
    line-height: 3.083vw;
    margin: 0px auto 2.708vw auto;
}
}
*/

@media only screen and (min-width: 992px) {
  .carousel-video .titulo-section-video {
    font-size: 2.123vw;
    line-height: 3.083vw;
    margin: 0px auto 2.708vw auto;
  }

  .carousel-video .carousel-video-indicators {
    margin-top: 2.604vw;
  }
}

.title-section .title {
  color: #fff;
  font-family: "DM Serif Display", serif;
}

.title-section .title-white {
  color: #102c3d;
}

.title-section .title-blue {
  color: #102c3d;
}

@media only screen and (min-width: 992px) {
  .title-section .title {
    font-size: 2.604vw;
  }

  .title-section #accordionAdvocacy .title {
    font-size: 2.083vw;
  }
}

header .btn-menu {
  border-radius: 0px;
  height: 3.938vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  border: none;
}

header .btn-menu svg {
  width: 70px;
}

header .btn-close {
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #102c3d;
  opacity: 1;
  margin-left: auto;
  opacity: 1;
}

header .btn-close span {
  margin-right: 0.781vw;
}

header .btn-close:hover {
  color: #102c3d;
}

header .offcanvas {
  background: linear-gradient(
    153deg,
    rgba(255, 255, 255, 0.17) 0%,
    rgba(255, 255, 255, 0.48) 33.94%,
    rgba(255, 255, 255, 0.36) 70%
  );
  backdrop-filter: blur(1.094vw);
  -webkit-backdrop-filter: blur(1.094vw);
  transition: transform 0.2s ease-in-out;
  padding-left: 0rem;
  border-radius: 20px 0 0 20px;
  border: 1px solid #fff;
  background: linear-gradient(
    153deg,
    rgba(255, 255, 255, 0.07) 0%,
    rgba(255, 255, 255, 0.28) 33.94%,
    rgba(255, 255, 255, 0.26) 70%
  );
  backdrop-filter: blur(21px);
}

.offcanvas-body {
  padding: 4.5rem 4.5rem;
}

.close-header {
  position: absolute;
  right: 4.5rem;
  top: 5.5rem;
  z-index: 1;
}

header .offcanvas .offcanvas-header {
  align-items: normal;
}

header .offcanvas .offcanvas-header a {
  width: 7.292vw;
}

header .offcanvas .offcanvas-header a .logo-header {
  max-width: 7.292vw;
}

header .offcanvas .offcanvas-body .header-network {
  margin-top: 1.2rem;
}

header .offcanvas .offcanvas-body .header-network ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

header .offcanvas .offcanvas-body .header-network ul li {
  margin-right: 0.781vw;
}
@media only screen and (max-width: 1399px) {
  header .btn-menu svg {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (max-width: 991px) {
  header .offcanvas .offcanvas-body .header-network ul li {
    margin-right: 15px;
  }
}

header .offcanvas .offcanvas-body .header-network .btn {
  background: rgba(0, 0, 0, 0);
  color: #102c3d;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.052vw solid #102c3d;
  width: 10.417vw;
  height: 2.135vw;
  border-radius: 2.604vw;
}

header .offcanvas .offcanvas-body .header-network .btn:hover {
  border: 0.052vw solid #fff;
  background: rgba(240, 240, 240, 0.68);
  backdrop-filter: blur(1.094vw);
  -webkit-backdrop-filter: blur(1.094vw);
}

@media only screen and (max-width: 991px) {
  header .offcanvas .offcanvas-body .header-network .btn {
    border: 1px solid #102c3d;
    width: 200px;
    height: 41px;
    border-radius: 50px;
  }

  header .offcanvas .offcanvas-body .header-network .btn:hover {
    border: 1px solid #fff;
  }
}

header .offcanvas.offcanvas-end {
  border-left: 0px;
}

header .offcanvas-backdrop.show {
  opacity: 0;
}

header .navigation a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0.621vw 0rem;
  font-weight: 400;
  position: relative;
  font-size: 1.354vw;
  font-family: "DM Serif Display", serif;
  transition: 0.5s;
}

@media only screen and (max-width: 991px) {
  header .navigation a {
    font-size: 30px;
  }
}

header .navigation a:hover {
  color: #fff;
}

header .navigation a .icone {
  display: flex;
  align-items: center;
  justify-content: center;
}

header .navigation a span {
  position: absolute;
  color: #fff;
  font-weight: 400;
  font-size: 0.95em;
  letter-spacing: 0.013vw;
  margin-right: 0.781vw;
  padding: 0.513vw 2.025vw;
  text-align: right;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  opacity: 0;
  display: none;
  transition: all 0.3s ease 0s;
  /* box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0.729vw 0px; */
  text-transform: uppercase;
  font-family: "Source Sans 3";
  border-radius: 35.5px;
  border: 1px solid #fff;
  background: linear-gradient(
    153deg,
    rgba(16, 44, 61, 0.48) 0%,
    rgb(16 44 61 / 37%) 33.94%,
    rgb(16 44 61 / 50%) 100%
  );
  backdrop-filter: blur(21px);
}

.close-header button.btn-close {
  box-shadow: none;
}

@media only screen and (max-width: 991px) {
  header .navigation a span {
    font-size: 0.95em;
    letter-spacing: 0.25px;
    margin-right: 15px;
    padding: 6px 12px;
  }
}

header .navigation a span::after {
  left: 100%;
  top: 50%;
  border-style: solid;
  -o-border-image: initial;
  border-image: initial;
  content: " ";
  height: 0px;
  width: 0px;
  position: absolute;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0)
    rgba(255, 255, 255, 0) #fff;
  border-width: 0.313vw;
  margin-top: -0.313vw;
  display: none;
}

@media only screen and (max-width: 991px) {
  header .navigation a span::after {
    border-width: 6px;
    margin-top: -6px;
  }
}

header .navigation a:hover svg circle {
  stroke: #102c3d;
  fill: #102c3d;
}

header .navigation a:hover span {
  opacity: 1;
  display: block;
  z-index: 9999;
}

header .navigation a .icone svg circle {
  stroke: #fff;
  fill: rgba(216, 230, 230, 0.2);
}

header .navigation a.active svg circle {
  stroke: #fff;
  fill: #fff;
}

header .header-indicator {
  position: fixed;
  z-index: 9;
  top: 0px;
  right: 10px;
  width: 3.646vw;
  display: flex;
  align-items: center;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  header .header-indicator {
    width: 70px;
    border-left: none;
  }
}

header .header-indicator .navigation ul {
  margin-top: 2vw;
  transition: opacity 0.1s ease;
  border-radius: 35.5px;
  border: 1px solid #fff;
  background: linear-gradient(
    153deg,
    rgba(16, 44, 61, 0.48) 0%,
    rgba(16, 44, 61, 0.24) 33.94%,
    rgba(16, 44, 61, 0.08) 100%
  );
  backdrop-filter: blur(21px);
}

header .header-indicator .navigation ul a {
  font-size: 1.042vw;
  margin: 1vw 0;
}

@media only screen and (max-width: 991px) {
  header .header-indicator .navigation ul a {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) {
  header .offcanvas {
    --bs-offcanvas-width: 38.646vw;
  }

  header .offcanvas .header-network {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  header .btn-menu {
    height: 70px;
  }

  header .navigation a {
    font-size: 22px;
    padding: 0.3rem 0rem;
  }

  header .offcanvas-header img {
    display: none;
  }

  header .offcanvas .offcanvas-body .header-network {
    margin-top: 1rem;
  }

  header .offcanvas .offcanvas-body .header-network ul {
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  header .offcanvas .offcanvas-body .header-network .btn {
    width: auto;
  }

  header .header-indicator {
    height: -moz-fit-content;
    height: fit-content;
  }

  header .header-indicator nav ul {
    display: none;
  }
}

.footer {
  background: #102c3d;
  color: #fff;
}

.footer .footer-bg {
  padding: 5.208vw 0px 1.615vw 0px;
  background: linear-gradient(
    359deg,
    #2e6c80 -47.94%,
    rgba(52, 108, 142, 0) 88.26%
  );
}

.footer .footer-network {
  margin-top: 3rem;
}

.footer .footer-network ul {
  display: flex;
  align-items: center;
  gap: max(15px, 1.042vw);
}

.footer .footer-network ul li a:hover svg path {
  fill: #bdd2d3;
}

.footer .footer-link a {
  color: #fff;
  text-align: right;
  font-size: 1.042vw;
  line-height: 2.917vw;
  font-weight: 400;
  text-decoration-line: underline;
}

@media only screen and (max-width: 991px) {
  .footer .footer-link a {
    font-size: 20px;
    line-height: 56px;
  }
}

.footer .copyright p,
.footer .contact p {
  font-size: 0.833vw;
  line-height: 1.458vw;
}

@media only screen and (max-width: 991px) {
  .footer .copyright p,
  .footer .contact p {
    font-size: 16px;
    line-height: 28px;
  }
}

.footer .copyright p a,
.footer .contact p a {
  color: #fff;
}

.footer .contact {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

@media only screen and (min-width: 992px) {
  .footer .footer-link {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}

main {
  transition: transform 1000ms ease-in-out 0s;
}

.banner-home {
  background-color: #000;
  position: relative;
  overflow: hidden;
  height: auto;
}

.banner-home .banner-network {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 2rem;
  border-bottom: 0.052vw solid #fff;
  width: 100%;
}

.banner-home .banner-network ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.781vw;
  margin-bottom: 0.781vw;
}

@media only screen and (max-width: 991px) {
  .banner-home .banner-network ul {
    gap: 15px;
    margin-bottom: 15px;
  }
}

.banner-home .banner-network ul li a:hover svg path {
  fill: #bdd2d3;
}

.banner-home .banner-mask-bg {
  opacity: 0.4;
  background: linear-gradient(
    180deg,
    rgba(16, 44, 61, 0.43) 0%,
    #102c3d 101.43%
  );
  mix-blend-mode: multiply;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.banner-home .container {
  position: relative;
  z-index: 2;
}

.banner-home .banner-text .logo-etc {
  width: 170px;
  margin-top: 75px;
}

.banner-home .banner-text .btn {
  border-radius: 50px;
  font-family: "DM Serif Display", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.8s;
  border: 0.052vw solid #fff;
  background: linear-gradient(
    153deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.13) 33.94%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(21px);
}

.banner-home .banner-text .btn:hover {
  color: #1b4056;
  background: rgba(255, 255, 255, 0.68);
}

.banner-home .banner-text .title {
  margin: 3rem 0 3rem 0;
}

.banner-home .banner-list-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner-home .banner-list-bg .banner-list-bg-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 7s ease 0s;
  /*  transform: scale(1.2);*/
}

.banner-home .banner-list-bg #bg0 {
  background-image: url("/annualreport2025/images/home/banner/new_banner.webp");
}

.banner-home .banner-mouse {
  /* border-top: 0.052vw solid #ddd; */
  position: absolute;
  margin-top: 0;
  display: inline-block;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
}

.banner-home .col-md-9 img {
  width: 100%;
}

.banner-home .banner-mouse a {
  color: #fff;
  text-align: center;
}

.banner-home .banner-mouse a p {
  margin-top: 0.521vw;
  font-size: 0.625vw;
}

.banner-home .col-md-9 {
  padding-left: 50px;
}

.banner-home .banner-text .title {
  flex-grow: 1;
}
.banner-text .title-section {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 5vw;
}

.banner-text {
  height: 85%;
}

.banner-home .banner-text .title {
  text-transform: uppercase;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .banner-home .banner-mouse a p {
    margin-top: 10px;
    font-size: 12px;
  }
}

.banner-home .banner-mouse a svg .wheel {
  animation: scrollAnim 2s infinite;
}

@keyframes scrollAnim {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  10% {
    opacity: 1;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(0.521vw);
  }
}

@keyframes slide {
  0% {
    opacity: 1;
    transform-origin: center center;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform-origin: center bottom;
  }
}

@media only screen and (max-width: 991px) {
  .banner-home {
    height: 620px;
  }
  .banner-home .col-md-3 {
    width: 100%;
  }
  .banner-home .banner-network {
    margin-top: 2rem;
  }

  .banner-home .banner-network ul {
    justify-content: start;
  }

  .banner-home .banner-text .btn {
    font-size: 18px;
    width: 210px;
  }

  .banner-home .banner-text .title {
    font-size: 36px;
  }

  .banner-home .banner-mouse {
    margin-top: 2rem;
    padding: 1rem 0;
  }

  .banner-home .banner-mouse p {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .banner-home .banner-text .btn {
    font-size: 1.042vw;
    width: 14.948vw;
    height: 2.969vw;
  }

  .banner-home .banner-text .title {
    font-size: 5.208vw;
    line-height: 4.929vw;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-home {
    height: auto;
  }

  .banner-home .banner-text .title {
    font-size: 54px;
    line-height: inherit;
    margin: 0.833vw 0 1.667vw 0;
  }

  .banner-home .banner-mouse {
    margin-top: 3rem;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-home {
    height: auto;
  }

  .banner-home .banner-text .title {
    font-size: 3.513vw;
    line-height: 1.1;
    margin: 1.133vw 0 1.667vw 0;
  }

  .banner-home .banner-mouse {
    margin-top: 3rem;
  }
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .banner-home .banner-text .title {
    font-size: 4.485vw;
    line-height: 1.1;
    margin: 2.033vw 0 1.667vw 0;
  }

  .banner-home .banner-mouse {
    margin-top: 3rem;
  }
}

.member {
  padding: 5vw 0;
  background: rgba(234, 230, 226, 1);
}

.member .title-section .title {
  border-bottom: none;
  font-size: 2.646vw;
  padding-bottom: 2rem;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .member .title-section .title {
    border-bottom: 1px solid #102c3d;
    font-size: 22px;
    padding-bottom: 1rem;
  }
}

.member .member-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: calc(162px - 7.03125vw);
}

.member .members-row-two.member-list,
.member .member-list.four-row,
.member .member-list.three-row,
.member .member-list.one-row {
  justify-content: space-between;
  flex-wrap: nowrap;
}

.member-list-mobile {
  display: none;
}

@media only screen and (max-width: 1599px) {
  .member .member-list {
    gap: calc(1.40625vw - 3px);
  }
}

@media only screen and (max-width: 991px) {
  .member .member-list {
    gap: 13px;
  }
}

.member .member-list .item {
  display: block !important;
  margin: 0.781vw 0px 1.042vw 0px;
  width: auto;
}

@media only screen and (max-width: 991px) {
  .member .member-list .item {
    margin: 15px 0px 20px 0px;
    width: 120px;
  }
}

.member .member-list .item img {
  display: block;
  margin: auto;
}

.member .member-list .item.item-mb {
  display: none;
}

.member .member-list-associate {
  justify-content: flex-start;
  gap: 2.188vw;
}

.associate-mobile {
  display: none;
}

.member-list.member-list-associate.assicte-one {
  flex-wrap: nowrap;
  justify-content: space-between;
}

.member-list.member-list-associate.assicte-two {
  justify-content: space-between;
  flex-wrap: nowrap;
}

.member-list.member-list-associate.assicte-two .item {
  margin-bottom: 0;
}

.member-list.member-list-associate {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 991px) {
  .member .member-list-associate {
    gap: 13px;
  }
}

.member .member-list-associate .item-small {
  width: 3.125vw;
  margin-right: 1.51vw;
}

@media only screen and (max-width: 991px) {
  .member .member-list-associate .item-small {
    width: 60px;
    margin-right: 29px;
  }

  .member-list-mobile {
    display: block;
  }

  .main-member-list {
    display: none;
  }

  .associate-mobile {
    display: block;
  }

  .associate-list-desktop {
    display: none;
  }
}

.member .member-list-associate .member-list:last-child .item {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .member .col-md-12.mt-5 {
    margin-top: 1.5rem !important;
  }

  .member .member-list .item {
    margin: 10px 10px;
    width: calc(33.33% - 24px);
  }

  .member-list.member-list-associate {
    justify-content: center;
  }

  .member .member-list .item-dsk {
    display: none;
  }

  .member .member-list .item-mb {
    display: block;
  }

  .member {
    padding: 3rem 0;
  }
}

@media only screen and (max-width: 369px) {
  .member .member-list {
    gap: 6px;
  }
}

.director {
  background: url("/annualreport2025/images/home/directors/bg-2026.webp") center
    center no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.director .paragraph {
  font-size: 1.042vw;
  line-height: 1.406vw;
}

@media only screen and (max-width: 991px) {
  .director .paragraph {
    font-size: 16px;
    line-height: 27px;
  }
}

.director .director-message {
  background: linear-gradient(
    153deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.13) 33.94%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(1.094vw);
  -webkit-backdrop-filter: blur(1.094vw);
}

.director .director-message .title {
  font-size: 2.275vw;
  line-height: 2.813vw;
  display: inline-block;
}

.director .director-message .names-directors p {
  font-size: 0.729vw;
  text-align: left;
}

@media only screen and (max-width: 991px) {
  .director .director-message .names-directors p {
    font-size: 14px;
  }
}

.director .director-message .names-directors p span {
  font-family: "DM Serif Display", serif;
  font-size: 0.833vw;
}

@media only screen and (max-width: 991px) {
  .director .director-message .names-directors p span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .director .director-message .title-section .title {
    font-size: 26px;
    line-height: 34px;
  }

  .director .director-message .paragraph {
    font-size: 1rem;
  }
}

@media (max-width: 1199px) {
  .director .director-message {
    padding: 2rem 1rem 0 1rem;
    position: relative;
  }

  .director .director-left-div,
  .director .director-right-div,
  .director .names-directors {
    display: none;
  }

  .director .director-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    bottom: 0px;
    margin-top: 60px;
  }

  .director .director-mobile .nome-mobile {
    margin-bottom: 20px;
  }

  .director .director-mobile img {
    width: clamp(130px, 40vw, 180px);
  }
}

@media only screen and (min-width: 1200px) {
  .director .director-message p.paragraph {
    max-width: 35vw;
    margin-left: auto;
    margin-right: auto;
  }
  .director .director-message {
    padding: 4.68vw 0.721vw 1.5vw 0.721vw;
    width: 46vw;
    margin: 0 auto;
  }
  .director .director-message .title-section .title {
    line-height: 3.385vw;
  }

  .director .director-left-div,
  .director .director-right-div {
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    bottom: -0.521vw;
    z-index: 1;
  }

  .director .director-left-div img,
  .director .director-right-div img {
    max-height: 35vw;
  }

  .director .director-left-div {
    left: 6vw;
  }

  .director .director-right-div {
    right: 6vw;
  }

  .director .director-mobile {
    display: none;
  }

  .director .names-directors {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.396vw;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .director .names-directors .name-left {
    text-align: left !important;
  }

  .director .names-directors .name-right {
    text-align: right !important;
  }

  .director .paragraph {
    margin-bottom: 2rem;
  }

  .director .title-section {
    margin-bottom: 2.5vw;
  }
}

.director-board {
  padding: 3rem 0;
  height: auto;
  overflow-y: hidden;
  background: #eae6e2;
}

.director-board .director-boar-text .btn-button {
  font-size: 1.142vw;
}

.director-board .director-boar-text .btn-button:hover {
  background: #eae6e2;
  color: #102c3d;
  border: 0.052vw solid #102c3d;
}

.director-boar-text button {
  color: #102c3d;
}

.director-board .swiper-indicator,
.imeline-row-slider .swiper-indicator,
.action-timeline .timeline-navigation {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: auto;
  margin-top: 1.563vw;
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.director-board .swiper-indicator .icon svg,
.imeline-row-slider .swiper-indicator .icon svg,
.action-timeline .timeline-navigation .icon svg {
  animation: swing 3s infinite;
  transform-origin: center;
}

.director-board .swiper-indicator .icon p,
.imeline-row-slider .swiper-indicator .icon p,
.action-timeline .timeline-navigation .icon p {
  color: #fff;
  text-align: center;
  font-size: 0.521vw;
  margin-top: 0.26vw;
  font-weight: 500;
}

.director-board .swiper-indicator .icon p {
  color: #102c3d;
}

@media only screen and (max-width: 991px) {
  .director-board .swiper-indicator .icon p,
  .imeline-row-slider .swiper-indicator .icon p,
  .action-timeline .timeline-navigation .icon p {
    font-size: 10px;
    margin-top: 5px;
  }
}

.director-board .swiper-indicator .swiper-button-prev,
.director-board .swiper-indicator .swiper-button-next,
.imeline-row-slider .swiper-indicator .swiper-button-prev,
.imeline-row-slider .swiper-indicator .swiper-button-next,
.action-timeline .timeline-navigation .swiper-button-prev,
.action-timeline .timeline-navigation .swiper-button-next {
  position: relative;
  bottom: -0.781vw;
  margin: 0 -0.019vw;
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .director-board .swiper-indicator .swiper-button-prev,
  .director-board .swiper-indicator .swiper-button-next,
  .imeline-row-slider .swiper-indicator .swiper-button-prev,
  .imeline-row-slider .swiper-indicator .swiper-button-next,
  .action-timeline .timeline-navigation .swiper-button-prev,
  .action-timeline .timeline-navigation .swiper-button-next {
    bottom: -15px;
    margin: 0 15px;
  }
}

.director-board .swiper-indicator .swiper-button-prev::after,
.director-board .swiper-indicator .swiper-button-next::after,
.imeline-row-slider .swiper-indicator .swiper-button-prev::after,
.imeline-row-slider .swiper-indicator .swiper-button-next::after,
.action-timeline .timeline-navigation .swiper-button-prev::after,
.action-timeline .timeline-navigation .swiper-button-next::after {
  display: none;
}

.director-board .swiper-indicator .swiper-button-prev svg,
.director-board .swiper-indicator .swiper-button-next svg,
.imeline-row-slider .swiper-indicator .swiper-button-prev svg,
.imeline-row-slider .swiper-indicator .swiper-button-next svg,
.action-timeline .timeline-navigation .swiper-button-prev svg,
.action-timeline .timeline-navigation .swiper-button-next svg {
  width: auto;
  height: auto;
  fill: transparent;
}

.director-board .swiper-indicator .swiper-button-prev svg path,
.director-board .swiper-indicator .swiper-button-next svg path,
.timeline-row-slider .swiper-indicator .swiper-button-prev svg path,
.timeline-row-slider .swiper-indicator .swiper-button-next svg path,
.action-timeline .timeline-navigation .swiper-button-prev svg path,
.action-timeline .timeline-navigation .swiper-button-next svg path {
  stroke: #102c3d;
}

.director-board .swiper-slide,
.imeline-row-slider .swiper-slide,
.action-timeline .timeline-navigation .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 1.563vw;
}

@media only screen and (max-width: 991px) {
  .director-board .swiper-slide,
  .imeline-row-slider .swiper-slide,
  .action-timeline .timeline-navigation .swiper-slide {
    padding-bottom: 30px;
  }
}

.director-board .swiper-slide .role {
  color: #102c3d;
  font-family: "DM Serif Display", serif;
  font-size: 1.146vw;
  border-bottom: 0.052vw solid #102c3d;
  height: 2.425vw;
  margin-bottom: 1.444vw;
  padding-bottom: 0.863vw;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .director-board .swiper-slide .role {
    font-size: 22px;
    border-bottom: 1px solid #316c81;
    height: 60px;
    margin-bottom: 45px;
    padding-bottom: 30px;
  }
}

.director-board .swiper-slide .role-line {
  left: -15px;
  width: calc(100% + 15px);
  position: relative;
}

.director-board .swiper-slide .item {
  position: relative;
  overflow: hidden;
  box-shadow: none;
  display: block !important;
  border-radius: 7px;
}

@media only screen and (max-width: 991px) {
  .director-board .swiper-slide .item {
    box-shadow: 7px 10px 9px 0px rgba(0, 0, 0, 0.16);
  }
}

.director-board .swiper-slide .item .img {
  transition: all 0.8s;
}

.director-board .swiper-slide .item .img img {
  border-radius: 7px;
}

/*
.director-board .swiper-slide .item .img img {
    filter: grayscale(1);
}
*/

.director-board .swiper-slide .item .overlay-mask {
  background: linear-gradient(
    180deg,
    rgba(27, 65, 87, 0.52) 2.83%,
    #1b4056 87.19%
  );
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
  transform: translateY(100%);
  opacity: 0;
}

.director-board .swiper-slide .item .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 0;
  transition: all 0.7s;
  transform: translateY(100%);
  padding: 1.563vw 1vw;
}

@media only screen and (max-width: 991px) {
  .director-board .swiper-slide .item .overlay {
    padding: 30px;
  }
}

.director-board .swiper-slide .item .overlay .overlay-text {
  transition: all 0.7s;
}

.director-board .swiper-slide .item .overlay .overlay-text p {
  color: #fff;
}

.director-board .swiper-slide .item .overlay .overlay-text .name {
  font-family: "DM Serif Display", serif;
  font-size: 1.363vw;
}

@media only screen and (max-width: 991px) {
  .director-board .swiper-slide .item .overlay .overlay-text .name {
    font-size: 30px;
  }
}

.director-board .swiper-slide .item .overlay .overlay-text .country {
  font-size: 0.942vw;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .director-board .swiper-slide .item .overlay .overlay-text .country {
    font-size: 20px;
  }
}

.director-board .swiper-slide .item:hover {
  cursor: pointer;
}

.director-board .swiper-slide .item:hover .overlay,
.director-board .swiper-slide .item:hover .overlay-mask {
  opacity: 1;
  transform: translateY(0%);
}

.director-board .swiper-slide .item:hover .img {
  transform: scale(1.05);
}

.director-board .director-boar-text .btn-button {
  color: #eae6e2;
  background: #102c3d;
}

@media only screen and (max-width: 767px) {
  .director-board .swiper-slide {
    width: 250px !important;
  }
}

@media only screen and (max-width: 991px) {
  .director-board .title-section .title {
    font-size: 26px;
  }

  .director-board .director-boar-text .btn-button {
    font-size: 16px;
    margin: 35px auto 35px auto;
    padding: 16px 33px;
    height: 45px;
    border-radius: 50px;
  }

  .director-board .director-board-list {
    margin-left: 15px;
  }

  .director-board .swiper-slide .role {
    padding-bottom: 10px;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 992px) {
  .director-board {
    padding: 5vw 0;
  }

  .director-board .director-board-list {
    margin-left: 0;
    margin-right: 0;
    margin-top: 5rem !important;
  }

  .director-board .director-boar-text .btn-button {
    margin: 3.625vw auto 0 auto;
    width: 13vw;
    height: 3vw;
    border-radius: 100px;
  }
}

.strategic {
  height: auto;
  transition: background-image 0.5s ease;
  color: #fff;
  background-color: #eae6e2;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0vw 0px 0rem 0;
}

.strategic .container {
  border-top: 1px solid #102c3d;
  padding-top: 3rem;
}

@media only screen and (min-width: 992px) {
  .strategic .container {
    padding-top: 5vw;
  }
}

.strategic .title-section {
  margin-bottom: 1.563vw;
}

.strategic .strategic-text {
  max-width: 970px;
  margin: 0 auto;
  text-align: center;
}

.strategic .paragraph span {
  font-style: italic;
  font-weight: 600;
}

.strategic .strategic-text a.btn {
  font-family: "DM Serif Display", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #102c3d;
  border-radius: 100px;
  border: 0.052vw solid #102c3d;
  font-size: 1.142vw;
  margin-top: 4.5vw;
  margin-left: auto;
  margin-right: auto;
  width: 12vw;
  height: 3vw;
}

@media only screen and (min-width: 992px) {
  margin-top: 4.5vw;
}

.strategic .strategic-text a.btn:hover {
  background: #102c3d;
  color: #fff;
  border: 0.052vw solid #102c3d;
}

/*******AI slider****/

.action-scailing .item .ai-card {
  padding: 2vw 1.5vw 2vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  border-radius: 9px;
  border: 10px solid #fff;
  transition: background-position 0.6s ease-in-out;
  min-height: 28vw;
}

.action-scailing .item:nth-child(1) .ai-card {
  background: linear-gradient(
    180deg,
    #ce5827eb 0%,
    rgb(255 255 255 / 70%) 52%,
    #ce5827 100%
  );
  background-size: 100% 200%;
  background-position: top;
}

.action-scailing .item:nth-child(1) .ai-card:hover {
  background-position: bottom;
}

.action-scailing .item:nth-child(2) .ai-card {
  background: linear-gradient(
    180deg,
    #99a739 0%,
    rgb(255 255 255 / 70%) 52%,
    #99a739 100%
  );
  background-size: 100% 200%;
  background-position: top;
}

.action-scailing .item:nth-child(2) .ai-card:hover {
  background-position: bottom;
}

.action-scailing .item:nth-child(2) .ai-card h3 {
  color: #59622b;
}

.action-scailing .item:nth-child(3) .ai-card {
  background: linear-gradient(
    180deg,
    #316c81 0%,
    rgb(255 255 255 / 70%) 52%,
    #316c81 100%
  );
  background-size: 100% 200%;
  background-position: top;
}

.action-scailing .item:nth-child(3) .ai-card:hover {
  background-position: bottom;
}

.action-scailing .item:nth-child(3) .ai-card h3 {
  color: #0f2c3d;
}

.action-scailing .item:nth-child(4) .ai-card {
  background: linear-gradient(
    180deg,
    #d06d71 0%,
    rgb(255 255 255 / 70%) 52%,
    #d06d71 100%
  );
  background-size: 100% 200%;
  background-position: top;
}

.action-scailing .item:nth-child(4) .ai-card:hover {
  background-position: bottom;
}

.action-scailing .item:nth-child(4) .ai-card h3 {
  color: #512b2e;
}

.action-scailing .item:nth-child(5) .ai-card {
  background: linear-gradient(
    180deg,
    #684d7b 0%,
    rgb(255 255 255 / 70%) 52%,
    #684d7b 100%
  );
  background-size: 100% 200%;
  background-position: top;
}

.action-scailing .item:nth-child(5) .ai-card:hover {
  background-position: bottom;
}

.action-scailing .item:nth-child(5) .ai-card h3 {
  color: #0f2c3d;
}

.ai-card .icon svg path {
  fill: rgb(255 255 255 / 50%);
  transition: ease-in-out 0.5s;
}

.action-scailing .item:nth-child(1) .ai-card:hover .icon svg path {
  fill: rgba(221, 151, 121, 1);
}

.action-scailing .item:nth-child(2) .ai-card:hover .icon svg path {
  fill: rgba(199, 204, 149, 1);
}

.action-scailing .item:nth-child(3) .ai-card:hover .icon svg path {
  fill: rgba(105, 146, 160, 1);
}

.action-scailing .item:nth-child(4) .ai-card:hover .icon svg path {
  fill: rgba(221, 158, 159, 1);
}

.action-scailing .item:nth-child(5) .ai-card:hover .icon svg path {
  fill: rgba(149, 130, 160, 1);
}

.ai-card .icon svg {
  width: 70px;
}

.action-scailing .item .ai-card h3 {
  line-height: 1.1;
  margin: 0;
  color: #7a2f1f;
  font-family: "DM Serif Display";
  font-size: 2vw;
  font-style: normal;
  font-weight: 400;
}

.action-scaling-head {
  padding-top: 3rem;
}

@media only screen and (min-width: 992px) {
  .action-scaling-head {
    padding-top: 5vw;
  }
}

/***********/
.key-ai-section {
  padding-top: 3rem;
}

@media only screen and (min-width: 992px) {
  .key-ai-section {
    padding-top: 5vw;
  }
}

.key-ai-section .title-section h3.title {
  max-width: 1115px;
  margin: 0 auto;
}
@media only screen and (max-width: 1599px) {
  .key-ai-section .title-section h3.title {
    max-width: 785px;
  }
}
.key-ai {
  display: flex;
  gap: 30px;
}

.key-ai-tabs {
  display: flex;
  gap: 20px;
  width: 28.5vw;
  flex-wrap: wrap;
}

.key-ai-tab {
  padding: 30px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 2.1vw;
  font-weight: 400;
  transition: 0.3s ease;
  width: 100%;
  /*    min-height: 255px;*/
  border-radius: 10px;
  border: 1px solid #fff;
  background: linear-gradient(
    180deg,
    rgba(156, 185, 191, 0.5) 0%,
    rgba(255, 255, 255, 0.35) 100%
  );
  display: flex;
  align-items: center;
  font-family: "DM Serif Display";
  color: rgba(49, 108, 129, 0.5);
}

.survey-response p {
  color: #102c3d;
  text-align: right;
  font-family: "Source Sans 3";
  font-size: 15px;
  font-weight: 400;
  margin-top: 30px;
}

.key-ai-tab.active {
  background: linear-gradient(180deg, #0f2c3d 0%, #316c81 100%);
  color: #d8e6e6;
}

.key-ai-content {
  flex: 1;
  border-radius: 10px;
  border: 1px solid #fff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0.35) 100%
  );
  padding: 2.5vw;
}

.key-ai-bar-item {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.5vw;
}

.key-ai-pane {
  display: none;
}

.key-ai-pane.active {
  display: block;
}

.key-ai-bar-item span {
  display: block;
  margin-bottom: 0;
  font-size: 20px;
  color: #102c3d;
  width: 185px;
}

.key-ai-bar {
  border-radius: 0px;
  overflow: hidden;
  flex: 1;
  background: rgba(255, 255, 255, 0.5);
  height: 36px;
}

.key-ai-bar div {
  background: #9cb9bf;
  color: #fff;
  font-size: 20px;
  padding: 5px 10px;
  text-align: right;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: width 1.5s ease;
  width: 0;
}

.key-ai-pane.animatedeIn .key-ai-bar div {
  width: var(--bar-width);
}

.key-ai-content .key-ai-pane {
  width: 100%;
}

.key-ai-bar-item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .key-ai-bar-item span {
    font-size: 16px;
  }
  .key-ai-bar div {
    font-size: 16px;
  }
  .key-ai-tab {
    padding: 20px;
  }
  .key-ai {
    gap: 10px;
  }
}

/******/

.swiper-pagination {
  position: relative !important;
  top: 0 !important;
  bottom: 0 !important;
  border: 2px solid #ccb088;
  width: 75px !important;
  margin: 40px auto 0;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.swiper-pagination span.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 2px solid #ccb088;
  background: rgba(250, 242, 233, 1);
  opacity: 1;
}

.swiper-pagination
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ccb088;
}

@media only screen and (max-width: 991px) {
  .strategic .strategic-text a.btn {
    font-size: 16px;
    height: 45px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px 33px;
    margin-top: 32px;
    border-radius: 40px;
    margin-bottom: 40px;
  }

  .strategic .strategic-text a.btn:hover {
    border: 1px solid #316c81;
  }

  .strategic .title-section {
    margin-bottom: 30px;
  }
}

.strategic .title-section .title {
  font-size: 2.604vw;
}

.strategic .title-section {
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .strategic .title-section .title {
    font-size: 50px;
  }
}

.strategic .paragraph {
  font-size: 0.833vw;
  line-height: 1.458vw;
  color: #102c3d;
}

@media only screen and (max-width: 991px) {
  .strategic .paragraph {
    font-size: 16px;
    line-height: 28px;
  }
}

.strategic .strategic-vision {
  background: linear-gradient(
    153deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.26) 33.94%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(1.094vw);
  -webkit-backdrop-filter: blur(1.094vw);
  padding: 3vw 0px;
}

@media only screen and (max-width: 991px) {
  .strategic .strategic-vision {
    padding: 80px 0px 80px 0px;
  }
}

.strategic .strategic-vision .item {
  text-align: center;
  display: block !important;
}

.strategic .strategic-vision .item .item-text {
  margin: auto;
  margin-bottom: 1.5rem;
}

.strategic .strategic-vision .item .item-text .title {
  font-size: 1.596vw;
  margin-bottom: 1.563vw;
  font-family: "DM Serif Display", serif;
}

@media only screen and (max-width: 991px) {
  .strategic .strategic-vision .item .item-text .title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}

.strategic .strategic-vision .item .item-text .paragraph {
  font-weight: 300;
  font-size: 1.042vw;
}

@media only screen and (max-width: 991px) {
  .strategic .strategic-vision .item .item-text .paragraph {
    font-size: 20px;
  }
}

.strategic .strategic-vision .item .item-text li .paragraph {
  font-weight: 400;
  font-size: 1.458vw;
  line-height: 3.125vw;
}

@media only screen and (max-width: 991px) {
  .strategic .strategic-vision .item .item-text li .paragraph {
    font-size: 28px;
    line-height: 40px;
  }
}

.strategic .strategic-vision .swiper-indicator {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.strategic .strategic-vision .swiper-indicator .swiper-button-prev,
.strategic .strategic-vision .swiper-indicator .swiper-button-next {
  position: relative;
  margin: 0px 3.902vw;
}

@media only screen and (max-width: 991px) {
  .strategic .strategic-vision .swiper-indicator .swiper-button-prev,
  .strategic .strategic-vision .swiper-indicator .swiper-button-next {
    margin: 0px 25px;
  }
}

.strategic .strategic-vision .swiper-indicator .swiper-button-prev::after,
.strategic .strategic-vision .swiper-indicator .swiper-button-next::after {
  display: none;
}

.strategic .strategic-vision .swiper-indicator .swiper-button-prev:hover svg,
.strategic .strategic-vision .swiper-indicator .swiper-button-next:hover svg {
  fill: rgba(255, 255, 255, 0.5);
  stroke-width: 0.052vw;
  stroke: #fff;
}

@media only screen and (max-width: 991px) {
  .strategic .strategic-vision .swiper-indicator .swiper-button-prev:hover svg,
  .strategic .strategic-vision .swiper-indicator .swiper-button-next:hover svg {
    stroke-width: 1px;
  }
}

@media only screen and (max-width: 991px) {
  .strategic {
    padding: 3rem 0;
  }

  .strategic .swiper-indicator .swiper-button-prev,
  .strategic .swiper-indicator .swiper-button-next {
    width: 50px;
    height: 50px;
  }

  .strategic .strategic-vision {
    padding: 30px 10px 30px 10px;
  }

  .strategic .strategic-vision .item .item-text .paragraph {
    font-size: 16px;
  }

  .strategic .strategic-vision .item .item-text .title {
    font-size: 26px;
    margin-bottom: 18px;
  }

  .strategic .title-section .title {
    font-size: 26px;
  }
}

@media only screen and (min-width: 992px) {
  .strategic {
    padding: 0vw 0px 0vw 0;
  }

  .strategic .title-section {
    margin-bottom: 3.008vw;
  }

  .strategic .paragraph {
    font-size: 1.042vw;
    line-height: 1.458vw;
  }

  .strategic .strategic-vision {
    width: 26.833vw;
    margin-left: auto;
  }

  .strategic .strategic-vision .item .item-text {
    width: 26.927vw;
    margin-bottom: 2.5rem;
  }

  .strategic .strategic-vision .item .item-text .title {
    font-size: 1.696vw;
    margin-bottom: 2.5rem;
  }

  .strategic .strategic-vision .item .item-text .paragraph {
    font-size: 1.363vw;
    line-height: 1.888vw;
    padding: 0 45px;
  }

  .strategic .swiper-indicator .swiper-button-prev,
  .strategic .swiper-indicator .swiper-button-next {
    width: 3.885vw;
    height: 3.885vw;
  }
}

.climate {
  background: linear-gradient(180deg, #fff 18.17%, #d8e6e6 101.04%);
  color: #fff;
  height: auto;
  padding: 2.083vw 0px 0px 0px;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .strategic .strategic-vision {
    margin-right: auto;
  }
}

@media only screen and (max-width: 991px) {
  .climate {
    padding: 60px 0px 60px 0px;
  }
}

.climate .image_world {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.climate .title {
  margin-bottom: 1.223vw;
  font-size: 1.875vw;
}

@media only screen and (max-width: 991px) {
  .climate .title {
    margin-bottom: 50px;
    font-size: 36px;
  }
}

.climate .subtitle,
.climate .paragraph {
  font-size: 1.042vw;
  line-height: 1.458vw;
  color: #102c3d;
}

@media only screen and (max-width: 991px) {
  .climate .subtitle,
  .climate .paragraph {
    font-size: 20px;
    line-height: 35px;
  }
}

.climate .subtitle {
  font-weight: 300;
}

.climate .btn {
  font-family: "DM Serif Display", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #102c3d;
  border-radius: 2.109vw;
  border: 0.052vw solid #102c3d;
  font-size: 1.242vw;
  width: 13.294vw;
  height: 3.665vw;
  margin-top: 0;
}

.climate .btn:hover {
  border: 0.052vw solid #102c3d;
  color: #d8e6e6;
  background: #102c3d;
}

@media only screen and (max-width: 991px) {
  .climate .btn {
    font-size: 20px;
    border-radius: 40px;
    border: 1px solid #102c3d;
    width: 261px;
    height: 55px;
    margin-top: 0px;
  }

  .climate .btn:hover {
    border: 1px solid #316c81;
  }
}

.climate .climate-globe {
  position: relative;
  overflow: hidden;
  margin-top: 2.083vw;
  display: none;
}

@media only screen and (max-width: 991px) {
  .climate .climate-globe {
    margin-top: 107px;
  }
}

.climate .climate-globe .reduce,
.climate .climate-globe .empower,
.climate .climate-globe .lead {
  position: absolute;
  cursor: pointer;
}

.climate .climate-globe .reduce {
  bottom: 23%;
  left: 18%;
}

.climate .climate-globe .empower {
  bottom: 83%;
  left: 50%;
  transform: translateX(-50%);
}

.climate .climate-globe .lead {
  bottom: 29%;
  left: 78%;
}

.climate .climate-globe .globe-blur {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.climate .climate-globe .globe-blur::before {
  position: absolute;
  content: "";
  background: url("/annualreport2025/images/home/climate/mask.webp") top center
    no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  left: 0.156vw;
  right: 0;
  opacity: 0;
  bottom: -0.156vw;
  transition: opacity 0.4s ease;
}

.climate .climate-globe .globe-blur.active::before {
  opacity: 1;
}

.climate .climate-globe .reduce-text,
.climate .climate-globe .empower-text,
.climate .climate-globe .lead-text {
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  position: absolute;
  left: 0;
  width: min(47%, 440px, 23vw);
  right: 0;
  margin: auto;
  top: 40%;
  bottom: 0;
  display: flex;
  color: #fff;
  font-family: "DM Serif Display", serif;
  text-align: center;
  font-size: clamp(14px, 1.25vw, 30px);
}

@media only screen and (max-width: 991px) {
  .climate .climate-globe .reduce-text,
  .climate .climate-globe .empower-text,
  .climate .climate-globe .lead-text {
    font-size: 24px;
  }
}

.climate .climate-globe .reduce-text p,
.climate .climate-globe .empower-text p,
.climate .climate-globe .lead-text p {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 992px) {
  .climate {
    padding: 3.125vw 0px 0px 0px;
  }

  .climate .climate-globe {
    display: block;
  }

  .climate .climate-globe .reduce-text,
  .climate .climate-globe .empower-text,
  .climate .climate-globe .lead-text {
    line-height: min(2.031vw, 45px);
  }

  .climate .globe-blur-mobile {
    display: none;
  }

  .climate .title {
    font-size: 2.604vw;
  }
}

@media only screen and (max-width: 991px) {
  .climate {
    padding: 60px 0px 0px 0px;
  }

  .climate .climate-text {
    margin-bottom: 50px;
  }

  .climate .globe-blur-mobile .title {
    font-size: 20px;
    font-family: "DM Serif Display", serif;
  }

  .climate .title {
    margin-bottom: 24px;
    font-size: 30px;
  }

  .climate .subtitle,
  .climate .paragraph {
    font-size: 16px;
    line-height: 27px;
  }

  .climate .btn {
    font-size: 16px;
    height: 45px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px 33px;
    margin-top: 0px;
  }
}

@media (min-width: 922px) and (max-width: 1199px) {
  .climate .climate-globe .reduce svg {
    height: 79px;
  }

  .climate .climate-globe .empower {
    left: 50%;
    transform: translateX(-50%);
  }

  .climate .climate-globe .empower svg {
    width: 109px;
  }

  .climate .climate-globe .lead {
    bottom: 26%;
    left: 78%;
  }

  .climate .climate-globe .lead svg {
    height: 54px;
  }

  .climate .climate-globe .reduce-text,
  .climate .climate-globe .empower-text,
  .climate .climate-globe .lead-text {
    font-size: max(1.25vw, 14px);
    line-height: normal;
  }
}

@media (min-width: 1200px) and (max-width: 1800px) {
  .climate .climate-globe .reduce svg {
    height: 4.115vw;
  }

  .climate .climate-globe .empower {
    left: 50%;
    transform: translateX(-50%);
  }

  .climate .climate-globe .empower svg {
    width: 5.677vw;
  }

  .climate .climate-globe .lead {
    bottom: 26%;
    left: 78%;
  }

  .climate .climate-globe .lead svg {
    height: 2.813vw;
  }

  .climate .climate-globe .reduce-text,
  .climate .climate-globe .empower-text,
  .climate .climate-globe .lead-text {
    font-size: max(1.25vw, 14px);
    line-height: normal;
  }
}

.timeline-world {
  background: #102c3d;
  height: auto;
  overflow: hidden;
}

.timeline-world .title-section .title {
  margin-left: 1.25vw;
}

@media only screen and (max-width: 991px) {
  .timeline-world .title-section .title {
    margin-left: 24px;
  }
}

.timeline-world .timeline-world-mask {
  padding: 3.125vw 0px;
  background: linear-gradient(180deg, #102c3d 1.03%, rgba(1, 6, 12, 0.57) 100%);
}

@media only screen and (max-width: 991px) {
  .timeline-world .timeline-world-mask {
    padding: 60px 0px;
  }
}

.timeline-world .container-timeline .line {
  width: 0;
  height: 0.208vw;
  top: -1.615vw;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .timeline-world .container-timeline .line {
    height: 4px;
    top: -31px;
  }
}

.timeline-world .timeline-animation-active .line {
  animation: lineAnimation 3s forwards;
}

.timeline-world .container-timeline-itens {
  overflow: hidden;
  padding-left: 1.146vw;
  margin-top: 4.725vw;
  overflow-x: scroll;
  width: 100%;
  position: relative;
  white-space: nowrap;
  display: inline-flex;
  border: none;
}

@media only screen and (max-width: 991px) {
  .timeline-world .container-timeline-itens {
    padding-left: 22px;
    margin-top: 90px;
  }
}

.timeline-world .container-timeline-itens::-webkit-scrollbar {
  display: none;
}

.timeline-world .container-timeline-itens .item-world {
  margin-left: 7.813vw;
}

@media only screen and (max-width: 991px) {
  .timeline-world .container-timeline-itens .item-world {
    margin-left: 150px;
  }
}

.timeline-world .container-timeline-itens .item-world .world {
  position: absolute;
  width: 16.615vw;
  top: -29%;
  left: -73%;
  mix-blend-mode: lighten;
  opacity: 0;
  transition: opacity 1s ease;
}

@media only screen and (max-width: 991px) {
  .timeline-world .container-timeline-itens .item-world .world {
    width: 319px;
  }
}

.timeline-world .container-timeline-itens .item {
  position: relative;
  display: inline-block;
  color: #fff;
  width: 12.865vw;
  height: 23.802vw;
  text-align: left;
  opacity: 0;
  transition: opacity 1s ease;
  top: 0;
  display: block !important;
}

@media only screen and (max-width: 991px) {
  .timeline-world .container-timeline-itens .item {
    width: 247px;
    height: 457px;
  }
}

.timeline-world .container-timeline-itens .item .line-vertical {
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  height: 100%;
  top: -3.229vw;
  width: 0.026vw;
  opacity: 0;
  transition: opacity 1s ease;
}

@media only screen and (max-width: 991px) {
  .timeline-world .container-timeline-itens .item .line-vertical {
    top: -62px;
    width: 0.5px;
  }
}

.timeline-world .container-timeline-itens .item .text {
  width: 9.063vw;
  padding-left: 1.563vw;
  top: -0.938vw;
  white-space: normal;
  position: relative;
  opacity: 0;
  transition: opacity 1s ease;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .timeline-world .container-timeline-itens .item .text {
    width: 174px;
    padding-left: 30px;
    top: -18px;
  }
}

.timeline-world .container-timeline-itens .item .text .title {
  color: #fff;
  font-family: "DM Serif Display", serif;
  font-size: 2.5vw;
}

@media only screen and (max-width: 991px) {
  .timeline-world .container-timeline-itens .item .text .title {
    font-size: 48px;
  }
}

.timeline-world .container-timeline-itens .item .text .title-carbon {
  color: #fff;
  font-size: 2.5vw;
  line-height: 2.656vw;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  .timeline-world .container-timeline-itens .item .text .title-carbon {
    font-size: 48px;
    line-height: 51px;
  }
}

.timeline-world .container-timeline-itens .item .text .paragraph {
  font-size: 0.833vw;
}

@media only screen and (max-width: 991px) {
  .timeline-world .container-timeline-itens .item .text .paragraph {
    font-size: 16px;
  }
}

.timeline-world .container-timeline-itens .ball {
  position: absolute;
  left: 0;
  bottom: 1.5vw;
  transform: translate(-50%, 50%);
  border-radius: 50%;
  z-index: 2;
  opacity: 0;
  transition: opacity 1s ease;
}

@media only screen and (max-width: 991px) {
  .timeline-world .container-timeline-itens .ball {
    bottom: 28.8px;
  }
}

@keyframes lineAnimation {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .timeline-world .title-section .title {
    font-size: 36px;
  }
}

.timeline-members {
  overflow: hidden;
}

.timeline-members .timeline-title {
  font-family: "DM Serif Display", serif;
  color: #fff;
  font-size: 2.5vw;
  line-height: 2.656vw;
  margin-bottom: 4.167vw;
}

@media only screen and (max-width: 991px) {
  .timeline-members .timeline-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 40px;
  }
}

.timeline-members .swiper-wrapper {
  height: auto;
}

.timeline-members .swiper-slide {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: space-between;
  align-items: stretch;
  gap: 1.667vw;
}

@media only screen and (min-width: 992px) {
  .timeline-members .swiper-slide {
    max-height: min(30.313vw, 582px);
  }
}

@media only screen and (max-width: 991px) {
  .timeline-members .swiper-slide {
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.timeline-members .swiper-slide .timeline-box {
  display: flex;
  width: -webkit-fill-available;
  flex-direction: column;
  justify-content: space-between;
  gap: min(2.604vw, 20px);
  padding: 2.604vw;
  background-color: #316c81;
}

@media only screen and (max-width: 991px) {
  .timeline-members .swiper-slide .timeline-box {
    gap: 20px;
    padding: 25px;
    height: 300px;
  }
}

.timeline-members .swiper-slide .timeline-box .timeline-text .title {
  font-family: "DM Serif Display", serif;
  color: #fff;
  font-size: 2.083vw;
  line-height: 2.969vw;
  margin-bottom: 1.302vw;
}

@media only screen and (max-width: 991px) {
  .timeline-members .swiper-slide .timeline-box .timeline-text .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}

.timeline-members .swiper-slide .timeline-box .timeline-text .paragraph {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.25vw;
  line-height: 1.823vw;
}

@media only screen and (max-width: 991px) {
  .timeline-members .swiper-slide .timeline-box .timeline-text .paragraph {
    font-size: 16px;
    line-height: 28px;
  }
}

.timeline-members .swiper-slide .timeline-box .swiper-indicator {
  width: auto;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.563vw;
}

@media only screen and (max-width: 991px) {
  .timeline-members .swiper-slide .timeline-box .swiper-indicator {
    gap: 20px;
  }
}

.timeline-members
  .swiper-slide
  .timeline-box
  .swiper-indicator
  .swiper-button-prev,
.timeline-members
  .swiper-slide
  .timeline-box
  .swiper-indicator
  .swiper-button-next {
  position: static;
  width: 5.521vw;
  height: 5.521vw;
  margin: 0px;
}

@media only screen and (max-width: 991px) {
  .timeline-members
    .swiper-slide
    .timeline-box
    .swiper-indicator
    .swiper-button-prev,
  .timeline-members
    .swiper-slide
    .timeline-box
    .swiper-indicator
    .swiper-button-next {
    width: 50px;
    height: 50px;
    margin: 0px;
  }
}

.timeline-members
  .swiper-slide
  .timeline-box
  .swiper-indicator
  .swiper-button-prev::after,
.timeline-members
  .swiper-slide
  .timeline-box
  .swiper-indicator
  .swiper-button-next::after {
  display: none;
}

.timeline-members
  .swiper-slide
  .timeline-box
  .swiper-indicator
  .swiper-button-prev:hover
  svg,
.timeline-members
  .swiper-slide
  .timeline-box
  .swiper-indicator
  .swiper-button-next:hover
  svg {
  fill: rgba(255, 255, 255, 0.5);
  stroke-width: 0.052vw;
  stroke: #fff;
}

@media only screen and (max-width: 991px) {
  .timeline-members
    .swiper-slide
    .timeline-box
    .swiper-indicator
    .swiper-button-prev:hover
    svg,
  .timeline-members
    .swiper-slide
    .timeline-box
    .swiper-indicator
    .swiper-button-next:hover
    svg {
    stroke-width: 1px;
  }
}

.timeline-members .swiper-slide .timeline-image {
  height: auto;
  width: clamp(10px, 41.667vw, 800px);
}

@media only screen and (max-width: 991px) {
  .timeline-members .swiper-slide .timeline-image {
    width: 100%;
  }
}

.timeline-members .swiper-slide .timeline-image img {
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  float: right;
}

.funding-fingerprint .funding-fingerprint-numbers {
  margin-bottom: 3vw;
}
.funding-section .funding-graphic.border-lst-rw {
  border-bottom: 1px solid #102c3d;
  padding-bottom: 5vw;
  margin-bottom: 2vw;
}
@media only screen and (max-width: 991px) {
  .funding-section .funding-graphic.border-lst-rw {
    padding-bottom: 3rem;
    margin-bottom: 0vw;
  }
  .timeline-members .swiper-slide .timeline-image img {
    width: 100%;
    height: auto;
  }
}

.funding-section {
  padding: 3.125vw 0px 0px 0px;
  color: #102c3d;
  background: #eae6e2;
}

.funding-section .funding-title {
  text-align: center;
  margin-bottom: 2.083vw;
}

.funding-section .funding-title .title {
  font-size: 1.875vw;
  margin-bottom: 1.563vw;
  color: #102c3d;
  font-family: "DM Serif Display", serif;
}

.funding-section .funding-graphic .title {
  border-bottom: 1px solid #102c3d;
  font-family: "DM Serif Display", serif;
}

/*
.funding-section .funding-graphic .funding-fingerprint {
  display: flex;
}
*/
.funding-section
  .funding-graphic
  .funding-fingerprint
  .funding-fingerprint-numbers {
  display: flex;
}

.funding-section
  .funding-graphic
  .funding-fingerprint
  .funding-fingerprint-numbers
  .funding-reduction-item {
  font-family: "DM Serif Display", serif;
}

.funding-section
  .funding-graphic
  .funding-fingerprint
  .funding-fingerprint-numbers
  .funding-reduction-item
  .text {
  font-family: "Source Sans 3", sans-serif;
}

.funding-section
  .funding-graphic
  .funding-fingerprint
  .funding-fingerprint-numbers
  .funding-reduction-item.orange
  .text {
  color: #9e3d1f;
}

.funding-section
  .funding-graphic
  .funding-fingerprint
  .funding-fingerprint-numbers
  .funding-reduction-item.orange
  .number {
  color: #ec5924;
}

.funding-section
  .funding-graphic
  .funding-fingerprint
  .funding-fingerprint-numbers
  .funding-reduction-item.green
  .title-funding-fingerprint {
  color: #738135;
}

.funding-section
  .funding-graphic
  .funding-fingerprint
  .funding-fingerprint-numbers
  .funding-reduction-item.green
  .number {
  color: #e18a26;
}

.funding-section
  .funding-graphic
  .funding-fingerprint
  .funding-fingerprint-numbers
  .funding-reduction-item.green
  .text {
  color: #c2812a;
}

.funding-section
  .funding-graphic
  .funding-fingerprint
  .funding-fingerprint-numbers
  .funding-reduction-item.green {
  flex-direction: row;
  gap: 3vw;
  align-items: flex-end;
}

.funding-section .funding-graphic img {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .funding-section {
    padding: 4.688vw 0px 0px 0px;
  }

  .funding-section .funding-title {
    margin-bottom: 5.031vw;
  }

  .funding-section .funding-title .title {
    font-size: 3.333vw;
    line-height: 3.75vw;
  }

  .funding-section .funding-title .paragraph {
    font-size: 1.458vw;
    line-height: 2.135vw;
  }

  .funding-section .funding-graphic {
    margin-bottom: 5vw;
  }
  .funding-section .funding-graphic .title {
    margin-bottom: 3.25vw;
    padding-bottom: 1.042vw;
    font-size: 1.783vw;
  }

  /*
  .funding-section .funding-graphic .funding-fingerprint {
    flex-direction: row;
    align-content: flex-end;
    align-items: center;
    justify-content: space-between;
  }
*/
  .funding-section .funding-graphic .funding-fingerprint img {
    max-width: 100%;
    width: 100%;
  }

  .funding-section
    .funding-graphic
    .funding-fingerprint
    .funding-fingerprint-numbers {
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3.49vw;
  }

  .funding-section
    .funding-graphic
    .funding-fingerprint
    .funding-fingerprint-numbers
    .funding-reduction-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0.859vw;
  }

  .funding-section
    .funding-graphic
    .funding-fingerprint
    .funding-fingerprint-numbers
    .funding-reduction-item.orange
    .text {
    font-size: 1.25vw;
    line-height: 1.25vw;
  }

  .funding-section
    .funding-graphic
    .funding-fingerprint
    .funding-fingerprint-numbers
    .funding-reduction-item.orange
    .number {
    font-size: 4.688vw;
    line-height: 4.688vw;
  }

  .funding-section
    .funding-graphic
    .funding-fingerprint
    .funding-fingerprint-numbers
    .funding-reduction-item.green
    .title-funding-fingerprint {
    font-size: 1.406vw;
    line-height: 1.406vw;
  }

  .funding-section
    .funding-graphic
    .funding-fingerprint
    .funding-fingerprint-numbers
    .funding-reduction-item.green
    .number {
    font-size: 4.688vw;
    line-height: 0.8;
  }

  .funding-section
    .funding-graphic
    .funding-fingerprint
    .funding-fingerprint-numbers
    .funding-reduction-item.green
    .text {
    font-size: 1.25vw;
    line-height: 1.75vw;
  }
}

@media only screen and (max-width: 991px) {
  .funding-section
    .funding-graphic
    .funding-fingerprint
    .funding-fingerprint-numbers
    .funding-reduction-item.green {
    display: flex;
  }

  .funding-section .funding-title {
    margin-bottom: 60px;
  }

  .funding-section .funding-title .title {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .funding-section .funding-graphic {
    margin-bottom: 60px;
  }

  .funding-section .funding-graphic .title {
    margin-bottom: 40px;
    padding-bottom: 10px;
  }

  .funding-section .funding-graphic .funding-fingerprint {
    flex-direction: column;
    gap: 50px;
  }

  .funding-section
    .funding-graphic
    .funding-fingerprint
    .funding-fingerprint-numbers {
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
  }

  .funding-section
    .funding-graphic
    .funding-fingerprint
    .funding-fingerprint-numbers
    .funding-reduction-item {
    margin-bottom: 15px;
  }

  .funding-section
    .funding-graphic
    .funding-fingerprint
    .funding-fingerprint-numbers
    .funding-reduction-item.orange
    .text {
    font-size: 20px;
  }

  .funding-section
    .funding-graphic
    .funding-fingerprint
    .funding-fingerprint-numbers
    .funding-reduction-item.orange
    .number {
    font-size: 45px;
  }

  .funding-section
    .funding-graphic
    .funding-fingerprint
    .funding-fingerprint-numbers
    .funding-reduction-item.green
    .title-funding-fingerprint {
    font-size: 20px;
  }

  .funding-section
    .funding-graphic
    .funding-fingerprint
    .funding-fingerprint-numbers
    .funding-reduction-item.green
    .number {
    font-size: 45px;
  }

  .funding-section
    .funding-graphic
    .funding-fingerprint
    .funding-fingerprint-numbers
    .funding-reduction-item.green
    .text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .funding-section
    .funding-graphic
    .funding-fingerprint
    .funding-fingerprint-numbers {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .funding-section
    .funding-graphic
    .funding-fingerprint
    .funding-fingerprint-numbers
    .funding-reduction-item.green {
    flex-direction: row;
    gap: 20px;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
  }

  .funding-section
    .funding-graphic
    .funding-fingerprint
    .funding-fingerprint-numbers
    .funding-reduction-item.green
    .text {
    font-size: 18px;
  }
}

.executive {
  padding: 5.26vw 0px 4.125vw 0px;
  color: #102c3d;
  overflow: hidden;
  background: linear-gradient(180deg, #d7e5e5 -10.57%, #316c81 126.58%);
}

.executive .executive-item .text {
  margin-top: 5px;
}

@media only screen and (min-width: 992px) {
  .executive .col-md-3.mt-5 {
    margin-top: 3.5rem !important;
  }
}

@media only screen and (max-width: 991px) {
  .executive {
    padding: 101px 0px 60px 0px;
  }

  .executive .executive-title-role p {
    padding-bottom: 15px;
  }
}

.executive .executive-title .title {
  font-size: 3.333vw;
  line-height: 3.75vw;
}

@media only screen and (max-width: 991px) {
  .executive .executive-title .title {
    font-size: 64px;
    line-height: 72px;
  }
}

.executive .executive-title .paragraph {
  color: #1b4056;
}

.executive .executive-item .img {
  height: auto;
  display: flex;
  align-items: flex-end;
}

@media only screen and (max-width: 991px) {
  .executive .executive-item .img {
    height: auto;
  }
}

.executive .executive-item .name {
  font-size: 1.154vw;
  font-family: "DM Serif Display", serif;
  margin-bottom: 0.1vw;
}

.executive .executive-item .role {
  font-size: 0.842vw;
}

.executive .executive-item-director {
  margin-top: 10px;
}

@media only screen and (max-width: 991px) {
  .executive .executive-item-director {
    margin-top: 10px;
  }
}

.executive .executive-title-role p {
  font-size: 1.88rem;
  font-family: "DM Serif Display", serif;
  padding-bottom: 25px;
  border-bottom: 0.052vw solid;
}

@media only screen and (max-width: 991px) {
  .executive .executive-title-role p {
    border-bottom: 1px solid;
  }
}

.executive .row-my {
  margin-top: 4.167vw;
  margin-bottom: 4.167vw;
}

@media only screen and (max-width: 991px) {
  .executive .row-my {
    margin: 80px 0px 80px 0px;
  }
}

.executive .row-my:last-child {
  margin-bottom: 1.042vw;
}

@media only screen and (max-width: 991px) {
  .executive .row-my:last-child {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .executive {
    padding: 60px 0px 60px 0px;
  }

  .executive .symbol {
    display: none;
  }

  .executive .row-my {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .executive .executive-title .title {
    font-size: 36px;
    line-height: normal;
  }

  .executive .executive-item {
    text-align: left;
  }

  .executive .executive-item .img {
    height: auto;
  }

  .executive .executive-item .img img {
    margin: auto;
  }

  .executive .executive-item .name {
    font-size: 18px;
  }

  .executive .executive-item .role {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .executive .col-md-3.mt-5 {
    margin-top: 1.5rem !important;
  }

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

.knowledgeSection {
  overflow: hidden;
}

.knowledgeSection .accordion-item-peoples.active {
  border-bottom: 0px;
}

.knowledgeSection .accordion-knowledge-graphic img {
  mix-blend-mode: multiply;
}
.knowledgeSection .contant-2 .accordion-knowledge-graphic img {
  mix-blend-mode: normal;
}
.knowledgeSection .accordion-knowledge-graphic .title-graphic {
  color: #102c3d;
  font-family: "DM Serif Display", serif;
  font-size: 1.458vw;
  line-height: 2.083vw;
  width: 11.615vw;
  margin-bottom: 1.771vw;
}

@media only screen and (max-width: 991px) {
  .knowledgeSection .accordion-knowledge-graphic .title-graphic {
    font-size: 16px;
    line-height: 22px;
    width: 223px;
    margin-bottom: 34px;
  }
}

.knowledgeSection .accordion-knowledge-graphic .obs-graphic {
  color: #102c3d;
  font-size: 0.781vw;
  margin-top: 0;
  margin-bottom: 2.604vw;
  font-weight: 500;
}

.knowledgeSection .accordion-knowledge-graphic .obs-graphic.intl-tourist {
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .knowledgeSection .accordion-knowledge-graphic .obs-graphic {
    font-size: 15px;
    margin-top: 35px;
    margin-bottom: 50px;
  }
}

.knowledgeSection .accordion-knowledge-graphic .item {
  display: flex !important;
}

.knowledgeSection .accordion-knowledge-graphic .item .bars {
  width: 2.813vw;
  height: 15.833vw;
  background: linear-gradient(180deg, #122e3f 0%, #2d677b 50%, #d8e6e6 100%);
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .knowledgeSection .accordion-knowledge-graphic .item .bars {
    height: 90%;
  }
}

@media only screen and (max-width: 991px) {
  .knowledgeSection .accordion-knowledge-graphic .item .bars {
    width: min(54px, 5vw);
    height: min(304px, 70vw);
  }
}

.knowledgeSection .accordion-knowledge-graphic .item .bars p {
  color: #102c3d;
  margin-left: 3.385vw;
  font-size: 1.042vw;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .knowledgeSection .accordion-knowledge-graphic .item .bars p {
    margin-left: min(65px, 6vw);
    font-size: 20px;
  }
}

.knowledgeSection .accordion-knowledge-graphic .item .bars .number-2 {
  position: absolute;
  bottom: 50%;
}

.knowledgeSection .accordion-knowledge-graphic .item .bars .number-3 {
  position: absolute;
  bottom: -0.469vw;
}

@media only screen and (max-width: 991px) {
  .knowledgeSection .accordion-knowledge-graphic .item .bars .number-3 {
    bottom: -9px;
  }
}

.knowledgeSection .accordion-knowledge-graphic .img {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .knowledgeSection .accordion-knowledge-graphic .img {
    left: 0;
  }
}

.knowledgeSection .contant {
  margin-top: 4.563vw;
}

@media only screen and (max-width: 991px) {
  .knowledgeSection .contant {
    margin-top: 30px;
  }
}

.knowledgeSection .item-graphic {
  position: relative;
  text-align: center;
}

.knowledgeSection .item-graphic .graphic {
  position: relative;
}

.knowledgeSection .item-graphic .graphic svg {
  width: 100%;
}

.knowledgeSection .item-graphic .graphic .number {
  position: absolute;
  font-size: 1.875vw;
  top: 43%;
  left: 0;
  right: 0;
  font-family: "DM Serif Display", serif;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .knowledgeSection .item-graphic .graphic .number {
    font-size: 36px;
  }
}

.knowledgeSection .item-graphic .country {
  font-size: 1.25vw;
  text-align: center;
}

.number-animation {
  align-items: flex-end;
}

@media only screen and (max-width: 991px) {
  .knowledgeSection .item-graphic .country {
    font-size: 24px;
  }
}

.knowledgeSection .item-graphic-green .number {
  color: #c0bd31;
}

.knowledgeSection .item-graphic-green .country {
  color: #59622b;
}

.knowledgeSection .item-graphic-red .number {
  color: #ec5924;
}

.knowledgeSection .item-graphic-red .country {
  color: #91381e;
}

.knowledgeSection .item-graphic-orange .number {
  color: #e18a26;
}

.knowledgeSection .item-graphic-orange .country {
  color: #935f25;
}

.knowledgeSection .accordion-item-train {
  height: 46.96875vw;
}

@media only screen and (max-width: 991px) {
  .knowledgeSection .accordion-item-train {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.knowledgeSection .accordion-item-train .accordion-item-train-bg {
  background:
    url("/annualreport2025/images/home/Knowledge/accordion-2/bg-mb.webp"),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      #316c81 71.6%,
      #3c7488 99.99%,
      #3c7488 100%
    );
  background-size: contain;
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 42.96875vw;
  left: calc(50% - 50vw);
}

.knowledgeSection .accordion-item-train .accordion-item-train-bg .train {
  left: -3000px;
  z-index: 2;
  position: absolute;
  width: 112.265625vw;
  height: 7.03125vw;
  bottom: 8.1640625vw;
  transition: transform 0.5s ease;
  animation: movetrain 10s infinite;
}

.knowledgeSection .accordion-item-train .accordion-item-train-bg .train img {
  width: 100%;
}

@keyframes movetrain {
  0% {
    left: -112.265625vw;
  }

  100% {
    left: calc(112.265625vw + 10%);
  }
}

.knowledgeSection .accordion-item-train .accordion-item-train-bg .base-train {
  width: 100vw;
  height: 8.1640625vw;
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.knowledgeSection
  .accordion-item-train
  .accordion-item-train-bg
  .base-train
  img {
  width: 100%;
}

.knowledgeSection .accordion-item-train .accordion-item-train-content {
  position: relative;
  z-index: 2;
  margin: -46.96875vw 0 0 0;
}

@media only screen and (max-width: 991px) {
  .knowledgeSection .accordion-item-train .accordion-item-train-content {
    margin: 50px 0 30px 0;
  }
}

.knowledgeSection
  .accordion-item-train
  .accordion-item-train-content
  .accordion-body-subtitle {
  margin-bottom: 1.042vw;
}

.knowledgeSection
  .accordion-item-train
  .accordion-item-train-content
  .contant-train {
  position: relative;
}

.knowledgeSection
  .accordion-item-train
  .accordion-item-train-content
  .number-list-train {
  display: flex;
  transition: transform 0.5s ease;
}

.knowledgeSection
  .accordion-item-train
  .accordion-item-train-content
  .number-list-train:hover {
  cursor: pointer;
}

.knowledgeSection
  .accordion-item-train
  .accordion-item-train-content
  .number-list-train
  .number {
  font-family: "DM Serif Display", serif;
  color: #0f2c3d;
}

.knowledgeSection
  .accordion-item-train
  .accordion-item-train-content
  .number-list-train
  .description {
  color: #0f2c3d;
  white-space: nowrap;
  display: inline-block;
}

.knowledgeSection
  .accordion-item-train
  .accordion-item-train-content
  .swiper-indicator {
  position: relative;
  z-index: 3;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: auto;
  margin-top: 2.604vw;
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.knowledgeSection
  .accordion-item-train
  .accordion-item-train-content
  .swiper-indicator
  .icon
  svg {
  animation: swing 3s infinite;
  transform-origin: center;
}

.knowledgeSection
  .accordion-item-train
  .accordion-item-train-content
  .swiper-indicator
  .icon
  p {
  color: #000;
  text-align: center;
  font-size: 0.521vw;
  margin-top: 0.26vw;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .knowledgeSection
    .accordion-item-train
    .accordion-item-train-content
    .swiper-indicator
    .icon
    p {
    font-size: 10px;
    margin-top: 5px;
  }
}

.knowledgeSection
  .accordion-item-train
  .accordion-item-train-content
  .swiper-indicator
  .swiper-button-prev,
.knowledgeSection
  .accordion-item-train
  .accordion-item-train-content
  .swiper-indicator
  .swiper-button-next {
  position: relative;
  bottom: -0.781vw;
  margin: 0 0.781vw;
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .knowledgeSection
    .accordion-item-train
    .accordion-item-train-content
    .swiper-indicator
    .swiper-button-prev,
  .knowledgeSection
    .accordion-item-train
    .accordion-item-train-content
    .swiper-indicator
    .swiper-button-next {
    bottom: -15px;
    margin: 0 15px;
  }
}

.knowledgeSection
  .accordion-item-train
  .accordion-item-train-content
  .swiper-indicator
  .swiper-button-prev::after,
.knowledgeSection
  .accordion-item-train
  .accordion-item-train-content
  .swiper-indicator
  .swiper-button-next::after {
  display: none;
}

.knowledgeSection
  .accordion-item-train
  .accordion-item-train-content
  .swiper-indicator
  .swiper-button-prev
  svg,
.knowledgeSection
  .accordion-item-train
  .accordion-item-train-content
  .swiper-indicator
  .swiper-button-next
  svg {
  width: auto;
  height: auto;
}

.knowledgeSection .accordion-knowledge-slide {
  margin-bottom: 7.292vw;
  overflow-x: scroll;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .knowledgeSection .accordion-knowledge-slide {
    margin-bottom: 140px;
  }
}

.knowledgeSection .accordion-knowledge-slide::-webkit-scrollbar {
  display: none;
}

.knowledgeSection .accordion-knowledge-slide .knowledge-slide-list {
  display: flex;
}

.knowledgeSection
  .accordion-knowledge-slide
  .knowledge-slide-list
  .swiper-wrapper {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
}

.knowledgeSection .accordion-knowledge-slide .knowledge-slide-list .item {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block !important;
}

.knowledgeSection .accordion-knowledge-slide .knowledge-slide-list .item:hover {
  cursor: pointer;
}

.knowledgeSection .accordion-knowledge-slide .knowledge-slide-list .item .mask {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.36) 23.32%, #000 100%);
  mix-blend-mode: multiply;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.knowledgeSection .accordion-knowledge-slide .knowledge-slide-list .item .text {
  position: absolute;
  top: 30%;
  width: 100%;
  color: #fff;
  padding: 2.656vw 1.748vw;
}

@media only screen and (max-width: 991px) {
  .knowledgeSection
    .accordion-knowledge-slide
    .knowledge-slide-list
    .item
    .text {
    padding: 51px 47px;
  }
}

.knowledgeSection
  .accordion-knowledge-slide
  .knowledge-slide-list
  .item
  .number {
  font-family: "DM Serif Display", serif;
}

.knowledgeSection
  .accordion-knowledge-slide
  .knowledge-slide-list
  .swiper-indicator {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: auto;
  margin-top: 2.604vw;
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.knowledgeSection
  .accordion-knowledge-slide
  .knowledge-slide-list
  .swiper-indicator
  .icon
  svg {
  animation: swing 3s infinite;
  transform-origin: center;
}

.knowledgeSection
  .accordion-knowledge-slide
  .knowledge-slide-list
  .swiper-indicator
  .icon
  p {
  color: #000;
  text-align: center;
  font-size: 0.521vw;
  margin-top: 0.26vw;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .knowledgeSection
    .accordion-knowledge-slide
    .knowledge-slide-list
    .swiper-indicator
    .icon
    p {
    font-size: 10px;
    margin-top: 5px;
  }
}

.knowledgeSection
  .accordion-knowledge-slide
  .knowledge-slide-list
  .swiper-indicator
  .swiper-button-prev,
.knowledgeSection
  .accordion-knowledge-slide
  .knowledge-slide-list
  .swiper-indicator
  .swiper-button-next {
  position: relative;
  bottom: -0.781vw;
  margin: 0 0.781vw;
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .knowledgeSection
    .accordion-knowledge-slide
    .knowledge-slide-list
    .swiper-indicator
    .swiper-button-prev,
  .knowledgeSection
    .accordion-knowledge-slide
    .knowledge-slide-list
    .swiper-indicator
    .swiper-button-next {
    bottom: -15px;
    margin: 0 15px;
  }
}

.knowledgeSection
  .accordion-knowledge-slide
  .knowledge-slide-list
  .swiper-indicator
  .swiper-button-prev::after,
.knowledgeSection
  .accordion-knowledge-slide
  .knowledge-slide-list
  .swiper-indicator
  .swiper-button-next::after {
  display: none;
}

.knowledgeSection
  .accordion-knowledge-slide
  .knowledge-slide-list
  .swiper-indicator
  .swiper-button-prev
  svg,
.knowledgeSection
  .accordion-knowledge-slide
  .knowledge-slide-list
  .swiper-indicator
  .swiper-button-next
  svg {
  width: auto;
  height: auto;
}

.knowledgeSection .knowledge-barriers-list {
  margin: 4.688vw 0px 6.854vw 0px;
  align-items: normal;
}

@media only screen and (max-width: 991px) {
  .knowledgeSection .knowledge-barriers-list {
    margin: 90px 0px 170px 0px;
  }
}

.knowledgeSection .knowledge-barriers-list .item {
  display: block !important;
  margin-bottom: 1.563vw;
  border-right: 1px solid #102c3d;
  padding: 0 25px;
}

.knowledgeSection .knowledge-barriers-list .item:first-child .img {
  padding-right: 30px;
}

@media only screen and (max-width: 1499px) {
  .knowledgeSection .knowledge-barriers-list .item:last-child .img img {
    max-width: 11vw;
  }

  .knowledgeSection .knowledge-barriers-list .item:first-child .img {
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .knowledgeSection .knowledge-barriers-list .item:nth-child(2) .img {
    position: relative;
    left: -1.8vw;
  }

  .knowledgeSection .knowledge-barriers-list .item:nth-child(2) p.title.number {
    padding: 0 40px;
  }

  .knowledgeSection .knowledge-barriers-list .item:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
    width: 20.8%;
  }

  .knowledgeSection .knowledge-barriers-list .item:nth-child(3) {
    width: 21.8%;
  }

  .knowledgeSection .knowledge-barriers-list .item {
    width: 15.3%;
  }

  .knowledgeSection .knowledge-barriers-list .item:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .knowledgeSection .knowledge-barriers-list .item .title span {
    font-size: 50px;
  }

  .knowledgeSection .knowledge-barriers-list .item {
    margin-bottom: 30px;
  }

  .knowledgeSection .knowledge-barriers-list .item {
    padding: 0 20px;
  }
}

.knowledgeSection .knowledge-barriers-list .item .img {
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 11.823vw;
  height: 15.123vw;
  padding-bottom: 1.375vw;
}

@media only screen and (max-width: 991px) {
}

.knowledgeSection .knowledge-barriers-list .item .title {
  font-size: 1.05vw;
  color: #0f2c3d;
  font-family: "Source Sans 3";
  text-align: right;
}

@media only screen and (max-width: 991px) {
  /*
  .knowledgeSection .knowledge-barriers-list .item .title {
    font-size: 24px;
  }
*/
}

.knowledgeSection .knowledge-barriers-list .item .title span {
  font-size: 4.933vw;
  color: #ec5924;
  line-height: 0.6;
  margin-bottom: 45px !important;
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  .knowledgeSection .knowledge-barriers-list .item .title span {
    font-size: 64px;
  }
}

.knowledgeSection .accordion-knowledge-criteria {
  position: relative;
}

/*****season chart*****/

.bar {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.bar .country {
  width: 120px;
  font-weight: 500;
  color: #102c3d;
  margin-right: 30px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  text-align: right;
  text-transform: uppercase;
}

.bar-track {
  display: flex;
  flex-grow: 1;
  height: 54px;
  border-radius: 0px;
  overflow: hidden;
}

.bar-green,
.bar-orange {
  color: #fff;
  text-align: center;
  line-height: 54px;
  font-weight: 500;
  width: var(--bar-width);
  transition: width 1.2s ease-in-out;
  font-size: 20px;
  font-family: "Source Sans 3", sans-serif;
}

.bar-green {
  background-color: #98a639;
}

.bar-orange {
  background-color: #ec5924;
  animation-delay: 0.3s;
}

.off-season-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
  margin-top: 110px;
}

.off-season-bar .off-season {
  font-size: 1.55vw;
  color: #102c3d;
  font-family: "DM Serif Display", serif;
  line-height: 1.2;
  display: flex;
  align-items: center;
}

.off-season-bar span {
  width: 1.6vw;
  height: 1.6vw;
  display: inline-block;
  background: #98a639;
  border-radius: 5px;
  margin-right: 17px;
}

.peak-season span {
  background: #ec5924;
}

.bar-green.fill,
.bar-orange.fill {
  width: var(--bar-width);
}

@media only screen and (max-width: 1499px) {
  .off-season-bar {
    margin-bottom: 70px;
    margin-top: 90px;
  }

  .bar {
    margin-bottom: 30px;
  }

  .bar .country {
    margin-right: 25px;
    font-size: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .off-season-bar .off-season {
    font-size: 25px;
  }

  .off-season-bar span {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .off-season-bar {
    margin-bottom: 50px;
    margin-top: 70px;
  }

  .bar .country {
    margin-right: 20px;
    font-size: 18px;
    width: 100px;
  }

  .bar-track {
    height: 44px;
  }

  .bar-green,
  .bar-orange {
    line-height: 44px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .bar .country {
    margin-right: 10px;
    font-size: 15px;
    width: 70px;
  }

  .off-season-bar {
    margin-bottom: 40px;
    margin-top: 50px;
  }

  .bar-track {
    height: 40px;
  }

  .bar-green,
  .bar-orange {
    line-height: 40px;
    font-size: 14px;
  }

  .bar {
    margin-bottom: 20px;
  }

  .off-season-bar .off-season {
    font-size: 20px;
  }
}

/******/
/*
.knowledgeSection .accordion-knowledge-criteria::after {
  content: " ";
  position: absolute;
  bottom: -3vw;
  height: 19.271vw;
  left: -200%;
  width: 600%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 25%,
    #3c7488 99.99%,
    #316c81 100%,
    #3c7488 100%
  );
}
*/
@media only screen and (max-width: 991px) {
  /*
  .knowledgeSection .accordion-knowledge-criteria::after {
    bottom: -150px;
    height: 370px;
  }
*/
}

.coming-international-trip {
  height: 60.36875vw;
  position: relative;
}

.coming-international-trip-bg {
  background:
    url(/annualreport2025/images/home/Knowledge/accordion-2/cloud.webp),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.57) 0%,
      #3c7488 87.5%,
      #3c7488 100%
    );
  background-size: cover;
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 58.36875vw;
  left: calc(50% - 50vw);
  background-repeat: no-repeat;
  background-position: center center;
}

.coming-international-trip .accordion-body {
  position: relative;
  z-index: 2;
  margin: -57.96875vw 0 0 0;
}

.beam-image {
  margin-top: -32.96875vw;
  margin-left: -6vw;
  position: absolute;
  width: 87.5vw;
  overflow: hidden;
}

.coming-trip ul li {
  font-weight: 600;
  font-size: 1.3vw;
  color: #102c3d;
  line-height: 1.8vw;
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
}

.coming-trip ul li:before {
  position: absolute;
  content: "";
  background: #e18a26;
  width: 18px;
  height: 18px;
  left: 0;
  border-radius: 5px;
  top: 10px;
}

.coming-trip ul li:nth-child(2):before {
  background: #ec5924;
}

.coming-trip ul li:nth-child(3):before {
  background: #738135;
}

.knowledgeSection .accordion-knowledge-criteria .img {
  position: relative;
  z-index: 1;
  padding: 1.563vw 0px 0px 0px;
}

.advocacySection .banner-section.paralax {
  background-image: url(/annualreport2025/images/home/advocacy/advocacy-final.jpg);
}

@media only screen and (max-width: 991px) {
  .knowledgeSection .accordion-knowledge-criteria .img {
    padding: 104px 0px 0px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .knowledgeSection .accordion-knowledge-criteria .img {
    padding: 45px 0px 0px 0px;
  }
}

.knowledgeSection .accordion-knowledge-criteria .item {
  margin-bottom: 1.563vw;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .knowledgeSection .accordion-knowledge-criteria .item {
    margin-bottom: 40px;
  }
}

.knowledgeSection .accordion-knowledge-criteria .item .number {
  color: #ec5924;
  font-size: 6.667vw;
  line-height: 6.667vw;
  font-family: "DM Serif Display", serif;
}

@media only screen and (max-width: 991px) {
  .knowledgeSection .accordion-knowledge-criteria .item .number {
    font-size: 128px;
    line-height: 128px;
  }
}

.knowledgeSection .accordion-knowledge-criteria .item .title {
  color: #102c3d;
  font-size: 1.667vw;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .knowledgeSection .accordion-knowledge-criteria .item .title {
    font-size: 32px;
  }
}

.knowledgeSection .accordion-knowledge-criteria .item .description {
  color: #102c3d;
  font-size: 1.042vw;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .knowledgeSection .accordion-knowledge-criteria .item .description {
    font-size: 20px;
  }
}

.knowledgeSection .accordion-knowledge-criteria .item:last-child .title {
  font-size: 1.354vw;
}

.reference {
  color: #102c3d;
  max-width: 300px;
  font-size: 15px;
}

@media only screen and (max-width: 991px) {
  .knowledgeSection .accordion-knowledge-criteria .item:last-child .title {
    font-size: 26px;
  }
}

@media only screen and (min-width: 992px) {
  .coming-trip ul {
    width: 23vw;
  }

  .knowledgeSection
    .accordion-item-2
    .coming-international-trip
    .accordion-body-title {
    width: 43.425vw;
  }

  .knowledgeSection .right-overflow .knowledge-slide-list {
    right: 11.146vw;
    position: relative;
  }

  .knowledgeSection .accordion-knowledge-graphic .img {
    top: 0;
  }

  .knowledgeSection .contant-2 {
    position: relative;
  }
}

@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .knowledgeSection .contant-2 {
    right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .knowledgeSection .accordion-item-1 .accordion-body-title {
    width: 33.125vw;
  }

  .knowledgeSection .accordion-item-2 .accordion-body-title {
    width: 29.125vw;
  }

  .knowledgeSection .number-list-train {
    margin-bottom: 1.563vw;
    left: 0;
    position: relative;
  }

  .knowledgeSection .number-list-train .number-item-train {
    margin-right: 6.25vw;
  }

  .knowledgeSection .number-list-train .number {
    font-size: 6.25vw;
    width: 17.188vw;
    overflow: hidden;
  }

  .knowledgeSection .number-list-train .description {
    font-size: 1.25vw;
    line-height: 1.667vw;
  }

  .knowledgeSection .item-graphic {
    margin: 3.125vw 0px;
  }

  .knowledgeSection .item-graphic .graphic svg {
    width: 16.145vw;
  }

  .knowledgeSection .item-graphic .graphic .number {
    font-size: 3.073vw;
    top: 38%;
    left: 3%;
    width: 8.333vw;
    margin: auto;
  }

  .knowledgeSection .item-graphic .country {
    font-size: 2.083vw;
    margin-top: 0.938vw;
    text-align: center;
  }

  .knowledgeSection .accordion-item-train .accordion-body-subtitle {
    margin-bottom: 4.688vw;
  }

  .knowledgeSection .knowledge-slide-list .item {
    width: 23.385vw;
  }

  .knowledgeSection .knowledge-slide-list .item .number {
    font-size: 6.25vw;
  }

  .knowledgeSection .knowledge-slide-list .item .description {
    font-size: 1.667vw;
  }
}

@media only screen and (max-width: 991px) {
  .knowledgeSection .right-overflow .knowledge-slide-list {
    right: 64px;
    position: relative;
  }

  .knowledgeSection .accordion-knowledge-graphic img {
    max-width: 100%;
  }

  .knowledgeSection .accordion-knowledge-graphic .item {
    align-items: flex-end;
  }

  .knowledgeSection .contant {
    margin-top: 0;
  }

  .knowledgeSection .accordion-item-train {
    padding-bottom: 0px;
    display: flex;
    flex-direction: column-reverse;
  }

  .knowledgeSection .accordion-item-train::after {
    display: none;
  }

  .knowledgeSection .accordion-item-train-bg {
    padding: 30px 0px 80px 0px;
    background: url(/annualreport2025/images/home/Knowledge/accordion-2/bg-mb-mobile.webp)
      no-repeat center bottom;
  }

  .knowledgeSection .contant-train .number-list-train {
    right: 0;
    position: relative;
  }

  .knowledgeSection .contant-train .number-list-train .number-item-train {
    margin-right: 34px;
  }

  .knowledgeSection
    .contant-train
    .number-list-train
    .number-item-train:last-child {
    padding-right: 280px;
  }

  .knowledgeSection .contant-train .number-list-train .number {
    font-size: 52px;
    width: 164px;
    overflow: hidden;
  }

  .knowledgeSection .contant-train .number-list-train .description {
    font-size: 16px;
    line-height: normal;
  }

  .knowledgeSection .accordion-knowledge-slide {
    margin-bottom: 30px;
  }

  .knowledgeSection .accordion-knowledge-slide .knowledge-slide-list .item {
    width: 290px;
    margin-right: 15px;
  }

  .knowledgeSection
    .accordion-knowledge-slide
    .knowledge-slide-list
    .item
    .number {
    font-size: 75px;
  }

  .knowledgeSection
    .accordion-knowledge-slide
    .knowledge-slide-list
    .item
    .description {
    font-size: 18px;
  }

  .knowledgeSection .accordion-knowledge-criteria .item {
    text-align: center;
  }

  .knowledgeSection .accordion-knowledge-criteria .item .number {
    font-size: 50px;
  }

  .knowledgeSection .accordion-knowledge-criteria .item .title {
    font-size: 20px;
  }

  .knowledgeSection .accordion-knowledge-criteria .item .description {
    font-size: 16px;
  }

  .knowledgeSection .knowledge-barriers-list {
    margin: 60px 0px 60px 0px;
  }

  /*
  .knowledgeSection .knowledge-barriers-list .item .img {
    margin-bottom: 30px;
    height: auto;
  }
*/
  .knowledgeSection .knowledge-barriers-list .item .title {
    font-size: 18px;
  }

  .knowledgeSection .knowledge-barriers-list .item .title span {
    font-size: 34px;
    margin-bottom: 25px !important;
  }

  .knowledgeSection .item-graphic {
    width: 70%;
    margin: auto;
    margin-bottom: 30px;
  }

  .knowledgeSection .item-graphic .graphic {
    margin-bottom: 15px;
  }

  .knowledgeSection .item-graphic .graphic svg {
    height: auto;
  }

  .knowledgeSection .item-graphic .graphic .number {
    font-size: 33px;
    top: 40%;
    width: 100px;
    margin: auto;
  }
}

.membershipSection .membership-depoiment {
  margin-top: 4.688vw;
}

@media only screen and (max-width: 767px) {
  .knowledgeSection .knowledge-barriers-list {
    margin: 60px 0px 30px 0px;
  }
}

@media only screen and (max-width: 991px) {
  .membershipSection .membership-depoiment {
    margin-top: 90px;
  }
}

.membershipSection .membership-depoiment .depoiment {
  text-align: center;
  font-family: "DM Serif Display", serif;
  font-size: 1.667vw;
  line-height: 2.24vw;
  margin: 0 auto;
  max-width: 100%;
  font-style: italic;
  font-weight: 400;
  color: #102c3d;
}

@media only screen and (max-width: 991px) {
  .membershipSection .membership-depoiment .depoiment {
    font-size: 32px;
    line-height: 43px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .membershipSection .membership-depoiment .depoiment {
    max-width: calc(100vw - 175px);
  }
}

.membershipSection .membership-depoiment .name {
  color: #102c3d;
  text-align: center;
  font-size: 1.25vw;
  line-height: 1.458vw;
  padding: 2.083vw 0.781vw;
  margin-top: 2.604vw;
  font-style: normal;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

@media only screen and (max-width: 991px) {
  .membershipSection .membership-depoiment .name {
    font-size: 24px;
    line-height: 28px;
    padding: 40px 15px;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .membershipSection .accordion-faq .accordion-body-text {
    width: 90%;
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .membershipSection .membership-depoiment {
    margin-top: 30px;
  }

  .membershipSection .membership-depoiment .depoiment {
    font-size: 18px;
    line-height: 26px;
  }

  .membershipSection .membership-depoiment .name {
    font-size: 20px;
    line-height: 28px;
    padding: 21px 15px;
    margin-top: 30px;
  }
}

.membershipSection .accordion-item-2 .title-new-members {
  width: 90%;
}

.advocacySection {
  overflow: hidden;
}

.advocacySection .carousel-item.active .item {
  display: block !important;
}

.advocacySection .video {
  margin: 3.75vw 0px 6.979vw 0px;
}

@media only screen and (max-width: 991px) {
  .advocacySection .video {
    margin: 40px 0px 20px 0px;
  }
}

.advocacySection .accordion-item-1 .accordion-body-title .subtitle {
  font-size: 0.833vw;
  margin-bottom: 0.729vw;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .advocacySection .accordion-item-1 .accordion-body-title .subtitle {
    font-size: 16px;
    margin-bottom: 14px;
  }
}

.advocacySection .accordion-item-1 .accordion-body-text {
  margin-left: 0;
}

.advocacySection .accordion-item-2 .accordion-body-text {
  margin-left: 0;
}

.advocacySection .accordion-item-2 .item-list-numbers .item-numbers {
  position: relative;
  border-bottom: 0.052vw solid #102c3d;
  padding-bottom: 1.302vw;
  margin-bottom: 1.51vw;
  top: -0.938vw;
}

@media only screen and (max-width: 991px) {
  .advocacySection .accordion-item-2 .item-list-numbers .item-numbers {
    border-bottom: 1px solid #102c3d;
    padding-bottom: 25px;
    margin-bottom: 29px;
    top: -18px;
  }
}

.advocacySection .accordion-item-2 .item-list-numbers .item-numbers .number {
  font-size: 2.083vw;
  font-family: "DM Serif Display", serif;
  color: #316c81;
}

@media only screen and (max-width: 991px) {
  .advocacySection .accordion-item-2 .item-list-numbers .item-numbers .number {
    font-size: 40px;
  }
}

.advocacySection
  .accordion-item-2
  .item-list-numbers
  .item-numbers
  .description {
  font-size: 1.354vw;
  color: #102c3d;
}

@media only screen and (max-width: 991px) {
  .advocacySection
    .accordion-item-2
    .item-list-numbers
    .item-numbers
    .description {
    font-size: 26px;
  }
}

.advocacySection .accordion-item-2 .carousel-video {
  position: relative;
}

.advocacySection .accordion-item-2 .carousel-video .carousel-item {
  max-height: 80vh;
}

.advocacySection .accordion-item-2 .carousel-video .item {
  position: relative;
}

.advocacySection .accordion-item-2 .carousel-video .item img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 9/5;
}

.advocacySection .accordion-item-2 .carousel-video .item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(21, 21, 21, 0) 0%,
    rgba(21, 21, 21, 0.67) 100%
  );
  mix-blend-mode: multiply;
}

.advocacySection .accordion-item-4 .accordion-item-4-winners {
  margin-bottom: 3.125vw;
}

@media only screen and (max-width: 991px) {
  .advocacySection .accordion-item-4 .accordion-item-4-winners {
    margin-bottom: 60px;
  }
}

.advocacySection .accordion-item-4 .accordion-item-4-winners .img {
  margin-bottom: 2.552vw;
}

@media only screen and (max-width: 991px) {
  .advocacySection .accordion-item-4 .accordion-item-4-winners .img {
    margin-bottom: 49px;
  }
}

.advocacySection .accordion-item-4 .accordion-item-4-winners .title {
  color: #102c3d;
  text-align: center;
  font-family: "DM Serif Display", serif;
  font-size: 1.458vw;
  margin-bottom: 2.083vw;
}

@media only screen and (max-width: 991px) {
  .advocacySection .accordion-item-4 .accordion-item-4-winners .title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

.advocacySection .accordion-item-4 .accordion-item-4-winners .text .title-item {
  font-family: "DM Serif Display", serif;
  color: #102c3d;
  font-size: 1.458vw;
}

@media only screen and (max-width: 991px) {
  .advocacySection
    .accordion-item-4
    .accordion-item-4-winners
    .text
    .title-item {
    font-size: 28px;
  }
}

.advocacySection
  .accordion-item-4
  .accordion-item-4-winners
  .text
  .description {
  color: #102c3d;
  font-size: 0.833vw;
  margin: 2.448vw 0px;
}

@media only screen and (max-width: 991px) {
  .advocacySection
    .accordion-item-4
    .accordion-item-4-winners
    .text
    .description {
    font-size: 16px;
    margin: 47px 0px;
  }
}

.advocacySection .accordion-item-4 .accordion-item-4-winners .text .btn {
  margin: auto;
}

.advocacySection
  .accordion-item-4
  .accordion-item-4-winners
  .carouselWinners-indicators {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.646vw;
}

@media only screen and (max-width: 767px) {
  .knowledgeSection .knowledge-barriers-list .item .img {
    margin-top: 30px;
    height: auto;
  }

  .knowledgeSection .knowledge-barriers-list .item:last-child .img img {
    max-width: 100%;
  }

  .knowledgeSection .knowledge-barriers-list .item {
    padding: 0 20px 20px;
    border-left: none;
    border-bottom: 1px solid #102c3d;
  }

  .knowledgeSection .knowledge-barriers-list .item .title {
    text-align: center;
  }

  .knowledgeSection .knowledge-barriers-list .item:last-child {
    border-bottom: none;
  }

  .advocacySection
    .accordion-item-4
    .accordion-item-4-winners
    .carouselWinners-indicators {
    justify-content: space-around;
  }
}

@media only screen and (max-width: 991px) {
  .advocacySection
    .accordion-item-4
    .accordion-item-4-winners
    .carouselWinners-indicators {
    margin-top: 70px;
  }
}

.advocacySection
  .accordion-item-4
  .accordion-item-4-winners
  .carouselWinners-indicators
  .carousel-control-prev,
.advocacySection
  .accordion-item-4
  .accordion-item-4-winners
  .carouselWinners-indicators
  .carousel-control-next {
  position: relative;
}

.advocacySection
  .accordion-item-4
  .accordion-item-4-winners
  .carouselWinners-indicators
  .carousel-indicators {
  position: relative;
  margin: 0px;
}

.advocacySection
  .accordion-item-4
  .accordion-item-4-winners
  .carouselWinners-indicators
  .carousel-indicators
  button {
  border-radius: 50%;
  height: 0.521vw;
  width: 0.521vw;
  border: 0.052vw solid #102c3d;
}

@media only screen and (max-width: 991px) {
  .advocacySection
    .accordion-item-4
    .accordion-item-4-winners
    .carouselWinners-indicators
    .carousel-indicators
    button {
    height: 10px;
    width: 10px;
    border: 1px solid #102c3d;
  }
}

.advocacySection
  .accordion-item-4
  .accordion-item-4-winners
  .carouselWinners-indicators
  .carousel-indicators
  button.active {
  background: #316c81;
}

.advocacySection .accordion-item-3 .accordion-body-text {
  margin-left: 0px;
}

.advocacySection .accordion-item-3 .rail-tourism-award {
  width: clamp(240px, 20vw, 491px);
}

.advocacySection .accordion-item-3 .img-winners {
  position: relative;
  width: 100vw;
  left: calc(50% - 50vw);
}

.advocacySection .accordion-item-3 .video-section {
  height: 37.188vw;
}

@media only screen and (max-width: 991px) {
  .advocacySection .accordion-item-3 .video-section {
    height: 714px;
  }
}

.advocacySection .accordion-item-3 .video-section .overlay {
  background: rgba(0, 0, 0, 0.6);
}

.advocacySection .accordion-item-5 .accordion-body {
  padding-bottom: 0px;
}

.advocacySection .accordion-item-5 .accordion-item-5-media .item {
  position: relative;
  display: flex !important;
  align-items: center;
  color: #102c3d;
  border-bottom: 0.052vw solid #102c3d;
  margin-bottom: 0.521vw;
  padding: 0.521vw 0px;
}

@media only screen and (max-width: 991px) {
  .advocacySection .accordion-item-5 .accordion-item-5-media .item {
    border-bottom: 1px solid #102c3d;
    margin-bottom: 10px;
    padding: 10px 0px;
  }
}

.advocacySection .accordion-item-5 .accordion-item-5-media .item:last-child {
  border-bottom: 0px;
}

.advocacySection .accordion-item-5 .accordion-item-5-media .item .number {
  font-size: 5.708vw;
  font-family: "DM Serif Display", serif;
  animation: grow 2s forwards;
  line-height: 0.9;
}

@media only screen and (max-width: 991px) {
  .advocacySection .accordion-item-5 .accordion-item-5-media .item .number {
    font-size: 40px;
  }
}

.advocacySection .accordion-item-5 .accordion-item-5-media .item .year {
  font-size: 1.667vw;
}

@media only screen and (max-width: 991px) {
  .advocacySection .accordion-item-5 .accordion-item-5-media .item .year {
    font-size: 32px;
  }
}

.advocacySection .accordion-item-5 .accordion-item-5-media .item .line {
  height: 6.875vw;
  margin-right: 1.781vw;
}

@media only screen and (max-width: 991px) {
  .advocacySection .accordion-item-5 .accordion-item-5-media .item .line {
    height: 132px;
    margin-right: 15px;
  }
}

.advocacySection .accordion-item-5 .accordion-item-5-media .item .line-1 {
  background: linear-gradient(270deg, #c0bd31 3.5%, #738135 50%, #59622b 100%);
}

.advocacySection .accordion-item-5 .accordion-item-5-media .item .line-2 {
  background: linear-gradient(270deg, #e7ab2f 3.5%, #935f25 100%);
}

.advocacySection .accordion-item-5 .accordion-item-5-media .item .line-3 {
  background: linear-gradient(270deg, #ec5924 3.5%, #91381e 100%);
}

.advocacySection .accordion-item-5 .accordion-item-5-media .item .line-4 {
  background: linear-gradient(270deg, #6d549f 3.5%, #2e1f3d 100%);
}

.advocacySection .accordion-item-5 .accordion-item-5-media .item .line-5 {
  background: linear-gradient(270deg, #cc4c57 3.5%, #512b2e 100%);
}

.advocacySection .accordion-item-5 .accordion-item-5-media .item .line-6 {
  background: linear-gradient(270deg, #316c81 3.5%, #0f2c3d 100%);
}

@media only screen and (min-width: 992px) {
  .advocacySection .accordion-item-1 .accordion-body-title {
    width: 91%;
  }

  .advocacySection .accordion-item-1 .accordion-body-title .subtitle {
    font-size: 1.667vw;
    line-height: 1.979vw;
    margin-bottom: 1.563vw;
  }

  .advocacySection .accordion-item-2 .item-list-numbers .item-numbers .number {
    font-size: 7.292vw;
    line-height: 7.344vw;
  }

  .advocacySection
    .accordion-item-2
    .item-list-numbers
    .item-numbers
    .description {
    font-size: 1.875vw;
  }

  .advocacySection .accordion-item-2-slide {
    margin-bottom: 4.688vw;
    margin-top: 7.813vw;
    width: 100%;
  }

  .advocacySection .accordion-item-4 .accordion-body-text {
    width: 90%;
  }

  /*
    .advocacySection .accordion-item-4 .accordion-item-4-winners img {
        mix-blend-mode: multiply;
    }
*/
  .carousel-control-next,
  .carousel-control-prev {
    opacity: 1;
  }
  .advocacySection .accordion-item-4 .accordion-item-4-winners .title {
    font-size: 3.333vw;
    line-height: 3.125vw;
    margin-bottom: 5.521vw;
  }

  .advocacySection .accordion-item-4 .accordion-item-4-winners .text {
    width: 36.979vw;
    margin: auto;
  }

  .advocacySection
    .accordion-item-4
    .accordion-item-4-winners
    .text
    .title-item {
    font-size: 2.083vw;
  }

  .advocacySection
    .accordion-item-4
    .accordion-item-4-winners
    .text
    .description {
    font-size: 1.25vw;
  }

  .advocacySection .accordion-item-3 .video-section .overlay .logo-winners {
    max-height: 4.479vw;
  }

  .advocacySection .accordion-item-3 .video-section .overlay .title {
    width: 100%;
    line-height: 2.654vw;
    margin-bottom: 1.658vw;
    margin-top: 3.125vw;
  }

  .advocacySection .accordion-item-5 .accordion-body-subtitle {
    margin-top: 5.208vw;
    margin-bottom: 3.5vw;
  }
}

@media only screen and (max-width: 991px) {
  .advocacySection .accordion-item-2 .item-list-numbers .item-numbers {
    top: 0;
  }
  .advocacySection .accordion-item-5 .accordion-body-subtitle {
    margin-bottom: 40px;
  }

  .advocacySection .accordion-item-2-slide {
    margin-bottom: 30px;
  }

  .advocacySection .accordion-item-2-slide .carousel-control-prev button svg,
  .advocacySection .accordion-item-2-slide .carousel-control-next button svg {
    width: 20px;
    height: 20px;
  }
}

.promotionSection {
  overflow: hidden;
}

.promotionSection .video-section .overlay .overlay-text {
  width: 796px;
  padding: 50px 100px 50px 74px;
  align-items: flex-start;
  left: 70px;
  border-radius: 10px;
  background: linear-gradient(
    153deg,
    rgb(255 255 255 / 68%) 0%,
    rgb(255 255 255 / 76%) 33.94%,
    rgb(255 255 255 / 32%) 100%
  );
  backdrop-filter: blur(21px);
  height: 100%;
}

.promotionSection #carouselPromotion .item {
  display: block !important;
}

.promotionSection .item-photo {
  position: relative;
}

.promotionSection .accordion-item-1 .accordion-body-title {
  margin-bottom: 1.563vw;
}

.carousel-discover-btn {
  position: absolute;
  left: 74px;
  bottom: 3.4vw;
}

.carousel-discover-btn a {
  border-radius: 50px;
  border: 1px solid #fff;
  background: transparent;
  backdrop-filter: unset;
  color: #fff;
  font-family: "DM Serif Display", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #102c3d;
  border-radius: 50px;
  border: 0.052vw solid #102c3d;
  font-size: 1.142vw;
  width: 12vw;
  height: 3vw !important;
}
.carousel-discover-btn a:hover {
  background: #102c3d;
  color: #fff;
  border: 0.052vw solid #102c3d;
}

.discover-mobile {
  display: none;
}

.promotionSection
  .carousel-video
  .carousel-video-indicators
  .carousel-indicators {
  display: none;
}

.promotionSection .carousel-video .carousel-video-indicators button {
  width: auto;
}

.promotionSection .carousel-video-indicators {
  display: flex;
  gap: 20px;
}

.promotionSection .carousel-video .carousel-video-indicators button:hover svg {
  fill: transparent;
}

@media only screen and (max-width: 1799px) {
  .promotionSection .video-section .overlay {
    padding: 50px 50px 50px 50px;
  }

  .carousel-overlay-text p.subtitle {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .carousel-overlay-text .overlay-text {
    padding: 0 !important;
  }

  .carousel-discover-btn {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 30px;
    left: 0;
  }

  .carousel-discover-btn a {
    font-size: 18px;
    width: auto;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 50px;
    display: inline-block;
    height: auto !important;
  }

  .discover-mobile {
    display: block;
  }

  .discover-desktop {
    display: none !important;
  }

  .carousel-video .carousel-inner {
    aspect-ratio: inherit;
  }

  .promotionSection .video-section .overlay {
    background: linear-gradient(
      180deg,
      #d8e6e6 12.5%,
      #3c7488 99.99%,
      #316c81 100%,
      #3c7488 100%
    );
    width: 100%;
    padding: 40px 40px 40px 40px;
  }

  .carousel-overlay-text .video-section .overlay .title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .carousel-overlay-text .video-section .overlay .title br {
    display: none;
  }

  .carousel-overlay-text .video-section .overlay {
    position: relative;
    top: 0;
    height: auto;
    background: linear-gradient(180deg, #eae6e2 0%, #d6c1a5 100%);
    padding: 20px;
  }
  .promotionSection .video-section .overlay .overlay-text {
    padding: 25px !important;
  }
  .promotionSection .video-section .overlay .overlay-text {
    width: 796px;
    padding: 50px 100px 50px 74px;
    align-items: flex-start;
    left: 70px;
    border-radius: 10px;
    backdrop-filter: blur(15px);
  }

  .promotionSection .accordion-item-1 .accordion-body-title {
    margin-bottom: 30px;
  }
  .carousel-video .carousel-video-indicators {
    margin-top: 20px !important;
  }
  .unlock-upgrade-video svg {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .carousel-overlay-text .video-section .overlay .overlay-text {
    display: block !important;
  }

  .carousel-overlay-text.carousel-video
    .carousel-inner
    .carousel-item
    .item
    a
    .video-section {
    height: 100%;
  }

  .carousel-video .titulo-section-video br {
    display: none;
  }
}

.promotionSection .accordion-item-1 .accordion-body-title .title {
  margin-bottom: 1.563vw;
}

@media only screen and (max-width: 991px) {
  .promotionSection .accordion-item-1 .accordion-body-title .title {
    margin-bottom: 30px;
  }
}

.promotionSection .accordion-item-2-map.active::after {
  background: linear-gradient(
    180deg,
    #fff 37.03%,
    #3c7488 142.6%,
    #316c81 142.61%,
    #3c7488 142.61%
  );
  background: #fff;
}

.promotionSection .accordion-item-2-map {
  position: relative;
  z-index: 1;
}

.promotionSection .accordion-item-2-map::after {
  content: " ";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: #eae6e2;
}

.promotionSection .accordion-item-2-map .popup-countrys-map {
  position: relative;
  z-index: 9;
  padding: 2.083vw 0px;
  margin-bottom: 2.083vw;
}

@media only screen and (max-width: 991px) {
  .promotionSection .accordion-item-2-map .popup-countrys-map {
    padding: 60px 0px;
  }
}

.promotionSection .accordion-item-2-map .popup-countrys-map a .circle {
  opacity: 0;
  transition: 0.5s;
}

.promotionSection .accordion-item-2-map .popup-countrys-map a:hover .circle {
  opacity: 1;
}

.promotionSection .accordion-item-2-map .popup-countrys {
  display: none;
  padding: 1.042vw;
  position: relative;
  z-index: 9;
}

@media only screen and (max-width: 991px) {
  .promotionSection .accordion-item-2-map .popup-countrys {
    padding: 20px;
  }
}

.promotionSection .accordion-item-2-map .popup-countrys .item .row-map-title {
  margin-bottom: 2vw;
}

.promotionSection
  .accordion-item-2-map
  .popup-countrys
  .popup-countrys-header
  .title {
  font-size: 1.667vw;
  border-bottom: 0.052vw solid #102c3d;
  padding-bottom: 1.042vw;
  color: #102c3d;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
  display: none;
}

@media only screen and (max-width: 991px) {
  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .popup-countrys-header
    .title {
    font-size: 32px;
    border-bottom: 1px solid #102c3d;
    padding-bottom: 20px;
  }
}

.promotionSection .accordion-item-2-map .popup-countrys .btn-close-popup {
  position: absolute;
  top: 3vw;
  right: 0;
  background: rgba(0, 0, 0, 0);
  border: 0px;
  padding-right: 0;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .promotionSection .accordion-item-2-map .popup-countrys .btn-close-popup {
    top: 31px;
    right: 15px;
  }
}

@media (max-width: 800px) {
  .promotionSection .accordion-item-2-map .popup-countrys .btn-close-popup {
    right: 60px;
  }
}

.promotionSection .accordion-item-2-map .popup-countrys .row-py {
  padding: 0px 0px 4.531vw 0px;
}

@media only screen and (max-width: 991px) {
  .promotionSection .accordion-item-2-map .popup-countrys .row-py {
    padding: 80px 0px 87px 0px;
  }
}

.promotionSection .accordion-item-2-map .popup-countrys .popup-countrys-chair {
  display: flex;
  font-weight: 500;
  color: #102c3d;
  margin-bottom: 3.365vw;
}

.promotionSection .item-photo img {
  border-radius: 10px;
}

.promotionSection .item-photo {
  position: relative;
  border-radius: 10px;
}

@media only screen and (max-width: 991px) {
  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .popup-countrys-chair {
    margin-bottom: 55px;
  }
}

.promotionSection
  .accordion-item-2-map
  .popup-countrys
  .popup-countrys-chair
  .img {
  margin-right: 1.563vw;
}

@media only screen and (max-width: 991px) {
  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .popup-countrys-chair
    .img {
    margin-right: 30px;
  }
}

.promotionSection
  .accordion-item-2-map
  .popup-countrys
  .popup-countrys-chair
  .name {
  font-size: 1.2vw;
  line-height: 1.406vw;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .popup-countrys-chair
    .name {
    font-size: 20px;
    line-height: 27px;
  }
}

.promotionSection
  .accordion-item-2-map
  .popup-countrys
  .popup-countrys-chair
  .country {
  font-size: 1vw;
}

@media only screen and (max-width: 991px) {
  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .popup-countrys-chair
    .country {
    font-size: 18px;
  }
}

.promotionSection
  .accordion-item-2-map
  .popup-countrys
  .popup-countrys-chair
  .role {
  font-size: 1vw;
  position: relative;
  padding: 0vw 0px;
  line-height: 1.4;
  border-left: 1px solid #102c3d;
  padding-left: 20px;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .popup-countrys-chair
    .role {
    font-size: 16px;
  }
}

.promotionSection .accordion-item-2-map .popup-countrys .popup-countrys-text {
  color: #102c3d;
  width: 29.083vw;
  scroll-behavior: smooth;
  direction: rtl;
  padding-left: 30px;
  text-align: left;
  overflow: auto;
  max-height: 36vw;
}

@media only screen and (min-width: 992px) {
  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .popup-countrys-text.text-china {
    width: 29.083vw;
  }
}

@media only screen and (max-width: 991px) {
  .promotionSection .accordion-item-2-map .popup-countrys .popup-countrys-text {
    width: 520px;
  }
}

.promotionSection
  .accordion-item-2-map
  .popup-countrys
  .popup-countrys-text
  .title {
  font-family: "DM Serif Display", serif;
  font-size: 1.554vw;
  margin-bottom: 1.063vw;
  direction: ltr;
}

@media only screen and (max-width: 991px) {
  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .popup-countrys-text
    .title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

.promotionSection
  .accordion-item-2-map
  .popup-countrys
  .popup-countrys-text
  .paragraph {
  font-size: 1.042vw;
  line-height: 1.354vw;
  direction: ltr;
}

@media only screen and (max-width: 991px) {
  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .popup-countrys-text
    .paragraph {
    font-size: 20px;
    line-height: 26px;
  }
}

.promotionSection .accordion-item-2-map .popup-countrys .carouselPromotion {
  position: relative;
}

.promotionSection
  .accordion-item-2-map
  .popup-countrys
  .carouselPromotion
  .carousel-control-prev,
.promotionSection
  .accordion-item-2-map
  .popup-countrys
  .carouselPromotion
  .carousel-control-next {
  opacity: 1;
}

.promotionSection
  .accordion-item-2-map
  .popup-countrys
  .carouselPromotion
  .carousel-control-prev:hover
  svg,
.promotionSection
  .accordion-item-2-map
  .popup-countrys
  .carouselPromotion
  .carousel-control-next:hover
  svg {
  fill: #102c3d00;
}

.promotionSection
  .accordion-item-2-map
  .popup-countrys
  .carouselPromotion
  .carousel-control-prev:hover
  svg
  path,
.promotionSection
  .accordion-item-2-map
  .popup-countrys
  .carouselPromotion
  .carousel-control-next:hover
  svg
  path {
  fill: #102c3d00;
}

.promotionSection
  .accordion-item-2-map
  .popup-countrys
  .carouselPromotion
  .logo {
  position: absolute;
  z-index: 1;
  right: -0.052vw;
  top: 0.781vw;
}

@media only screen and (max-width: 991px) {
  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .carouselPromotion
    .logo {
    right: -1px;
    top: 15px;
  }
}

.promotionSection
  .accordion-item-2-map
  .popup-countrys
  .carouselPromotion
  .carousel-item {
  position: relative;
}

.promotionSection
  .accordion-item-2-map
  .popup-countrys
  .carouselPromotion
  .carousel-item
  .overalay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(21, 21, 21, 0) 59.16%,
    rgba(21, 21, 21, 0.67) 100%
  );
  mix-blend-mode: multiply;
  border-radius: 10px;
}

.promotionSection
  .accordion-item-2-map
  .popup-countrys
  .carouselPromotion
  .carousel-country-indicators {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 50%;
  right: 0;
  left: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media only screen and (max-width: 991px) {
  /*
    .promotionSection .accordion-item-2-map .popup-countrys .carouselPromotion .carousel-country-indicators {
        bottom: 25px;
    }
*/
}

.promotionSection
  .accordion-item-2-map
  .popup-countrys
  .carouselPromotion
  .carousel-country-indicators
  .carousel-control-prev,
.promotionSection
  .accordion-item-2-map
  .popup-countrys
  .carouselPromotion
  .carousel-country-indicators
  .carousel-control-next {
}

.promotionSection
  .accordion-item-2-map
  .popup-countrys
  .carouselPromotion
  .carousel-country-indicators
  .carousel-indicators {
  position: relative;
  margin: 0px;
}

.promotionSection
  .accordion-item-2-map
  .popup-countrys
  .carouselPromotion
  .carousel-country-indicators
  .carousel-indicators
  button {
  border-radius: 50%;
  height: 0.521vw;
  width: 0.521vw;
  border: 0.052vw solid #102c3d;
}

@media only screen and (max-width: 991px) {
  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .carouselPromotion
    .carousel-country-indicators
    .carousel-indicators
    button {
    height: 10px;
    width: 10px;
    border: 1px solid #102c3d;
  }
}

.promotionSection .accordion-item-2-map .item {
  color: #102c3d;
  display: none;
}

.promotionSection .social-network p {
  font-size: 1vw;
  margin-bottom: 0.781vw;
  color: #102c3d;
}

.visit_social p.paragraph {
  min-height: 150px;
}

@media only screen and (max-width: 991px) {
  .promotionSection .social-network p {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.promotionSection .social-network ul {
  display: flex;
  align-items: center;
}

.promotionSection .social-network ul li {
  margin-right: 1.563vw;
}

@media only screen and (max-width: 991px) {
  .promotionSection .social-network ul li {
    margin-right: 30px;
  }
}

.promotionSection .social-network ul li img {
  mix-blend-mode: multiply;
}

.promotionSection .accordion-item-2 .title-accordion .title {
  font-family: "DM Serif Display", serif;
  color: #102c3d;
}

.promotionSection .accordion-item-2 .title-accordion .subtitle {
  font-weight: 500;
  margin-top: 1.563vw;
}
.promotionSection .accordion-item-2 .title-accordion .subtitle.new-zindex {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .promotionSection .accordion-item-2 .title-accordion .subtitle {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .promotionSection .accordion-item-2-map .popup-countrys .btn-close-popup {
    top: 23px;
  }

  .promotionSection .accordion-item-2-map .popup-countrys .btn-close-popup svg {
    width: 56px;
  }

  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .popup-countrys-header
    .title {
    font-size: 20px;
  }

  .promotionSection .accordion-item-2-map .popup-countrys .row-py {
    padding: 0px 0px;
  }

  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .popup-countrys-chair {
    margin-bottom: 31px;
  }

  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .popup-countrys-chair
    .img {
    width: 35%;
    margin-right: 0px;
  }

  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .popup-countrys-chair
    .img
    img {
    width: 87%;
  }

  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .popup-countrys-chair
    .name {
    font-size: 16px;
  }

  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .popup-countrys-chair
    .country,
  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .popup-countrys-chair
    .role {
    font-size: 14px;
  }

  .promotionSection .accordion-item-2-map .popup-countrys .popup-countrys-text {
    width: auto;
  }

  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .popup-countrys-text
    .title {
    font-size: 22px;
    margin-bottom: 21px;
  }

  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .popup-countrys-text
    .paragraph {
    font-size: 16px;
    line-height: 25px;
  }

  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .carouselPromotion
    .logo {
    width: 146px;
  }

  .promotionSection .accordion-item-2 .title-accordion .title {
    font-size: 22px;
  }

  .promotionSection .accordion-item-2 .title-accordion .subtitle {
    font-size: 16px;
  }

  .promotionSection .accordion-item-3 .img-europe {
    width: 150px;
    margin-bottom: 43px;
  }

  .promotionSection .accordion-item-3 .social-network {
    margin-bottom: 30px;
  }

  .promotionSection .accordion-item-3 .social-network p {
    font-size: 20px;
  }

  .promotionSection .accordion-item-3 .social-network img {
    width: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .promotionSection .accordion-item-2 .title-accordion .title br {
    display: none;
  }

  .promotionSection .accordion-item-2 .title-accordion .subtitle br {
    display: none;
  }

  .promotionSection .accordion-item-2-map .popup-countrys-map {
    padding: 40px 0px;
  }
}

@media only screen and (min-width: 992px) {
  .promotionSection .world-map {
    margin-top: -5vw;
  }

  .promotionSection .accordion-item-1 .accordion-body-title .title {
    margin-bottom: 3.646vw;
  }

  .promotionSection .accordion-item-1 #carouselPromotion {
    margin-bottom: 4.688vw;
  }

  .promotionSection .accordion-item-2 .title-accordion {
    width: 100%;
    margin: auto;
  }

  .promotionSection .accordion-item-2 .title-accordion .title {
    font-family: "DM Serif Display", serif;
    font-size: 2.063vw;
    line-height: 2.783vw;
    color: #102c3d;
  }

  .promotionSection .accordion-item-2 .title-accordion .subtitle {
    font-size: 1.146vw;
    line-height: 1.458vw;
    font-weight: 500;
    margin: auto;
    margin-top: 1.563vw;
  }

  .promotionSection .accordion-item-3 .img-europe {
    width: clamp(250px, 21vw, 369px);
    margin-bottom: 4.808vw;
  }
}

@media only screen and (min-width: 992px) {
  .description-section-promotion
    .number-list
    .number-list-item:first-child
    .text {
    margin-left: 2.604vw;
  }
}

.page-section.description-section-advocacy
  .number-list
  .number-list-item
  .number
  span.sinal {
  position: absolute;
  right: -0.677vw;
  top: 0;
  font-size: 1.563vw;
  font-weight: 900;
}

@media only screen and (max-width: 991px) {
  .page-section.description-section-advocacy
    .number-list
    .number-list-item
    .number
    span.sinal {
    font-size: 30px;
  }
}

.page-section.description-section-advocacy
  .number-list
  .number-list-item
  .text {
  font-size: 1.042vw;
}

.page-section.description-section .number-list-item .number span.sinal {
  position: absolute;
  right: -0.677vw;
  top: 0;
  font-size: 1.563vw;
  font-weight: 900;
}

.number-list .number-list-box .number {
  position: relative;
  display: inline-block;
}

.number-list .number-list-box .number span.sinal {
  position: absolute;
  right: -3vw;
  top: 0;
  font-size: 4.263vw;
  font-weight: 600;
  color: rgba(231, 171, 47, 1);
}

@media only screen and (max-width: 991px) {
  .page-section.description-section-advocacy
    .number-list
    .number-list-item
    .text {
    font-size: 20px;
  }
}

.page-section.description-section span.counter {
  font-family: "DM Serif Display";
  color: #ec5924;
  line-height: 1;
}

.advocacySection .page-section.description-section span.counter {
  color: rgba(231, 171, 47, 1);
}

.promotionSection .page-section.description-section span.counter {
  color: #99a739;
}

.description-star p {
  color: #102c3d;
  text-align: right;
  font-family: "Source Sans 3";
  font-size: 0.7vw;
  font-style: normal;
  font-weight: 400;
  max-width: 472px;
  margin: 0 0 2.6vw auto;
}

.membershipSection .page-section.description-section .description-text {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.membershipSection
  .page-section.description-section
  .description-text
  .btn-button {
  margin-left: auto;
  margin-right: auto;
}

.membershipSection .page-section.description-section .description-text h3 {
  font-size: 2.604vw;
  color: #102c3d;
  font-family: "DM Serif Display", serif;
  padding-bottom: 3rem;
}

.imeline-row-slider h3.imeline-title {
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .membershipSection .page-section.description-section .description-text h3 {
    font-size: 2.604vw;
    padding-bottom: 2.5vw;
  }

  .membershipSection .page-section.description-section .description-text {
    width: 49.446vw;
  }

  .page-section.description-section-advocacy .number-list .number-list-item {
    justify-content: space-between;
    height: 12.5vw;
  }

  .page-section.description-section-advocacy
    .number-list
    .number-list-item
    .number
    span.counter {
    font-size: 8.333vw;
  }

  .page-section.description-section span.counter {
    font-size: 7.333vw;
  }

  .page-section.description-section .number-list-item .number span.sinal {
    right: -3.281vw;
    font-size: 5vw;
    top: 1.302vw;
  }

  .page-section.description-section-advocacy
    .number-list
    .number-list-item
    .number
    span.sinal {
    right: -3.281vw;
    font-size: 5vw;
    top: 1.302vw;
  }

  .page-section.description-section-advocacy
    .number-list
    .number-list-item
    .text {
    position: relative;
    font-size: 1.875vw;
  }

  .page-section.description-section-advocacy .market-obs {
    margin-top: 21%;
  }
}

.inner {
  display: none;
}

.page-section.description-section {
  height: auto;
  padding: 5vw 0rem 0;
  color: #fff;
  position: relative;
  background: linear-gradient(180deg, #eae6e2 0%, #d6c1a5 100%);
}

.page-section.description-section .description-text .paragraph {
  font-size: 0.833vw;
  line-height: 1.458vw;
  color: #102c3d;
}

@media only screen and (max-width: 991px) {
  .page-section.description-section .description-text .paragraph {
    font-size: 18px;
    line-height: 28px;
  }
}

.page-section.description-section .description-text .btn-button {
  margin-top: 1.563vw;
}

@media only screen and (max-width: 991px) {
  .page-section.description-section .description-text .btn-button {
    margin-top: 30px;
  }
}

.page-section.description-section .description-number .title,
.page-section.description-section .description-market .title {
  font-size: 1.875vw;
  line-height: 2.656vw;
  margin-bottom: 5vw;
  font-family: "DM Serif Display", serif;
  color: #102c3d;
}

@media only screen and (max-width: 991px) {
  .page-section.description-section .description-number .title,
  .page-section.description-section .description-market .title {
    font-size: 36px;
    line-height: 51px;
    margin-bottom: 30px;
  }
}

.page-section.description-section .description-market .title {
  margin-bottom: 3.958vw;
}

@media only screen and (max-width: 991px) {
  .page-section.description-section .description-market .title {
    margin-bottom: 76px;
  }
}

.page-section.description-section .number-list-item {
  display: flex;
  align-items: flex-end;
  border-bottom: 0.052vw solid rgba(215, 229, 229, 0.5019607843);
  height: 13.021vw;
  border-bottom: 1px solid rgba(215, 229, 229, 0.5019607843);
  border-bottom-height: 250px;
}

.page-section.description-section .number-list-item:last-child {
  border-bottom: 0px;
}

.page-section.description-section .number-list-item .number {
  color: #bdd2d3;
  font-family: "DM Serif Display", serif;
  position: relative;
}

.page-section.description-section .number-list-item .text {
  font-size: 1.823vw;
  margin-left: 0.938vw;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .page-section.description-section .number-list-item .text {
    font-size: 35px;
    margin-left: 18px;
  }
}

.page-section.description-section .market-list-item {
  display: flex;
  flex: 1;
  gap: 10px;
}

.advocacySection .page-section.description-section .market-list-item {
  flex: 0 0 31.6%;
}

@media only screen and (max-width: 991px) {
  .page-section.description-section .market-list-item {
    margin-bottom: 55px;
  }
}

.page-section.description-section .market-list-item .img {
  width: 10.104vw;
  border-radius: 7px;
  border: 1px solid #fffefe;
}

.page-section.description-section .market-list-item .img img {
  border-radius: 7px;
}

@media only screen and (max-width: 991px) {
  .page-section.description-section .market-list-item .img {
    width: 194px;
  }
}

.page-section.description-section .market-list-item .text {
  width: calc(100% - 10.104vw);
  padding: 1vw;
  color: #102c3d;
  position: relative;
  border-radius: 7px;
  border: 1px solid #fff;
  background: linear-gradient(
    253deg,
    rgba(255, 255, 255, 0.3) 9.55%,
    #e4dbcc 88.28%
  );
}

@media only screen and (max-width: 991px) {
  .page-section.description-section .market-list-item .text {
    width: calc(100% - 194px);
    padding: 30px 30px 0px;
  }
}

.page-section.description-section .market-list-item .text .title-chair {
  font-size: 1.4vw;
  line-height: 1.623vw;
  font-weight: 500;
}

.page-section.description-section .market-list-item .text p.subtitle {
  color: #102c3d;
  font-family: "Source Sans 3";
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 6px;
}

@media only screen and (max-width: 991px) {
  .page-section.description-section .market-list-item .text .title-chair {
    font-size: 32px;
    line-height: 35px;
  }
}

.page-section.description-section .market-list-item .text .title-chair strong {
  font-size: 1.25vw;
}

@media only screen and (max-width: 991px) {
  .page-section.description-section
    .market-list-item
    .text
    .title-chair
    strong {
    font-size: 24px;
  }
}

.page-section.description-section .market-list-item .text .country {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.page-section.description-section .market-list-item .text .country p {
  font-size: 1.042vw;
}

.page-section.description-section .description-text h2 {
  color: #102c3d;
  font-family: "DM Serif Display";
  font-size: 6vw;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 2vw;
  line-height: 1.2;
}

@media only screen and (min-width: 992px) {
  font-size: 6vw;
}

@media only screen and (max-width: 991px) {
  .page-section.description-section .market-list-item .text .country p {
    font-size: 20px;
  }
}

.page-section.description-section .market-obs p {
  font-size: 1.354vw;
  line-height: 1.51vw;
}

@media only screen and (max-width: 991px) {
  .page-section.description-section .market-obs p {
    font-size: 26px;
    line-height: 29px;
  }
}

@media only screen and (min-width: 992px) {
  .page-section.description-section .description-text {
    width: 32vw;
  }

  .page-section.description-section .description-text .paragraph {
    font-size: 1.042vw;
    line-height: 1.458vw;
  }

  .page-section.description-section .description-text .btn-button {
    margin-top: 4.948vw;
    margin-bottom: 5.313vw;
    width: 15vw;
    height: 3vw;
  }

  .page-section.description-section .number-list-item {
    padding-bottom: 3.125vw;
  }

  .page-section.description-section .number-list-item .number {
    font-size: 10.417vw;
    bottom: -2.76vw;
  }

  .page-section.description-section .number-list-item .text {
    line-height: 2.292vw;
    margin-left: 1.146vw;
  }

  .page-section.description-section .market-list-item .country {
    position: absolute;
    width: calc(100% - 2vw);
    bottom: 0.833vw;
  }
}

@media only screen and (max-width: 991px) {
  .page-section.description-section {
    padding-bottom: 15px;
    padding-top: 2rem;
  }

  .page-section.description-section .description-text .btn-button {
    font-size: 18px;
  }

  .page-section.description-section .description-number .title,
  .page-section.description-section .description-market .title {
    font-size: 26px;
    margin-bottom: 0px;
    line-height: normal;
  }

  .page-section.description-section .description-market .title {
    margin-bottom: 30px;
  }

  .page-section.description-section .number-list {
    margin-bottom: 30px;
  }

  .page-section.description-section .number-list-item {
    height: auto;
    padding: 0px 0px 25px 0;
  }

  .page-section.description-section .number-list-item .number {
    font-size: 72px;
    bottom: -18px;
  }

  .page-section.description-section .number-list-item .text {
    font-size: 20px;
  }

  .page-section.description-section .img-mask {
    display: none;
  }

  .page-section.description-section .description-market .title {
    font-size: 26px;
  }

  .page-section.description-section .market-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .page-section.description-section .market-list-item {
    width: 48%;
    margin: 0px auto 30px auto;
  }

  .page-section.description-section .market-list-item .text {
    padding: 10px;
    width: 63%;
  }

  .page-section.description-section .market-list-item .text .chair {
    height: 79%;
  }

  .page-section.description-section .market-list-item .text .chair .subtitle {
    font-size: 12px;
  }

  .page-section.description-section
    .market-list-item
    .text
    .chair
    .title-chair {
    font-size: 18px;
    line-height: normal;
  }

  .page-section.description-section .market-list-item .text .country p {
    font-size: 16px;
  }

  .page-section.description-section .market-list-item .text .country img {
    width: 30px;
  }

  .page-section.description-section .market-list-item .img {
    width: 37%;
  }

  .page-section.description-section .market-obs p {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 568px) {
  .page-section.description-section .market-list-item {
    width: 100%;
  }

  .page-section.description-section .description-text .btn-button {
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 50px;
  }
}

.amptravel-gallery {
  padding: 0px 0px !important;
}

@media only screen and (min-width: 992px) {
  .amptravel-gallery .amptravel-gallery--scroll-wrapper {
    grid-auto-columns: calc(25% - 0.625vw) !important;
    grid-template-rows: 1fr !important;
    grid-gap: 0.833vw !important;
  }

  .amptravel-gallery .amptravel-gallery--card-row {
    max-width: inherit !important;
  }
}

@media only screen and (max-width: 991px) {
  .amptravel-gallery .amptravel-gallery--scroll-wrapper {
    grid-template-rows: repeat(1, 1fr) !important;
  }
}

#HowETCWorks.show {
  height: 100vh;
  width: 100vw;
}

#HowETCWorks.show #modalImage {
  overflow: hidden;
  transition: height 3s ease;
  height: 100%;
  width: auto;
}

#HowETCWorks.show #modalImage img {
  opacity: 1;
  height: auto;
  width: auto;
  aspect-ratio: 2/1;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  display: block;
  margin: 0 auto;
  transition: height 3s ease;
}

#HowETCWorks {
  background: linear-gradient(
    180deg,
    #d8e6e6 12.5%,
    #3c7488 99.99%,
    #316c81 100%,
    #3c7488 100%
  );
  --bs-modal-bg: transparent;
  background: #e0d4c4;
}

#HowETCWorks .btn-close {
  background: none;
  opacity: 1;
  height: 2.865vw;
  width: 2.865vw;
}

#HowETCWorks .btn-close svg {
  margin: -0.417vw -0.417vw -0.417vw auto;
  padding: 0.417vw;
  max-width: 100%;
  max-height: 100%;
}

#HowETCWorks #modalImage {
  overflow: hidden;
  transition: height 3s ease;
  height: 0;
  width: 100%;
}

#HowETCWorks #modalImage img {
  opacity: 0;
  width: 100%;
}

#HowETCWorks .modal-dialog {
  height: min(100vh, 100%);
  width: min(100vw, 100%);
  margin: initial;
  max-width: initial;
}

#HowETCWorks .modal-dialog .modal-content {
  border: 0;
}

#HowETCWorks .modal-dialog .modal-content .modal-body .modal-header {
  border-bottom: 0.052vw solid #0f2c3d;
  padding: 0.833vw 0 1.667vw 0;
}

@media only screen and (max-width: 991px) {
  #HowETCWorks .modal-dialog .modal-content .modal-body .modal-header {
    border-bottom: 1px solid #0f2c3d;
  }
}

#HowETCWorks .modal-dialog .modal-content .modal-body .modal-header .title {
  font-size: 1.875vw;
  color: #0f2c3d;
  font-family: "DM Serif Display", serif;
}

@media only screen and (max-width: 991px) {
  #HowETCWorks .modal-dialog .modal-content .modal-body .modal-header .title {
    font-size: 36px;
  }
}

#HowETCWorks .modal-dialog .modal-content .modal-body .paragraph {
  color: #0f2c3d;
  text-align: right;
  font-size: 1.042vw;
  margin: 0.833vw 0 1.667vw 0;
}

@media only screen and (max-width: 991px) {
  #HowETCWorks .modal-dialog .modal-content .modal-body .paragraph {
    font-size: 20px;
  }
}

@media only screen and (max-width: 991px) {
  #HowETCWorks .modal-dialog .modal-content .modal-body .modal-header {
    padding: 16px 0 16px 0;
  }

  #HowETCWorks .modal-dialog .modal-content .modal-body .modal-header .title {
    font-size: 21px;
  }

  #HowETCWorks
    .modal-dialog
    .modal-content
    .modal-body
    .modal-header
    .btn-close {
    height: 21px;
    width: 21px;
  }

  #HowETCWorks
    .modal-dialog
    .modal-content
    .modal-body
    .modal-header
    .btn-close
    svg {
    margin: 0 0 0 auto;
    padding: 0;
    max-width: 100%;
    max-height: 100%;
  }

  #HowETCWorks .modal-dialog .modal-content .modal-body .paragraph {
    font-size: 11px;
    margin: 0.5rem 0 2rem 0;
  }
}

/*****unlock unexpected upgrade*****/
.unlock {
  background: linear-gradient(180deg, #fff 18.17%, #d8e6e6 101.04%);
  color: #fff;
  height: auto;
  padding: 2.083vw 0px 2.083vw 0px;
  overflow: hidden;
}

p.para-blue {
  color: #2e6c80;
  font-size: 1.7vw;
  margin-bottom: 3vw;
}

.unlock-logo-btn {
  display: flex;
  align-items: center;
  margin-top: 2.323vw;
  gap: 3.5vw;
}

.unlock-logo-btn img {
  max-width: 17vw;
}

/*********Transatlantic travel in focus**********/

.transatlantic-travel {
  background: #eae6e2;
}

.trans-heading {
  text-align: center;
  padding-bottom: 1vw;
}

.trans-heading h3.title {
  margin-bottom: 3.008vw;
}

.trans-heading p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.042vw;
  line-height: 1.458vw;
}

.trans-heading p {
  font-size: 0.833vw;
  line-height: 1.458vw;
  color: #102c3d;
  max-width: 700px;
  margin: 0 auto;
}

@media only screen and (min-width: 992px) {
  .trans-heading p {
    font-size: 1.042vw;
    line-height: 1.458vw;
  }
}

.eu-commisioner {
  display: flex;
  align-items: center;
  gap: 2vw;
}

.eu-comossioner-content h3 {
  color: #102c3d;
  font-size: 1.7vw;
  font-style: italic;
  font-weight: 400;
  width: 540px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-family: "DM Serif Text", serif;
}

.eu-comossioner-content p {
  font-size: 0.833vw;
  line-height: 1.458vw;
  color: #102c3d;
}

.eu-comossioner-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 4vw;
  margin-top: 5.5vw;
}

.eu-commisioner {
  display: flex;
  align-items: center;
  gap: 2vw;
  background-image: url(/annualreport2025/images/home/Europe-Returns/flag-europe.webp);
  background-repeat: no-repeat;
}

@media only screen and (min-width: 992px) {
  .eu-comossioner-content p {
    font-size: 1.042vw;
    line-height: 1.458vw;
  }
}

.eu-stakeholder .eu-stakeholder-content p {
  font-size: 0.833vw;
  line-height: 1.458vw;
  color: #102c3d;
}

@media only screen and (min-width: 992px) {
  .eu-stakeholder .eu-stakeholder-content p {
    font-size: 1.042vw;
    line-height: 1.458vw;
  }
}

.eu-stakeholder .eu-stakeholder-content h3 {
  color: #102c3d;
  font-family: "DM Serif Display";
  font-size: 2vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 2.1vw;
}

.eu-stakeholder .eu-stakeholder-content p {
  margin-bottom: 1vw;
}

.eu-stakeholder-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 4vw;
}

.eu-stakeholder-content ul li h5 {
  color: #102c3d;
  font-family: "Source Sans 3";
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 15px;
}

.eu-stakeholder-content ul li img {
  object-fit: contain;
  width: 75px;
  height: 65px;
}

.eu-stakeholder-content ul li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.eu-stakeholder-content {
  width: calc(42% - 1.5vw);
}

.eu-stakeholder-slider {
  width: calc(58% - 1.5vw);
}

.eu-stakeholder {
  display: flex;
  gap: 3vw;
  padding: 3rem 0;
}

@media only screen and (min-width: 992px) {
  .eu-stakeholder {
    padding: 5vw 0;
  }
}

.europe-stake .item img {
  border-radius: 10px;
  width: 100%;
  opacity: 0.5;
}

.eu-stakeholder-slider .swiper-slide.swiper-slide-active .item img {
  opacity: 1;
}

.eu-stakeholder-slider .swiper {
  padding: 5% 20%;
}

.eu-stakeholder-slider .swiper-slide {
  transition: all 0.5s ease-in-out;
  transform: scale(0.85);
}

.eu-stakeholder-slider .swiper-slide.swiper-slide-active {
  transform: scale(1.2);
  z-index: 1;
}

.europe-stake .swiper-indicator .swiper-button-prev {
  bottom: 0;
  top: auto;
  left: calc(50% - 50px);
  opacity: 1;
}

.europe-stake .swiper-indicator .swiper-button-prev svg {
  fill: transparent;
}

.europe-stake .swiper-indicator .swiper-button-next svg {
  fill: transparent;
}

.europe-stake .swiper-indicator .swiper-button-next {
  bottom: 0;
  top: auto;
  right: calc(50% - 50px);
  opacity: 1;
}

.europe-stake .swiper-indicator {
  opacity: 1 !important;
  margin-top: 3.5vw;
}

.skift-translantic .eu-stakeholder-content p {
  max-width: 34vw;
}

.sponsered-div {
  display: flex;
  align-items: flex-start;
  margin-top: 4vw;
  gap: 10px;
}

.sponsered-div ul li {
  display: block;
}

.sponsered-div ul {
  margin-top: 0px;
  display: block;
  flex: 1;
}

.eu-stakeholder-content ul li .sponsered-imag img {
  width: auto;
  height: 25px;
}

.sponsered-imag {
  display: flex;
  gap: 15px;
}

.sponsered-div ul li:last-child {
  margin-top: 1.6vw;
}

.sponsered-div .european-uninion-logo {
  width: 13vw;
  text-align: right;
  margin-top: 20px;
}

.sponsered-div .european-uninion-logo img {
  width: 12vw;
}

.eu-stakeholder-content ul li .hosted-imag img {
  width: auto;
  height: auto;
}

.skift-translantic {
  padding-top: 0;
  padding-bottom: 0;
}

.translantic-bg {
  background-image: url("/annualreport2025/images/home/Europe-Returns/us statue.webp");
  background-repeat: no-repeat;
  background-size: 38vw;
  background-position-x: right;
  background-position-y: -2vw;
  padding-top: 3vw;
}

.translantic-bg .row.row1 {
  border-top: 1px solid #102c3d;
  padding-top: 3rem;
}

.translantic-bg .row.row4 {
  border-bottom: 1px solid #102c3d;
  padding-bottom: 3rem;
}

@media only screen and (min-width: 992px) {
  .translantic-bg .row.row1 {
    padding-top: 4vw;
  }

  .translantic-bg .row.row4 {
    padding-bottom: 5vw;
  }
}
@media only screen and (max-width: 1599px) {
  .eu-stakeholder-content ul li .sponsered-imag img {
    height: 1.6vw;
  }
  .sponsered-div .european-uninion-logo img {
    width: 15vw;
  }
  .eu-stakeholder-content ul li img {
    width: 60px;
    height: 60px;
  }
  .translantic-bg {
    background-size: contain;
  }
  .eu-commisioner {
    background-size: contain;
  }
}
@media only screen and (max-width: 1199px) {
  .eu-comossioner-content h3 {
    color: #102c3d;
    font-size: 1.7vw;
    font-style: italic;
    font-weight: 400;
    width: 100%;
    margin-bottom: 10px;
    line-height: 1.2;
    font-family: "DM Serif Text", serif;
    max-width: 330px;
  }
  .eu-comossioner-img {
    width: 260px;
  }
  .europe-stake .swiper-indicator {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .trans-heading p {
    font-size: 14px;
    line-height: 1.4;
  }
  .trans-heading h3.title {
    margin-bottom: 20px;
    font-size: 26px;
  }
  .eu-comossioner-content p {
    font-size: 12px;
    line-height: 1.2;
  }
  .eu-stakeholder .eu-stakeholder-content h3 {
    font-size: 20px;
  }
  .eu-stakeholder .eu-stakeholder-content p {
    font-size: 14px;
    line-height: 1.4;
  }
  .eu-stakeholder-content ul li h5 {
    font-size: 14px;
  }
  .eu-stakeholder-content ul li img {
    width: 50px;
    height: 50px;
  }
  .imeline-row-slider .inner-nav-wrap svg,
  .europe-stake .swiper-indicator svg {
    width: 30px;
  }
  /*
    .europe-stake .swiper-indicator .swiper-button-next {
    right: calc(50% - 40px);
}
    .europe-stake .swiper-indicator .swiper-button-prev {
    left: calc(50% - 40px);
}
*/
  .eu-stakeholder {
    gap: 30px;
    flex-wrap: wrap;
  }
  .eu-stakeholder-content ul {
    margin-top: 20px;
  }
  .eu-stakeholder .eu-stakeholder-content h3 br {
    display: none;
  }
  .skift-translantic {
    flex-direction: column-reverse;
  }
  .eu-comossioner-img,
  .eu-stakeholder-content,
  .eu-stakeholder-slider {
    width: 100%;
  }
  .skift-translantic .eu-stakeholder-content p {
    max-width: 100%;
  }
  .eu-stakeholder-content ul li .sponsered-imag img {
    height: 20px;
  }
  .eu-stakeholder-content ul li .hosted-imag img {
    width: 40px;
    height: 40px;
  }
  .sponsered-div .european-uninion-logo img {
    width: 130px;
  }
  .sponsered-div .european-uninion-logo {
    width: 180px;
  }
  .eu-commisioner {
    background-size: contain;
    flex-direction: column;
    margin-top: 20px;
  }
  .eu-comossioner-content {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    width: 100%;
  }
  .eu-comossioner-content h3 {
    font-size: 20px;
    max-width: 100%;
  }
  .trans-heading h3.title br {
    display: none;
  }
  .translantic-bg {
    background-size: 50%;
  }
}
/************/

/*************future proofing************/
.prepare-european {
  padding-top: 3rem;
  background: linear-gradient(180deg, #eae6e2 0%, #d6c1a5 100%);
}

.prepareeuropean-bg {
  background-image: url("/annualreport2025/images/home/Futureproofing/bg-frame.webp");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  padding-bottom: 3rem;
}

.prepare-european .title-section {
  text-align: center;
  margin-bottom: 1.563vw;
}

@media only screen and (min-width: 992px) {
  .prepareeuropean-bg {
    padding-bottom: 5vw;
  }

  .prepare-european .title-section {
    margin-bottom: 3.008vw;
  }

  .prepare-european {
    padding-top: 5vw;
  }
}

.futureproofing-text {
  max-width: 867px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1999px) and (max-width: 2999px) {
  .futureproofing-text {
    max-width: 1200px;
  }
}

.futureproofing-text .paragraph {
  font-size: 0.833vw;
  line-height: 1.458vw;
  color: rgb(16, 44, 61);
}

.futureproofing-text .paragraph span {
  font-weight: 600;
  font-style: italic;
}

@media only screen and (min-width: 992px) {
  .futureproofing-text .paragraph {
    font-size: 1.042vw;
    line-height: 1.458vw;
  }
}
.futureproofing-text a.btn {
  font-family: "DM Serif Display", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #102c3d;
  border-radius: 100px;
  border: 0.052vw solid #102c3d;
  font-size: 1.142vw;
  margin-top: 4.5vw;
  margin-left: auto;
  margin-right: auto;
  width: 12vw;
  height: 3vw;
}
.futureproofing-text a.btn:hover {
  background: #102c3d;
  color: #fff;
  border: 0.052vw solid #102c3d;
}

.tour-landscape-card {
  border-radius: 10px;
  border: 1px solid #fff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0.35) 100%
  );
  height: 100%;
}

.tour-land-slider .swiper-slide {
  height: auto;
}

.tour-land-slider .swiper-pagination {
  border: 2px solid #ccb088;
  background: #faf2e9;
}

.tour-landscape-media {
  padding: 10px 10px;
}

.tour-landscape-media img {
  width: 100%;
  -webkit-mask-image: linear-gradient(to top, transparent 0%, black 35%);
  mask-image: linear-gradient(to top, #00000000 0%, #000000 65%);
}
.tour-landscape-content {
  padding: 0 2.1vw 2.1vw;
  margin-top: -50px;
}

.tour-landscape-content h3 {
  color: #102c3d;
  font-family: "DM Serif Display";
  font-size: 2vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.5vw;
}

.tour-landscape-content p {
  font-size: 0.833vw;
  line-height: 1.458vw;
  color: #102c3d;
}

@media only screen and (min-width: 992px) {
  .tour-landscape-content p {
    font-size: 1.042vw;
    line-height: 1.458vw;
  }
}

.tourism-landscape {
  padding-top: 3rem;
}

.tour-accordion {
  padding-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vw;
}

@media only screen and (min-width: 992px) {
  .tourism-landscape {
    padding-top: 5vw;
  }

  .tour-accordion {
    padding-top: 5vw;
  }
}

.tour-accordion-item {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #fff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0.35) 100%
  );
  width: 100%;
}

.tour-accordion-header {
  width: 100%;
  padding: 1.4vw 2vw 1.4vw;
  background: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #102c3d;
  font-family: "DM Serif Display";
  font-size: 2vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}

/* Icon (circle + arrow) */
.tour-accordion-icon {
  transition: 0.3s;
}

.tour-accordion-item.active .tour-accordion-icon {
  transform: rotate(-180deg);
}

.tour-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  padding: 0 1.8vw;
}

.tour-accordion-item.active .tour-accordion-content {
  max-height: 500px;
}

.tour-accordion-content ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-bottom: 2.5vw;
}

.tour-accordion-content li {
  font-size: 0.833vw;
  line-height: 1.458vw;
  color: #102c3d;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .tour-accordion-content li {
    font-size: 1.042vw;
    line-height: 1.458vw;
  }
}

/************/

@media only screen and (min-width: 992px) {
  .unlock {
    padding: 3.125vw 0px 3.125vw 0px;
  }
}

@media only screen and (max-width: 991px) {
  .unlock-logo-btn img {
    max-width: 210px;
  }

  .unlock {
    padding: 60px 0px 60px 0px;
  }

  p.para-blue {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .unlock-logo-btn {
    align-items: center;
    margin-top: 0;
    gap: 10px;
    /* flex-direction: column; */
    justify-content: space-between;
  }

  .unlock {
    padding: 40px 0px 40px 0px;
  }

  .unlock-logo-btn img {
    width: 170px;
    max-width: 100%;
  }
}

/*****/
.market-list {
  display: flex;
  gap: 2.2vw;
}

.number-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 3rem;
}

.advocacySection .number-list {
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
  .number-list {
    gap: 2.2vw;
    margin-bottom: 5vw;
  }
}

.promotionSection .description-texture-bg {
  background-image: url(/annualreport2025/images/home/promotion/promotion-bf-texture.webp);
}

.description-texture-bg {
  background-image: url("/annualreport2025/images/home/Knowledge/description-texture-image.webp");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  padding-bottom: 5rem;
}

.advocacySection .description-texture-bg {
  background-image: url(/annualreport2025/images/home/advocacy/advocacy-bg-texture.webp);
}

.number-list .number-list-box {
  flex: 1;
  border-radius: 10px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  padding: 4vw 2.2vw 10px 2.2vw;
}

.number-list .number-list-box p.text {
  color: #102c3d;
  font-family: "Source Sans 3";
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 15px;
  min-height: 5vw;
}

.membershipSection .page-section.description-section:before {
  display: none;
}

.page-section.description-section:before {
  right: 0;
  position: absolute;
  content: "";
  background-image: url(/annualreport2025/images/home/Knowledge/knowledge-ellips.svg);
  width: 36.5vw;
  height: 36.5vw;
  background-size: contain;
  top: 0;
  background-repeat: no-repeat;
}

.promotionSection .page-section.description-section:before {
  background-image: url(/annualreport2025/images/home/promotion/promotion-arc.svg);
}

.promotionSection .page-section.description-section .market-list-item {
  flex: 0 0 31.6%;
}

.description-main-row {
  border-bottom: 1px solid #102c3d;
  margin-bottom: 5vw;
}

.page-section.description-section .description-text .paragraph {
  color: #102c3d;
}

.page-section.description-section .description-text .btn-button {
  border-color: #102c3d;
  color: #102c3d;
  text-transform: capitalize;
}

.page-section.description-section .description-text .btn-button:hover {
  background: #102c3d;
  color: #d8e6e6;
  border: 0.052vw solid #102c3d;
}

.page-section.description-section .number-list-item {
  justify-content: space-between;
  text-align: right;
}

.social-network {
  margin-top: 50px;
}

.promotionSection .accordion-faq {
  background: linear-gradient(180deg, #fff 25.49%, #d8e6e6 58.02%);
}

.signi-milestones h4.title {
  font-family: "DM Serif Display", serif;
  font-size: 24px;
  color: #102c3d;
  line-height: 1.2;
  margin-bottom: 20px;
}

.signi-col {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.signi-col .col-md-4.item {
  width: calc(33.33% - 34px);
}

.signi-col p.sub-para {
  color: #102c3d;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  margin-top: 5px;
  padding: 0 5px;
}

p.title.spa-title {
  margin-top: 50px;
}

.promotionSection .item-photo .logo {
  display: none;
}

a.btn-uae {
  display: none;
}

.new-flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.new-flex-two {
  display: flex;
  gap: 50px;
}

.new-flex-first h3 {
  font-size: 2vw;
  font-style: normal;
  font-weight: 400;
  color: #102c3d;
  font-family: "DM Serif Display";
  margin-bottom: 10px;
  line-height: 1;
}

/* Scrollbar Track */
.promotionSection
  .accordion-item-2-map
  .popup-countrys
  .popup-countrys-text::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}

/* Scrollbar Track Background */
.promotionSection
  .accordion-item-2-map
  .popup-countrys
  .popup-countrys-text::-webkit-scrollbar-track {
  background: rgba(239, 229, 219, 1);
  border-radius: 3px;
}

/* Scrollbar Thumb (the moving handle) */
.promotionSection
  .accordion-item-2-map
  .popup-countrys
  .popup-countrys-text::-webkit-scrollbar-thumb {
  /* dark navy */
  border-radius: 3px;
  background-color: #c6b08b;
  box-shadow: 2px 2px 4px 0 #bcbcbc;
  width: 20px;
}

.promotionSection .accordion-faq .accordion-header.key-market-header.active {
  border-bottom: none !important;
}

.promotionSection
  .accordion-item-2-map
  .popup-countrys
  .popup-countrys-text.text-china {
  scroll-behavior: smooth;
  direction: rtl;
  padding-left: 30px;
  text-align: left;
  overflow: auto;
  max-height: 36vw;
}
.video-thumbnail {
  width: 100%;
  display: block;
}
.unlock-upgrade-video iframe {
  width: 100%;
  height: 100%;
}

.unlock-upgrade-video {
  height: 55.719vw;
  position: relative;
  overflow: hidden;
}
.unlock-upgrade-video iframe.unlock-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.unlock-upgrade-video video.unlock-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.unlock-upgrade-video .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  font-size: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  background: transparent;
}

.unlock-upgrade-video .video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

div#accordionAdvocacy .accordion-body {
  position: relative;
}

.advocacy-video-child .overlay {
  align-items: center;
  justify-content: center;
}

.advocacy-video-child .overlay .play img {
  margin-right: 0;
}

.publish-book {
  margin-top: 0vw;
}

.book-publish-content a.btn.btn-button {
  margin-top: -30px;
}

.winners-video .play p {
  font-family: "Source Sans 3", sans-serif;
}

.winner-box {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 6px 21.5px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.winner-new-slider .carousel-inner {
  overflow: inherit;
}

.winner-box .winner-image {
  width: calc(55% - 0px) !important;
}

.winner-box .text {
  width: calc(45% - 0px) !important;
  margin: 0 !important;
  padding: 3vw 2.5vw 3vw 4vw;
  display: flex;
  flex-direction: column;
}

.text-block-wrap {
  flex-grow: 1;
}

.winner-box a.btn.btn-button {
  margin-left: 0 !important;
}

.winner-box p.follow-by {
  font-size: 1.25vw;
  color: #102c3d;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 15px;
}

.winner-box p.description {
  font-weight: 500;
  margin-bottom: 0 !important;
  margin-top: 1.248vw !important;
}

.year-round-para p.paragraph {
  font-weight: 500;
}

p.line {
  max-width: 178px;
  margin: 45px auto 0;
  background: #102c3d;
  height: 1px;
}

.associate-list ul li .aso-text p.paragraph {
  font-size: 16px;
  font-weight: 400;
  color: #0f2c3d;
}

.new-associate-m .accordion-body-text p.paragraph {
  color: #0f2c3d;
}

.associate-list ul li {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #102c3d;
  padding-top: 45px;
  padding-bottom: 40px;
  align-items: center;
}

.associate-list {
  margin-top: 40px;
}

.associate-list ul li:last-child {
  padding-bottom: 0;
}

.promotionSection .accordion-item-2-map .item .col-md-6 {
  position: relative;
}

.promotionSection .accordion-item-2-map .item span.zoom-plus {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 4.4vw;
  height: 4.4vw;
  background: #102c3d;
  text-align: center;
  line-height: 4.4vw;
}

.promotionSection .accordion-item-2-map .caro-popup {
  max-width: 100%;
  width: 100%;
  top: 0;
  margin-top: 4vw;
  border: none;
  box-shadow: none;
  padding: 0;
  display: none;
  padding-bottom: 4vw;
}

.promotionSection .accordion-item-2-map .caro-popup .cross-close {
  position: absolute;
  right: 0px;
  z-index: 9;
  width: 4.4vw;
  height: 4.4vw;
  background: #102c3d;
  text-align: center;
  line-height: 4.4vw;
  cursor: pointer;
}

.promotionSection .accordion-item-2-map .item span.zoom-plus img,
.promotionSection .accordion-item-2-map .caro-popup .cross-close img {
  width: 1.9vw;
}

/**********toggled card****************/

.toggle-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 543px;
  margin-left: auto;
  margin-top: 3vw;
  height: 100%;
}

.top-tog {
  padding: 3vw 2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toggle-accordion .cardd {
  color: #fff;
  border-radius: 2.3vw;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s ease;
  transform: scale(1);
  opacity: 1;
  position: relative;
}

.toggle-accordion .card-content {
  height: 0;
  overflow: hidden;
  transition: height 0.7s ease;
  color: #fff;
  margin-top: 0px;
}

.toggle-accordion .cardd img {
  width: 100%;
  border-radius: 2.3vw;
  margin-top: 10px;
}

.toggle-accordion .cardd h3 {
  font-size: 1.5vw;
  font-weight: 600;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  font-family: "Source Sans 3";
  line-height: 1.3;
}

.toggle-accordion .toggle input {
  display: none;
}

.toggle-accordion .toggle input:checked + .slider {
  background: #222;
}

.toggle-accordion .toggle input:checked + .slider::before {
  transform: translateX(25px);
}

.togglee {
  width: 12vw;
  height: 3.8vw;
  display: flex;
  align-items: center;
  padding: 0 6px;
  cursor: pointer;
  font-weight: bold;
  color: #000;
  transition: background 0.3s ease;
  border-radius: 54px;
  border: 1px solid #fff;
  background: linear-gradient(0deg, #82cbe5 0%, #6bb8d3 100%);
  box-shadow: 0px 5px 10px 0px #316c81 inset;
}

.togglee input {
  display: none;
}

.togglee .slider {
  width: 44px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  margin-left: 0;
  z-index: 2;
  background: linear-gradient(180deg, #b3e4f5 0%, #e4f2f7 100%);
  filter: drop-shadow(1px 4px 2.7px rgba(0, 0, 0, 0.25));
}

.togglee span.text {
  margin-left: auto;
  margin-right: 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  z-index: 1;
  transition: all 0.3s ease;
}

/* ACTIVE toggle state */
.togglee input:checked ~ .slider {
  transform: translateX(66px);
}

.togglee input:checked ~ .text {
  margin-left: 10px;
  margin-right: auto;
}

/* Background transition for "LOCK" state */
.togglee input:checked ~ .slider + .text {
  color: #fff;
}

.sld-btn {
  max-width: 12vw;
  height: 3.8vw;
  display: flex;
  align-items: center;
  padding: 0 6px 0 6px;
  cursor: pointer;
  font-weight: bold;
  color: #000;
  transition: background 0.3s ease;
  border-radius: 54px;
  border: 1px solid #fff;
  background: linear-gradient(0deg, #82cbe5 0%, #6bb8d3 100%);
  box-shadow: 0px 5px 10px 0px #316c81 inset;
  position: relative;
  width: 100%;
  text-transform: uppercase;
}

.cardd.blue.open .sld-btn {
  border-radius: 54px;
  border: 1px solid #fff;
  background: linear-gradient(0deg, #10617d 0%, #008dc0 100%);
  box-shadow: 0px 5px 10px 0px #316c81 inset;
}

.cardd.blue.open .sld-btn h4 {
  color: #e6f6ff;
}

.cardd.yellow .sld-btn {
  border-radius: 54px;
  border: 1px solid #fff;
  background: linear-gradient(0deg, #ffea97 0%, #ffe168 100%);
  box-shadow: 0px 5px 10px 0px #b89300 inset;
}

.cardd.yellow .sld-btn span.slider-cs {
  background: linear-gradient(180deg, #ffefaf 0%, #fff 100%);
  filter: drop-shadow(1px 4px 2.7px rgba(0, 0, 0, 0.25));
}

.cardd.yellow h4 {
  color: #655100;
}

.cardd.yellow.open .sld-btn {
  border-radius: 54px;
  border: 1px solid #fff;
  background: linear-gradient(0deg, #927500 0%, #daae00 100%);
  box-shadow: 0px 5px 10px 0px #836900 inset;
}

.cardd.green .sld-btn {
  border-radius: 54px;
  border: 1px solid #fff;
  background: linear-gradient(0deg, #edffc5 0%, #d9ff82 100%);
  box-shadow: 0px 5px 10px 0px #77a315 inset;
}

.cardd.green .sld-btn h4 {
  color: #324800;
}

.cardd.green .sld-btn span.slider-cs {
  background: linear-gradient(180deg, #d0f088 0%, #f8ffe8 100%);
  filter: drop-shadow(1px 4px 2.7px rgba(0, 0, 0, 0.25));
}

.cardd.green.open .sld-btn {
  border-radius: 54px;
  border: 1px solid #fff;
  background: linear-gradient(0deg, #567d00 0%, #6e9f00 100%);
  box-shadow: 0px 5px 10px 0px #436100 inset;
}

.cardd.green.open .sld-btn {
  border-radius: 54px;
  border: 1px solid #fff;
  background: linear-gradient(0deg, #567d00 0%, #6e9f00 100%);
  box-shadow: 0px 5px 10px 0px #436100 inset;
}

.cardd.green.open .sld-btn h4 {
  color: #e6f6ff;
}

.cardd.orange .sld-btn {
  border-radius: 54px;
  border: 1px solid #fff;
  background: linear-gradient(0deg, #e7c899 0%, #dea756 100%);
  box-shadow: 0px 5px 10px 0px #c07300 inset;
}

.cardd.orange .sld-btn h4 {
  color: #452900;
}

.cardd.orange .sld-btn span.slider-cs {
  background: linear-gradient(180deg, #ffe2b6 0%, #fff6e7 100%);
  filter: drop-shadow(1px 4px 2.7px rgba(0, 0, 0, 0.25));
}

.cardd.orange.open .sld-btn {
  border-radius: 54px;
  border: 1px solid #fff;
  background: linear-gradient(0deg, #a96600 0%, #d48000 100%);
  box-shadow: 0px 5px 10px 0px #844f00 inset;
}

.cardd.orange.open .sld-btn h4 {
  color: #e6f6ff;
}

.sld-btn h4 {
  /* width: 100%; */
  text-align: center;
  padding: 0;
  color: #102c3d;
  font-family: "Source Sans 3";
  font-size: 1.1vw;
  font-style: normal;
  font-weight: 600;
  flex: 1;
  /* text-align: left; */
  position: relative;
  top: 2px;
}

span.slider-cs {
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  margin-left: 0;
  z-index: 2;
  background: linear-gradient(180deg, #b3e4f5 0%, #e4f2f7 100%);
  filter: drop-shadow(1px 4px 2.7px rgba(0, 0, 0, 0.25));
  position: absolute;
  transform: translateX(5%);
  transition: transform 0.6s ease-in-out;
  /* left: 0px; */
  min-width: 2.5vw;
  /* transition: all .5s ease-in-out; */
}

.toggle-accordion .cardd span.cslock {
  display: none;
}

.toggle-accordion .cardd.open span.cslock {
  display: block;
  color: #e6f6ff;
}

.toggle-accordion .cardd span.cslock {
  display: none;
}

.cardd.open span.slider-cs {
  transform: translateX(350%);
}

.toggle-accordion .cardd.open span.cs-unlock {
  display: none;
}

.cardd.blue {
  background: #52b9d6;
}

.cardd.yellow {
  background: #fecc03;
}

.cardd.green {
  background: #95c22d;
}

.cardd.orange {
  background: #f39200;
}

.cardd.open {
  transform: scale(1.02);
  z-index: 10;
}

.cardd.hidden {
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
  height: 0;
  margin: 0;
  padding: 0;
}

.toggle-accordion .card-content p.paragraph {
  font-size: 1.442vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  margin: 0 40px;
  margin-bottom: 2.5vw;
  border-top: 1px solid #fff;
  padding-top: 2.5vw;
}

/**********main-page carousel************/
h3.imeline-title {
  font-family: "DM Serif Display", serif;
  color: #102c3d;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}

.imeline-row-slider .inner-nav-wrap {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 1.402vw;
  right: 0;
  left: 0;
  z-index: 1;
}

.strategicpartnership .page-section.description-section:before {
  display: none;
}

.strategicpartnership .description-main-row .description-text {
  width: 50vw;
  margin: 0 auto;
  text-align: center;
}

.strategicpartnership .description-main-row .description-text h3 {
  font-family: "DM Serif Display", serif;
  color: #102c3d;
  font-size: 2.5vw;
  line-height: 2.656vw;
  margin-bottom: 5vw;
}

.imeline-row-slider .inner-nav-wrap .swiper-pagination-inner {
  width: auto;
}

.imeline-row-slider .inner-nav-wrap .swiper-button-prev-inner,
.imeline-row-slider .inner-nav-wrap .swiper-button-next-inner {
  width: max(3.1vw, 50px);
}

.imeline-row-slider .inner-nav-wrap .swiper-button-next-inner {
  text-align: right;
}

.imeline-row-slider .slider-column .events-slider-hm {
  padding: 9% 15%;
}

.imeline-row-slider
  .inner-nav-wrap
  .swiper-pagination-inner
  span.swiper-pagination-bullet {
  border-radius: 6.374px;
  border: 1px solid #c6b08b;
  opacity: 1;
  height: 12px;
  width: 12px;
  background: rgba(255, 255, 255, 0.7);
}

.imeline-row-slider
  .inner-nav-wrap
  .swiper-pagination-inner
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #c6b08b !important;
  background: #c6b08b !important;
}

.imeline-row-slider .swiper-slide.slider-content.swiper-slide {
  /*    filter: drop-shadow(7px 10px 23.1px rgba(0, 0, 0, 0.25));*/
  height: auto;
  overflow: hidden;
  transition: all 0.6s ease;
  border-radius: 0 0 10px 10px;
  background: #f5f1ec;
  border-radius: 10px;
}

.imeline-row-slider
  .swiper-slide.slider-content.swiper-slide.swiper-slide-active {
  transform: scale(1.2);
  z-index: 1;
  filter: drop-shadow(7px 10px 23.1px rgba(0, 0, 0, 0.25));
}

.imeline-row-slider .swiper-indicator .icon p {
  color: #102c3d;
  text-align: center;
  font-size: 0.521vw;
  margin-top: 0.26vw;
  font-weight: 500;
}

.imeline-row-slider {
  overflow: hidden;
  background-image: url(/annualreport2025/images/home/Membership/membership-texture.webp);
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 3.5rem;
  background-position: center bottom;
}

.imeline-row-slider .swiper-indicator {
  margin-top: 0;
}

.imeline-row-slider .swiper-slide {
  padding-bottom: 0;
}

.imeline-sliden-content {
  text-align: center;
  padding: 2.5vw;
}

.imeline-sliden-content h2 {
  color: #102c3d;
  text-align: center;
  font-family: "DM Serif Display";
  font-size: 2.1vw;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
}

.imeline-sliden-content h4 {
  color: #102c3d;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 2.5vw;
  font-size: 1.042vw;
  font-family: "Source Sans 3";
}

.imeline-sliden-content p.paragraph {
  color: #102c3d;
  text-align: center;
  font-family: "Source Sans 3";
  font-size: 1.075vw;
  font-style: normal;
  font-weight: 400;
  max-width: 46vw;
  margin: 0 auto;
}

/******************/

.strategicpartnership .page-section.description-section {
  padding: 5vw 0rem 5vw;
}

.strategicpartnership .page-section.description-section .description-main-row {
  margin-bottom: 0;
}

.needs-strategy-image {
  padding: 2vw 0;
}

.strategicpartnership .action-grant h3 {
  font-family: "DM Serif Display", serif;
  color: #102c3d;
  font-size: 2.5vw;
  line-height: 2.656vw;
  margin-bottom: 4vw;
}

.strategicpartnership .action-grant p.paragraph span {
  font-style: italic;
  font-weight: 500;
}

.action-grant p.paragraph {
  font-size: 0.833vw;
  line-height: 1.458vw;
  color: #102c3d;
}

.action-grant {
  max-width: 640px;
  margin: 3rem auto;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .action-grant p.paragraph {
    font-size: 1.042vw;
    line-height: 1.458vw;
  }

  .action-grant {
    margin: 5vw auto;
  }
}

.tour-landscape {
  display: flex;
  gap: 1.8vw;
  justify-content: center;
  flex-wrap: wrap;
}

.tour-so {
  flex: 1;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0.35) 100%
  );
  padding: 8px;
  border-radius: 10px;
  border: 1px solid #fff;
}

.tour-card {
  padding: 1.5vw 1.3vw;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  border-radius: 9px;
  border: 1px solid #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.tour-card .icon {
  flex-grow: 1;
}

.tour-card h3 {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-size: 2vw;
  margin-bottom: 1.5vw;
  margin-top: 5.5vw;
}

.tour-card p {
  line-height: 1.4;
  font-family: "Source Sans 3";
  font-size: 1.042vw;
  font-style: normal;
  font-weight: 400;
  max-width: 20vw;
}

.tour-card p span {
  font-weight: 500;
  font-style: italic;
}

/* BACKGROUNDS */
.promotion {
  background: linear-gradient(180deg, #b9c93f 0%, #e9e4d8 100%);
}

.promotion h3 {
  color: #59622b;
}

.promotion p {
  color: #59622b;
  max-width: 22vw;
}

.research h3 {
  color: #91381e;
}

.research p {
  color: #91381e;
}

.evaluation h3 {
  color: #935f25;
}

.evaluation p {
  color: #935f25;
}

.research {
  background: linear-gradient(180deg, #ce5827 0%, rgba(236, 89, 36, 0) 100%);
}

.evaluation {
  background: linear-gradient(180deg, #e7ab2f 0%, rgba(231, 171, 47, 0) 100%);
}

.connects-research {
  max-width: 100%;
  text-align: center;
}

.connects-research h3 {
  color: #102c3d;
  font-family: "DM Serif Display";
  font-size: 2vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 3rem auto 2.5rem;
}

@media only screen and (min-width: 992px) {
  .connects-research h3 {
    margin: 5vw auto 3vw;
    max-width: 53vw;
  }
}

/*******promotion digital marketing********/

.story-shell {
  position: relative;
  margin: 0px auto;
  max-width: 71vw;
  padding: 2.5vw 0;
}

.story-shell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  background-image: url("/annualreport2025/images/home/promotion/accordion-3/Line 130.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.story-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 5.5vw 0;
}

.story-text b {
  font-weight: 600;
}

.story-col {
  width: 45%;
}

.story-img img {
  width: 100%;
  border-radius: 6px;
  display: block;
}

.story-text {
  line-height: 1.6;
  color: #102c3d;
  font-family: "Source Sans 3";
  font-size: 1.4vw;
  font-style: normal;
  font-weight: 400;
}
.story-text a {
  font-weight: 600;
}
.story-text a:hover {
  text-decoration: underline;
  color: #102c3d;
}

.story-item.alt .story-text {
  text-align: right;
}

.story-item.alt {
  flex-direction: row-reverse;
}

.pulse-dot {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: 5;
  background: radial-gradient(
    46.15% 46.15% at 50% 50%,
    #c0bd31 82.69%,
    rgba(236, 240, 205, 0) 100%
  );
}

.wave {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid rgb(255 255 255);
  opacity: 0;
  animation: waveExpand 4.5s infinite;
  background: radial-gradient(
    46.15% 46.15% at 50% 50%,
    #c0bd31 48.5%,
    #ecf0cd 100%
  );
}

.w1 {
  animation-delay: 0s;
}

.w2 {
  animation-delay: 1s;
}

.w3 {
  animation-delay: 2s;
}

.w4 {
  animation-delay: 3s;
}

@keyframes waveExpand {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.6;
  }

  70% {
    width: 80px;
    height: 80px;
    opacity: 0.15;
  }

  100% {
    width: 100px;
    height: 100px;
    opacity: 0;
  }
}

.story-item:last-child {
  margin-bottom: 3vw;
}

div#accordionPromotion .accordion-item-3 .accordion-body {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .story-shell::before {
    left: 20px;
  }

  .story-item {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 40px;
  }

  .story-item.alt {
    flex-direction: column;
  }

  .story-col {
    width: 100%;
  }

  .pulse-dot {
    left: 20px;
    transform: translate(-50%, -50%);
  }
}

/********************/
/**********/
.executive {
  background: linear-gradient(180deg, #eae6e2 0%, #d6c1a5 100%);
}

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

.executive .col-md-2 {
  width: calc(20% - 69px);
}

.admin-row {
  display: flex;
  flex-wrap: wrap;
  gap: 4.492vw;
}
.ex-director .col-md-2 {
  padding-right: 0;
}
@media (max-width: 1599px) {
  .executive .col-md-2 {
    width: calc(20% - 1.2vw);
  }
  .admin-row {
    gap: 1.492vw;
  }
}
/*******/
.action-timeline .timeline-container {
  position: relative;
  width: 100%;
  padding: 5vw 0;
}

.action-timeline .timeline-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50%;
  width: 500%;
  height: 3px;
  z-index: 1;
  background:
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0.8) 100%
    ),
    linear-gradient(90deg, #1b4056 0%, #3484a0 36%, #2eaad6 65%);
  backdrop-filter: blur(2px);
}

.action-timeline .swiper {
  width: 100%;
  padding: 2.7vw 0;
  cursor: grab;
}

.action-timeline .swiper-slide .timeline-date {
  font-weight: bold;
  color: #3b82f6;
  margin-bottom: 10px;
}

.action-timeline .swiper-slide.up {
  transform: translateY(-6.6vw);
}

.action-timeline .swiper-slide.down {
  transform: translateY(6.7vw);
}

.action-timeline .swiper-slide.down .timelne-svg {
  position: absolute;
  left: -33px;
  top: -40px;
}

.action-timeline .timeline-navigation {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 3.563vw;
}

.action-time-image-bg {
  background: url(/annualreport2025/images/home/advocacy/10-stepss.webp);
  background-size: cover;
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 50.76875vw;
  left: calc(50% - 50vw);
  background-repeat: no-repeat;
  background-position: center center;
}

.action-time-image h3.title {
  position: absolute;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-family: "DM Serif Display";
  font-size: 2.6vw;
  font-style: normal;
  font-weight: 400;
  top: 3vw;
  right: 0;
  left: 0;
}

.action-time-image .timeline_carousel.action-timeline {
  margin: -38.96875vw 0 0 0;
  position: relative;
}

.action-time-image {
  height: 54vw;
  position: relative;
}

.timeline-img img {
  max-width: 3.3vw;
  margin-bottom: 15px;
}

.action-time-image .timeline_carousel.action-timeline .swiper {
  overflow: visible;
}

.action-timeline .timeline-container .swiper-slide {
  background: linear-gradient(
    271deg,
    rgba(48, 108, 129, 0) 0.72%,
    #102c3d 99.28%
  );
  position: relative;
  height: auto;
  padding: 1vw 1vw 1vw 1.3vw;
}

.timeline-img {
  text-align: left;
}

.timeline-img p.timeline-num {
  color: #fff;
  font-family: "DM Serif Display";
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}

.timeline-img p.timeline-text {
  color: #fff;
  font-family: "DM Serif Display";
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.action-timeline .timeline-container .swiper-slide.up .timelne-svg {
  position: absolute;
  left: -1.7vw;
  bottom: -2vw;
}

.pulsing-circle {
  animation: pulse 2s infinite ease-in-out;
}

.unlock-paragraph .accordion-body-text {
  max-width: 557px;
  margin-left: auto;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.action-timeline .timeline-container .s-two {
  background: linear-gradient(
    91deg,
    #306c81 0.72%,
    rgba(48, 108, 129, 0) 84.5%
  );
}

.action-timeline .timeline-container .s-three {
  background: linear-gradient(
    271deg,
    rgba(231, 172, 46, 0) 15.5%,
    #e7ac2e 99.28%
  );
}

.action-timeline .timeline-container .s-four {
  background: linear-gradient(90deg, #d15927 0.72%, rgba(209, 89, 39, 0) 84.5%);
}

.action-timeline .timeline-container .s-five {
  background: linear-gradient(
    271deg,
    rgba(184, 151, 104, 0) 15.5%,
    #b89768 99.28%
  );
}

.action-timeline .timeline-container .s-six {
  background: linear-gradient(
    90deg,
    #99a739 0.72%,
    rgba(153, 167, 57, 0) 84.5%
  );
}

.action-timeline .timeline-container .s-seven {
  background: linear-gradient(
    271deg,
    rgba(209, 109, 113, 0) 15.5%,
    #d16d71 99.28%
  );
}

.action-timeline .timeline-container .s-eight {
  background: linear-gradient(
    91deg,
    #684c7a 0.72%,
    rgba(104, 76, 122, 0) 84.5%
  );
}

.action-timeline .timeline-container .s-nine {
  background: linear-gradient(271deg, rgba(16, 44, 61, 0) 0.72%, #102c3d 84.5%);
}

.action-timeline .timeline-container .s-ten {
  background: linear-gradient(
    91deg,
    #306c81 0.72%,
    rgba(48, 108, 129, 0) 84.5%
  );
}

img.img-fluid.animate.deeflee-text.animate-in {
  animation-delay: 0.4s;
}

.dee-flee {
  position: relative;
}
.winner-box .winner-image img {
  border-radius: 10px;
}
@media only screen and (min-width: 992px) {
  .imeline-row-slider
    .swiper-slide.slider-content.swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.95);
    opacity: 0.5;
  }

  h3.imeline-title {
    font-family: "DM Serif Display", serif;
    color: #102c3d;
    font-size: 2.5vw;
    line-height: 2.656vw;
    margin-bottom: 1.567vw;
  }

  .unlock p.paragraph {
    max-width: 23.956vw;
  }

  .aso-logo {
    max-width: 400px;
  }

  .associate-list ul li .aso-text {
    max-width: 466px;
    margin-left: auto;
  }

  .associate-list {
    margin-top: 7vw;
  }

  .associate-list ul li .aso-text p.paragraph {
    font-size: 1.042vw;
  }

  .new-associate-m .accordion-body-text {
    max-width: 466px;
    margin-left: auto !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  .new-associate-m .accordion-body-text p.paragraph {
    font-weight: 500;
  }

  .ana-image-paragraph {
    width: 100% !important;
    max-width: 547px;
    margin-left: auto !important;
    margin-right: 0 !important;
  }

  .ana-full-image {
    margin-top: 5vw;
  }

  .winner-box .winner-image img {
    height: 100%;
    width: 100%;
  }

  .winner-box p.description {
    font-size: 1.15vw !important;
  }

  .advocacySection .accordion-item-4 .winner-box p.title-item {
    font-size: 1.583vw !important;
  }
  .award-attracted a.btn.btn-button {
    margin-top: 4.2vw;
  }

  .advocacySection
    .accordion-item-4
    .award-attracted
    .col-md-6:last-child
    .accordion-body-text {
    width: 100% !important;
    max-width: 480px;
    margin: 0 0 0 auto;
  }

  .winners-video .video-section .overlay {
    padding: 5.521vw 6.563vw 5.802vw 6.563vw;
    align-items: center !important;
  }

  .europe-summit-para {
    max-width: 480px;
    margin-left: auto !important;
  }

  /*
    .europe-summit  a.btn.btn-button {
    margin-top: 70px;
}
*/
  .publish-book h3.title {
    margin-bottom: 50px !important;
  }

  div#accordionAdvocacy .accordion-item-1 .dee-flee img:nth-child(2) {
    position: absolute;
    right: 0;
    max-width: 39vw;
    margin-top: 15px;
    top: 20px;
  }

  .dee-flee {
    text-align: right;
    position: relative;
  }

  .advocacySection .accordion-item-1 .accordion-body-text p.paragraph {
    padding-right: 10px;
  }

  .space-bottom {
    margin-bottom: 80px !important;
  }

  div#accordionAdvocacy .accordion-item-1 .accordion-body-title .title {
    font-size: 2.283vw;
    line-height: 3.092vw;
    margin-bottom: 1.563vw;
  }

  .signi-milestones h4.title {
    font-size: 2.563vw;
    line-height: 3.083vw;
    color: #102c3d;
    margin-bottom: 5.083vw;
  }

  .signi-col p.sub-para {
    color: #102c3d;
    font-size: 1.045vw;
    text-align: center;
    font-weight: 400;
    margin-top: 10px;
    padding: 0 5px;
  }
}

@media only screen and (max-width: 1799px) {
  /*
    .action-timeline .swiper-slide.up {
    transform: translateY(-9.7vw);
}
    .action-timeline .swiper-slide.down {
    transform: translateY(9.8vw);
}
    .action-time-image {
    height: 64vw;
}
    .action-time-image-bg {

    height: 62.76875vw;
}
.action-time-image .timeline_carousel.action-timeline {
    margin: -46.96875vw 0 0 0;
}
*/
}

@media only screen and (max-width: 1499px) {
  .action-time-image .timeline_carousel.action-timeline {
    margin: -43.96875vw 0 0 0;
  }

  .action-time-image {
    height: 59vw;
  }

  .action-time-image-bg {
    height: 55.76875vw;
  }

  .action-timeline .swiper-slide.up {
    transform: translateY(-6.8vw);
  }

  .action-timeline .swiper-slide.down {
    transform: translateY(7vw);
  }

  .action-timeline .timeline-container .swiper-slide.up .timelne-svg {
    position: absolute;
    left: -2.1vw;
    bottom: -2.6vw;
  }

  .cardd.open span.slider-cs {
    transform: translateX(340%);
  }

  .aso-logo {
    max-width: 300px;
  }

  .winner-box .text {
    padding: 3vw 2.5vw 3vw 3vw;
  }

  .space-bottom {
    margin-bottom: 50px !important;
  }

  .advocacySection .accordion-item-1 .accordion-body-text p.paragraph {
    padding-right: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  div#accordionAdvocacy .accordion-item-1 .dee-flee img:nth-child(2) {
    max-width: 60vw;
  }
}

@media only screen and (max-width: 991px) {
  div#accordionAdvocacy .accordion-item-1 .dee-flee img:nth-child(2) {
    max-width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 30px;
  }

  .action-timeline .swiper-slide.down {
    transform: translateY(8vw);
  }

  .action-timeline .swiper-slide.up {
    transform: translateY(-7.6vw);
  }

  .top-tog {
    padding: 25px 0;
    margin: 0 40px;
  }

  .toggle-accordion .card-content p.paragraph {
    font-size: 16px;
  }

  .toggle-accordion .cardd img {
    margin-top: 0;
  }

  .toggle-accordion .cardd img {
    margin-top: 0;
  }

  span.slider-cs {
    width: 20px;
    height: 20px;
  }

  .toggle-accordion .cardd h3 {
    font-size: 20px;
  }

  .sld-btn {
    max-width: 140px;
    height: 40px;
  }

  .sld-btn h4 {
    font-size: 14px;
  }

  .toggle-accordion {
    margin-left: auto;
    margin-top: 30px;
    margin-right: auto;
  }

  .cardd.open span.slider-cs {
    transform: translateX(480%);
  }

  .action-time-image .timeline_carousel.action-timeline {
    margin: -43.96875vw 0 0 0;
  }

  .action-time-image-bg {
    height: 70.76875vw;
  }

  .action-time-image {
    height: 70vw;
  }

  .action-time-image .timeline_carousel.action-timeline {
    margin: -49.96875vw 0 0 0;
  }

  .action-timeline .timeline-navigation {
    margin-top: 10.563vw;
  }

  .action-timeline .timeline-container .swiper-slide.up .timelne-svg {
    left: -4.1vw;
    bottom: -3.6vw;
  }

  .action-time-image .timeline_carousel.action-timeline .timeline-container {
    padding: 0;
  }

  .imeline-sliden-content h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .imeline-row-slider .inner-nav-wrap .swiper-button-prev-inner,
  .imeline-row-slider .inner-nav-wrap .swiper-button-next-inner {
    width: max(3vw, 80px);
  }

  .imeline-row-slider .inner-nav-wrap {
    bottom: 10px;
  }

  .imeline-sliden-content h2 br {
    display: none;
  }

  .imeline-row-slider .inner-nav-wrap svg {
    width: 40px;
  }

  .imeline-row-slider .swiper-indicator {
    margin-top: 20px;
  }

  .imeline-row-slider
    .inner-nav-wrap
    .swiper-pagination-inner
    span.swiper-pagination-bullet {
    height: 8px;
    width: 8px;
  }

  .imeline-sliden-content {
    padding: 20px;
  }

  .imeline-sliden-content h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .imeline-sliden-content p.paragraph {
    font-size: 14px;
    max-width: 100%;
  }

  .associate-list ul li {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    justify-content: center;
  }

  .aso-logo {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .winner-box .text {
    width: 100% !important;
    padding: 30px 25px 30px 25px;
    display: block;
  }

  .advocacySection .accordion-item-4 .accordion-item-4-winners {
    margin-bottom: 20px;
  }

  .winner-box .winner-image {
    width: 100% !important;
    order: -1;
  }

  .winner-box p.description {
    margin-top: 15px !important;
  }

  .winner-box a.btn.btn-button {
    margin-top: 30px !important;
  }

  .winner-box p.title-item br {
    display: none;
  }

  .winner-box p.follow-by {
    font-size: 16px;
  }

  div#accordionAdvocacy .col-md-5,
  div#accordionAdvocacy .col-md-7 {
    width: 100%;
  }

  div#accordionAdvocacy .accordion-item-1 .dee-flee img {
    max-width: 100%;
  }

  .signi-col .col-md-4.item {
    width: calc(33.33% - 14px);
  }

  .signi-col {
    gap: 20px;
  }

  .signi-columns {
    margin-top: 30px;
  }

  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .popup-countrys-text.text-china {
    padding-left: 0px;
    padding-right: 0px;
  }

  .promotionSection .accordion-item-2-map .popup-countrys .popup-countrys-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .promotionSection .accordion-item-2-map .popup-countrys .popup-countrys-text {
    scroll-behavior: smooth;
    direction: rtl;
    text-align: left;
    overflow: auto;
    max-height: 28vw;
  }
  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .popup-countrys-text
    .title
    br {
    display: none;
  }
  .promotionSection .accordion-item-2-map .popup-countrys .row-py {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .top-tog {
    margin: 0 20px;
  }

  .toggle-accordion .card-content p.paragraph {
    margin: 0 20px;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .cardd.open span.slider-cs {
    transform: translateX(520%);
  }

  .timeline-img p.timeline-num {
    font-size: 26px;
  }

  .action-time-image h3.title {
    top: 30px;
  }

  .action-time-image h3.title br {
    display: none;
  }

  .action-timeline .swiper-slide.up {
    transform: translateY(-100px);
  }

  .action-timeline .swiper-slide.down .timelne-svg {
    left: -14px;
    top: -16px;
  }

  .action-timeline .swiper-slide.down {
    transform: translateY(100px);
  }

  .action-timeline .swiper-slide .timelne-svg svg {
    width: 35px;
    height: 35px;
  }

  .action-time-image .timeline_carousel.action-timeline {
    margin: -430px 0 0 0;
  }

  .action-timeline .timeline-navigation {
    margin-top: 90px;
  }

  .action-time-image {
    height: 630px;
  }

  .action-time-image-bg {
    height: 630px;
  }

  .action-timeline .swiper {
    padding: 20px 20px;
  }

  .action-timeline .timeline-container .swiper-slide {
    padding: 20px;
  }

  .timeline-img p.timeline-text {
    font-size: 18px;
  }

  .timeline-img img {
    max-width: 60px;
  }

  .promotionSection .accordion-item-2-map .popup-countrys .carouselPromotion {
    margin-bottom: 30px;
  }

  .promotionSection .accordion-item-2-map .item span.zoom-plus {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }

  .promotionSection .accordion-item-2-map .item span.zoom-plus img,
  .promotionSection .accordion-item-2-map .caro-popup span.close-btn img {
    width: 20px;
  }

  .promotionSection .accordion-item-2-map .caro-popup .cross-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }

  .aso-logo img {
    max-width: 250px;
  }

  .new-associate h3.title br {
    display: none;
  }

  .advocacySection .accordion-item-4 .accordion-item-4-winners .title br {
    display: none;
  }

  .space-bottom {
    margin-bottom: 40px !important;
  }

  .page-section.description-section {
    padding: 2rem 0rem;
  }

  .signi-milestones h4.title br {
    display: none;
  }

  .signi-col .col-md-4.item {
    width: 100%;
    text-align: center;
  }

  .signi-col {
    gap: 40px;
  }

  .promotionSection .accordion-item-3 .social-network {
    margin-bottom: 50px;
  }

  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .popup-countrys-text.text-china {
    overflow: inherit;
    max-height: inherit;
    padding: 0 !important;
  }

  .promotionSection .accordion-item-2-map .popup-countrys .popup-countrys-text {
    overflow: inherit;
    max-height: inherit;
    padding: 0 !important;
  }

  .book-publish-column .row.mb-5 {
    margin-bottom: 0 !important;
  }

  .advocacy-video-child .overlay .overlay-text {
    height: auto !important;
  }

  .europe-summit h3.title br {
    display: none;
  }

  .europe-summit-para p.paragraph.mb-5:last-child {
    margin-bottom: 0 !important;
  }
}

/********Crisis container css**********/

.container-circle {
  position: relative;
  width: 100%;
  height: 100%;
  align-items: center;
  overflow: visible;
  max-width: 41.7vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.center-circle {
  width: 32.29vw;
  height: 32.29vw;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1vw;
  line-height: 1.3;
  border-radius: 625.234px;
  background: linear-gradient(180deg, #102c3d 15%, #316c81 100%);
  backdrop-filter: blur(10px);
  color: #d8e6e6;
  text-align: center;
  text-shadow: 0px 4px 24.3px #0f2c3d;
  font-family: "DM Serif Display";
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 400;
}

.phase {
  position: absolute;
}

.phase:before {
  content: "";
  position: absolute;
  border: 1px solid rgb(255 255 255 / 13%);
  background: linear-gradient(
    153deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0.08) 33.94%,
    rgba(255, 255, 255, 0) 100%
  );
  width: 13.5vw;
  height: 13.5vw;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  cursor: pointer;
  z-index: -1;
  top: -2vw;
  left: -2vw;
}

.phases {
  position: relative;
  width: 9.5vw;
  height: 9.5vw;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  cursor: pointer;
  z-index: 2;
  background: linear-gradient(
    153deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.4) 33.94%,
    rgba(255, 255, 255, 0) 100%
  );
  border: 1px solid rgb(255 255 255 / 13%);
  color: #fff;
  text-align: center;
  font-family: "Source Sans 3";
  font-size: 1vw;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

.phase-number {
  color: #d8e6e6;
  text-align: center;
  font-family: "DM Serif Display";
  font-size: 3.1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.crisis-managmnet {
  padding: 8vw 0 5vw;
}

.popup-phase {
  position: absolute;
  color: #000;
  font-size: 14px;
  opacity: 0;
  /* transform: scale(0.5); */
  transition: 0.4s ease-in-out;
  pointer-events: none;
  z-index: 3;
  left: 0;
}

.popup-phase li {
  color: #d8e6e6;
  text-align: right;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Source Sans 3";
  font-size: 1vw;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 1.5vw;
  text-transform: uppercase;
}

.popup-phase li img {
  margin-left: 0.3vw;
  margin-right: 0.3vw;
}

.popup-phase li:last-child {
  margin-bottom: 0;
}

.phase-1 .popup-phase ul li:first-child {
  margin-right: -2vw;
}

.phase-1 .popup-phase ul li:last-child {
  margin-right: -2vw;
}

.phase-1 .popup-phase {
  left: -10vw;
}

.second-phase .popup-phase {
  right: -14vw;
}

.second-phase .popup-phase ul {
  max-width: 13.5vw;
  margin: 0 0 0 auto;
}

.second-phase .popup-phase li {
  text-align: left;
}

.second-phase .popup-phase li:first-child {
  margin-left: -2vw;
}

.second-phase .popup-phase li:last-child {
  margin-left: -2vw;
}

.phase-4 .popup-phase {
  left: -13vw;
}

.phase-4 .popup-phase li:first-child {
  visibility: hidden;
}

.phase-4 .popup-phase ul li {
  text-align: right;
}

.phase-4 .popup-phase li:last-child {
  margin-right: -2vw;
}

.phase:hover .popup-phase {
  opacity: 1;
  /*      transform: scale(1);*/
  pointer-events: auto;
}

.arrow {
  position: absolute;
  width: auto;
}

/* Positioning the phases */
.phase-1 {
  top: 0;
  left: 0;
}

.phase-2 {
  top: 0;
  right: 0;
}

.phase-3 {
  bottom: 0;
  right: 0;
}

.phase-4 {
  bottom: 0;
  left: 0;
}

.rotating-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  animation: spinCircle 20s linear infinite;
  z-index: -2;
}

.rotating-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  /* Adjust as needed */
  transform-origin: center center;
}

/* Position arrows at four equal points around the circle */
.arrow-1 {
  transform: rotate(0deg) translateX(13vw) rotate(93deg);
}

.arrow-2 {
  transform: rotate(100deg) translateX(15vw) rotate(-7deg);
}

.arrow-3 {
  transform: rotate(250deg) translateX(21vw) rotate(-74deg);
}

.arrow-4 {
  transform: rotate(183deg) translateX(20vw) rotate(-190deg);
}

@keyframes spinCircle {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.col-md-4.inter-tourism-two .item-graphic.animate.animate-in.fadeInLeft {
  animation-delay: 0.5s;
}

.col-md-4.inter-tourism-three .item-graphic.animate.animate-in.fadeInLeft {
  animation-delay: 0.7s;
}

.graphic-wrap-base p.g-wrap {
  color: #102c3d;
  font-size: 0.781vw;
  margin-top: 1.523vw;
  font-weight: 500;
  margin-bottom: 2vw;
  margin-left: 1vw;
  margin-right: 1vw;
}

.promotionSection .accordion-item-2-map .popup-countrys {
  display: none;
  padding: 1.042vw 0;
  position: relative;
  z-index: 9;
  margin-bottom: 5.208vw;
  padding-bottom: 0;
}

.promotionSection .accordion-item-2-map .caro-popup .carousel-item a {
  pointer-events: none;
}

.promotionSection
  .accordion-item-2-map
  .popup-countrys
  .carouselPromotion
  .carousel-item
  > a {
  pointer-events: none;
}

.promotionSection .accordion-item-2-map .popup-countrys .row-py {
  margin-left: 0;
  margin-right: 0;
}

.promotionSection .accordion-item-2-map .popup-countrys .item .row-map-title {
  margin-left: 0;
  margin-right: 0;
}

a.no-hyper {
  pointer-events: none;
}

a.climate-link {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #102c3d;
  text-underline-offset: 3px;
}

a.climate-link:hover {
  text-decoration: none;
  color: #102c3d;
}

div#carouselWinners .carousel-item {
  transition:
    transform 0.5s ease-in-out,
    opacity 0.5s ease-in-out !important;
}

div#carouselWinners {
  overflow: hidden;
}

@media only screen and (max-width: 1799px) {
  .beam-image img {
    width: 84.5vw;
  }

  .second-phase .popup-phase ul {
    max-width: 14.5vw;
  }

  .second-phase .popup-phase {
    right: -15vw;
  }

  .popup-phase li {
    margin-bottom: 1vw;
  }

  .phase-1 .popup-phase {
    left: -11vw;
  }

  .phase-4 .popup-phase {
    left: -14vw;
  }

  .arrow-1 {
    transform: rotate(0deg) translateX(12vw) rotate(93deg);
  }

  .arrow-2 {
    transform: rotate(100deg) translateX(14vw) rotate(-7deg);
  }
}

@media only screen and (max-width: 1499px) {
  .coming-international-trip .accordion-body {
    margin: -60.96875vw 0 0 0;
  }

  .coming-international-trip {
    height: 64.36875vw;
  }

  .coming-international-trip-bg {
    height: 64.36875vw;
  }

  .coming-international-trip .accordion-body {
    margin: -60.96875vw 0 0 0;
  }

  .beam-image {
    margin-top: -34.96875vw;
    margin-left: -4vw;
  }

  .arrow-3 {
    transform: rotate(250deg) translateX(21vw) rotate(-67deg);
  }

  .arrow-4 {
    transform: rotate(183deg) translateX(20vw) rotate(-198deg);
  }

  .arrow-1 {
    transform: rotate(0deg) translateX(11vw) rotate(97deg);
  }

  .arrow-2 {
    transform: rotate(100deg) translateX(13vw) rotate(-7deg);
  }
}

@media only screen and (max-width: 1299px) {
  .second-phase .popup-phase ul {
    max-width: 15.5vw;
  }

  .second-phase .popup-phase {
    right: -16vw;
  }
}

@media only screen and (max-width: 1199px) {
  .coming-international-trip .accordion-body {
    margin: -65.96875vw 0 0 0;
  }

  .coming-international-trip-bg {
    height: 68.36875vw;
  }

  .coming-international-trip {
    height: 68.36875vw;
  }

  .page-section.description-section .description-text .btn-button {
    font-size: 1.4vw;
  }

  .beam-image {
    margin-top: -32.96875vw;
    margin-left: 0;
  }

  .beam-image img {
    width: 75.5vw;
  }

  .rotating-wrapper img.rotating-arrow {
    max-width: 145px;
  }

  .rotating-wrapper img.rotating-arrow.arrow-2,
  .rotating-wrapper img.rotating-arrow.arrow-4 {
    max-width: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .popup-phase li {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .phases {
    font-size: 11px;
  }

  .phase-1 .popup-phase {
    left: -24vw;
  }

  .phase-1 .popup-phase ul li:first-child {
    margin-right: 0;
  }

  .phase-1 .popup-phase ul li:last-child {
    margin-right: 0;
  }

  .second-phase .popup-phase {
    right: -26vw;
  }

  .second-phase .popup-phase li:first-child {
    margin-left: 0;
  }

  .second-phase .popup-phase li:last-child {
    margin-left: 0;
  }

  .phase-4 .popup-phase li:last-child {
    margin-right: 0;
  }

  .phase-4 .popup-phase {
    left: -28vw;
  }

  .second-phase .popup-phase ul {
    max-width: 23.5vw;
  }
}

@media only screen and (max-width: 991px) {
  .graphic-wrap-base p.g-wrap {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .page-section.description-section .description-text .btn-button {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .formainmobile {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .coming-international-trip .accordion-body {
    margin: -660px 0 0 0;
  }

  .coming-international-trip {
    height: 600px;
  }

  .coming-international-trip-bg {
    height: 600px;
  }

  .beam-image {
    margin-top: 0;
    width: 100%;
  }

  .rotating-wrapper {
    display: none;
  }

  .container-circle.formaindesktop {
    display: none;
  }

  .formainmobile h3.title {
    font-family: "DM Serif Display", serif;
  }

  .formainmobile h3.title {
    font-family: "DM Serif Display", serif;
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.3;
  }

  .action-list-col h3 {
    font-family: "DM Serif Display", serif;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.3;
  }

  .action-list-col ul li {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .action-list-col ul li img {
    margin-right: 10px;
    width: 35px;
  }

  .crisis-managmnet {
    padding: 30px 0 0vw 0;
  }

  .beam-image img {
    width: 100%;
  }

  .coming-trip .row.mb-5 {
    margin-bottom: 0 !important;
  }

  .coming-trip ul li {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 30px;
  }

  .coming-trip ul li:before {
    top: 4px;
  }

  .coming-trip h3.title.mb-5 {
    margin-bottom: 30px !important;
  }

  .winners-video .overlay-text img {
    max-width: 200px;
  }

  .number-space .col-md-4 {
    margin-top: 30px;
  }

  .knowledgeSection .item-graphic {
    width: 70%;
    margin: auto;
    margin-bottom: 20px;
  }
}

.infographic-container {
  position: relative;
  width: 100%;
  height: 100%;
  top: 2vw;
}

.runnerr {
  position: absolute;
  left: 17.4vw;
  width: 47vw;
  bottom: -5.4vw;
}

.lightt {
  position: absolute;
  top: 0vw;
  left: 0;
  width: 18vw;
}

.circlee {
  position: absolute;
  transition:
    transform 0.5s ease,
    opacity 0.5s ease;
}

.circlee.smalll {
  width: 11vw;
  bottom: -0.4vw;
  left: 43.2vw;
  z-index: 11;
}

.circlee.mediumm {
  width: 25vw;
  bottom: -4.3vw;
  left: 41.3vw;
  z-index: 1;
}

.circlee.largee {
  width: 37vw;
  bottom: -7.7vw;
  left: 39.5vw;
}

@keyframes runIn {
  to {
    opacity: 1;
  }
}

@keyframes lightOn {
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.runnerr,
.lightt,
.circlee {
  opacity: 0;
}

/* Only apply animations when .animated is present */
.animated.runnerr {
  animation: lightOn 1.5s ease-out 1.1s forwards;
}

.animated.lightt {
  animation: lightOn 1.5s ease-out 0.6s forwards;
}

.animated.circlee.smalll {
  animation: fadeIn 1s ease-out 1s forwards;
}

.animated.circlee.mediumm {
  animation: fadeIn 1.4s ease-out 1.2s forwards;
}

.animated.circlee.largee {
  animation: fadeIn 1.6s ease-out 1.4s forwards;
}

.hiddenn {
  opacity: 0;
  transform: scale(0);
  animation: none !important;
}

.bar-chart.animate.animate-in {
  animation-delay: 1s;
}

@media only screen and (max-width: 1700px) {
  .infographic-container {
    position: relative;
    top: 1vw;
  }
}

@media only screen and (max-width: 1199px) {
  .infographic-container {
    top: 3vw;
  }
}

@media screen and (max-width: 850px) and (min-width: 768px) {
  .coming-international-trip .accordion-body {
    margin: -70.96875vw 0 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .infographic-container {
    top: 0;
  }

  .coming-trip ul li:before {
    top: 0;
    width: 12px;
    height: 12px;
    border-radius: 3px;
  }

  .coming-trip ul li {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .coming-trip ul li:before {
    top: 7px;
  }

  .circlee.largee {
    width: 48vw;
    bottom: -6.7vw;
    left: auto;
    right: -10px;
  }

  .lightt {
    position: absolute;
    top: -1.6vw;
    left: 0;
    width: 20vw;
    opacity: 0;
  }

  .infographic-container {
    margin-top: 35vw;
  }

  .circlee.mediumm {
    width: 30vw;
    bottom: -1.3vw;
    left: 50.3vw;
  }

  .circlee.smalll {
    width: 15vw;
    bottom: 4vw;
    left: 52vw;
  }

  .runnerr {
    position: absolute;
    left: 19.4vw;
    width: 59vw;
    bottom: -4.4vw;
  }

  .page-section.description-section-advocacy
    .number-list
    .number-list-item
    .number
    span.sinal {
    right: -5.677vw;
  }

  .coming-trip h3.title.mb-5 {
    font-size: 21px;
  }
}

/*********Criteria for choosing a European holiday spot********/
.img-firl-section {
  margin-top: 3vw;
}

.fifty-nine p.title span {
  font-size: 4.933vw;
  color: #c0bd31;
  line-height: 0.6;
  margin-bottom: 20px !important;
  display: inline-block;
  font-family: "DM Serif Display", serif;
}

.fifty-nine.forty-one {
  text-align: right;
  margin-top: -7vw;
}

.fifty-nine.forty-one p.title span {
  color: #ec5924;
}

.fifty-nine p.title {
  font-size: 1.55vw;
  color: #0f2c3d;
  font-family: "DM Serif Display", serif;
}

.middle-girl {
  display: flex;
  position: relative;
  margin-top: 2.5vw;
  justify-content: center;
}

.middle-l {
  position: absolute;
  right: 0;
  top: -8vw;
  width: 21vw;
}

.middle-f {
  position: absolute;
  left: 0;
  width: 21vw;
}

.middle-g {
  width: 27.3vw;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) {
  .row.girl-gesture {
    padding: 0;
  }

  .row.girl-gesture .col-md-12 {
    padding: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .middle-g {
    width: 47vw;
  }
}

@media only screen and (max-width: 991px) {
  .fifty-nine p.title span {
    font-size: 26px;
    margin-bottom: 10px !important;
  }

  .row.girl-gesture {
    margin: 0;
  }

  .row.girl-gesture .col-md-12 {
    padding: 0;
  }

  .fifty-nine p.title {
    font-size: 17px !important;
  }
}

/*******Sonar effect section*****/

.sonar-wrapper {
  position: relative;
  z-index: 0;
  flex-grow: 1;
}

.sonar-emitter {
  position: relative;
  margin: 1.5vw 0 9vw 4vw;
  width: 7vw;
  height: 7vw;
  border-radius: 9999px;
  background-color: #c0bd31;
  background: radial-gradient(
    46.15% 46.15% at 50% 50%,
    #c0bd31 65.5%,
    #ecf0cdcf 100%
  );
}

.sonar-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: #c0bd31;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.sonar-wave1 {
  animation: sonarWave 6s linear infinite;
}

.sonar-wave2 {
  animation: sonarWave 6s 1.2s linear infinite;
}

.sonar-wave3 {
  animation: sonarWave 6s 2.4s linear infinite;
}

.sonar-wave4 {
  animation: sonarWave 6s 3.6s linear infinite;
}

.sonar-wave5 {
  animation: sonarWave 6s 4.8s linear infinite;
}

@keyframes sonarWave {
  0% {
    transform: scale(0.7);
    opacity: 0.4;
  }

  100% {
    transform: scale(2.7);
    opacity: 0;
  }
}

.graphic.tourist-arrival p.t-number {
  font-family: "DM Serif Display", serif;
  color: #99a739;
  font-size: 5vw;
}

.graphic.tourist-arrival {
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-left: 40px;
}

.graphic.tourist-arrival p.t-code {
  color: #59622b;
  font-family: "Source Sans 3";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
}

.inter-tourism-two .graphic.tourist-arrival p.t-number {
  color: #ce5827;
}

.inter-tourism-two .graphic.tourist-arrival p.t-code {
  color: #ce5827;
}

.inter-tourism-three .graphic.tourist-arrival p.t-number,
.inter-tourism-three .graphic.tourist-arrival p.t-code {
  color: #e7ab2f;
}

.inter-tourism-two .sonar-emitter {
  background: radial-gradient(
    46.15% 46.15% at 50% 50%,
    #ce5827 65.5%,
    #eacbbec9 100%
  );
  width: 5vw;
  height: 5vw;
}

.inter-tourism-two .sonar-emitter .sonar-wave {
  background-color: #ce5827;
}

.inter-tourism-three .sonar-emitter {
  background: radial-gradient(
    46.15% 46.15% at 50% 50%,
    #e7ab2f 65.5%,
    #fce7bcd6 100%
  );
  width: 4vw;
  height: 4vw;
}

.inter-tourism-three .sonar-emitter .sonar-wave {
  background-color: #e7ab2f;
}

.row.tourist-arrival-section .col-md-4 .item-graphic {
  height: 100%;
}

.row.tourist-arrival-section .col-md-4 {
  display: flex;
  flex-direction: column;
}

.graphic.tourist-arrival:before {
  position: absolute;
  content: "";
  background: #c0bd31;
  left: 0;
  height: 80%;
  width: 1px;
  bottom: 0;
}

.graphic.tourist-arrival:after {
  position: absolute;
  content: "";
  background: #c0bd31;
  width: 120px;
  height: 1px;
  left: 0;
  z-index: 1;
  top: 5.3vw;
}

.sonar-wrapper {
  display: flex;
  align-items: center;
}

.col-md-4.inter-tourism-two .graphic.tourist-arrival::before {
  background: #ce5827;
  /*    height: 84%;*/
}

.col-md-4.inter-tourism-two .graphic.tourist-arrival::after {
  background: #ce5827;
  /*    top: 4.3vw;*/
}

.inter-tourism-three .graphic.tourist-arrival::before {
  background: #e7ab2f;
  /*    height: 85%;*/
}

.inter-tourism-three .graphic.tourist-arrival::after {
  background: #e7ab2f;
  /*    top: 4vw;*/
}

@media only screen and (max-width: 1799px) {
  .graphic.tourist-arrival:before {
    height: 80.4%;
  }
}

@media only screen and (max-width: 1499px) {
  .graphic.tourist-arrival:before {
    height: 81%;
  }

  /*
    .col-md-4.inter-tourism-two .graphic.tourist-arrival::before {
    height: 84.5%;
}
    .inter-tourism-three .graphic.tourist-arrival::before {
    height: 85.5%;
}
*/
}

@media only screen and (max-width: 991px) {
  .row.tourist-arrival-section {
    margin-bottom: 30px;
    margin-top: 30px;
    padding-right: 0;
  }

  .graphic.tourist-arrival:before {
    height: 81.2%;
  }

  .graphic.tourist-arrival:after {
    width: 11vw;
  }

  .graphic.tourist-arrival p.t-number {
    font-size: 32px;
  }

  .graphic.tourist-arrival p.t-code {
    font-size: 22px;
  }

  .banner-section.paralax {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 768px) {
  .europe-iimmgg {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .graphic.tourist-arrival {
    display: none !important;
  }

  .row.tourist-arrival-section {
    margin-top: 10px;
  }

  .toggle-accordion {
    height: auto;
  }

  .banner-section {
    height: 43vw;
    background-size: 100%;
  }

  .banner-section h3.title.mb-4 {
    margin-bottom: 0 !important;
  }

  .cardd.open .card-content {
    height: auto !important;
  }

  .knowledgeSection .accordion-knowledge-graphic .item {
    gap: 45px;
  }
}

@media only screen and (min-width: 1999px) {
  .knowledgeSection .obs-graphic-1 {
    margin-top: 0 !important;
  }

  .knowledgeSection .accordion-knowledge-graphic .obs-graphic {
    margin-top: 2.823vw;
  }

  .infographic-container {
    position: relative;
    top: 5vw;
  }

  .ful-image-sec .fulimage img {
    width: 100%;
  }

  .imeline-row-slider .slider-column .swiper .swiper-slide img {
    width: 100%;
  }

  .action-timeline .swiper-slide.up {
    transform: translateY(-6.35vw);
  }

  .action-timeline .swiper-slide.down {
    transform: translateY(6.45vw);
  }

  .action-timeline .timeline-container .swiper-slide.up .timelne-svg {
    position: absolute;
    left: -1.5vw;
    bottom: -1.6vw;
  }

  .signiimg img {
    width: 100%;
  }

  .signi-col p.sub-para {
    font-size: 1vw;
  }

  .knowledgeSection .accordion-knowledge-slide .knowledge-slide-list .item img {
    width: 100%;
  }

  .beam-image {
    margin-top: -17.96875vw;
    margin-left: 4vw;
  }

  .toggle-accordion {
    max-width: 743px;
  }

  .member .member-list-associate {
    justify-content: space-between;
  }
}

/* --20 April 2026 kNOWLEDGE PAGE STYLE-- */
.banner-home .home-banner-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.accordion-faq {
  background: #eae6e2 !important;
}

.knowledgeSection
  .accordion-knowledge-slide.acc-knowledge-slide
  .knowledge-slide-list
  .item {
  max-height: 630px;
  overflow: hidden;
  border-radius: 10px;
}

.knowledgeSection
  .accordion-knowledge-slide.acc-knowledge-slide
  .knowledge-slide-list
  .item
  .text {
  top: auto;
  bottom: 0;
}

.knowledgeSection
  .accordion-knowledge-slide.acc-knowledge-slide
  .knowledge-slide-list
  .item
  .mask {
  background: linear-gradient(
    180deg,
    rgba(153, 167, 57, 0) 10.8%,
    #99a739 71.63%
  );
  mix-blend-mode: normal;
  bottom: 0;
}
.swiper-pagination {
  border: 2px solid #ccb088;
  background: #faf2e9;
}
.knowledgeSection
  .accordion-knowledge-slide.acc-knowledge-slide
  .knowledge-slide-list
  .item
  img {
  width: 100%;
}

.knowledgeSection
  .accordion-knowledge-slide.acc-knowledge-slide
  .swiper-indicator {
  margin-top: 0 !important;
}

.acc-tittle {
  font-size: 1.771vw;
  margin-bottom: 1.563vw;
  color: #102c3d;
  font-family: "DM Serif Display", serif;
}

.accordion-knowledge-slide.acc-knowledge-slide {
  margin-bottom: 0 !important;
}

.acc-btn-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.acc-Knowledge .accordion-item-1 .accordion-body-title {
  width: 35.125vw;
}

.knowledge-barriers-list.knowledge-count-wapper {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.euChart-main-second {
  display: none;
}
.knowledgeSection
  .knowledge-barriers-list
  .knowledge-item-wapper
  .item
  .title.count-para
  br {
  display: none;
}
@media only screen and (min-width: 1599px) {
  .knowledgeSection
    .knowledge-barriers-list
    .knowledge-item-wapper
    .item
    .title
    span {
    font-size: 5vw !important;
    margin-bottom: 13.021vw !important;
  }
}

@media only screen and (min-width: 992px) {
  .knowledgeSection .knowledge-barriers-list .knowledge-barriers-left {
    width: 60%;
  }

  .knowledgeSection
    .knowledge-barriers-list
    .knowledge-barriers-left
    .knowledge-item-wapper {
    display: flex;
    justify-content: space-between;
    padding-top: 2rem;
  }

  .knowledgeSection .knowledge-barriers-list .knowledge-barriers-right {
    flex: 1;
  }

  .knowledgeSection .knowledge-barriers-list .item-image-card .img {
    margin-left: -2vw;
  }

  .knowledgeSection
    .knowledge-barriers-list
    .knowledge-item-wapper
    .item
    .title.count-para {
    font-family: "Source Sans 3", sans-serif !important;
    font-weight: 600;
  }

  .knowledgeSection .knowledge-barriers-left .knowledge-item-wapper .item {
    width: 33.33%;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    padding-inline: 1vw;
  }

  .knowledgeSection
    .knowledge-barriers-left
    .knowledge-item-wapper
    .item
    .title {
    padding: 0 !important;
  }

  .knowledgeSection
    .knowledge-barriers-list
    .knowledge-barriers-left
    .knowledge-item-wapper
    .item:nth-of-type(1) {
    padding-inline-start: 0;
    max-width: 14.583vw;
  }
}

.acc-tittle {
  font-size: 2.083vw;
  line-height: 3.092vw;
  margin-bottom: 3rem;
}

.travelChartWrapper {
  display: flex;
  align-items: flex-end;
  gap: 1.042vw;
  justify-content: space-between;
  padding-bottom: 10rem;
  margin: auto;
}

.travelChartItem {
  width: 9.948vw;
  text-align: center;
}

.travelChartBar {
  width: 100%;
  background: linear-gradient(
    360deg,
    rgba(153, 167, 57, 0) 19.73%,
    #99a739 100%
  );
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: white;
  font-size: 1.927vw;
  font-weight: 500;
  padding-top: 1.667vw;
  border-radius: 0.417vw;
}

.travelChartWrapper .travelChartItem:nth-of-type(1) .travelChartBar {
  height: 31.41vw;
}

.travelChartWrapper .travelChartItem:nth-of-type(2) .travelChartBar {
  height: 25vw;
}

.travelChartWrapper .travelChartItem:nth-of-type(3) .travelChartBar {
  height: 21.46vw;
}

.travelChartWrapper .travelChartItem:nth-of-type(4) .travelChartBar {
  height: 17.71vw;
}

.travelChartWrapper .travelChartItem:nth-of-type(5) .travelChartBar {
  height: 15.21vw;
}

.travelChartWrapper .travelChartItem:nth-of-type(6) .travelChartBar {
  height: 12.6vw;
}

.travelChartWrapper .travelChartItem:nth-of-type(7) .travelChartBar {
  height: 12.6vw;
}

.travelChartWrapper .travelChartItem {
  position: relative;
}

.travelChartText {
  width: 100%;
  position: absolute;
  bottom: -2.604vw;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 1.302vw;
  font-size: 1.042vw;
  font-weight: 600;
  line-height: 1.3;
  color: #99a739;
}

.travelChartIcon svg,
.travelChartIcon img {
  width: 5.208vw;
  height: 5.208vw;
}
.travelChartText.transprt-dest {
  bottom: -3.604vw;
}
.travelChartIcon {
  margin-bottom: 1.042vw;
}

.eu-legend-wrapper {
  text-align: right;
  font-size: 0.729vw;
  color: #2c3e50;
}

.eu-legend-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.417vw;
  margin-bottom: 0.313vw;
  font-size: 0.833vw;
}

.eu-legend-color {
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 0.104vw;
}

.eu-color-2024 {
  background: linear-gradient(180deg, #ec5924 0%, rgba(236, 89, 36, 0) 100%);
}

.eu-color-2025 {
  background: linear-gradient(180deg, #316c81 0%, rgba(49, 108, 129, 0) 100%);
}

.eu-inner-wrapper {
  display: flex;
  justify-content: end;
  gap: 2.083vw;
}

.eu-legend-note {
  font-size: 0.833vw;
  color: #0f2c3d;
  text-align: right;
  margin-top: 0.521vw;
}

.eu-legend-note svg {
  width: 35px;
  height: 35px;
  margin-right: 0.417vw;
}

.euChart-main {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.euChart-main .euChart-left {
  width: 100%;
  max-width: 500px;
  position: absolute;
  left: -5.208vw;
  bottom: -1.042vw;
}

.euChart-main .euChart-right {
  width: 100%;
  max-width: 480px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.euChart-main .euChart-center {
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
}

.euChart-illustration-left {
  text-align: left;
}

.euChart-illustration-right {
  text-align: right;
}

/* ---Advocary page style-- */

.advocacySection .accordion-item-3 .acc-body-text {
  margin-left: auto;
}

.aac-mentions-bars .item {
  border-bottom: 0 !important;
}

.aac-mentions-bars .item .line {
  border-radius: 0 1.042vw 1.042vw 0;
}

.aac-mentions-bars .item .line-1 {
  background: linear-gradient(
    270deg,
    #d1972c 0%,
    rgba(231, 171, 47, 0) 96.5%
  ) !important;
}

.aac-mentions-bars .item .line-2 {
  background: linear-gradient(
    270deg,
    #ec5924 0%,
    rgba(236, 89, 36, 0) 100%
  ) !important;
}

.aac-mentions-bars .item .line-3 {
  background: linear-gradient(
    270deg,
    #6d549f 3.5%,
    rgba(102, 78, 147, 0) 100%
  ) !important;
}

.aac-mentions-bars .item .line-4 {
  background: linear-gradient(
    270deg,
    #cc4c57 0%,
    rgba(204, 76, 87, 0) 100%
  ) !important;
}

.aac-mentions-bars .item .line-5 {
  background: linear-gradient(
    270deg,
    #316c81 0%,
    rgba(49, 108, 129, 0) 100%
  ) !important;
}

.aac-mentions-bars .item .line-6 {
  background: linear-gradient(
    270deg,
    #99a739 0%,
    rgba(153, 167, 57, 0) 80.27%
  ) !important;
}

.stats-box {
  margin: 5rem auto;
}

.stat-item {
  text-align: right;
  padding-inline: 1.563vw;
  border-right: 1px solid #316c81;
}

.stat-number {
  font-family: "DM Serif Display";
  font-size: 5.967vw;
  color: #316c81;
  font-weight: 400;
  line-height: 5.573vw;
}

.stat-bold {
  font-family: "Source Sans 3";
  font-weight: 900;
}

.stat-text {
  font-family: "Source Sans 3";
  margin-top: 9.896vw;
  font-size: 1.927vw;
  font-weight: 500;
  line-height: 2.188vw;
  color: #0f2c3d;
}

.unlock-upgrade-video {
  width: 100vw;
  left: calc(50% - 50vw);
}

.acc-advo-02 .btn {
  margin-top: 0vw;
}

.acc-advo-02 .img-winners {
  position: relative;
  width: 100vw;
  left: calc(50% - 50vw);
}

.acc-advo-slider {
  margin: 5vw auto 5vw;
}

.acc-advo-guiding-slider .acc-advo-slider-tittle,
.acc-advo-slider .acc-advo-slider-tittle {
  font-family: "DM Serif Display";
  font-size: 2.083vw;
  font-weight: 400;
  line-height: 2.604vw;
  text-align: center;
  color: #102c3d;
}

.acc-advo-slider .eu-stakeholder-slider {
  width: 100%;
  margin-top: 5vw;
}

.acc-advo-guiding-slider {
  margin: 5vw 0;
}

.acc-advo-guiding-slider .acc-advo-guiding-slider-wrapper {
  margin-top: 5vw;
}

.acc-advo-03 .img-winners {
  margin-top: 5vw;
}

.acc-advo-03 .video.carousel-video.winners-video {
  margin-bottom: 0;
}

div#accordionAdvocacy .accordion-body {
  position: relative;
}

.acc-advo-03 .video-section {
  height: 50.156vw !important;
}

.acc-advo-03 .video-section .overlay {
  background: #00000099;
  padding: 4.688vw;
  align-items: end !important;
}

.acc-advo-03 .video-section .overlay-text .title {
  color: #fff;
}

.acc-advo-03 .video-section .overlay-text .description {
  font-family: "Source Sans 3" !important;
  font-weight: 400;
  margin-bottom: 10.417vw;
}

.acc-advo-03 .video-section .overlay-text .play {
  gap: 2.24vw;
  font-weight: 500;
  font-size: 1.458vw;
  line-height: 2.083vw;
}

.acc-advo-03 .carousel-video .carousel-inner .carousel-item .item {
  border-radius: 10px;
  overflow: hidden;
}

.acc-advo-04 .accordion-body-text {
  margin: 0 0 0 auto !important;
}

.acc-advo-04 .dee-flee {
  width: 100%;
  max-width: 27.4vw;
  margin: 0 0 0 auto;
}
.acc-advo-publish-book .book-publish-column {
  position: relative;
  /*
    width: 100vw;
    left: calc(50% - 50vw);
*/
  margin: 5rem 0 2rem;
}

.acc-advo-publish-book .book-publish-column .col-md-2 {
  width: 25% !important;
  padding: 0;
}

.acc-advo-publish-book .book-publish-wapper .book-content-wapper {
  padding-left: 3.5vw;
}

.acc-advo-publish-book .book-publish-tittle {
  font-family: DM Serif Display;
  font-weight: 400;
  font-size: 2.083vw;
  line-height: 2.604vw;
  margin-block: 1.563vw;
}

.acc-advo-04 .video-climate {
  margin-bottom: 3rem;
}

.acc-advo-04 .video-section {
  border-radius: 10px;
  overflow: auto;
}

.acc-advo-04 .video-section .overlay {
  background: #00000099;
}

.acc-advo-publish-book .book-publish-tittle {
  font-family: DM Serif Display;
  font-weight: 400;
  font-size: 1.583vw;
  line-height: 1.3;
}

.book-publish-wapper:hover h4.book-publish-tittle {
  color: #102c3d;
}

.acc-advo-publish-book .book-publish-content {
  font-family: "Source Sans 3" !important;
  font-weight: 400;
  font-size: 1.042vw;
  line-height: 1.406vw;
  color: #102c3d;
}

.acc-advo-05 .ful-image-sec .fulimage {
  position: relative;
  width: 100vw;
  left: calc(50% - 50vw);
}

.acc-advo-05 .accordion-item-4-winners .title {
  font-size: 2.083vw !important;
  line-height: 2.604vw !important;
}

.acc-advo-05 .award-attracted .btn {
  margin-top: 0vw !important;
}

.acc-advo-winner-silder .winner-box .winner-image {
  width: 100% !important;
}

.acc-advo-winner-silder {
  position: relative;
}

.acc-advo-winner-silder .winner-box .text {
  position: absolute;
  top: 50%;
  left: 3.542vw;
  transform: translatey(-50%);
  width: 38.333vw !important;
  height: calc(100% - 4.604vw);
  z-index: 1;
  padding: 2.76vw;
  padding-right: 4vw;
  border-radius: 0.521vw;
  border-radius: 10px;
  background: linear-gradient(
    153deg,
    rgb(255 255 255) 0%,
    rgb(255 255 255 / 70%) 33.94%,
    rgb(255 255 255 / 30%) 100%
  );
  backdrop-filter: blur(21px);
}
.acc-advo-winner-silder .winner-box .text .title-S-no {
  font-family: "DM Serif Display";
  font-size: 5.667vw;
  font-weight: 400;
  line-height: 5.573vw;
  color: #102c3d;
  margin-bottom: 1.042vw;
}
.accordion-item-5 .accordion-body-text {
  max-width: 480px;
  margin-left: auto;
}

.acc-advo-winner-silder .winner-box .text .title-item {
  font-size: 2.083vw !important;
}

.acc-advo-winner-silder .winner-box .text .follow-by {
  margin-top: 1.563vw;
}

.acc-advo-winner-silder .winner-box .text .description {
  font-weight: 400;
  margin-top: 1.504vw !important;
  margin-bottom: 1vw !important;
}
.acc-advo-winner-silder .carouselWinners-indicators {
  gap: 1.25vw;
}

.acc-advo-winner-silder button {
  width: auto;
}

.acc-advo-winner-silder .carousel-indicators {
  display: none;
}
.swiper-slide.swiper-slide-active {
  cursor: grab;
}
.knowledgeSection .knowledge-barriers-list .item p.title.number {
  font-family: "DM Serif Display";
}
.year-round-para p.paragraph i {
  font-style: italic;
}

.col-md-12.video-climate.advocacy-video-child {
  display: none;
}
.strategicpartnership {
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .acc-advo-02 .europe-summit-para {
    max-width: 29.063vw;
  }

  .acc-advo-03 .titulo-section-video {
    margin-bottom: 5rem;
  }

  .advocacySection .accordion-item-3 button.carousel-control-prev,
  .advocacySection .accordion-item-3 button.carousel-control-next {
    width: 3.646vw;
  }

  .advocacySection .accordion-item-3 .rail-tourism-award {
    margin-right: 5.208vw;
  }
}

@media only screen and (max-width: 1599px) {
  .imeline-row-slider .inner-nav-wrap svg,
  .europe-stake .swiper-indicator svg {
    width: 40px;
  }
  .page-section.description-section .market-list-item .text .country img {
    width: 2.3vw;
  }
}
@media only screen and (max-width: 1599px) {
  .euChart-main .euChart-right {
    max-width: 40vw;
  }
  .euChart-main .euChart-left {
    max-width: 40vw;
    left: -16.208vw;
    bottom: -1.042vw;
  }

  .euChart-main .euChart-right {
    width: 100%;
    max-width: 32vw;
    position: absolute;
    right: -10vw;
    bottom: 0;
  }
  .carousel-video .carousel-video-indicators .carousel-indicators {
    margin: 0px 10px;
  }
}
@media only screen and (max-width: 1399px) {
  .acc-advo-03 .video-section .overlay-text .play svg {
    width: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .promotionSection .video-section .overlay .overlay-text {
    height: auto;
  }
  .carousel-discover-btn {
    position: static;
  }
  .unlock-upgrade-video .video-play-btn svg {
    width: 55px;
  }
  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .carouselPromotion
    .carousel-country-indicators
    svg,
  .carousel-video .carousel-video-indicators button svg {
    width: 40px;
  }
  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .carouselPromotion
    .carousel-country-indicators
    button {
    width: max(5vw, 30px);
  }
}

@media only screen and (max-width: 991px) {
  .carousel-video .carousel-video-indicators button {
    width: max(5vw, 50px);
  }
  .video-section .overlay .description {
    font-size: 16px;
  }
  .video-section .overlay .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .video-section .overlay .overlay-text {
    padding: 0;
  }
  .acc-advo-03 .video-section .overlay {
    padding: 25px;
  }
  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .carouselPromotion
    .carousel-country-indicators {
    bottom: inherit;
    top: 45%;
  }

  .promotionSection .accordion-item-2-map .popup-countrys .btn-close-popup {
    right: 0;
  }
  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .popup-countrys-chair {
    flex-wrap: wrap;
    gap: 15px;
    padding: 0;
  }
  .new-flex-two {
    gap: 20px;
  }
  .new-flex-first h3 {
    font-size: 20px;
  }
  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .popup-countrys-chair
    .img
    img {
    width: 100%;
  }
  .promotionSection .accordion-item-2-map .popup-countrys .row-py .col-md-5,
  .promotionSection .accordion-item-2-map .popup-countrys .row-py .col-md-7 {
    width: 100%;
  }
  .promotionSection .accordion-item-2-map .popup-countrys .row-py .col-md-5 {
    order: 3;
    margin-top: 30px;
  }
  .promotionSection .accordion-item-2-map .popup-countrys .popup-countrys-text {
    max-height: inherit !important;
  }
  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .popup-countrys-chair
    .img {
    width: 17%;
  }
  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .popup-countrys-text
    .paragraph {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px !important;
  }
  .knowledgeSection
    .accordion-knowledge-slide
    .knowledge-slide-list
    .item
    .number {
    font-size: 45px;
  }
  .knowledgeSection
    .accordion-knowledge-slide
    .knowledge-slide-list
    .item
    .text {
    padding: 20px 15px;
  }
  .page-section.description-section .market-list-item {
    margin: 0px auto 0px auto;
  }
  .page-section.description-section .market-list {
    gap: 15px;
  }
  .knowledgeSection .knowledge-barriers-list .item {
    padding: 0 15px;
  }
  .knowledge-barriers-list.knowledge-count-wapper {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .knowledge-barriers-left .knowledge-item-wapper {
    display: flex;
    flex-wrap: wrap;
  }
  .knowledge-barriers-left .knowledge-item-wapper .item {
    flex: 1;
  }
  .knowledge-barriers-left .knowledge-item-wapper .item p.title.count-para {
    font-size: 14px;
  }
  .knowledge-barriers-left .knowledge-item-wapper .item p.title.count-para br {
    display: none;
  }
  .knowledgeSection .knowledge-barriers-list .item p.title.number {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .knowledge-barriers-left {
    margin-bottom: 3rem;
  }
  .eu-legend-item {
    gap: 5px;
    margin-bottom: 4px;
    font-size: 12px;
  }
  .acc-tittle br {
    display: none;
  }
  .eu-legend-note svg {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
  .eu-legend-note {
    font-size: 12px;
    margin-top: 0px;
  }
  .eu-legend-color {
    width: 10px;
    height: 10px;
  }
  .prepareeuropean-bg h3.title {
    font-size: 26px;
  }
  .prepare-european .title-section {
    text-align: center;
    margin-bottom: 20px;
  }
  .futureproofing-text .paragraph {
    font-size: 14px;
    line-height: 1.4;
  }
  .tour-landscape-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .tour-landscape-content p {
    font-size: 14px;
    line-height: 1.4;
  }
  .tour-landscape-content p br {
    display: none;
  }
  .tour-landscape-media {
    padding: 6px 6px;
  }
  .tour-landscape-content {
    margin-top: -90px;
  }
  .swiper-pagination span.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
  .swiper-pagination {
    width: 68px !important;
    margin: 40px auto 0;
    height: 33px;
  }
  .tour-accordion-header {
    padding: 10px 15px 10px;
    font-size: 20px;
  }
  .tour-accordion-content {
    padding: 0 15px;
  }
  .tour-accordion-content li {
    font-size: 14px;
    line-height: 1.4;
  }
  .tour-accordion-icon svg {
    width: 30px;
    height: 30px;
  }
  .page-section.description-section .description-text h2 {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .page-section.description-section .description-text .paragraph {
    font-size: 16px;
    line-height: 1.4;
  }
  .page-section.description-section .description-text .btn-button {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .page-section.description-section .description-text .btn-button {
    margin-bottom: 30px;
    margin-top: 30px;
    width: auto;
    height: auto;
    padding: 12px 30px;
    display: inline-block;
    font-size: 14px;
    border-radius: 100px;
  }

  .description-main-row {
    margin-bottom: 30px;
  }
  .page-section.description-section .description-number .title,
  .page-section.description-section .description-market .title {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: normal;
  }
  .number-list .number-list-box {
    padding: 20px 20px 10px;
  }
  .number-list .number-list-box .number {
    font-size: 30px;
  }
  .page-section.description-section .description-market .title {
    font-size: 20px;
  }
  .page-section.description-section .market-list-item {
    width: 100%;
    flex: auto;
    margin: 0px auto 10px auto;
  }
  .page-section.description-section .market-list-item .text .country img {
    width: 24px;
  }
  .page-section.description-section .market-list-item:last-child {
    margin-bottom: 0;
  }
  .number-list .number-list-box p.text {
    font-size: 14px;
    min-height: 46px;
  }
  .page-section.description-section .market-list-item .img {
    width: 20%;
  }
  .page-section.description-section .market-list-item .text {
    width: 80%;
  }
  .promotionSection .page-section.description-section .market-list-item {
    flex: auto;
  }
  .advocacySection .page-section.description-section .market-list-item {
    flex: auto;
  }
  .description-star p {
    font-size: 12px;
  }
  .page-section.description-section .description-text .paragraph.mb-5 {
    margin-bottom: 0 !important;
  }
  .membershipSection .page-section.description-section .description-text h3 {
    font-size: 36px;
    padding-bottom: 30px;
  }
  .imeline-row-slider
    .swiper-slide.slider-content.swiper-slide.swiper-slide-active {
    z-index: 1;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.15));
    opacity: 1;
  }
  .imeline-row-slider h3.imeline-title {
    font-size: 26px;
  }

  .imeline-row-slider .swiper-slide.slider-content.swiper-slide {
    opacity: 0.5;
  }

  .strategicpartnership .description-main-row .description-text {
    width: 100%;
  }
  .tour-card {
    padding: 15px;
  }

  .tour-card .icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  .tour-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .tour-landscape {
    gap: 10px;
  }
  .tour-so {
    padding: 5px;
  }
  .connects-research h3 {
    font-size: 26px;
    margin: 30px auto 30px;
  }
  .executive .col-md-2 {
    width: calc(25% - 1.2vw);
  }
  .strategicpartnership .description-main-row .description-text h3 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .action-grant {
    max-width: 100%;
    margin: 30px auto;
  }
  .strategicpartnership .action-grant h3 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .action-grant p.paragraph {
    font-size: 14px;
    line-height: 1.4;
  }
  .connects-research h3 {
    font-size: 20px;
    white-space: normal;
    word-break: break-word;
  }
  .promotion p {
    max-width: 100%;
  }
  .tour-card p {
    line-height: 1.4;
    font-size: 16px;
    max-width: 100%;
  }
  header .btn-menu svg {
    width: 45px;
    height: 45px;
  }
  header .header-indicator {
    width: 46px;
    right: 10px;
  }
  .footer .copyright p,
  .footer .contact p {
    text-align: center;
  }
  .footer .contact {
    margin: 0;
  }
  .futureproofing-text a.btn {
    font-size: 16px;
    height: 45px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px 33px;
    margin-top: 32px;
    border-radius: 40px;
    margin-bottom: 40px;
  }
  .action-scailing .item .ai-card h3 {
    font-size: 20px;
  }
  .action-scailing .item .ai-card {
    padding: 15px;
    min-height: 290px;
  }
  .key-ai-tabs {
    width: 100%;
  }
  .key-ai-content {
    flex: auto;
    width: 100%;
  }
  .key-ai {
    gap: 20px;
    flex-wrap: wrap;
  }
  .key-ai-tab {
    padding: 20px;
    flex: 1;
    font-size: 18px;
    line-height: 1.2;
  }
  .prepareeuropean-bg h3.title br {
    display: none;
  }
  .imeline-row-slider .swiper-indicator .icon p {
    font-size: 10px;
    margin-top: 5px;
  }
  .connects-research-graphic img.img-fluid {
    display: block !important;
  }
  .connects-research-graphic dotlottie-wc {
    display: none;
  }
  .strategicpartnership .page-section.description-section {
    padding: 3rem 0;
  }
  .executive {
    padding: 3rem 0;
  }
  .acc-Knowledge .accordion-item-1 .accordion-body-title {
    width: 100%;
  }
  .acc-tittle {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .travelChartWrapper {
    gap: 10px;
    padding-bottom: 5rem;
  }

  .close-header svg {
    width: 45px;
    height: 45px;
  }
  .close-header {
    position: relative;
    right: 0;
    top: 0;
  }
  .offcanvas-body {
    padding: 10px 10px 25px 15px;
  }
  .offcanvas {
    border-radius: 0 !important;
  }
  .stats-box .stat-item {
    width: calc(33.33% - 20px) !important;
    text-align: left;
    padding: 0 10px;
    flex: auto;
  }
  .stat-number {
    font-size: 5vw;
    line-height: 1.4;
  }
  .stat-text {
    font-size: 16px;
    line-height: 1.4;
  }
  .stats-box {
    margin: 3rem auto;
  }
  .acc-advo-guiding-slider {
    margin: 40px 0;
  }
  .acc-advo-publish-book .book-publish-column {
    margin: 3rem 0 0 !important;
  }
  .acc-advo-publish-book .book-publish-column .col-md-2 {
    width: 50% !important;
  }
  .acc-advo-publish-book .book-publish-tittle {
    font-size: 20px;
    line-height: 1.4;
  }
  .acc-advo-publish-book .book-publish-content {
    font-size: 14px;
    line-height: 1.4;
  }
  .video-section .overlay .play svg {
    width: 40px;
  }
  .acc-advo-04 .video-climate {
    margin-bottom: 0;
  }
  .acc-advo-publish-book .book-publish-wapper .book-content-wapper {
    padding-left: 0;
    text-align: center;
  }
  .acc-advo-05 .accordion-item-4-winners .title {
    font-size: 26px !important;
    line-height: 1.4 !important;
  }
  .advocacySection .accordion-item-4 .accordion-item-4-winners {
    padding-top: 0 !important;
  }
  .acc-advo-winner-silder .winner-box .text {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100% !important;
    height: auto;
    padding: 20px;
    border-radius: 0 0 10px 10px;
  }
  .winner-box {
    border-radius: 0;
    box-shadow: none;
  }
  .winner-box .winner-image img {
    border-radius: 10px 10px 0 0;
  }
  .advocacySection
    .accordion-item-4
    .accordion-item-4-winners
    .carouselWinners-indicators {
    margin-top: 40px;
  }
  .acc-advo-winner-silder .winner-box .text .title-S-no {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .acc-advo-winner-silder .winner-box .text .follow-by {
    margin-top: 20px;
  }
  .advocacySection
    .accordion-item-4
    .accordion-item-4-winners
    .carouselWinners-indicators
    button
    svg {
    width: 40px;
  }
}

@media only screen and (max-width: 767px) {
  dotlottie-wc {
    display: none !important;
  }
  .row.conct-mainrow {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .accordion-faq .accordion-body-subtitle {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .knowledge-barriers-left .knowledge-item-wapper .item {
    flex: auto;
    padding-bottom: 30px;
    border-right: none;
  }
  .knowledge-barriers-left .acc-tittle {
    text-align: center;
  }
  .membershipSection .membership-depoiment .depoiment br {
    display: none;
  }
  p.line {
    margin: 35px auto 0;
  }
  .membershipSection .membership-depoiment .name {
    margin-top: 15px;
  }
  .advocacySection .accordion-item-5 .accordion-item-5-media .item {
    margin-bottom: 0;
  }
  .accordion-faq .accordion-body-title .title br {
    display: none;
  }
  .acc-advo-winner-silder .winner-box .text .title-item {
    font-size: 20px !important;
  }
  .advocacySection
    .accordion-item-4
    .accordion-item-4-winners
    .carouselWinners-indicators {
    justify-content: center;
  }
  .acc-advo-04 .dee-flee {
    width: 100%;
    max-width: 100%;
    margin: 0 0 0 auto;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .acc-advo-publish-book .book-publish-column {
    margin: 20px 0 0 !important;
  }
  .acc-advo-publish-book .book-publish-column .col-md-2 {
    width: 100% !important;
  }
  .acc-advo-publish-book .book-publish-tittle br {
    display: none;
  }
  .carousel-video .carousel-video-indicators .carousel-indicators button {
    height: 10px;
    width: 10px;
  }
  .acc-advo-03 .video-section .overlay-text .title br {
    display: none;
  }
  .acc-advo-03 .video-section .overlay {
    padding: 15px;
  }
  .advocacySection .accordion-item-3 .video-section {
    height: 460px !important;
  }
  .advocacySection .accordion-item-3 .video-section .overlay .overlay-text {
    justify-content: center;
  }
  .winners-video .play p {
    font-size: 16px;
  }
  .acc-advo-03 .video-section .overlay-text .description {
    display: block;
  }
  .advocacySection .accordion-item-3 .rail-tourism-award {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .story-text {
    line-height: 1.4;
    font-size: 16px;
    margin-top: 20px;
    text-align: left !important;
  }
  .story-shell {
    max-width: 100%;
  }
  .story-shell::before {
    display: none;
  }
  .pulse-dot {
    display: none;
  }
  .story-item {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .promotionSection .accordion-item-2-map .popup-countrys .row-py .col-md-5 {
    margin-top: 0;
  }
  .visit_social p.paragraph {
    min-height: auto;
  }
  .promotionSection
    .accordion-item-2-map
    .popup-countrys
    .popup-countrys-chair
    .role {
    padding-left: 0;
    border: none;
  }
  .new-flex {
    flex: 1;
  }
  .promotionSection .accordion-item-2-map .popup-countrys .btn-close-popup {
    top: 23px;
    position: static;
    width: 100%;
    text-align: right;
  }
  .new-flex-two-inner {
    width: 100%;
  }
  .new-flex-two {
    gap: 10px;
    flex-wrap: wrap;
  }
  .euChart-main {
    display: none;
  }
  .euChart-main-second {
    display: block;
    margin-top: 2rem;
  }
  .description-texture-bg {
    padding-bottom: 2rem;
  }
  .imeline-row-slider {
    padding-bottom: 2rem;
  }
  .tourism-landscape {
    padding-top: 10px;
  }
  .swiper-pagination {
    margin: 20px auto 0;
  }
  .key-ai-tabs {
    gap: 10px;
  }
  .key-ai-bar-item span br {
    display: none;
  }

  .key-ai-content {
    padding: 20px 10px;
  }
  .key-ai-bar-item {
    margin-bottom: 20px;
    gap: 10px;
  }
  .key-ai-bar-item span {
    width: 100%;
  }
  .executive .col-md-2 {
    width: 100%;
  }
  .row.ex-director {
    margin-top: 50px;
  }
  .tour-so {
    flex: auto;
    width: 100%;
  }

  .tour-card h3 {
    margin-bottom: 10px;
  }

  .strategicpartnership .description-main-row .description-text h3 br {
    display: none;
  }
  .imeline-row-slider .slider-column .events-slider-hm {
    padding: 0;
  }
  .imeline-row-slider
    .swiper-slide.slider-content.swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
  .page-section.description-section .market-list-item .img img {
    object-fit: cover;
    height: 100%;
    object-position: top;
  }
  .page-section.description-section .market-list-item .img {
    width: 37%;
  }
  .number-list .number-list-box {
    padding: 20px 20px 20px;
    flex: auto;
    width: 100%;
  }
  .number-list .number-list-box p.text {
    min-height: auto;
  }
  .tour-accordion-header {
    font-size: 18px;
    text-align: left;
    gap: 5px;
  }
  .tour-accordion {
    gap: 20px;
  }
  header .header-indicator {
    border: none;
  }

  .banner-home .banner-text .logo-etc {
    width: 130px;
  }
  .banner-home .banner-text .title {
    line-height: 1.1;
  }

  .member .member-list,
  .member .member-list-associate {
    gap: 6px;
    justify-content: center;
  }

  .strategic {
    padding: 1rem 0 3rem;
  }
  .strategic .strategic-text a.btn {
    height: 45px;
    border-radius: 50px;
    color: #102c3d;
    border: 0.052vw solid #102c3d;
    padding: 16px 33px;
  }
  .action-scaling-head {
    padding-top: 0;
  }
  .survey-response p {
    font-size: 14px;
    margin-top: 20px;
  }
  .sponsered-div {
    margin-top: 20px;
    gap: 10px;
    flex-wrap: wrap;
  }
  .sponsered-div ul {
    flex: auto;
  }
  .sponsered-div ul li:last-child {
    margin-top: 20px;
  }
  .sponsered-div .european-uninion-logo {
    width: auto;
  }
  .carousel-video .carousel-video-indicators {
    justify-content: center;
  }
  .carousel-overlay-text .video-section .overlay {
    padding: 10px;
  }
  .promotionSection .video-section .overlay .overlay-text {
    padding: 15px !important;
  }
  .promotionSection .carousel-video .carousel-video-indicators button svg {
    width: 40px;
  }
  .acc-advo-guiding-slider .acc-advo-slider-tittle,
  .acc-advo-slider .acc-advo-slider-tittle {
    font-size: 24px;
    line-height: 1.4;
  }
  .acc-advo-slider {
    margin: 40px auto;
  }
  .acc-advo-slider .col-md-12 {
    padding: 0;
  }
  .stats-box {
    margin: 0rem auto 3rem;
  }
  .stat-number {
    font-size: 26px;
  }
  .stat-text {
    font-size: 14px;
  }
  .accordion-faq .accordion-body-text .paragraph:last-child {
    margin-bottom: 0 !important;
  }
  .accordion-faq .accordion-body-subtitle .subtitle br {
    display: none;
  }
  .knowledgeSection .knowledge-barriers-list .item p.title.number {
    margin-bottom: 10px;
  }
  .row.accordion-knowledge-barriers {
    margin-top: 3rem;
  }
  .knowledgeSection .knowledge-barriers-list .item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .unlock-upgrade-video .video-play-btn svg foreignObject {
    width: 50px;
    height: 50px;
  }
  header .offcanvas {
    background: linear-gradient(
      153deg,
      rgb(134 134 134 / 7%) 0%,
      rgb(27 27 27 / 28%) 33.94%,
      rgb(59 59 59 / 26%) 70%
    );
    backdrop-filter: blur(21px);
  }
  .needs-strategy-image dotlottie-wc {
    display: none;
  }
  .needs-strategy-image img {
    display: block !important;
  }
  .needs-strategy-image {
    padding: 40px 0;
  }
  .funding-section {
    padding: 40px 0px 0px 0px;
  }
}

/*************advocacy Guiding Principles ***************/
.advicacy-guidelines .swiper {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 10px;
}
.advicacy-guidelines .slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advicacy-guidelines .swiper-slide {
  position: relative;
}
.advicacy-guidelines .slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  padding: 2vw 2vw;
  max-width: 25.5vw;
  color: #fff;
  border-radius: 10px;
  background: linear-gradient(
    153deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.13) 33.94%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(21px);
}
.advicacy-guidelines .slide-number {
  font-family: "Source Sans 3";
  font-size: 7vw;
  font-weight: 600;
  line-height: 1;
  color: rgba(255, 255, 255, 1);
}
@media only screen and (min-width: 992px) {
  .advicacy-guidelines .curved-pagination-wrap {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15vw;
    height: 100%;
    z-index: 50;
    pointer-events: none;
  }
  .advicacy-guidelines .nav_cruv_wrap:before {
    position: absolute;
    content: "";
    background: transparent;
    width: 45vw;
    height: 48vw;
    border: 1px solid #ffffff;
    border-radius: 50%;
    top: -1vw;
    bottom: 0;
    left: -26vw;
  }
  .advicacy-guidelines .custom-pagination {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    top: 0;
  }
  .advicacy-guidelines .pagination-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  .ad-aroow-btn {
    position: absolute;
    top: -27px;
    left: 70px;
  }
  .ad-arrow {
    position: absolute;
    top: 50%;
    left: 5vw;
    transform: translate(50%, -50%);
  }
  .nav-btn {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    color: #fff;
    cursor: pointer;
    z-index: 80;
    pointer-events: auto;
  }
}
.advicacy-guidelines .nav_cruv_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.advicacy-guidelines .curved-line {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
  opacity: 0;
}

.advicacy-guidelines .pagination-item {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 14px;
  transform: translate(-50%, -50%);
  transition:
    left 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    top 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.7s ease;
  pointer-events: auto;
  cursor: pointer;
  will-change: left, top, transform;
  z-index: 60;
}

/* DOT */
.advicacy-guidelines .pagination-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
  transition: 0.4s ease;
}

/* NUMBER */
.advicacy-guidelines .pagination-number {
  line-height: 1;
  color: rgb(255 255 255 / 80%);
  letter-spacing: 1px;
  transition: 0.4s ease;
  font-size: 3.2vw;
  font-weight: 500;
}

/* ACTIVE */
.advicacy-guidelines .pagination-item.active .pagination-dot {
  background: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.advicacy-guidelines .pagination-item.active .pagination-number {
  color: #fff;
  font-size: 3.2vw;
  font-weight: 500;
}

.advicacy-guidelines .slide-content h2 {
  font-size: 2.6vw;
  font-weight: 400;
  font-family: "DM Serif Display";
  line-height: 1.1;
  margin-top: 2.5vw;
  margin-bottom: 1.5vw;
}
.advicacy-guidelines .slide-content p {
  font-size: 1.042vw;
}

button.nav-btn.next {
  margin-top: 25px;
}
.ad-arrow .icon {
  position: absolute;
  top: -15px;
  left: 0;
}
.nav-btn {
  z-index: 80;
  color: #fff;
  background: transparent;
  border: none;
}

.advicacy-guidelines {
  padding: 0;
}

.acc-advo-guiding-slider .acc-advo-slider-tittle {
  margin-bottom: 5vw;
}
svg foreignObject div {
  display: none;
}
#europestakeholderhome .swiper-button-disabled {
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}
@media only screen and (min-width: 1999px) {
  .imeline-row-slider .swiper-indicator .swiper-button-prev,
  .imeline-row-slider .swiper-indicator .swiper-button-next {
    bottom: 0.219vw;
  }
}
@media only screen and (max-width: 1599px) {
  .eu-comossioner-content h3 {
    width: 470px;
  }
}
@media only screen and (max-width: 1199px) {
  .tour-landscape-content {
    margin-top: -10px;
  }
  .advicacy-guidelines .slide-number {
    font-size: 5vw;
  }
  .advicacy-guidelines .slide-content p {
    font-size: 14px;
  }
  .advicacy-guidelines .slide-content h2 {
    font-size: 24px;
  }
  .advicacy-guidelines .slide-content {
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .eu-comossioner-content h3 {
    width: 100%;
  }
  .advicacy-guidelines .nav_cruv_wrap {
    display: none;
  }
  .advicacy-guidelines .slide-content {
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .advicacy-guidelines .slide-number {
    font-size: 36px;
  }
  .advicacy-guidelines .slide-content h2 {
    font-size: 26px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .advicacy-guidelines .slide-content h2 br {
    display: none;
  }
  .advicacy-guidelines .slide-content {
    padding: 40px 20px;
  }
  .acc-advo-guiding-slider .acc-advo-slider-tittle,
  .acc-advo-slider .acc-advo-slider-tittle {
    font-size: 26px;
  }
  .advicacy-guidelines .curved-pagination-wrap .icon {
    display: none;
  }
  .ad-aroow-btn button svg {
    display: none;
  }

  .advicacy-guidelines .curved-pagination-wrap {
    width: 100%;
  }
  .tour-card .icon {
    flex-grow: inherit;
  }
  button.nav-btn svg.f-mb {
    display: block !important;
  }
  .ad-aroow-btn {
    text-align: center;
  }
  button.nav-btn.next {
    margin-top: 20px;
  }
  .ad-aroow-btn button svg {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .inte_turist p.subtitle {
    margin-top: 40px;
  }
  .advicacy-guidelines .swiper .swiper-wrapper {
    height: 400px;
  }
  .unlock-upgrade-video .video-play-btn img {
    width: 50px;
  }
}
