.main-header {
  background-size: contain;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 232px;
  padding-bottom: 260px;
}

@media (max-width: 880px) {
  .main-header {
    padding-bottom: 80px;
    padding-top: 190px;
  }
}

.main-header .main-header-bg {
  width: 100%;
  height: calc(100% - 140px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.main-header .main-header-bg svg {
  width: 100%;
  height: 100%;
  fill: #FFE8AD;
}

@media (max-width: 880px) {
  .main-header .main-header-bg svg {
    width: 240%;
    height: 160%;
    left: -50%;
    position: relative;
  }
}

.main-header .follow-hero {
  top: auto;
  bottom: 260px;
}

.main-header .small-container {
  z-index: 1;
}

.main-header .main-header-circle {
  width: 100px;
  position: absolute;
  right: 200px;
  bottom: 200px;
  fill: #FCC200;
}

.main-header .main-header-circle-blue {
  fill: #BCE4FF;
}

.main-header .main-header-circle:nth-child(2) {
  right: -50px;
  bottom: 170px;
}

.main-header h5 {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FCC200;
  margin-bottom: 16px;
}

.main-header.main-header-blue .main-header-bg svg {
  fill: #BCE4FF;
}

.main-header.main-header-blue h5 {
  color: #2EB5BD;
}

.main-header.main-header-blue .main-header-circle-blue {
  fill: #2EB5BD;
}

@media (max-width: 580px) {
  .main-header .follow-hero {
    display: none;
  }
  .main-header .main-header-circle {
    width: 70px;
    position: absolute;
    right: -40px;
    bottom: 40px;
  }
  .main-header .main-header-circle:nth-child(2) {
    display: none;
  }
}

.filters {
  width: 100%;
  max-width: 850px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 60px;
}

.filters > * {
  width: calc(100% / 3 - 10px);
}

.filters > *:not(:last-child) {
  margin-right: 10px;
}

@media (max-width: 880px) {
  .filters {
    flex-direction: column;
  }
  .filters > * {
    width: 100%;
  }
  .filters > *:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

.grid-cards-three {
  display: flex;
  flex-wrap: wrap;
}

.grid-cards-three .card {
  width: calc(33.33% - 16px);
  margin: 8px 16px 8px 0;
}

.grid-cards-three .card .image {
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}

.grid-cards-three .card h6 {
  position: absolute;
  padding: 40px 32px;
  width: 100%;
  left: 0;
  bottom: 0;
  color: white;
  font-size: 20px;
  line-height: 24px;
  font-family: "Source Serif Pro", serif;
}

.grid-cards-three .card h5 {
  position: absolute;
  padding: 40px 32px;
  left: 0;
  top: 0;
  font-size: 48px;
  font-family: "Source Serif Pro", serif;
  color: white;
}

.grid-cards-three .card a {
  position: absolute;
  padding: 40px 32px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  left: 0;
  bottom: 0;
  color: white;
}

.grid-cards-three .card a svg {
  margin-left: 10px;
}

@media (max-width: 880px) {
  .grid-cards-three .card {
    width: 100%;
    margin: 10px 0;
  }
}

.video-component {
  width: 100%;
  position: relative;
}

.video-component .video-container {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  pointer-events: all;
}

.video-component .video-container::before {
  content: '';
  display: block;
  padding-bottom: 50%;
}

.video-component .video-container.small .video-button {
  width: 130px;
  height: 130px;
  top: calc(50% - 130px / 2);
  left: calc(50% - 130px / 2);
}

.video-component .video-container.playing iframe, .video-component .video-container.playing video {
  opacity: 1 !important;
}

.video-component .video-container.playing .video-cover, .video-component .video-container.playing .video-button {
  pointer-events: none !important;
}

.video-component .video-container.playing .video-cover {
  opacity: 0;
}

.video-component .video-container.playing .video-button {
  transform: scale(0.2);
  opacity: 0 !important;
}

.video-component .video-caption {
  max-width: 430px;
  display: block;
  margin-top: 23px;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: rgba(0, 0, 0, 0.7);
}

.video-component .video-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.video-component .video-button {
  width: 128px;
  height: 128px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 128px / 2);
  left: calc(50% - 128px / 2);
  z-index: 3;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.video-component .video-button .play-button-shape {
  width: 100%;
  height: 100%;
}

.video-component video, .video-component iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.video-component video {
  height: auto;
}

.video-component iframe {
  height: 100%;
}

.video-component.small .video-button {
  width: 110px;
  height: 110px;
  top: calc(50% - 110px / 2);
  left: calc(50% - 110px / 2);
}

.video-component.no-ratio .video-container {
  height: 100%;
}

.video-component.no-ratio .video-container::before {
  content: none;
  display: none;
}

@media (max-width: 880px) {
  .video-component .video-button {
    width: 110px;
    height: 110px;
    top: calc(50% - 110px / 2);
    left: calc(50% - 110px / 2);
  }
  .video-component .video-caption {
    font-size: 11px;
    line-height: 14px;
    margin-top: 16px;
  }
}

.pagination {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 80px auto;
  margin-bottom: 170px;
  border-top: 1px solid rgba(101, 129, 149, 0.5);
}

.pagination .pagination-dots {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.4;
  margin: 0 27px;
}

.pagination a {
  padding: 7px 10px;
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.4;
  position: relative;
  text-align: center;
}

.pagination a:hover {
  opacity: 1;
}

.pagination a.active {
  font-weight: 600;
  opacity: 1;
}

.pagination a.active::before {
  content: '';
  width: 100%;
  height: 3px;
  background: currentColor;
  border-radius: 3px;
  position: absolute;
  top: -2px;
  left: 0;
}

#cards-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: none;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 1s;
}

#cards-popup.open {
  display: block;
  opacity: 1;
}

#cards-popup .overlay {
  backdrop-filter: blur(10px);
  background-color: rgba(49, 64, 137, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}

#cards-popup .popup {
  padding: 40px;
  background-color: #FCC200;
  padding: 40px;
  background-color: #FCC200;
  position: relative;
  top: 50%;
  max-width: 580px;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  margin: auto;
  transform: translateY(-50%);
  z-index: 1;
  box-shadow: 0 0 20px #314089;
  border-radius: 16px;
}

