@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap");
@import url("https://use.typekit.net/sqa7wfo.css");
header .top-nav {
  width: 100%;
  height: 44px;
  padding: 0 25px 0 40px;
  background: #b14fc5;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .top-nav ul {
  list-style: none;
  display: flex;
  height: 100%;
  align-items: center;
  margin-bottom: 0 !important;
}
header .top-nav ul li {
  height: 100%;
}
header .top-nav ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  font-family: "industry", sans-serif;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
  position: relative;
  background: transparent;
}
header .top-nav ul li a:hover {
  background: #8f3ba0;
}
header .top-nav ul li a.active {
  background: #8f3ba0;
  font-weight: 800;
}
header .mobile-top-nav {
  display: none;
}
@media (max-width: 991.98px) {
  header .top-nav {
    display: none;
  }
  header .mobile-top-nav {
    display: block;
  }
}
header .navbar {
  min-height: 82px;
  padding: 0 40px;
  background: #252a41 !important;
}
@media (max-width: 767.98px) {
  header .navbar {
    padding: 0 20px;
  }
}
@media (max-width: 991.98px) {
  header .navbar {
    position: relative;
    z-index: 1030;
    border-top: 5px solid #b14fc5;
  }
  header .navbar .navbar-collapse.show, header .navbar .navbar-collapse.collapsing {
    position: fixed;
    left: 0;
    right: 0;
    top: 82px;
    height: calc(100dvh - 82px) !important;
    background: #252a41;
    overflow-y: auto;
    transition: none !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  header .navbar .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    margin: 0 !important;
    padding: 20px 40px;
    width: 100%;
    flex: 1 1 auto;
    height: auto;
  }
  header .navbar .nav-item {
    width: 100%;
  }
  header .navbar #mainNav .nav-link {
    font-size: 20px !important;
    font-weight: 800 !important;
    padding: 16px 0;
  }
  header .navbar #mainNav .dropdown-menu {
    position: static;
    width: 100%;
    margin-top: 10px;
    box-shadow: none !important;
    top: auto;
    background: transparent;
  }
  header .navbar #mainNav .dropdown-item {
    font-size: 18px !important;
    padding: 0 !important;
    background: transparent;
    font-weight: 400 !important;
  }
  header .navbar .mobile-top-nav {
    width: 100%;
    flex-shrink: 0;
    margin-top: auto;
    background: #8f3ba0;
    padding: 22px 40px;
  }
  header .navbar .mobile-top-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  header .navbar .mobile-top-nav ul li a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    font-family: "industry", sans-serif;
    text-decoration: none;
    display: block;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  header .navbar .mobile-top-nav {
    padding: 20px 20px;
  }
}
@media (max-width: 991.98px) {
  header .navbar .navbar-toggler {
    position: relative;
    width: 30px;
    height: 30px;
  }
  header .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    background-image: none;
    filter: none;
    position: relative;
    width: 100%;
    height: 100%;
  }
  header .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::before,
  header .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 2px;
    background: #ffffff;
    transform-origin: center;
  }
  header .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media (max-width: 767.98px) {
  header .navbar .navbar-nav {
    padding: 20px 20px !important;
  }
}
header .navbar .navbar-wrapper {
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
header .navbar .navbar-wrapper .navbar-toggler {
  border: 0;
  padding: 0;
  box-shadow: none;
}
header .navbar .navbar-wrapper .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
header .navbar .navbar-wrapper .navbar-toggler-icon {
  filter: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255%2C%20255%2C%20255%2C%201%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
header .navbar .navbar-wrapper #mainNav .navbar-nav .nav-item {
  padding-left: 30px;
}
header .navbar .navbar-wrapper #mainNav .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
@media (max-width: 991.98px) {
  header .navbar .navbar-wrapper #mainNav .navbar-nav .nav-item {
    padding-left: 0;
    padding-right: 0;
  }
}
header .navbar .navbar-wrapper #mainNav .nav-item.dropdown {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  header .navbar .navbar-wrapper #mainNav .nav-item.dropdown {
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
header .navbar .navbar-wrapper #mainNav .nav-item.dropdown > .nav-link {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
}
header .navbar .navbar-wrapper #mainNav .nav-item.dropdown > .dropdown-toggle {
  flex: 0 0 auto;
}
header .navbar .navbar-wrapper #mainNav .nav-item.dropdown > .dropdown-menu {
  flex: 0 0 100%;
  max-width: 100%;
}
header .navbar .navbar-wrapper #mainNav .nav-item.dropdown > .dropdown-wrapper {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}
header .navbar .navbar-wrapper #mainNav .nav-item.dropdown > .dropdown-wrapper > .nav-link {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
}
header .navbar .navbar-wrapper #mainNav .nav-item.dropdown > .dropdown-wrapper > .dropdown-toggle {
  flex: 0 0 auto;
}
header .navbar .navbar-wrapper #mainNav .nav-item.dropdown > .dropdown-wrapper > .dropdown-menu {
  flex: 0 0 100%;
  max-width: 100%;
}
header .navbar .navbar-wrapper #mainNav .nav-link {
  color: #ffffff;
  font-size: 16px;
  font-family: "industry", sans-serif;
  padding: 0;
  font-weight: 400;
}
header .navbar .navbar-wrapper #mainNav .nav-link:hover {
  font-weight: 800;
}
header .navbar .navbar-wrapper #mainNav .nav-link.active {
  font-weight: 800;
}
header .navbar .navbar-wrapper #mainNav .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  background: transparent;
  border: 0;
  padding: 0;
  color: inherit;
  font: inherit;
}
header .navbar .navbar-wrapper #mainNav .dropdown-toggle:focus {
  box-shadow: none;
  outline: none;
}
header .navbar .navbar-wrapper #mainNav .dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 10px;
  margin-left: 14px;
  border: 0;
  vertical-align: 0;
  background: url("../images/nav-arrow.svg") no-repeat center;
  background-size: contain;
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}
header .navbar .navbar-wrapper #mainNav .dropdown-toggle-arrow {
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  header .navbar .navbar-wrapper #mainNav .dropdown-toggle-arrow {
    padding: 16px 0;
  }
}
header .navbar .navbar-wrapper #mainNav .dropdown-toggle-arrow::after {
  margin-left: 0;
}
header .navbar .navbar-wrapper #mainNav .dropdown.show .dropdown-toggle::after {
  transform: rotate(-180deg);
}
@media (min-width: 992px) {
  header .navbar .navbar-wrapper #mainNav .dropdown:hover .dropdown-menu {
    display: block;
  }
  header .navbar .navbar-wrapper #mainNav .dropdown:hover .dropdown-toggle::after {
    transform: rotate(-180deg);
  }
  header .navbar .navbar-wrapper #mainNav .dropdown-menu {
    margin-top: 0;
    top: 100%;
    left: 0;
    transform: translateY(18px);
  }
  header .navbar .navbar-wrapper #mainNav .dropdown-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    height: 18px;
  }
}
header .navbar .navbar-wrapper #mainNav .dropdown-menu {
  width: 100%;
  background: #252a41;
  border: 0;
  border-radius: 0;
  padding: 10px 0 0 0;
}
header .navbar .navbar-wrapper #mainNav .dropdown-item {
  color: #ffffff;
  font-family: "industry", sans-serif;
  font-size: 16px;
  line-height: 1.1;
  padding: 16px 30px;
  background: transparent;
}
header .navbar .navbar-wrapper #mainNav .dropdown-item:hover, header .navbar .navbar-wrapper #mainNav .dropdown-item:focus {
  color: #ffffff;
}
header .navbar .navbar-wrapper .logo-section {
  display: flex;
  align-items: center;
  gap: 14px;
}
header .navbar .navbar-wrapper .logo-section .logo-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
header .navbar .navbar-wrapper .logo-section .logo-text span {
  font-size: 22px;
  font-weight: 800;
  font-family: "industry", sans-serif;
  color: #ffffff;
  line-height: 24px;
}

