@charset "UTF-8";
.discover-more-btn {
  background-color: #FEAA00;
  width: -moz-max-content;
  width: max-content;
  transition: 0.4s all ease-in-out;
  padding: 13px 20px;
  border-radius: 50px;
}
.discover-more-btn a {
  display: flex;
  align-items: center;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #121212;
  font-size: clamp(1rem, 1.15vw, 1.5rem);
  font-weight: 400;
  line-height: 1;
}
.discover-more-btn a svg {
  margin-left: 8px;
  width: 20px;
}
.discover-more-btn:hover {
  background-color: #f2a306;
}
.discover-more-btn:hover a {
  color: #fff;
}
.discover-more-btn:hover a svg path {
  fill: #fff;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.lh-1-3 {
  line-height: 1.3;
}

.lh-1-4 {
  line-height: 1.4;
}

.lh-1-5 {
  line-height: 1.5;
}

.lh-1-6 {
  line-height: 1.6;
}

.display-one {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: clamp(1.5em, 2.5vw, 3em);
  line-height: 100%;
  letter-spacing: -5%;
  margin-bottom: 5px;
}

.display-two {
  font-family: "Sora", sans-serif;
  font-weight: 300;
  font-size: clamp(1.999rem, 3.331vw, 12.43rem);
  line-height: 110%;
  letter-spacing: -3%;
}

.display-three {
  font-family: "Sora", sans-serif;
  font-weight: 300;
  font-size: clamp(1.45rem, 2.355vw, 5.65rem);
  line-height: 110%;
  letter-spacing: -3%;
}