#cards-popup .popup .close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

#cards-popup .popup .close:hover {
  transform: scale(0.96);
}

#cards-popup .popup .close:hover svg path {
  stroke: white;
}

#cards-popup .popup .close svg path {
  stroke: #2F1042;
}

#cards-popup .popup .image {
  margin-bottom: 16px;
}

#header-about {
  width: 100%;
  min-height: 650px;
  height: 70vh;
  position: relative;
  z-index: 1;
  color: white;
}

#header-about::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #2F1042;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#header-about-breadcrumbs {
  padding-top: 130px;
  z-index: 1;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 880px) {
  #header-about-breadcrumbs {
    order: 1;
    padding-left: 16px;
    padding-right: 16px;
  }
}

#header-about-breadcrumbs a {
  color: white;
  font-weight: 600;
}

#header-about-left, #header-about-right {
  z-index: 1;
}

#header-about-left {
  width: calc(100% - 550px);
  padding-top: 120px;
  position: relative;
  z-index: 2;
}

#header-about-left #header-title {
  max-width: 580px;
}

#header-about-left .paragraph {
  max-width: 480px;
  color: inherit;
}

#header-about-right {
  width: 650px;
  height: auto;
  position: absolute;
  right: 12%;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
}

#header-about::after {
  content: '';
  width: 100%;
  height: 213px;
  top: 100%;
  transform: translateY(-50%);
  position: absolute;
  pointer-events: none;
  background-image: url(../assets/img/about-header-bottom.svg);
  background-size: cover;
  background-position: center;
  z-index: 2;
}