.cg-footer {
  color: #ffffff;
  position: relative;
  background-color: #030a16;
}
@media screen and (max-width: 768px) {
  .cg-footer {
    background: linear-gradient(45deg, #04070f, #091930, #000000);
  }
}
.cg-footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(../images/diamond-bladders-footer.png);
  background-position: right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .cg-footer::after {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .cg-footer::after {
    background-image: url(../images/diamond-bladders-mobile-footer.png);
    background-position: left;
  }
}
@media (max-width: 372px) {
  .cg-footer::after {
    background-size: cover;
  }
}
.cg-footer .footer-container {
  margin: 0 auto;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .cg-footer .footer-container {
    flex-direction: column;
    text-align: center;
    padding: 60px 20px;
    padding-bottom: 252px;
  }
}
@media (max-width: 576px) {
  .cg-footer .footer-container {
    flex-direction: column;
    text-align: center;
    padding-bottom: 200px;
  }
}
.cg-footer .footer-container.home-footer {
  max-width: 100% !important;
  padding-left: 115px;
  padding-right: 115px;
}
@media (max-width: 1199.98px) {
  .cg-footer .footer-container.home-footer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991.98px) {
  .cg-footer .footer-container.home-footer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cg-footer .footer-left {
  max-width: 55%;
}
@media screen and (max-width: 768px) {
  .cg-footer .footer-left {
    max-width: auto;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.cg-footer .footer-logos {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-bottom: 45px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cg-footer .footer-logos {
    justify-content: center;
  }
}
.cg-footer .footer-logos .cg-logo {
  object-fit: contain;
  width: 112px;
}
.cg-footer .footer-logos .bcan-logo {
  object-fit: contain;
  width: 147px;
}
.cg-footer .footer-links {
  margin-bottom: 35px;
}
.cg-footer .footer-links a {
  color: #ffffff;
  text-decoration: underline !important;
  margin-right: 15px;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font-nunito);
}
.cg-footer .footer-links a:hover {
  opacity: 0.8;
}
.cg-footer .footer-text {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-nunito);
  margin-bottom: 0;
}
.cg-footer .footer-text .version {
  color: #ffffff;
  margin-left: 4px;
  white-space: nowrap;
}

.primary-btn {
  padding: 8.5px 45px 8.5px 15px;
  background-color: #B14EC5;
  border: 2px solid #ffffff;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  text-align: start;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
  width: fit-content;
  font-family: "industry", sans-serif !important;
  min-width: 48px;
}
.primary-btn:hover {
  background-color: #8f3ba0;
}
.primary-btn.without-arrow {
  padding-right: 15px;
}
.primary-btn.without-arrow::after {
  display: none;
}
.primary-btn::after {
  content: "";
  position: absolute;
  right: 16px;
  width: 20px;
  height: 18px;
  rotate: -90deg;
  mask-image: url("../icons/right-arrow.svg");
  background-color: #ffffff;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.primary-btn.download::after {
  content: "";
  position: absolute;
  right: 16px;
  width: 20px;
  height: 18px;
  rotate: 0deg;
  mask-image: url("../images/download.png");
  background-color: #ffffff;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.primary-btn.visit::after {
  content: "";
  position: absolute;
  right: 16px;
  width: 20px;
  height: 18px;
  rotate: 0deg;
  mask-image: url("../images/visit.png");
  background-color: #ffffff;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.primary-circle-btn {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: start;
  position: relative;
  padding: 10px;
  margin-left: auto;
}
.primary-circle-btn::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  rotate: 0deg;
  mask-image: url("../images/export.png");
  background-color: #b14fc5;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.primary-circle-btn:hover {
  background-color: #b14fc5;
  border-radius: 100%;
}
.primary-circle-btn:hover::after {
  content: "";
  background-color: #ffffff;
}

:root {
  --font-nunito: "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans",
    "Liberation Sans", sans-serif;
  --font-sans: var(--font-nunito);
}

.font-nunito {
  font-family: var(--font-nunito) !important;
}

.industry-book {
  font-family: "industry", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.industry-medium {
  font-family: "industry", sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
}

.industry-demi {
  font-family: "industry", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
}

.industry-bold {
  font-family: "industry", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

.industry-black {
  font-family: "industry", sans-serif !important;
  font-weight: 800 !important;
  font-style: normal !important;
}

body {
  font-family: var(--font-nunito);
  font-size: 16px;
}

h1 {
  font-family: "industry", sans-serif;
}

.font-40 {
  font-size: 40px !important;
  margin-bottom: 0;
}

.font-24 {
  font-size: 24px !important;
  margin-bottom: 0;
}

.font-18 {
  font-size: 18px !important;
  margin-bottom: 0;
}

.font-14 {
  font-size: 14px;
  margin-bottom: 0;
}

.heading-700 {
  font-weight: 700;
  margin-bottom: 0;
}

.heading-600 {
  font-weight: 600;
  margin-bottom: 0;
}

.heading-500 {
  font-weight: 500;
  margin-bottom: 0;
}

.heading-400 {
  font-weight: 400;
  margin-bottom: 0;
}

/* ================================
   Global Reset (Bootstrap-safe)
================================ */
/* Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
html,
body {
  margin: 0;
  padding: 0;
}

/* Improve text rendering */
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Media elements */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* Form elements inherit font */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove button defaults (Bootstrap handles styling) */
button {
  background: none;
  border: none;
}

/* Anchor reset */
a {
  text-decoration: none;
  color: inherit;
}

/* Lists */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media (min-width: 1140px) {
  .container {
    max-width: 1147px !important;
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .container {
    padding-right: 60px;
  }
}
@media (max-width: 575.98px) {
  .container {
    padding: 0 20px;
  }
}

.main-section {
  margin: 70px 0;
}

a {
  text-decoration: none !important;
  color: #000000;
}

.italic-font {
  font-style: italic !important;
  font-weight: 400 !important;
}

.section-scroll {
  scroll-margin-top: 126px;
  display: block;
}
@media (max-width: 991.98px) {
  .section-scroll {
    scroll-margin-top: 82px;
  }
}

.play-button {
  background-color: #8f3ba0;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.play-button::after {
  content: "";
  position: absolute;
  width: 37px;
  height: 37px;
  background-color: #ffffff;
  mask-image: url(../images/play-icon.png);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

strong {
  font-weight: 700;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pt40 {
  padding-top: 40px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.bg-light {
  background-color: #ffffff !important;
}

.white {
  color: #ffffff;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

sup {
  font-size: 0.55em !important;
  line-height: 0;
  vertical-align: super;
  margin-left: 0.06em;
  top: 0;
}

.image-ul-box {
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .image-ul-box {
    flex-direction: column;
    align-items: center;
  }
}
.image-ul-box .image-area {
  width: 100%;
  max-width: 252px;
  flex-shrink: 0;
  margin-left: -53px;
}
@media (max-width: 768px) {
  .image-ul-box .image-area {
    margin-left: 0;
  }
}
.image-ul-box .img-content-area {
  margin-left: -75px;
}
@media (max-width: 768px) {
  .image-ul-box .img-content-area {
    margin-left: 0;
  }
}
.ul-style {
  padding-left: 18px;
}
.ul-style li {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  font-family: var(--font-nunito);
}
.ul-style li::after {
  content: "";
  position: absolute;
  left: -18px;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #000000;
  border-radius: 50%;
}
.ul-style li.sub-li-style {
  padding-left: 18px;
}
.ul-style li.sub-li-style::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 50%;
}
.ul-style li.sub-line-li-style {
  padding-left: 18px;
  margin-left: 20px;
  font-size: 16px;
  line-height: 22px;
}
.ul-style li.sub-line-li-style::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 2px;
  border-radius: 0;
  background-color: #000000;
}

.full-w-purple {
  width: 100%;
  background: #b14fc5;
  padding: 40px 0;
  margin: 60px 0;
}

.blue-box {
  max-width: 1006px;
  padding: 60px 90px 60px 90px;
  background: #5f90c7 url("../images/blue-box-bg.png") no-repeat right center;
  background-size: contain;
  font-family: "industry", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #ffffff;
  border: 3px solid #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .blue-box {
    background: #5f90c7 url("../images/blue-box-bg-xs.png") no-repeat center bottom;
    padding: 60px 40px 60px 35px;
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .grey-box-control {
    max-width: 100%;
    padding: 0;
  }
  .grey-box-control .grey-box .content-box {
    max-width: 540px;
    padding: 0 10px;
  }
}
@media (max-width: 576px) {
  .grey-box-control {
    max-width: 100%;
    padding: 0;
  }
}

.grey-box {
  max-width: 1140px;
  padding: 60px 150px 60px 40px;
  background-color: rgba(157, 157, 157, 0.1);
  font-family: var(--font-nunito);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
  border-top: 10px solid #9D9D9D;
  display: flex;
  gap: 30px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .grey-box {
    flex-direction: column;
    align-items: center;
    padding: 60px 20px;
    gap: 10px;
  }
}
.grey-box .image-box {
  max-width: 252px;
  width: 100%;
  margin-left: -60px;
}
@media (max-width: 768px) {
  .grey-box .image-box {
    margin-left: 0;
  }
}
.grey-box .image-box img {
  width: 100%;
  object-fit: contain;
}
.grey-box .content-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: -60px;
}
@media (max-width: 768px) {
  .grey-box .content-box {
    margin-left: 0;
  }
}
.grey-box .content-box .double-box {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .grey-box .content-box .double-box {
    flex-direction: column;
    gap: 0;
  }
}
.grey-box .content-box .double-box .ul-style {
  font-family: var(--font-nunito);
}

.banner-section {
  width: 100%;
  height: 350px;
  background: #030710;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.banner-section .banner-left {
  flex: 0 0 52%;
  background: transparent;
  position: relative;
  overflow: hidden;
}
.banner-section .banner-left .banner-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  transform: scale(1.05);
  transform-origin: left center;
  display: block;
}
.banner-section .banner-right {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 40px;
  position: relative;
}
.banner-section .banner-right::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -120px;
  width: 240px;
  background: linear-gradient(to right, rgba(3, 7, 16, 0) 0%, #030710 45%);
  pointer-events: none;
}
.banner-section .banner-right .banner-title {
  max-width: 530px;
  position: relative;
  z-index: 1;
}
.banner-section .banner-right .banner-title h1 {
  margin: 0;
  color: #8ab7e9;
  font-family: "industry", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.05;
  text-align: center;
}
.banner-section .banner-right .banner-title h2 {
  margin: 17px 0 0 0;
  color: #ffffff;
  font-family: var(--font-nunito);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 575.98px) {
  .banner-section .banner-right .banner-title h2 {
    width: 70%;
    margin: 30px auto 0 auto;
  }
}
@media (max-width: 767.98px) {
  .banner-section {
    height: auto;
    flex-direction: column;
  }
  .banner-section .banner-left {
    flex: none;
    width: 100%;
    height: 340px;
  }
  .banner-section .banner-left .banner-video {
    object-fit: cover;
    object-position: left center;
  }
  .banner-section .banner-right {
    padding: 24px 20px 80px 20px;
    justify-content: center;
  }
  .banner-section .banner-right::before {
    content: "";
    position: absolute;
    top: -150px;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(3, 7, 16, 0) 0%, #030710 45%);
    pointer-events: none;
  }
  .banner-section .banner-right .banner-title h1 {
    font-size: 50px;
  }
  .banner-section .banner-right .banner-title h2 {
    font-size: 24px;
    margin-top: 30px;
  }
}

.info-grid {
  display: flex;
  min-height: 570px;
}
@media (max-width: 768px) {
  .info-grid.colour-box-info-grid {
    min-height: auto;
  }
}
.info-grid.colour-box-info-grid .grid-item.content-box {
  padding: 0;
  padding-left: 45px;
}
@media (max-width: 991.98px) {
  .info-grid.colour-box-info-grid .grid-item.content-box {
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .info-grid.colour-box-info-grid .grid-item.content-box {
    padding-left: 0;
    margin-top: 20px;
    padding-bottom: 60px;
  }
}
.info-grid.colour-box-info-grid.split-box .grid-item.content-box {
  padding: 0;
  padding-right: 45px;
  padding-bottom: 45px;
}
@media (max-width: 768px) {
  .info-grid.colour-box-info-grid.split-box .grid-item.content-box {
    padding-right: 0;
    margin-top: 20px;
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .info-grid {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .info-grid.split-box {
    flex-direction: column-reverse;
  }
  .info-grid.split-box .grid-item.content-box {
    padding: 76px 115px 50px 40px;
  }
}
@media (max-width: 767.98px) {
  .info-grid.split-box .grid-item.content-box {
    padding: 76px 20px 50px 20px;
  }
}
@media (max-width: 992px) {
  .info-grid.single-box .grid-item.content-box {
    padding: 76px 115px 50px 40px;
  }
}
@media (max-width: 767.98px) {
  .info-grid.single-box .grid-item.content-box {
    padding: 76px 20px 50px 20px;
  }
}
.info-grid .grid-item {
  width: 50%;
}
@media (max-width: 992px) {
  .info-grid .grid-item {
    width: 100%;
  }
}
.info-grid .grid-item.content-box {
  padding: 80px 115px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .info-grid .grid-item.content-box {
    padding: 40px 115px 40px 40px;
  }
}
@media (max-width: 991px) {
  .info-grid .grid-item.content-box {
    padding: 80px 115px 80px 40px;
  }
}
@media (max-width: 768px) {
  .info-grid .grid-item.content-box {
    padding: 160px 20px;
  }
}
.info-grid .grid-item.content-box .content-title {
  font-size: 40px;
  margin-bottom: 45px;
  font-family: "industry", sans-serif;
  font-weight: 600;
}
.info-grid .grid-item.content-box .content-description {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-nunito);
  margin-bottom: 30px;
}
.info-grid .grid-item.image-box {
  position: relative;
  max-height: 570px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .info-grid .grid-item.image-box {
    height: 313px;
  }
}
@media (max-width: 991.98px) {
  .info-grid .grid-item.image-box.blue-line-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .info-grid .grid-item.image-box.blue-line-box .phone-img-rotate {
    transform: scaleX(-1);
  }
}
.info-grid .grid-item.image-box.blue-line-box::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  background-color: #5f90c7;
}
.info-grid .grid-item.image-box.pink-line-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  background-color: #8f3ba0;
}
.info-grid .grid-item.image-box img,
.info-grid .grid-item.image-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.info-grid .grid-item.image-box .note {
  position: absolute;
  bottom: 10px;
  left: 15px;
  font-size: 14px;
  color: #707070;
  font-style: italic;
}
.info-grid .grid-item.image-box .note.white {
  color: #ffffff;
}
.info-grid .grid-item.image-box .note.right-note {
  left: auto;
  right: 30px;
}
.info-grid .grid-item.image-box .note.left-note {
  left: 30px;
  right: auto;
}
@media (max-width: 768px) {
  .info-grid .grid-item.image-box .note.left-note {
    left: auto;
    right: 15px;
  }
}

.image-section {
  width: 100%;
  height: 570px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .image-section {
    height: 313px;
  }
}
.image-section .note {
  position: absolute;
  bottom: 10px;
  left: 115px;
  font-size: 14px;
  color: #ffffff;
  font-style: italic;
}
@media (max-width: 768px) {
  .image-section .note {
    left: 20px;
  }
}
.image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 -100px;
}
@media (max-width: 1200px) {
  .image-section img {
    object-position: top;
  }
}
@media (max-width: 768px) {
  .image-section img {
    object-position: top;
  }
}

.References-section {
  font-size: 14px;
  color: #000000;
  padding: 50px 115px;
  background: linear-gradient(180deg, transparent 0%, #DCE3EB 100%);
}
@media (max-width: 1199.98px) {
  .References-section {
    padding: 50px 115px 50px 40px;
  }
}
@media (max-width: 991.98px) {
  .References-section {
    padding: 50px 115px 50px 40px;
  }
}
@media (max-width: 768px) {
  .References-section {
    padding: 50px 20px;
  }
}

.did-you-know {
  background: #b14fc5;
  padding: 120px 115px;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.did-you-know.inner {
  width: 75%;
  padding: 0;
}
@media (max-width: 768px) {
  .did-you-know.inner {
    width: 100%;
    align-items: start;
  }
}
.did-you-know.inner .did-you-know-head {
  margin-bottom: 30px;
  font-family: "industry", sans-serif !important;
}
.did-you-know.inner .did-you-know-description {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .did-you-know {
    padding: 120px 15px;
    text-align: start;
  }
}

.back-to-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 5;
  cursor: pointer;
}
.back-to-top .smoothScroll {
  text-decoration: none;
  font-family: Segoe UI;
  margin: 24px;
}

.float-mail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: fixed;
  right: 30px;
  top: 353px;
  z-index: 5;
  color: #b14fc5;
  transition: color 0.1s ease;
}
.float-mail.is-overlapping {
  color: #ffffff !important;
}
.float-mail.is-overlapping .float-icon svg path {
  fill: #ffffff !important;
}
.float-mail.home-float {
  top: auto;
  right: 40px;
  bottom: 50px;
  position: fixed;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.float-mail.home-float.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.float-mail .float-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 10px;
  transition: color 0.1s ease;
}
.float-mail:hover {
  color: #8f3ba0;
}
.float-mail:hover .float-icon svg path {
  fill: #8f3ba0;
}
.float-mail .float-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}
@media (max-width: 768px) {
  .float-mail {
    display: none;
  }
}

.home-slide-section {
  background: #252a41;
  padding: 0;
  position: relative;
  z-index: 6;
}
.home-slide-section .home-slider {
  display: flex;
  width: 100%;
  min-height: 220px;
}
.home-slide-section .home-slider-nav {
  flex: 0 0 110px;
  background: #252a41;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.home-slide-section .home-slider-btn {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 44px;
  line-height: 1;
  padding: 0;
  transform: rotate(90deg);
}
.home-slide-section .home-carousel-viewport {
  flex: 1;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  touch-action: pan-y;
}
.home-slide-section .home-carousel-track {
  display: flex;
  transform: translateX(0);
  width: 100%;
  touch-action: pan-y;
}
.home-slide-section .home-carousel-slide {
  flex: 0 0 25%;
  height: auto;
  min-width: 350px;
}
@media (max-width: 575.98px) {
  .home-slide-section .home-carousel-slide {
    flex: 0 0 290px;
    min-width: 290px;
  }
}
.home-slide-section .home-slide-card {
  height: 100%;
  min-height: 220px;
  background: #b14fc5;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 26px;
  text-decoration: none;
  color: #ffffff;
}
.home-slide-section .home-slide-card.one {
  background: #b14fc5;
}
.home-slide-section .home-slide-card.two {
  background: rgba(177, 79, 197, 0.9);
}
.home-slide-section .home-slide-card.three {
  background: rgba(177, 79, 197, 0.8);
}
.home-slide-section .home-slide-card.four {
  background: rgba(177, 79, 197, 0.7);
}
.home-slide-section .home-slide-icon {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8ab7e9;
  font-size: 36px;
  position: relative;
  margin-bottom: 2px;
}
.home-slide-section .home-slide-icon::after {
  content: "";
  opacity: 1;
  pointer-events: none;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  width: 40px;
  height: 5px;
  background: radial-gradient(rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.3) 75%);
  border-radius: 50%;
  filter: blur(2px);
}
.home-slide-section .home-slide-icon img {
  position: relative;
  z-index: 1;
  max-height: 70px;
  width: auto;
}
.home-slide-section .home-slide-card h3 {
  margin: 0;
  font-family: "industry", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 15px;
}
.home-slide-section .home-slide-card p {
  margin: auto 0 0 0;
  font-family: var(--font-nunito);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  max-width: 260px;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.home-slide-section .home-slide-down {
  margin-top: 18px;
  font-size: 22px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.9;
}
@media (max-width: 767.98px) {
  .home-slide-section .home-slider-nav {
    flex: 0 0 56px;
  }
  .home-slide-section .home-slider-btn {
    font-size: 36px;
  }
}

.multi-subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  line-height: 28px;
  margin-bottom: 40px;
}
.multi-subtitle .bold {
  font-weight: 700 !important;
}

.health-equity-section {
  padding: 60px 0 30px;
}

.bc-title {
  font-size: 40px;
  color: #252a41;
  line-height: 1.3;
  margin-bottom: 45px;
  font-family: "industry", sans-serif !important;
  font-weight: 600 !important;
}

.bc-intro {
  background: #ffffff;
  padding: 60px 0;
}
.bc-intro .bc-title {
  font-size: 40px;
  color: #252a41;
  line-height: 1.3;
  margin-bottom: 45px;
  font-family: "industry", sans-serif !important;
  font-weight: 600 !important;
}
.bc-intro .bc-title.heading-width {
  max-width: 100%;
  width: 970px;
}
.bc-intro .bc-title span {
  display: block;
  font-weight: 600;
}
.bc-intro .bc-description {
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  margin-bottom: 40px;
}
.bc-intro .bc-subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 30px;
  font-family: var(--font-nunito);
}
.bc-intro .bc-image-wrapper {
  display: flex;
  justify-content: start;
  max-width: 783px;
}
@media (max-width: 768px) {
  .bc-intro .bc-image-wrapper {
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.bc-intro .bc-image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
.bc-intro .bc-image-wrapper img.desktop-img {
  display: flex;
}
.bc-intro .bc-image-wrapper img.phone-img {
  display: none;
}
@media (max-width: 768px) {
  .bc-intro .bc-image-wrapper img.desktop-img {
    display: none;
  }
  .bc-intro .bc-image-wrapper img.phone-img {
    display: flex;
  }
}

.nmibc-stats {
  background: #8ab7e9;
  padding: 60px 0;
}
.nmibc-stats .nmibc-top {
  display: grid;
  align-items: center;
  gap: 40px;
}
.nmibc-stats .chart-title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
  font-family: var(--font-nunito);
}
.nmibc-stats .nmibc-img-wrapper {
  display: flex;
  justify-content: start;
  width: 100%;
  max-width: 845px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .nmibc-stats .nmibc-img-wrapper {
    justify-content: center;
    margin-bottom: 0px;
  }
}
.nmibc-stats .nmibc-img-wrapper img {
  width: 100%;
}
.nmibc-stats .nmibc-img-wrapper img.desktop-img {
  display: flex;
}
.nmibc-stats .nmibc-img-wrapper img.phone-img {
  display: none;
}
@media (max-width: 768px) {
  .nmibc-stats .nmibc-img-wrapper img.desktop-img {
    display: none;
  }
  .nmibc-stats .nmibc-img-wrapper img.phone-img {
    display: flex;
  }
}
.nmibc-stats .chart-sub {
  font-size: 14px;
  color: #0f1e35;
}
.nmibc-stats .circle-wrap {
  width: 280px;
  height: 280px;
  margin-top: 20px;
  border-radius: 50%;
  background: conic-gradient(#2c79a1 0% 75%, #b7d9f3 75% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.nmibc-stats .circle-inner {
  width: 190px;
  height: 190px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #0f1e35;
}
.nmibc-stats .circle-inner strong {
  font-size: 20px;
}
.nmibc-stats .circle-inner span {
  font-size: 16px;
  font-weight: 600;
}
.nmibc-stats .chart-connector {
  width: 120px;
  height: 1px;
  border-top: 2px dashed #5b89b6;
}
.nmibc-stats .pie-wrap {
  width: 220px;
  height: 220px;
  margin-top: 20px;
  border-radius: 50%;
  background: conic-gradient(#c97bd8 0% 33%, #a9c7ea 33% 66%, #d9d9d9 66% 100%);
  position: relative;
}
.nmibc-stats .pie {
  position: absolute;
  font-size: 14px;
  font-weight: 600;
  color: #0f1e35;
}
.nmibc-stats .pie.low {
  top: 40px;
  left: 45px;
}
.nmibc-stats .pie.intermediate {
  top: 70px;
  right: 30px;
}
.nmibc-stats .pie.high {
  bottom: 45px;
  left: 90px;
}
.nmibc-stats .footnote {
  font-size: 14px;
  font-weight: 400;
  padding-left: 2px;
  text-indent: -10px;
  line-height: 1.6;
}
.nmibc-stats .nmibc-text {
  max-width: 900px;
  color: #0f1e35;
}
.nmibc-stats .nmibc-text .nmibc-heading {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 24px;
  font-family: var(--font-nunito);
}
@media (max-width: 768px) {
  .nmibc-stats .nmibc-stats .nmibc-top {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .nmibc-stats .nmibc-stats .chart-connector {
    display: none;
  }
  .nmibc-stats .nmibc-stats .circle-wrap,
  .nmibc-stats .nmibc-stats .pie-wrap {
    margin: 20px auto 0;
  }
}

.note-container {
  padding: 60px 0;
}

@media (max-width: 768px) {
  .note-container.half-grey-bg {
    position: relative;
    padding-top: 0;
  }
  .note-container.half-grey-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(157, 157, 157, 0.1);
  }
}
@media (max-width: 576px) {
  .note-container.half-grey-bg {
    position: relative;
    padding-top: 0;
  }
}
.sticky-note {
  width: 100%;
  margin-top: -105px;
  position: relative;
}

.determining-section {
  padding: 0 0 60px 0;
}
.determining-section .determining-heading {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-nunito);
  margin-bottom: 20px;
}
.determining-section .determining-description {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-nunito);
}

.aua-risk {
  padding: 0;
}
.aua-risk .aua-container {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  padding: 50px 15px 20px 15px;
}
@media (max-width: 767.98px) {
  .aua-risk .aua-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.aua-risk .small-title {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-nunito);
  padding: 15px 0 35px 0;
}
.aua-risk .small-description {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-nunito);
}
.aua-risk .aua-title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  font-family: var(--font-nunito);
  color: #8f3ba0;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .aua-risk .aua-title {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