.sub-heading {
  font-family: "Sora", sans-serif;
  font-size: clamp(1.41rem, 1.666vw, 4rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -3%;
}

.head-para {
  font-family: "Sora", sans-serif;
  font-size: clamp(1rem, 1.178vw, 2.84rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.para {
  font-family: "Sora", sans-serif;
  font-size: clamp(0.875rem, 0.8333vw, 1.75rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
.para .small {
  font-size: clamp(0.75rem, 0.589vw, 1.415rem);
}
.para .tiny {
  font-size: 8px;
  font-size: clamp(0.5rem, 0.416vw, 1rem);
}
.para .micro {
  font-size: 5.66px;
  font-size: clamp(0.35rem, 0.294vw, 0.707rem);
}

@media screen and (max-width: 992px) {
  .heading {
    font-size: clamp(2rem, 5.26vw, 10rem);
  }
}
p {
  font-size: clamp(1em, 1vw, 1.25em);
  font-weight: 300;
  line-height: 1.4;
  font-family: "Sora", sans-serif;
}
p.mini {
  font-size: clamp(0.7rem, 1vw, 4.5rem);
}
p.extra-small {
  font-size: clamp(0.8125rem, 1vw, 2rem);
}
p.small {
  font-size: clamp(0.8125rem, 1.15vw, 3rem);
}
p.medium {
  font-size: clamp(1.1rem, 1.3vw, 4.25rem);
}
p.large {
  font-size: clamp(1.25rem, 1.65vw, 5rem);
}

h1 {
  font-size: clamp(1.4rem, 3vw, 3.5rem);
}

h3 {
  font-size: clamp(1.75rem, 2.85vw, 10rem);
}

h4 {
  font-size: clamp(1.25rem, 1.85vw, 5rem);
  font-weight: 200;
}
h4.small {
  font-size: clamp(1.1rem, 1.65vw, 4.25rem);
}

h5 {
  font-size: clamp(1.1rem, 1.6vw, 4.25rem);
}

.action-button a {
  display: flex;
  align-items: center;
  margin-top: 2em;
  color: #121212;
  font-size: clamp(1.1rem, 1.45vw, 4.25rem);
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 2000px) and (max-width: 2560px) {
  .action-button a {
    margin-top: 1.5em;
  }
}
.action-button a span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.25em;
  height: 2.25em;
  margin-right: 1em;
  background-color: #046aa3;
  box-shadow: 0 13.3333px 40px #e5ebf3;
}
.action-button a span img {
  width: 1.15em;
}
.action-button a.black-button {
  color: #fff;
}
.action-button a.black-button span {
  background-color: #121212;
  box-shadow: none;
}

.quick-link {
  display: inline-block;
  padding: 0;
  margin-top: 30px;
  color: #e9495c;
  font-size: clamp(1.25rem, 1.85vw, 4.25rem);
  font-weight: 300;
  line-height: 1.4;
}
.quick-link:hover {
  color: #ffffff;
}
.quick-link img {
  width: 1.5em;
}

html,
body {
  font-size: 16px;
}
@media (max-width: 576px) {
  html,
  body {
    overflow-x: hidden;
  }
}

* {
  font-family: "Lato", sans-serif;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 1em;
  line-height: -moz-calc(25/15);
  line-height: 1.6666666667;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}
body::-webkit-scrollbar {
  width: 7px;
}
body::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
body::-webkit-scrollbar-thumb {
  background: #6d6d6d;
  border-radius: 0;
  -webkit-border-radius: 10px;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-family: "Sora", sans-serif;
}

p {
  font-weight: 400;
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  overflow-wrap: break-word;
}

a {
  font-weight: 300;
  text-decoration: none;
}
a:visited, a:focus, a:active, a:hover {
  text-decoration: none;
  outline: none;
}

a,
button {
  transition: all 0.3s ease !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
}

.btn {
  font-weight: 300;
}

a:hover,
button:hover {
  transition: all 0.3s ease !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
}

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

input,
button,
textarea,
select,
li {
  font: inherit;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.affix {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.06);
  border-bottom: 1px solid #f3f1ff;
  animation: affix_animation 0.6s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-animation: affix_animation 0.6s ease-in-out;
}
.affix .navbar-brand img {
  width: 170px !important;
}
.affix .animated-icon2.icon-white span {
  background: #101010;
}
@keyframes affix_animation {
  0% {
    margin-top: -7.5rem;
    opacity: 0;
  }
  50% {
    margin-top: -4rem;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
#featured .slick-dots li {
  width: 10px;
  height: 10px;
  border: 1px solid #707070;
  border-radius: 50%;
}

#featured .slick-dots li.slick-active {
  background: #fad02c;
}

@media (max-width: 600px) {
  .featured-slider .each-team {
    margin-left: 4.8rem;
  }
}
@media (max-width: 1200px) {
  .container-fluid {
    padding-right: 2em;
    padding-left: 2em;
  }
}
@media (min-width: 577px) and (max-width: 992px) {
  #impact .container-fluid {
    padding-right: 0px;
    padding-left: 2em;
  }
}
@media (max-width: 576px) {
  .container-fluid {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}
@media (max-width: 480px) {
  .container-fluid {
    padding-right: 1em;
    padding-left: 1em;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    max-width: 90%;
  }
}
.error-display {
  height: 35px;
  line-height: 1.3;
  color: #f03;
  background: transparent;
  display: block;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 479.98px) {
  .error-display {
    height: 30px;
    font-size: 12px;
  }
}

#suceess-message {
  color: #00b200 !important;
  font-size: 14px;
  padding: 2px 5px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media (max-width: 991px) {
  .patterns {
    display: none;
  }
}

.anchor {
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}

.line-3 {
  width: 137px;
  height: 33px;
}

#hero-navbar {
  position: relative;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}
#hero-navbar .navbar-brand img {
  width: 200px;
  height: 62px;
}
#hero-navbar .navbar-brand .main-logo {
  height: 56px;
}
#hero-navbar .navbar-toggler {
  border: none;
}
#hero-navbar .navbar-toggler:focus {
  border: none;
  box-shadow: none;
}
#hero-navbar .animated-icon2 {
  width: 35px;
  height: 20px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#hero-navbar .animated-icon2:focus {
  border: none;
  box-shadow: none;
}
#hero-navbar .animated-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  background: #000;
}
#hero-navbar .animated-icon2 span:nth-child(1) {
  top: 0px;
}
#hero-navbar .animated-icon2 span:nth-child(2) {
  top: 10px;
}
#hero-navbar .animated-icon2 span:nth-child(3) {
  top: 10px;
}
#hero-navbar .animated-icon2 span:nth-child(4) {
  top: 20px;
}
#hero-navbar .animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
#hero-navbar .animated-icon2.open span:nth-child(2) {
  transform: rotate(45deg);
}
#hero-navbar .animated-icon2.open span:nth-child(3) {
  transform: rotate(-45deg);
}
#hero-navbar .animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}
#hero-navbar .navbar .nav-item {
  position: relative;
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  #hero-navbar .navbar .nav-item {
    width: -moz-fit-content;
    width: fit-content;
  }
}
#hero-navbar .navbar .nav-item::after {
  content: url(/videos/dot.svg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  z-index: 1;
}
@media (max-width: 991.98px) {
  #hero-navbar .navbar .nav-item::after {
    content: none;
  }
}
#hero-navbar .navbar .nav-item:last-child {
  margin-left: 10px;
}
#hero-navbar .navbar .nav-item:last-child::after {
  content: none;
}
#hero-navbar .navbar .nav-item a {
  color: #000000;
  font-family: "Lato", sans-serif;
  padding: 8px 15px;
  transition: 0.4s all ease-in-out;
}
@media (max-width: 991.98px) {
  #hero-navbar .navbar .nav-item a {
    padding: 10px 25px;
  }
}
#hero-navbar .navbar .nav-item a:hover {
  color: #FEAA00;
}
#hero-navbar .navbar .nav-item a.active {
  color: #FEAA00;
}
#hero-navbar .navbar .nav-item a.dropdown-toggle::after {
  vertical-align: 0.1em;
}
#hero-navbar .navbar .nav-item:last-child {
  background: #FEAA00;
  border-radius: 50px;
}
#hero-navbar .navbar .nav-item:last-child a {
  color: #fff;
}
#hero-navbar .navbar .nav-item:last-child a:hover {
  color: #000000;
}
#hero-navbar .navbar .nav-item.dropdown-toggle::after {
  content: "\f106" !important;
}
#hero-navbar .navbar .nav-item .dropdown-menu {
  padding: 0;
}
#hero-navbar .navbar .nav-item .dropdown-menu .dropdown-item {
  background-color: #fff;
  border-radius: 0.375rem;
}
#hero-navbar .navbar .nav-item .dropdown-menu .dropdown-item:focus {
  background-color: #fff;
}
#hero-navbar .navbar .nav-item .dropdown-menu .dropdown-item:active {
  background-color: #fff;
}