@media (max-width: 880px) {
  #header-about {
    height: 600px;
    max-height: 74dvh;
    margin-bottom: 90px;
  }
  #header-about #header-shape {
    display: none;
  }
  #header-about .half-container {
    width: 100% !important;
    display: flex;
    flex-direction: column-reverse;
  }
  #header-about .half-container > div {
    width: 100%;
  }
  #header-about .half-container #header-right {
    position: relative;
    top: 0;
  }
  #header-about .half-container #header-left {
    padding: 60px 20px;
  }
  #header-about .half-container #header-scroll {
    margin-top: 50px;
  }
  #header-about .half-container #header-logos {
    margin-top: 50px;
    justify-content: center;
  }
  #header-about .half-container #header-logos .logo {
    margin: 16px;
  }
  #header-about-left {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 880px) {
  #header-about {
    margin-bottom: 0;
  }
  #header-about #header-blog-single-right {
    position: static;
    transform: translate(0);
    padding-top: 120px;
  }
  #header-about #header-blog-single-right img {
    max-width: 100%;
  }
  #header-about #header-blog-single-left {
    padding-top: 40px;
  }
}

.about-body {
  background-color: #E8E3D9;
  padding-top: 106px;
  padding-bottom: 180px;
  position: relative;
}

.about-body .content {
  max-width: 780px;
  padding: 0 16px;
  margin: auto;
  color: #2F1042;
}

.about-body-header {
  max-width: 1130px;
  margin: auto;
  margin-top: -200px;
  margin-bottom: 60px;
  padding: 0 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
}

.about-body-header img {
  object-fit: cover;
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.about-body .title-h5 {
  margin: 30px 0;
}

.about-body .paragraph {
  color: inherit;
  margin: 30px 0;
}

.about-body .picture {
  margin: 70px 0;
  max-width: 100%;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}

.about-body .picture img {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.grid-section {
  padding-top: 120px;
  background-color: #2F1042;
  color: white;
  position: relative;
}

.grid-section::before {
  content: '';
  width: 100%;
  height: 130px;
  z-index: 2;
  top: -130px;
  position: absolute;
  pointer-events: none;
  background-image: url(../assets/img/about-body-bottom.svg);
  background-size: cover;
  background-position: center;
}

.grid-section::after {
  width: 100%;
  height: 57px;
  z-index: 2;
  top: calc(100% - 15px);
  position: absolute;
  pointer-events: none;
  background-size: cover;
  background-position: center;
}

.grid-section .content {
  max-width: 780px;
  padding: 0 16px;
  margin: auto;
}

.grid-section .content-left {
  max-width: 780px;
  padding: 0 16px;
  margin-left: 100px;
}

@media (max-width: 880px) {
  .grid-section .content-left {
    margin-left: 0;
  }
}

.grid-section .paragraph {
  color: inherit;
}

.grid-section .grid-cards-three {
  margin-top: 80px;
  padding-bottom: 150px;
  justify-content: center;
}

.grid-section .grid-cards-three .card {
  background-color: #FCC200;
  color: #2F1042;
  border-radius: 16px;
  padding: 30px;
}

.grid-section .grid-cards-three .card * {
  pointer-events: none;
}

.grid-section .grid-cards-three .card .card-body h5 {
  position: initial;
  color: inherit;
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
}

.grid-section .grid-cards-three .card .card-action {
  font-weight: 700;
  font-size: 11.2px;
  line-height: 15px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid-section .grid-cards-three .card .card-action svg {
  margin-left: 16px;
}

#about-body-2::before {
  content: '';
  width: 100%;
  height: 120px;
  top: -100px;
  z-index: 2;
  position: absolute;
  pointer-events: none;
  background-image: url(../assets/img/about-body-top.svg);
  background-size: cover;
  background-position: center;
}

#about-strategy .card {
  cursor: initial;
}

#about-initiative {
  background-color: #E8E3D9;
  position: relative;
  padding: 80px 0;
}

#about-initiative::before {
  content: '';
  width: 100%;
  height: 120px;
  top: -100px;
  z-index: 2;
  position: absolute;
  pointer-events: none;
  background-image: url(../assets/img/about-body-top.svg);
  background-size: cover;
  background-position: center;
}

#about-initiative .container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 880px) {
  #about-initiative .container {
    flex-wrap: wrap;
  }
}

#about-initiative .container .left {
  width: 100%;
  flex-grow: 1;
}