.aua-risk .aua-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
}
@media (max-width: 768px) {
  .aua-risk .aua-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.aua-risk .aua-description {
  font-size: 12px;
  font-weight: 400;
  font-family: var(--font-nunito);
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .aua-risk .aua-description {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.aua-risk .aua-column {
  text-align: center;
  position: relative;
}
.aua-risk .aua-column:first-child::before {
  display: none;
}
.aua-risk .aua-column::before {
  content: "";
  position: absolute;
  left: 0;
  top: 150px;
  bottom: 0;
  width: 1px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .aua-risk .aua-column::before {
    display: none;
  }
}
.aua-risk .aua-graph {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aua-risk .aua-graph img {
  max-width: 330px;
  width: 100%;
  height: auto;
}
.aua-risk .aua-heading {
  font-size: 30px;
  font-weight: 600;
  font-family: "industry", sans-serif;
  margin-bottom: 40px;
}
.aua-risk .aua-table {
  overflow: hidden;
  font-size: 24px;
  font-weight: 400;
}
.aua-risk .aua-row {
  padding: 10px 30px;
  font-size: 24px;
  font-family: var(--font-nunito);
  background-color: #ffffff;
}
.aua-risk .low-risk .aua-heading {
  color: #9D9D9D;
}
.aua-risk .low-risk .aua-table .aua-row {
  background-color: #ffffff;
}
.aua-risk .low-risk .aua-table .aua-row:nth-child(even) {
  background: rgba(157, 157, 157, 0.16);
}
.aua-risk .intermediate-risk .aua-heading {
  color: #5f90c7;
}
.aua-risk .intermediate-risk .aua-table .aua-row {
  background-color: rgba(95, 144, 199, 0.16);
}
.aua-risk .intermediate-risk .aua-table .aua-row:nth-child(even) {
  background: #ffffff;
}
.aua-risk .high-risk .aua-heading {
  color: #b14fc5;
}
.aua-risk .high-risk .aua-table .aua-row {
  background-color: #ffffff;
}
.aua-risk .high-risk .aua-table .aua-row:nth-child(even) {
  background: rgba(177, 79, 197, 0.16);
}

.adverse-events {
  padding: 60px 0 0px;
  /* ===== TITLE ===== */
  /* ===== ITEM ===== */
  /* ===== CONTENT ===== */
  /* ===== QUOTE ===== */
}
.adverse-events .ae-container {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}
.adverse-events .ae-title {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  font-family: var(--font-nunito);
  margin-bottom: 40px;
}
.adverse-events .ae-item {
  display: flex;
  gap: 60px;
  margin-bottom: 30px;
  /* ===== ICON ===== */
}
@media (max-width: 768px) {
  .adverse-events .ae-item {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}
.adverse-events .ae-item .ae-icon {
  width: 100%;
  max-width: 112px;
  flex-shrink: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  position: relative;
  height: fit-content;
  padding-bottom: 30px;
}
.adverse-events .ae-item .ae-icon::after {
  content: "";
  opacity: 1;
  pointer-events: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 23px;
  background: radial-gradient(rgba(56, 56, 56, 0.8) 0%, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.06) 50% 100%);
  border-radius: 50%;
  filter: blur(2px);
}
.adverse-events .ae-item .ae-icon img {
  width: 100%;
  height: auto;
}
.adverse-events .ae-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.adverse-events .ae-content {
  margin-top: 30px;
}
.adverse-events .ae-content p {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-nunito);
  line-height: 1.7;
  color: #000000;
  margin-bottom: 0;
}
.adverse-events .ae-content p .ae-bold {
  font-weight: 700;
}
.adverse-events .ae-content strong {
  font-weight: 600;
}
.adverse-events blockquote {
  color: #5f90c7;
  font-size: 18px;
  font-weight: 700;
  padding: 25px 20px 25px 35px;
  border-top: 1px solid #5F8FC7;
  border-bottom: 1px solid #5F8FC7;
  font-family: var(--font-nunito);
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .adverse-events blockquote {
    padding-right: 0;
  }
}
.adverse-events blockquote .quote-text {
  margin: 0;
  line-height: 1.5;
  position: relative;
  padding-left: 10px;
  font-weight: 700;
  color: #5f90c7;
}
.adverse-events blockquote .quotes-name {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #5f90c7;
  text-align: end;
  margin-right: 0;
}
@media (max-width: 768px) {
  .adverse-events blockquote .quotes-name {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .adverse-events blockquote .quotes-name span {
    display: block;
  }
}
.adverse-events blockquote .left-quotes {
  width: 30px;
  height: 30px;
  position: absolute;
  left: -35px;
  top: -7px;
  display: inline-block;
  margin-right: 0;
}
.adverse-events blockquote .left-quotes img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.adverse-events blockquote .right-quotes {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 8px;
  transform: rotate(180deg);
}
.adverse-events blockquote .right-quotes img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.the-science-section h1 {
  font-family: "industry", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  color: #000000;
}
.the-science-section h3 {
  font-family: var(--font-nunito);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin: 40px 0 0 0;
  color: #000000;
}
.the-science-section p {
  font-family: var(--font-nunito);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin: 20px 0 0 0;
  color: #000000;
}
.the-science-section ul {
  margin-top: 10px;
  margin-left: 20px;
}
.the-science-section ul li {
  font-family: var(--font-nunito);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  list-style: disc;
  color: #000000;
}
.the-science-section .pathway {
  display: flex;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 40px;
  max-width: 1006px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
.the-science-section .pathway img.desktop-img {
  display: flex;
}
.the-science-section .pathway img.phone-img {
  display: none;
}
@media (max-width: 768px) {
  .the-science-section .pathway img.desktop-img {
    display: none;
  }
  .the-science-section .pathway img.phone-img {
    display: flex;
    width: 100%;
  }
}
.the-science-section .advancement h3 {
  font-family: var(--font-nunito);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  color: #ffffff;
}
.the-science-section .advancement p {
  font-family: var(--font-nunito);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin: 20px 0;
  color: #ffffff;
}
.the-science-section .advancement ul li {
  font-family: var(--font-nunito);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  list-style: disc;
  color: #ffffff;
}
.the-science-section .oit-benefits {
  margin: 60px 0 0 0;
}
.the-science-section .oit-benefits h3 {
  margin-top: 0;
  font-weight: 700;
}
.the-science-section .oit-benefits p {
  max-width: 1078px;
}
.the-science-section .oit-benefits-list {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  max-width: 1078px;
  gap: 20px;
}
@media (max-width: 575.98px) {
  .the-science-section .oit-benefits-list {
    gap: 30px;
  }
}
.the-science-section .oit-benefits-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  gap: 34px;
}
@media (max-width: 767.98px) {
  .the-science-section .oit-benefits-item {
    gap: 10px;
  }
}
@media (max-width: 575.98px) {
  .the-science-section .oit-benefits-item {
    flex-direction: column;
  }
}
.the-science-section .oit-benefits-icon {
  flex: 0 0 252px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 6px;
  margin-left: -62px;
}
@media (max-width: 575.98px) {
  .the-science-section .oit-benefits-icon {
    margin-left: 0;
  }
}
.the-science-section .oit-benefits-icon img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  object-fit: contain;
  display: block;
}
.the-science-section .oit-benefits-icon.stimulation-shadow::after {
  transform: translateX(-53%);
}
@media (max-width: 575.98px) {
  .the-science-section .oit-benefits-icon {
    flex: 0 0 120px;
  }
  .the-science-section .oit-benefits-icon::after {
    bottom: -5px;
    width: 140px;
  }
  .the-science-section .oit-benefits-icon.stimulation-shadow::after {
    transform: translateX(-65%);
  }
}
.the-science-section .oit-benefits-text {
  flex: 1;
  margin-left: -63px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .the-science-section .oit-benefits-text {
    margin-left: -23px;
  }
}
@media (max-width: 575.98px) {
  .the-science-section .oit-benefits-text {
    margin-left: 0;
  }
  .the-science-section .oit-benefits-text.selectivity, .the-science-section .oit-benefits-text.amplification, .the-science-section .oit-benefits-text.disruption, .the-science-section .oit-benefits-text.stimulation {
    margin-top: 0 !important;
  }
}
.the-science-section .oit-benefits-text p {
  margin-top: 0;
  margin-bottom: 0;
}
.the-science-section .oit-benefits-text.selectivity {
  margin-top: -17px;
}
.the-science-section .oit-benefits-text.amplification {
  margin-top: -52px;
}
.the-science-section .oit-benefits-text.disruption {
  margin-top: -20px;
}
.the-science-section .oit-benefits-text.stimulation {
  margin-top: 15px;
}
.the-science-section .references-text {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  font-family: var(--font-nunito);
  margin-top: 60px;
}
.the-science-section .references-text span {
  font-weight: 600;
}

.references-note {
  padding-bottom: 60px;
}
.references-note .reference-text {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  font-family: var(--font-nunito);
}

.therapeutic-landscape-section h1 {
  font-family: "industry", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  color: #000000;
}
.therapeutic-landscape-section h3 {
  font-size: 24px;
  font-family: var(--font-nunito);
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  color: #000000;
}
.therapeutic-landscape-section p {
  margin-top: 20px;
  font-weight: 400;
  font-family: var(--font-nunito);
  color: #000000;
}
.therapeutic-landscape-section .unresponsive-disease {
  margin-top: 22px;
}
.therapeutic-landscape-section .unresponsive-disease-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 0;
}
.therapeutic-landscape-section .unresponsive-disease-item {
  text-align: center;
  padding: 14px 26px 6px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 46px;
}
@media (min-width: 1139px) and (max-width: 1282px) {
  .therapeutic-landscape-section .unresponsive-disease-item {
    min-height: 214px !important;
  }
}
@media (min-width: 991.98px) and (max-width: 1282px) {
  .therapeutic-landscape-section .unresponsive-disease-item {
    min-height: 206px;
  }
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
  .therapeutic-landscape-section .unresponsive-disease-item {
    min-height: 242px;
  }
}
.therapeutic-landscape-section .unresponsive-disease-item::after {
  content: "";
  position: absolute;
  background-image: url(../images/shadow.png);
  width: 100%;
  max-width: 376px;
  height: 36px;
  object-fit: contain;
  background-position: center;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .therapeutic-landscape-section .unresponsive-disease-item::after {
    bottom: 30px;
  }
}
.therapeutic-landscape-section .unresponsive-disease-item > * {
  position: relative;
  z-index: 1;
}
.therapeutic-landscape-section .unresponsive-disease-item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #5f90c7;
  opacity: 0.6;
}
.therapeutic-landscape-section .unresponsive-disease-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  max-height: 50px;
}
.therapeutic-landscape-section .unresponsive-disease-icon img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
}
.therapeutic-landscape-section .unresponsive-disease-top {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 10px;
}
.therapeutic-landscape-section .unresponsive-disease-bottom {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  color: #000000;
  width: 95%;
}
@media (max-width: 768px) {
  .therapeutic-landscape-section .unresponsive-disease-bottom {
    width: 90%;
  }
}
.therapeutic-landscape-section .unresponsive-disease-item.no-top-title {
  padding-top: 50px;
}
@media (max-width: 991.98px) {
  .therapeutic-landscape-section .unresponsive-disease-item {
    padding: 14px 18px 6px;
    padding-bottom: 46px;
  }
}
@media (max-width: 767.98px) {
  .therapeutic-landscape-section .unresponsive-disease-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .therapeutic-landscape-section .unresponsive-disease-item {
    padding: 0;
    padding-bottom: 76px;
    border-bottom: 1px solid #5f90c7;
  }
  .therapeutic-landscape-section .unresponsive-disease-item:last-child {
    border-bottom: 0;
  }
  .therapeutic-landscape-section .unresponsive-disease-item::before {
    display: none;
  }
  .therapeutic-landscape-section .unresponsive-disease-item.no-top-title {
    padding-top: 0;
  }
}
.therapeutic-landscape-section .therapeutic-landscape-image-wrapper {
  display: flex;
  justify-content: start;
  margin-top: 40px;
  max-width: 783px;
}
@media (max-width: 768px) {
  .therapeutic-landscape-section .therapeutic-landscape-image-wrapper {
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.therapeutic-landscape-section .therapeutic-landscape-image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
.therapeutic-landscape-section .therapeutic-landscape-image-wrapper img.desktop-img {
  display: flex;
}
.therapeutic-landscape-section .therapeutic-landscape-image-wrapper img.phone-img {
  display: none;
}
@media (max-width: 768px) {
  .therapeutic-landscape-section .therapeutic-landscape-image-wrapper img.desktop-img {
    display: none;
  }
  .therapeutic-landscape-section .therapeutic-landscape-image-wrapper img.phone-img {
    display: flex;
  }
}
.therapeutic-landscape-section .notes {
  margin-top: 40px;
  padding-left: 2px;
  text-indent: -10px;
  line-height: 1.6;
}
.therapeutic-landscape-section .full-w-blue-box {
  background: #D0E2F6;
  padding: 40px 0 60px 0;
  margin: 60px 0;
}
.therapeutic-landscape-section .full-w-blue-box p {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-nunito);
  color: #000000;
}
.therapeutic-landscape-section .full-w-blue-box ul {
  margin-left: 20px;
}
.therapeutic-landscape-section .full-w-blue-box ul li {
  font-family: var(--font-nunito);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  list-style: disc;
  color: #000000;
}

.cancer-treatment-wrapper {
  padding-top: 60px;
}
.cancer-treatment-wrapper .cancer-treatment-title {
  font-weight: 600;
}

.bladder-sparing-categories {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 26px;
  align-items: start;
}

.bladder-sparing-item {
  text-align: center;
  padding: 12px 18px 0;
  position: relative;
  border-right: 1px solid #8ab7e9;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bladder-sparing-item:last-child {
  border-right: none;
}
@media (max-width: 567px) {
  .bladder-sparing-item:last-child {
    border-bottom: none;
  }
}
@media (max-width: 992px) {
  .bladder-sparing-item:nth-child(3) {
    border-right: none;
  }
}
@media (max-width: 575.98px) {
  .bladder-sparing-item {
    border-bottom: 1px solid #8ab7e9;
    border-right: none;
    padding-bottom: 35px !important;
  }
}

.bladder-sparing-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 116px;
}
.bladder-sparing-icon img {
  position: relative;
  z-index: 1;
  object-fit: contain;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.bladder-sparing-label {
  margin: 0;
  font-size: 18px;
  font-weight: 700 !important;
  line-height: 1.2;
  color: #000000;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991.98px) {
  .bladder-sparing-categories {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px 0;
  }
  .bladder-sparing-item {
    padding: 12px 12px 0;
  }
  .bladder-sparing-item::before {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .bladder-sparing-categories {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 0 20px;
  }
}
.video-section {
  padding: 40px 0 60px 0;
}
.video-section .video-heading {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-nunito);
  margin-bottom: 30px;
}

.video-modal .modal-dialog {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.video-modal .modal-content {
  background: #000000;
  border: 0;
  border-radius: 0;
  overflow: hidden;
}
.video-modal .modal-body {
  position: relative;
  padding: 0;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-modal .video-modal-ratio {
  margin: 0;
  width: min(100vw, 177.7777777778vh);
  max-height: 100vh;
}
.video-modal .modal-btn-close {
  position: absolute;
  top: 6px;
  right: 50px;
  z-index: 2;
  opacity: 1;
  width: 35px;
  height: 35px;
  mask-image: url(../images/close-icon.png);
  background-color: #b14fc5;
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
}
.video-modal.hide-close .btn-close {
  display: none;
}

.video-wapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #707070;
  position: relative;
  max-width: 750px;
  width: 100%;
}
.video-wapper .video-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-wapper .play-button {
  position: absolute;
}
.video-wapper .play-button::after {
  display: none;
}
.video-wapper .play-button svg {
  width: 32px;
  height: 37px;
}
@media (max-width: 576px) {
  .video-wapper .play-button {
    width: 60px;
    height: 60px;
  }
  .video-wapper .play-button svg {
    width: 25px;
    height: 25px;
  }
}

.nmibc-section {
  background: #D0E2F6;
  padding: 60px 0 160px;
  position: relative;
}

.nmibc-container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

/* IMAGE */
.nmibc-image {
  position: relative;
  width: 550px;
  height: 490px;
}
@media (max-width: 991.98px) {
  .nmibc-image {
    width: 100%;
    height: auto;
  }
}
.nmibc-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nmibc-image .image-note {
  position: absolute;
  bottom: 10px;
  left: 15px;
  font-size: 14px;
  color: #ffffff;
  font-style: italic;
}

/* CONTENT */
.nmibc-content .nmibc-heading {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-nunito);
  color: #000000;
  margin-bottom: 30px;
}
.nmibc-content .nmibc-intro {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-nunito);
  margin-bottom: 10px;
  color: #333;
}