#footer {
  position: relative;
  background: radial-gradient(50% 50% at 50% 50%, #FFFAE6 0%, #F9D33C 100%);
  padding: 5.65vw 0;
  padding-bottom: 1em;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  #footer {
    padding: 3em 0;
  }
}
@media (max-width: 767.98px) {
  #footer {
    padding: 2.5em 0;
  }
}
@media (max-width: 575.98px) {
  #footer {
    padding: 7vw 0;
  }
}
#footer .left-pattern {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#footer .bottom-left-pattern {
  position: absolute;
  bottom: 3em;
  left: 0;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #footer .bottom-left-pattern {
    left: -60px;
  }
}
#footer .bottom-right-pattern {
  position: absolute;
  bottom: 0;
  right: 25%;
}
#footer .top-right-pattern-1 {
  position: absolute;
  top: 5em;
  right: 6%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #footer .top-right-pattern-1 {
    right: 5%;
  }
}
#footer .top-right-pattern-2 {
  position: absolute;
  top: 13em;
  right: 2%;
}
#footer ul {
  display: flex;
  justify-content: center;
  gap: 2.5em;
  margin-bottom: 3em;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #footer ul {
    margin-bottom: 5em;
  }
}
@media (max-width: 991.98px) {
  #footer ul {
    justify-content: center;
  }
}
#footer ul li a {
  font-size: 1em;
  color: #1C2221;
  font-weight: 500;
  transition: 0.5s all ease-in-out;
}
#footer ul li a:hover {
  color: #FAD02C;
}
#footer ul li a svg {
  transition: 0.5s all ease-in-out;
}
#footer ul li a svg:hover path {
  fill: #19150c;
}
#footer #get-app {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 100px 234px rgba(141, 101, 11, 0.07), 0px 58.2386px 147.248px rgba(141, 101, 11, 0.0552866), 0px 44.5003px 131.111px rgba(141, 101, 11, 0.0533795), 0px 35.5733px 115.767px rgba(141, 101, 11, 0.0501595), 0px 26.8792px 90.5222px rgba(141, 101, 11, 0.0422041), 0px 15.8339px 52.2566px rgba(141, 101, 11, 0.0267151);
  border-radius: 15px;
  margin: 1em 0 3em;
  padding: 2rem;
  z-index: 1;
  position: relative;
}
#footer #get-app .form-control {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-style: none none solid none;
  border-radius: 0;
}
#footer #get-app .form-control:focus {
  border-bottom: 2px solid #FAD02C;
  box-shadow: none;
}
#footer #get-app label {
  color: #000;
}
#footer #get-app label span {
  color: #828282;
}
#footer #get-app .send-btn {
  background: #292F36;
  border-radius: 6px;
  color: #FAD02C;
  border: none;
  padding: 8px 30px;
  transition: 0.5s all ease-in-out;
}
#footer #get-app .send-btn:hover {
  background-color: #1C2221;
}
#footer #get-app ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.3);
  opacity: 1; /* Firefox */
}
#footer #get-app ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.3);
  opacity: 1; /* Firefox */
}
#footer #get-app :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.3);
}
#footer #get-app ::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.3);
}
#footer .copy-right {
  color: #1C2221;
}
@media (max-width: 991.98px) {
  #footer .copy-right {
    text-align: center;
  }
}
#footer .copy-right a {
  border-radius: 15px;
  color: #1C2221;
  font-weight: 400;
}
#footer a {
  transition: 0.5s all ease-in-out;
}
#footer a:hover {
  color: #FAD02C;
}
#footer .powered {
  font-size: 0.85em;
  color: #4F4F4F;
}
@media (max-width: 991.98px) {
  #footer .powered {
    text-align: center !important;
  }
}
#footer .powered a {
  font-weight: 500;
  color: #292F36;
  transition: 0.5s all ease-in-out;
}
#footer .powered a:hover {
  color: #000000;
}

#heroSlider {
  position: relative;
  overflow: hidden;
}
@media (min-width: 991.98px) {
  #heroSlider {
    height: calc(100vh - 70px);
    -o-object-position: center center;
       object-position: center center;
  }
  #heroSlider .carousel-item img {
    height: calc(100vh - 70px);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #heroSlider {
    height: auto;
  }
}
@media (max-width: 991.98px) {
  #heroSlider {
    left: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  #heroSlider {
    height: auto;
    -o-object-position: center center;
       object-position: center center;
  }
}
@media (min-width: 1580px) and (max-width: 1600px) {
  #heroSlider {
    height: auto;
    -o-object-position: center center;
       object-position: center center;
  }
}
#heroSlider .container {
  position: relative;
}
#heroSlider video {
  max-width: 100%;
}
@media (min-width: 1999.98px) {
  #heroSlider video {
    width: 100%;
  }
}
#heroSlider .volume-control {
  top: auto;
  bottom: 30%;
  right: 3%;
  transform: translateY(30%);
}
#heroSlider .cta-btn {
  width: 100px;
  height: 120px;
}
#heroSlider .line {
  width: 113px;
  height: 21px;
}
#heroSlider .logo {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
#heroSlider .down-arrow {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
#heroSlider .down-arrow img {
  width: 40px;
  height: 40px;
}
#heroSlider .container {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media (max-width: 991.98px) {
  #heroSlider .container {
    top: 55%;
  }
}
#heroSlider .container h1 {
  text-transform: uppercase;
  color: #FAD02C;
  font-weight: 700;
}
#heroSlider .container p {
  color: #ffffff;
  font-weight: 600;
  font-size: clamp(1rem, 1.3vw, 1.5rem);
}
#heroSlider .container .title p {
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  letter-spacing: 2px;
}
#heroSlider .container .content img {
  aspect-ratio: 5.31/1;
}
#heroSlider .container .img img {
  aspect-ratio: 0.83/1;
}
#heroSlider .container .images img:nth-child(2) {
  margin-right: 6.75em;
}
@media (min-width: 1100px) and (max-width: 1200px) {
  #heroSlider .container .images img:nth-child(2) {
    margin-right: 6em;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  #heroSlider .container .images img:nth-child(2) {
    margin-right: 4.5em;
  }
}
@media (max-width: 767.98px) {
  #heroSlider .container .images img:nth-child(2) {
    margin-right: 0;
  }
}

