@charset "UTF-8";
@font-face {
  font-family: FontRegular;
  src: url(../fonts/Montserrat-Regular.ttf) format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontMedium;
  src: url(../fonts/Montserrat-Medium.ttf) format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontSemiBold;
  src: url(../fonts/Montserrat-SemiBold.ttf) format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontBold;
  src: url(../fonts/Montserrat-Bold.ttf) format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontExtraBold;
  src: url(../fonts/Montserrat-ExtraBold.ttf) format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontBlack;
  src: url(../fonts/Montserrat-Black.ttf) format("truetype");
  font-display: block;
}
.font-regular {
  font-family: FontRegular;
}

.font-medium {
  font-family: FontMedium;
}

.font-semibold {
  font-family: FontSemiBold;
}

.font-bold {
  font-family: FontBold;
}

.font-extrabold {
  font-family: FontExtraBold;
}

.font-black {
  font-family: FontBlack;
}

/* COLORS */
/* HEADER */
html {
  height: 100%;
  scroll-padding-top: 14%;
}
@media screen and (max-width: 992px) {
  html {
    scroll-padding-top: 200px;
  }
}

a {
  text-decoration: none;
  transition: all 0.2s linear;
}

h1, h2, h3, h4, h5, h6 {
  font-family: FontBold;
}

h1 {
  font-size: 61px;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 100%;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 42px;
  }
}

h2 {
  font-size: 61px;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  h2 {
    font-size: 52px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 48px;
    line-height: 100%;
  }
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  color: #000000;
}

p {
  margin: 0;
  font-family: FontMedium;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 575px) {
  p {
    font-size: 16px;
  }
}