/* RESPONSIVE */
@media (max-width: 991.98px) {
  .nmibc-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .nmibc-content h2 {
    font-size: 20px;
  }
}
.input-box input {
  border: 1px solid #979797;
  padding: 10px 15px;
  height: 45px;
  outline: none;
  width: 100%;
}
.input-box select {
  border: 1px solid #979797;
  padding: 10px 15px;
  height: 45px;
  outline: none;
  width: 100%;
}

.custom-select {
  position: relative;
}
.custom-select select {
  border: 1px solid #979797;
  padding: 10px 15px;
  padding-right: 30px;
  height: 45px;
  outline: none;
  width: 100%;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.custom-select::after {
  content: "";
  position: absolute;
  right: 16px;
  top: calc(50% - 3px);
  width: 10px;
  height: 10px;
  border-right: 1px solid #b14fc5;
  border-bottom: 1px solid #b14fc5;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.25s ease;
  pointer-events: none;
}
.custom-select.open::after {
  transform: translateY(calc(50% - 3px)) rotate(-135deg);
}

.input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.input-wrapper .input-label {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-nunito);
}

.contact-section-section {
  padding: 60px 0 30px;
}

.contact-information-wrapper {
  color: #000000;
}
.contact-information-wrapper .information-title {
  font-size: 18px;
  font-weight: 400px;
  font-family: var(--font-nunito);
  margin-bottom: 20px;
}
.contact-information-wrapper .contact-field-wrapper {
  max-width: 880px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}