#home-intro {
  position: relative;
  padding: 5.65vw 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  #home-intro {
    padding: 3em 0;
  }
}
@media (max-width: 767.98px) {
  #home-intro {
    padding: 2.5em 0;
  }
}
@media (max-width: 575.98px) {
  #home-intro {
    padding: 7vw 0;
  }
}
#home-intro .pattern .left-one {
  position: absolute;
  top: 15%;
  z-index: -1;
  left: 0;
  width: 27%;
}
@media (min-width: 1999.98px) {
  #home-intro .pattern .left-one {
    width: 35%;
    top: 28%;
  }
}
#home-intro .pattern .left-two {
  position: absolute;
  top: 6%;
  z-index: -1;
  left: 40%;
}
@media (min-width: 1399.98px) {
  #home-intro .pattern .left-two {
    left: 43%;
  }
}
@media (min-width: 1999.98px) {
  #home-intro .pattern .left-two {
    left: 45%;
    top: 8%;
  }
}
#home-intro .pattern .right-pattern {
  position: absolute;
  bottom: 0em;
  left: 0;
  right: -6em;
  text-align: center;
}
#home-intro .pattern .right-pattern img {
  display: block;
  margin: 0 auto;
}
#home-intro .pattern .right-pattern img:nth-child(2) {
  margin-top: -3em;
}
#home-intro .section-heading .sub-heading {
  color: #EEC526;
}
#home-intro .section-heading .sub-heading svg {
  width: 16px;
  height: 16px;
}
#home-intro .section-heading .line {
  width: 137px;
  height: 33px;
}
@media (max-width: 991.98px) {
  #home-intro .section-heading {
    margin-bottom: 2em;
  }
}
#home-intro .img {
  margin: 5em 0 0 5em;
}
@media (min-width: 1999.98px) {
  #home-intro .img {
    margin: 6em 0 0 5em;
  }
}
#home-intro .image {
  position: relative;
}
#home-intro .image img {
  aspect-ratio: 1.2/1;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 30.0899px 33.2892px rgba(0, 0, 0, 0.0438676), 0px 13.8617px 20.6709px rgba(0, 0, 0, 0.033158), 0px -9.32px 10.812px rgba(0, 0, 0, 0.0199175);
  padding: 10px;
}

#project-support {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 11em 0;
}
#project-support .img {
  margin-bottom: -2em;
  position: relative;
  padding-top: 36.36%;
}
@media (min-width: 1999.98px) {
  #project-support .img {
    margin-bottom: -2.5em;
  }
}
@media (max-width: 991.98px) {
  #project-support .img {
    margin-bottom: 0;
  }
}
#project-support .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  #project-support {
    padding: 3em 0;
  }
}
#project-support .section-heading {
  margin-bottom: 2em;
}
#project-support .section-heading h3 {
  font-size: clamp(1.35em, 1.66vw, 4em);
  font-weight: 400;
  line-height: 120%;
}
#project-support .patterns .left-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1600px) {
  #project-support .patterns .left-pattern {
    width: 40%;
  }
}
#project-support .patterns .right-pattern {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1600px) {
  #project-support .patterns .right-pattern {
    width: 40%;
  }
}
#project-support .patterns .top-pattern {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
@media (min-width: 1400px) and (max-width: 1999.98px) {
  #project-support .patterns .top-pattern {
    top: 32px;
  }
}
#project-support .home-project-logo {
  width: 120px;
  margin: 0 auto;
  padding-top: 0;
}
#project-support .home-project-logo img {
  position: relative;
}
#project-support.home-project-support {
  padding: 0;
}
@media (max-width: 991.98px) {
  #project-support.home-project-support {
    padding: 3em 1em !important;
  }
  #project-support.home-project-support .img {
    width: 100% !important;
  }
  #project-support.home-project-support img {
    width: 95%;
  }
}
#project-support.home-project-support .img {
  width: 50% !important;
}
@media (min-width: 991.98px) {
  #project-support.home-project-support .row {
    position: absolute;
    top: 8%;
    z-index: 1;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #project-support.home-project-support .row {
    top: 8%;
  }
}
@media (min-width: 1441px) {
  #project-support.home-projects-support .top-pattern {
    top: 0px;
  }
}
@media (min-width: 1601px) and (max-width: 1700px) {
  #project-support.home-projects-support .top-pattern {
    left: -111px;
  }
}

