.prism_hero_banner {
  padding-bottom: 3.5625rem;
  position: relative;
  height: 28.125rem;
}
.prism_hero_banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header--section::after {
  background-color: #E14342;
}

.prism_benefits .header--section, .prism_why .header--section {
  color: #FFFFFF;
}

.prism_hero_buttons_container {
  position: absolute;
  display: flex;
  gap: 1.6875rem;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 1.875rem;
  flex-direction: column;
}
.prism_hero_buttons_container .btn {
  width: 12.5rem;
  height: 3.1875rem;
}

.prism_hero_button {
  background: transparent linear-gradient(90deg, #DD2555 0%, #E5652B 100%) 0% 0% no-repeat padding-box;
  color: #FFF;
}
.prism_hero_button:hover {
  background: transparent linear-gradient(90deg, #C9204D 0%, #D45724 100%) 0% 0% no-repeat padding-box;
  transition: background 0.3s ease;
}

.prism_two_banners {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin-bottom: 3.75rem;
}

.prism_banner_with_text_2 .prism_banner_with_text__content {
  padding-left: 3.75rem;
}

.prism_awards_text__content {
  max-width: 590px;
  padding-left: 1.875rem;
  padding-right: 1.25rem;
}
.prism_awards_text__content .header--underscore {
  margin-bottom: 1.875rem;
  padding-bottom: 1.0625rem;
}

.prism_awards_image {
  width: 8.75rem;
  height: 8.75rem;
}

.prism_banner_with_text__content, .prism_awards_text__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.prism_banner_with_text__content p.header--underscore, .prism_awards_text__content p.header--underscore {
  font-weight: 200;
  font-family: "Poppins";
  font-size: 2.25rem;
  letter-spacing: -0.72px;
  line-height: 1.5;
}
.prism_banner_with_text__content p.header--underscore strong, .prism_awards_text__content p.header--underscore strong {
  font-weight: 700;
}
.prism_banner_with_text__content p.header--underscore:after, .prism_awards_text__content p.header--underscore:after {
  background: transparent linear-gradient(90deg, #DD2555 0%, #DE2C50 11%, #E5652B 100%) 0% 0% no-repeat padding-box;
}
.prism_banner_with_text__content p, .prism_awards_text__content p {
  max-width: 680px;
  font-size: 1.125rem;
  line-height: 1.65;
  padding-bottom: 2.0625rem;
}
.prism_banner_with_text__content p:last-child, .prism_awards_text__content p:last-child {
  padding-bottom: 0;
}

.prism_banner_with_text {
  display: flex;
  gap: 3.75rem;
}
.prism_banner_with_text .prism_banner_with_text__content, .prism_banner_with_text .prism_banner_with_text__image {
  width: 50%;
}

.prism_banner_with_text__image img {
  border-radius: 1.25rem;
}

@media (max-width: 767px) {
  .prism_hero_buttons_container {
    gap: 0.625rem;
    justify-content: center;
    width: 100%;
    padding: 0 0.625rem;
    flex-direction: row;
  }
  .prism_hero_buttons_container .btn {
    text-align: center;
    width: auto;
    font-size: 0.75rem;
  }
  .prism_hero_banner {
    height: unset;
    padding-bottom: 0;
    margin-bottom: 1.875rem;
  }
  .prism_hero_banner img {
    margin: 0 auto;
  }
  .prism_banner_with_text {
    flex-direction: column;
    gap: 1.875rem;
  }
  .prism_banner_with_text .prism_banner_with_text__content, .prism_banner_with_text .prism_banner_with_text__image {
    width: 100%;
  }
  .prism_banner_with_text_2 .prism_banner_with_text__content {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .prism_hero_banner {
    max-width: 1920px;
    margin: 0 auto;
    height: unset;
  }
  .prism_hero_buttons_container {
    transform: translate(-50%, -50%);
    flex-direction: row;
    bottom: 10.9375rem;
  }
  .prism_hero_buttons_container .btn {
    width: 16.875rem;
  }
  .prism_banner_with_text {
    flex-direction: row;
  }
}
.prism_awards {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  justify-content: space-between;
}

.prism_why, .prism_benefits, .prism_awards {
  background-repeat: no-repeat;
  max-width: 1920px;
  margin: 0 auto;
}

.prism_why_header, .prism_benefits_header, .prism_awards_header {
  padding-top: 3.75rem;
  margin-bottom: 5rem;
}

.prism_awards_wrapper {
  display: flex;
  gap: 1.875rem;
}

.prism_why_wrapper, .prism_benefits_wrapper {
  max-width: 1860px;
  margin: 0 auto;
  display: flex;
  gap: 1.875rem;
  padding-bottom: 5rem;
}

.prism_why_element {
  aspect-ratio: 348/413;
  width: 100%;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1.25rem;
}

.prism_why_image, .prism_benefits_image {
  margin-bottom: 0.6875rem;
  width: 6.9375rem;
  height: 6.9375rem;
}

.prism_why_title, .prism_benefits_title, .prism_awards_title {
  font-size: 1.5625rem;
  font-weight: 700;
  max-width: 14.875rem;
  text-align: center;
  min-height: 5.5rem;
  margin-bottom: 0.8125rem;
}

.prism_why_desc, .prism_benefits_desc, .prism_awards_desc {
  padding: 0 1.25rem 1.25rem 1.25rem;
  max-width: 266px;
  min-height: 5.5rem;
  font-size: 0.875rem;
  text-align: center;
}

@media (max-width: 480px) {
  .prism_why_wrapper, .prism_benefits_wrapper, .prism_awards_wrapper {
    flex-direction: column;
  }
  .prism_why_header, .prism_benefits_header, .prism_awards_header {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .prism_why_wrapper, .prism_benefits_wrapper, .prism_awards_wrapper {
    flex-wrap: wrap;
  }
  .prism_why_element, .prism_benefits_element, .prism_awards_element {
    width: calc(50% - 0.9375rem);
  }
  .prism_why_header, .prism_benefits_header, .prism_awards_header {
    margin-bottom: 1.875rem;
  }
}
.prism_awards_element {
  height: 25.8125rem;
  aspect-ratio: 348/413;
  width: 100%;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1.25rem;
}

.prism_awards_title {
  max-width: 190px;
  font-weight: 700;
}

.prism_benefits_element {
  aspect-ratio: 348/358;
  width: 100%;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1.25rem;
}

.prism_benefits_image {
  margin-top: 3.125rem;
}
.prism_two_banners--offer {
  margin-top: 5rem;
  margin-bottom: 3.75rem;
}

.prism_benefits_wrapper {
  max-width: 1485px;
}

.prism_offer_element {
  border-radius: 1.25rem;
  background-color: #FFF;
  display: flex;
  height: 7.5rem;
  position: relative;
}
.prism_offer_element:after {
  content: "\eaa5";
  font-family: "core-core_01" !important;
  display: block;
  position: absolute;
  color: #E35535;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1875rem;
}

.prism_offer_element_container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.prism_offer_image {
  padding: 1.25rem 1.875rem 1.25rem 1.5625rem;
}
.prism_offer_image img {
  width: 5rem;
  height: 5rem;
}

.prism_offer_title {
  font-size: 1.375rem;
  font-weight: 700;
}

.prism_offer_desc {
  font-size: 1.125rem;
}

.prism_offer_text_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.prism_product_list {
  margin-bottom: 3.75rem;
}
.prism_product_list .btn {
  background: transparent linear-gradient(90deg, #DD2555 0%, #E5652B 100%) 0% 0% no-repeat padding-box;
}

.prism_banner_with_text__image img, .prism_why_element, .prism_offer_element, .prism_benefits_element, .prism_awards_element {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.prism_banner_with_text__image img:hover, .prism_why_element:hover, .prism_offer_element:hover, .prism_benefits_element:hover, .prism_awards_element:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.15), 0 0 40px rgba(255, 255, 255, 0.08), 0 10px 30px rgba(0, 0, 0, 0.35);
}

@media (max-width: 767px) {
  .prism_hero_button {
    text-align: center;
  }
  .prism_awards_element {
    aspect-ratio: unset;
    padding-top: 1.25rem;
    height: unset;
  }
  .prism_why_element {
    padding-top: 0.9375rem;
    aspect-ratio: unset;
  }
  .prism_banner_with_text__content p.header--underscore, .prism_awards_text__content p.header--underscore {
    font-size: 1.5rem;
    padding-bottom: 0.9375rem;
    margin-bottom: 0.625rem;
  }
  .prism_product_list {
    margin-bottom: 1.875rem;
  }
  .prism_awards {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .prism_why_wrapper, .prism_benefits_wrapper {
    padding-bottom: 1.875rem;
  }
  .prism_why_header, .prism_benefits_header, .prism_awards_header {
    padding-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .prism_two_banners--offer {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .header--underscore {
    text-align: center;
  }
  .header--underscore::after {
    right: 50%;
    transform: translateX(50%);
  }
  .prism_banner_with_text .prism_banner_with_text__content, .prism_banner_with_text .prism_banner_with_text__image {
    text-align: center;
  }
  .prism_offer_text_container {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    text-align: center;
  }
  .prism_offer_element {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: unset;
  }
  .prism_offer_element:after {
    content: unset;
  }
  .prism_benefits_element {
    aspect-ratio: unset;
  }
  .prism_why, .prism_benefits, .prism_awards {
    background: none !important;
  }
  .prism_why .header--section, .prism_benefits .header--section, .prism_awards .header--section {
    color: #000000;
  }
}
@media (max-width: 1200px) {
  .prism_awards_text__content {
    margin: 0 auto;
  }
  .prism_awards_text__content p.header--underscore:after {
    right: 50%;
    transform: translateX(50%);
  }
  .prism_awards {
    flex-direction: column;
  }
  .prism_awards_text__content {
    text-align: center;
    padding-bottom: 1.25rem;
  }
}
/*# sourceMappingURL=prism.css.map */