:root {
  --highlight-color: #f2cc44;
  --normal-color: #58595b;
  --color-white: #ffffff;
  --normal-font: "Inter";
  --highlight-font: "Tabac Big Sans Regular";
  --heading-font: "Tabac Big Sans";
}

.color-red {
  color: #d45d5d;
}

.color-blue {
  color: #5869aa;
}

.mst_banner {
  background: white;
  width: 100%;
  position: relative;
  display: flex;
}
.mst_banner .banner_overlay {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  padding-top: 17%;
}
@media (max-width: 768px) {
  .mst_banner .banner_overlay {
    padding-top: 30%;
  }
}
@media (max-width: 560px) {
  .mst_banner .banner_overlay {
    padding-top: 40%;
  }
}
@media (max-width: 480px) {
  .mst_banner .banner_overlay {
    padding-top: 80%;
  }
}
.mst_banner .banner_overlay img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mst_banner .banner__content {
  position: absolute;
  display: flex;
  z-index: 5;
  width: min(70%, 1251px);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-inline: 15px;
  margin-inline: auto;
  left: 50%;
  transform: translateX(-50%);
  padding-block: clamp(50px, 7.5vw, 127px) clamp(20px, 3.5vw, 77px);
  height: 100%;
}
@media (max-width: 768px) {
  .mst_banner .banner__content {
    width: 100%;
    padding-block: clamp(50px, 2.5vw, 100px) 25px;
  }
}
.mst_banner .banner__content .text_content {
  display: flex;
  flex-direction: column;
  font-family: var(--normal-font);
  justify-content: flex-end;
  height: 100%;
  justify-content: space-between;
}
.mst_banner .banner__content .text_content .title-container {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: clamp(30px, 6vw, 100px);
}
@media (max-width: 768px) {
  .mst_banner .banner__content .text_content .title-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.mst_banner .banner__content .text_content .title-container .heading-section {
  font-family: var(--normal-font);
  color: var(--normal-color);
  line-height: 1.4;
  font-weight: 300;
  font-size: clamp(18px, 2.5vw, 48px);
  padding-top: clamp(15px, 6vw, 104px);
}
.mst_banner .banner__content .text_content .title-container .heading-section span {
  font-weight: 800;
}
.mst_banner .banner__content .text_content .title-container .heading-section .italic {
  font-weight: 300;
  color: #d45d5d;
  font-family: "Pacifico", cursive;
  text-shadow: 0px 6px 4px rgba(0, 0, 0, 0.15);
}
.mst_banner .banner__content .text_content .title-container .logo-section {
  display: flex;
  width: clamp(60px, 15vw, 250px);
  justify-self: center;
  margin-right: clamp(20px, 6vw, 100px);
}
.mst_banner .banner__content .text_content .title-container .logo-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mst_banner .banner__content .text_content .content-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: clamp(30px, 6vw, 100px);
}
@media (max-width: 480px) {
  .mst_banner .banner__content .text_content .content-grid {
    display: flex;
    gap: clamp(20px, 6vw, 50px);
    flex-direction: column;
    width: 200px;
  }
}
.mst_banner .banner__content .text_content .content-grid .left-content {
  font-size: clamp(10px, 1.5vw, 24px);
  font-weight: 400;
  color: var(--normal-color);
}
.mst_banner .banner__content .text_content .content-grid .right-content {
  font-size: clamp(12px, 1.5vw, 32px);
  font-weight: 300;
  color: var(--normal-color);
}
.mst_banner .banner__content .text_content .content-grid .right-content a {
  font-size: clamp(12px, 1.5vw, 32px);
  font-weight: 700;
}
.mst_banner .banner__content .text_content .content-grid span {
  font-weight: 700;
}

