/* Will move this to aero10-content */

#block-aero10-content div.form-details-wrapper ul {
  margin: 1rem 0 0 0;
}

/* Climate Education - Open */

#block-aero10-climateeducation {
  padding: 3rem 0;
  position: relative;
}

#block-aero10-climateeducation::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/themes/custom/aero10/images/bg-climate-education-03.png"), linear-gradient(180deg, #fff 0%, #1b253c 100%);
  opacity: 0.15;
  background-blend-mode: normal, multiply;
}

#block-aero10-climateeducation .block-content {
  z-index: 1;
}

#aero-10 .main-content #block-aero10-climateeducation .title-mobile {
  color: #273a65;
  font-family: var(--secondary-font-family);
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  padding: 0 1rem;
  display: block;
  margin-bottom: 2rem !important;
}

#page .climate-education-home {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-direction: column;
  padding: 0 1rem;
}

#page .climate-education-home .img {
  background-color: #e4e1e1;
  overflow: hidden;
}

#page .climate-education-home .first-img {
  background-image: url("/themes/custom/aero10/images/bg-climate-education-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  border-radius: 0 8px 8px 0px;
  flex: 7;
  position: relative;
  display: none;
}

#page .climate-education-home .first-img h2 {
  color: #fff;
  font-family: var(--secondary-font-family);
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  position: absolute;
  left: calc((100vw - 1170px + 10px) / 2);
  bottom: 2rem;

  /* position: static;
  font-size: 48px;
  color: var(--color-primary);
  margin-bottom: 0 !important; */
}

#page .climate-education-home .second-img {
  display: none;
  border-radius: 8px 0px 0px 8px;
  flex: 3;
  background-image: url("/themes/custom/aero10/images/bg-climate-education-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

#page .climate-education-home .climate-card {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 240px;
  height: 496px;
  border-radius: 8px;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: end;
  position: relative;
  cursor: pointer;

  width: 100%;
}

#page .climate-education-home .climate-card a {
  display: block;
  font-size: 0 !important;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#page .climate-education-home .climate-card.climate-core {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%), url("/themes/custom/aero10/images/cliamte-education-climate-core.jpg");
}

#page .climate-education-home .climate-card.climate-series {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%), url("/themes/custom/aero10/images/cliamte-education-climate-series.jpg");
}

#page .climate-education-home .climate-card.lesson-plan {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%), url("/themes/custom/aero10/images/cliamte-education-lesson-plan.jpg");
}

#page .climate-education-home .climate-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  backdrop-filter: blur(8px);
  pointer-events: none;
  transition: opacity 300ms ease;
  opacity: 0;
}

#page .climate-education-home .climate-card:hover::before {
  opacity: 1;
}

#page .climate-education-home .climate-card:hover .learn-more span {
  opacity: 1;
}

#page .climate-education-home .climate-card .content {
  position: absolute;
  bottom: 0;
}

#page .climate-education-home .climate-card .title {
  color: #fff;
  font-size: 28px;
  padding: 20px;
  font-family: var(--secondary-font-family);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0 !important;
}

#page .climate-education-home .climate-card .desc {
  height: 0;
  overflow: hidden;
  padding: 0 20px;
}

#page .climate-education-home .climate-card .desc p {
  font-family: var(--primary-font-family);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0 !important;
}

#page .climate-education-home .climate-card .desc p:last-child {
  margin: 0 !important;
}

#page .climate-education-home .climate-card .learn-more {
  color: #fff;
  font-family: var(--primary-font-family);
  padding: 12px 20px 12px 20px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#page .climate-education-home .climate-card .learn-more::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: "\f061";
  font-size: 1rem;
  margin: 0;
}

#page .climate-education-home .climate-card .learn-more span {
  transition: all 300ms;
  opacity: 0;
}

#page .climate-education-home .climate-card.climate-core .learn-more {
  background-color: #06846a;
}

#page .climate-education-home .climate-card.climate-series .learn-more {
  background-color: #28395f;
}

#page .climate-education-home .climate-card.lesson-plan .learn-more {
  background-color: #ffa800;
}

@media screen and (min-width: 768px) {
  #aero-10 .main-content #block-aero10-climateeducation .title-mobile {
    font-size: 40px;
  }

  #page .climate-education-home {
    padding: 0;
    gap: 12px;
    flex-direction: row;
  }

  #page .climate-education-home .climate-card {
    width: 240px;
  }
}

@media screen and (min-width: 1024px) {
  #page .climate-education-home {
    gap: 8px;
  }

  #page .climate-education-home .first-img {
    display: block;
    flex: 1;
  }

  #page .climate-education-home .first-img h2 {
    display: none;
  }

  #page .climate-education-home .second-img {
    display: block;
    flex: 1;
  }
}