.contact-information-wrapper .contact-field-wrapper .input-wrapper {
  width: 100%;
}
.contact-information-wrapper .contact-field-wrapper .input-wrapper .double-title {
  display: flex;
  justify-content: space-between;
}
.contact-information-wrapper .contact-field-wrapper .input-wrapper .double-title .verification-label {
  font-size: 12px;
  font-family: var(--font-nunito);
  font-weight: 300;
}
@media (max-width: 768px) {
  .contact-information-wrapper .contact-field-wrapper .input-wrapper .double-title .verification-label {
    font-size: 10px;
  }
}
.contact-information-wrapper .contact-field-wrapper .input-wrapper .double-title .verification-label a {
  text-decoration: underline !important;
  color: #000000;
}
.contact-information-wrapper .contact-field-wrapper .double-field {
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .contact-information-wrapper .contact-field-wrapper .double-field {
    flex-direction: column;
    gap: 15px;
  }
}
.contact-information-wrapper .contact-field-wrapper .check-box-wrapper {
  margin-top: 25px;
}
.contact-information-wrapper .validation-message {
  max-width: 880px;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #c02b0a;
  background-color: rgba(192, 43, 10, 0.031372549);
  color: #c02b0a;
  font-size: 14px;
  font-weight: 400;
  font-family: "industry", sans-serif;
}
.contact-information-wrapper .validation-message .message-text {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}
.contact-information-wrapper .validation-message ul {
  margin-left: 47px;
}
.contact-information-wrapper .validation-message ul li {
  list-style: disc;
  text-decoration: underline;
  cursor: pointer;
}
.contact-information-wrapper .validation-message ul li::marker {
  font-size: 18px;
}

.check-box-style {
  display: flex;
  position: relative;
  height: 40px;
  align-items: center;
  width: fit-content;
}
.check-box-style input {
  display: none;
}
.check-box-style label {
  padding-left: 60px;
  cursor: pointer;
}
.check-box-style label::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #979797;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  left: 0;
  top: 0;
}
.check-box-style label.alert-box::after {
  border-color: #c02b0a;
}
.check-box-style input:checked + label::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  mask-image: url(../images/tick.png);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  background-color: #b14fc5;
}

.imp-note-wrapper {
  padding-bottom: 60px;
}
.imp-note-wrapper .button-wrapper {
  padding-top: 40px;
}

.imp-note {
  padding-left: 10px;
  position: relative;
  font-size: 18px;
  font-family: var(--font-nunito);
  font-weight: 400;
}
.imp-note::after {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}
.imp-note a {
  text-decoration: underline !important;
  font-weight: 600;
  color: #000000;
}

.required-text {
  font-size: 16px;
  font-family: var(--font-nunito);
  font-weight: 400;
  color: #b14fc5;
}

.therapeutic-button-container {
  padding: 40px 0;
}

