/**
*	Theme Name: 
*	Theme URI:
*	Author: ST Media Solution
*	Author URI: https://stdezign.com
*	Description: Custom theme
*	Version: 1.0
*	Text Domain:  stdezign 
**/
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900";
@import "https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800";
@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,500,600,700,800";
@import "https://fonts.googleapis.com/css?family=Exo:200,300,400,500,600,700,800";
@import "https://fonts.googleapis.com/css?family=Exo+2:400,500,600";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Exo+2:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nanum+Brush+Script&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap");
@font-face {
  font-family: 'Cera Pro Light';
  src: url("CeraPro-Light.eot");
  src: url("CeraPro-Light.eot?#iefix") format("embedded-opentype"), url("CeraPro-Light.woff2") format("woff2"), url("CeraPro-Light.woff") format("woff"), url("CeraPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* line 29, sass/_variables.scss */
* {
  font-family: "Manrope", sans-serif !important;
}

/* line 13, sass/style.scss */
body::-webkit-scrollbar {
  width: 5px;
}

/* line 16, sass/style.scss */
body::-webkit-scrollbar-thumb {
  background: #000000;
  outline: #000000 solid 1px;
}

/* line 21, sass/style.scss */
a,
a:hover {
  text-decoration: none !important;
}

/* line 26, sass/style.scss */
p {
  margin: 0 0 20px;
}

/* line 30, sass/style.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 34, sass/style.scss */
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}

/* line 41, sass/style.scss */
input[type="checkbox"],
input[type="radio"] {
  width: auto !important;
}

/* line 45, sass/style.scss */
.searchform {
  position: relative;
}

/* line 48, sass/style.scss */
.searchform input {
  border-radius: 30px;
  border: 1px solid #ccc;
  padding: 14px 20px;
  width: 100%;
}

/* line 54, sass/style.scss */
.searchform button {
  border: 0px;
  background-color: transparent;
  font-size: 24px;
  position: absolute;
  top: 5px;
  right: 10px;
}

/* line 62, sass/style.scss */
ul.nav-menu,
div.nav-menu > ul {
  margin: 0;
  padding: 0;
}

/* .nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #220e10;
	color: #ffffff;
    } */
/* line 76, sass/style.scss */
.nav-menu .sub-menu,
.nav-menu .children {
  background-color: #e35a28;
  border: 0px;
  border-top: 0;
  padding: 0;
  position: absolute;
  left: -2px;
  z-index: 99999;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 91, sass/style.scss */
ul.sub-menu li {
  margin: 0px;
}

/* line 95, sass/style.scss */
ul.sub-menu li a {
  color: #ffffff !important;
  padding: 15px;
  text-align: left;
}

/* line 101, sass/style.scss */
ul.sub-menu li a:hover {
  background: #000;
}

/* line 105, sass/style.scss */
.nav-menu .sub-menu ul,
.nav-menu .children ul {
  border-left: 0;
  left: 100%;
  top: 0;
}

/* line 112, sass/style.scss */
ul.nav-menu ul a,
.nav-menu ul ul a {
  color: #ffffff;
  margin: 0;
  width: 200px;
}

/* line 119, sass/style.scss */
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
  background-color: #db572f;
}

/* line 126, sass/style.scss */
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
  clip: inherit;
  overflow: inherit;
  height: inherit;
  width: inherit;
}

/* line 136, sass/style.scss */
.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
  display: none;
}

/* line 144, sass/style.scss */
.site-header {
  padding: 24px 0;
  position: absolute;
  z-index: 1;
  width: 100%;
}
/* line 149, sass/style.scss */
.site-header .site-logo img {
  max-width: 220px;
}
/* line 153, sass/style.scss */
.site-header h3 {
  font-size: 12px;
  text-align: end;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
  color: #fff;
  text-transform: uppercase;
  opacity: .8;
  letter-spacing: .24em;
}
/* line 168, sass/style.scss */
.site-header row {
  align-items: center;
}

/* line 174, sass/style.scss */
.pre-heading {
  text-transform: uppercase;
  letter-spacing: .32em;
  font-size: 12px;
  color: #2664E3;
  font-weight: 600;
}

/* line 182, sass/style.scss */
.main-heading {
  margin: 0;
  max-width: 357px;
  font-size: clamp(24px, 5vw, 48px);
  line-height: 1.25;
  font-weight: 700;
  color: #071739;
  letter-spacing: -.02em;
  margin-top: 40px;
}