@media screen and (min-width: 1280px) {
  #aero-10 .main-content #block-aero10-climateeducation .title-mobile {
    display: none;
  }

  #page .climate-education-home .first-img {
    flex: 7;
  }

  #page .climate-education-home .second-img {
    flex: 3;
  }

  #page .climate-education-home .first-img h2 {
    display: block;
  }
}

@media screen and (min-width: 2560px) {
  #page .climate-education-home .first-img {
    flex: 3;
  }

  #page .climate-education-home .second-img {
    flex: 2;
  }
}
/* Climate Education - Close */

/* News Categories - Close */

#above-content {
  padding: 1rem 0;
}

#block-aero10-views-block-news-categories-news-categories-block-2 {
  width: 100%;
  border-radius: 8px;
  border: 2px solid #fff;
  background: linear-gradient(180deg, #1b253c 34%, rgba(27, 37, 60, 0.88) 100%);
  backdrop-filter: blur(8px);
}

.news-categories-block .view-content {
  flex-wrap: wrap;
}

@media (min-width: 1280px) {
  #above-content {
    padding: 0;
    margin-bottom: 2rem;
  }

  #block-aero10-views-block-news-categories-news-categories-block-2 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/* News Categories - Close */

/* Testimonial Carousel - Open */

.testimonials-carousel.embla {
  max-width: 100%;
  margin: auto;
  --slide-height: 19rem;
  --slide-spacing: 1rem;
  --slide-size: 100%;
  --slide-spacing-sm: 1.6rem;
  --slide-size-sm: 50%;
  --slide-spacing-lg: 2rem;
  --slide-size-lg: calc(100% / 3);
}

.testimonials-carousel .embla__viewport {
  overflow: hidden;
  margin-bottom: 2rem;
}

.testimonials-carousel .embla__container {
  backface-visibility: hidden;
  display: flex;
  touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--slide-spacing) * -1);
}

@media (min-width: 750px) {
  .testimonials-carousel .embla__container {
    margin-left: calc(var(--slide-spacing-sm) * -1);
  }
}

@media (min-width: 1200px) {
  .testimonials-carousel .embla__container {
    margin-left: calc(var(--slide-spacing-lg) * -1);
  }
}

.testimonials-carousel .embla__slide {
  min-width: 0;
  flex: 0 0 var(--slide-size);
  padding-left: var(--slide-spacing);
}

@media (min-width: 750px) {
  .testimonials-carousel .embla__slide {
    flex: 0 0 var(--slide-size-sm);
    padding-left: var(--slide-spacing-sm);
  }
}

@media (min-width: 1200px) {
  .testimonials-carousel .embla__slide {
    flex: 0 0 var(--slide-size-lg);
    padding-left: var(--slide-spacing-lg);
  }
}

.testimonials-carousel .main-content {
  border-radius: 0.5rem 26px 0.5rem 0.5rem;
  border-top: 1px solid #d2d9e8;
  border-right: 1px solid #d2d9e8;
  border-bottom: 4px solid #d2d9e8;
  border-left: 1px solid #d2d9e8;
  background: linear-gradient(180deg, #fafbfe 0%, #fff 100%), #fafbfe;
  padding: 50px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  height: 366px;
  user-select: none;
  position: relative;
}

.testimonials-carousel .main-content img {
  width: 49px;
  height: auto;
  align-self: end;
  position: absolute;
  top: 4px;
  right: 4px;
}

.testimonials-carousel .main-content .body {
  overflow-y: auto;
  padding-right: 10px;
  color: #000;
  font-family: var(--primary-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.testimonials-carousel .main-content .author {
  color: #334a81;
  font-family: var(--primary-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  border-radius: 8px;
  background: #ecf0fb;
  padding: 12px 16px;
  margin: 0 !important;
}

.testimonials-carousel .main-content .body::-webkit-scrollbar {
  width: 6px;
}

.testimonials-carousel .main-content .body::-webkit-scrollbar-thumb {
  background-color: #3e578d;
  border-radius: 4px;
}

.testimonials-carousel .main-content .body::-webkit-scrollbar-thumb:hover {
  background-color: #28395f;
}

.testimonials-carousel .embla__controls {
  display: flex;
  justify-content: center;
  position: static;
}

.testimonials-carousel .embla__button {
  background: none;
  padding: 0;
  position: absolute;
  top: calc(50% - 60px);
  transform: translateY(-50%);
  font-size: 2.5rem;
  line-height: 100%;
  font-weight: 500;
  color: #3d5fb0;
  display: flex;
  align-items: center;
  transition: all 300ms;
}

.testimonials-carousel .embla__button i {
  font-weight: 500;
}

.testimonials-carousel .embla__button:hover {
  color: #ffa800;
}

.testimonials-carousel .embla__button:disabled {
  cursor: default;
}

.testimonials-carousel .embla__button:disabled:hover {
  color: inherit;
}

.testimonials-carousel .embla__button--prev {
  left: calc(50% - 585px);
  transform: translateX(-100%);
}

.testimonials-carousel .embla__button--next {
  left: calc(50% + 585px);
  transform: translateX(0);
}

.testimonials-carousel .embla__dots {
  height: fit-content;
  bottom: 40px;
  display: inline-flex;
  gap: 8px;
  padding: 8px;
  border-radius: 50px;
  background: #ecf0fb;
  backdrop-filter: blur(4px);
}

.testimonials-carousel .embla__dots .embla__dot {
  width: 12px;
  height: 12px;
  background-color: #7e8daf;
  border-radius: 50%;
  padding: 0;
  margin: 0;
}

.testimonials-carousel .embla__dots .embla__dot--selected {
  background-color: #ffa800;
}

/* Testimonial Carousel - Close */

/* Climate Core Page - Open */

#page .climate-core-page .view-header {
  display: flex;
  flex-direction: column;
  min-height: 420px;
  justify-content: flex-end;
  padding: 24px 16px;
  margin-bottom: 40px;
  background-color: #1b253c;
  background-image: url("/themes/custom/aero10/images/bg-climate-core.jpg");
  background-size: cover;
  background-position: center;
}

#page .climate-core-page .view-header .intro {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#page .climate-core-page .view-header .intro .title {
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  font-family: var(--secondary-font-family);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 8px !important;
}

#page .climate-core-page .view-header .intro .desc {
  padding: 1rem;
  border-radius: var(--corner_radius, 8px);
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(6px);
  color: #fff;
  text-align: center;
  font-family: var(--primary-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 24px !important;
}

#page .climate-core-page .embla-wrapper {
  display: flex;
  justify-content: center;
}

#page .climate-core-page .embla {
  max-width: 100%;
}