#team {
  position: relative;
  padding: 5.65vw 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  #team {
    padding: 3em 0;
  }
}
@media (max-width: 767.98px) {
  #team {
    padding: 2.5em 0;
  }
}
@media (max-width: 575.98px) {
  #team {
    padding: 7vw 0;
  }
}
#team .patterns .left-pattern {
  position: absolute;
  top: 0;
  left: 10px;
}
#team .patterns .left-pattern-1 {
  position: absolute;
  top: -3em;
  left: 6em;
}
#team .team .each-team .img .img-fluid {
  position: relative !important;
}
#team .team .each-team .img .play-button {
  width: 80px;
  position: absolute !important;
  top: calc(50% - 40px) !important;
  left: calc(50% - 40px) !important;
  border-bottom: none !important;
}
@media (max-width: 991.98px) {
  #team .team .each-team {
    margin-bottom: 1em;
  }
}
#team .team .col:nth-child(even) .img img {
  border-bottom-color: #c4c4c4;
}
#team .team .img {
  position: relative;
}
#team .team .img img {
  border-radius: 5px 50px 10px;
  border-bottom: 10px solid #fedc63;
  width: 100%;
  aspect-ratio: 0.8/1;
}
#team .team .img .txt {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 1;
  border-radius: 5px 50px 10px;
}
#team .team .img .txt p {
  padding: 1em 0;
}
#team .team .img:hover .txt {
  opacity: 1;
}
#team .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}
@media (max-width: 575.98px) {
  #team {
    margin-right: 0px;
    margin-left: 0px;
  }
  #team .slick-slider {
    margin: 0 -10px;
  }
}
#team .slick-prev,
#team .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -40%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -45%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
@media (max-width: 991.98px) {
  #team .slick-prev,
  #team .slick-next {
    top: inherit;
    bottom: -45px;
  }
}
#team .slick-prev:before,
#team .slick-next:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#team.home-gallery-oro .slick-prev,
#team.home-gallery-oro .slick-next {
  top: -44px;
  width: 40px;
  height: 40px;
  background-color: #5f6368;
  border-radius: 50px;
}
#team .slick-prev::before {
  content: "⭠";
}
#team .slick-next::before {
  content: "⭢";
}
#team .slick-prev:hover {
  background-color: #FAD02C;
}
#team .slick-next:hover {
  background-color: #FAD02C;
}
#team .slick-next {
  right: 50px;
}
#team .slick-prev {
  right: 100px;
  left: auto;
}
#team .slick-dots {
  bottom: -20px;
}
#team .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  border: 1px solid #707070;
}
#team .slick-dots li.slick-active {
  background-color: #FAD02C;
}

#testimonials {
  position: relative;
  padding: 5.65vw 0;
}
@media (max-width: 991.98px) {
  #testimonials {
    padding: 3em 0;
  }
}
@media (max-width: 767.98px) {
  #testimonials {
    padding: 2.5em 0;
  }
}
@media (max-width: 575.98px) {
  #testimonials {
    padding: 7vw 0;
  }
}
#testimonials .patterns .right-pattern {
  position: absolute;
  top: 15%;
  right: 2em;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #testimonials .patterns .right-pattern {
    right: 1em;
  }
}
#testimonials .patterns .left-pattern {
  position: absolute;
  top: 30%;
  left: 2em;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #testimonials .patterns .left-pattern {
    left: 1em;
  }
}
#testimonials .overlay {
  filter: blur(75px);
  border-radius: 10px;
  background: linear-gradient(90deg, #F5C626 -0.55%, #01B8C1 50.44%, #F5C626 99.34%);
  position: absolute;
  top: 39%;
  z-index: -1;
  height: 52%;
  width: 57%;
  opacity: 0.3;
}
#testimonials .client-slider {
  position: relative;
  border-radius: 10px;
  margin-bottom: 1em;
  width: 100%;
}
#testimonials .client-slider .slick-track {
  display: flex;
  height: 100%;
  align-items: stretch;
}
#testimonials .client-slider .slick-slide {
  display: flex;
  max-height: 100%;
  height: auto;
}
#testimonials .client-slider .slick-initialized .slick-slide {
  max-height: 100%;
}
#testimonials .client-slider .each-client {
  display: flex;
  height: auto;
  max-height: 100%;
  flex-direction: column;
  -moz-column-gap: 0;
       column-gap: 0;
  padding: 1.5em;
  width: 100%;
  background: white;
  padding: 20px;
  margin: 0 auto;
}
#testimonials .client-slider .each-client #check {
  display: none;
}
#testimonials .client-slider .each-client .content {
  display: none;
  transition: 0.5s linear;
}
#testimonials .client-slider .each-client label {
  display: inline-block;
  color: blue;
  cursor: pointer;
  font-weight: 600;
  margin: 0 auto;
}
#testimonials .client-slider .each-client #check:checked ~ .content {
  display: block;
}
#testimonials .client-slider .each-client #check:checked ~ label {
  visibility: hidden;
}
#testimonials .client-slider .each-client #check:checked ~ label::after {
  content: "Read Less";
  display: block;
  visibility: visible;
}
#testimonials .client-slider .each-client .text #more {
  display: none;
}
#testimonials .client-slider .each-client .text p, #testimonials .client-slider .each-client .text span {
  color: #292F36;
  font-size: clamp(1em, 1.04vw, 2.5em);
  font-family: "Sora", sans-serif;
}
#testimonials .client-slider .each-client .person {
  align-items: center;
}
#testimonials .client-slider .each-client .person .icon {
  display: none;
}
#testimonials .client-slider .each-client .person .txt h6 {
  color: #FF2C62;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 400;
}
#testimonials .client-slider .each-client .person .txt p {
  color: #52525B;
  font-size: 0.875em;
}
#testimonials #more {
  display: none;
}
#testimonials .read-less {
  color: red !important;
  cursor: pointer;
  margin-bottom: 1em;
}
#testimonials .slick-prev, #testimonials .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 45%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -45%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  transition: 0.5s all ease-in-out;
}
@media (max-width: 991.98px) {
  #testimonials .slick-prev, #testimonials .slick-next {
    top: inherit;
    bottom: -45px;
  }
}
#testimonials .slick-prev:before, #testimonials .slick-next:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#testimonials .slick-prev:hover::before, #testimonials .slick-next:hover::before {
  opacity: 1;
}
#testimonials .slick-prev::before {
  content: url(/img/right-arrow.svg);
}
#testimonials .slick-next::before {
  content: url(/img/left-arrow.svg);
}
#testimonials .slick-next {
  right: -65px;
}
#testimonials .slick-prev {
  left: -80px;
}
#testimonials .slick-dots {
  bottom: -35px;
}
#testimonials .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  border: 1px solid #707070;
}
#testimonials .slick-dots li.slick-active {
  background-color: #FAD02C;
}