/* line 196, sass/style.scss */
.overview-hero {
  position: relative;
  overflow: hidden;
  padding: 120px 0 90px;
  background: radial-gradient(60% 60% at 20% 20%, rgba(35, 66, 126, 0.55) 0%, rgba(0, 0, 0, 0) 60%), radial-gradient(50% 50% at 80% 90%, rgba(49, 113, 212, 0.35) 0%, rgba(0, 0, 0, 0) 60%), linear-gradient(135deg, #061633 0%, #12264D 100%);
  color: #fff;
}
/* line 203, sass/style.scss */
.overview-hero:before {
  content: "";
  position: absolute;
  right: -200px;
  top: -100px;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
/* line 214, sass/style.scss */
.overview-hero:after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
/* line 225, sass/style.scss */
.overview-hero__wrapper {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
}
/* line 236, sass/style.scss */
.overview-hero__content h1 {
  font-size: 88px;
  line-height: 1;
  margin: 30px 0;
  font-weight: 800;
  letter-spacing: -.025em;
}
/* line 242, sass/style.scss */
.overview-hero__content h1 span {
  font-weight: 300;
  font-style: italic;
  color: #d7dce6;
}
/* line 249, sass/style.scss */
.overview-hero__content .hero-desc {
  max-width: 36rem;
  font-size: 20px;
  line-height: 1.7;
  color: #d6ddeb;
}
/* line 256, sass/style.scss */
.overview-hero__content .line {
  display: block;
  width: 90px;
  height: 3px;
  background: linear-gradient(90deg, #0270D7 0%, #0A95E6 50%, #28C8FA 100%);
  margin-top: 45px;
}
/* line 265, sass/style.scss */
.overview-hero .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 6px 16px;
  border-radius: 40px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .24em;
}
/* line 277, sass/style.scss */
.overview-hero .hero-badge .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #16b3ff;
}
/* line 285, sass/style.scss */
.overview-hero__image {
  position: relative;
  text-align: center;
}
/* line 289, sass/style.scss */
.overview-hero__image img {
  width: 100%;
  border-radius: 22px;
  border: 4px solid #caa24b;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}
/* line 297, sass/style.scss */
.overview-hero .hero-label {
  position: absolute;
  left: -30px;
  bottom: -4px;
  background: #fff;
  color: #091d47;
  text-align: start;
  border-radius: 60px;
  padding: 10px 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
/* line 308, sass/style.scss */
.overview-hero .hero-label small {
  display: block;
  color: #9aa3b5;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
}
/* line 316, sass/style.scss */
.overview-hero .hero-label strong {
  font-size: 14px;
}
/* line 321, sass/style.scss */
.overview-hero .hero-message {
  margin: 90px auto 0;
  max-width: 900px;
  background: #fff;
  border-radius: 35px;
  padding: 40px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  color: #444;
  position: relative;
  z-index: 2;
}
/* line 334, sass/style.scss */
.overview-hero .hero-message img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
}
/* line 341, sass/style.scss */
.overview-hero .hero-message p {
  margin: 0;
  font-size: 20px;
  line-height: 1.8;
}
@media (max-width: 991px) {
  /* line 196, sass/style.scss */
  .overview-hero {
    padding: 130px 0 80;
  }
  /* line 350, sass/style.scss */
  .overview-hero .hero-message img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
    display: none !important;
  }
  /* line 359, sass/style.scss */
  .overview-hero .hero-message {
    margin: 38px auto 0 !important;
  }
  /* line 366, sass/style.scss */
  .overview-hero__wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  /* line 371, sass/style.scss */
  .overview-hero__content h1 {
    font-size: 52px;
  }
  /* line 375, sass/style.scss */
  .overview-hero .hero-desc {
    font-size: 18px;
  }
  /* line 379, sass/style.scss */
  .overview-hero .hero-message {
    padding: 25px;
    flex-direction: column;
  }
  /* line 383, sass/style.scss */
  .overview-hero .hero-message p {
    font-size: 18px;
  }
  /* line 388, sass/style.scss */
  .overview-hero .hero-label {
    left: 15px;
    bottom: 15px;
  }
}

/* line 397, sass/style.scss */
section.question {
  text-align: center;
  padding: 140px 0;
  background-color: #F5F7F9;
  position: relative;
}
/* line 403, sass/style.scss */
section.question p {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 0;
}
/* line 409, sass/style.scss */
section.question h2 {
  font-size: 60px;
  color: #17254B;
  text-wrap: balance;
  letter-spacing: -.025em;
  font-weight: 800;
  max-width: 900px;
  margin: 40px auto 00;
  line-height: 1.05;
}
/* line 419, sass/style.scss */
section.question h2 span {
  font-style: italic;
  font-weight: 300;
}
/* line 426, sass/style.scss */
section.question svg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .35;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 444, sass/style.scss */
.Initiatives {
  padding: 70px 0 100px;
  background: #f6f8fb;
}
/* line 448, sass/style.scss */
.Initiatives .custom-heading {
  display: flex;
  align-items: end;
  gap: 30px;
  margin-bottom: 50px;
}
/* line 455, sass/style.scss */
.Initiatives .custom-heading .heading {
  width: 50%;
}
/* line 459, sass/style.scss */
.Initiatives .custom-heading .sub-heading {
  width: 50%;
}
/* line 464, sass/style.scss */
.Initiatives .custom-heading .main-heading {
  max-width: 100%;
  margin-top: 16px;
}
/* line 469, sass/style.scss */
.Initiatives .custom-heading p {
  font-size: 18px;
  line-height: 1.7;
  color: #42526b;
  margin: 0;
  text-align: end;
}

/* line 480, sass/style.scss */
.initiatives-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
/* line 486, sass/style.scss */
.initiatives-list .initiative-card:nth-child(3) .initiative-card__content {
  background-color: #04122E;
}
/* line 490, sass/style.scss */
.initiatives-list .initiative-card:nth-child(3) .initiative-card__preheading {
  color: #5DB9F2;
}
/* line 494, sass/style.scss */
.initiatives-list .initiative-card:nth-child(3) .initiative-card__title {
  color: #fff;
}
/* line 498, sass/style.scss */
.initiatives-list .initiative-card:nth-child(3) p {
  color: #fff;
}

/* line 506, sass/style.scss */
.initiative-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(12, 30, 70, 0.08);
  box-shadow: 0 16px 40px rgba(7, 23, 57, 0.08);
  min-height: 460px;
  transition: all 0.3s linear;
}
/* line 517, sass/style.scss */
.initiative-card:hover {
  box-shadow: 0 30px 80px -30px #17254B73;
  transition: all 0.3s linear;
  transform: translateY(-1px);
}
/* line 522, sass/style.scss */
.initiative-card:hover img {
  scale: 1.1;
  transition: all 0.3s linear;
}
/* line 529, sass/style.scss */
.initiative-card.is-image-right {
  grid-template-columns: 0.95fr 1.05fr;
}
/* line 532, sass/style.scss */
.initiative-card.is-image-right .initiative-card__media {
  order: 2;
}
/* line 536, sass/style.scss */
.initiative-card.is-image-right .initiative-card__content {
  order: 1;
}
/* line 542, sass/style.scss */
.initiative-card.is-image-left .initiative-card__media {
  order: 1;
}
/* line 546, sass/style.scss */
.initiative-card.is-image-left .initiative-card__content {
  order: 2;
}
/* line 551, sass/style.scss */
.initiative-card__media {
  position: relative;
  background: #e9eef5;
  width: 100%;
  height: 100%;
  padding-bottom: 65%;
  overflow: hidden;
}
/* line 558, sass/style.scss */
.initiative-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  object-fit: cover;
  transition: all 0.3s linear;
}
/* line 568, sass/style.scss */
.initiative-card__content {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}
/* line 576, sass/style.scss */
.initiative-card__preheading {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #1d73ea;
  font-weight: 600;
}
/* line 587, sass/style.scss */
.initiative-card__title {
  margin: 0 0 18px;
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.12;
  font-weight: 700;
  color: #071739;
  letter-spacing: -0.03em;
  max-width: 90%;
}
/* line 597, sass/style.scss */
.initiative-card__text {
  font-size: 18px;
  line-height: 1.75;
  color: #4d5d73;
  max-width: 92%;
}
/* line 603, sass/style.scss */
.initiative-card__text p {
  margin: 0;
}
/* line 607, sass/style.scss */
.initiative-card__text p + p {
  margin-top: 14px;
}