.title-wrapper {
  margin-bottom: 72px;
}
@media screen and (max-width: 992px) {
  .title-wrapper {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .title-wrapper {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .title-wrapper {
    margin-bottom: 40px;
  }
}
.title-wrapper .section-title {
  font-family: FontBold;
  font-size: 40px;
  color: #000000;
  text-transform: uppercase;
  position: relative;
  padding-left: 54px;
}
@media screen and (max-width: 992px) {
  .title-wrapper .section-title {
    font-size: 34px;
  }
}
@media screen and (max-width: 575px) {
  .title-wrapper .section-title {
    font-size: 24px;
  }
}
.title-wrapper .section-title:before {
  content: "";
  background-color: #FFFFFF;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 12px;
}
@media screen and (max-width: 992px) {
  .title-wrapper .section-title:before {
    font-size: 28px;
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 575px) {
  .title-wrapper .section-title:before {
    font-size: 18px;
    width: 36px;
    height: 36px;
  }
}
.title-wrapper .section-title:after {
  content: "//";
  left: 0;
  top: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-size: 32px;
  font-family: FontBold;
  transform: translateY(-50%);
  background: linear-gradient(86.34deg, #FFF102 0%, #2C3990 58.42%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 992px) {
  .title-wrapper .section-title:after {
    font-size: 28px;
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 575px) {
  .title-wrapper .section-title:after {
    font-size: 22px;
    width: 36px;
    height: 36px;
  }
}
.title-wrapper .swiper-navigation-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}
.title-wrapper .swiper-navigation-buttons .swiper-button-arrow {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: #FFFFFF;
  position: relative;
  left: auto;
  right: auto;
  margin: 0;
  top: auto;
  transition: all 0.2s linear;
}
@media screen and (max-width: 992px) {
  .title-wrapper .swiper-navigation-buttons .swiper-button-arrow {
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 575px) {
  .title-wrapper .swiper-navigation-buttons .swiper-button-arrow {
    width: 36px;
    height: 36px;
  }
}
.title-wrapper .swiper-navigation-buttons .swiper-button-arrow svg {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
@media screen and (max-width: 992px) {
  .title-wrapper .swiper-navigation-buttons .swiper-button-arrow svg {
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .title-wrapper .swiper-navigation-buttons .swiper-button-arrow svg {
    width: 22px;
    height: 22px;
  }
}
.title-wrapper .swiper-navigation-buttons .swiper-button-arrow svg path {
  transition: all 0.2s linear;
}
.title-wrapper .swiper-navigation-buttons .swiper-button-arrow:hover {
  background-color: #00BB4E;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1019607843);
}
.title-wrapper .swiper-navigation-buttons .swiper-button-arrow:hover svg path {
  stroke: #FFFFFF;
}
.title-wrapper:has(.description) .section-title {
  margin-bottom: 24px;
}
.title-wrapper .description {
  font-family: FontMedium;
  font-size: 18px;
  color: #000000;
  max-width: 600px;
  width: 100%;
  padding-left: 54px;
}
@media screen and (max-width: 992px) {
  .title-wrapper .description {
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .title-wrapper .description {
    font-size: 16px;
  }
}
.title-wrapper .description span {
  color: #00BB4E;
}

body {
  margin: 0;
  font-family: FontMedium;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: linear-gradient(81deg, #FFFEEC -36.15%, #DCDEED 103.14%);
  /*padding-top: 100px;

  @media screen and ( max-width: 767px) {
    padding-top: 80px;
  }
  @media screen and ( max-width: 767px) {
    padding-top: 70px;
  }*/
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: transparent;
}
body::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: #00BB4E;
}

body > main {
  flex: 1 1 auto;
  overflow-x: hidden;
}

.main-container {
  max-width: 1330px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 575px) {
  .main-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.main-title {
  padding-top: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
  max-width: 1050px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .main-title {
    padding-top: 30px;
  }
}

/*section:not(.hero) {
  padding: 36px 0;
  @media screen and (max-width: 992px) {
    padding: 30px 0;
  }
  @media screen and (max-width: 767px) {
    padding: 25px 0;
  }
  @media screen and (max-width: 575px) {
    padding: 20px 0;
  }
}*/
section {
  padding: 36px 0;
}
@media screen and (max-width: 992px) {
  section {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 25px 0;
  }
}
@media screen and (max-width: 575px) {
  section {
    padding: 20px 0;
  }
}

.dark-bg {
  background: linear-gradient(180deg, #131313 0%, #797979 100%);
  position: relative;
  overflow: hidden;
  margin: 36px 0;
}
.dark-bg:before {
  content: "";
  position: absolute;
  width: 442px;
  height: 442px;
  top: -20%;
  right: -20%;
  background: #2C3990;
  filter: blur(1000px);
  border-radius: 100%;
}
.dark-bg:after {
  content: "";
  position: absolute;
  width: 442px;
  height: 442px;
  bottom: -70%;
  left: -20%;
  background: rgba(254, 240, 2, 0.768627451);
  filter: blur(1000px);
  border-radius: 100%;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}
ul li {
  list-style-type: none;
}

.nav-scroll {
  transform: translateY(-12px) !important;
}

.swiper-navigation-buttons {
  position: relative;
}
.swiper-navigation-buttons .swiper-button-arrow:after {
  content: "";
}

.contacts-button {
  border-radius: 100px;
  position: relative;
  background: linear-gradient(180deg, #2C3990 -35.42%, #FFF100 309.37%);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s linear;
}
.contacts-button .contacts-button-inner {
  padding: 12px 24px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: FontBold;
  font-size: 16px;
  color: #FFFFFF;
}
.contacts-button:hover {
  background: linear-gradient(90deg, #2C3990 -35.42%, #FFF100 309.37%);
}

.support-formats-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .support-formats-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .support-formats-list {
    grid-template-columns: 1fr;
  }
}

.wysiwyg-styles .wp-caption {
  width: 100% !important;
}
.wysiwyg-styles .wp-caption-text {
  font-size: 18px;
  line-height: 18px;
  margin: 10px 0 0;
  color: #000;
}
.wysiwyg-styles > img, .wysiwyg-styles > p > img, .wysiwyg-styles .wp-caption > img {
  width: 100%;
  max-height: 480px;
  border-radius: 12px;
  object-fit: cover;
}
.wysiwyg-styles > img, .wysiwyg-styles .wp-caption {
  margin-bottom: 50px;
  object-fit: cover;
}
.wysiwyg-styles > p {
  margin-bottom: 20px;
  padding-left: 0 !important;
}
.wysiwyg-styles > p .alignleft, .wysiwyg-styles > p .alignright {
  width: auto !important;
  max-width: 51% !important;
  height: auto !important;
  object-fit: cover !important;
}
.wysiwyg-styles > p .alignleft {
  float: left;
  margin: 0 47px 30px 0;
}
.wysiwyg-styles > p .alignright {
  float: right;
  margin: 0 0 30px 30px;
}
.wysiwyg-styles > p strong {
  font-family: FontBold;
}
.wysiwyg-styles > ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  padding-left: 0;
  left: 26px;
  position: relative;
  margin-right: 26px;
}
.wysiwyg-styles > ul li {
  padding-left: 18px;
  position: relative;
  /*&:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: $text_color;
  }*/
}
.wysiwyg-styles > ul li::marker {
  content: "•";
  font-size: 24px;
  font-family: FontMedium;
  line-height: 1;
  color: #000000;
}
.wysiwyg-styles > p, .wysiwyg-styles > ul li {
  font-family: FontMedium;
  font-size: 18px;
  line-height: 120%;
  padding-left: 14px;
  color: #000000;
}
.wysiwyg-styles > p a:not(.default-button), .wysiwyg-styles > ul li a:not(.default-button) {
  position: relative;
  text-decoration: underline;
  color: #000000;
  transition: all 0.2s linear;
}
.wysiwyg-styles > p a:not(.default-button):hover, .wysiwyg-styles > ul li a:not(.default-button):hover {
  color: #00BB4E;
}
.wysiwyg-styles > h2 {
  font-family: FontBold;
  font-size: 26px;
  color: #000000;
  margin-bottom: 20px;
  line-height: 110%;
}
.wysiwyg-styles > h3 {
  font-family: FontBold;
  font-size: 22px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 20px;
}
.wysiwyg-styles > h4 {
  font-family: FontBold;
  font-size: 18px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 20px;
}
.wysiwyg-styles > a, .wysiwyg-styles p span a {
  color: #00BB4E !important;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.2s linear;
  font-family: FontMedium;
  line-height: 100%;
}
.wysiwyg-styles > a > img, .wysiwyg-styles p span a > img {
  margin-right: 8px;
}
.wysiwyg-styles > a:hover, .wysiwyg-styles p span a:hover {
  text-decoration: underline !important;
}
.wysiwyg-styles .wysiwyg-button {
  margin-bottom: 30px;
}
.wysiwyg-styles > *:first-child {
  margin-top: 0 !important;
}
.wysiwyg-styles > *:last-child {
  margin-bottom: 0 !important;
}
.wysiwyg-styles table {
  width: 100%;
  border: none;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}
.wysiwyg-styles table tbody tr {
  background-color: #EAF6F3;
}
.wysiwyg-styles table tbody tr td {
  font-family: FontBold;
  font-size: 16px;
  color: #566177;
  padding-left: 40px;
  min-width: 50%;
  width: 50%;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 6px;
}
.wysiwyg-styles table tbody tr td:nth-child(2n) {
  font-family: FontBold;
  padding-left: 0;
}
.wysiwyg-styles table tbody tr:nth-child(2n) {
  background-color: #FFFFFF;
}

.wysiwyg-styles-small > p, .wysiwyg-styles-small > ul li {
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 18px;
}

.video-wysiwyg {
  margin: 35px 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}
.video-wysiwyg:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video-wysiwyg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wysiwyg-gallery {
  margin-bottom: 30px;
}
.wysiwyg-gallery .single-gallery-element {
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  width: calc((100% - 105px) / 4.001);
  margin: 10px 35px 10px 0;
  border-radius: 10px;
  transition: all 0.2s linear;
}
.wysiwyg-gallery .single-gallery-element > a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wysiwyg-gallery .single-gallery-element:nth-of-type(4n), .wysiwyg-gallery .single-gallery-element:nth-last-of-type(1) {
  margin: 10px 0 10px;
}
.wysiwyg-gallery .single-gallery-element:before {
  content: "";
  display: block;
  padding-top: 90.9375%;
}
.wysiwyg-gallery .single-gallery-element .additional-number {
  font-size: 18px;
  line-height: 30px;
  right: 0;
  bottom: 0;
  transform: translate(-20px, -14px);
  -webkit-transform: translate(-20px, -14px);
  font-family: FontBold;
  color: #fff;
}
.wysiwyg-gallery .single-gallery-element .darkness-effect {
  background: rgba(0, 72, 211, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.wysiwyg-gallery .single-gallery-element:hover {
  transform: translateY(-5px) perspective(1000px);
  -webkit-transform: translateY(-5px) perspective(1000px);
}

.wp-video {
  margin-bottom: 30px;
}

.wysiwyg-styles-modern ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  left: 0;
  margin-right: 0;
}
.wysiwyg-styles-modern ul li {
  padding-left: 40px;
  position: relative;
}
.wysiwyg-styles-modern ul li::before {
  content: url("../img/protect-icon.svg");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.wysiwyg-styles-modern ul li::marker {
  content: "";
}
.wysiwyg-styles-modern blockquote {
  padding: 24px 12px;
  border-radius: 12px;
  background-color: #F7F7F9;
}
.wysiwyg-styles-modern blockquote ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wysiwyg-styles-modern blockquote ul li {
  font-size: 18px;
  padding-left: 18px;
  position: relative;
}
.wysiwyg-styles-modern blockquote ul li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 15px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #000000;
}

@media screen and (max-width: 1024px) {
  .wysiwyg-styles > img, .wysiwyg-styles .wp-caption {
    margin-bottom: 30px;
  }
  .wysiwyg-styles > p {
    margin-bottom: 20px;
  }
  .wysiwyg-styles > p > img {
    margin-bottom: 10px;
  }
  .wysiwyg-styles > p .alignleft {
    margin: 0 20px 20px 0;
  }
  .wysiwyg-styles > p .alignright {
    margin: 0 0 20px 20px;
  }
  .wysiwyg-styles > ul {
    margin-bottom: 20px;
  }
  .wysiwyg-styles > ul li {
    background-position: 0 10px;
  }
  .wysiwyg-styles > p, .wysiwyg-styles > ul li {
    font-size: 16px;
  }
  .wysiwyg-styles > h2, .wysiwyg-styles > h3, .wysiwyg-styles > h4 {
    margin-bottom: 10px;
  }
  .wysiwyg-styles > h2 {
    font-size: 24px;
  }
  .wysiwyg-styles > h3 {
    font-size: 18px;
  }
  .wysiwyg-styles > h4 {
    font-size: 16px;
  }
  .wysiwyg-styles-small > p, .wysiwyg-styles-small > ul li {
    line-height: 100%;
  }
  .wysiwyg-gallery .single-gallery-element {
    width: calc((100% - 45px) / 4.001);
    margin: 0 15px 15px 0 !important;
  }
  .wysiwyg-gallery .single-gallery-element:nth-of-type(4n), .wysiwyg-gallery .single-gallery-element:nth-last-of-type(1) {
    margin: 0 0 15px !important;
  }
}
@media screen and (max-width: 992px) {
  .wysiwyg-gallery {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .wysiwyg-styles > p .alignleft, .wysiwyg-styles > p .alignright {
    float: none !important;
    max-width: none !important;
    width: 100% !important;
    margin: 0 0 20px !important;
  }
  .wysiwyg-styles > h2 {
    font-size: 24px;
  }
  .wysiwyg-styles > ul {
    margin-left: -10px;
  }
  .wysiwyg-gallery {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .wysiwyg-gallery .single-gallery-element {
    width: calc((100% - 15px) / 2.001);
    margin: 0 15px 15px 0 !important;
  }
  .wysiwyg-gallery .single-gallery-element:nth-of-type(2n), .wysiwyg-gallery .single-gallery-element:nth-last-of-type(1) {
    margin: 0 0 15px !important;
  }
}
@media screen and (max-width: 575px) {
  .wysiwyg-styles > h2 {
    font-size: 22px;
  }
  .wysiwyg-styles table tbody tr td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wysiwyg-styles table tbody tr td:nth-child(2n) {
    font-family: FontBold;
    padding-left: 0;
    padding-right: 10px;
  }
  .wysiwyg-styles table tbody tr:nth-child(2n) {
    background-color: #FFFFFF;
  }
}
@media screen and (max-width: 500px) {
  .wysiwyg-gallery .single-gallery-element {
    width: 100%;
    margin: 0 0 15px 0 !important;
  }
  .video-wysiwyg:before {
    padding-top: 57%;
  }
}
/* COMPONENTS */
.header {
  position: fixed;
  width: 100%;
  top: 24px;
  left: 0;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.1s linear;
}
@media screen and (max-width: 575px) {
  .header {
    top: 15px;
  }
}
.header .header-wrapper {
  background-color: #FFFFFF;
  border-radius: 50px;
  height: 60px;
}
.header .header-wrapper .header-content {
  align-items: center;
  gap: 40px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .header .header-wrapper .header-content {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-wrapper .header-content {
    gap: 10px;
  }
}
.header .header-wrapper .header-content .logo-wrapper {
  display: flex;
  align-items: center;
}
.header .header-wrapper .header-content .logo-wrapper img {
  max-width: 112px;
  width: 100%;
  height: 27px;
  object-fit: contain;
}
@media screen and (max-width: 1280px) {
  .header .header-wrapper .header-content .menu-wrapper {
    display: none;
  }
}
.header .header-wrapper .header-content .menu-wrapper .navigation-menu {
  margin-left: auto;
  margin-right: auto;
}
.header .header-wrapper .header-content .menu-wrapper .navigation-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  row-gap: 2px;
  flex-wrap: wrap;
}
.header .header-wrapper .header-content .menu-wrapper .navigation-menu ul li {
  position: relative;
}
.header .header-wrapper .header-content .menu-wrapper .navigation-menu ul li a {
  font-family: FontMedium;
  font-size: 16px;
  color: #000000;
}
.header .header-wrapper .header-content .menu-wrapper .navigation-menu ul li a:hover {
  color: #00BB4E;
}
.header .header-wrapper .header-content .navigation-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 18px;
}
@media screen and (max-width: 1280px) {
  .header .header-wrapper .header-content .navigation-wrapper {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .header .header-wrapper .header-content .navigation-wrapper .default-button {
    display: none;
  }
}
.header .header-wrapper .header-content .mobile-menu {
  display: none;
  /*.offcanvas {
    background-color: $black_color;
    min-height: 100vh;
    .offcanvas-header {
      .btn-close {
        --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
      }
    }
    .offcanvas-body {
      text-align: center;
      .mobile-nav-list {
        margin-bottom: 40px;
        .navigation-menu {
          ul {
            display: flex;
            flex-direction: column;
            gap: 8px;

            li {
              a {
                color: $white_color;
                font-size: 20px;

                &:hover {
                  color: $green_color;
                }
              }
            }
          }
        }
      }
      .contacts-button {
        margin-left: auto;
        margin-right: auto;
        .button {
          color: $black_color;
          svg path {
            stroke: $black_color;
          }
          &:after {
            background: $white_color;
          }
        }
      }
    }
  }*/
}
.header .header-wrapper .header-content .mobile-menu .btn-menu svg path {
  fill: #000000;
  transition: all 0.2s linear;
}
.header .header-wrapper .header-content .mobile-menu .btn-menu:hover svg path {
  fill: #00BB4E;
}
@media screen and (max-width: 1280px) {
  .header .header-wrapper .header-content .mobile-menu {
    display: block;
  }
  .header .header-wrapper .header-content .mobile-menu .btn-menu {
    border: none;
    background: none;
  }
  .header .header-wrapper .header-content .mobile-menu .btn-menu svg {
    width: 30px;
    height: 30px;
  }
}
.header .header-container {
  padding: 0 6px 0 24px;
  height: 100%;
}

.offcanvas {
  background: linear-gradient(81deg, #FFFEEC -36.15%, #DCDEED 103.14%);
}
.offcanvas .offcanvas-body .mobile-nav-list {
  margin-bottom: 30px;
}
.offcanvas .offcanvas-body .mobile-nav-list .navigation-menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.offcanvas .offcanvas-body .mobile-nav-list .navigation-menu ul li a {
  font-family: FontMedium;
  font-size: 18px;
  color: #000000;
  transition: all 0.2s linear;
}
.offcanvas .offcanvas-body .mobile-nav-list .navigation-menu ul li a:hover {
  color: #00BB4E;
}
.offcanvas .default-button .button {
  justify-content: center;
}

.hero {
  position: relative;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  margin-bottom: 36px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .hero {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .hero {
    margin-bottom: 20px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
.hero .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .hero-bg-decor {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -24.51%, rgba(0, 0, 0, 0.7) 100%);
}
.hero .hero-content {
  padding: 166px 0 112px 0;
  max-width: 800px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .hero .hero-content {
    padding: 80px 0 60px 0;
  }
}
.hero .hero-content .hero-title {
  font-family: FontBold;
  font-size: 31px;
  color: #FFFFFF;
  max-width: 955px;
  width: 100%;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .hero .hero-content .hero-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .hero .hero-content .hero-title {
    font-size: 24px;
  }
}
.hero .hero-content .hero-subtitle {
  margin-bottom: 20px;
}
.hero .hero-content .hero-description.wysiwyg-styles > p, .hero .hero-content .hero-description .wysiwyg-styles > ul li {
  color: #FFFFFF;
  font-size: 16px;
}
.hero .hero-content .buttons-wrapper {
  margin-top: 40px;
}
.hero .hero-content .buttons-wrapper .hero-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.hero .hero-content .buttons-wrapper .more-about {
  font-size: 16px;
  font-family: FontRegular;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: nowrap;
}
.hero .hero-content .buttons-wrapper .more-about svg {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.hero .hero-content .buttons-wrapper .more-about svg path {
  transition: all 0.2s linear;
}
.hero .hero-content .buttons-wrapper .more-about:hover {
  color: #00BB4E;
}
.hero .hero-content .buttons-wrapper .more-about:hover svg path {
  stroke: #00BB4E;
}

main:not(.home-page) .hero-content {
  max-width: 100%;
}
main:not(.home-page) .hero-content .hero-title {
  max-width: 100%;
  text-align: center;
  font-size: 62px;
}
@media screen and (max-width: 992px) {
  main:not(.home-page) .hero-content .hero-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  main:not(.home-page) .hero-content .hero-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  main:not(.home-page) .hero-content .hero-title {
    font-size: 30px;
  }
}

.footer {
  padding: 60px 0;
}
.footer .footer-main-info {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 40px;
}
@media screen and (max-width: 1170px) {
  .footer .footer-main-info {
    grid-template-columns: 280px 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .footer .footer-main-info {
    grid-template-columns: 1fr;
  }
}
.footer .footer-main-info .about-company .company-name {
  font-family: FontBold;
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .footer .footer-main-info .about-company .company-name {
    margin-bottom: 20px;
  }
}
.footer .footer-main-info .about-company .company-description {
  font-family: FontMedium;
  font-size: 15px;
  margin-bottom: 30px;
}
.footer .footer-main-info .about-company .social-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer .footer-main-info .about-company .social-list .social-item a svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.footer .footer-main-info .about-company .social-list .social-item a svg path {
  fill: #000000;
  transition: all 0.2s linear;
}
.footer .footer-main-info .about-company .social-list .social-item a:hover svg path {
  fill: #00BB4E;
}
.footer .footer-main-info .main-info {
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media screen and (max-width: 992px) {
  .footer .footer-main-info .main-info {
    align-items: start;
  }
}
.footer .footer-main-info .main-info .footer-nav {
  margin-bottom: 25px;
}
.footer .footer-main-info .main-info .footer-nav ul {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .footer .footer-main-info .main-info .footer-nav ul {
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }
}
.footer .footer-main-info .main-info .footer-nav ul li {
  list-style-type: none;
  padding: 0 22px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer .footer-main-info .main-info .footer-nav ul li {
    padding: 0;
  }
}
.footer .footer-main-info .main-info .footer-nav ul li a {
  font-family: FontMedium;
  font-size: 16px;
  color: #000000;
}
.footer .footer-main-info .main-info .footer-nav ul li a:hover {
  color: #00BB4E;
}
.footer .footer-main-info .main-info .footer-nav ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #000000;
  border-radius: 100%;
  top: 50%;
  right: -3px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .footer .footer-main-info .main-info .footer-nav ul li:before {
    display: none;
  }
}
.footer .footer-main-info .main-info .footer-nav ul li:first-child {
  padding-left: 0;
}
.footer .footer-main-info .main-info .footer-nav ul li:last-child {
  padding-right: 0;
}
.footer .footer-main-info .main-info .footer-nav ul li:last-child:before {
  display: none;
}
.footer .footer-main-info .main-info .contact-mail {
  font-family: FontMedium;
  font-size: 18px;
  color: #000000;
  text-decoration: underline;
  transition: all 0.2s linear;
  margin-bottom: 20px;
}
.footer .footer-main-info .main-info .contact-mail:hover {
  color: #00BB4E;
}
.footer .footer-main-info .main-info .contact-phone {
  font-family: FontMedium;
  font-size: 42px;
  color: #000000;
  text-decoration: underline;
  transition: all 0.2s linear;
}
@media screen and (max-width: 767px) {
  .footer .footer-main-info .main-info .contact-phone {
    font-size: 32px;
  }
}
.footer .footer-main-info .main-info .contact-phone:hover {
  color: #00BB4E;
}
.footer .footer-additional-info {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .footer .footer-additional-info {
    flex-direction: column;
    align-items: start;
  }
}
.footer .footer-additional-info .privacy-link {
  font-family: FontMedium;
  font-size: 15px;
  color: #000000;
}
.footer .footer-additional-info .privacy-link:hover {
  color: #00BB4E;
}
.footer .footer-additional-info .copyright-info {
  font-family: FontMedium;
  font-size: 15px;
}

.lead-block {
  background-color: #000000;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 120px 100px;
  position: relative;
  background: linear-gradient(180deg, #2C3990 -35.42%, #FFF100 309.37%);
}
.lead-block .lead-block-wrapper {
  max-width: 676px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.lead-block .lead-block-wrapper .lead-title {
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 16px;
  font-size: 48px;
}
.lead-block .lead-block-wrapper .lead-title span {
  color: #00BB4E;
}
.lead-block .lead-block-wrapper .lead-text {
  font-family: FontMedium;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.lead-block .decor-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.lead-block .decor-content > svg {
  position: absolute;
  width: 360px;
  height: 360px;
  top: 50%;
  right: 50px;
  transform: translate(0, -50%);
  z-index: 0;
}
.lead-block .decor-content .decor-block-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
}
.lead-block .decor-content .decor-block-bg svg {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .lead-block {
    padding: 60px 60px;
  }
}
@media screen and (max-width: 767px) {
  .lead-block {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .lead-block {
    padding: 25px 25px;
    margin-bottom: 24px;
  }
  .lead-block .lead-block-wrapper .lead-title {
    font-size: 30px;
  }
  .lead-block .lead-block-wrapper .lead-text {
    font-family: FontMedium;
    font-size: 16px;
  }
  .lead-block .lead-block-wrapper .default-button {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-family: FontMedium;
  font-size: 18px;
  margin-top: 40px;
}
.pagination > * {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  color: #A4A4A4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.2s linear;
}
.pagination > *:hover {
  background-color: #00BB4E;
  color: #FFFFFF;
}
.pagination .page-numbers {
  font-family: FontMedium;
  font-size: 18px;
  text-decoration: none;
}
.pagination .current {
  background-color: #E2E2E2;
  color: #000000;
}

.main-button {
  font-size: 18px;
  width: fit-content;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.main-button .button {
  padding: 18px 37px;
  border-radius: 100px;
  color: #000000;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  font-family: FontRegular;
  line-height: 1.2;
  white-space: nowrap;
  transition: all 0.2s linear;
  position: relative;
  overflow: hidden;
}
.main-button .button:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  position: absolute;
  z-index: -2;
}
.main-button .button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #00BB4E;
  z-index: -1;
  transition: clip-path 400ms ease-out;
  clip-path: ellipse(100% 50% at 50% 200%);
}
.main-button .button:hover::before {
  clip-path: ellipse(100% 250% at 50% 200%);
}
.main-button .button a.liquid:active::before {
  clip-path: ellipse(100% 0% at 50% 0%);
}
.main-button .button .arrow-decor {
  margin-left: 12px;
  position: relative;
}
.main-button .button .arrow-decor svg {
  width: 22px;
  height: 22px;
  object-fit: contain;
  transition: all 0.2s linear;
}
.main-button .button .arrow-decor svg path {
  stroke: #000000;
  transition: all 0.2s linear;
}
.main-button .button .arrow-decor:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: #FFFFFF;
  transition: all 0.2s linear;
  z-index: -1;
}
.main-button .button:hover {
  color: #FFFFFF;
}
.main-button .button:hover .arrow-decor svg {
  margin-left: 8px;
}
.main-button .button:hover .arrow-decor svg path {
  stroke: #00BB4E;
}
.main-button .button:hover .arrow-decor:before {
  margin-left: 4px;
  width: 28px;
  height: 28px;
}

.main-button.button-non-arrow .button .arrow-decor {
  display: none;
}

@media screen and (max-width: 575px) {
  .main-button {
    width: 100%;
  }
  .main-button .button {
    padding: 18px 24px;
  }
}
/* Support */
.team-support {
  padding: 72px 0;
}
@media screen and (max-width: 992px) {
  .team-support {
    padding: 56px 0;
  }
}
@media screen and (max-width: 575px) {
  .team-support {
    padding: 40px 0;
  }
}
.team-support .support-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}
.team-support .support-title {
  font-family: FontBold;
  font-size: 42px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .team-support .support-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .team-support .support-title {
    font-size: 26px;
  }
}
.team-support .support-subtitle {
  font-family: FontMedium;
  font-size: 24px;
}
@media screen and (max-width: 992px) {
  .team-support .support-subtitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .team-support .support-subtitle {
    font-size: 20px;
  }
}
.team-support .support-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
}
.team-support .support-options {
  display: flex;
  align-items: center;
  font-family: FontMedium;
  font-size: 16px;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 24px;
}
@media screen and (max-width: 575px) {
  .team-support .support-options {
    flex-direction: column;
    row-gap: 8px;
  }
}
.team-support .support-options .option {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 18px;
  position: relative;
}
.team-support .support-options .option:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #000000;
  border-radius: 50px;
}
.team-support .support-options .option:first-child {
  padding-left: 0;
}
.team-support .support-options .option:last-child {
  padding-right: 0;
}
.team-support .support-options .option:last-child:before {
  display: none;
}
.team-support .support-note {
  font-size: 24px;
  margin-bottom: 40px;
  max-width: 1020px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.team-support .support-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .team-support .support-buttons {
    flex-direction: column;
  }
}
.team-support .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 24px;
  border-radius: 50px;
  font-family: FontMedium;
  font-size: 18px;
  min-width: 200px;
  border: none;
  transition: all 0.2s linear;
}
@media screen and (max-width: 575px) {
  .team-support .btn {
    padding: 16px 20px;
  }
}
.team-support .btn-primary {
  background-color: #000000;
  color: #FFFFFF;
}
.team-support .btn-primary svg path {
  stroke: #FFFFFF;
  transition: all 0.2s linear;
}
.team-support .btn-primary:hover {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
}
.team-support .btn-primary:hover svg path {
  stroke: #000000;
}
.team-support .btn-outline-dark {
  border: 1px solid #D2D2D2;
  color: #000000;
  background: transparent;
}
.team-support .btn-outline-dark:hover {
  background-color: #F7F7F9;
}

/* Общий контейнер */
.form-modal .modal-content {
  border-radius: 16px;
  border: none;
  padding: 10px;
}

/* Header */
.form-modal .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}

.form-modal .modal-title {
  font-weight: 600;
  font-size: 20px;
}

/* Body */
.form-modal .modal-body {
  padding-top: 10px;
}

/* Inputs */
.form-modal .form-control {
  border-radius: 10px;
  padding: 12px 14px;
  border: 1px solid #ddd;
  transition: all 0.2s ease;
}

.form-modal .form-control:focus {
  border-color: #000;
  box-shadow: none;
}

/* Button */
.form-modal .btn-primary {
  border-radius: 10px;
  padding: 12px;
  font-weight: 500;
}

/* Кастомная ширина (средний попап) */
@media (min-width: 768px) {
  .form-modal .modal-dialog {
    max-width: 500px;
  }
}
.form-modal {
  /* CF7 сообщения */
}
.form-modal .form-modal__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.form-modal .form-label {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 6px;
  display: block;
}
.form-modal .form-control {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #ddd;
  background: #F7F7F9;
  font-size: 14px;
  transition: all 0.25s ease;
}
.form-modal .form-control::placeholder {
  color: #999;
}
.form-modal .form-control:focus {
  outline: none;
  border-color: #00BB4E;
  background: #FFFFFF;
  box-shadow: 0 0 0 2px rgba(0, 187, 78, 0.1);
}
.form-modal textarea.form-control {
  resize: none;
}
.form-modal .btn-primary {
  background: #00BB4E;
  border: none;
  border-radius: 12px;
  padding: 14px;
  font-weight: 600;
  transition: all 0.25s ease;
}
.form-modal .btn-primary:hover {
  background: rgb(0, 146.2, 60.9818181818);
  transform: translateY(-1px);
}
.form-modal .wpcf7-response-output {
  margin-top: 10px;
  border-radius: 12px;
  padding: 10px;
  font-size: 14px;
}
.form-modal .wpcf7-not-valid-tip {
  font-size: 12px;
  color: red;
  margin-top: 4px;
}

/* BLOCKS */
.foundation-programs .programs-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .foundation-programs .programs-content .title-wrapper {
    gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .foundation-programs .programs-content .title-wrapper {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
  }
}
.foundation-programs .programs-content .programs-slider .services-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .foundation-programs .programs-content .programs-slider .services-list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .foundation-programs .programs-content .programs-slider .services-list .article-programs .article-programs-link .image-wrapper {
    height: auto;
  }
  .foundation-programs .programs-content .programs-slider .services-list .article-programs .article-programs-link .image-wrapper:before {
    padding-top: 72.1518987342%;
  }
}
.foundation-programs .programs-content .programs-slider .services-list .article-programs:last-child {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media screen and (max-width: 767px) {
  .foundation-programs .programs-content .programs-slider .services-list .article-programs:last-child {
    grid-column-end: 2;
  }
}
.foundation-programs .programs-content .programs-slider .services-list .article-programs:last-child .article-programs-link {
  flex-direction: row-reverse;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .foundation-programs .programs-content .programs-slider .services-list .article-programs:last-child .article-programs-link {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.foundation-programs .programs-content .programs-slider .services-list .article-programs:last-child .article-programs-link .image-wrapper {
  max-width: 553px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .foundation-programs .programs-content .programs-slider .services-list .article-programs:last-child .article-programs-link .image-wrapper {
    max-width: 100%;
    height: 100%;
  }
}
.foundation-programs .programs-content .programs-slider .services-list .article-programs:last-child .article-programs-link .image-wrapper:before {
  padding-top: 35.9855334539%;
}
@media screen and (max-width: 992px) {
  .foundation-programs .programs-content .programs-slider .services-list .article-programs:last-child .article-programs-link .image-wrapper:before {
    padding-top: 37.7551020408%;
  }
}
@media screen and (max-width: 992px) {
  .foundation-programs .programs-content .programs-slider .services-list .article-programs:last-child .article-programs-link .image-wrapper:before {
    padding-top: 67.8571428571%;
  }
}
.foundation-programs .programs-content .programs-slider .services-list .article-programs:last-child .article-programs-link .programs-article-content {
  height: 100%;
}

.about-fond .about-fond-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .about-fond .about-fond-content {
    grid-template-columns: 1fr;
  }
}
.about-fond .about-fond-content .main-content .main-text {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}
.about-fond .about-fond-content .main-content .main-text .logo {
  max-width: 242px;
  width: 100%;
  height: 58px;
  object-fit: contain;
  margin-bottom: 24px;
}
.about-fond .about-fond-content .main-content .main-image {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.about-fond .about-fond-content .main-content .main-image:before {
  content: "";
  display: block;
  padding-top: 31.7610062893%;
}
.about-fond .about-fond-content .main-content .main-image .thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.about-fond .about-fond-content .our-mission {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 24px;
}
.about-fond .about-fond-content .our-mission .title-wrapper {
  margin-bottom: 34px;
}
.about-fond .about-fond-content .our-mission .title-wrapper .section-title {
  margin-bottom: 0;
}
.about-fond .about-fond-content .our-mission .title-wrapper .section-title:before {
  color: #FFFFFF;
  background-color: #00BB4E;
}
.about-fond .about-fond-content .our-mission .text {
  font-size: 18px;
  font-family: FontMedium;
  margin-bottom: 28px;
}
@media screen and (max-width: 575px) {
  .about-fond .about-fond-content .our-mission .text {
    font-size: 16px;
  }
}
.about-fond .about-fond-content .our-mission .our-mission-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .about-fond .about-fond-content .our-mission .our-mission-list {
    gap: 16px;
  }
}
.about-fond .about-fond-content .our-mission .our-mission-list li {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .about-fond .about-fond-content .our-mission .our-mission-list li {
    gap: 16px;
  }
}
.about-fond .about-fond-content .our-mission .our-mission-list li p {
  font-size: 18px;
  font-family: FontMedium;
  background-color: linear-gradient(81deg, #FFFEEC -36.15%, #DCDEED 103.14%);
  border-radius: 12px;
  padding: 24px;
  line-height: 100%;
}
@media screen and (max-width: 575px) {
  .about-fond .about-fond-content .our-mission .our-mission-list li p {
    font-size: 16px;
    padding: 12px;
  }
}
.about-fond .about-fond-content .our-mission .our-mission-list li span {
  background-color: linear-gradient(81deg, #FFFEEC -36.15%, #DCDEED 103.14%);
  border-radius: 12px;
  padding: 16px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .about-fond .about-fond-content .our-mission .our-mission-list li span {
    padding: 12px;
  }
}
.about-fond .about-fond-content .our-mission .our-mission-list li span img {
  width: 82px;
  height: 82px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .about-fond .about-fond-content .our-mission .our-mission-list li span img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 575px) {
  .about-fond .about-fond-content .our-mission .our-mission-list li span img {
    width: 40px;
    height: 40px;
  }
}
.about-fond .about-fond-content .our-mission .our-mission-list li:nth-child(2n) {
  flex-direction: row-reverse;
}

.areas .areas-content .title-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .areas .areas-content .title-wrapper {
    gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .areas .areas-content .title-wrapper {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .approach .approach-content .title-wrapper {
    margin-bottom: 20px;
  }
}
.approach .approach-content .approach-info {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 55px;
}
@media screen and (max-width: 1280px) {
  .approach .approach-content .approach-info {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .approach .approach-content .approach-info {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.approach .approach-content .approach-info .image-wrapper {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.approach .approach-content .approach-info .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 54.5454545455%;
}
.approach .approach-content .approach-info .image-wrapper .thumbnail {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  object-fit: cover;
}
.approach .approach-content .approach-info .approach-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.approach .approach-content .approach-info .approach-list li {
  background-color: #FFFFFF;
  padding: 24px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .approach .approach-content .approach-info .approach-list li {
    padding: 16px;
  }
}
.approach .approach-content .approach-info .approach-list li img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
@media screen and (max-width: 575px) {
  .approach .approach-content .approach-info .approach-list li img {
    width: 40px;
    height: 40px;
  }
}
.approach .approach-content .approach-info .approach-list li p {
  font-family: FontMedium;
  font-size: 18px;
  line-height: 100%;
}
@media screen and (max-width: 575px) {
  .approach .approach-content .approach-info .approach-list li p {
    font-size: 16px;
  }
}

.values .values-content .values-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .values .values-content .values-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .values .values-content .values-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.values .values-content .values-list li {
  padding: 24px;
  border-radius: 12px;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .values .values-content .values-list li {
    padding: 16px;
  }
}
.values .values-content .values-list li:last-child {
  grid-column-start: 2;
  grid-column-end: 4;
}
@media screen and (max-width: 992px) {
  .values .values-content .values-list li:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media screen and (max-width: 575px) {
  .values .values-content .values-list li:last-child {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.values .values-content .values-list li .item-content {
  padding-right: 80px;
}
.values .values-content .values-list li .item-content h4 {
  font-size: 21px;
  margin-bottom: 18px;
}
.values .values-content .values-list li .item-content p {
  font-family: FontMedium;
  font-size: 18px;
}
.values .values-content .values-list li .count {
  position: absolute;
  width: 111px;
  height: 111px;
  bottom: -22px;
  right: -22px;
  border-radius: 100%;
  background: linear-gradient(180deg, #2C3990 -35.42%, #FFF100 309.37%);
  overflow: hidden;
}
.values .values-content .values-list li .count p {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-20%, -40%);
  color: #FFFFFF;
  font-size: 61px;
  font-family: FontBold;
}
.values .values-content .values-list li .count:has(img) {
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  border-radius: 0;
  border-top-left-radius: 500px;
}
@media screen and (max-width: 575px) {
  .values .values-content .values-list li .count:has(img) {
    width: 30%;
    height: 50%;
    bottom: 0;
    top: auto;
  }
}
.values .values-content .values-list li .count img {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  right: 0;
}
.values .values-content .values-list li:has(.count img) .item-content {
  padding-right: calc(50% + 20px);
}
@media screen and (max-width: 575px) {
  .values .values-content .values-list li:has(.count img) .item-content {
    padding-right: 30%;
  }
}

.principles {
  background-color: #1E1E1E;
  padding: 70px 0 !important;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .principles {
    padding: 60px 0 !important;
  }
}
@media screen and (max-width: 575px) {
  .principles {
    padding: 40px 0 !important;
  }
}
.principles .principles-content {
  z-index: 1;
  position: relative;
}
.principles .principles-content .title-wrapper .section-title {
  color: #FFFFFF;
}
.principles .principles-content .wysiwyg-styles {
  max-width: 1140px;
  width: 100%;
}
.principles .principles-content .wysiwyg-styles h1, .principles .principles-content .wysiwyg-styles h2, .principles .principles-content .wysiwyg-styles h3, .principles .principles-content .wysiwyg-styles h4, .principles .principles-content .wysiwyg-styles h5, .principles .principles-content .wysiwyg-styles h6 {
  color: #FFFFFF;
}
.principles .principles-content .wysiwyg-styles > p, .principles .principles-content .wysiwyg-styles > ul li {
  color: #FFFFFF;
}
.principles .principles-content .wysiwyg-styles > img, .principles .principles-content .wysiwyg-styles > p img {
  max-width: 361px;
  width: 100%;
  height: 496px;
  border-radius: 16px;
}
.principles .principles-content .wysiwyg-styles.two-columns {
  column-count: 2;
  column-gap: 40px;
}
@media (max-width: 992px) {
  .principles .principles-content .wysiwyg-styles.two-columns {
    column-count: 1;
  }
}
.principles .decor-img {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: end;
  justify-content: end;
  margin-right: -70px;
  margin-bottom: -70px;
}

.program-overview .program-overview-wrapper {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .program-overview .program-overview-wrapper {
    grid-template-columns: 1fr;
  }
}
.program-overview .program-overview-wrapper .main-info {
  background-color: #FFFFFF;
  padding: 24px;
  border-radius: 12px;
}
@media screen and (max-width: 575px) {
  .program-overview .program-overview-wrapper .main-info {
    padding: 16px;
  }
}
.program-overview .program-overview-wrapper .main-info .image-wrapper {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}
.program-overview .program-overview-wrapper .main-info .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 50.2092050209%;
}
.program-overview .program-overview-wrapper .main-info .image-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.program-overview .program-overview-wrapper .additional-info {
  background-color: #FFFFFF;
  padding: 24px;
  border-radius: 12px;
}
@media screen and (max-width: 575px) {
  .program-overview .program-overview-wrapper .additional-info {
    padding: 16px;
  }
}
.program-overview .program-overview-wrapper .additional-info .info-title-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.program-overview .program-overview-wrapper .additional-info .info-title-wrapper .icon-inner {
  width: 58px;
  height: 58px;
  border-radius: 12px;
  background-color: #F7F7F9;
  position: relative;
}
.program-overview .program-overview-wrapper .additional-info .info-title-wrapper .icon-inner svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  transform: translate(-50%, -50%);
}
.program-overview .program-overview-wrapper .additional-info .info-title-wrapper .icon-inner svg path {
  stroke: #000000;
}
.program-overview .program-overview-wrapper .additional-info .info-title-wrapper .info-title {
  font-family: FontBold;
  font-size: 21px;
}
.program-overview .program-overview-wrapper .additional-info .wysiwyg-styles {
  margin-bottom: 24px;
}
.program-overview .program-overview-wrapper .additional-info .additional-list-inner {
  background-color: #F7F7F9;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .program-overview .program-overview-wrapper .additional-info .additional-list-inner {
    padding: 16px;
  }
}
.program-overview .program-overview-wrapper .additional-info .additional-list-inner .list-title {
  font-family: FontBold;
  font-size: 21px;
  margin-bottom: 24px;
}
.program-overview .program-overview-wrapper .additional-info .additional-list-inner .additional-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media screen and (max-width: 575px) {
  .program-overview .program-overview-wrapper .additional-info .additional-list-inner .additional-list {
    grid-template-columns: 1fr;
  }
}
.program-overview .program-overview-wrapper .additional-info .additional-list-inner .additional-list .list-item-title {
  display: flex;
  gap: 12px;
}
.program-overview .program-overview-wrapper .additional-info .additional-list-inner .additional-list .list-item-title svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
}
.program-overview .program-overview-wrapper .additional-info .additional-list-inner .additional-list .list-item-title svg path {
  stroke: #000000;
}
.program-overview .program-overview-wrapper .additional-info .additional-note {
  padding: 24px;
  border-radius: 12px;
  border-left: 5px solid #2B388F;
  background-color: #F7F7F9;
}
@media screen and (max-width: 575px) {
  .program-overview .program-overview-wrapper .additional-info .additional-note {
    padding: 16px;
  }
}

.program-goals-tasks .program-goals-tasks-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .program-goals-tasks .program-goals-tasks-wrapper {
    grid-template-columns: 1fr;
  }
}
.program-goals-tasks .program-goals-tasks-wrapper .program-goals-tasks-item {
  background-color: #FFFFFF;
  padding: 24px;
  border-radius: 12px;
  border-bottom: 5px solid #2C3990;
}
.program-goals-tasks .program-goals-tasks-wrapper .program-goals-tasks-item:nth-child(2n) {
  border-bottom: 5px solid #FEF002;
}
.program-goals-tasks .program-goals-tasks-wrapper .program-goals-tasks-item .title {
  font-size: 24px;
  font-family: FontBold;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.program-goals-tasks .program-goals-tasks-wrapper .program-goals-tasks-item .wysiwyg-styles {
  margin-bottom: 24px;
}

.program-directions .program-directions-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
}
@media screen and (max-width: 992px) {
  .program-directions .program-directions-list {
    grid-template-columns: 1fr;
  }
}
.program-directions .program-directions-list .program-directions-item {
  background-color: #FFFFFF;
  padding: 24px;
  border-radius: 12px;
}
@media screen and (max-width: 575px) {
  .program-directions .program-directions-list .program-directions-item {
    padding: 16px;
  }
}
.program-directions .program-directions-list .program-directions-item .main-content {
  display: flex;
  gap: 18px;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .program-directions .program-directions-list .program-directions-item .main-content {
    gap: 12px;
    flex-direction: column;
  }
}
.program-directions .program-directions-list .program-directions-item .main-content .icon-wrapper {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  background: linear-gradient(180deg, #2C3990 -35.42%, #FFF100 309.37%);
  border-radius: 12px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .program-directions .program-directions-list .program-directions-item .main-content .icon-wrapper {
    width: 40px;
    height: 40px;
  }
}
.program-directions .program-directions-list .program-directions-item .main-content .icon-wrapper svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
}
@media screen and (max-width: 575px) {
  .program-directions .program-directions-list .program-directions-item .main-content .icon-wrapper svg {
    width: 24px;
    height: 24px;
  }
}
.program-directions .program-directions-list .program-directions-item .main-content .content .title {
  margin-bottom: 24px;
}
.program-directions .program-directions-list .program-directions-item .main-content .content .content-list li {
  font-size: 18px;
  padding-left: 18px;
  position: relative;
}
.program-directions .program-directions-list .program-directions-item .main-content .content .content-list li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 15px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #000000;
}
.program-directions .program-directions-list .program-directions-item .note {
  font-family: FontRegular;
  font-style: italic;
}

.program-partnership-model .partnership-content {
  position: relative;
  background-color: #F7F7F9;
  border-radius: 12px;
  padding: 40px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .program-partnership-model .partnership-content {
    padding: 24px;
  }
}
@media screen and (max-width: 575px) {
  .program-partnership-model .partnership-content {
    padding: 16px;
  }
}
.program-partnership-model .map-bg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
  z-index: 1;
  pointer-events: none;
}
.program-partnership-model .map-bg img {
  max-width: none;
}
.program-partnership-model .partnership-grid {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-right: 400px;
}
@media screen and (max-width: 1070px) {
  .program-partnership-model .partnership-grid {
    position: relative;
    padding-right: 0;
    max-width: 800px;
  }
}
@media screen and (max-width: 575px) {
  .program-partnership-model .partnership-grid {
    gap: 30px;
  }
}
.program-partnership-model .partnership-block h3 {
  font-family: FontBold;
  font-size: 21px;
  margin-bottom: 16px;
  display: flex;
  gap: 8px;
  margin-bottom: 48px;
}
.program-partnership-model .partnership-block h3 svg {
  width: 24px;
  height: 24px;
}
.program-partnership-model .partnership-block h3 svg path {
  stroke: #000000;
}
.program-partnership-model .partnership-block p {
  font-family: FontMedium;
  font-size: 18px;
  margin-bottom: 20px;
  max-width: 800px;
}
.program-partnership-model .partnership-block h4 {
  font-family: FontBold;
  font-size: 18px;
  margin-bottom: 16px;
}
.program-partnership-model .partnership-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.program-partnership-model .partnership-pill {
  background-color: #FFFFFF;
  padding: 12px 24px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: FontMedium;
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  .program-partnership-model .partnership-pill {
    padding: 10px 16px;
  }
}
.program-partnership-model .partnership-pill .pill-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.program-partnership-model .partnership-pill .pill-icon svg, .program-partnership-model .partnership-pill .pill-icon img {
  width: 24px;
  height: 24px;
}
.program-partnership-model .partnership-pill .pill-icon svg path {
  stroke: #000000;
}
.program-partnership-model .note {
  margin-top: 30px;
}
.program-partnership-model .additional-note {
  background-color: #FFFFFF;
  max-width: 450px;
  padding: 18px 24px;
  border-radius: 50px;
  position: absolute;
  top: 24px;
  right: 24px;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 1070px) {
  .program-partnership-model .additional-note {
    position: relative;
    top: auto;
    right: auto;
  }
}

.program-social-impact {
  padding: 90px 0;
}
@media screen and (max-width: 992px) {
  .program-social-impact {
    padding: 50px 0;
  }
}
@media screen and (max-width: 575px) {
  .program-social-impact {
    padding: 30px 0;
  }
}
.program-social-impact .effect-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.program-social-impact .effect-title {
  font-family: FontBold;
  font-size: 64px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 16px;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  .program-social-impact .effect-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 575px) {
  .program-social-impact .effect-title {
    font-size: 32px;
  }
}
.program-social-impact .effect-subtitle {
  font-family: FontMedium;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 40px;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 575px) {
  .program-social-impact .effect-subtitle {
    margin-bottom: 24px;
  }
}
.program-social-impact .effect-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .program-social-impact .effect-grid {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}
.program-social-impact .effect-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #FFFFFF;
  font-family: FontMedium;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 575px) {
  .program-social-impact .effect-item {
    padding: 16px;
  }
}
.program-social-impact .effect-item .effect-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.program-social-impact .effect-item .effect-icon svg, .program-social-impact .effect-item .effect-icon img {
  width: 24px;
  height: 24px;
}
.program-social-impact .effect-note {
  font-style: italic;
  color: #FFFFFF;
  text-align: center;
}

.no-sirens-implementation-mechanism .subtitle {
  font-family: FontSemiBold;
  text-align: center;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.no-sirens-implementation-mechanism .mechanism-wrapper .mechanism-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}
.no-sirens-implementation-mechanism .mechanism-wrapper .mechanism-list li {
  background-color: #FFFFFF;
  padding: 24px;
  border-radius: 12px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .no-sirens-implementation-mechanism .mechanism-wrapper .mechanism-list li {
    padding: 16px;
  }
}
.no-sirens-implementation-mechanism .mechanism-wrapper .mechanism-list li .count {
  font-size: 38px;
  font-family: FontBold;
  margin-bottom: 8px;
}
@media screen and (max-width: 575px) {
  .no-sirens-implementation-mechanism .mechanism-wrapper .mechanism-list li .count {
    font-size: 32px;
  }
}
.no-sirens-implementation-mechanism .mechanism-wrapper .mechanism-list li .text {
  font-size: 16px;
}
.no-sirens-implementation-mechanism .mechanism-wrapper .mechanism-list li:nth-child(3) {
  transform: scale(1.03);
}
.no-sirens-implementation-mechanism .mechanism-wrapper .note {
  font-family: FontSemiBold;
  padding: 30px;
  background-color: #FFFFFF;
  border-radius: 12px;
  text-align: center;
  text-transform: uppercase;
}

/* ARTICLES */
.article-programs .article-programs-link {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 12px;
  background-color: #FFFFFF;
  height: 100%;
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .article-programs .article-programs-link {
    padding: 16px;
  }
}
.article-programs .article-programs-link .image-wrapper {
  position: relative;
  border-radius: 12px;
  height: 222px;
  overflow: hidden;
}
.article-programs .article-programs-link .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 37.7551020408%;
}
.article-programs .article-programs-link .image-wrapper .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s linear;
}
.article-programs .article-programs-link .programs-article-content {
  height: calc(100% - 222px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article-programs .article-programs-link .programs-article-content .contents .title {
  font-family: FontBold;
  font-size: 24px;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
@media screen and (max-width: 575px) {
  .article-programs .article-programs-link .programs-article-content .contents .title {
    font-size: 18px;
  }
}
.article-programs .article-programs-link .programs-article-content .contents .description {
  color: #000000;
}
.article-programs .article-programs-link .programs-article-content .more-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.article-programs .article-programs-link .programs-article-content .more-info .text {
  font-family: FontMedium;
  font-size: 18px;
  color: #000000;
}
@media screen and (max-width: 575px) {
  .article-programs .article-programs-link .programs-article-content .more-info .text {
    font-size: 15px;
  }
}
.article-programs .article-programs-link .programs-article-content .more-info .more-decor {
  position: relative;
  background-color: #F7F7F9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  transition: all 0.2s linear;
}
.article-programs .article-programs-link .programs-article-content .more-info .more-decor svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  object-fit: contain;
  transform: translate(-50%, -50%);
}
.article-programs .article-programs-link:hover {
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1019607843);
}
.article-programs .article-programs-link:hover .image-wrapper .thumbnail {
  transform: scale(1.02);
}
.article-programs .article-programs-link:hover .programs-article-content .title {
  color: #00BB4E;
}
.article-programs .article-programs-link:hover .more-info .more-decor {
  background-color: #00BB4E;
}

.article-areas .article-areas-link {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  border-radius: 12px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 575px) {
  .article-areas .article-areas-link {
    padding: 16px;
  }
}
.article-areas .article-areas-link .areas-article-content .image-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
}
.article-areas .article-areas-link .areas-article-content .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 43.1001890359%;
}
.article-areas .article-areas-link .areas-article-content .image-wrapper .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s linear;
}
.article-areas .article-areas-link .areas-article-content .title {
  font-family: FontBold;
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 18px;
  transition: all 0.2s linear;
}
@media screen and (max-width: 575px) {
  .article-areas .article-areas-link .areas-article-content .title {
    font-size: 18px;
  }
}
.article-areas .article-areas-link .areas-article-content .description {
  font-family: FontMedium;
  font-size: 18px;
  color: #000000;
}
@media screen and (max-width: 575px) {
  .article-areas .article-areas-link .areas-article-content .description {
    font-size: 16px;
  }
}
.article-areas .article-areas-link:hover {
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1019607843);
}
.article-areas .article-areas-link:hover .programs-article-content .image-wrapper .thumbnail {
  transform: scale(1.02);
}
.article-areas .article-areas-link:hover .programs-article-content .title {
  color: #00BB4E;
}

.article-blog .article-programs-link {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 12px;
  background-color: #FFFFFF;
  height: 100%;
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .article-blog .article-programs-link {
    padding: 16px;
  }
}
.article-blog .article-programs-link .image-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.article-blog .article-programs-link .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.article-blog .article-programs-link .image-wrapper .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s linear;
}
.article-blog .article-programs-link .programs-article-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article-blog .article-programs-link .programs-article-content .contents .title {
  font-family: FontBold;
  font-size: 21px;
  transition: all 0.2s linear;
}
@media screen and (max-width: 575px) {
  .article-blog .article-programs-link .programs-article-content .contents .title {
    font-size: 20px;
  }
}
.article-blog .article-programs-link .programs-article-content .contents .description {
  color: #000000;
  margin-bottom: 24px;
}
.article-blog .article-programs-link .programs-article-content .more-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.article-blog .article-programs-link .programs-article-content .more-info .text {
  font-family: FontMedium;
  font-size: 18px;
  color: #000000;
}
@media screen and (max-width: 575px) {
  .article-blog .article-programs-link .programs-article-content .more-info .text {
    font-size: 15px;
  }
}
.article-blog .article-programs-link .programs-article-content .more-info .more-decor {
  position: relative;
  background-color: #F7F7F9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  transition: all 0.2s linear;
}
.article-blog .article-programs-link .programs-article-content .more-info .more-decor svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  object-fit: contain;
  transform: translate(-50%, -50%);
}
.article-blog .article-programs-link:hover {
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1019607843);
}
.article-blog .article-programs-link:hover .image-wrapper .thumbnail {
  transform: scale(1.02);
}
.article-blog .article-programs-link:hover .programs-article-content .title {
  color: #00BB4E;
}
.article-blog .article-programs-link:hover .more-info .more-decor {
  background-color: #00BB4E;
}

.article-support {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 12px;
  background-color: #FFFFFF;
  height: fit-content;
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .article-support {
    padding: 16px;
  }
}
.article-support .image-wrapper {
  position: relative;
  border-radius: 12px;
  height: 328px;
  overflow: hidden;
}
.article-support .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 89.1304347826%;
}
.article-support .image-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s linear;
}
.article-support .support-article-content {
  height: calc(100% - 328px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.article-support .support-article-content .contents .title {
  font-family: FontBold;
  font-size: 21px;
  transition: all 0.2s linear;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .article-support .support-article-content .contents .title {
    font-size: 18px;
  }
}
.article-support:hover {
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1019607843);
}
.article-support:hover .image-wrapper .image {
  transform: scale(1.02);
}
.article-support:hover .support-article-content .title {
  color: #00BB4E;
}

/* PAGES */
.single-blog-page .hero {
  height: auto;
}
.single-blog-page .hero .hero-content {
  padding-top: 130px;
  padding-bottom: 100px;
  max-width: 650px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.single-blog-page .hero .hero-content .hero-title {
  font-size: 48px;
  text-align: center;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .single-blog-page .hero .hero-content .hero-title {
    font-size: 42px;
  }
}
@media screen and (max-width: 575px) {
  .single-blog-page .hero .hero-content .hero-title {
    font-size: 32px;
  }
}
.single-blog-page .hero .hero-image {
  width: 100%;
  height: 100%;
}
.single-blog-page .hero .hero-image .image {
  display: none;
}
.single-blog-page .single-content .content-wrapper {
  background-color: #FFFFFF;
  border-radius: 30px;
}
.single-blog-page .single-content .content-wrapper .content-inner {
  padding: 30px;
}
@media screen and (max-width: 575px) {
  .single-blog-page .single-content .content-wrapper .content-inner {
    padding: 20px;
  }
}
.single-blog-page .single-content .content-wrapper .post-info {
  padding: 30px;
  display: flex;
  align-items: center;
}
.single-blog-page .single-content .content-wrapper .post-info .date-inner {
  padding-right: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.single-blog-page .single-content .content-wrapper .post-info .date-inner p {
  font-family: FontMedium;
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
}
.single-blog-page .single-content .content-wrapper .post-info .date-inner svg {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.single-blog-page .single-content .content-wrapper .post-info .category-inner {
  padding-left: 15px;
  border-left: 1px solid #F1F1F5;
  display: flex;
  align-items: center;
  gap: 5px;
}
.single-blog-page .single-content .content-wrapper .post-info .category-inner p {
  font-family: FontMedium;
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
}
.single-blog-page .single-content .content-wrapper .post-info .category-inner svg {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.single-blog-page .related-posts .related-posts-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1170px) {
  .single-blog-page .related-posts .related-posts-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .single-blog-page .related-posts .related-posts-wrapper {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .single-blog-page .related-posts .related-posts-wrapper {
    grid-template-columns: 1fr;
  }
}

.blog-page .hero {
  height: auto;
}
.blog-page .hero .hero-content {
  padding-top: 140px;
  padding-bottom: 90px;
  max-width: 650px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.blog-page .hero .hero-content .hero-title {
  font-size: 72px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .blog-page .hero .hero-content .hero-title {
    font-size: 52px;
  }
}
@media screen and (max-width: 575px) {
  .blog-page .hero .hero-content .hero-title {
    font-size: 46px;
  }
}
.blog-page .hero .hero-image {
  width: 100%;
  height: 100%;
}
.blog-page .hero .hero-image .image {
  display: none;
}
.blog-page .blog-content .posts-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media screen and (max-width: 1170px) {
  .blog-page .blog-content .posts-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .blog-page .blog-content .posts-wrapper {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .blog-page .blog-content .posts-wrapper {
    grid-template-columns: 1fr;
  }
}

.home-page .section-audience .title-wrapper {
  margin-bottom: 24px;
}
.home-page .section-audience .audience-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1070px) {
  .home-page .section-audience .audience-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .home-page .section-audience .audience-list {
    grid-template-columns: 1fr;
  }
}
.home-page .section-audience .audience-list li {
  padding: 24px;
  border-radius: 12px;
  background-color: #FFFFFF;
}
.home-page .section-audience .audience-list li .icon-wrapper {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  padding: 4px;
  position: relative;
  background: linear-gradient(180deg, #2C3990 -35.42%, #FFF100 309.37%);
  margin-bottom: 24px;
}
.home-page .section-audience .audience-list li .icon-wrapper svg {
  position: absolute;
  width: 34px;
  height: 34px;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-page .section-audience .audience-list li .title {
  font-size: 18px;
  margin-bottom: 24px;
}
.home-page .section-audience .audience-list li .description {
  font-size: 18px;
}
.home-page .section-partnership-platform .partnership-platform-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .home-page .section-partnership-platform .partnership-platform-list {
    grid-template-columns: 1fr;
  }
}
.home-page .section-partnership-platform .partnership-platform-list li a {
  padding: 24px;
  border-radius: 12px;
  background-color: #FFFFFF;
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 24px;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .home-page .section-partnership-platform .partnership-platform-list li a {
    grid-template-columns: 1fr;
  }
}
.home-page .section-partnership-platform .partnership-platform-list li a .icon-wrapper {
  width: 82px;
  height: 82px;
  border-radius: 12px;
  background: linear-gradient(180deg, #2C3990 -35.42%, #FFF100 309.37%);
  position: relative;
}
@media screen and (max-width: 992px) {
  .home-page .section-partnership-platform .partnership-platform-list li a .icon-wrapper {
    width: 55px;
    height: 55px;
  }
}
.home-page .section-partnership-platform .partnership-platform-list li a .icon-wrapper svg {
  position: absolute;
  width: 50px;
  height: 50px;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 992px) {
  .home-page .section-partnership-platform .partnership-platform-list li a .icon-wrapper svg {
    width: 34px;
    height: 34px;
  }
}
.home-page .section-partnership-platform .partnership-platform-list li a .content-wrapper .title {
  font-size: 18px;
  margin-bottom: 24px;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
.home-page .section-partnership-platform .partnership-platform-list li a .content-wrapper .description {
  padding-left: 0;
  font-size: 18px;
  color: #000000;
}
.home-page .section-partnership-platform .partnership-platform-list li a .content-wrapper .platform-item-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000000;
  margin-top: 20px;
  transition: all 0.2s linear;
}
.home-page .section-partnership-platform .partnership-platform-list li a .content-wrapper .platform-item-link .more-decor {
  position: relative;
  background-color: #F7F7F9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  transition: all 0.2s linear;
}
.home-page .section-partnership-platform .partnership-platform-list li a .content-wrapper .platform-item-link .more-decor svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  object-fit: contain;
  transform: translate(-50%, -50%);
}
.home-page .section-partnership-platform .partnership-platform-list li a:hover {
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1019607843);
}
.home-page .section-partnership-platform .partnership-platform-list li a:hover .content-wrapper .title {
  color: #00BB4E;
}
.home-page .section-partnership-platform .partnership-platform-list li a:hover .content-wrapper .platform-item-link {
  color: #00BB4E;
}
.home-page .section-partnership-platform .partnership-platform-list li a:hover .content-wrapper .platform-item-link .more-decor {
  background-color: #00BB4E;
}
.home-page .foundation-principles {
  padding: 130px 0;
}
@media screen and (max-width: 1280px) {
  .home-page .foundation-principles {
    padding: 80px 0;
  }
}
@media screen and (max-width: 575px) {
  .home-page .foundation-principles {
    padding: 50px 0;
  }
}
.home-page .foundation-principles .principles-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .home-page .foundation-principles .principles-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.home-page .foundation-principles .principles-wrapper .principles-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .home-page .foundation-principles .principles-wrapper .principles-content {
    gap: 16px;
  }
}
.home-page .foundation-principles .principles-wrapper .principles-content .principles-subtitle {
  font-family: FontBold;
  color: #000000;
  background-color: #FFFFFF;
  padding: 12px 24px;
  border-radius: 50px;
  width: fit-content;
}
@media screen and (max-width: 575px) {
  .home-page .foundation-principles .principles-wrapper .principles-content .principles-subtitle {
    font-size: 16px;
    padding: 8px 16px;
  }
}
.home-page .foundation-principles .principles-wrapper .principles-content .principles-title {
  font-size: 64px;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .home-page .foundation-principles .principles-wrapper .principles-content .principles-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .home-page .foundation-principles .principles-wrapper .principles-content .principles-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .home-page .foundation-principles .principles-wrapper .principles-content .principles-title {
    font-size: 28px;
  }
}
.home-page .foundation-principles .principles-wrapper .principles-content .principles-description {
  color: #FFFFFF;
  max-width: 651px;
  width: 100%;
}
.home-page .foundation-principles .principles-wrapper .principles-content .principles-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .home-page .foundation-principles .principles-wrapper .principles-content .principles-buttons {
    gap: 16px;
  }
}
.home-page .foundation-principles .principles-wrapper .principles-content .principles-buttons .principles-button {
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  padding: 12px 24px;
  color: #FFFFFF;
  background-color: transparent;
}
.home-page .foundation-principles .principles-wrapper .principles-content .principles-buttons .principles-button:hover {
  background-color: #FFFFFF;
  color: #000000;
}
.home-page .foundation-principles .principles-wrapper .principles-list {
  background: rgba(255, 255, 255, 0.031372549);
  border-radius: 12px;
  padding: 24px;
  margin-left: 67px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #FFFFFF;
}
@media screen and (max-width: 1280px) {
  .home-page .foundation-principles .principles-wrapper .principles-list {
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .home-page .foundation-principles .principles-wrapper .principles-list {
    padding: 16px;
  }
}
.home-page .foundation-principles .principles-wrapper .principles-list li {
  display: flex;
  gap: 12px;
}
.home-page .foundation-principles .principles-wrapper .principles-list li svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
  object-fit: contain;
}
.home-page .foundation-platform {
  padding-top: 72px;
}
.home-page .foundation-platform .foundation-platform-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
@media screen and (max-width: 1170px) {
  .home-page .foundation-platform .foundation-platform-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .home-page .foundation-platform .foundation-platform-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .home-page .foundation-platform .foundation-platform-list {
    grid-template-columns: 1fr;
  }
}
.home-page .foundation-platform .foundation-platform-list li {
  padding: 24px;
  border-radius: 12px;
  background-color: #FFFFFF;
  text-align: center;
}
.home-page .foundation-platform .foundation-platform-list li .title {
  font-size: 38px;
  font-family: FontBold;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .home-page .foundation-platform .foundation-platform-list li .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .home-page .foundation-platform .foundation-platform-list li .title {
    font-size: 28px;
  }
}
.home-page .section-blog .blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .home-page .section-blog .blog-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .home-page .section-blog .blog-list {
    grid-template-columns: 1fr;
  }
}
.home-page .programs-join {
  padding: 130px 0;
}
@media screen and (max-width: 1280px) {
  .home-page .programs-join {
    padding: 80px 0;
  }
}
@media screen and (max-width: 575px) {
  .home-page .programs-join {
    padding: 50px 0;
  }
}
.home-page .programs-join .programs-join-wrapper {
  max-width: 940px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
}
.home-page .programs-join .programs-join-wrapper .title {
  font-size: 64px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 992px) {
  .home-page .programs-join .programs-join-wrapper .title {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .home-page .programs-join .programs-join-wrapper .title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .home-page .programs-join .programs-join-wrapper .title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.home-page .programs-join .programs-join-wrapper .description {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .home-page .programs-join .programs-join-wrapper .description {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .home-page .programs-join .programs-join-wrapper .description {
    margin-bottom: 24px;
  }
}
.home-page .programs-join .programs-join-wrapper .buttons-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .home-page .programs-join .programs-join-wrapper .buttons-wrapper {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .home-page .programs-join .programs-join-wrapper .buttons-wrapper {
    margin-bottom: 30px;
  }
}
.home-page .programs-join .programs-join-wrapper .buttons-wrapper .join-button {
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  padding: 18px 37px;
  color: #000000;
  background-color: #FFFFFF;
}
.home-page .programs-join .programs-join-wrapper .buttons-wrapper .join-button svg {
  margin-right: 10px;
}
.home-page .programs-join .programs-join-wrapper .buttons-wrapper .join-button svg path {
  stroke: #000000;
  transition: all 0.2s linear;
}
.home-page .programs-join .programs-join-wrapper .buttons-wrapper .join-button:hover {
  border: 1px solid #00BB4E;
  background-color: #00BB4E;
  color: #FFFFFF;
}
.home-page .programs-join .programs-join-wrapper .buttons-wrapper .join-button:hover svg path {
  stroke: #FFFFFF;
}
@media screen and (max-width: 575px) {
  .home-page .programs-join .programs-join-wrapper .buttons-wrapper .main-button {
    width: auto;
  }
}
.home-page .programs-join .programs-join-wrapper .buttons-wrapper .main-button .button {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.home-page .programs-join .programs-join-wrapper .buttons-wrapper .main-button .button svg path {
  stroke: #FFFFFF;
}
.home-page .programs-join .programs-join-wrapper .buttons-wrapper .main-button .button:after {
  background: transparent;
}
.home-page .programs-join .programs-join-wrapper .buttons-wrapper .main-button .button:hover {
  border: 1px solid #00BB4E;
}
.home-page .programs-join .programs-join-wrapper .buttons-wrapper .main-button .button:hover svg path {
  stroke: #00BB4E;
}
.home-page .programs-join .programs-join-wrapper .programs-join-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .home-page .programs-join .programs-join-wrapper .programs-join-list {
    flex-direction: column;
  }
}
.home-page .programs-join .programs-join-wrapper .programs-join-list li {
  text-align: center;
}
.home-page .programs-join .programs-join-wrapper .programs-join-list li svg {
  width: 54px;
  height: 54px;
  object-fit: contain;
  margin-bottom: 12px;
}
@media screen and (max-width: 575px) {
  .home-page .programs-join .programs-join-wrapper .programs-join-list li svg {
    width: 40px;
    height: 40px;
  }
}
.home-page .programs-join .programs-join-wrapper .programs-join-list li svg path {
  stroke: #FFFFFF;
}
.home-page .programs-join .programs-join-wrapper .programs-join-list li .text {
  color: #FFFFFF;
}
.home-page .longterm-partnership .longterm-partnership-wrapper {
  max-width: 940px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.home-page .longterm-partnership .longterm-partnership-wrapper .title {
  font-size: 42px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .home-page .longterm-partnership .longterm-partnership-wrapper .title {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .home-page .longterm-partnership .longterm-partnership-wrapper .title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .home-page .longterm-partnership .longterm-partnership-wrapper .title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.home-page .longterm-partnership .longterm-partnership-wrapper .description {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .home-page .longterm-partnership .longterm-partnership-wrapper .description {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .home-page .longterm-partnership .longterm-partnership-wrapper .description {
    margin-bottom: 24px;
  }
}
.home-page .longterm-partnership .longterm-partnership-wrapper .buttons-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .home-page .longterm-partnership .longterm-partnership-wrapper .buttons-wrapper {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .home-page .longterm-partnership .longterm-partnership-wrapper .buttons-wrapper {
    margin-bottom: 30px;
  }
}
.home-page .longterm-partnership .longterm-partnership-wrapper .buttons-wrapper .longterm-button {
  border: 1px solid #000000;
  border-radius: 50px;
  padding: 18px 37px;
  color: #000000;
  background-color: #FFFFFF;
}
.home-page .longterm-partnership .longterm-partnership-wrapper .buttons-wrapper .longterm-button svg {
  margin-right: 10px;
}
.home-page .longterm-partnership .longterm-partnership-wrapper .buttons-wrapper .longterm-button svg path {
  stroke: #000000;
  transition: all 0.2s linear;
}
.home-page .longterm-partnership .longterm-partnership-wrapper .buttons-wrapper .longterm-button:first-child {
  color: #FFFFFF;
  background-color: #000000;
}
.home-page .longterm-partnership .longterm-partnership-wrapper .buttons-wrapper .longterm-button:first-child svg path {
  stroke: #FFFFFF;
}
.home-page .longterm-partnership .longterm-partnership-wrapper .buttons-wrapper .longterm-button:last-child {
  background-color: transparent;
  border: 1px solid #D2D2D2;
}
.home-page .longterm-partnership .longterm-partnership-wrapper .buttons-wrapper .longterm-button:hover {
  border: 1px solid #00BB4E;
  background-color: #00BB4E;
  color: #FFFFFF;
}
.home-page .longterm-partnership .longterm-partnership-wrapper .buttons-wrapper .longterm-button:hover svg path {
  stroke: #FFFFFF;
}

.about-fond-page .section-about .about-wrapper {
  padding: 24px;
  border-radius: 12px;
  background-color: #FFFFFF;
  display: grid;
  grid-template-columns: 1fr minmax(522px, 1fr);
  gap: 34px;
}
@media screen and (max-width: 992px) {
  .about-fond-page .section-about .about-wrapper {
    grid-template-columns: 1fr minmax(350px, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .about-fond-page .section-about .about-wrapper {
    grid-template-columns: 1fr;
  }
}
.about-fond-page .section-about .about-wrapper .about-content .logo {
  max-width: 242px;
  width: 100%;
  height: 58px;
  object-fit: contain;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .about-fond-page .section-about .about-wrapper .about-content .logo {
    max-width: 160px;
  }
}
.about-fond-page .section-about .about-wrapper .fond-image-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.about-fond-page .section-about .about-wrapper .fond-image-wrapper:before {
  content: "";
  display: block;
  padding-top: 54.5977011494%;
}
.about-fond-page .section-about .about-wrapper .fond-image-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-fond-page .about-strategy .strategy-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .about-fond-page .about-strategy .strategy-wrapper {
    grid-template-columns: 1fr;
  }
}
.about-fond-page .about-strategy .strategy-wrapper .strategy-programs {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 24px;
  border-bottom: 5px solid #2C3990;
}
.about-fond-page .about-strategy .strategy-wrapper .strategy-programs:nth-child(2n) {
  border-bottom: 5px solid #FEF002;
}
.about-fond-page .about-strategy .strategy-wrapper .strategy-programs .title {
  font-size: 24px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 24px;
}
.about-fond-page .about-strategy .strategy-wrapper .strategy-programs .title .decor {
  position: relative;
  max-width: 42px;
  width: 100%;
  height: 42px;
  border-radius: 100%;
  border: 1px solid #F1F1F5;
}
.about-fond-page .about-strategy .strategy-wrapper .strategy-programs .title .decor svg {
  position: absolute;
  width: 13px;
  height: 13px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-fond-page .about-strategy .strategy-wrapper .strategy-programs .wysiwyg-styles > ul {
  background-color: #F7F7F9;
  left: 0;
  margin-right: 0;
  padding: 24px;
  border-radius: 12px;
}
.about-fond-page .about-approach .approach-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .about-fond-page .about-approach .approach-wrapper {
    grid-template-columns: 1fr;
  }
}
.about-fond-page .about-approach .approach-wrapper .approach-content {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 24px;
}
.about-fond-page .about-approach .approach-wrapper .approach-content .wysiwyg-styles > ul {
  left: 24px;
  margin-right: 0;
  width: calc(100% - 24px);
}
.about-fond-page .about-approach .approach-wrapper .approach-content .wysiwyg-styles > ul li::marker {
  content: url("../img/icon-list.svg");
  width: 24px;
  height: 24px;
}
.about-fond-page .about-approach .approach-wrapper .approach-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .about-fond-page .about-approach .approach-wrapper .approach-list {
    grid-template-columns: 1fr;
  }
}
.about-fond-page .about-approach .approach-wrapper .approach-list li {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.about-fond-page .about-approach .approach-wrapper .approach-list li .icon-inner {
  border-radius: 12px;
  background: linear-gradient(180deg, #2C3990 -35.42%, #FFF100 309.37%);
  position: relative;
  width: 55px;
  height: 55px;
}
.about-fond-page .about-approach .approach-wrapper .approach-list li .icon-inner svg {
  width: 34px;
  height: 34px;
  object-fit: contain;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.about-fond-page .about-approach .approach-wrapper .approach-list li .title {
  font-family: FontBold;
  text-transform: uppercase;
}
.about-fond-page .about-recovery-role {
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .about-fond-page .about-recovery-role {
    padding: 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .about-fond-page .about-recovery-role {
    padding: 50px 0;
  }
}
.about-fond-page .about-recovery-role .recovery-role-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.about-fond-page .about-recovery-role .recovery-role-wrapper .title {
  font-size: 64px;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .about-fond-page .about-recovery-role .recovery-role-wrapper .title {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about-fond-page .about-recovery-role .recovery-role-wrapper .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .about-fond-page .about-recovery-role .recovery-role-wrapper .title {
    font-size: 32px;
  }
}
.about-fond-page .about-recovery-role .recovery-role-wrapper .subtitle {
  color: #FFFFFF;
  text-align: center;
}
.about-fond-page .about-recovery-role .recovery-role-wrapper .description {
  color: #FFFFFF;
  text-align: center;
}
.about-fond-page .about-recovery-role .recovery-role-wrapper .recovery-role-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .about-fond-page .about-recovery-role .recovery-role-wrapper .recovery-role-list {
    justify-content: center;
  }
}
.about-fond-page .about-recovery-role .recovery-role-wrapper .recovery-role-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  max-width: 200px;
  width: 100%;
}
.about-fond-page .about-recovery-role .recovery-role-wrapper .recovery-role-list li svg {
  width: 54px;
  height: 54px;
  object-fit: contain;
}
.about-fond-page .about-recovery-role .recovery-role-wrapper .recovery-role-list li .text {
  text-align: center;
  color: #FFFFFF;
}
.about-fond-page .about-collaboration {
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .about-fond-page .about-collaboration {
    padding: 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .about-fond-page .about-collaboration {
    padding: 50px 0;
  }
}
.about-fond-page .about-collaboration .about-collaboration-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.about-fond-page .about-collaboration .about-collaboration-wrapper .title {
  font-size: 64px;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .about-fond-page .about-collaboration .about-collaboration-wrapper .title {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about-fond-page .about-collaboration .about-collaboration-wrapper .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .about-fond-page .about-collaboration .about-collaboration-wrapper .title {
    font-size: 32px;
  }
}
.about-fond-page .about-collaboration .about-collaboration-wrapper .description {
  color: #FFFFFF;
  text-align: center;
}
.about-fond-page .about-collaboration .about-collaboration-wrapper .about-collaboration-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 40px;
  width: 100%;
  margin-top: 50px;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .about-fond-page .about-collaboration .about-collaboration-wrapper .about-collaboration-list {
    margin-top: 30px;
    justify-content: center;
    row-gap: 24px;
  }
}
.about-fond-page .about-collaboration .about-collaboration-wrapper .about-collaboration-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  max-width: 286px;
  width: 100%;
}
.about-fond-page .about-collaboration .about-collaboration-wrapper .about-collaboration-list li .text {
  text-align: center;
  color: #FFFFFF;
}
.about-fond-page .about-join-mission .join-mission-content .title {
  font-size: 42px;
  margin-bottom: 80px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .about-fond-page .about-join-mission .join-mission-content .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-fond-page .about-join-mission .join-mission-content .title {
    font-size: 36px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 575px) {
  .about-fond-page .about-join-mission .join-mission-content .title {
    font-size: 32px;
  }
}
.about-fond-page .about-join-mission .join-mission-content .buttons-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
@media screen and (max-width: 575px) {
  .about-fond-page .about-join-mission .join-mission-content .buttons-wrapper {
    gap: 12px;
  }
}
.about-fond-page .about-join-mission .join-mission-content .buttons-wrapper .join-button {
  border: 1px solid #D2D2D2;
  border-radius: 50px;
  padding: 12px 24px;
  color: #000000;
  background-color: transparent;
}
.about-fond-page .about-join-mission .join-mission-content .buttons-wrapper .join-button:first-child {
  border: 1px solid #000000;
  color: #FFFFFF;
  background-color: #000000;
}
.about-fond-page .about-join-mission .join-mission-content .buttons-wrapper .join-button:hover {
  border: 1px solid #00BB4E;
  background-color: #00BB4E;
  color: #FFFFFF;
}

.mission-vision-page {
  /* Mission */
  /* Strategy */
  /* Directions */
  /* Impact */
  /* Role */
  /* Results */
}
.mission-vision-page .section-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .mission-vision-page .section-header {
    margin-bottom: 16px;
  }
}
.mission-vision-page .icon-box {
  background: #FFFFFF;
  border-radius: 12px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  .mission-vision-page .icon-box {
    width: 36px;
    height: 36px;
  }
}
.mission-vision-page .gradient-text-slash {
  font-family: FontBold;
  font-size: 32px;
  background: linear-gradient(180deg, #2C3990 -35.42%, #FFF100 309.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 10px;
}
@media screen and (max-width: 575px) {
  .mission-vision-page .gradient-text-slash {
    font-size: 22px;
  }
}
.mission-vision-page .section-title-text {
  font-family: FontBold;
  font-size: 40px;
}
@media screen and (max-width: 992px) {
  .mission-vision-page .section-title-text {
    font-size: 34px;
  }
}
@media screen and (max-width: 575px) {
  .mission-vision-page .section-title-text {
    font-size: 24px;
  }
}
.mission-vision-page .mv-mission .mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
@media screen and (max-width: 992px) {
  .mission-vision-page .mv-mission .mission-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.mission-vision-page .mv-mission .mission-text {
  font-family: FontMedium;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 32px;
  max-width: 746px;
}
@media screen and (max-width: 575px) {
  .mission-vision-page .mv-mission .mission-text {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.mission-vision-page .mv-mission .mission-subtitle {
  font-family: FontBold;
  font-size: 18px;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .mission-vision-page .mv-mission .mission-subtitle {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.mission-vision-page .mv-mission .mission-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .mission-vision-page .mv-mission .mission-list {
    gap: 12px;
  }
}
.mission-vision-page .mv-mission .mission-list svg path {
  stroke: #000000;
}
.mission-vision-page .mv-mission .mission-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 575px) {
  .mission-vision-page .mv-mission .mission-item {
    gap: 12px;
  }
}
.mission-vision-page .mv-mission .mission-item span {
  font-family: FontMedium;
  font-size: 16px;
  line-height: 1.4;
}
.mission-vision-page .mv-mission .item-icon {
  width: 62px;
  height: 62px;
  background: #FFFFFF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  .mission-vision-page .mv-mission .item-icon {
    width: 48px;
    height: 48px;
  }
}
.mission-vision-page .mv-mission .item-icon svg, .mission-vision-page .mv-mission .item-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.mission-vision-page .mv-mission .mission-image .image-wrapper {
  border-radius: 12px;
  overflow: hidden;
  height: 441px;
}
@media screen and (max-width: 992px) {
  .mission-vision-page .mv-mission .mission-image .image-wrapper {
    height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .mission-vision-page .mv-mission .mission-image .image-wrapper {
    height: 220px;
  }
}
.mission-vision-page .mv-mission .mission-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mission-vision-page .mv-strategy {
  padding: 110px 0;
}
@media screen and (max-width: 992px) {
  .mission-vision-page .mv-strategy {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .mission-vision-page .mv-strategy {
    padding: 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .mission-vision-page .mv-strategy {
    padding: 50px 0;
  }
}
.mission-vision-page .mv-strategy .strategy-content {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}
.mission-vision-page .mv-strategy .strategy-header h2 {
  font-family: FontBold;
  font-size: 64px;
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media screen and (max-width: 992px) {
  .mission-vision-page .mv-strategy .strategy-header h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 575px) {
  .mission-vision-page .mv-strategy .strategy-header h2 {
    font-size: 36px;
  }
}
.mission-vision-page .mv-strategy .strategy-header p {
  font-family: FontMedium;
  font-size: 18px;
  line-height: 1.5;
  max-width: 876px;
  margin: 0 auto 60px;
  color: #FFFFFF;
}
@media screen and (max-width: 992px) {
  .mission-vision-page .mv-strategy .strategy-header p {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .mission-vision-page .mv-strategy .strategy-header p {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.mission-vision-page .mv-strategy .strategy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .mission-vision-page .mv-strategy .strategy-grid {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .mission-vision-page .mv-strategy .strategy-grid {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }
}
.mission-vision-page .mv-strategy .strategy-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 24px;
  color: #FFFFFF;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
}
@media screen and (max-width: 575px) {
  .mission-vision-page .mv-strategy .strategy-card {
    padding: 16px;
  }
}
.mission-vision-page .mv-strategy .strategy-card svg, .mission-vision-page .mv-strategy .strategy-card img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.mission-vision-page .mv-strategy .strategy-card p {
  font-size: 16px;
  line-height: 1.4;
}
.mission-vision-page .mv-strategy .strategy-footer-text {
  font-family: FontMedium;
  font-size: 16px;
  opacity: 0.8;
  max-width: 800px;
  margin: 0 auto;
  color: #FFFFFF;
}
.mission-vision-page .mv-directions .directions-hero {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .mission-vision-page .mv-directions .directions-hero {
    padding: 16px;
  }
}
.mission-vision-page .mv-directions .directions-content {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .mission-vision-page .mv-directions .directions-content {
    flex-direction: column;
  }
}
.mission-vision-page .mv-directions .text-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mission-vision-page .mv-directions .text-block p {
  font-family: FontMedium;
  font-size: 16px;
  line-height: 1.5;
}
.mission-vision-page .mv-directions .image-block {
  flex: 0 0 425px;
  height: 243px;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .mission-vision-page .mv-directions .image-block {
    flex: auto;
    width: 100%;
    height: 200px;
  }
}
.mission-vision-page .mv-directions .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mission-vision-page .section-si-path .programs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .mission-vision-page .section-si-path .programs-grid {
    grid-template-columns: 1fr;
  }
}
.mission-vision-page .section-si-path .program-card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 24px;
  position: relative;
  min-height: 200px;
  border-bottom: 5px solid #2C3990;
}
.mission-vision-page .section-si-path .program-card:nth-child(2n) {
  border-bottom: 5px solid #FEF002;
}
@media screen and (max-width: 575px) {
  .mission-vision-page .section-si-path .program-card {
    padding: 16px;
    min-height: 160px;
  }
}
.mission-vision-page .section-si-path .program-card h3 {
  font-family: FontBold;
  font-size: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width: 575px) {
  .mission-vision-page .section-si-path .program-card h3 {
    font-size: 18px;
  }
}
.mission-vision-page .section-si-path .program-card p {
  font-size: 16px;
  line-height: 1.4;
  max-width: 80%;
}
.mission-vision-page .section-si-path .card-icon {
  position: absolute;
  top: 0;
  transform: translate(0, -50%) rotate(20deg);
  right: 24px;
  width: 82px;
  height: 82px;
  background: #FFFFFF;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .mission-vision-page .section-si-path .card-icon {
    width: 60px;
    height: 60px;
    bottom: 16px;
    right: 16px;
  }
}
.mission-vision-page .section-si-path .card-icon svg, .mission-vision-page .section-si-path .card-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.mission-vision-page .section-si-path .card-icon svg path {
  stroke: #000000;
}
.mission-vision-page .mv-impact .impact-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .mission-vision-page .mv-impact .impact-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .mission-vision-page .mv-impact .impact-steps {
    grid-template-columns: 1fr;
  }
}
.mission-vision-page .mv-impact .step-card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 24px;
  height: 186px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .mission-vision-page .mv-impact .step-card {
    height: auto;
    padding: 16px;
    gap: 16px;
  }
}
.mission-vision-page .mv-impact .step-card p {
  font-family: FontMedium;
  font-size: 16px;
  line-height: 1.4;
}
.mission-vision-page .mv-impact .step-header {
  position: relative;
  width: 55px;
  height: 55px;
}
.mission-vision-page .mv-impact .step-number {
  position: relative;
  z-index: 2;
  width: 55px;
  height: 55px;
  background: linear-gradient(180deg, #2C3990 -35.42%, #FFF100 309.37%);
  border-radius: 12px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: FontBold;
  font-size: 32px;
}
.mission-vision-page .mv-impact .impact-pills {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .mission-vision-page .mv-impact .impact-pills {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .mission-vision-page .mv-impact .impact-pills {
    grid-template-columns: 1fr;
  }
}
.mission-vision-page .mv-impact .pill {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 70px;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .mission-vision-page .mv-impact .pill {
    padding: 12px 16px;
    height: auto;
  }
}
.mission-vision-page .mv-impact .pill span {
  font-family: FontMedium;
  font-size: 16px;
}
.mission-vision-page .mv-impact .pill-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mission-vision-page .mv-impact .pill-icon svg, .mission-vision-page .mv-impact .pill-icon img {
  width: 20px;
  height: 20px;
}
.mission-vision-page .mv-role .role-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .mission-vision-page .mv-role .role-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.mission-vision-page .mv-role .role-content .wysiwyg-styles {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 24px;
}
@media screen and (max-width: 575px) {
  .mission-vision-page .mv-role .role-content .wysiwyg-styles {
    padding: 16px;
  }
}
.mission-vision-page .mv-role .role-content .wysiwyg-styles blockquote {
  padding: 4px 0 4px 16px;
  position: relative;
  margin-bottom: 40px;
}
.mission-vision-page .mv-role .role-content .wysiwyg-styles blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 50px;
  background: linear-gradient(180.61deg, #2D3A91 5.36%, #F3E60B 114.56%);
}
.mission-vision-page .mv-role .role-content .wysiwyg-styles ul {
  margin-bottom: 0;
  margin-right: 0;
  left: 0;
}
.mission-vision-page .mv-role .role-content .wysiwyg-styles ul li {
  margin-bottom: 12px;
  position: relative;
  list-style-type: none;
  display: flex;
  gap: 8px;
}
.mission-vision-page .mv-role .role-content .wysiwyg-styles ul li:last-child {
  margin-bottom: 0;
}
.mission-vision-page .mv-role .role-content .wysiwyg-styles ul li::before {
  content: url("../img/Frame2222.svg");
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
}
.mission-vision-page .mv-role .role-content .wysiwyg-styles ul li::marker {
  content: "";
}
.mission-vision-page .mv-role .role-main-text {
  font-family: FontMedium;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (max-width: 575px) {
  .mission-vision-page .mv-role .role-main-text {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.mission-vision-page .mv-role .role-list-container {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .mission-vision-page .mv-role .role-list-container {
    margin-bottom: 16px;
  }
}
.mission-vision-page .mv-role .role-line {
  width: 4px;
  background: linear-gradient(180deg, #2C3A91 0%, #F3E60B 100%);
  border-radius: 50px;
  flex-shrink: 0;
}
.mission-vision-page .mv-role .role-list-text p {
  font-family: FontMedium;
  font-size: 16px;
  line-height: 1.5;
}
.mission-vision-page .mv-role .role-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mission-vision-page .mv-role .role-items li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.mission-vision-page .mv-role .role-items li svg, .mission-vision-page .mv-role .role-items li img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}
.mission-vision-page .mv-role .role-items li span {
  font-family: FontMedium;
  font-size: 16px;
  line-height: 1.4;
}
.mission-vision-page .mv-role .role-image-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 416px;
}
@media screen and (max-width: 992px) {
  .mission-vision-page .mv-role .role-image-wrapper {
    height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .mission-vision-page .mv-role .role-image-wrapper {
    height: 220px;
  }
}
.mission-vision-page .mv-role .role-image-wrapper .role-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mission-vision-page .mv-role .role-overlay-card {
  position: absolute;
  top: 24px;
  right: 24px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 24px;
  width: 315px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 575px) {
  .mission-vision-page .mv-role .role-overlay-card {
    width: 240px;
    padding: 16px;
    bottom: 16px;
    right: 16px;
  }
}
.mission-vision-page .mv-role .role-overlay-card .overlay-icon {
  margin-bottom: 16px;
}
.mission-vision-page .mv-role .role-overlay-card p {
  font-family: FontMedium;
  font-size: 16px;
  line-height: 1.4;
}
.mission-vision-page .mv-results {
  padding: 80px 0;
}
@media screen and (max-width: 992px) {
  .mission-vision-page .mv-results {
    padding: 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .mission-vision-page .mv-results {
    padding: 50px 0;
  }
}
.mission-vision-page .mv-results.results-section {
  color: #FFFFFF;
}
.mission-vision-page .mv-results .results-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.mission-vision-page .mv-results .results-header h2 {
  font-family: FontBold;
  font-size: 64px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .mission-vision-page .mv-results .results-header h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 575px) {
  .mission-vision-page .mv-results .results-header h2 {
    font-size: 32px;
  }
}
.mission-vision-page .mv-results .results-header p {
  font-family: FontMedium;
  font-size: 18px;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .mission-vision-page .mv-results .results-header p {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .mission-vision-page .mv-results .results-header p {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.mission-vision-page .mv-results .results-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .mission-vision-page .mv-results .results-grid {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .mission-vision-page .mv-results .results-grid {
    margin-bottom: 32px;
  }
}
.mission-vision-page .mv-results .result-row {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .mission-vision-page .mv-results .result-row {
    flex-direction: column;
  }
}
.mission-vision-page .mv-results .result-card {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
}
.mission-vision-page .mv-results .result-card h4 {
  font-family: FontBold;
  font-size: 16px;
  margin-bottom: 4px;
}
.mission-vision-page .mv-results .result-card p {
  font-size: 14px;
  line-height: 1.4;
}
.mission-vision-page .mv-results .result-icon-box {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  .mission-vision-page .mv-results .result-icon-box {
    width: 56px;
    height: 56px;
  }
}
.mission-vision-page .mv-results .result-icon-box svg, .mission-vision-page .mv-results .result-icon-box img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.mission-vision-page .mv-results .results-footer {
  font-family: FontMedium;
  font-size: 16px;
  opacity: 0.8;
  margin-bottom: 48px;
}
@media screen and (max-width: 575px) {
  .mission-vision-page .mv-results .results-footer {
    margin-bottom: 32px;
  }
}
.mission-vision-page .mv-results .cta-container {
  display: flex;
  justify-content: center;
}
.mission-vision-page .mv-results .btn-outline {
  border: 1px solid #FFFFFF;
  border-radius: 500px;
  color: #FFFFFF;
  padding: 20px 48px;
  font-family: FontBold;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  transition: all 0.2s linear;
}
@media screen and (max-width: 575px) {
  .mission-vision-page .mv-results .btn-outline {
    padding: 16px 32px;
    font-size: 14px;
  }
}
.mission-vision-page .mv-results .btn-outline svg {
  width: 20px;
  height: 20px;
}
.mission-vision-page .mv-results .btn-outline svg path {
  stroke: #FFFFFF;
  transition: all 0.2s linear;
}
.mission-vision-page .mv-results .btn-outline:hover {
  background: #FFFFFF;
  color: #000000;
}
.mission-vision-page .mv-results .btn-outline:hover svg path {
  stroke: #000000;
}

.team-page {
  /* Management */
  /* Team Members */
  /* Finance */
  /* Social Programs */
  /* Infrastructure */
}
.team-page .section-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .team-page .section-header {
    margin-bottom: 24px;
  }
}
.team-page .icon-box {
  background: #FFFFFF;
  border-radius: 12px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  .team-page .icon-box {
    width: 36px;
    height: 36px;
  }
}
.team-page .gradient-text-slash {
  font-family: FontBold;
  font-size: 32px;
  background: linear-gradient(180deg, #2C3990 -35.42%, #FFF100 309.37%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 575px) {
  .team-page .gradient-text-slash {
    font-size: 22px;
  }
}
.team-page .section-title-text {
  font-family: FontBold;
  font-size: 32px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .team-page .section-title-text {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .team-page .section-title-text {
    font-size: 22px;
  }
}
.team-page .section-desc {
  font-family: FontMedium;
  font-size: 16px;
  line-height: 1.5;
  max-width: 636px;
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .team-page .section-desc {
    margin-bottom: 24px;
  }
}
.team-page .team-management .management-grid {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .team-page .team-management .management-grid {
    flex-direction: column;
  }
}
.team-page .team-management .management-info {
  flex: 0 0 636px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .team-page .team-management .management-info {
    flex: auto;
  }
}
.team-page .team-management .management-desc {
  font-family: FontMedium;
  font-size: 16px;
  line-height: 1.5;
}
.team-page .team-management .structure-box {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 24px;
}
@media screen and (max-width: 575px) {
  .team-page .team-management .structure-box {
    padding: 16px;
  }
}
.team-page .team-management .structure-title {
  font-family: FontBold;
  font-size: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .team-page .team-management .structure-title {
    margin-bottom: 16px;
  }
}
.team-page .team-management .structure-list {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 575px) {
  .team-page .team-management .structure-list {
    flex-direction: column;
  }
}
.team-page .team-management .structure-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.team-page .team-management .list-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-family: FontMedium;
  font-size: 16px;
}
.team-page .team-management .list-item .list-item-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.team-page .team-management .list-item .list-item-icon svg, .team-page .team-management .list-item .list-item-icon img {
  width: 24px;
  height: 24px;
}
.team-page .team-management .list-item .list-item-icon svg path {
  stroke: #000000;
}
.team-page .team-management .volunteer-box {
  background-color: rgba(255, 241, 0, 0.14);
  border: 1px solid #FFF100;
  border-radius: 12px;
  padding: 24px;
}
@media screen and (max-width: 575px) {
  .team-page .team-management .volunteer-box {
    padding: 16px;
  }
}
.team-page .team-management .volunteer-box .volunteer-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .team-page .team-management .volunteer-box .volunteer-header {
    margin-bottom: 16px;
  }
}
.team-page .team-management .volunteer-box .volunteer-header svg, .team-page .team-management .volunteer-box .volunteer-header img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.team-page .team-management .volunteer-box .volunteer-header h4 {
  font-family: FontBold;
  font-size: 16px;
}
.team-page .team-management .volunteer-box p {
  font-family: FontMedium;
  font-size: 16px;
  line-height: 1.5;
}
.team-page .team-management .management-image {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
}
.team-page .team-management .management-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-page .team-members .team-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
  border-radius: 12px;
  overflow: hidden;
}
.team-page .team-members .team-card {
  display: flex;
  background-color: #FFFFFF;
  padding: 24px;
  gap: 24px;
  align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .team-page .team-members .team-card {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .team-page .team-members .team-card {
    padding: 16px;
    gap: 16px;
  }
}
.team-page .team-members .team-photo {
  flex: 0 0 260px;
  height: 320px;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .team-page .team-members .team-photo {
    width: 100%;
    flex: auto;
    height: 280px;
  }
}
@media screen and (max-width: 575px) {
  .team-page .team-members .team-photo {
    height: 220px;
  }
}
.team-page .team-members .team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-page .team-members .team-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .team-page .team-members .team-info {
    gap: 16px;
  }
}
.team-page .team-members .team-name {
  font-family: FontBold;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.2;
}
@media screen and (max-width: 575px) {
  .team-page .team-members .team-name {
    font-size: 20px;
  }
}
.team-page .team-members .team-bio {
  font-family: FontMedium;
  font-size: 16px;
  line-height: 1.5;
}
.team-page .team-members .team-bio p {
  font-size: 16px;
  margin-bottom: 12px;
}
.team-page .team-members .team-bio p:last-child {
  margin-bottom: 0;
}
.team-page .team-members .team-bio ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  list-style: none;
}
.team-page .team-members .team-bio ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
}
.team-page .team-members .member-achievements li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  font-family: FontMedium;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
.team-page .team-members .member-achievements li img, .team-page .team-members .member-achievements li svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.team-page .team-members .member-achievements li::before {
  content: url("../img/achievement.svg");
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
}
.team-page .team-members .program-role {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.team-page .team-members .program-role .role-label {
  font-family: FontBold;
  font-size: 14px;
}
.team-page .team-members .program-role .role-badge {
  display: inline-flex;
  padding: 12px 24px;
  border: 1px solid #D9D9D9;
  border-radius: 50px;
  font-family: FontMedium;
  font-size: 14px;
  width: fit-content;
}
@media screen and (max-width: 575px) {
  .team-page .team-members .program-role .role-badge {
    padding: 10px 18px;
  }
}
.team-page .team-members .team-responsibilities {
  flex: 0 0 494px;
  background-color: #F7F7F9;
  border-radius: 12px;
  padding: 24px;
}
@media screen and (max-width: 992px) {
  .team-page .team-members .team-responsibilities {
    width: 100%;
    flex: auto;
  }
}
@media screen and (max-width: 575px) {
  .team-page .team-members .team-responsibilities {
    padding: 16px;
  }
}
.team-page .team-members .team-responsibilities h4 {
  font-family: FontBold;
  font-size: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .team-page .team-members .team-responsibilities h4 {
    margin-bottom: 16px;
  }
}
.team-page .team-members .team-responsibilities p {
  font-family: FontBold;
  font-size: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .team-page .team-members .team-responsibilities p {
    margin-bottom: 20px;
  }
}
.team-page .team-members .team-responsibilities ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 575px) {
  .team-page .team-members .team-responsibilities ul {
    gap: 16px;
  }
}
.team-page .team-members .team-responsibilities ul li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  font-family: FontMedium;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
}
.team-page .team-members .team-responsibilities ul li img, .team-page .team-members .team-responsibilities ul li svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.team-page .team-members .team-responsibilities ul li::before {
  content: url("../img/protect-icon.svg");
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
}
.team-page .team-finance .finance-grid {
  display: flex;
  gap: 1px;
}
@media screen and (max-width: 992px) {
  .team-page .team-finance .finance-grid {
    flex-direction: column;
  }
}
.team-page .team-finance .finance-col {
  flex: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 506px;
  border-radius: 12px;
}
.team-page .team-finance .finance-col:first-child {
  border-bottom-left-radius: 0;
}
.team-page .team-finance .finance-col:last-child {
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 992px) {
  .team-page .team-finance .finance-col {
    min-height: auto;
  }
}
@media screen and (max-width: 575px) {
  .team-page .team-finance .finance-col {
    padding: 16px;
  }
}
.team-page .team-finance .finance-col.dark-bg {
  margin: 0;
}
.team-page .team-finance .finance-col.dark-bg h3, .team-page .team-finance .finance-col.dark-bg h4, .team-page .team-finance .finance-col.dark-bg h2 {
  color: #FEF002;
}
.team-page .team-finance .finance-col.dark-bg strong {
  color: #FEF002;
}
.team-page .team-finance .finance-col.dark-bg ul li, .team-page .team-finance .finance-col.dark-bg p {
  color: #FFFFFF;
}
.team-page .team-finance .finance-col.white-col {
  background-color: #FFFFFF;
  color: #000000;
}
.team-page .team-finance .finance-col h3, .team-page .team-finance .finance-col h4, .team-page .team-finance .finance-col h2 {
  font-size: 21px !important;
}
.team-page .team-finance .finance-col p {
  font-family: FontMedium;
  font-size: 16px;
  line-height: 1.5;
}
.team-page .team-finance .finance-col h4 {
  font-family: FontBold;
  font-size: 16px;
  margin-bottom: 12px;
}
.team-page .team-finance .finance-col ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  left: 0;
  margin-right: 0;
}
.team-page .team-finance .finance-col ul li {
  position: relative;
  padding-left: 12px;
  font-family: FontMedium;
  font-size: 16px;
}
.team-page .team-finance .finance-col ul li::before {
  content: "•";
  position: absolute;
  left: 0;
}
.team-page .team-finance .finance-col ul li::marker {
  content: "";
}
.team-page .team-finance .finance-banner {
  margin-top: 1px;
  background-color: #FFFFFF;
  padding: 24px;
  border-radius: 0 0 12px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.team-page .team-finance .finance-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #2C3990 -35.42%, #FFF100 309.37%);
}
@media screen and (max-width: 575px) {
  .team-page .team-finance .finance-banner {
    padding: 12px 16px;
  }
}
.team-page .team-finance .finance-banner .banner-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #000000;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
.team-page .team-finance .finance-banner .banner-link p {
  font-family: FontBold;
  font-size: 16px;
}
.team-page .team-finance .finance-banner .banner-link:hover {
  opacity: 0.7;
}
.team-page .team-finance .finance-banner .banner-link .banner-arrow-decor {
  position: relative;
  width: 43px;
  height: 43px;
  border-radius: 100%;
  border: 1px solid #F1F1F5;
}
.team-page .team-finance .finance-banner .banner-link .banner-arrow-decor svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  transform: translate(-50%, -50%);
}
.team-page .team-social-programs .programs-grid {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .team-page .team-social-programs .programs-grid {
    flex-direction: column;
  }
}
.team-page .team-social-programs .program-card {
  flex: 1;
  background-color: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 24px;
}
.team-page .team-social-programs .program-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .team-page .team-social-programs .program-content {
    gap: 16px;
  }
}
.team-page .team-social-programs .program-title {
  font-family: FontBold;
  font-size: 24px;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .team-page .team-social-programs .program-title {
    font-size: 20px;
  }
}
.team-page .team-social-programs .program-details {
  font-family: FontMedium;
  font-size: 16px;
  line-height: 1.5;
}
.team-page .team-social-programs .program-details p {
  font-size: 18px;
  margin-bottom: 24px;
}
.team-page .team-social-programs .program-details p:last-child {
  margin-bottom: 0;
}
.team-page .team-social-programs .program-details h4 {
  font-family: FontBold;
  font-size: 24px;
  margin-bottom: 24px;
}
.team-page .team-social-programs .program-details ul, .team-page .team-social-programs .program-details ol {
  background-color: #F7F7F9;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
  margin-bottom: 18px;
  left: 0;
  margin-right: 0;
}
.team-page .team-social-programs .program-details ul li, .team-page .team-social-programs .program-details ol li {
  font-size: 16px;
  position: relative;
  padding-left: 12px;
}
.team-page .team-social-programs .program-details ul li::before, .team-page .team-social-programs .program-details ol li::before {
  content: "•";
  position: absolute;
  left: 0;
}
.team-page .team-social-programs .program-details ul li::marker, .team-page .team-social-programs .program-details ol li::marker {
  content: "";
}
.team-page .team-social-programs .divider {
  height: 1px;
  background-color: #F7F7F9;
  width: 100%;
}
.team-page .team-social-programs .program-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: FontMedium;
  font-size: 18px;
  color: #000000;
  transition: all 0.2s linear;
}
.team-page .team-social-programs .program-link:hover {
  opacity: 0.7;
}
.team-page .team-social-programs .program-link .link-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #F7F7F9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.team-page .team-social-programs .program-link .link-icon svg {
  width: 18px;
  height: 18px;
}
.team-page .team-social-programs .program-image-box {
  height: 222px;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .team-page .team-social-programs .program-image-box {
    height: 180px;
  }
}
.team-page .team-social-programs .program-image-box .image-overlay-box {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.team-page .team-social-programs .program-image-box .image-overlay-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-page .team-infra .infra-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .team-page .team-infra .infra-card {
    flex-direction: column;
  }
}
.team-page .team-infra .infra-content {
  flex: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .team-page .team-infra .infra-content {
    padding: 16px;
    gap: 16px;
  }
}
.team-page .team-infra .program-title {
  font-family: FontBold;
  font-size: 24px;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .team-page .team-infra .program-title {
    font-size: 20px;
  }
}
.team-page .team-infra .program-details {
  font-family: FontMedium;
  font-size: 18px;
  line-height: 1.5;
}
.team-page .team-infra .program-details p {
  font-size: 18px;
  margin-bottom: 24px;
}
.team-page .team-infra .program-details p:last-child {
  margin-bottom: 0;
}
.team-page .team-infra .program-details h4 {
  font-family: FontBold;
  font-size: 18px;
  margin-bottom: 24px;
}
.team-page .team-infra .program-details ul, .team-page .team-infra .program-details ol {
  background-color: #F7F7F9;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
  margin-bottom: 18px;
  left: 0;
  margin-right: 0;
}
.team-page .team-infra .program-details ul li, .team-page .team-infra .program-details ol li {
  font-size: 16px;
  position: relative;
  padding-left: 12px;
}
.team-page .team-infra .program-details ul li::before, .team-page .team-infra .program-details ol li::before {
  content: "•";
  position: absolute;
  left: 0;
}
.team-page .team-infra .program-details ul li::marker, .team-page .team-infra .program-details ol li::marker {
  content: "";
}
.team-page .team-infra .divider {
  height: 1px;
  background-color: #F7F7F9;
  width: 100%;
}
.team-page .team-infra .program-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: FontMedium;
  font-size: 18px;
  color: #000000;
  transition: all 0.2s linear;
}
.team-page .team-infra .program-link:hover {
  opacity: 0.7;
}
.team-page .team-infra .program-link .link-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #F7F7F9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.team-page .team-infra .program-link .link-icon svg {
  width: 18px;
  height: 18px;
}
.team-page .team-infra .infra-image {
  flex: 1;
  padding: 24px 24px 24px 0;
}
@media screen and (max-width: 992px) {
  .team-page .team-infra .infra-image {
    padding: 0 24px 24px;
    height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .team-page .team-infra .infra-image {
    padding: 0 16px 16px;
    height: 220px;
  }
}
.team-page .team-infra .infra-image .image-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.team-page .team-infra .infra-image .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.educational-impulse-page {
  /* Program Info */
  /* Strategy */
  /* Directions (dark) */
  /* Partnership */
  /* Stages */
  /* Monitoring */
  /* Effect (dark) */
  /* Support */
}
.educational-impulse-page .section-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .educational-impulse-page .section-header {
    margin-bottom: 24px;
  }
}
.educational-impulse-page .icon-box {
  background: #FFFFFF;
  border-radius: 12px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  .educational-impulse-page .icon-box {
    width: 36px;
    height: 36px;
  }
}
.educational-impulse-page .gradient-text-slash {
  font-family: FontBold;
  font-size: 32px;
  background: linear-gradient(180deg, #2C3990 -35.42%, #FFF100 309.37%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 575px) {
  .educational-impulse-page .gradient-text-slash {
    font-size: 22px;
  }
}
.educational-impulse-page .section-title-text {
  font-family: FontBold;
  font-size: 32px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .educational-impulse-page .section-title-text {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .educational-impulse-page .section-title-text {
    font-size: 22px;
  }
}
.educational-impulse-page .ei-info .info-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .educational-impulse-page .ei-info .info-grid {
    grid-template-columns: 1fr;
  }
}
.educational-impulse-page .ei-info .info-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #FFFFFF;
  padding: 24px;
  border-radius: 12px;
}
.educational-impulse-page .ei-info .info-image-wrapper {
  border-radius: 12px;
  overflow: hidden;
}
.educational-impulse-page .ei-info .info-image-wrapper img {
  width: 100%;
  height: auto;
}
.educational-impulse-page .ei-info .info-text {
  font-family: FontMedium;
  font-size: 16px;
  line-height: 1.5;
}
.educational-impulse-page .ei-info .info-text p {
  margin-bottom: 16px;
}
.educational-impulse-page .ei-info .info-text p:last-child {
  margin-bottom: 0;
}
.educational-impulse-page .ei-info .info-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #FFFFFF;
  padding: 24px;
  border-radius: 12px;
}
.educational-impulse-page .ei-info .icon-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.educational-impulse-page .ei-info .target-icon-box {
  width: 58px;
  height: 58px;
  background-color: #F7F7F9;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.educational-impulse-page .ei-info .target-icon-box svg, .educational-impulse-page .ei-info .target-icon-box img {
  width: 32px;
  height: 32px;
}
.educational-impulse-page .ei-info .target-icon-box svg path {
  stroke: #000000;
}
.educational-impulse-page .ei-info .target-group h3 {
  font-family: FontBold;
  font-size: 18px;
}
.educational-impulse-page .ei-info .target-desc {
  font-family: FontMedium;
  font-size: 18px;
  line-height: 1.4;
}
.educational-impulse-page .ei-info .structure-block {
  background-color: #F7F7F9;
  padding: 24px;
  border-radius: 12px;
}
@media screen and (max-width: 575px) {
  .educational-impulse-page .ei-info .structure-block {
    padding: 16px;
  }
}
.educational-impulse-page .ei-info .structure-block h3 {
  font-family: FontBold;
  font-size: 18px;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .educational-impulse-page .ei-info .structure-block h3 {
    margin-bottom: 16px;
  }
}
.educational-impulse-page .ei-info .structure-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media screen and (max-width: 575px) {
  .educational-impulse-page .ei-info .structure-grid {
    grid-template-columns: 1fr;
  }
}
.educational-impulse-page .ei-info .structure-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.educational-impulse-page .ei-info .list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: FontMedium;
  font-size: 18px;
  line-height: 1.2;
}
.educational-impulse-page .ei-info .list-item .list-item-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.educational-impulse-page .ei-info .list-item .list-item-icon svg, .educational-impulse-page .ei-info .list-item .list-item-icon img {
  width: 24px;
  height: 24px;
}
.educational-impulse-page .ei-info .list-item .list-item-icon svg path {
  stroke: #000000;
}
.educational-impulse-page .ei-info .info-note {
  background-color: #F7F7F9;
  border-left: 3px solid #2b388f;
  padding: 24px;
  border-radius: 12px;
}
@media screen and (max-width: 575px) {
  .educational-impulse-page .ei-info .info-note {
    padding: 16px;
  }
}
.educational-impulse-page .ei-info .info-note p {
  font-family: FontMedium;
  font-size: 18px;
  line-height: 1.2;
}
.educational-impulse-page .ei-strategy .strategy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .educational-impulse-page .ei-strategy .strategy-grid {
    grid-template-columns: 1fr;
  }
}
.educational-impulse-page .ei-strategy .strategy-card {
  background-color: #FFFFFF;
  border-bottom: 5px solid #2b388f;
  border-radius: 12px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .educational-impulse-page .ei-strategy .strategy-card {
    padding: 20px;
  }
}
.educational-impulse-page .ei-strategy .strategy-card h3 {
  font-family: FontBold;
  font-size: 20px;
  text-transform: uppercase;
}
.educational-impulse-page .ei-strategy .strategy-card--accent {
  border-color: #fef002;
}
.educational-impulse-page .ei-strategy .strategy-body {
  font-family: FontMedium;
  font-size: 18px;
  line-height: 1.2;
}
.educational-impulse-page .ei-strategy .strategy-body p {
  margin-bottom: 12px;
}
.educational-impulse-page .ei-strategy .strategy-body p:last-child {
  margin-bottom: 0;
}
.educational-impulse-page .ei-strategy .strategy-body h4 {
  font-family: FontBold;
  font-size: 18px;
  margin: 12px 0;
}
.educational-impulse-page .ei-strategy .strategy-body ul, .educational-impulse-page .ei-strategy .strategy-body ol {
  background-color: #F7F7F9;
  padding: 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  left: 0;
  margin-right: 0;
}
.educational-impulse-page .ei-strategy .strategy-body ul li, .educational-impulse-page .ei-strategy .strategy-body ol li {
  font-size: 18px;
  line-height: 1.2;
}
.educational-impulse-page .ei-strategy .strategy-card:nth-child(2n) {
  border-bottom: 5px solid #FEF002;
}
.educational-impulse-page .ei-strategy .strategy-card:nth-child(2n) .strategy-body ul li {
  padding-left: 0;
  display: flex;
}
.educational-impulse-page .ei-strategy .strategy-card:nth-child(2n) .strategy-body ul li::marker {
  content: "";
}
.educational-impulse-page .ei-strategy .strategy-card:nth-child(2n) .strategy-body ul li:before {
  content: url("../img/protect-icon.svg");
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  flex-shrink: 0;
}
.educational-impulse-page .ei-directions .directions-bg-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  padding: 60px 40px;
}
@media screen and (max-width: 992px) {
  .educational-impulse-page .ei-directions .directions-bg-wrapper {
    padding: 40px 24px;
  }
}
@media screen and (max-width: 575px) {
  .educational-impulse-page .ei-directions .directions-bg-wrapper {
    padding: 30px 16px;
  }
}
.educational-impulse-page .ei-directions .directions-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.educational-impulse-page .ei-directions .directions-bg svg {
  position: absolute;
}
.educational-impulse-page .ei-directions .directions-bg svg:first-child {
  top: -100px;
  left: -100px;
  filter: blur(100px);
}
.educational-impulse-page .ei-directions .dark-bg {
  margin: 0;
}
.educational-impulse-page .ei-directions .directions-content {
  position: relative;
  z-index: 2;
}
.educational-impulse-page .ei-directions .section-header .section-title-text {
  color: #FFFFFF;
}
.educational-impulse-page .ei-directions .directions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.educational-impulse-page .ei-directions .directions-grid .directions-col:nth-child(2n) .directions-subtitle {
  color: #fef002;
}
@media screen and (max-width: 992px) {
  .educational-impulse-page .ei-directions .directions-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.educational-impulse-page .ei-directions .directions-subtitle {
  font-family: FontBold;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 24px;
}
.educational-impulse-page .ei-directions .directions-subtitle.highlight-text {
  color: rgba(254, 240, 2, 0.77);
}
.educational-impulse-page .ei-directions .directions-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .educational-impulse-page .ei-directions .directions-list {
    gap: 16px;
  }
}
.educational-impulse-page .ei-directions .list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #FFFFFF;
  font-family: FontMedium;
  font-size: 18px;
  line-height: 1.4;
}
.educational-impulse-page .ei-directions .list-item .list-item-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.educational-impulse-page .ei-directions .list-item .list-item-icon svg, .educational-impulse-page .ei-directions .list-item .list-item-icon img {
  width: 24px;
  height: 24px;
}
.educational-impulse-page .ei-partnership .partnership-content {
  position: relative;
  background-color: #F7F7F9;
  border-radius: 12px;
  padding: 40px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .educational-impulse-page .ei-partnership .partnership-content {
    padding: 24px;
  }
}
@media screen and (max-width: 575px) {
  .educational-impulse-page .ei-partnership .partnership-content {
    padding: 16px;
  }
}
.educational-impulse-page .ei-partnership .map-bg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
  z-index: 1;
  pointer-events: none;
}
.educational-impulse-page .ei-partnership .map-bg img {
  max-width: none;
}
.educational-impulse-page .ei-partnership .partnership-grid {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 575px) {
  .educational-impulse-page .ei-partnership .partnership-grid {
    gap: 30px;
  }
}
.educational-impulse-page .ei-partnership .partnership-block h3 {
  font-family: FontBold;
  font-size: 21px;
  margin-bottom: 16px;
}
.educational-impulse-page .ei-partnership .partnership-block p {
  font-family: FontMedium;
  font-size: 18px;
  margin-bottom: 20px;
  max-width: 800px;
}
.educational-impulse-page .ei-partnership .partnership-block h4 {
  font-family: FontBold;
  font-size: 18px;
  margin-bottom: 16px;
}
.educational-impulse-page .ei-partnership .partnership-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.educational-impulse-page .ei-partnership .partnership-pill {
  background-color: #FFFFFF;
  padding: 12px 24px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: FontMedium;
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  .educational-impulse-page .ei-partnership .partnership-pill {
    padding: 10px 16px;
  }
}
.educational-impulse-page .ei-partnership .partnership-pill .pill-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.educational-impulse-page .ei-partnership .partnership-pill .pill-icon svg, .educational-impulse-page .ei-partnership .partnership-pill .pill-icon img {
  width: 24px;
  height: 24px;
}
.educational-impulse-page .ei-partnership .partnership-pill .pill-icon svg path {
  stroke: #000000;
}
.educational-impulse-page .ei-stages .stages-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 575px) {
  .educational-impulse-page .ei-stages .stages-wrapper {
    gap: 40px;
  }
}
.educational-impulse-page .ei-stages .stage-line {
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #FFFFFF;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .educational-impulse-page .ei-stages .stage-line {
    display: none;
  }
}
.educational-impulse-page .ei-stages .stage-line:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #000000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.educational-impulse-page .ei-stages .stage-item {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 575px) {
  .educational-impulse-page .ei-stages .stage-item {
    flex-direction: column;
    gap: 16px;
  }
}
.educational-impulse-page .ei-stages .stage-icon {
  flex-shrink: 0;
}
.educational-impulse-page .ei-stages .icon-circle {
  width: 48px;
  height: 48px;
  background-color: #FFFFFF;
  border-radius: 100%;
  box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: FontBold;
  font-size: 28px;
}
.educational-impulse-page .ei-stages .stage-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .educational-impulse-page .ei-stages .stage-content {
    gap: 16px;
  }
}
.educational-impulse-page .ei-stages .stage-content h3 {
  font-family: FontBold;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.educational-impulse-page .ei-stages .stage-content .stage-step-1 {
  font-size: 18px;
  max-width: 840px;
}
.educational-impulse-page .ei-stages .stage-content .stage-step-1 .step-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.educational-impulse-page .ei-stages .stage-content .stage-step-1 .step-list li {
  display: flex;
  gap: 16px;
}
.educational-impulse-page .ei-stages .stage-content .stage-step-1 .step-list li svg {
  width: 24px;
  height: 24px;
}
.educational-impulse-page .ei-stages .stage-content .stage-step-1 .step-list li svg path {
  stroke: #000000;
}
.educational-impulse-page .ei-stages .stage-content .stage-step-1 .note {
  padding: 12px 24px;
  background-color: #FFFFFF;
  border-radius: 50px;
}
.educational-impulse-page .ei-stages .stage-content .stage-step-2 {
  max-width: 530px;
}
.educational-impulse-page .ei-stages .stage-content .stage-step-2 .content-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.educational-impulse-page .ei-stages .stage-content .stage-step-2 .content-list .content-item {
  padding: 24px;
  border-radius: 12px;
  background-color: #FFFFFF;
}
.educational-impulse-page .ei-stages .stage-content .stage-step-2 .content-list .content-item .title {
  font-family: FontSemiBold;
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}
.educational-impulse-page .ei-stages .stage-content .stage-step-2 .content-list .content-item .title svg {
  width: 24px;
  height: 24px;
}
.educational-impulse-page .ei-stages .stage-content .stage-step-2 .content-list .content-item .title svg path {
  stroke: #000000;
}
.educational-impulse-page .ei-stages .stage-content .stage-step-3 {
  max-width: 655px;
}
.educational-impulse-page .ei-stages .stage-content .stage-step-3 .step-content {
  padding: 24px;
  border-radius: 12px;
  background-color: #FFFFFF;
}
.educational-impulse-page .ei-stages .stage-content .stage-step-3 .step-content .title {
  font-family: FontBold;
  margin-bottom: 24px;
}
.educational-impulse-page .ei-stages .stage-content .stage-step-3 .step-content .list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}
.educational-impulse-page .ei-stages .stage-content .stage-step-3 .step-content .list li {
  font-family: FontMedium;
  font-size: 18px;
}
.educational-impulse-page .ei-stages .stage-content .stage-step-3 .step-content .list li svg {
  width: 24px;
  height: 24px;
}
.educational-impulse-page .ei-stages .stage-content .stage-step-3 .step-content .list li svg path {
  stroke: #000000;
}
.educational-impulse-page .ei-stages .stage-body {
  font-family: FontMedium;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 24px;
}
.educational-impulse-page .ei-stages .stage-body p {
  margin-bottom: 16px;
}
.educational-impulse-page .ei-stages .stage-body p:last-child {
  margin-bottom: 0;
}
.educational-impulse-page .ei-stages .stage-body ul, .educational-impulse-page .ei-stages .stage-body ol {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin-bottom: 16px;
}
.educational-impulse-page .ei-stages .stage-body ul li, .educational-impulse-page .ei-stages .stage-body ol li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.4;
}
.educational-impulse-page .ei-stages .stage-body blockquote {
  background-color: #FFFFFF;
  border-radius: 50px;
  padding: 12px 24px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
}
@media screen and (max-width: 575px) {
  .educational-impulse-page .ei-stages .stage-body blockquote {
    border-radius: 12px;
  }
}
.educational-impulse-page .ei-stages .stage-body .stage-cards {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .educational-impulse-page .ei-stages .stage-body .stage-cards {
    flex-direction: column;
  }
}
.educational-impulse-page .ei-stages .stage-body .stage-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 24px;
  flex: 1;
  min-width: 300px;
  border: 1px solid #F7F7F9;
}
@media screen and (max-width: 575px) {
  .educational-impulse-page .ei-stages .stage-body .stage-card {
    min-width: auto;
    padding: 16px;
  }
}
.educational-impulse-page .ei-stages .stage-body .stage-card h4 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: FontBold;
  font-size: 16px;
  margin-bottom: 12px;
}
.educational-impulse-page .ei-stages .stage-body .stage-card ul {
  list-style: disc;
  padding-left: 20px;
  gap: 8px;
}
.educational-impulse-page .ei-monitoring .monitoring-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .educational-impulse-page .ei-monitoring .monitoring-grid {
    grid-template-columns: 1fr;
  }
}
.educational-impulse-page .ei-monitoring .monitoring-card {
  background-color: #FFFFFF;
  border-bottom: 5px solid #2C3990;
  border-radius: 12px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.educational-impulse-page .ei-monitoring .monitoring-card:nth-child(2n) {
  border-bottom: 5px solid #FEF002;
}
@media screen and (max-width: 575px) {
  .educational-impulse-page .ei-monitoring .monitoring-card {
    padding: 20px;
  }
}
.educational-impulse-page .ei-monitoring .monitoring-card h3 {
  font-family: FontBold;
  font-size: 20px;
  text-transform: uppercase;
}
.educational-impulse-page .ei-monitoring .monitoring-card.highlight-border {
  border-color: #fef002;
}
.educational-impulse-page .ei-effect {
  padding: 80px 0;
}
@media screen and (max-width: 992px) {
  .educational-impulse-page .ei-effect {
    padding: 50px 0;
  }
}
@media screen and (max-width: 575px) {
  .educational-impulse-page .ei-effect {
    padding: 30px 0;
  }
}
.educational-impulse-page .ei-effect .effect-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.educational-impulse-page .ei-effect .effect-bg svg {
  position: absolute;
}
.educational-impulse-page .ei-effect .effect-bg svg:first-child {
  top: -100px;
  left: -100px;
  filter: blur(100px);
}
.educational-impulse-page .ei-effect .vector-group {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.1;
}
.educational-impulse-page .ei-effect .vector-group svg {
  width: 100%;
  height: 100%;
}
.educational-impulse-page .ei-effect .effect-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.educational-impulse-page .ei-effect .effect-title {
  font-family: FontBold;
  font-size: 64px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 16px;
}
@media screen and (max-width: 992px) {
  .educational-impulse-page .ei-effect .effect-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 575px) {
  .educational-impulse-page .ei-effect .effect-title {
    font-size: 32px;
  }
}
.educational-impulse-page .ei-effect .effect-subtitle {
  font-family: FontMedium;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .educational-impulse-page .ei-effect .effect-subtitle {
    margin-bottom: 24px;
  }
}
.educational-impulse-page .ei-effect .effect-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .educational-impulse-page .ei-effect .effect-grid {
    grid-template-columns: 1fr;
  }
}
.educational-impulse-page .ei-effect .effect-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #FFFFFF;
  font-family: FontMedium;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 575px) {
  .educational-impulse-page .ei-effect .effect-item {
    padding: 16px;
  }
}
.educational-impulse-page .ei-effect .effect-item .effect-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.educational-impulse-page .ei-effect .effect-item .effect-icon svg, .educational-impulse-page .ei-effect .effect-item .effect-icon img {
  width: 24px;
  height: 24px;
}
.educational-impulse-page .ei-support {
  background-color: #F7F7F9;
}
.educational-impulse-page .ei-support .support-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}
.educational-impulse-page .ei-support .support-title {
  font-family: FontBold;
  font-size: 32px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .educational-impulse-page .ei-support .support-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .educational-impulse-page .ei-support .support-title {
    font-size: 22px;
  }
}
.educational-impulse-page .ei-support .support-subtitle {
  font-family: FontBold;
  font-size: 18px;
}
.educational-impulse-page .ei-support .support-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.educational-impulse-page .ei-support .support-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 575px) {
  .educational-impulse-page .ei-support .support-tags {
    flex-direction: column;
    gap: 8px;
  }
}
.educational-impulse-page .ei-support .tag {
  font-family: FontMedium;
  font-size: 16px;
}
.educational-impulse-page .ei-support .tag-separator {
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .educational-impulse-page .ei-support .tag-separator {
    display: none;
  }
}
.educational-impulse-page .ei-support .support-desc {
  max-width: 800px;
  font-family: FontMedium;
  font-size: 16px;
  line-height: 1.5;
}
.educational-impulse-page .ei-support .support-buttons {
  display: flex;
}
.educational-impulse-page .ei-support .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 40px;
  border-radius: 50px;
  font-family: FontBold;
  font-size: 14px;
  transition: all 0.2s linear;
}
@media screen and (max-width: 575px) {
  .educational-impulse-page .ei-support .btn {
    padding: 16px 28px;
  }
}
.educational-impulse-page .ei-support .btn-primary {
  background-color: #000000;
  color: #FFFFFF;
}
.educational-impulse-page .ei-support .btn-primary:hover {
  opacity: 0.85;
}

.strategy-page .strategy-operating-framework .strategy-wrapper {
  display: grid;
  grid-template-columns: 1fr 526px;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .strategy-page .strategy-operating-framework .strategy-wrapper {
    grid-template-columns: 1fr;
  }
}
.strategy-page .strategy-operating-framework .strategy-wrapper .image-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.strategy-page .strategy-operating-framework .strategy-wrapper .image-wrapper::before {
  content: "";
  display: block;
  padding-top: 82.8358208955%;
}
.strategy-page .strategy-operating-framework .strategy-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strategy-page .strategy-division-rationale .division-rationale-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .strategy-page .strategy-division-rationale .division-rationale-wrap {
    grid-template-columns: 1fr;
  }
}
.strategy-page .strategy-division-rationale .division-rationale-wrap .division-rationale-item {
  padding: 24px;
  border-radius: 12px;
  background-color: #FFFFFF;
  border-bottom: 5px solid #2C3990;
}
.strategy-page .strategy-division-rationale .division-rationale-wrap .division-rationale-item:nth-child(2n) {
  border-bottom: 5px solid #FEF002;
}
.strategy-page .strategy-division-rationale .division-rationale-wrap .division-rationale-item .division-rationale-head {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 24px;
  margin-bottom: 28px;
}
@media screen and (max-width: 575px) {
  .strategy-page .strategy-division-rationale .division-rationale-wrap .division-rationale-item .division-rationale-head {
    grid-template-columns: 1fr;
  }
}
.strategy-page .strategy-division-rationale .division-rationale-wrap .division-rationale-item .division-rationale-head .item-icon {
  width: 82px;
  height: 82px;
  border-radius: 12px;
  background: linear-gradient(180deg, #2C3990 -35.42%, #FFF100 309.37%);
  position: relative;
}
.strategy-page .strategy-division-rationale .division-rationale-wrap .division-rationale-item .division-rationale-head .item-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}
.strategy-page .strategy-division-rationale .division-rationale-wrap .division-rationale-item .division-rationale-head .item-icon svg path {
  stroke: #FFFFFF;
}
@media screen and (max-width: 575px) {
  .strategy-page .strategy-division-rationale .division-rationale-wrap .division-rationale-item .division-rationale-head .item-icon {
    width: 40px;
    height: 40px;
  }
  .strategy-page .strategy-division-rationale .division-rationale-wrap .division-rationale-item .division-rationale-head .item-icon svg {
    width: 24px;
    height: 24px;
  }
}
.strategy-page .strategy-division-rationale .division-rationale-wrap .division-rationale-item .division-rationale-head .head-text .title {
  font-family: FontBold;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.strategy-page .strategy-division-rationale .division-rationale-wrap .division-rationale-item .division-rationale-content {
  padding-top: 28px;
  border-top: 1px solid #F7F7F9;
}
.strategy-page .strategy-division-rationale .division-rationale-wrap .division-rationale-item .division-rationale-content .content-title {
  font-family: FontBold;
  font-size: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.strategy-page .strategy-interaction-model .main-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 28px;
}
@media screen and (max-width: 992px) {
  .strategy-page .strategy-interaction-model .main-list {
    grid-template-columns: 1fr;
  }
}
.strategy-page .strategy-interaction-model .main-list .main-list-item {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 24px;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 24px;
}
@media screen and (max-width: 575px) {
  .strategy-page .strategy-interaction-model .main-list .main-list-item {
    grid-template-columns: 1fr;
  }
}
.strategy-page .strategy-interaction-model .main-list .main-list-item .item-icon {
  width: 82px;
  height: 82px;
  border-radius: 12px;
  background: linear-gradient(180deg, #2C3990 -35.42%, #FFF100 309.37%);
  position: relative;
}
.strategy-page .strategy-interaction-model .main-list .main-list-item .item-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}
.strategy-page .strategy-interaction-model .main-list .main-list-item .item-icon svg path {
  stroke: #FFFFFF;
}
@media screen and (max-width: 575px) {
  .strategy-page .strategy-interaction-model .main-list .main-list-item .item-icon {
    width: 40px;
    height: 40px;
  }
  .strategy-page .strategy-interaction-model .main-list .main-list-item .item-icon svg {
    width: 24px;
    height: 24px;
  }
}
.strategy-page .strategy-interaction-model .main-list .main-list-item .head-text .title {
  font-family: FontBold;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.strategy-page .strategy-interaction-model .interaction-model-note {
  font-style: italic;
  text-align: center;
  margin-bottom: 70px;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 575px) {
  .strategy-page .strategy-interaction-model .interaction-model-note {
    margin-bottom: 40px;
  }
}
.strategy-page .strategy-interaction-model .additional-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .strategy-page .strategy-interaction-model .additional-list {
    grid-template-columns: 1fr;
  }
}
.strategy-page .strategy-interaction-model .additional-list .additional-list-item {
  padding-top: 28px;
  background-color: #FFFFFF;
  border-bottom: 5px solid #2C3990;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 24px;
}
.strategy-page .strategy-interaction-model .additional-list .additional-list-item:nth-child(2n) {
  border-bottom: 5px solid #FEF002;
}
.strategy-page .strategy-interaction-model .additional-list .additional-list-item .content-title {
  font-family: FontBold;
  font-size: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.strategy-page .strategy-longterm-vision {
  padding: 70px 0;
}
@media screen and (max-width: 575px) {
  .strategy-page .strategy-longterm-vision {
    padding: 50px 0;
  }
}
.strategy-page .strategy-longterm-vision .longterm-vision-title {
  max-width: 876px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  margin-bottom: 72px;
}
@media screen and (max-width: 575px) {
  .strategy-page .strategy-longterm-vision .longterm-vision-title {
    margin-bottom: 40px;
  }
}
.strategy-page .strategy-longterm-vision .longterm-vision-title .title {
  font-family: FontBold;
  font-size: 64px;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .strategy-page .strategy-longterm-vision .longterm-vision-title .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .strategy-page .strategy-longterm-vision .longterm-vision-title .title {
    font-size: 28px;
  }
}
.strategy-page .strategy-longterm-vision .longterm-vision-title .description {
  text-align: center;
  color: #FFFFFF;
}
.strategy-page .strategy-longterm-vision .longterm-vision-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .strategy-page .strategy-longterm-vision .longterm-vision-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .strategy-page .strategy-longterm-vision .longterm-vision-list {
    grid-template-columns: 1fr;
  }
}
.strategy-page .strategy-longterm-vision .longterm-vision-list .longterm-vision-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.strategy-page .strategy-longterm-vision .longterm-vision-list .longterm-vision-item .count {
  font-family: FontBold;
  font-size: 42px;
  color: #FFFFFF;
}
@media screen and (max-width: 575px) {
  .strategy-page .strategy-longterm-vision .longterm-vision-list .longterm-vision-item .count {
    font-size: 32px;
  }
}
.strategy-page .strategy-longterm-vision .longterm-vision-list .longterm-vision-item .title {
  text-align: center;
  color: #FFFFFF;
}
.strategy-page .strategy-longterm-vision .longterm-vision-note {
  text-align: center;
  font-style: italic;
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
}

.founder-page .hero {
  margin-bottom: 0;
  z-index: 1;
}
.founder-page .founder-intro {
  margin-top: -60px;
  padding: 130px 0 70px;
}
@media screen and (max-width: 575px) {
  .founder-page .founder-intro {
    padding: 100px 0 50px;
  }
}
.founder-page .founder-intro .founder-intro-wrapper {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media screen and (max-width: 992px) {
  .founder-page .founder-intro .founder-intro-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.founder-page .founder-intro .founder-intro-wrapper .founder-info {
  width: calc(100% - 400px);
}
@media screen and (max-width: 992px) {
  .founder-page .founder-intro .founder-intro-wrapper .founder-info {
    width: 100%;
  }
}
.founder-page .founder-intro .founder-intro-wrapper .founder-info .title-wrapper {
  margin-bottom: 44px;
}
@media screen and (max-width: 575px) {
  .founder-page .founder-intro .founder-intro-wrapper .founder-info .title-wrapper {
    margin-bottom: 30px;
  }
}
.founder-page .founder-intro .founder-intro-wrapper .founder-info .title-wrapper .section-title {
  color: #FFFFFF;
}
.founder-page .founder-intro .founder-intro-wrapper .founder-info .wysiwyg-styles {
  margin-bottom: 32px;
}
.founder-page .founder-intro .founder-intro-wrapper .founder-info .wysiwyg-styles p {
  color: #FFFFFF;
  line-height: 120%;
}
.founder-page .founder-intro .founder-intro-wrapper .founder-info .founder-note {
  color: #FFFFFF;
  font-style: italic;
  font-family: FontRegular;
  font-size: 24px;
  margin-bottom: 24px;
}
.founder-page .founder-intro .founder-intro-wrapper .founder-info .founder-name {
  color: #FFFFFF;
  font-family: FontBold;
  text-align: right;
  font-style: italic;
  font-size: 31px;
}
.founder-page .founder-intro .founder-intro-wrapper .founder-image {
  width: 400px;
  position: relative;
}
.founder-page .founder-intro .founder-intro-wrapper .founder-image:before {
  content: "";
  display: block;
  padding-top: 137.5%;
}
.founder-page .founder-intro .founder-intro-wrapper .founder-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.founder-page .founder-motivation .motivation-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .founder-page .founder-motivation .motivation-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .founder-page .founder-motivation .motivation-list {
    grid-template-columns: 1fr;
  }
}
.founder-page .founder-motivation .motivation-list .motivation-list-item {
  background-color: #FFFFFF;
  padding: 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media screen and (max-width: 575px) {
  .founder-page .founder-motivation .motivation-list .motivation-list-item {
    gap: 16px;
  }
}
.founder-page .founder-motivation .motivation-list .motivation-list-item .count {
  width: 55px;
  min-width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #2C3990 -35.42%, #FFF100 309.37%);
  border-radius: 12px;
  color: #FFFFFF;
  font-size: 32px;
  font-family: FontBold;
}
.founder-page .founder-motivation .motivation-list .motivation-list-item:last-child {
  grid-column-start: 1;
  grid-column-end: 5;
  flex-direction: row;
}
@media screen and (max-width: 992px) {
  .founder-page .founder-motivation .motivation-list .motivation-list-item:last-child {
    grid-column-end: 3;
  }
}
@media screen and (max-width: 575px) {
  .founder-page .founder-motivation .motivation-list .motivation-list-item:last-child {
    grid-column-end: 2;
    flex-direction: column;
  }
}
.founder-page .founder-philosophy {
  padding: 70px 0;
}
@media screen and (max-width: 575px) {
  .founder-page .founder-philosophy {
    padding: 50px 0;
  }
}
.founder-page .founder-philosophy .philosophy-title {
  margin-bottom: 42px;
}
@media screen and (max-width: 575px) {
  .founder-page .founder-philosophy .philosophy-title {
    margin-bottom: 30px;
  }
}
.founder-page .founder-philosophy .philosophy-title .title {
  font-family: FontBold;
  font-size: 64px;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .founder-page .founder-philosophy .philosophy-title .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .founder-page .founder-philosophy .philosophy-title .title {
    font-size: 28px;
  }
}
.founder-page .founder-philosophy .philosophy-title .description {
  max-width: 876px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #FFFFFF;
}
.founder-page .founder-philosophy .philosophy-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .founder-page .founder-philosophy .philosophy-list {
    grid-template-columns: 1fr;
  }
}
.founder-page .founder-philosophy .philosophy-list .philosophy-list-item {
  display: flex;
  gap: 12px;
  padding: 24px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.0509803922);
}
@media screen and (max-width: 575px) {
  .founder-page .founder-philosophy .philosophy-list .philosophy-list-item {
    flex-direction: column;
  }
}
.founder-page .founder-philosophy .philosophy-list .philosophy-list-item svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
}
.founder-page .founder-philosophy .philosophy-list .philosophy-list-item svg path {
  stroke: #FFFFFF;
}
.founder-page .founder-philosophy .philosophy-list .philosophy-list-item .list-item-content .item-title {
  color: #FFFFFF;
  font-family: FontBold;
  margin-bottom: 24px;
}
.founder-page .founder-philosophy .philosophy-list .philosophy-list-item .list-item-content .item-text {
  color: #FFFFFF;
}
.founder-page .founder-expertise-alignment .expertise-alignment-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 1070px) {
  .founder-page .founder-expertise-alignment .expertise-alignment-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media screen and (max-width: 575px) {
  .founder-page .founder-expertise-alignment .expertise-alignment-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
.founder-page .founder-expertise-alignment .expertise-alignment-wrapper .expertise-alignment-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .founder-page .founder-expertise-alignment .expertise-alignment-wrapper .expertise-alignment-list {
    grid-template-columns: 1fr;
  }
}
.founder-page .founder-expertise-alignment .expertise-alignment-wrapper .expertise-alignment-list .expertise-alignment-item {
  background-color: #FFFFFF;
  padding: 24px;
  border-radius: 12px;
  height: fit-content;
}
.founder-page .founder-expertise-alignment .expertise-alignment-wrapper .expertise-alignment-list .expertise-alignment-item:nth-child(2) {
  transform: translate(0, 20px);
}
.founder-page .founder-expertise-alignment .expertise-alignment-wrapper .expertise-alignment-list .expertise-alignment-item:nth-child(3) {
  transform: translate(10px, -20px);
}
.founder-page .founder-expertise-alignment .expertise-alignment-wrapper .expertise-alignment-list .expertise-alignment-item:nth-child(4) {
  transform: translate(14px, 10px);
  border-bottom: 5px solid #2C3990;
}
.founder-page .founder-expertise-alignment .expertise-alignment-wrapper .expertise-alignment-list .expertise-alignment-item .title {
  color: #000000;
  font-family: FontBold;
  margin-bottom: 12px;
}
.founder-page .founder-expertise-alignment .expertise-alignment-wrapper .expertise-alignment-list .expertise-alignment-item .description {
  color: #000000;
}
@media screen and (max-width: 1070px) {
  .founder-page .founder-expertise-alignment .expertise-alignment-wrapper .expertise-alignment-list .expertise-alignment-item {
    height: auto;
  }
  .founder-page .founder-expertise-alignment .expertise-alignment-wrapper .expertise-alignment-list .expertise-alignment-item:nth-child(2) {
    transform: translate(0, 0);
  }
  .founder-page .founder-expertise-alignment .expertise-alignment-wrapper .expertise-alignment-list .expertise-alignment-item:nth-child(3) {
    transform: translate(0, 0);
  }
  .founder-page .founder-expertise-alignment .expertise-alignment-wrapper .expertise-alignment-list .expertise-alignment-item:nth-child(4) {
    transform: translate(0, 0);
  }
}
.founder-page .founder-expertise-alignment .expertise-alignment-wrapper .expertise-alignment-text .title {
  font-family: FontBold;
  font-size: 24px;
  margin-bottom: 24px;
}
.founder-page .founder-expertise-alignment .expertise-alignment-wrapper .expertise-alignment-text .wysiwyg-styles {
  margin-bottom: 24px;
}
.founder-page .founder-expertise-alignment .expertise-alignment-wrapper .expertise-alignment-text .note {
  padding: 20px 14px 20px 28px;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 0 12px 12px 0;
}
.founder-page .founder-expertise-alignment .expertise-alignment-wrapper .expertise-alignment-text .note::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 100%;
  background: linear-gradient(90.38deg, #46529D -30.87%, #FEF002 263.46%);
  border-radius: 12px;
}
.founder-page .founder-governance-principles .governance-principles-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .founder-page .founder-governance-principles .governance-principles-list {
    grid-template-columns: 1fr;
  }
}
.founder-page .founder-governance-principles .governance-principles-list .governance-principles-item {
  background-color: #FFFFFF;
  padding: 24px;
  border-radius: 12px;
  border-bottom: 5px solid #2C3990;
}
.founder-page .founder-governance-principles .governance-principles-list .governance-principles-item:nth-child(2n) {
  border-bottom: 5px solid #FEF002;
}
.founder-page .founder-governance-principles .governance-principles-list .governance-principles-item .title {
  font-size: 24px;
  font-family: FontBold;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.founder-page .founder-governance-principles .governance-principles-list .governance-principles-item .wysiwyg-styles {
  margin-bottom: 24px;
}
.founder-page .founder-governance-principles .governance-principles-list .governance-principles-item .button-more {
  font-family: FontSemiBold;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 24px;
  color: #000000;
}
.founder-page .founder-governance-principles .governance-principles-list .governance-principles-item .button-more svg {
  width: 24px;
  height: 24px;
}
.founder-page .founder-governance-principles .governance-principles-list .governance-principles-item .button-more svg path {
  stroke: #000000;
  transition: all 0.2s linear;
}
.founder-page .founder-governance-principles .governance-principles-list .governance-principles-item .button-more:hover {
  color: #FEF002;
}
.founder-page .founder-governance-principles .governance-principles-list .governance-principles-item .button-more:hover svg path {
  stroke: #FEF002;
}

.energy-page .energy-infrastructure-objects .energy-infrastructure-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.energy-page .energy-infrastructure-objects .energy-infrastructure-wrapper .main-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
}
@media screen and (max-width: 992px) {
  .energy-page .energy-infrastructure-objects .energy-infrastructure-wrapper .main-info {
    grid-template-columns: 1fr;
  }
}
.energy-page .energy-infrastructure-objects .energy-infrastructure-wrapper .main-info .social-infrastructure {
  background-color: #FFFFFF;
  padding: 24px;
  border-radius: 12px;
}
@media screen and (max-width: 575px) {
  .energy-page .energy-infrastructure-objects .energy-infrastructure-wrapper .main-info .social-infrastructure {
    padding: 24px;
  }
}
.energy-page .energy-infrastructure-objects .energy-infrastructure-wrapper .main-info .social-infrastructure .image-wrapper {
  position: relative;
  margin-bottom: 24px;
}
.energy-page .energy-infrastructure-objects .energy-infrastructure-wrapper .main-info .social-infrastructure .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 24.1007194245%;
}
.energy-page .energy-infrastructure-objects .energy-infrastructure-wrapper .main-info .social-infrastructure .image-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.energy-page .energy-infrastructure-objects .energy-infrastructure-wrapper .main-info .social-infrastructure .wysiwyg-styles ul {
  background-color: #F7F7F9;
  padding: 24px 32px;
  border-radius: 12px;
  left: 0;
  margin-right: 0;
}
.energy-page .energy-infrastructure-objects .energy-infrastructure-wrapper .main-info .critical-infrastructure {
  background-color: #FFFFFF;
  padding: 24px;
  border-radius: 12px;
}
@media screen and (max-width: 575px) {
  .energy-page .energy-infrastructure-objects .energy-infrastructure-wrapper .main-info .critical-infrastructure {
    padding: 24px;
  }
}
.energy-page .energy-infrastructure-objects .energy-infrastructure-wrapper .main-info .title {
  font-size: 24px;
  font-family: FontBold;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.energy-page .energy-infrastructure-objects .energy-infrastructure-wrapper .note {
  background-color: #FFFFFF;
  padding: 14px;
  border-radius: 12px;
  text-align: center;
  font-style: italic;
}

.partnership-page .partnership-intro .partnership-intro-wrapper {
  display: grid;
  grid-template-columns: 478px 1fr;
  gap: 48px;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 24px;
  align-items: center;
}
@media screen and (max-width: 1070px) {
  .partnership-page .partnership-intro .partnership-intro-wrapper {
    gap: 24px;
  }
}
@media screen and (max-width: 992px) {
  .partnership-page .partnership-intro .partnership-intro-wrapper {
    grid-template-columns: 320px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .partnership-page .partnership-intro .partnership-intro-wrapper {
    grid-template-columns: 1fr;
  }
}
.partnership-page .partnership-intro .partnership-intro-wrapper .image-wrapper {
  position: relative;
}
.partnership-page .partnership-intro .partnership-intro-wrapper .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 50.2092050209%;
}
@media screen and (max-width: 992px) {
  .partnership-page .partnership-intro .partnership-intro-wrapper .image-wrapper:before {
    padding-top: 66.9456066946%;
  }
}
.partnership-page .partnership-intro .partnership-intro-wrapper .image-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.partnership-page .partnership-stages .stages-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 575px) {
  .partnership-page .partnership-stages .stages-wrapper {
    gap: 40px;
  }
}
.partnership-page .partnership-stages .stage-line {
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #FFFFFF;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .partnership-page .partnership-stages .stage-line {
    display: none;
  }
}
.partnership-page .partnership-stages .stage-line:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #000000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.partnership-page .partnership-stages .stage-item {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 575px) {
  .partnership-page .partnership-stages .stage-item {
    flex-direction: column;
    gap: 16px;
  }
}
.partnership-page .partnership-stages .stage-icon {
  flex-shrink: 0;
}
.partnership-page .partnership-stages .icon-circle {
  width: 48px;
  height: 48px;
  background-color: #FFFFFF;
  border-radius: 100%;
  box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: FontBold;
  font-size: 28px;
}
.partnership-page .partnership-stages .step-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.partnership-page .partnership-stages .step-list li {
  display: flex;
  gap: 16px;
  font-size: 18px;
}
.partnership-page .partnership-stages .step-list li svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
}
.partnership-page .partnership-stages .stage-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 550px;
}
@media screen and (max-width: 575px) {
  .partnership-page .partnership-stages .stage-content {
    gap: 16px;
  }
}
.partnership-page .partnership-stages .stage-content h3 {
  font-family: FontBold;
  font-size: 18px;
  text-transform: uppercase;
}
.partnership-page .partnership-stages .stage-body {
  font-family: FontMedium;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 24px;
  background-color: #FFFFFF;
  padding: 24px;
  border-radius: 12px;
}
.partnership-page .partnership-stages .stage-body p {
  margin-bottom: 16px;
}
.partnership-page .partnership-stages .stage-body p:last-child {
  margin-bottom: 0;
}
.partnership-page .partnership-stages .stage-body ul, .partnership-page .partnership-stages .stage-body ol {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin-bottom: 16px;
}
.partnership-page .partnership-stages .stage-body ul li, .partnership-page .partnership-stages .stage-body ol li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 18px;
  left: 0;
  margin-right: 0;
}
.partnership-page .partnership-stages .stage-body ul li:before, .partnership-page .partnership-stages .stage-body ol li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #000000;
}
.partnership-page .partnership-stages .stage-body blockquote {
  background-color: #FFFFFF;
  border-radius: 50px;
  padding: 12px 24px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
}
@media screen and (max-width: 575px) {
  .partnership-page .partnership-stages .stage-body blockquote {
    border-radius: 12px;
  }
}
.partnership-page .partnership-stages .stage-body .stage-cards {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .partnership-page .partnership-stages .stage-body .stage-cards {
    flex-direction: column;
  }
}
.partnership-page .partnership-stages .stage-body .stage-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 24px;
  flex: 1;
  min-width: 300px;
  border: 1px solid #F7F7F9;
}
@media screen and (max-width: 575px) {
  .partnership-page .partnership-stages .stage-body .stage-card {
    min-width: auto;
    padding: 16px;
  }
}
.partnership-page .partnership-stages .stage-body .stage-card h4 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: FontBold;
  font-size: 16px;
  margin-bottom: 12px;
}
.partnership-page .partnership-stages .stage-body .stage-card ul {
  list-style: disc;
  padding-left: 20px;
  gap: 8px;
}
.partnership-page .our-partners .our-partners-wrapper {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .partnership-page .our-partners .our-partners-wrapper {
    flex-direction: column;
  }
}
.partnership-page .our-partners .our-partners-wrapper .title {
  font-size: 42px;
  text-transform: uppercase;
  max-width: 391px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .partnership-page .our-partners .our-partners-wrapper .title {
    max-width: 100%;
    text-align: center;
    font-size: 42px;
  }
}
@media screen and (max-width: 575px) {
  .partnership-page .our-partners .our-partners-wrapper .title {
    font-size: 26px;
  }
}
.partnership-page .our-partners .our-partners-wrapper .partners-list {
  width: calc(100% - 391px);
  display: flex;
  gap: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .partnership-page .our-partners .our-partners-wrapper .partners-list {
    width: 100%;
    justify-content: flex-start;
  }
}
.partnership-page .our-partners .our-partners-wrapper .partners-list .partner-logo {
  max-height: 61px;
  width: auto;
  height: 100%;
  object-fit: contain;
}