#about-initiative .container .left h3, #about-initiative .container .left p {
  max-width: 480px;
}

#about-initiative .container .left .logos {
  display: flex;
  align-items: center;
  margin-top: 80px;
}

#about-initiative .container .left .logos .logo {
  margin-bottom: 40px;
}

#about-initiative .container .left .logos .logo img {
  width: auto;
  max-width: 100vw;
}

#about-initiative .container .left .logos .logo:not(:last-child) {
  margin-right: 40px;
}

#about-initiative .container .left .logos .logo:last-child {
  opacity: 1 !important;
  transform: none !important;
}

@media (max-width: 880px) {
  #about-initiative .container .left .logos {
    overflow: auto;
    margin-top: 43px;
  }
  #about-initiative .container .left .logos .logo {
    height: 45px;
    margin: 0 12px;
    margin-bottom: 30px;
  }
  #about-initiative .container .left .logos .logo:not(:last-child) {
    margin: 0 12px;
    margin-bottom: 30px;
  }
}

#about-initiative .container .right {
  width: 100%;
  max-width: 530px;
}

#about-initiative .container .right img {
  width: 100%;
}

@media (max-width: 880px) {
  #about-initiative .container .right {
    margin: auto;
  }
}

#about-articles {
  background-color: #FCC200;
  padding: 80px 0;
  position: relative;
}

#about-articles::before {
  content: '';
  width: 100%;
  height: 118px;
  top: -67px;
  z-index: 2;
  position: absolute;
  pointer-events: none;
  background-image: url(../assets/img/about-articles-top.svg);
  background-size: cover;
  background-position: center;
}

#about-articles::after {
  content: '';
  width: 100%;
  height: 57px;
  z-index: 2;
  top: calc(100% - 15px);
  position: absolute;
  pointer-events: none;
  background-image: url(../assets/img/about-footer-top.svg);
  background-size: cover;
  background-position: center;
}

#about-articles .news {
  max-width: 780px;
  padding: 0 16px;
  margin: auto;
  margin-top: 50px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

@media (max-width: 880px) {
  #about-articles .news {
    grid-template-columns: repeat(1, 1fr);
  }
}

#about-articles .news .news-item {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
  display: flex;
  flex-direction: column;
}

#about-articles .news .news-item:hover {
  transform: scale(1.04);
}

#about-articles .news .news-item-img {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
}

#about-articles .news .news-item-content {
  background-color: white;
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#about-articles .news .news-item-content .header {
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

#about-articles .news .news-item-content .title {
  margin-top: 16px;
  margin-bottom: 8px;
}

#about-articles .news .news-item-content .simple-button {
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-top: 24px;
}

#about-articles .news .news-item-content .simple-button svg {
  margin-left: 16px;
}


#commitments-body .commitments {
  gap: 20px;
  margin-top: 64px;
  flex-wrap: wrap;
}

@media (max-width: 880px) {
  #commitments-body .commitments {
    flex-wrap: wrap;
  }
}

#commitments-body .commitments .commitment {
  width: calc(100% / 3 - 20px);
  padding: 32px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  will-change: transform;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

#commitments-body .commitments .commitment:hover {
  transform: scale(1.04);
}

@media (max-width: 880px) {
  #commitments-body .commitments .commitment {
    width: 100%;
  }
}

#commitments-body .commitments .commitment::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 19.17%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 86.97%);
  opacity: 0.7;
}

#commitments-body .commitments .commitment-content {
  color: white;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
}

#commitments-body .commitments .commitment-content .type {
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  text-align: right;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

#commitments-body .commitments .commitment-content .play {
  margin-top: 250px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  border-radius: 60px;
}

#commitments-body .commitments .commitment-content .title {
  margin-top: 30px;
  margin-bottom: 0;
}

.flex_video_about{
  display: flex;
  gap:32px;
  margin: 52px 0;
}
.video-about{
  aspect-ratio: 16/9;
  width: 100%;
  margin: 70px 0;
  max-width: 100%;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
  position: relative;
}
iframe{width: 100%;height: 100%;}
@media (max-width:800px){
  .flex_video_about{
    flex-direction: column;
  }
}