@media (max-width: 1199px) {
  /* line 619, sass/style.scss */
  .Initiatives .custom-heading {
    gap: 10px;
  }
  /* line 623, sass/style.scss */
  .Initiatives .custom-heading p {
    font-size: 16px;
  }

  /* line 628, sass/style.scss */
  .initiative-card {
    min-height: 420px;
  }
  /* line 631, sass/style.scss */
  .initiative-card__content {
    padding: 42px 36px;
  }
  /* line 635, sass/style.scss */
  .initiative-card__media {
    min-height: 420px;
  }
}
@media (max-width: 991px) {
  /* line 642, sass/style.scss */
  .Initiatives {
    padding: 60px 0 80px;
  }
  /* line 645, sass/style.scss */
  .Initiatives .custom-heading {
    flex-direction: column;
    margin-bottom: 36px;
    align-items: start;
  }
  /* line 649, sass/style.scss */
  .Initiatives .custom-heading p {
    max-width: 100%;
    margin-top: 0;
    text-align: start;
  }

  /* line 658, sass/style.scss */
  .Initiatives .custom-heading .heading {
    width: 100%;
  }

  /* line 662, sass/style.scss */
  .Initiatives .custom-heading .sub-heading {
    width: 100%;
  }

  /* line 666, sass/style.scss */
  .initiative-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  /* line 670, sass/style.scss */
  .initiative-card.is-image-right, .initiative-card.is-image-left {
    grid-template-columns: 1fr;
  }
  /* line 674, sass/style.scss */
  .initiative-card.is-image-right .initiative-card__media,
  .initiative-card.is-image-right .initiative-card__content, .initiative-card.is-image-left .initiative-card__media,
  .initiative-card.is-image-left .initiative-card__content {
    order: initial;
  }
  /* line 680, sass/style.scss */
  .initiative-card__media {
    min-height: 320px;
  }
  /* line 684, sass/style.scss */
  .initiative-card__content {
    padding: 32px 28px 36px;
  }
  /* line 688, sass/style.scss */
  .initiative-card__title {
    max-width: 100%;
  }
  /* line 692, sass/style.scss */
  .initiative-card__text {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  /* line 699, sass/style.scss */
  .Initiatives {
    padding: 50px 0 70px;
  }
  /* line 702, sass/style.scss */
  .Initiatives .custom-heading .main-heading {
    font-size: 34px;
  }

  /* line 707, sass/style.scss */
  .initiative-card {
    border-radius: 22px;
  }
  /* line 710, sass/style.scss */
  .initiative-card__media {
    min-height: 240px;
  }
  /* line 714, sass/style.scss */
  .initiative-card__content {
    padding: 24px 20px 28px;
  }
  /* line 718, sass/style.scss */
  .initiative-card__title {
    font-size: 24px;
  }
  /* line 722, sass/style.scss */
  .initiative-card__text {
    font-size: 16px;
    line-height: 1.65;
  }
}
/* line 729, sass/style.scss */
.community-impact-section {
  padding: 100px 0;
  background: #fff;
}

/* line 734, sass/style.scss */
.community-impact {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 70px;
  align-items: center;
}

/* line 741, sass/style.scss */
.community-impact__media {
  position: relative;
  border-radius: 30px;
  min-height: 620px;
  background: #eef3f7;
  box-shadow: 0 20px 50px rgba(7, 23, 57, 0.1);
}
/* line 748, sass/style.scss */
.community-impact__media img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  min-height: 620px;
  object-fit: cover;
}