#gallery {
  position: relative;
  padding: 5.65vw 0;
}
@media (max-width: 991.98px) {
  #gallery {
    padding: 3em 0;
  }
}
@media (max-width: 767.98px) {
  #gallery {
    padding: 2.5em 0;
  }
}
@media (max-width: 575.98px) {
  #gallery {
    padding: 7vw 0;
  }
}
#gallery .patterns .left-pattern {
  position: absolute;
  top: 20%;
  left: 0;
  z-index: -1;
  width: 30%;
}
#gallery .patterns .right-pattern {
  position: absolute;
  top: 10%;
  right: 20%;
  z-index: -1;
  width: 18%;
}
#gallery .patterns .left-top-pattern-1 {
  position: absolute;
  top: -6em;
  left: 20%;
  text-align: center;
  z-index: 2;
}
#gallery .patterns .left-top-pattern-2 {
  position: absolute;
  top: -3em;
  right: 0;
  z-index: 1;
  overflow: visible;
  text-align: center;
}
#gallery .gallery .row {
  --bs-gutter-x: 3rem;
}
@media (min-width: 991.98px) {
  #gallery .gallery .col:nth-child(4) .each-gallery {
    margin-bottom: 0;
  }
}
@media (min-width: 991.98px) {
  #gallery .gallery .col:nth-child(5) .each-gallery {
    margin-bottom: 0;
  }
}
@media (min-width: 991.98px) {
  #gallery .gallery .col:nth-child(6) .each-gallery {
    margin-bottom: 0;
  }
}
#gallery .gallery.need .each-gallery {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #gallery .gallery.need .each-gallery {
    margin-bottom: 3em;
  }
}
#gallery .gallery .each-gallery {
  margin-bottom: 3em;
}
#gallery .gallery .each-gallery .img img {
  width: 100% !important;
  aspect-ratio: 1.36/1;
}
#gallery .gallery .each-gallery .txt {
  margin-top: 10px;
}
#gallery .gallery .each-gallery .txt p {
  color: #292f36;
  text-align: right;
  font-size: 0.95em;
}
@media (min-width: 1400px) and (max-width: 1500px) {
  #gallery .gallery .each-gallery .txt p {
    font-size: 0.85em;
  }
}
#gallery .gallery .each-gallery .txt p b {
  font-size: 1.15em !important;
}