.reporting-page .reporting-intro .reporting-intro-wrapper {
  display: grid;
  grid-template-columns: 1fr 423px;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .reporting-page .reporting-intro .reporting-intro-wrapper {
    grid-template-columns: 1fr;
  }
}
.reporting-page .reporting-intro .reporting-intro-wrapper .reports-info {
  background-color: #FFFFFF;
  padding: 24px;
  border-radius: 12px;
}
@media screen and (max-width: 992px) {
  .reporting-page .reporting-intro .reporting-intro-wrapper .reports-info {
    padding: 16px;
  }
}
.reporting-page .reporting-intro .reporting-intro-wrapper .reports-content {
  background-color: #FFFFFF;
  padding: 24px;
  border-radius: 12px;
}
@media screen and (max-width: 992px) {
  .reporting-page .reporting-intro .reporting-intro-wrapper .reports-content {
    padding: 16px;
  }
}
.reporting-page .reporting-intro .reporting-intro-wrapper .reports-content .title-wrapper {
  margin-bottom: 24px;
}
.reporting-page .infrastructure-programs .infrastructure-list .swiper-slide {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 1px;
  background-color: #FFFFFF;
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.031372549);
}
.reporting-page .infrastructure-programs .infrastructure-list .swiper-slide .title-inner {
  padding: 24px 16px;
}
.reporting-page .infrastructure-programs .infrastructure-list .swiper-slide .title-inner .title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 0;
}
.reporting-page .infrastructure-programs .infrastructure-list .swiper-slide .content-wrapper {
  padding: 24px;
  border-top: 1px solid #F7F7F9;
}
.reporting-page .financial-reporting .financial-reporting-wrapper {
  background-color: #FFFFFF;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .reporting-page .financial-reporting .financial-reporting-wrapper {
    flex-direction: column;
  }
}