/* line 758, sass/style.scss */
.community-impact__overlay {
  position: absolute;
  right: -10px;
  bottom: -10px;
  max-width: 219px;
  background: #061739;
  color: #fff;
  border-radius: 28px;
  padding: 20px;
  box-shadow: 0 18px 40px rgba(7, 23, 57, 0.25);
}

/* line 770, sass/style.scss */
.community-impact__overlay-label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #5DB9F2;
  font-weight: 600;
}

/* line 781, sass/style.scss */
.community-impact__overlay-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
  color: #fff;
}

/* line 789, sass/style.scss */
.community-impact__content {
  max-width: 620px;
}

/* line 793, sass/style.scss */
.community-impact__pre-heading {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #1d73ea;
  font-weight: 600;
}

/* line 804, sass/style.scss */
.community-impact__heading {
  margin: 0 0 24px;
  font-size: clamp(42px, 4.8vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 700;
  color: #071739;
  max-width: 560px;
}

/* line 814, sass/style.scss */
.community-impact__description {
  font-size: 18px;
  line-height: 1.8;
  color: #42526b;
  margin-top: 32px;
}
/* line 820, sass/style.scss */
.community-impact__description p {
  margin: 0;
}
/* line 824, sass/style.scss */
.community-impact__description p + p {
  margin-top: 14px;
}

/* line 829, sass/style.scss */
.community-impact__bottom {
  font-size: 18px;
  line-height: 1.8;
  color: #42526b;
  max-width: 560px;
}
/* line 835, sass/style.scss */
.community-impact__bottom p {
  margin: 0;
}
/* line 839, sass/style.scss */
.community-impact__bottom p + p {
  margin-top: 14px;
}

/* line 845, sass/style.scss */
.community-impact__highlight {
  margin: 40px 0;
  background: #F7F9FC;
  border: 1px solid rgba(23, 37, 75, 0.06);
  border-left: 4px solid #0D6EFD;
  border-radius: 36px;
  padding: 34px 36px;
  box-shadow: 0 12px 35px rgba(7, 23, 57, 0.06);
}
/* line 854, sass/style.scss */
.community-impact__highlight p {
  margin: 0;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 600;
  color: #071739;
  max-width: 700px;
}

/* line 864, sass/style.scss */
.main-heading {
  margin-top: 20px;
}

@media (max-width: 1199px) {
  /* line 869, sass/style.scss */
  .community-impact {
    gap: 50px;
  }

  /* line 873, sass/style.scss */
  .community-impact__media {
    min-height: 560px;
  }
  /* line 876, sass/style.scss */
  .community-impact__media img {
    min-height: 560px;
  }

  /* line 881, sass/style.scss */
  .community-impact__overlay {
    max-width: 290px;
  }
}
@media (max-width: 991px) {
  /* line 887, sass/style.scss */
  .community-impact-section {
    padding: 80px 0;
  }

  /* line 891, sass/style.scss */
  .community-impact {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  /* line 896, sass/style.scss */
  .community-impact__content {
    max-width: 100%;
    order: 2;
  }

  /* line 901, sass/style.scss */
  .community-impact__media {
    min-height: 480px;
    order: 1;
  }
  /* line 905, sass/style.scss */
  .community-impact__media img {
    min-height: 480px;
  }

  /* line 910, sass/style.scss */
  .community-impact__heading {
    max-width: 100%;
  }

  /* line 914, sass/style.scss */
  .community-impact__description,
  .community-impact__bottom {
    max-width: 100%;
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  /* line 922, sass/style.scss */
  .community-impact-section {
    padding: 60px 0;
  }

  /* line 926, sass/style.scss */
  .community-impact__media {
    min-height: 360px;
    border-radius: 22px;
  }
  /* line 930, sass/style.scss */
  .community-impact__media img {
    min-height: 360px;
  }

  /* line 935, sass/style.scss */
  .community-impact__overlay {
    max-width: 230px;
    padding: 18px 18px 20px;
  }

  /* line 941, sass/style.scss */
  .community-impact__overlay-text {
    font-size: 14px;
    line-height: 1.5;
  }

  /* line 946, sass/style.scss */
  .community-impact__heading {
    font-size: 34px;
  }

  /* line 950, sass/style.scss */
  .community-impact__description,
  .community-impact__bottom {
    font-size: 16px;
    line-height: 1.7;
  }
}
/* line 961, sass/style.scss */
.note-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0 110px;
  background: radial-gradient(circle at 50% 0%, rgba(18, 91, 180, 0.45) 0%, rgba(0, 0, 0, 0) 40%), radial-gradient(circle at 100% 100%, rgba(36, 116, 214, 0.2) 0%, rgba(0, 0, 0, 0) 45%), linear-gradient(135deg, #04142F 0%, #0A2B61 55%, #0D4C89 100%);
  color: #fff;
}
/* line 968, sass/style.scss */
.note-section .container {
  position: relative;
  z-index: 2;
}

/* line 974, sass/style.scss */
.note-section__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

/* line 982, sass/style.scss */
.note-section__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(64px);
  transform: translate3d(0, 0, 0);
}
/* line 988, sass/style.scss */
.note-section__blob--one {
  top: -40px;
  left: 30%;
  width: 620px;
  height: 620px;
  background: rgba(10, 115, 220, 0.28);
  animation: noteDrift 16s ease-in-out infinite alternate;
}
/* line 997, sass/style.scss */
.note-section__blob--two {
  right: -40px;
  bottom: -60px;
  width: 520px;
  height: 520px;
  background: rgba(41, 200, 255, 0.12);
}

/* line 1006, sass/style.scss */
.note-section__orbits {
  position: absolute;
  left: -160px;
  bottom: -120px;
  width: 860px;
  opacity: 0.22;
}

/* line 1016, sass/style.scss */
.note-section__preheading {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #29c8ff;
  font-weight: 700;
  margin-bottom: 44px;
}

/* line 1026, sass/style.scss */
.note-section__content {
  max-width: 760px;
}
/* line 1029, sass/style.scss */
.note-section__content p {
  margin: 0;
  font-size: 20px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
}
/* line 1037, sass/style.scss */
.note-section__content p + p {
  margin-top: 30px;
}

/* line 1042, sass/style.scss */
.note-section__signature {
  margin-top: 54px;
  display: flex;
  align-items: end;
  gap: 18px;
  flex-wrap: wrap;
}

/* line 1050, sass/style.scss */
.note-section__signature-label {
  font-size: 13px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 4px;
}

/* line 1057, sass/style.scss */
.note-section__signature-name {
  font-size: 64px;
  line-height: 0.95;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
  letter-spacing: -0.03em;
  margin-right: 10px;
  font-family: "Nanum Brush Script", cursive !important;
}

/* line 1069, sass/style.scss */
.note-section__signature-line {
  flex: 1;
  min-width: 220px;
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
  margin-bottom: 12px;
}

/* line 1077, sass/style.scss */
.note-section__footer {
  margin-top: 52px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* line 1087, sass/style.scss */
.note-section__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

/* line 1094, sass/style.scss */
.note-section__logo-img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.06);
  padding: 4px;
}

/* line 1104, sass/style.scss */
.note-section__brand-text {
  min-width: 0;
}

/* line 1108, sass/style.scss */
.note-section__brand-title {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 4px;
}

/* line 1118, sass/style.scss */
.note-section__brand-subtitle {
  font-size: 11px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  max-width: 430px;
}

/* line 1128, sass/style.scss */
.note-section__partner {
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  max-width: 300px;
  text-align: start;
}

@keyframes noteDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(24px, 18px, 0) scale(1.04);
  }
}
@media (max-width: 991px) {
  /* line 1148, sass/style.scss */
  .note-section {
    padding: 90px 0 80px;
  }

  /* line 1152, sass/style.scss */
  .note-section__preheading {
    margin-bottom: 28px;
  }

  /* line 1156, sass/style.scss */
  .note-section__content {
    max-width: 100%;
  }
  /* line 1159, sass/style.scss */
  .note-section__content p {
    font-size: 18px;
  }
  /* line 1163, sass/style.scss */
  .note-section__content p + p {
    margin-top: 22px;
  }

  /* line 1168, sass/style.scss */
  .note-section__signature {
    margin-top: 40px;
  }

  /* line 1172, sass/style.scss */
  .note-section__signature-name {
    font-size: 52px;
  }

  /* line 1176, sass/style.scss */
  .note-section__footer {
    margin-top: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  /* line 1182, sass/style.scss */
  .note-section__partner {
    text-align: left;
    max-width: 100%;
  }

  /* line 1187, sass/style.scss */
  .note-section__orbits {
    left: -260px;
    bottom: -220px;
    width: 760px;
  }
}
@media (max-width: 575px) {
  /* line 1195, sass/style.scss */
  .note-section {
    padding: 70px 0 65px;
  }

  /* line 1199, sass/style.scss */
  .note-section__preheading {
    font-size: 11px;
    margin-bottom: 22px;
  }

  /* line 1204, sass/style.scss */
  .note-section__content p {
    font-size: 16px;
    line-height: 1.7;
  }

  /* line 1209, sass/style.scss */
  .note-section__signature {
    margin-top: 30px;
    gap: 12px;
  }

  /* line 1214, sass/style.scss */
  .note-section__signature-label {
    font-size: 12px;
  }

  /* line 1218, sass/style.scss */
  .note-section__signature-name {
    font-size: 42px;
  }

  /* line 1222, sass/style.scss */
  .note-section__signature-line {
    min-width: 140px;
  }

  /* line 1226, sass/style.scss */
  .note-section__footer {
    margin-top: 30px;
    padding-top: 22px;
  }

  /* line 1231, sass/style.scss */
  .note-section__brand-title {
    font-size: 11px;
  }

  /* line 1235, sass/style.scss */
  .note-section__brand-subtitle {
    font-size: 10px;
  }

  /* line 1239, sass/style.scss */
  .note-section__partner {
    font-size: 10px;
  }

  /* line 1243, sass/style.scss */
  .note-section__orbits {
    left: -340px;
    bottom: -280px;
    width: 700px;
    opacity: 0.18;
  }
}


@media (max-width: 1199px) {
  /* line 1464, sass/style.scss */
  .experience-section__grid {
    gap: 50px;
  }

  /* line 1469, sass/style.scss */
  .experience-heading {
    font-size: clamp(32px, 4.4vw, 58px);
  }
}
@media (max-width: 991px) {
  /* line 1475, sass/style.scss */
  .experience-section {
    padding: 90px 0;
  }
  /* line 1478, sass/style.scss */
  .experience-section__grid {
    grid-template-columns: 1fr;
  }
  /* line 1482, sass/style.scss */
  .experience-section__left {
    position: relative;
    top: auto;
  }

  /* line 1488, sass/style.scss */
  .experience-heading {
    max-width: 100%;
  }

  /* line 1492, sass/style.scss */
  .experience-progress {
    max-width: 100%;
  }

  /* line 1496, sass/style.scss */
  .experience-card {
    position: relative;
    top: auto;
  }
  /* line 1500, sass/style.scss */
  .experience-card + .experience-card {
    margin-top: 18px;
  }
}
@media (max-width: 575px) {
  /* line 1507, sass/style.scss */
  .experience-section {
    padding: 70px 0;
  }

  /* line 1511, sass/style.scss */
  .experience-card {
    padding: 24px 22px;
    border-radius: 24px;
  }

  /* line 1516, sass/style.scss */
  .experience-card__body {
    font-size: 16px;
    line-height: 1.7;
  }
}
@media (max-width: 1170px) {
  /* line 2, sass/_screen.scss */
  #menuToggle {
    display: flex;
    flex-direction: column;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    z-index: 9999999;
    margin-right: 20px;
    cursor: pointer;
  }

  /* line 13, sass/_screen.scss */
  #menuToggle input {
    width: 32px !important;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    top: -6px;
  }

  /* line 22, sass/_screen.scss */
  .mob-icons ul {
    margin: 0;
  }

  /* line 26, sass/_screen.scss */
  #menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #000000;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }

  /* line 41, sass/_screen.scss */
  .menuToggle.open {
    position: absolute;
    top: 32px;
    right: 23px;
  }

  /* line 46, sass/_screen.scss */
  .mob-icons {
    display: flex;
    align-items: center;
  }

  /* line 50, sass/_screen.scss */
  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  /* line 55, sass/_screen.scss */
  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
    margin: 0;
  }

  /* line 60, sass/_screen.scss */
  #menuToggle.open span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #ffffff;
  }

  /* line 66, sass/_screen.scss */
  #menuToggle.open span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  /* line 72, sass/_screen.scss */
  #menuToggle.open span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }

  /* line 76, sass/_screen.scss */
  ul.nav-menu li ul.sub-menu,
  ul.nav-menu li:hover ul.sub-menu {
    display: none !important;
  }

  /* line 80, sass/_screen.scss */
  ul.nav-menu li.open ul.sub-menu,
  ul.nav-menu li.open:hover ul.sub-menu {
    display: block !important;
  }

  /* line 84, sass/_screen.scss */
  ul.sub-menu.open-submenu {
    display: block !Important;
    background-color: rgba(72, 72, 72, 0.85) !important;
    top: 0 !important;
  }

  /* line 89, sass/_screen.scss */
  .mobilesubmenu.open {
    background-color: rgba(72, 72, 72, 0.85) !important;
  }

  /* line 92, sass/_screen.scss */
  ul.sub-menu {
    display: none !Important;
    position: relative !Important;
    top: -100% !Important;
  }

  /* line 97, sass/_screen.scss */
  .mobilesubmenu i {
    position: relative;
    top: 13px;
    right: 18px;
  }

  /* line 102, sass/_screen.scss */
  .nav-bar li {
    display: block;
    margin: 0;
    width: 100%;
    top: 0;
    overflow: hidden;
  }

  /* line 109, sass/_screen.scss */
  .mobilesubmenu {
    display: block;
    position: absolute;
    top: 0;
    cursor: pointer;
    color: #ffffff;
    right: 0;
    z-index: 9999;
    border-left: 1px solid #717171;
    padding-left: 36px;
    height: 46px;
  }

  /* line 121, sass/_screen.scss */
  .nav-menu .sub-menu, .nav-menu .children {
    width: 100%;
  }

  /* line 124, sass/_screen.scss */
  ul.sub-menu li {
    display: block;
  }

  /* line 127, sass/_screen.scss */
  ul.sub-menu,
  .open-submenu {
    transition: all 1s;
  }

  /* line 131, sass/_screen.scss */
  .openmenu {
    display: inline-block;
    font-size: 30px;
    cursor: pointer;
    color: #333333;
  }

  /* line 137, sass/_screen.scss */
  .nav-bar.open {
    right: 0;
  }

  /* line 140, sass/_screen.scss */
  .nav-menu li a {
    color: #000;
    padding: 15px 0;
  }

  /* line 144, sass/_screen.scss */
  ul.sub-menu li:last-child {
    border: 0px !Important;
  }

  /* line 147, sass/_screen.scss */
  ul.sub-menu li a {
    color: #ffffff !Important;
    font-weight: 600;
  }

  /* line 151, sass/_screen.scss */
  ul.sub-menu li {
    margin: 0px;
  }

  /* line 154, sass/_screen.scss */
  ul.sub-menu li:last-child a {
    text-align: left;
    color: #ffffff !Important;
    padding: 15px;
  }

  /* line 159, sass/_screen.scss */
  .nav-menu li:last-child {
    border: 0px !Important;
  }

  /* line 162, sass/_screen.scss */
  .nav-menu li:last-child a,
  .nav-menu .sub-menu, .nav-menu .children {
    left: 0;
    width: 100% !important;
  }

  /* line 167, sass/_screen.scss */
  .nav-bar {
    background-color: #333333;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    padding: 15px;
    padding-top: 60px;
    transition: all 0.3s;
    width: 100%;
    text-align: left;
    z-index: 999;
  }

  /* line 180, sass/_screen.scss */
  .closebtn {
    display: block;
    position: absolute;
    top: -55px;
    font-size: 20px;
    right: 0;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 20px;
  }
}
@media (max-width: 990px) {
  /* line 195, sass/_screen.scss */
  section.question h2 {
    font-size: 38px;
    color: #17254B;
    text-wrap: balance;
    letter-spacing: -.025em;
    font-weight: 800;
    max-width: 900px;
    margin: 23px auto 00;
    line-height: 1.05;
  }

  /* line 206, sass/_screen.scss */
  section.question p {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 0;
  }

  /* line 212, sass/_screen.scss */
  section.question {
    text-align: center;
    padding: 76px 0;
    background-color: #F5F7F9;
    position: relative;
  }

  /* line 220, sass/_screen.scss */
  .community-impact__highlight {
    margin: 19px 0;
    background: #F7F9FC;
    border: 1px solid rgba(23, 37, 75, 0.06);
    border-left: 4px solid #0D6EFD;
    border-radius: 36px;
    padding: 23px 28px;
    box-shadow: 0 12px 35px rgba(7, 23, 57, 0.06);
  }

  /* line 230, sass/_screen.scss */
  .community-impact__highlight p {
    font-size: 16px;
  }

  /* line 235, sass/_screen.scss */
  .experience-card__head {
    display: flex;
    align-items: start;
    gap: 14px;
    padding-bottom: 18px;
    flex-direction: column;
  }

  /* line 243, sass/_screen.scss */
  .experience-card .experience-card-num {
    width: 100%;
  }

  /* line 247, sass/_screen.scss */
  .experience-card .experience-card-line {
    width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 255, sass/_screen.scss */
  .site-header .row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  /* line 261, sass/_screen.scss */
  .site-header h3 {
    justify-content: center;
  }

  /* line 266, sass/_screen.scss */
  .site-logo {
    text-align: center;
    margin-bottom: 16px;
  }

  /* line 272, sass/_screen.scss */
  .overview-hero {
    padding: 125px 0 50px;
  }

  /* line 276, sass/_screen.scss */
  .overview-hero__content {
    text-align: center;
  }

  /* line 280, sass/_screen.scss */
  .overview-hero__content .line {
    display: block;
    width: 90px;
    height: 3px;
    background: linear-gradient(90deg, #0270D7 0%, #0A95E6 50%, #28C8FA 100%);
    margin: auto;
  }

  /* line 289, sass/_screen.scss */
  .overview-hero .hero-message p {
    font-size: 16px;
    text-align: center;
  }

  /* line 295, sass/_screen.scss */
  .experience-section__left {
    position: relative;
    top: auto;
    text-align: center;
  }

  /* line 301, sass/_screen.scss */
  .experience-heading {
    max-width: 100%;
    margin: 0 !important;
  }

  /* line 306, sass/_screen.scss */
  .experience-card {
    text-align: center;
  }

  /* line 310, sass/_screen.scss */
  .Initiatives {
    padding: 50px 0 70px;
    text-align: center;
  }

  /* line 315, sass/_screen.scss */
  .Initiatives .custom-heading p {
    text-align: center !important;
  }

  /* line 320, sass/_screen.scss */
  .community-impact {
    text-align: center;
  }

  /* line 324, sass/_screen.scss */
  section.note-section {
    text-align: center;
  }

  /* line 328, sass/_screen.scss */
  .note-section__signature {
    margin-top: 24px;
    gap: 0px;
    flex-direction: column;
    align-items: center;
  }

  /* line 335, sass/_screen.scss */
  .note-section__footer {
    margin-top: 10px !important;
    padding-top: 10px !important;
  }

  /* line 341, sass/_screen.scss */
  .note-section__brand {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-direction: column;
    align-items: center !important;
    min-width: 0;
  }

  /* line 350, sass/_screen.scss */
  .note-section__footer {
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
  }

  /* line 356, sass/_screen.scss */
  .note-section__partner {
    text-align: center;
    max-width: 100%;
  }

  /* line 361, sass/_screen.scss */
  .community-impact__overlay {
    position: absolute;
    right: 0px;
  }

  /* line 367, sass/_screen.scss */
  .overview-hero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: rgba(255, 255, 255, 0.1);
    padding: 6px 16px;
    border-radius: 40px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .24em;
  }
}
@media (max-width: 420px) {
  /* line 385, sass/_screen.scss */
  section.question h2 {
    font-size: 25px;
    color: #17254B;
    text-wrap: balance;
    letter-spacing: -.025em;
    font-weight: 800;
    max-width: 900px;
    margin: 23px auto 00;
    line-height: 1.05;
  }

  /* line 396, sass/_screen.scss */
  section.question p {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 0;
  }
}
@media (max-width: 380px) {
  /* line 406, sass/_screen.scss */
  .overview-hero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: rgba(255, 255, 255, 0.1);
    padding: 6px 16px;
    border-radius: 40px;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .24em;
  }
}