.news-section {
  position: relative;
  padding-block: clamp(40px, 17vw, 185px);
}
.news-section .news-container {
  display: flex;
  flex-direction: column;
  gap: clamp(50px, 8vw, 140px);
  width: min(100%, 1330px);
  margin-inline: auto;
  margin-top: clamp(40px, 17vw, 185px);
}
@media (max-width: 1200px) {
  .news-section .news-container {
    margin-top: unset;
  }
}
.news-section .news-container .item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(50px, 6vw, 88px);
}
@media (max-width: 760px) {
  .news-section .news-container .item {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news-section .news-container .item .img__holder iframe {
  height: clamp(185px, 45vw, 450px);
}
.news-section .news-container .item .img__holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-section .news-container .item .content-container {
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 3vw, 32px);
  justify-content: center;
}
.news-section .news-container .item .content-container .content {
  font-family: var(--normal-font);
  color: var(--normal-color);
  line-height: 1.4;
  font-weight: 400;
  font-size: clamp(10px, 1.3vw, 25px);
}
.news-section .news-container .item .content-container .content span {
  font-weight: 700;
}
.news-section .news-container .item .content-container .content a {
  font-size: clamp(10px, 1.3vw, 25px);
  font-weight: 700;
}
.news-section .news-container .item .content-container .content.big {
  font-size: clamp(12px, 1.75vw, 32px);
  font-weight: 300;
}
.news-section .news-container .item .content-container .content.big span {
  font-weight: 400;
  font-family: "Pacifico", cursive;
}

.impact {
  position: relative;
  margin-block: clamp(40px, 15vw, 130px);
}
@media (max-width: 991px) {
  .impact {
    margin-bottom: unset;
  }
}
.impact .impact-container {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  gap: clamp(30px, 5vw, 60px);
  justify-content: center;
  align-items: center;
}
.impact .impact-container .heading {
  font-family: var(--normal-font);
  color: var(--normal-color);
  line-height: 1.4;
  font-weight: 600;
  text-transform: capitalize;
  font-size: clamp(22px, 3.5vw, 60px);
}
.impact .impact-container .img__holder {
  position: relative;
}
.impact .impact-container .img__holder .marker {
  display: block;
}
@media (max-width: 991px) {
  .impact .impact-container .img__holder .marker {
    display: none;
  }
}
.impact .impact-container .img__holder .marker-mobile {
  display: none;
}
@media (max-width: 991px) {
  .impact .impact-container .img__holder .marker-mobile {
    display: block;
  }
}
.impact .impact-container .img__holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.impact .impact-container .img__holder .impact-content {
  position: absolute;
  z-index: 2;
  font-family: var(--normal-font);
  color: var(--normal-color);
  line-height: 1.4;
  font-weight: 500;
  text-transform: capitalize;
  font-size: clamp(10px, 1.3vw, 24px);
}

.footer-section {
  background: var(--color-white);
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .footer-section {
    height: 50vh;
  }
}
@media (max-width: 480px) {
  .footer-section {
    height: auto;
  }
}
.footer-section .text_overlay {
  position: relative;
  display: flex;
  z-index: 5;
  width: 100vw;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: clamp(20px, 2vw, 3.2084vw);
}
@media (max-width: 480px) {
  .footer-section .text_overlay {
    margin-block: 20vw;
  }
}
.footer-section .text_overlay .text {
  font-family: var(--normal-font);
  text-align: center;
  margin: clamp(20px, 4vw, 90px) clamp(20px, 7vw, 360px);
  font-size: clamp(14px, 2vw, 48px);
  font-weight: 300;
  color: var(--normal-color);
}
.footer-section .text_overlay .text .italic {
  font-weight: 400;
  font-family: "Pacifico", cursive;
}
.footer-section .text_overlay .text .bold {
  font-weight: 700;
}
.footer-section .banner_overlay {
  position: absolute;
  z-index: 1;
  bottom: -1%;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 480px) {
  .footer-section .banner_overlay {
    bottom: -3%;
  }
}
.footer-section .banner_overlay img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=mst.css.map */