#constellation {
  position: relative;
  z-index: 2;
  padding: 5.65vw 0;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 991.98px) {
  #constellation {
    padding: 3em 0;
  }
}
@media (max-width: 767.98px) {
  #constellation {
    padding: 2.5em 0;
  }
}
@media (max-width: 575.98px) {
  #constellation {
    padding: 7vw 0;
  }
}
@media (min-width: 1999.98px) {
  #constellation {
    padding: 7vw 0;
  }
}
#constellation .patterns .top-pattern {
  position: absolute;
  top: 0em;
  left: 0;
  right: 0;
  z-index: -1;
}
@media (min-width: 1999.98px) {
  #constellation .patterns .top-pattern {
    top: -45px;
  }
}
#constellation .patterns .bottom-pattern {
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: -1;
}
@media (min-width: 1999.98px) {
  #constellation .patterns .bottom-pattern {
    right: 0;
  }
  #constellation .patterns .bottom-pattern img {
    width: 100%;
  }
}
#constellation .patterns .right-pattern {
  position: absolute;
  bottom: 1em;
  right: 10%;
}
#constellation .patterns .right-top-pattern {
  position: absolute;
  top: 1em;
  right: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #constellation .patterns .right-top-pattern {
    right: 0;
    width: 13%;
  }
}
#constellation .patterns .left-top-pattern-1 {
  position: absolute;
  top: 3em;
  left: 8em;
}
#constellation .patterns .left-top-pattern-2 {
  position: absolute;
  top: 9em;
  left: -2em;
}
#constellation .patterns .left-bottom-pattern-1 {
  position: absolute;
  bottom: 0;
  left: -4em;
}
@media (max-width: 991.98px) {
  #constellation .section-heading {
    margin-bottom: 2em;
  }
}
@media (min-width: 991.98px) {
  #constellation .section-heading {
    padding: 6em 0 0 2em;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #constellation .section-heading {
    padding-left: 5em;
  }
}
#constellation ::-webkit-scrollbar {
  width: 5px;
}
#constellation ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#constellation ::-webkit-scrollbar-thumb {
  background: #888;
}
#constellation ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#constellation .dropdown {
  margin-top: 10px;
  z-index: 1;
  width: 265px;
  position: relative;
  margin-bottom: 1.5em;
}
@media (max-width: 991.98px) {
  #constellation .dropdown {
    margin-bottom: 2em;
  }
}
@media (min-width: 1999.98px) {
  #constellation .dropdown {
    width: 345px;
  }
}
#constellation .dropdown .btn {
  border: 2px solid #ffdd63;
  border-radius: 4px;
  box-shadow: none;
  color: #000;
  font-weight: 500;
  height: 50px;
  width: 250px !important;
}
@media (min-width: 1999.98px) {
  #constellation .dropdown .btn {
    width: 345px;
  }
}
#constellation .dropdown .dropdown-menu li {
  position: relative;
}
#constellation .dropdown .dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
  z-index: 999;
}
@media (max-width: 991.98px) {
  #constellation .dropdown .dropdown-menu .dropdown-submenu {
    position: static;
  }
}
#constellation .dropdown .dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}
@media (min-width: 991.98px) {
  #constellation .dropdown .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
  }
}
#constellation .dropdown .dropdown-menu {
  width: 265px;
  padding: 0;
  margin: 0;
}
@media (min-width: 1999.98px) {
  #constellation .dropdown .dropdown-menu {
    width: 345px;
  }
}
#constellation .dropdown .dropdown-menu .dropdown-submenu {
  width: 280px;
}
@media (max-width: 991.98px) {
  #constellation .dropdown .dropdown-menu .dropdown-submenu {
    width: auto;
  }
}
@media (min-width: 1900px) {
  #constellation .dropdown .dropdown-menu .dropdown-submenu {
    width: 330px;
  }
}
@media (min-width: 1999.98px) {
  #constellation .dropdown .dropdown-menu .dropdown-submenu {
    width: 410px;
  }
}
#constellation .dropdown .dropdown-menu .dropdown-item {
  border: 1px solid #ccc;
  transition: 0.5s all ease-in-out;
  font-size: clamp(0.85em, 0.833vw, 2em);
}
#constellation .dropdown .dropdown-menu .dropdown-item:hover {
  background: linear-gradient(0deg, #fad02c, #fad02c), rgba(255, 255, 255, 0.2);
}
#constellation .dropdown .dropdown-menu .dropdown-item.active {
  background: linear-gradient(0deg, #fad02c, #fad02c), rgba(255, 255, 255, 0.2);
}
#constellation .dropdown-toggle::after {
  margin-left: 3.255em;
  font-size: 1.5em;
  vertical-align: baseline;
}
#constellation .form-select {
  border: 2px solid #ffdd63;
  border-radius: 4px;
  box-shadow: none;
  line-height: 2;
}
#constellation .form-select .option {
  border: 1px solid #ccc;
  padding: 10px;
}
#constellation .form-select .option:hover {
  background-color: #ffdd63;
}
#constellation .button {
  text-align: center;
}
@media (max-width: 767.98px) {
  #constellation .button {
    margin-top: 4em;
  }
}
#constellation .button a {
  background: #ff2c62;
  border-radius: 50px;
  padding: 12px 32px;
  color: #fff;
  font-weight: 400;
  text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.22);
  transition: 0.5s all ease-in-out;
}
#constellation .button a img {
  width: 25px;
  height: 25px;
}
#constellation .button a:hover {
  background: #f70844;
}
#constellation .image {
  margin-bottom: 2em;
  position: relative;
  padding-top: 85.18%;
}
@media (max-width: 991.98px) {
  #constellation .image {
    z-index: -1;
  }
}
#constellation .image .main-img {
  position: absolute;
  top: 0;
}
@media (min-width: 1999.98px) {
  #constellation .image .main-img {
    width: 100%;
  }
}
#constellation .image img {
  aspect-ratio: 1.17/1;
}
#constellation .image .overlay img {
  position: absolute;
  bottom: 2em;
  left: 2.5em;
}
@media (min-width: 1999.98px) {
  #constellation .image .overlay img {
    bottom: 5em;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  #constellation .image .overlay img {
    left: 0;
  }
}
@media (max-width: 767.98px) {
  #constellation .image .overlay img {
    bottom: -1em;
    left: 0em;
    width: 55%;
  }
}
@media (max-width: 400px) {
  #constellation .image .overlay img {
    bottom: -1em;
    left: 1em;
    width: 60%;
  }
}
#constellation .image .overlay h1 {
  position: absolute;
  bottom: 2.25em;
  left: 2.5em;
  font-size: 2rem;
  font-weight: 600;
  color: #292f36;
  line-height: 110%;
}
@media (min-width: 1999.98px) {
  #constellation .image .overlay h1 {
    bottom: 3.75em;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  #constellation .image .overlay h1 {
    left: 1.25em;
  }
}
@media (max-width: 767.98px) {
  #constellation .image .overlay h1 {
    bottom: 2em;
    left: 1.75em;
    font-size: 1.25rem;
  }
}
@media (max-width: 400px) {
  #constellation .image .overlay h1 {
    bottom: 2em;
    left: 2em;
  }
}
@media (min-width: 599px) and (max-width: 620px) {
  #constellation .image .overlay h1 {
    bottom: 4em;
    left: 1.75em;
    font-size: 1.25rem;
  }
}
#constellation .dropdown-submenu a {
  padding-left: 25px;
}
#constellation .dropdown .open {
  display: block !important;
}