.patient-caregiver-section .basics-bladder-cancer {
  padding-bottom: 156px;
  background-image: linear-gradient(to bottom, rgba(252, 248, 248, 0.5), rgba(208, 226, 246, 0.5));
}
.patient-caregiver-section .basics-bladder-cancer .glossary-title {
  font-size: 18px;
  font-family: var(--font-nunito);
  font-weight: 400;
  color: #ffffff;
  background: #b14fc5;
  padding: 11.5px 28px;
  display: inline-block;
}
.patient-caregiver-section .basics-bladder-cancer h1 {
  font-size: 40px;
  font-weight: 600;
  font-family: "industry", sans-serif;
  margin-top: 20px;
  margin-bottom: 42px;
  color: #252a41;
}
.patient-caregiver-section .basics-bladder-cancer .basics-bladder-cancer-content p {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-nunito);
  color: #000000;
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper {
  text-align: center;
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .intermediate-risk-title {
  color: #252a41;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  font-family: var(--font-nunito);
  padding: 16px 34px;
  background: #D0E2F6;
  border: 1px solid #252a41;
  display: inline-block;
  margin: 0 auto 40px;
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper {
  margin: auto;
  display: flex;
  flex-direction: column;
  /* ================= DESKTOP TITLE ================= */
  /* ================= RISK TITLE ================= */
  /* ================= MOBILE TITLE ================= */
  /* ================= SLIDER ================= */
  /* ================= CONTENT ================= */
  /* ================= MOBILE ================= */
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-titles {
  margin-bottom: 25px;
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
  .patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-titles {
    margin-bottom: 0;
  }
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-desktop {
  display: flex;
  position: relative;
  padding-bottom: 60px;
  justify-content: space-around;
  align-items: flex-end;
  margin: 0 20px;
  /* full-width background line */
  /* Active segment (hidden here) */
  /* Desktop active line */
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
  .patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-desktop {
    padding-bottom: 106px;
  }
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-desktop::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DCE3EB;
  transform: translateY(-50%);
  border-radius: 2px;
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-desktop::after {
  display: none;
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-desktop .desktop-active-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 33.33%;
  height: 2px;
  background: #8ab7e9;
  transform: translateY(-50%);
  transition: left 0.4s ease, opacity 0.4s ease;
  border-radius: 2px;
  opacity: 0;
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-title {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  font-family: "industry", sans-serif;
  color: #5f90c7;
  position: relative;
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
  .patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-title {
    min-height: 90px;
    align-items: end;
    display: flex;
    justify-content: center;
  }
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-title.no-border-line::before {
  content: "";
  position: absolute;
  display: none;
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-title.no-border-line::after {
  content: "";
  position: absolute;
  display: none;
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-title::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 2px;
  height: 10px;
  background: #DCE3EB;
  transform: translateY(-50%);
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-title::after {
  content: "";
  position: absolute;
  bottom: -18px;
  right: 0;
  width: 2px;
  height: 10px;
  background: #DCE3EB;
  transform: translateY(-50%);
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-title.active::before {
  content: "";
  background: #8ab7e9;
  z-index: 1;
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-title.active::after {
  content: "";
  background: #8ab7e9;
  z-index: 1;
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-title.active.no-border-line::before {
  content: "";
  position: absolute;
  display: block;
  left: -1px;
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-title.active.no-border-line::after {
  content: "";
  position: absolute;
  display: block;
  right: -1px;
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-title.active {
  color: #252a41;
  font-size: 30px;
  font-weight: 600;
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-title.active .line {
  transform: scaleX(1);
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-mobile {
  display: none;
  text-align: center;
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-mobile .mobile-text {
  font-family: "industry", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #252a41;
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-mobile .mobile-line {
  position: relative;
  height: 2px;
  background: #dce3f2;
  margin-top: 8px;
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-mobile .mobile-line .mobile-active {
  position: absolute;
  top: 0;
  left: 0;
  width: 33.33%;
  height: 100%;
  background: #8ab7e9;
  transition: left 0.4s ease;
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-mobile .mobile-line .mobile-active::before, .patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-mobile .mobile-line .mobile-active::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 10px;
  background: #8ab7e9;
  transform: translateY(-50%);
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-mobile .mobile-line .mobile-active::before {
  left: 0;
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-mobile .mobile-line .mobile-active::after {
  right: 0;
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .slider-container {
  margin: 30px 0;
  padding: 10px 25px;
  background-color: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .slider-container .slider-track {
  position: relative;
  height: 18px;
  border-radius: 20px;
  cursor: pointer;
  background: linear-gradient(to right, #8ab7e9 0%, #8ab7e9 16.66%, #6fa0d7 16.66%, #6fa0d7 33.33%, #4677ae 33.33%, #4677ae 50%, #2c5d94 50%, #2c5d94 66.66%, #05366d 66.66%, #05366d 83.33%, #252a41 83.33%, #252a41 100%);
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .slider-container .slider-track .slider-handle {
  position: absolute;
  top: 50%;
  left: 0;
  width: 106px;
  height: 106px;
  background: #ffffff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  cursor: grab;
  display: flex;
  align-items: center;
  justify-content: center;
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .slider-container .slider-track .slider-handle.start-intro {
  animation: sliderIntro 1.4s ease-in-out forwards;
}
@keyframes sliderIntro {
  0% {
    left: 0%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 50%;
  }
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .slider-container .slider-track .slider-handle img {
  margin-top: 10px;
  width: 70%;
  height: 70%;
  object-fit: contain;
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-content {
  text-align: center;
  margin-top: 40px;
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-content .risk-desc {
  width: 380px;
  max-width: 100%;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-nunito);
  color: #000000;
  line-height: 32px;
  padding: 0 18px;
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-content .risk-desc p {
  padding-bottom: 0;
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-content .risk-desc p span {
  font-weight: 700;
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-content .risk-desc.active {
  margin: 0 auto 0 auto;
  opacity: 1;
  pointer-events: auto;
  height: fit-content;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 2s ease-out, transform 2s ease-out;
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-content .risk-desc:nth-child(1).active {
  margin-left: 0;
  margin-right: auto;
}
.patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-content .risk-desc:nth-child(3).active {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 768px) {
  .patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-desktop {
    display: none;
  }
  .patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-mobile {
    display: block;
    margin-bottom: 20px;
  }
  .patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .risk-content .risk-desc.active {
    margin: 0 auto 0 auto !important;
  }
  .patient-caregiver-section .basics-bladder-cancer .intermediate-risk-wrapper .risk-slide-wrapper .slider-container .slider-track .slider-handle {
    width: 70px;
    height: 70px;
  }
}
.patient-caregiver-section .full-w-light-blue {
  background: rgba(138, 183, 233, 0.4);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 570px;
}
@media (max-width: 992px) {
  .patient-caregiver-section .full-w-light-blue {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.patient-caregiver-section .full-w-light-blue .left-section {
  line-height: 0;
  height: 100%;
  overflow: hidden;
  position: relative;
  max-height: 570px;
}
@media (max-width: 575.98px) {
  .patient-caregiver-section .full-w-light-blue .left-section {
    max-height: 313px;
  }
}
.patient-caregiver-section .full-w-light-blue .left-section img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.patient-caregiver-section .full-w-light-blue .left-section .note {
  position: absolute;
  bottom: 10px;
  left: 15px;
  font-size: 14px;
  color: #ffffff;
}
.patient-caregiver-section .full-w-light-blue .right-section {
  margin-left: 124px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 426px;
  gap: 8px;
}
@media (max-width: 992px) {
  .patient-caregiver-section .full-w-light-blue .right-section {
    padding: 40px 20px;
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .patient-caregiver-section .full-w-light-blue .right-section {
    max-width: 540px;
    gap: 0;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .patient-caregiver-section .full-w-light-blue .right-section {
    padding-right: 50px;
    margin-left: 60px;
  }
}
@media (max-width: 992px) {
  .patient-caregiver-section .full-w-light-blue .right-section {
    padding: 40px 12px;
  }
}
.patient-caregiver-section .full-w-light-blue .right-section p {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-nunito);
  color: #000000;
}
.patient-caregiver-section .recognizing-gaps-section.full-w-purple {
  margin: 0;
}
.patient-caregiver-section .recognizing-gaps-section h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-nunito);
  color: #ffffff;
}
.patient-caregiver-section .recognizing-gaps-section p {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-nunito);
  color: #ffffff;
  margin-top: 15px;
}
.patient-caregiver-section .recognizing-gaps-section p span {
  font-weight: 700;
  font-style: italic;
}
.patient-caregiver-section .recognizing-gaps-section p .text-link {
  color: #ffffff;
  text-decoration: underline !important;
}
.patient-caregiver-section .recognizing-gaps-section .gap-list-wrapper {
  display: flex;
  gap: 30px;
  margin-top: 25px;
  margin-bottom: 40px;
  padding-right: 15px;
}
@media (max-width: 767.98px) {
  .patient-caregiver-section .recognizing-gaps-section .gap-list-wrapper {
    flex-direction: column;
    padding-right: 0;
  }
}
.patient-caregiver-section .recognizing-gaps-section .gap-list-wrapper .gap-list-img {
  width: 250px;
  height: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .patient-caregiver-section .recognizing-gaps-section .gap-list-wrapper .gap-list-img {
    width: 100%;
    justify-content: center;
  }
}
.patient-caregiver-section .recognizing-gaps-section .gap-list-wrapper .gap-list {
  margin-left: 20px;
}
.patient-caregiver-section .recognizing-gaps-section .gap-list-wrapper .gap-list li {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-nunito);
  color: #ffffff;
  list-style: disc;
}
.patient-caregiver-section .recognizing-gaps-section .gap-list-wrapper .gap-list li span {
  font-weight: 700;
}
.patient-caregiver-section .understanding {
  display: flex;
  flex-direction: column;
}
.patient-caregiver-section .understanding h4 {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-nunito);
  color: #000000;
  margin-bottom: 20px;
}
.patient-caregiver-section .understanding p {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-nunito);
  color: #000000;
  margin-bottom: 20px;
}
.patient-caregiver-section .understanding p span {
  font-weight: 700;
  font-style: italic;
}
.patient-caregiver-section .understanding ul {
  margin-bottom: 30px;
}
.patient-caregiver-section .understanding ul li {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-nunito);
  color: #000000;
  line-height: 24px;
  margin-bottom: 30px;
}
.patient-caregiver-section .understanding ul li span {
  font-weight: 700;
  color: #b14fc5;
}
.patient-caregiver-section .full-w-section {
  width: 100%;
}
.patient-caregiver-section .full-w-section .image-container {
  overflow: hidden;
  max-height: 570px;
}
.patient-caregiver-section .full-w-section .image-container img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  top: -70px;
}
@media (max-width: 991px) {
  .patient-caregiver-section .full-w-section .image-container img {
    top: -25px;
  }
}
@media (max-width: 576px) {
  .patient-caregiver-section .full-w-section .image-container img {
    top: -10px;
    height: 385px;
    object-fit: cover;
    object-position: -125px;
  }
}
.patient-caregiver-section .note {
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 10px;
  font-style: italic;
  margin-top: -28px;
  position: relative;
}
.patient-caregiver-section .overlap-wrapper {
  position: relative;
  z-index: 1;
  margin-top: -120px;
}
@media (max-width: 1200px) {
  .patient-caregiver-section .overlap-wrapper {
    margin-top: -160px;
  }
}
@media (max-width: 768px) {
  .patient-caregiver-section .overlap-wrapper {
    margin-top: -125px;
  }
}
.patient-caregiver-section .glossary-section h4 {
  font-size: 24px;
  font-weight: 400;
  font-family: var(--font-nunito);
  color: #000000;
  margin-bottom: 20px;
  margin-top: 60px;
}
.patient-caregiver-section .glossary-section .glossary-wrapper {
  overflow: hidden;
}
.patient-caregiver-section .glossary-section .glossary-wrapper h4 {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: var(--font-nunito);
  color: #000000;
  margin: 0;
}
.patient-caregiver-section .glossary-section .glossary-wrapper .glossary-circle-nav {
  margin-top: 30px;
}
.patient-caregiver-section .glossary-section .glossary-wrapper .glossary-results-row .glossary-results-item {
  margin-bottom: 20px;
}
.patient-caregiver-section .glossary-section .form-control {
  box-shadow: none;
  padding: 13px 10px;
  height: 50px;
  background: #fff;
  color: #3a404d;
  border-radius: 0;
  border-color: #dfe2e8;
}
.patient-caregiver-section .glossary-section .form-control:focus, .patient-caregiver-section .glossary-section .form-control.input-focus {
  box-shadow: none !important;
  border-color: #2b98eb;
}
.patient-caregiver-section .glossary-section .glossary-nav-item.active a {
  color: #fff;
  background-color: #009de7;
}
.patient-caregiver-section .glossary-section .glossary-nav-item a {
  width: 30px;
  font-size: 16px;
  color: #3a404d;
  text-decoration: none;
  text-align: center;
  display: block;
}
.patient-caregiver-section .glossary-section .glossary-nav-item a:hover, .patient-caregiver-section .glossary-section .glossary-nav-item a:focus {
  color: #fff;
  background-color: #009de7;
}
.patient-caregiver-section .glossary-section .glossary-nav-item.viewall {
  width: 110px;
}
.patient-caregiver-section .glossary-section .glossary-nav-item.viewall a {
  width: 100px;
}
.patient-caregiver-section .glossary-section .glossary-nav-item.viewall.active a {
  width: 100px;
}
.patient-caregiver-section .glossary-section .glossary-search-form {
  max-width: 550px;
  position: relative;
}
.patient-caregiver-section .glossary-section .glossary-search-form:before {
  content: "Search";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-nunito);
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  pointer-events: none;
}
.patient-caregiver-section .glossary-section .glossary-search-form:after {
  content: "";
  position: absolute;
  left: 78px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  pointer-events: none;
}
.patient-caregiver-section .glossary-section .glossary-search-form .form-control {
  height: 44px;
  border: 1px solid #979797;
  border-radius: 0;
  padding-left: 110px;
  padding-right: 16px;
  box-shadow: none;
}
.patient-caregiver-section .glossary-section .glossary-contents {
  margin-bottom: 40px;
  margin-top: 60px;
}
.patient-caregiver-section .glossary-section .glossary-results-row {
  overflow: hidden;
}
.patient-caregiver-section .glossary-section .glossary-results-row.inactive {
  opacity: 0;
  height: 0;
  margin: 0;
  width: 100%;
}
.patient-caregiver-section .glossary-section .glossary-results-row .glossary-text {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-nunito);
  color: #000000;
}
.patient-caregiver-section .glossary-section .glossary-results-row .glossary-text span,
.patient-caregiver-section .glossary-section .glossary-results-row .glossary-text .glossary-term {
  font-weight: 700;
  color: #b14fc5;
  text-decoration: underline !important;
  position: relative;
  padding-right: 5px;
}
.patient-caregiver-section .glossary-section .glossary-results-row .glossary-text span::after,
.patient-caregiver-section .glossary-section .glossary-results-row .glossary-text .glossary-term::after {
  content: ":";
  position: absolute;
  right: 0;
  top: -1px;
  font-size: 18px;
  font-weight: 900;
}
.patient-caregiver-section .glossary-section .list-inline {
  text-align: left;
}
.patient-caregiver-section .glossary-section .glossary-circle-nav ul {
  max-width: 835px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 575.98px) {
  .patient-caregiver-section .glossary-section .glossary-circle-nav ul {
    gap: 20px 27px;
  }
}
.patient-caregiver-section .glossary-section .glossary-circle-nav li {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 3px solid #8f3ba0;
  color: #8f3ba0;
  font-weight: 700;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.patient-caregiver-section .glossary-section .glossary-circle-nav li:hover {
  background: #b14fc5;
  color: #ffffff;
  border: 1px solid #8f3ba0;
}
.patient-caregiver-section .glossary-section .glossary-circle-nav li.active {
  background: #b14fc5;
  color: #ffffff;
  border: 1px solid #8f3ba0;
}
.patient-caregiver-section .glossary-section .glossary-circle-nav li.disabled {
  opacity: 0.15;
  cursor: not-allowed;
  pointer-events: none;
}

.full-glossary-section .full-glossary .glossary-title {
  font-size: 18px;
  font-family: var(--font-nunito);
  font-weight: 400;
  color: #ffffff;
  background: #b14fc5;
  padding: 11.5px 28px;
  display: inline-block;
}
.full-glossary-section .full-glossary h1 {
  font-size: 40px;
  font-weight: 600;
  font-family: "industry", sans-serif;
  margin-top: 20px;
  margin-bottom: 42px;
  color: #252a41;
}
.full-glossary-section .full-glossary .basics-bladder-cancer-content p {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-nunito);
  color: #000000;
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper {
  text-align: center;
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .intermediate-risk-title {
  color: #252a41;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  font-family: var(--font-nunito);
  padding: 16px 34px;
  background: #D0E2F6;
  border: 1px solid #252a41;
  display: inline-block;
  margin: 0 auto 40px;
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper {
  margin: auto;
  /* ================= DESKTOP TITLE ================= */
  /* ================= RISK TITLE ================= */
  /* ================= MOBILE TITLE ================= */
  /* ================= SLIDER ================= */
  /* ================= CONTENT ================= */
  /* ================= MOBILE ================= */
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .risk-titles {
  margin-bottom: 25px;
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-desktop {
  display: flex;
  position: relative;
  padding-bottom: 60px;
  justify-content: space-around;
  align-items: flex-end;
  margin: 0 20px;
  /* full-width background line */
  /* Active segment (hidden here) */
  /* Desktop active line */
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-desktop::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DCE3EB;
  transform: translateY(-50%);
  border-radius: 2px;
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-desktop::after {
  display: none;
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-desktop .desktop-active-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 33.33%;
  height: 2px;
  background: #8ab7e9;
  transform: translateY(-50%);
  transition: left 0.4s ease, opacity 0.4s ease;
  border-radius: 2px;
  opacity: 0;
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-desktop .desktop-active-line::before, .full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-desktop .desktop-active-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 10px;
  background: #8ab7e9;
  transform: translateY(-50%);
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-desktop .desktop-active-line::before {
  left: 0;
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-desktop .desktop-active-line::after {
  right: 0;
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .risk-title {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  font-family: "industry", sans-serif;
  color: #5f90c7;
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .risk-title.active {
  color: #252a41;
  font-size: 30px;
  font-weight: 600;
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .risk-title.active .line {
  transform: scaleX(1);
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-mobile {
  display: none;
  text-align: center;
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-mobile .mobile-text {
  font-family: "industry", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #252a41;
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-mobile .mobile-line {
  position: relative;
  height: 2px;
  background: #dce3f2;
  margin-top: 8px;
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-mobile .mobile-line .mobile-active {
  position: absolute;
  top: 0;
  left: 0;
  width: 33.33%;
  height: 100%;
  background: #8ab7e9;
  transition: left 0.4s ease;
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-mobile .mobile-line .mobile-active::before, .full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-mobile .mobile-line .mobile-active::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 10px;
  background: #8ab7e9;
  transform: translateY(-50%);
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-mobile .mobile-line .mobile-active::before {
  left: 0;
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-mobile .mobile-line .mobile-active::after {
  right: 0;
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .slider-container {
  margin: 30px 0;
  padding: 10px 25px;
  background-color: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .slider-container .slider-track {
  position: relative;
  height: 18px;
  border-radius: 20px;
  cursor: pointer;
  background: linear-gradient(to right, #8ab7e9 0%, #8ab7e9 16.66%, #6fa0d7 16.66%, #6fa0d7 33.33%, #4677ae 33.33%, #4677ae 50%, #2c5d94 50%, #2c5d94 66.66%, #05366d 66.66%, #05366d 83.33%, #252a41 83.33%, #252a41 100%);
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .slider-container .slider-track .slider-handle {
  position: absolute;
  top: 50%;
  left: 0;
  width: 106px;
  height: 106px;
  background: #ffffff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  cursor: grab;
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .slider-container .slider-track .slider-handle img {
  margin-top: 14px;
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .risk-content {
  text-align: center;
  margin-top: 30px;
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .risk-content .risk-desc {
  display: none;
  width: 380px;
  max-width: 100%;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-nunito);
  color: #000000;
  line-height: 32px;
  padding: 0 18px;
  margin: 60px auto 0 auto;
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .risk-content .risk-desc p {
  padding-bottom: 0;
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .risk-content .risk-desc p span {
  font-weight: 700;
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .risk-content .risk-desc.active {
  display: block;
  margin: 60px auto 0 auto;
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .risk-content .risk-desc:nth-child(1).active {
  margin-left: 0;
  margin-right: auto;
}
.full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .risk-content .risk-desc:nth-child(3).active {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 768px) {
  .full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-desktop {
    display: none;
  }
  .full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .risk-title-mobile {
    display: block;
    margin-bottom: 20px;
  }
  .full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .risk-content .risk-desc.active {
    margin: 60px auto 0 auto !important;
  }
  .full-glossary-section .full-glossary .intermediate-risk-wrapper .risk-slide-wrapper .slider-container .slider-track .slider-handle {
    width: 70px;
    height: 70px;
  }
}
.full-glossary-section .full-w-light-blue {
  background: rgba(138, 183, 233, 0.4);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.full-glossary-section .full-w-light-blue .left-section {
  line-height: 0;
  max-height: 570px;
  overflow: hidden;
}
.full-glossary-section .full-w-light-blue .left-section img {
  width: 100%;
  display: block;
  height: auto;
}
.full-glossary-section .full-w-light-blue .right-section {
  padding-left: 124px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.full-glossary-section .full-w-light-blue .right-section p {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-nunito);
  color: #000000;
}
.full-glossary-section .recognizing-gaps-section.full-w-purple {
  margin: 0;
}
.full-glossary-section .recognizing-gaps-section h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-nunito);
  color: #ffffff;
}
.full-glossary-section .recognizing-gaps-section p {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-nunito);
  color: #ffffff;
  margin-top: 15px;
}
.full-glossary-section .recognizing-gaps-section p span {
  font-weight: 700;
  font-style: italic;
}
.full-glossary-section .recognizing-gaps-section p .text-link {
  color: #ffffff;
  text-decoration: underline !important;
}
.full-glossary-section .recognizing-gaps-section .gap-list-wrapper {
  display: flex;
  gap: 30px;
  margin-top: 25px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .full-glossary-section .recognizing-gaps-section .gap-list-wrapper {
    flex-direction: column;
  }
}
.full-glossary-section .recognizing-gaps-section .gap-list-wrapper .gap-list-img {
  width: 250px;
  height: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .full-glossary-section .recognizing-gaps-section .gap-list-wrapper .gap-list-img {
    width: 100%;
    justify-content: center;
  }
}
.full-glossary-section .recognizing-gaps-section .gap-list-wrapper .gap-list {
  margin-left: 20px;
}
.full-glossary-section .recognizing-gaps-section .gap-list-wrapper .gap-list li {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-nunito);
  color: #ffffff;
  list-style: disc;
}
.full-glossary-section .recognizing-gaps-section .gap-list-wrapper .gap-list li span {
  font-weight: 700;
}
.full-glossary-section .understanding {
  display: flex;
  flex-direction: column;
}
.full-glossary-section .understanding h4 {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-nunito);
  color: #000000;
  margin-bottom: 20px;
}
.full-glossary-section .understanding p {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-nunito);
  color: #000000;
  margin-bottom: 20px;
}
.full-glossary-section .understanding p span {
  font-weight: 700;
  font-style: italic;
}
.full-glossary-section .understanding ul {
  margin-bottom: 40px;
}
.full-glossary-section .understanding ul li {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-nunito);
  color: #000000;
  line-height: 24px;
  margin-bottom: 30px;
}
.full-glossary-section .understanding ul li span {
  font-weight: 700;
  color: #b14fc5;
}
.full-glossary-section .full-w-section {
  width: 100%;
}
.full-glossary-section .full-w-section .image-container {
  overflow: hidden;
  max-height: 570px;
}
.full-glossary-section .full-w-section .image-container img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  top: -70px;
}
.full-glossary-section .note {
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 10px;
  font-style: italic;
}
.full-glossary-section .overlap-wrapper {
  position: relative;
  z-index: 1;
  margin-top: -120px;
}
.full-glossary-section .glossary-section h4 {
  font-size: 24px;
  font-weight: 400;
  font-family: var(--font-nunito);
  color: #000000;
  margin-bottom: 20px;
  margin-top: 60px;
}
.full-glossary-section .glossary-section .glossary-wrapper {
  overflow: hidden;
}
.full-glossary-section .glossary-section .glossary-wrapper h4 {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: var(--font-nunito);
  color: #000000;
  margin: 0;
}
.full-glossary-section .glossary-section .glossary-wrapper .glossary-circle-nav {
  margin-top: 30px;
}
.full-glossary-section .glossary-section .glossary-wrapper .glossary-results-row .glossary-results-item {
  margin-bottom: 20px;
}
.full-glossary-section .glossary-section .glossary-wrapper .glossary-results-row .glossary-results-item:last-child {
  margin-bottom: 0;
}
.full-glossary-section .glossary-section .form-control {
  box-shadow: none;
  padding: 13px 10px;
  height: 50px;
  background: #fff;
  color: #3a404d;
  border-radius: 0;
  border-color: #dfe2e8;
}
.full-glossary-section .glossary-section .form-control:focus, .full-glossary-section .glossary-section .form-control.input-focus {
  box-shadow: none !important;
  border-color: #2b98eb;
}
.full-glossary-section .glossary-section .glossary-nav-item.active a {
  color: #fff;
  background-color: #009de7;
}
.full-glossary-section .glossary-section .glossary-nav-item a {
  width: 30px;
  font-size: 16px;
  color: #3a404d;
  text-decoration: none;
  text-align: center;
  display: block;
}
.full-glossary-section .glossary-section .glossary-nav-item a:hover, .full-glossary-section .glossary-section .glossary-nav-item a:focus {
  color: #fff;
  background-color: #009de7;
}
.full-glossary-section .glossary-section .glossary-nav-item.viewall {
  width: 110px;
}
.full-glossary-section .glossary-section .glossary-nav-item.viewall a {
  width: 100px;
}
.full-glossary-section .glossary-section .glossary-nav-item.viewall.active a {
  width: 100px;
}
.full-glossary-section .glossary-section .glossary-search-form {
  max-width: 500px;
  position: relative;
}
.full-glossary-section .glossary-section .glossary-search-form:before {
  content: "\f002";
  font-family: "FontAwesome";
  color: #aaa;
  position: absolute;
  left: 15px;
  top: 12px;
  font-size: 18px;
}
.full-glossary-section .glossary-section .glossary-search-form .form-control {
  padding-left: 40px;
}
.full-glossary-section .glossary-section .glossary-results-row {
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 1px solid #b14fc5;
}
.full-glossary-section .glossary-section .glossary-results-row:first-child {
  padding-top: 60px;
}
.full-glossary-section .glossary-section .glossary-results-row:last-child {
  border-bottom: 0;
}
.full-glossary-section .glossary-section .glossary-results-row.inactive {
  opacity: 0;
  height: 0;
  margin: 0;
  width: 100%;
}
.full-glossary-section .glossary-section .glossary-results-row .glossary-text {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-nunito);
  color: #000000;
}
.full-glossary-section .glossary-section .glossary-results-row .glossary-text span,
.full-glossary-section .glossary-section .glossary-results-row .glossary-text .glossary-term {
  font-weight: 700;
  color: #b14fc5;
  text-decoration: underline !important;
  position: relative;
  padding-right: 5px;
}
.full-glossary-section .glossary-section .glossary-results-row .glossary-text span::after,
.full-glossary-section .glossary-section .glossary-results-row .glossary-text .glossary-term::after {
  content: ":";
  position: absolute;
  right: 0;
  top: -1px;
  font-size: 18px;
  font-weight: 900;
}
.full-glossary-section .glossary-section .list-inline {
  text-align: left;
}
.full-glossary-section .glossary-section .glossary-circle-nav ul {
  max-width: 835px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 575.98px) {
  .full-glossary-section .glossary-section .glossary-circle-nav ul {
    gap: 20px 27px;
  }
}
.full-glossary-section .glossary-section .glossary-circle-nav a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 3px solid #8f3ba0;
  color: #8f3ba0;
  font-weight: 700;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.full-glossary-section .glossary-section .glossary-circle-nav a:hover {
  background: #b14fc5;
  color: #ffffff;
  border: 1px solid #8f3ba0;
}
.full-glossary-section .glossary-section .glossary-circle-nav a.active {
  background: #b14fc5;
  color: #ffffff;
  border: 1px solid #8f3ba0;
}
.full-glossary-section .glossary-section .glossary-circle-nav a.disabled {
  opacity: 0.15;
  cursor: not-allowed;
  pointer-events: none;
}

.input-alert .input-box.alert-box input {
  border-color: #c02b0a;
}
.input-alert .input-alert-note {
  color: #c02b0a;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  font-family: "industry", sans-serif;
}

.modal.cg-popup {
  padding-right: 0 !important;
}
.modal.cg-popup .modal-dialog {
  max-width: 100%;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}
.modal.cg-popup .modal-dialog .modal-content {
  border-radius: 0;
  border: 3px solid #8f3ba0;
  padding: 20px;
  max-width: 100%;
  width: 1100px;
  margin: 0;
}
.modal.cg-popup .modal-dialog .modal-content .modal-header {
  display: flex;
  justify-content: end;
  border-bottom: none;
  padding: 0;
}
.modal.cg-popup .modal-dialog .modal-content .modal-header .modal-btn-close {
  width: 30px;
  height: 30px;
  mask-image: url(../images/close-icon.png);
  background-color: #b14fc5;
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
}
.modal.cg-popup .modal-dialog .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 60px 40px;
  padding-top: 20px;
  align-items: center;
  font-size: 24px;
  font-family: "industry", sans-serif !important;
  font-weight: 500;
  color: #002169;
  text-align: center;
}
@media (max-width: 768px) {
  .modal.cg-popup .modal-dialog .modal-content .modal-body {
    padding: 40px;
    padding-top: 20px;
  }
}
.modal.cg-popup .modal-dialog .modal-content .modal-body .image-area {
  width: 72px;
  height: 72px;
  object-fit: contain;
}
.modal.cg-popup .modal-dialog .modal-content .modal-footer {
  border-top: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .modal.cg-popup .modal-dialog .modal-content .modal-footer {
    padding-bottom: 40px;
  }
}

.resources-section {
  padding: 80px 0 70px;
}
.resources-section .resources-video-section {
  padding-bottom: 60px;
}
.resources-section .resources-video-section .bc-title {
  margin-bottom: 30px;
}
.resources-section .resources-video-section .sub-title {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-nunito);
  margin-bottom: 30px;
}
.resources-section .resources-video-section .video-wrapper-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
}
@media (max-width: 992px) {
  .resources-section .resources-video-section .video-wrapper-section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .resources-section .resources-video-section .video-wrapper-section {
    grid-template-columns: repeat(1, 1fr);
  }
}
.resources-section .resources-video-section .video-wrapper-section .video-box-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.resources-section .resources-video-section .video-wrapper-section .video-box-container .video-box {
  margin-bottom: 10px;
}
.resources-section .resources-video-section .video-wrapper-section .video-box-container .video-box .video-wapper {
  max-width: 252px;
  width: 100%;
  border: 0;
}
.resources-section .resources-video-section .video-wrapper-section .video-box-container .video-box .video-wapper .play-button {
  position: absolute;
  width: 60px;
  height: 60px;
}
.resources-section .resources-video-section .video-wrapper-section .video-box-container .video-box .video-wapper .play-button::after {
  display: none;
}
.resources-section .resources-video-section .video-wrapper-section .video-box-container .video-box .video-wapper .play-button svg {
  width: 25px;
  height: 25px;
}
@media (max-width: 576px) {
  .resources-section .resources-video-section .video-wrapper-section .video-box-container .video-box .video-wapper .play-button {
    width: 60px;
    height: 60px;
  }
  .resources-section .resources-video-section .video-wrapper-section .video-box-container .video-box .video-wapper .play-button svg {
    width: 25px;
    height: 25px;
  }
}
.resources-section .resources-video-section .video-wrapper-section .video-box-container .video-title {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-nunito);
  line-height: 32px;
  color: #000000;
}
.resources-section .resources-video-section .video-wrapper-section .video-box-container .video-name {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-nunito);
  color: #b14fc5;
}
.resources-section .support-area {
  padding: 40px 0;
}
.resources-section .support-area .title {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-nunito);
  color: #ffffff;
  margin-bottom: 30px;
}
.resources-section .support-area .materials-wrapper-section {
  justify-content: center;
  display: flex;
  gap: 60px;
}
@media (max-width: 768px) {
  .resources-section .support-area .materials-wrapper-section {
    flex-direction: column;
  }
}
.resources-section .support-area .materials-wrapper-section .materials-box-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.resources-section .support-area .materials-wrapper-section .materials-box-container .materials-box {
  margin-bottom: 30px;
}
.resources-section .support-area .materials-wrapper-section .materials-box-container .materials-box .materials-wapper {
  max-width: 100%;
  width: 150px;
  border: 0;
  position: relative;
}
.resources-section .support-area .materials-wrapper-section .materials-box-container .materials-box .materials-wapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.resources-section .support-area .materials-wrapper-section .materials-box-container .materials-box .materials-wapper::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 120px;
  height: 16px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 70%);
  filter: blur(3px);
  opacity: 1;
  pointer-events: none;
}
.resources-section .support-area .materials-wrapper-section .materials-box-container .materials-title {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-nunito);
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 38px;
}

.pink-section {
  background-color: #b14fc5;
}

.blue-section {
  background-color: #8ab7e9;
}

.video-resources {
  padding: 40px 0;
}
.video-resources .title {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-nunito);
  color: #ffffff;
  margin-bottom: 20px;
  color: #000000;
}
.video-resources .video-wrapper-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
}
@media (max-width: 992px) {
  .video-resources .video-wrapper-section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .video-resources .video-wrapper-section {
    grid-template-columns: repeat(1, 1fr);
  }
}
.video-resources .video-wrapper-section .video-box-container {
  display: flex;
  flex-direction: column;
}
.video-resources .video-wrapper-section .video-box-container .video-box {
  margin-bottom: 30px;
}
.video-resources .video-wrapper-section .video-box-container .video-box .video-wapper {
  max-width: 100%;
  width: 252px;
  border: 0;
}
@media (max-width: 768px) {
  .video-resources .video-wrapper-section .video-box-container .video-box .video-wapper {
    width: 100%;
  }
}
.video-resources .video-wrapper-section .video-box-container .video-box .video-wapper .play-button {
  position: absolute;
  width: 60px;
  height: 60px;
}
.video-resources .video-wrapper-section .video-box-container .video-box .video-wapper .play-button::after {
  display: none;
}
.video-resources .video-wrapper-section .video-box-container .video-box .video-wapper .play-button svg {
  width: 25px;
  height: 25px;
}
@media (max-width: 576px) {
  .video-resources .video-wrapper-section .video-box-container .video-box .video-wapper .play-button {
    width: 60px;
    height: 60px;
  }
  .video-resources .video-wrapper-section .video-box-container .video-box .video-wapper .play-button svg {
    width: 25px;
    height: 25px;
  }
}
.video-resources .video-wrapper-section .video-box-container .video-title {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-nunito);
  line-height: 32px;
  width: 85%;
  width: 85%;
  color: #000000;
}
@media (max-width: 768px) {
  .video-resources .video-wrapper-section .video-box-container .video-title {
    width: 100%;
  }
}
.video-resources .video-wrapper-section .video-box-container .video-name {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-nunito);
  color: #000000;
}

.support-advocacy-section {
  padding: 60px 0;
}
.support-advocacy-section .title {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-nunito);
  color: #ffffff;
  margin-bottom: 20px;
  color: #000000;
}
.support-advocacy-section .card-wrapper-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 992px) {
  .support-advocacy-section .card-wrapper-section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .support-advocacy-section .card-wrapper-section {
    grid-template-columns: repeat(1, 1fr);
  }
}
.support-advocacy-section .card-wrapper-section .card-container {
  display: flex;
  border: 3px solid #ffffff;
}
.support-advocacy-section .card-wrapper-section .card-container:hover {
  border: 3px solid #8f3ba0;
}
.support-advocacy-section .card-wrapper-section .card-container:hover .primary-circle-btn {
  background-color: #b14fc5;
  border-radius: 100%;
}
.support-advocacy-section .card-wrapper-section .card-container:hover .primary-circle-btn::after {
  content: "";
  background-color: #ffffff;
}
.support-advocacy-section .card-wrapper-section .card-container .card-box {
  padding: 20px;
  padding-top: 45px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.support-advocacy-section .card-wrapper-section .card-container .card-box .card-logo {
  margin-bottom: 18px;
  min-height: 105px;
  display: flex;
  align-items: end;
}
.support-advocacy-section .card-wrapper-section .card-container .card-box .card-content-box {
  display: flex;
  flex-direction: column;
}
.support-advocacy-section .card-wrapper-section .card-container .card-box .card-content-box .card-title {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #b14fc5;
  margin-bottom: 5px;
}
.support-advocacy-section .card-wrapper-section .card-container .card-box .card-content-box .card-description {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #000000;
  margin-bottom: 5px;
}

.partner-video-section {
  padding-top: 60px;
}
.partner-video-section .sub-title {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-nunito);
  margin-bottom: 30px;
}
.partner-video-section .partner-wrapper-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 50px;
}
@media (max-width: 992px) {
  .partner-video-section .partner-wrapper-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .partner-video-section .partner-wrapper-section {
    grid-template-columns: repeat(1, 1fr);
  }
}
.partner-video-section .partner-wrapper-section .partner-box-container {
  display: flex;
  flex-direction: column;
}
.partner-video-section .partner-wrapper-section .partner-box-container .partner-box {
  margin-bottom: 20px;
  min-height: 100px;
  display: flex;
  align-items: end;
}
@media (max-width: 768px) {
  .partner-video-section .partner-wrapper-section .partner-box-container .partner-box {
    min-height: auto;
  }
}
.partner-video-section .partner-wrapper-section .partner-box-container .partner-box .partner-wapper {
  width: 100%;
  border: 0;
}
.partner-video-section .partner-wrapper-section .partner-box-container .partner-title {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--font-nunito);
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 28px;
  color: #000000;
}
.partner-video-section .partner-wrapper-section .partner-box-container .partner-description {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-nunito);
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 25px;
  color: #000000;
}

.error-section {
  min-height: 85vh;
  background-image: url(../images/diamond-bladder-1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 10px solid #b14fc5;
}
@media (max-width: 768px) {
  .error-section {
    background-image: url(../images/diamond-bladder-2.png);
  }
}
.error-section .error-header {
  padding: 60px 0;
}
.error-section .error-header .title {
  font-size: 40px;
  font-family: "industry", sans-serif !important;
  font-weight: 600 !important;
  margin-bottom: 40px;
  color: #ffffff;
}
.error-section .error-header .description {
  font-size: 18px;
  font-family: var(--font-nunito);
  font-weight: 400 !important;
  margin-bottom: 40px;
  color: #ffffff;
}

.custom-form-wrapper {
  padding-bottom: 60px !important;
}
.custom-form-wrapper a {
  color: #000000 !important;
}
.custom-form-wrapper .ginput_container.ginput_container_select {
  position: relative !important;
}
.custom-form-wrapper .ginput_container.ginput_container_select select {
  border: 1px solid #979797 !important;
  padding: 2px 15px !important;
  padding-right: 30px !important;
  height: 45px !important;
  outline: none !important;
  width: 100% !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: none !important;
}
.custom-form-wrapper .ginput_container.ginput_container_select::after {
  content: "" !important;
  position: absolute !important;
  right: 16px !important;
  top: calc(50% - 3px) !important;
  width: 10px !important;
  height: 10px !important;
  border-right: 1px solid #b14fc5 !important;
  border-bottom: 1px solid #b14fc5 !important;
  transform: translateY(-50%) rotate(45deg) !important;
  transition: transform 0.25s ease !important;
  pointer-events: none !important;
}
.custom-form-wrapper .ginput_container.ginput_container_select.open::after {
  transform: translateY(calc(50% - 3px)) rotate(-135deg) !important;
}
.custom-form-wrapper input,
.custom-form-wrapper select {
  border: 1px solid #979797 !important;
  padding: 10px 15px !important;
  height: 45px !important;
  outline: none !important;
  width: 100% !important;
}
.custom-form-wrapper div#gform_fields_1 {
  gap: 15px;
}
.custom-form-wrapper label.gform-field-label.gform-field-label--type-sub {
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: var(--font-nunito) !important;
  color: #000000 !important;
}
.custom-form-wrapper label.gfield_label.gform-field-label {
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: var(--font-nunito) !important;
  color: #000000 !important;
}
.custom-form-wrapper div#field_1_18 {
  position: relative;
}
.custom-form-wrapper div#gfield_description_1_18 {
  position: absolute;
  top: 2px;
  right: 0;
}
.custom-form-wrapper span.verification-label {
  font-size: 12px;
  font-weight: 300;
  font-family: var(--font-nunito);
  color: #000000;
}
.custom-form-wrapper span.verification-label a {
  text-decoration: underline !important;
}
.custom-form-wrapper input#choice_1_23_1 {
  width: 40px !important;
  height: 40px !important;
  padding: 4px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #979797 !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
  position: relative !important;
}
.custom-form-wrapper input#choice_1_23_1::before {
  font-size: 35px !important;
  font-weight: 900 !important;
  color: #B14EC5 !important;
}
.custom-form-wrapper .gchoice.gchoice_1_23_1 {
  display: flex !important;
  align-items: center !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  font-weight: 400 !important;
}
.custom-form-wrapper label#label_1_23_1 {
  display: flex !important;
  align-items: center !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}
.custom-form-wrapper fieldset#field_1_23 {
  margin-top: 40px !important;
}
.custom-form-wrapper .gform-footer.gform_footer.top_label {
  margin-top: 0 !important;
}
.custom-form-wrapper input#gform_submit_button_1 {
  padding: 8.5px 15px 8.5px 15px !important;
  background-color: #B14EC5 !important;
  border: 2px solid #ffffff !important;
  cursor: pointer !important;
  outline: none !important;
  display: flex !important;
  align-items: center !important;
  text-align: start !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  position: relative !important;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16) !important;
  width: fit-content !important;
  font-family: "industry", sans-serif !important;
  min-width: 48px !important;
}
.custom-form-wrapper a {
  color: #000000 !important;
}
.custom-form-wrapper .imp-note-wrapper {
  padding-bottom: 40px !important;
}

.consent-note {
  text-indent: -10px;
  padding-left: 10px;
}

.sections-scroll-control {
  width: 1px;
  height: 2px;
  top: -145px;
  position: relative;
  z-index: -1;
}
@media (max-width: 992px) {
  .sections-scroll-control {
    top: -82px;
  }
}

/*# sourceMappingURL=main.css.map */