#page .climate-core-page .embla__viewport {
  overflow: hidden;
  max-width: 1170px;
  min-height: 158px;
  padding: 3px;
}

#page .climate-core-page .embla__container {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

#page .climate-core-page .embla__slide {
  flex-grow: 0;
  flex-shrink: 0;
  width: 152px;
  max-width: 152px;
  height: 158px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  transition: all 200ms;
  border: 2px solid transparent;
}

#page .climate-core-page .embla__slide:hover {
  border-color: #fff;
}

#page .climate-core-page .embla__controls {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

#page .climate-core-page .embla__dots {
  display: inline-flex;
  gap: 8px;
  padding: 8px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
}

#page .climate-core-page .embla__dots .embla__dot {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  padding: 0;
  margin: 0;
}

#page .climate-core-page .embla__dots .embla__dot--selected {
  background-color: #ffa800;
}

.climate-core-page .embla .main-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  transition: all 200ms;
  cursor: pointer;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 128, 102, 0.8) 50.5%, rgba(5, 161, 131, 0.8) 100%);
  padding: 1rem;
  position: relative;
  z-index: 1;
}

.climate-core-page .embla .main-content::before {
  z-index: -1;
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(61, 95, 176, 0.88) 50%, rgba(77, 119, 218, 0.88) 100%);
  transition: all 200ms;
}

.climate-core-page .embla .main-content .title {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0 !important;
}

.climate-core-page .embla__slide.active .main-content::before {
  opacity: 1;
}

.climate-core-page .embla .main-content .slide-number {
  margin: 0 !important;
  color: #fff;
  text-align: right;
  font-family: var(--primary-font-family);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  transition: all 0.3s ease-in-out;
  display: block;
  transform-origin: right;
}

.climate-core-page .embla__slide.active .main-content .slide-number {
  transform: scale(1.5) translateZ(0);
}

.skeleton-climate-core {
  display: none;
}

.climate-core-page .embla__selected-snap-display {
  color: #fff;
}

#aero-10 .main-content .climate-core-page .start-journey {
  display: flex;
  justify-content: center;
}

#aero-10 .main-content .climate-core-page .start-journey h2 {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  text-align: center;
}

#aero-10 .main-content .climate-core-page .start-journey h2::before {
  background-color: var(--color-orange-500);
  border-radius: 0.5rem;
  content: "";
  display: block;
  height: 0.25rem;
  width: 2rem;
}

#aero-10 .main-content .climate-core-page .start-journey h2::after {
  background-color: var(--color-orange-500);
  border-radius: 0.5rem;
  content: "";
  display: block;
  height: 0.25rem;
  width: 2rem;
}

@media screen and (min-width: 768px) {
  .climate-core-page .view-header .intro {
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  #aero-10 .main-content .climate-core-page .start-journey h2 {
    font-size: 2.3rem;
    gap: 1rem;
  }

  #page .climate-core-page .embla__controls {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  #page .climate-core-page .view-header {
    min-height: 540px;
  }
}

@media screen and (min-width: 1920px) {
  #page .climate-core-page .view-header {
    min-height: 640px;
  }

  #page .climate-core-page .view-header .intro .title {
    font-size: 80px;
  }
}

/* Cliamte Core Page - Close */