#impact {
  position: relative;
  padding: 5.65vw 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  #impact {
    padding: 3em 0;
  }
}
@media (max-width: 767.98px) {
  #impact {
    padding: 2.5em 0;
  }
}
@media (max-width: 575.98px) {
  #impact {
    padding: 7vw 0;
  }
}
#impact .image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 991.98px) {
  #impact .image {
    position: relative;
  }
}
#impact .image .img {
  position: relative;
  padding-top: 135.37%;
}
#impact .image img {
  aspect-ratio: 0.74/1;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 576px) {
  #impact .image img {
    right: -16px;
  }
}
#impact .patterns .top-pattern {
  position: absolute;
  top: 0;
  right: 25%;
}
#impact .patterns .bottom-pattern {
  position: absolute;
  bottom: 0;
  right: 35%;
}
@media (max-width: 1500px) {
  #impact .patterns .bottom-pattern {
    right: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #impact .patterns .bottom-pattern {
    right: 12%;
  }
}
#impact .blocks {
  margin-top: -3em;
  margin-left: 1em;
}
#impact .blocks .col:nth-child(1) {
  margin-top: 1em;
}
#impact .blocks .col:nth-child(2) {
  margin-top: 5em;
}
#impact .blocks .col:nth-child(2) .circle-1 {
  margin-bottom: 6em;
}
@media (max-width: 767.98px) {
  #impact .blocks .col:nth-child(2) .circle-1 {
    margin-bottom: 3em;
  }
}
#impact .blocks .col:nth-child(3) {
  margin-top: -5em;
}
#impact .blocks .col:nth-child(3) .circle-1 {
  margin-bottom: 6em;
}
@media (max-width: 767.98px) {
  #impact .blocks .col:nth-child(3) .circle-1 {
    margin-bottom: 3em;
  }
}
#impact .blocks .col:nth-child(4) {
  margin-top: -9em;
}
#impact .blocks .col:nth-child(4) .circle-1 {
  margin-bottom: 6em;
}
@media (max-width: 767.98px) {
  #impact .blocks .col:nth-child(4) .circle-1 {
    margin-bottom: 3em;
  }
}
#impact .blocks .row:nth-child(2) {
  margin-top: -10px;
  margin-left: 1em;
}
#impact .blocks .circle-1 {
  text-align: center;
}
#impact .blocks .circle-1 .img {
  position: relative;
  margin-bottom: 5px;
}
#impact .blocks .circle-1 .img img {
  width: 100%;
}
#impact .blocks .circle-1 .img .count {
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
}
#impact .blocks .circle-1 .img .count p {
  font-weight: 500;
  color: #292F36;
}
#impact .buttons {
  display: flex;
  gap: 2em;
}
@media (max-width: 767.98px) {
  #impact .buttons {
    display: block;
  }
}
#impact .button {
  border-radius: 50px;
  padding: 12px 30px;
  display: flex;
  gap: 1em;
  color: #fff;
  align-items: center;
  margin-bottom: 2em;
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  #impact .button {
    margin: 0 auto 2em;
  }
}
@media (max-width: 320px) {
  #impact .button {
    padding: 12px 15px;
  }
}
#impact .button .icon img {
  width: 40px;
  height: 40px;
}
#impact .button .arrow img {
  width: 25px;
}
#impact .primary-button {
  background: #FF2C62;
}
#impact .primary-button:hover {
  background: #f70844;
}
#impact .secondary-button {
  background: #FAD02C;
  color: #000;
}
#impact .secondary-button:hover {
  background: #f3c303;
}

#impact-section-two {
  position: relative;
  padding: 5.65vw 0;
}
@media (max-width: 991.98px) {
  #impact-section-two {
    padding: 3em 0;
  }
}
@media (max-width: 767.98px) {
  #impact-section-two {
    padding: 2.5em 0;
  }
}
@media (max-width: 575.98px) {
  #impact-section-two {
    padding: 7vw 0;
  }
}
#impact-section-two .img {
  position: relative;
  padding-top: 74.57%;
}
#impact-section-two .img img {
  position: absolute;
  top: 0;
}
#impact-section-two .patterns .left-pattern {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#impact-section-two .patterns .right-pattern {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #impact-section-two .patterns .right-pattern {
    width: 20%;
  }
}
#impact-section-two .button {
  border-radius: 50px;
  padding: 12px 30px;
  display: flex;
  gap: 1em;
  color: #fff;
  align-items: center;
  margin-bottom: 2em;
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  #impact-section-two .button {
    margin: 0 auto 2em;
  }
}
#impact-section-two .button .icon img {
  width: 40px;
  height: 40px;
  min-width: 40px;
}
@media (max-width: 575.98px) {
  #impact-section-two .buttons {
    margin-top: 1.5em;
  }
}
#impact-section-two .primary-button {
  background: #FF2C62;
}
#impact-section-two .primary-button:hover {
  background: #f70844;
}
#impact-section-two .secondary-button {
  background: #FAD02C;
  color: #000;
}
#impact-section-two .secondary-button:hover {
  background: #f3c303;
}

@media (max-width: 991px) {
  .dropdown.show .dropdown-menu {
    display: block !important;
    position: static !important;
    float: none !important;
    background: transparent !important;
  }
  .navbar .navbar-nav .dropdown-menu .dropdown-menu {
    max-height: unset !important;
  }
  .dropdown .dropdown-menu .dropdown-toggle.dropdown-item {
    pointer-events: none;
  }
}
.impact-buttons {
  padding-top: 1em !important;
}
.impact-buttons .d-flex {
  text-align: center;
}
@media (min-width: 991.98px) {
  .impact-buttons .d-flex {
    height: 150px;
    align-items: center;
  }
}
@media (min-width: 1399.98px) {
  .impact-buttons .d-flex {
    height: 160px;
    align-items: center;
  }
}
@media (min-width: 1399.98px) {
  .impact-buttons .d-flex {
    height: 180px;
    align-items: center;
  }
}/*# sourceMappingURL=app.css.map */