.support-foundation-page .support-foundation-intro .intro-head-wrapper {
  display: grid;
  grid-template-columns: 1fr 578px;
  gap: 12px;
  background-color: #FFFFFF;
  border-radius: 12px;
  align-items: center;
  margin-bottom: 96px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .support-foundation-page .support-foundation-intro .intro-head-wrapper {
    grid-template-columns: 1fr 430px;
    gap: 2px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .support-foundation-page .support-foundation-intro .intro-head-wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
}
.support-foundation-page .support-foundation-intro .intro-head-wrapper .wysiwyg-styles {
  padding: 24px;
}
.support-foundation-page .support-foundation-intro .intro-head-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
.support-foundation-page .support-foundation-intro .intro-head-wrapper .image-wrapper .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.support-foundation-page .transparency-control .transparency-control-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  counter-reset: item;
}
.support-foundation-page .transparency-control .transparency-control-list li {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 24px;
  display: grid;
  grid-template-columns: 48px 1fr;
  counter-increment: item;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .support-foundation-page .transparency-control .transparency-control-list li {
    gap: 24px;
  }
}
@media screen and (max-width: 575px) {
  .support-foundation-page .transparency-control .transparency-control-list li {
    grid-template-columns: 1fr;
    padding: 16px;
    gap: 16px;
  }
}
.support-foundation-page .transparency-control .transparency-control-list li .count {
  width: 48px;
  height: 48px;
  background-color: #F1F1F5;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.support-foundation-page .transparency-control .transparency-control-list li .count::before {
  font-size: 18px;
  font-family: FontExtraBold;
  content: counter(item, decimal-leading-zero);
  background: linear-gradient(86.34deg, #FFF102 0%, #2C3990 58.42%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.support-foundation-page .transparency-control .transparency-control-list li .item-content .title {
  font-family: FontBold;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 4px;
}
.support-foundation-page .transparency-control .transparency-control-list li .item-content .description {
  font-family: FontRegular;
  font-size: 15px;
}

/*# sourceMappingURL=style.css.map */
