/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
:root {
  --careox-font: "Nunito", sans-serif;
  --careox-heading-font: "Nunito", sans-serif;
  --careox-special-font: "Nunito", sans-serif;
  --careox-text: #4d5480;
  --careox-text-rgb: 77, 84, 128;
  --careox-text-dark: #1f2253;
  --careox-text-dark-rgb: 31, 34, 83;
  --careox-text-gray: #b3bad7;
  --careox-text-gray-rgb: 179, 186, 215;
  --careox-base: #f31371;
  --careox-base-rgb: 243, 19, 113;
  --careox-secondary: #66c5b8;
  --careox-secondary-rgb: 102, 197, 184;
  --careox-gray: #f5f7fd;
  --careox-gray-rgb: 245, 247, 253;
  --careox-white: #fff;
  --careox-white-rgb: 255, 255, 255;
  --careox-black: #6345a5;
  --careox-black-rgb: 99, 69, 165;
  --careox-black2: #181c49;
  --careox-black2-rgb: 24, 28, 73;
  --careox-black3: #0e1236;
  --careox-black3-rgb: 14, 18, 54;
  --careox-border-color: #d9ddf0;
  --careox-border-color-rgb: 217, 221, 240;
  --careox-letter-space: 0.1em;
  --careox-letter-space-xl: 0.2em;
  --owho-navy: #6345a5;
  --owho-navy-rgb: 99, 69, 165;
  --owho-pink: #f31371;
  --owho-pink-rgb: 243, 19, 113;
  --owho-purple: #6c63a6;
  --owho-purple-rgb: 108, 99, 166;
  --owho-teal: #66c5b8;
  --owho-teal-rgb: 102, 197, 184;
  --owho-green: #7ed957;
  --owho-green-rgb: 126, 217, 87;
  --owho-yellow: #f7c948;
  --owho-yellow-rgb: 247, 201, 72;
  --owho-orange: #f28c28;
  --owho-orange-rgb: 242, 140, 40;
  --owho-red-pink: #e63946;
  --owho-red-pink-rgb: 230, 57, 70;
  --owho-blue: #4a90e2;
  --owho-blue-rgb: 74, 144, 226;
  --owho-surface: #eef1fc;
  --owho-surface-rgb: 238, 241, 252;
  --owho-surface-deep: #e4e8f7;
}

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-120 {
  margin-top: 120px;
}

.mt--60 {
  margin-top: -60px;
}

.mt--120 {
  margin-top: -120px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb--60 {
  margin-bottom: -60px;
}

.mb--120 {
  margin-bottom: -120px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-142 {
  padding-top: 142px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--careox-font, "Nunito", sans-serif);
  color: var(--careox-text, #636363);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--careox-base, #ff5528);
  transition: all 400ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--careox-heading-font, "Nunito", sans-serif);
  color: var(--careox-black, #122f2a);
}
@media (max-width: 575px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

@media (max-width: 575px) {
  p br {
    display: none;
  }
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.background-base {
  background-color: var(--careox-base, #ff5528);
}

.background-gray {
  background-color: var(--careox-gray, #f1f6f7);
}

.background-black {
  background-color: var(--careox-black, #122f2a);
}

.background-black-2 {
  background-color: var(--careox-black2, #121212);
}

.codebitel-text-dark {
  color: var(--careox-text-dark, #727472);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

.gutter-y-10 {
  --bs-gutter-y: 10px;
}

.gutter-y-15 {
  --bs-gutter-y: 15px;
}

.gutter-y-20 {
  --bs-gutter-y: 20px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gutter-y-60 {
  --bs-gutter-y: 60px;
}

.codebitel-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: transparent;
  color: var(--careox-white, #fff);
  font-size: 17px;
  font-weight: 700;
  border-radius: 30px;
  font-family: var(--careox-heading-font, "Nunito", sans-serif);
  letter-spacing: 0.25px;
  padding: 13px 37px;
  transition: 500ms;
  text-transform: capitalize;
  position: relative;
  text-align: center;
}
.codebitel-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 30px;
  background: var(--careox-secondary, #ffa415);
  transition: all 0.3s;
}
.codebitel-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background: 0 0;
  border-radius: 30px;
  transition: all 0.4s;
  border: 1px solid var(--careox-base, #ff5528);
  transform: scale(1.2, 1.2);
}
.codebitel-btn:hover {
  color: var(--careox-base, #ff5528);
}
.codebitel-btn:hover::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.codebitel-btn:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}
.codebitel-btn span {
  position: relative;
  color: inherit;
  z-index: 2;
}
.codebitel-btn i {
  font-size: 20px;
  margin-right: 10px;
  top: 2px;
  position: relative;
}

.tabs-box .tabs-content .tab:not(.active-tab) {
  display: none;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}
.bootstrap-select .dropdown-item {
  padding: 12px 30px;
  border-bottom: 1px solid var(--careox-gray, #f1f6f7);
}
.bootstrap-select .dropdown-item:hover,
.bootstrap-select .dropdown-item.active {
  background-color: var(--careox-secondary, #ffa415);
  border-color: var(--careox-secondary, #ffa415);
  color: var(--careox-white, #fff);
}

.tns-outer .tns-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.tns-outer .tns-controls button {
  width: 45px;
  height: 45px;
  border: 2px solid #f4f4f4;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--careox-text, #636363);
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
}

.block-title {
  margin-top: -8px;
  margin-bottom: 50px;
}
.block-title__decor {
  width: 21px;
  height: 14px;
  background-image: url(../images/shapes/leaf-1-1.html);
  background-repeat: no-repeat;
  background-position: top center;
  display: inline-block;
  line-height: 1;
  margin-bottom: -5px;
  position: relative;
  top: -7px;
}
.block-title p {
  margin: 0;
  color: var(--careox-text, #636363);
  font-size: 16px;
  line-height: 1;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .block-title p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .block-title p {
    font-size: 20px;
  }
}
.block-title h3 {
  margin: 0;
  font-size: 35px;
  color: var(--careox-black, #122f2a);
  font-family: var(--careox-special-font, "Nunito", sans-serif);
}
@media (min-width: 768px) {
  .block-title h3 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .block-title h3 {
    font-size: 50px;
  }
}

.ul-list-one {
  margin-bottom: 0;
}
.ul-list-one li {
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  font-weight: 500;
  color: var(--careox-black, #122f2a);
}
@media (min-width: 481px) {
  .ul-list-one li {
    font-size: 20px;
  }
}
.ul-list-one li::before {
  content: "\e907";
  color: var(--careox-base, #ff5528);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}

.preloader {
  position: fixed;
  background-color: var(--careox-black, #122f2a);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}
.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 84px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}
.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-right: 8px;
}
.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--careox-base, #ff5528);
  position: relative;
  overflow: hidden;
}
.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--careox-black, #122f2a);
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

/* post paginations */
.post-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .post-pagination {
    margin-top: 10px;
  }
}
.post-pagination a {
  display: flex;
  width: 45px;
  height: 45px;
  background-color: var(--careox-gray, #f1f6f7);
  align-items: center;
  justify-content: center;
  color: var(--careox-black, #122f2a);
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  transition: 500ms ease;
}
.post-pagination a.current, .post-pagination a:hover {
  background-color: var(--careox-base, #ff5528);
  color: var(--careox-white, #fff);
}

.codebitel-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}
.codebitel-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.codebitel-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.codebitel-owl__carousel--basic-nav.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.codebitel-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  border: none;
  outline: none;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
  padding: 0;
}
.codebitel-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  background-color: var(--careox-gray, #f1f6f7);
  display: flex;
  justify-content: center;
  opacity: 1;
  align-items: center;
  color: var(--careox-black, #122f2a);
  border-radius: 50%;
  font-size: 17px;
  transition: all 500ms ease;
}
.codebitel-owl__carousel--basic-nav.owl-carousel .owl-nav button span:hover {
  background-color: var(--careox-base, #ff5528);
  color: var(--careox-white, #fff);
}
.codebitel-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.codebitel-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--careox-border-color, #dddddd);
  margin: 0;
  transition: all 300ms ease;
}
.codebitel-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span, .codebitel-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
  background-color: var(--careox-base, #ff5528);
  border-color: var(--careox-base, #ff5528);
}
.codebitel-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled {
  display: none;
}
.codebitel-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
}
.codebitel-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
  display: none;
}

.sec-title {
  position: relative;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .sec-title {
    padding-bottom: 46px;
    margin-top: -3px;
  }
}
.sec-title__tagline {
  margin: 0;
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  color: var(--careox-base, #ff5528);
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1.2px;
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sec-title__tagline {
    font-size: 22px;
    letter-spacing: 2.2px;
    margin-bottom: 16px;
  }
}
.sec-title__tagline__border {
  width: 4px;
  height: 17px;
  display: inline-block;
  background-color: var(--careox-base, #ff5528);
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.sec-title__tagline__border::after {
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent currentColor;
  content: "";
  animation: zump 2s linear infinite;
}
.sec-title__title {
  margin: 0;
  font-size: 32px;
  line-height: 42px;
  font-weight: 800;
  margin: 0;
}
@media (min-width: 768px) {
  .sec-title__title {
    font-size: 40px;
    line-height: 50px;
  }
}

.ui-datepicker .ui-datepicker-header {
  background-image: none;
  background-color: var(--careox-black, #122f2a);
  color: var(--careox-white, #fff);
  font-family: var(--careox-font, "Nunito", sans-serif);
}

.ui-datepicker-calendar th span {
  font-family: var(--careox-font, "Nunito", sans-serif);
}
.ui-datepicker-calendar td {
  background-color: var(--careox-gray, #f1f6f7);
  background-image: none;
  font-family: var(--careox-font, "Nunito", sans-serif);
  color: var(--careox-text, #636363);
}
.ui-datepicker-calendar td a {
  border-color: var(--careox-border-color, #dddddd);
  background-color: var(--careox-gray, #f1f6f7);
  background-image: none;
}
.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
  border-color: var(--careox-border-color, #dddddd);
  background-color: var(--careox-gray, #f1f6f7);
  background-image: none;
  color: var(--careox-text, #636363);
  padding: 10px 5px;
  text-align: center;
  line-height: 1em;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
  color: var(--careox-white, #fff);
  background-color: var(--careox-base, #ff5528);
}
.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: var(--careox-white, #fff);
  background-color: var(--careox-base, #ff5528);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: none;
  background-color: var(--careox-white, #fff);
  color: var(--careox-black, #122f2a);
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: var(--careox-base, #ff5528);
  color: var(--careox-white, #fff);
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev:hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next:hover {
  right: 2px;
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.video-one {
  position: relative;
  padding: 130px 0 208px;
  z-index: 1;
}
@media (max-width: 767px) {
  .video-one {
    padding: 80px 0 160px;
  }
}
.video-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 327.000000"><g transform="translate(0.000000,327.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M0 1796 l0 -1474 88 -16 c48 -9 101 -17 117 -18 28 -3 30 -6 30 -43 l0 -40 53 -3 c41 -2 58 1 79 18 14 11 33 18 42 16 9 -2 26 -7 37 -11 25 -6 84 37 84 61 0 8 10 28 22 44 21 29 25 30 101 30 46 0 99 7 129 16 40 14 58 15 91 6 129 -34 139 -39 174 -80 38 -46 76 -55 128 -28 25 13 30 12 63 -11 37 -24 44 -25 115 -7 22 5 36 0 73 -29 53 -42 89 -52 137 -39 24 7 38 6 51 -3 9 -7 37 -16 61 -20 25 -3 57 -17 72 -29 36 -30 87 -56 109 -56 10 0 31 -12 46 -27 20 -20 44 -29 90 -36 127 -19 187 -11 237 33 18 17 39 30 46 30 7 0 18 7 25 15 7 8 19 15 27 15 7 0 27 10 44 22 21 16 45 23 77 23 29 0 57 7 74 18 14 10 39 18 55 17 47 -2 76 -1 127 6 29 4 57 2 70 -5 43 -23 186 58 171 97 -3 7 0 22 5 33 17 31 136 21 161 -14 9 -13 89 -28 109 -22 10 3 35 -1 55 -10 54 -22 89 -19 148 15 30 17 65 30 78 30 13 0 44 14 69 30 25 16 51 30 58 30 16 0 52 -58 52 -85 0 -11 7 -29 15 -39 8 -11 15 -28 15 -38 0 -17 23 -77 41 -108 5 -8 13 -25 19 -37 9 -21 16 -23 94 -23 79 0 90 3 149 35 35 19 74 46 87 60 22 24 29 25 137 25 108 0 115 1 161 30 27 16 62 30 78 30 33 0 74 24 74 44 0 7 15 29 33 48 17 20 38 43 45 52 20 25 132 22 166 -5 23 -18 34 -19 96 -13 50 5 82 14 106 30 23 16 49 24 78 24 34 0 50 7 85 37 l43 36 68 -36 c56 -31 78 -37 126 -37 46 0 66 -5 95 -26 35 -24 40 -25 81 -13 23 7 47 16 53 21 17 15 55 8 111 -19 l54 -26 43 20 c35 18 55 20 122 16 l80 -5 59 56 c32 31 71 63 86 71 35 18 68 57 100 118 l25 48 55 -7 c30 -3 71 -10 91 -15 20 -5 50 -6 66 -3 24 5 37 0 65 -25 20 -17 43 -31 53 -31 32 0 73 33 107 86 18 30 40 54 49 54 10 0 32 -17 50 -37 44 -51 65 -62 106 -53 33 8 69 4 88 -10 6 -4 27 -10 48 -14 33 -6 41 -3 65 21 16 15 33 36 39 47 9 17 14 17 46 5 29 -10 49 -10 100 -1 89 17 122 15 167 -8 41 -21 85 -26 94 -11 10 15 60 20 108 9 44 -10 49 -9 93 20 38 25 51 29 72 21 39 -14 146 -11 169 6 30 23 79 18 132 -14 43 -27 59 -31 167 -37 116 -7 120 -8 147 -38 15 -17 28 -33 28 -37 0 -4 21 -12 46 -18 47 -12 100 -2 134 25 8 7 38 19 65 27 40 11 56 22 78 56 38 55 67 73 122 73 l45 0 0 1254 0 1254 -4500 0 -4500 0 0 -1474z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 327.000000"><g transform="translate(0.000000,327.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M0 1796 l0 -1474 88 -16 c48 -9 101 -17 117 -18 28 -3 30 -6 30 -43 l0 -40 53 -3 c41 -2 58 1 79 18 14 11 33 18 42 16 9 -2 26 -7 37 -11 25 -6 84 37 84 61 0 8 10 28 22 44 21 29 25 30 101 30 46 0 99 7 129 16 40 14 58 15 91 6 129 -34 139 -39 174 -80 38 -46 76 -55 128 -28 25 13 30 12 63 -11 37 -24 44 -25 115 -7 22 5 36 0 73 -29 53 -42 89 -52 137 -39 24 7 38 6 51 -3 9 -7 37 -16 61 -20 25 -3 57 -17 72 -29 36 -30 87 -56 109 -56 10 0 31 -12 46 -27 20 -20 44 -29 90 -36 127 -19 187 -11 237 33 18 17 39 30 46 30 7 0 18 7 25 15 7 8 19 15 27 15 7 0 27 10 44 22 21 16 45 23 77 23 29 0 57 7 74 18 14 10 39 18 55 17 47 -2 76 -1 127 6 29 4 57 2 70 -5 43 -23 186 58 171 97 -3 7 0 22 5 33 17 31 136 21 161 -14 9 -13 89 -28 109 -22 10 3 35 -1 55 -10 54 -22 89 -19 148 15 30 17 65 30 78 30 13 0 44 14 69 30 25 16 51 30 58 30 16 0 52 -58 52 -85 0 -11 7 -29 15 -39 8 -11 15 -28 15 -38 0 -17 23 -77 41 -108 5 -8 13 -25 19 -37 9 -21 16 -23 94 -23 79 0 90 3 149 35 35 19 74 46 87 60 22 24 29 25 137 25 108 0 115 1 161 30 27 16 62 30 78 30 33 0 74 24 74 44 0 7 15 29 33 48 17 20 38 43 45 52 20 25 132 22 166 -5 23 -18 34 -19 96 -13 50 5 82 14 106 30 23 16 49 24 78 24 34 0 50 7 85 37 l43 36 68 -36 c56 -31 78 -37 126 -37 46 0 66 -5 95 -26 35 -24 40 -25 81 -13 23 7 47 16 53 21 17 15 55 8 111 -19 l54 -26 43 20 c35 18 55 20 122 16 l80 -5 59 56 c32 31 71 63 86 71 35 18 68 57 100 118 l25 48 55 -7 c30 -3 71 -10 91 -15 20 -5 50 -6 66 -3 24 5 37 0 65 -25 20 -17 43 -31 53 -31 32 0 73 33 107 86 18 30 40 54 49 54 10 0 32 -17 50 -37 44 -51 65 -62 106 -53 33 8 69 4 88 -10 6 -4 27 -10 48 -14 33 -6 41 -3 65 21 16 15 33 36 39 47 9 17 14 17 46 5 29 -10 49 -10 100 -1 89 17 122 15 167 -8 41 -21 85 -26 94 -11 10 15 60 20 108 9 44 -10 49 -9 93 20 38 25 51 29 72 21 39 -14 146 -11 169 6 30 23 79 18 132 -14 43 -27 59 -31 167 -37 116 -7 120 -8 147 -38 15 -17 28 -33 28 -37 0 -4 21 -12 46 -18 47 -12 100 -2 134 25 8 7 38 19 65 27 40 11 56 22 78 56 38 55 67 73 122 73 l45 0 0 1254 0 1254 -4500 0 -4500 0 0 -1474z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.video-one__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--careox-black, #122f2a);
  opacity: 0.65;
}
.video-one__shape-one {
  position: absolute;
  left: -10px;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
  animation: shapeMove 4s linear 0s infinite;
}
@media (max-width: 1199px) {
  .video-one__shape-one {
    display: none;
  }
}
.video-one__shape-two {
  position: absolute;
  right: 7%;
  top: 160px;
  width: 242px;
  height: 230px;
  opacity: 0.1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  animation: treeMove 4s linear 0s infinite;
}
@media (max-width: 1199px) {
  .video-one__shape-two {
    display: none;
  }
}
.video-one--about {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .video-one--about {
    padding: 80px 0;
  }
}
.video-one--about .video-one__bg {
  mask: none;
}
.video-one--about .video-one__bg::after {
  background-color: rgba(var(--careox-black3-rgb, 0, 0, 0), 0.88);
}
.video-one .container {
  position: relative;
  text-align: center;
  z-index: 2;
}
.video-one .video-popup {
  width: 68px;
  height: 68px;
  background-color: var(--careox-white, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 37px;
  color: var(--careox-black, #122f2a);
  transition: all 500ms ease;
  position: relative;
  z-index: 10;
}
.video-one .video-popup .ripple,
.video-one .video-popup .ripple:before,
.video-one .video-popup .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.25);
  animation: ripple 3s infinite;
  border-radius: 50%;
}
.video-one .video-popup .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.video-one .video-popup .ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
.video-one .video-popup:hover {
  color: var(--careox-secondary, #ffa415);
}
.video-one__sub-title {
  font-size: 28px;
  color: var(--careox-white, #fff);
  font-weight: 700;
  letter-spacing: 3.5px;
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  margin: 20px 0 15px;
}
@media (min-width: 768px) {
  .video-one__sub-title {
    font-size: 35px;
  }
}
.video-one__title {
  color: var(--careox-white, #fff);
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 800;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .video-one__title {
    font-size: 40px;
  }
}
.video-one__text {
  color: var(--careox-white, #fff);
  margin-bottom: 34px;
}

.video-two {
  position: relative;
}
.video-two__wrapper {
  position: relative;
  background-color: var(--careox-white, #fff);
  box-shadow: 0 0 35px 10px rgba(0, 0, 0, 0.04);
}
.video-two__content {
  position: relative;
  padding: 30px 30px 30px 50px;
}
@media (max-width: 767px) {
  .video-two__content {
    padding: 30px 20px;
  }
}
.video-two__title {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 18px;
}
.video-two__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.video-two__list li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 4px;
}
.video-two__list li a {
  color: inherit;
  font-weight: 500;
  border-bottom: 2px solid currentColor;
}
.video-two__list li a:hover {
  color: var(--careox-secondary, #ffa415);
}
.video-two__list li span {
  color: var(--careox-secondary, #ffa415);
}
.video-two__list__icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 1;
  margin: auto;
  display: flex;
  align-items: center;
  color: var(--careox-secondary, #ffa415);
  font-size: 15px;
}
.video-two__image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 462px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .video-two__image {
    margin: 0 0 0 50px;
  }
}
@media (max-width: 767px) {
  .video-two__image {
    margin: 0;
  }
}
.video-two__image img {
  max-width: 100%;
  height: auto;
  border-left: 9px solid var(--careox-base, #ff5528);
}
@media (max-width: 1199px) {
  .video-two__image img {
    min-height: 200px;
  }
}
.video-two__image .video-popup {
  width: 52px;
  height: 52px;
  background-color: var(--careox-white, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 28px;
  color: var(--careox-black, #122f2a);
  transition: all 500ms ease;
  z-index: 2;
}
.video-two__image .video-popup .ripple,
.video-two__image .video-popup .ripple:before,
.video-two__image .video-popup .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.5);
  animation: ripple 3s infinite;
  border-radius: 50%;
}
.video-two__image .video-popup .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.video-two__image .video-popup .ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
.video-two__image .video-popup:hover {
  color: var(--careox-secondary, #ffa415);
}

.video-three {
  position: relative;
  padding: 445px 0 120px;
  z-index: 1;
}
@media (max-width: 767px) {
  .video-three {
    padding: 380px 0 80px;
  }
}
.video-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.video-three__shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
}
.video-three__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 18, 18, 0.8);
}
.video-three .container {
  position: relative;
  text-align: center;
  z-index: 2;
}
.video-three .video-popup {
  width: 68px;
  height: 68px;
  background-color: var(--careox-white, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 37px;
  color: var(--careox-black, #122f2a);
  transition: all 500ms ease;
  position: relative;
  z-index: 10;
}
.video-three .video-popup .ripple,
.video-three .video-popup .ripple:before,
.video-three .video-popup .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.25);
  animation: ripple 3s infinite;
  border-radius: 50%;
}
.video-three .video-popup .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.video-three .video-popup .ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
.video-three .video-popup:hover {
  color: var(--careox-secondary, #ffa415);
}
.video-three__sub-title {
  font-size: 28px;
  color: var(--careox-white, #fff);
  font-weight: 700;
  letter-spacing: 3.5px;
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  margin: 20px 0 15px;
}
@media (min-width: 768px) {
  .video-three__sub-title {
    font-size: 35px;
  }
}
.video-three__title {
  color: var(--careox-white, #fff);
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 800;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .video-three__title {
    font-size: 40px;
  }
}
.video-three__text {
  color: var(--careox-white, #fff);
  margin-bottom: 34px;
}

.video-four {
  position: relative;
  padding: 160px 0 190px;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 777"><path d="m0 80.2c0 0 885-1.2 1485-72.2 370.1-43.8 435 116 435 116v576c0 0-54.3 78-676.7 0-622.3-78-1243.3 76.2-1243.3 76.2z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 777"><path d="m0 80.2c0 0 885-1.2 1485-72.2 370.1-43.8 435 116 435 116v576c0 0-54.3 78-676.7 0-622.3-78-1243.3 76.2-1243.3 76.2z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media (max-width: 1199px) {
  .video-four {
    padding: 120px 0 120px;
  }
}
@media (max-width: 991px) {
  .video-four {
    margin-top: -60px;
    padding: 120px 0 190px;
  }
}
@media (max-width: 767px) {
  .video-four {
    padding: 80px 0 190px;
    margin-bottom: -100px;
  }
}
.video-four::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--careox-black, #122f2a);
  opacity: 0.91;
}
.video-four__shape-one {
  position: absolute;
  left: 11%;
  top: 68px;
  width: 510px;
  height: 100%;
  z-index: 1;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
  animation: shapeMove 4s linear 0s infinite;
}
@media (max-width: 1599px) {
  .video-four__shape-one {
    left: 0%;
    top: 60px;
  }
}
@media (max-width: 1299px) {
  .video-four__shape-one {
    display: none;
  }
}
.video-four__shape-two {
  position: absolute;
  right: -15px;
  bottom: 30px;
  width: 359px;
  height: 278px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 0.6;
  z-index: 1;
  animation: zoomsIn 3s linear 0s infinite;
}
@media (max-width: 1199px) {
  .video-four__shape-two {
    display: none;
  }
}
.video-four .container {
  position: relative;
  z-index: 2;
}
.video-four__area {
  position: relative;
  display: inline-block;
}
@media (max-width: 991px) {
  .video-four__area {
    margin-bottom: 20px;
  }
}
.video-four__area img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.video-four__area .video-popup {
  width: 70px;
  height: 70px;
  background-color: var(--careox-white, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 37px;
  color: var(--careox-black, #122f2a);
  transition: all 500ms ease;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 10;
}
.video-four__area .video-popup .ripple,
.video-four__area .video-popup .ripple:before,
.video-four__area .video-popup .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.25);
  animation: ripple 3s infinite;
  border-radius: 50%;
}
.video-four__area .video-popup .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.video-four__area .video-popup .ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
.video-four__area .video-popup:hover {
  color: var(--careox-secondary, #ffa415);
}
.video-four__sub-title {
  font-size: 28px;
  color: var(--careox-white, #fff);
  font-weight: 700;
  letter-spacing: 3.5px;
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  margin: 20px 0 14px;
}
@media (min-width: 768px) {
  .video-four__sub-title {
    font-size: 35px;
  }
}
.video-four__title {
  color: var(--careox-white, #fff);
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 800;
  margin-bottom: 19px;
}
@media (min-width: 768px) {
  .video-four__title {
    font-size: 40px;
  }
}
.video-four__text {
  color: var(--careox-white, #fff);
  margin-bottom: 34px;
}

.team-one {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 767px) {
  .team-one {
    padding: 80px 0;
  }
}
.team-one--about {
  padding: 0;
}

.team-card {
  position: relative;
  z-index: 1;
  background-color: var(--careox-gray, #f1f6f7);
  overflow: hidden;
  transition: all 500ms ease;
  border-radius: 10px 10px 0 0;
}
.team-card::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--careox-black, #122f2a);
  opacity: 0;
  visibility: hidden;
  transition: all 700ms ease;
  transform: translate3d(0px, 100%, 0px);
  z-index: -1;
}
.team-card:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0px, 0, 0px);
}
.team-card__image {
  position: relative;
  z-index: 1;
}
.team-card__image::after {
  position: absolute;
  right: -5px;
  bottom: -10px;
  width: calc(100% + 5px);
  height: 100%;
  content: "";
  background-color: var(--careox-white, #fff);
  z-index: -1;
  border-radius: 0 0 142px 0;
}
.team-card__image img {
  position: relative;
  width: 100%;
  border-radius: 0 0 142px 0;
}
.team-card__hover {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.team-card__hover__btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--accent-color);
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--careox-white, #fff);
  transition: all 500ms ease;
}
.team-card__hover__btn::after {
  display: inline-block;
  content: "+";
  transition: 300ms ease;
}
.team-card__hover:hover .team-card__hover__btn::after {
  content: "-";
}
.team-card__hover__social {
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 3;
  margin: 0;
  opacity: 0;
  padding-bottom: 14px;
  transform: scaleY(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s linear;
  transform-origin: bottom center;
}
.team-card__hover__social a {
  width: 40px;
  height: 40px;
  background-color: var(--careox-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--accent-color);
  font-size: 14px;
  transition: all 500ms ease;
}
.team-card__hover__social a + a {
  margin-top: 8px;
}
.team-card__hover__social a:hover {
  background-color: var(--accent-color);
  color: var(--careox-white, #fff);
}
.team-card__hover:hover .team-card__hover__social {
  opacity: 1;
  transform: scaleY(1);
}
.team-card__content {
  position: relative;
  padding: 35px 30px 26.3px;
}
.team-card__content::after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  right: 74px;
  bottom: 0;
  content: "";
  width: 51px;
  height: 44px;
  background-image: url(../images/shapes/team-hover-arrow.webp);
  background-position: center center;
  background-size: cover;
  transition: all 400ms ease;
}
.team-card:hover .team-card__content::after {
  visibility: visible;
  opacity: 1;
  bottom: 14px;
}
.team-card__title {
  margin: 0;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 800;
  margin-bottom: 11px;
}
.team-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-card__title a:hover {
  background-size: 100% 1px;
}
.team-card__title a:hover {
  color: var(--accent-color);
}
.team-card:hover .team-card__title {
  color: var(--careox-white, #fff);
}
.team-card__designation {
  line-height: 1em;
  margin: 0;
  font-size: 17px;
  text-transform: capitalize;
  transition: all 300ms ease;
}
.team-card:hover .team-card__designation {
  color: var(--careox-white, #fff);
}

.team-two {
  padding: 120px 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .team-two {
    padding: 80px 0 0;
  }
}
.team-two--page {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 767px) {
  .team-two--page {
    padding: 80px 0;
  }
}

.team-card-two {
  position: relative;
}
.team-card-two__hover {
  position: absolute;
  top: 32px;
  right: 30px;
}
.team-card-two__hover__btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--accent-color);
  font-size: 21px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--careox-white, #fff);
  transition: all 500ms ease;
}
.team-card-two__hover__btn::after {
  display: inline-block;
  content: "+";
  transition: 300ms ease;
}
.team-card-two__hover:hover .team-card-two__hover__btn::after {
  content: "-";
}
.team-card-two__hover__social {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 3;
  margin: 0;
  opacity: 0;
  padding-top: 14px;
  transform: scaleY(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s linear;
  transform-origin: top center;
}
.team-card-two__hover__social a {
  width: 40px;
  height: 40px;
  background-color: var(--careox-gray, #f1f6f7);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--accent-color);
  font-size: 14px;
  transition: all 500ms ease;
}
.team-card-two__hover__social a + a {
  margin-top: 8px;
}
.team-card-two__hover__social a:hover {
  background-color: var(--accent-color);
  color: var(--careox-white, #fff);
}
.team-card-two__hover:hover .team-card-two__hover__social {
  opacity: 1;
  transform: scaleY(1);
}
.team-card-two:hover .team-card-two__hover__btn {
  background-color: var(--careox-white, #fff);
  color: var(--accent-color);
}
.team-card-two__content {
  position: relative;
  z-index: 1;
  padding: 25px 30px 26px;
  background-color: var(--careox-gray, #f1f6f7);
  border-radius: 20px;
  margin-bottom: 9px;
}
.team-card-two__content::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--accent-color);
  border-radius: 10px;
  transition: all 500ms ease;
  transform: translate3d(0px, 100%, 0px);
  height: 0;
  z-index: -1;
}
.team-card-two:hover .team-card-two__content::after {
  height: 100%;
  transform: translate3d(0px, 0, 0px);
}
.team-card-two__title {
  margin: 0;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 800;
  margin-bottom: 11px;
}
.team-card-two__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-card-two__title a:hover {
  background-size: 100% 1px;
}
.team-card-two__title a:hover {
  color: inherit;
}
.team-card-two:hover .team-card-two__title {
  color: var(--careox-white, #fff);
}
.team-card-two__designation {
  line-height: 1em;
  margin: 0;
  font-size: 17px;
  text-transform: capitalize;
  transition: all 300ms ease;
}
.team-card-two:hover .team-card-two__designation {
  color: var(--careox-white, #fff);
}
.team-card-two__image {
  position: relative;
  padding: 9px;
  margin: 0 10px;
  border: 1px dashed var(--careox-border-color, #dddddd);
  border-radius: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-card-two__image {
    margin: 0;
  }
}
.team-card-two__image img {
  width: 100%;
  border-radius: 10px;
}
.team-card-two:hover .team-card-two__image {
  border-color: var(--accent-color);
}

.volunteer {
  position: relative;
  padding: 0 0 120px;
}
@media (max-width: 767px) {
  .volunteer {
    padding: 0 0 80px;
  }
}
.volunteer__content {
  position: relative;
}
.volunteer__content .sec-title {
  padding-bottom: 20px;
}
.volunteer__content__text {
  margin-bottom: 32px;
}
.volunteer__area {
  position: relative;
  min-height: 584px;
  margin-right: -200px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 920px;
}
@media (max-width: 1600px) {
  .volunteer__area {
    margin-right: -78px;
  }
}
@media (max-width: 1300px) {
  .volunteer__area {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .volunteer__area {
    max-width: 675px;
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .volunteer__area {
    flex-wrap: wrap;
    gap: 30px;
    min-height: auto;
    justify-content: flex-start;
  }
}
.volunteer__area__border {
  position: absolute;
  left: 40px;
  top: 150px;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
}
@media (max-width: 1300px) {
  .volunteer__area__border {
    left: -30px;
  }
}
@media (max-width: 767px) {
  .volunteer__area__border {
    display: none;
  }
}
.volunteer__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .volunteer__item {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
  }
}
.volunteer__item > a {
  display: inline-block;
  width: 83px;
  height: 83px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.volunteer__item > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.volunteer__item > a::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  content: "+";
  font-size: 26px;
  color: var(--careox-white, #fff);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--careox-base-rgb, 255, 85, 40), 0.9);
  border-radius: 50%;
  transition: all 400ms ease;
  opacity: 0;
  transform: scale(0.9);
}
.volunteer__item.volunteer__item--center, .volunteer__item:hover {
  animation: none;
}
.volunteer__item > a:hover:after {
  opacity: 1;
  transform: scale(1);
}
.volunteer__item__content {
  position: relative;
  z-index: 8;
  transition: all 400ms ease;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
}
.volunteer__item.volunteer__item--center .volunteer__item__content, .volunteer__item:hover .volunteer__item__content {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.volunteer__item__title {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 5px;
}
@media (max-width: 1600px) {
  .volunteer__item__title {
    display: none;
  }
}
.volunteer__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.volunteer__item__title a:hover {
  background-size: 100% 1px;
}
.volunteer__item__title a:hover {
  color: var(--careox-base, #ff5528);
}
.volunteer__item__designation {
  margin: 0;
}
@media (max-width: 1600px) {
  .volunteer__item__designation {
    display: none;
  }
}
.volunteer__item:nth-child(2) {
  position: absolute;
  right: 20px;
  top: 0;
}
@media (max-width: 1600px) {
  .volunteer__item:nth-child(2) {
    right: 20px;
  }
}
.volunteer__item:nth-child(3) {
  position: absolute;
  right: 230px;
  top: 0;
}
@media (max-width: 1600px) {
  .volunteer__item:nth-child(3) {
    right: 210px;
  }
}
.volunteer__item:nth-child(4) {
  position: absolute;
  left: 0;
  top: 30px;
}
.volunteer__item:nth-child(5) {
  position: absolute;
  top: 280px;
  left: 45px;
}
.volunteer__item:nth-child(6) {
  position: absolute;
  bottom: 20px;
  left: 205px;
}
.volunteer__item:nth-child(7) {
  position: absolute;
  bottom: 0;
  right: 155px;
}
@media (max-width: 1600px) {
  .volunteer__item:nth-child(7) {
    right: 130px;
  }
}

.team-details {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .team-details {
    padding: 80px 0;
  }
}
.team-details__image {
  display: inline-block;
  position: relative;
}
.team-details__image img {
  max-width: 100%;
}
.team-details__content {
  position: relative;
}
@media (min-width: 1200px) {
  .team-details__content {
    padding-left: 30px;
  }
}
.team-details__title {
  text-transform: capitalize;
  margin: 0;
  font-weight: 800;
  font-size: 30px;
  line-height: 1;
  margin-top: -5px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .team-details__title {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .team-details__title {
    font-size: 40px;
  }
}
.team-details__designation {
  margin: 0;
  font-size: 16px;
  margin-bottom: 20px;
}
.team-details__text {
  margin: 0;
}
.team-details__list {
  margin: 31px 0;
  padding: 0;
  list-style: none;
}
.team-details__list li {
  position: relative;
  font-size: 16px;
  padding-left: 27px;
  margin-bottom: 3px;
}
.team-details__list li > i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 15px;
  color: var(--careox-secondary, #ffa415);
}
.team-details__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}
.team-details__social a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--careox-gray, #f1f6f7);
  font-size: 14px;
  color: var(--accent-color);
  transition: all 500ms ease;
  border-radius: 50%;
}
.team-details__social a:hover {
  background-color: var(--accent-color);
  color: var(--careox-white, #fff);
}
.team-details__progress {
  position: relative;
}
.team-details__progress + .team-details__progress {
  margin-top: 20px;
}
.team-details__progress__title {
  text-transform: capitalize;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.team-details__progress__bar {
  width: 100%;
  height: 9px;
  background-color: var(--careox-gray, #f1f6f7);
  position: relative;
  border-radius: 20px;
}
.team-details__progress__inner {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--accent-color);
  transition: all 700ms linear;
  border-radius: 20px;
  width: 0px;
}
.team-details__progress__number {
  position: absolute;
  bottom: calc(100% + 5px);
  right: 0;
  font-size: 16px;
  font-weight: 400;
}

.blog-card {
  position: relative;
}
.blog-card__image {
  position: relative;
  overflow: hidden;
  background-color: var(--careox-black, #122f2a);
}
.blog-card__image img {
  transition: 0.5s;
  background-size: cover;
  width: 100%;
  mix-blend-mode: luminosity;
}
.blog-card__image img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.blog-card__image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}
.blog-card__image__link {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--careox-black-rgb, 18, 47, 42), 0.5);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 500ms ease, transform 500ms ease;
}
.blog-card__image__link::before, .blog-card__image__link::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: var(--careox-white, #fff);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-card__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.blog-card:hover .blog-card__image > a {
  opacity: 1;
  transform: translateY(0);
}
.blog-card:hover .blog-card__image img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}
.blog-card:hover .blog-card__image img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.blog-card__content {
  position: relative;
  transition: all 500ms ease;
  border: 1px solid var(--careox-border-color, #dddddd);
  border-top: none;
  border-radius: 0 0 5px 5px;
  padding: 0 0 30px;
}
.blog-card__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 24px;
  border-bottom: 1px solid var(--careox-border-color, #dddddd);
}
.blog-card__meta li {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  flex: 0 0 auto;
  width: 50%;
  padding: 12px 15px;
  margin: -2px 0;
}
.blog-card__meta li:not(:first-of-type) {
  border-left: 1px solid var(--careox-border-color, #dddddd);
}
.blog-card__meta li i {
  color: var(--accent-color);
  font-size: 20px;
  margin-right: 10px;
}
.blog-card__meta li a {
  display: flex;
  align-items: center;
  color: inherit;
  transition: all 500ms ease;
}
.blog-card__meta li a:hover {
  color: var(--accent-color);
  text-shadow: 0 0 1px currentColor;
}
.blog-card__meta img {
  border: 2px solid var(--accent-color);
  border-radius: 50%;
  margin-right: 10px;
  width: 32px !important;
}
.blog-card__date {
  height: 32px;
  background-color: var(--careox-white, #fff);
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  color: var(--careox-text, #636363);
  padding: 0 20px 0 18px;
  line-height: 1.2em;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 10;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 30px;
  transition: all 300ms ease;
}
.blog-card__date i {
  display: inline-block;
  color: var(--accent-color);
  transition: all 300ms ease;
}
.blog-card:hover .blog-card__date {
  background-color: var(--accent-color);
  color: var(--careox-white, #fff);
}
.blog-card:hover .blog-card__date i {
  color: var(--careox-white, #fff);
}
.blog-card__title {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  margin: 0 30px 7px;
  font-weight: 800;
}
.blog-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card__title a:hover {
  background-size: 100% 1px;
}
.blog-card__title a:hover {
  color: var(--accent-color);
}
.blog-card__text {
  margin: 0 30px 25px;
}
.blog-card__link {
  display: inline-block;
  font-size: 16px;
  color: var(--careox-black, #122f2a);
  font-weight: 700;
  text-align: center;
  height: 40px;
  max-width: 145px;
  font-family: var(--careox-heading-font, "Nunito", sans-serif);
  margin: 0 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}
.blog-card__link__front {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: var(--accent-color);
  color: var(--careox-white, #fff);
  perspective: 300px;
  transition: transform 500ms ease;
  transform-origin: top center;
  transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
}
.blog-card__link__back {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: transform 700ms ease, top 700ms ease;
  transform: translateY(0%) translateZ(150px) scaleY(0) rotateX(90deg);
  perspective: 300px;
  transform-origin: bottom center;
  width: 100%;
}
.blog-card__link__back span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: var(--accent-color);
  color: var(--careox-white, #fff);
  margin-right: 11px;
  transition: all 500ms ease;
}
.blog-card__link:hover {
  color: var(--accent-color);
}
.blog-card:hover .blog-card__link__front {
  transform-origin: bottom center;
  transform: translateY(-100%) translateZ(150px) scaleY(0) rotateX(90deg);
}
.blog-card:hover .blog-card__link__back {
  transition: transform 500ms ease, top 500ms ease;
  transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
}
.blog-card--reverse {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .blog-card--reverse {
    display: block;
  }
}
.blog-card--reverse .blog-card__content {
  border-top: 1px solid var(--careox-border-color, #dddddd);
  border-right: none;
  border-radius: 5px 0 0 5px;
}
@media (max-width: 767px) {
  .blog-card--reverse .blog-card__content {
    border-right: 1px solid var(--careox-border-color, #dddddd);
    border-bottom: none;
    border-radius: 5px 5px 0 0;
  }
}
.blog-card--reverse .blog-card__image {
  min-width: 290px;
  flex-shrink: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card--reverse .blog-card__image {
    min-width: 216px;
  }
  .blog-card--reverse .blog-card__image img {
    height: 100%;
    object-fit: cover;
  }
}

.blog-one {
  padding: 120px 0 90px;
}
@media (max-width: 767px) {
  .blog-one {
    padding: 80px 0 50px;
  }
}
.blog-one--page {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .blog-one--page {
    padding: 80px 0;
  }
}
.blog-one--home .sec-title {
  text-align: center;
}
@media (min-width: 992px) {
  .blog-one__carousel .owl-nav {
    display: none;
  }
}

.blog-two {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .blog-two {
    padding: 80px 0;
  }
}
.blog-two--home-three {
  position: relative;
}
.blog-two--home-three .blog-card__title {
  text-align: center;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 450px) {
  .blog-two--home-three .blog-card__title {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.blog-two--home-three .blog-card__text {
  text-align: center;
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 450px) {
  .blog-two--home-three .blog-card__text {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.blog-two--home-three .blog-card__link {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.blog-two--home-three .text-end {
  margin-top: 68px;
}
@media (max-width: 767px) {
  .blog-two--home-three .text-end {
    margin: -15px 0 45px;
    text-align: left !important;
  }
}

.blog-card-two .blog-card__image {
  margin-bottom: 27px;
}
.blog-card-two .blog-card__meta {
  margin-bottom: 6px;
}
.blog-card-two .blog-card__title {
  font-size: 25px;
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .blog-card-two .blog-card__title {
    font-size: 30px;
  }
}
.blog-card-two .blog-card__date {
  bottom: 0;
}
.blog-card-two__text {
  margin: 0;
  font-size: 15px;
  line-height: 2em;
  margin-top: 12px;
}

.blog-card-list {
  position: relative;
}
.blog-card-list__image {
  position: relative;
  overflow: hidden;
  background-color: var(--careox-black, #122f2a);
  margin-bottom: 30px;
}
.blog-card-list__image img {
  transition: 0.5s;
  background-size: cover;
  max-width: 100%;
  mix-blend-mode: luminosity;
}
.blog-card-list__image img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.blog-card-list__image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}
.blog-card-list__image__link {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--careox-black-rgb, 18, 47, 42), 0.5);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 500ms ease, transform 500ms ease;
}
.blog-card-list__image__link::before, .blog-card-list__image__link::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: var(--careox-white, #fff);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-card-list__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.blog-card-list:hover .blog-card-list__image > a {
  opacity: 1;
  transform: translateY(0);
}
.blog-card-list:hover .blog-card-list__image img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}
.blog-card-list:hover .blog-card-list__image img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.blog-card-list__content {
  position: relative;
}
.blog-card-list__meta {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 22px;
}
.blog-card-list__meta li {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  margin: 0 0;
}
.blog-card-list__meta li img {
  border: 2px solid var(--accent-color);
  border-radius: 50%;
  margin-right: 10px;
  width: 32px !important;
}
.blog-card-list__meta li i {
  color: var(--accent-color);
  font-size: 20px;
  margin-right: 10px;
}
.blog-card-list__meta li a {
  color: inherit;
  transition: all 500ms ease;
}
.blog-card-list__meta li a:hover {
  color: var(--accent-color);
}
.blog-card-list__meta li.blog-card-list__meta__cats {
  position: relative;
}
.blog-card-list__meta li.blog-card-list__meta__cats a {
  background-color: var(--accent-color);
  color: var(--careox-white, #fff);
  border-radius: 30px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  padding: 0px 30px;
}
.blog-card-list__meta li.blog-card-list__meta__cats a:hover {
  background-color: var(--accent-color);
  color: var(--careox-white, #fff);
}
.blog-card-list__title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 800;
  margin-bottom: 11px;
}
.blog-card-list__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card-list__title a:hover {
  background-size: 100% 1px;
}
.blog-card-list__title a:hover {
  color: var(--accent-color);
}
.blog-card-list__text {
  line-height: 26px;
  margin: 0 0 32px;
}
@media (min-width: 1200px) {
  .blog-card-list__text {
    padding-right: 50px;
  }
}
.blog-card-list__link {
  display: inline-block;
  font-size: 16px;
  color: var(--careox-black, #122f2a);
  font-weight: 700;
  text-align: center;
  height: 40px;
  max-width: 145px;
  font-family: var(--careox-heading-font, "Nunito", sans-serif);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}
.blog-card-list__link__front {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: var(--accent-color);
  color: var(--careox-white, #fff);
  perspective: 300px;
  transition: transform 500ms ease;
  transform-origin: top center;
  transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
}
.blog-card-list__link__back {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: transform 700ms ease, top 700ms ease;
  transform: translateY(0%) translateZ(150px) scaleY(0) rotateX(90deg);
  perspective: 300px;
  transform-origin: bottom center;
  width: 100%;
}
.blog-card-list__link__back span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: var(--accent-color);
  color: var(--careox-white, #fff);
  margin-right: 11px;
  transition: all 500ms ease;
}
.blog-card-list__link:hover {
  color: var(--accent-color);
}
.blog-card-list:hover .blog-card-list__link__front {
  transform-origin: bottom center;
  transform: translateY(-100%) translateZ(150px) scaleY(0) rotateX(90deg);
}
.blog-card-list:hover .blog-card-list__link__back {
  transition: transform 500ms ease, top 500ms ease;
  transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-one__group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  margin: 0;
}
@media (min-width: 576px) {
  .form-one__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.form-one__control__icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 14px;
}
.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}
.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border-radius: 5px;
  border: none;
  outline: none !important;
  color: var(--careox-text-dark, #727472);
  font-size: 16px;
}
.form-one .bootstrap-select > .dropdown-toggle::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 16px;
  color: var(--careox-text-dark, #727472);
  border: none;
  margin: auto 0;
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle,
.form-one input[type=text],
.form-one input[type=email],
.form-one input[type=tel],
.form-one textarea {
  display: block;
  width: 100%;
  height: 58px;
  background-color: transparent;
  color: var(--careox-text-dark, #727472);
  font-size: 16px;
  font-weight: 400;
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.15);
  border-radius: 5px;
  outline: none;
  padding-left: 30px;
  padding-right: 30px;
}
.form-one textarea {
  height: 150px;
  padding-top: 20px;
  margin-bottom: 10px;
}
.form-one .bootstrap-select > .dropdown-toggle {
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--careox-base, #ff5528);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}
.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--careox-base, #ff5528);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}
.custom-cursor__hover {
  background-color: var(--careox-base, #ff5528);
  opacity: 0.4;
}
.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  position: relative;
}
.main-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
}
.main-footer__top {
  position: relative;
  border-bottom: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.1);
  padding: 50px 0;
  margin-bottom: 49px;
}
.main-footer__top__left {
  position: relative;
  min-height: 74px;
  padding: 11px 0 0 94px;
}
.main-footer__top__left__icon {
  font-size: 74px;
  color: var(--careox-secondary, #ffa415);
  line-height: 1;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}
.main-footer__top__left__title {
  color: var(--careox-white, #fff);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.33px;
  margin: 0;
}
.main-footer__top__left__text {
  font-size: 16px;
  color: var(--careox-text-gray, #bcbcbc);
  letter-spacing: 0.24px;
  margin: 0;
}
.main-footer__newsletter {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .main-footer__newsletter {
    margin: 35px 0 0;
  }
}
.main-footer__newsletter input[type=text],
.main-footer__newsletter input[type=email] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  height: 60px;
  background-color: var(--careox-white, #fff);
  color: var(--careox-text-gray, #bcbcbc);
  font-size: 16px;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 500ms ease;
  border-radius: 5px;
}
.main-footer__newsletter input[type=text]:focus,
.main-footer__newsletter input[type=email]:focus {
  color: var(--careox-black, #122f2a);
}
.main-footer__newsletter button[type=submit] {
  background-color: transparent;
  width: auto;
  height: auto;
  border: none;
  outline: none;
  color: var(--careox-secondary, #ffa415);
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 500ms ease;
}
.main-footer__newsletter button[type=submit]:hover {
  color: var(--careox-base, #ff5528);
}
.main-footer .container {
  position: relative;
}
.main-footer__bottom {
  text-align: center;
  margin-top: 20px;
}
.main-footer__bottom__inner {
  padding: 25px 0;
  border-top: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.1);
}
.main-footer__copyright {
  margin: 0;
  font-size: 16px;
  color: var(--careox-text-gray, #bcbcbc);
}

.footer-widget {
  margin-bottom: 40px;
}
.footer-widget__logo {
  display: inline-flex;
  margin-bottom: 20px;
}
.footer-widget__title {
  font-size: 22px;
  font-weight: 800;
  color: var(--careox-white, #fff);
  text-transform: capitalize;
  margin: 0;
  margin-top: 21px;
  margin-bottom: 34px;
}
.footer-widget--links-two {
  padding-left: 45px;
}
@media (max-width: 1199px) {
  .footer-widget--links-two {
    padding-left: 0;
  }
}
.footer-widget__links {
  margin-top: -10px;
  margin-bottom: -13px;
}
.footer-widget__links li {
  font-size: 16px;
  color: var(--careox-text-gray, #bcbcbc);
  font-weight: 400;
  line-height: 41px;
}
.footer-widget__links li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget__links li a:hover {
  background-size: 100% 1px;
}
.footer-widget__links li a:hover {
  color: var(--careox-white, #fff);
}
.footer-widget__info {
  margin-top: -4px;
  margin-bottom: -13px;
}
.footer-widget__info li {
  font-size: 16px;
  color: var(--careox-text-gray, #bcbcbc);
  font-weight: 400;
  line-height: 28px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
}
.footer-widget__info li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget__info li a:hover {
  background-size: 100% 1px;
}
.footer-widget__info li a:hover {
  color: var(--careox-white, #fff);
}
.footer-widget__info__icon {
  font-size: 17px;
  color: var(--accent-color);
  position: absolute;
  left: 0;
  top: 0;
}
.footer-widget__text {
  font-size: 16px;
  color: var(--careox-text-gray, #bcbcbc);
  letter-spacing: 0.24px;
  line-height: 29px;
  margin: 0;
  margin-bottom: 23px;
  max-width: 319px;
}
.footer-widget__box {
  display: flex;
  align-items: center;
  position: relative;
  gap: 16px;
}
.footer-widget__box__icon {
  font-size: 34px;
  color: var(--careox-secondary, #ffa415);
  line-height: 1;
  display: flex;
  align-items: center;
}
.footer-widget__box__text {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: var(--careox-white, #fff);
  letter-spacing: 0.24px;
  margin: 0;
}
.footer-widget__box__text a {
  display: block;
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget__box__text a:hover {
  background-size: 100% 1px;
}
.footer-widget__box__text a:hover {
  color: var(--careox-base, #ff5528);
}
.footer-widget__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 33px;
}
.footer-widget__social a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.2);
  font-size: 15px;
  color: var(--careox-text-gray, #bcbcbc);
  transition: all 500ms ease;
  border-radius: 50%;
}
.footer-widget__social a i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.footer-widget__social a:hover {
  background-color: var(--accent-color);
  color: var(--careox-white, #fff);
}
.footer-widget__social a:hover i {
  animation: iconTranslateY 0.4s forwards;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .contact-one {
    padding: 80px 0;
  }
}
.contact-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.contact-one__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(11, 11, 11, 0.8);
}
.contact-one__shape {
  position: absolute;
  left: -20px;
  bottom: 155px;
  width: 323px;
  height: 186px;
  animation: shrinkAnim 4s ease 0s infinite;
  display: none;
}
@media (min-width: 1600px) {
  .contact-one__shape {
    display: block;
  }
}
.contact-one__image {
  position: relative;
  margin-right: 20px;
  margin-top: 5px;
  max-width: 665px;
  float: right;
  z-index: 2;
}
@media (max-width: 1400px) {
  .contact-one__image {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .contact-one__image {
    float: left;
    margin-bottom: 50px;
  }
}
.contact-one__image__shape {
  position: absolute;
  left: -145px;
  right: 0;
  top: 26px;
  margin: auto;
  width: 91px;
  height: 91px;
  z-index: -1;
  opacity: 0.65;
  animation: blinkAnim 3s ease 0s infinite;
}
.contact-one__image img {
  max-width: inherit;
}
@media (max-width: 767px) {
  .contact-one__image img {
    max-width: 100%;
  }
}
.contact-one__image__icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 198px;
  height: 198px;
  background-color: var(--careox-secondary, #ffa415);
  border: 10px solid var(--careox-white, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: treeMove2 4s linear 0s infinite;
}
@media (max-width: 767px) {
  .contact-one__image__icon {
    display: none;
  }
}
.contact-one__image__icon img {
  width: 105px;
}
.contact-one__image__info {
  position: absolute;
  right: 15px;
  bottom: 75px;
  padding: 0 0 0 76px;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .contact-one__image__info {
    position: relative;
    right: auto;
    bottom: 0;
    transform: none;
    margin: 30px 0 0;
  }
}
.contact-one__image__info__icon {
  color: var(--careox-base, #ff5528);
  font-size: 56px;
  position: absolute;
  left: 0;
  top: -2px;
  line-height: 56px;
}
.contact-one__image__info__title {
  margin: 0 0 8px;
  font-size: 19px;
  line-height: 1.1;
  color: var(--careox-base, #ff5528);
}
.contact-one__image__info__text {
  font-size: 22px;
  color: var(--careox-white, #fff);
  line-height: 1.1;
  font-weight: 500;
  margin: 0;
}
.contact-one__image__info__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.contact-one__image__info__text a:hover {
  background-size: 100% 1px;
}
.contact-one__image__info__text a:hover {
  color: var(--careox-base, #ff5528);
}
.contact-one__content {
  position: relative;
  padding: 0;
}
.contact-one .sec-title {
  position: relative;
  padding-bottom: 20px;
}
.contact-one .sec-title__title {
  color: var(--careox-white, #fff);
}
.contact-one__text {
  margin: 0;
  color: var(--careox-white, #fff);
  max-width: 490px;
  margin-bottom: 34px;
  position: relative;
}
.contact-one__form {
  position: relative;
}
.contact-one--page {
  position: relative;
}
.contact-one--page .sec-title__title {
  color: var(--careox-black, #122f2a);
}
.contact-one--page .contact-one__image__info__text {
  color: var(--careox-black, #122f2a);
}
.contact-one--page .contact-one__text {
  color: var(--careox-text, #636363);
}
.contact-one--page .form-one .bootstrap-select > .dropdown-toggle,
.contact-one--page .form-one input[type=text],
.contact-one--page .form-one input[type=email],
.contact-one--page .form-one input[type=tel],
.contact-one--page .form-one textarea {
  border-color: var(--careox-border-color, #dddddd);
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar-one {
  background-color: var(--careox-gray, #f1f6f7);
  position: relative;
  z-index: 1;
}
.topbar-one::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 165px;
  height: 100%;
  background-color: var(--careox-base, #ff5528);
  content: "";
  clip-path: polygon(0 0, 100% 0, 42% 100%, 0% 100%);
}
@media (max-width: 1500px) {
  .topbar-one::after {
    display: none;
  }
}
.topbar-one__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.topbar-one__info {
  text-transform: uppercase;
  color: var(--careox-text-dark, #727472);
  letter-spacing: 0.24px;
  margin: 0;
}
.topbar-one__info span {
  color: var(--careox-base, #ff5528);
}
.topbar-one__social {
  display: flex;
  align-items: center;
  line-height: 1em;
}
.topbar-one__social__text {
  margin: 0 19px 0 0;
  color: var(--careox-text-dark, #727472);
  letter-spacing: 0.24px;
}
@media (max-width: 767px) {
  .topbar-one__social__text {
    display: none;
  }
}
.topbar-one__social a {
  width: 30px;
  height: 30px;
  background-color: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--careox-white, #fff);
  transition: all 500ms ease;
}
.topbar-one__social a i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.topbar-one__social a:hover {
  color: var(--careox-white, #fff);
}
.topbar-one__social a:hover i {
  animation: iconTranslateY 0.4s forwards;
}
@keyframes iconTranslateY {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
.topbar-one__bottom {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.topbar-one__bottom::after {
  position: absolute;
  left: 88px;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: var(--careox-black, #122f2a);
  content: "";
  z-index: -1;
  clip-path: polygon(6.7% 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 1700px) {
  .topbar-one__bottom::after {
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (max-width: 1500px) {
  .topbar-one__bottom::after {
    display: none;
  }
}
.topbar-one__bottom__inner {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--careox-white, #fff);
  padding: 23px 0;
}
.topbar-one__bottom__inner::after {
  position: absolute;
  left: -24px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-color: inherit;
  border-radius: 20px 0 0 20px;
  width: 24px;
  height: 80px;
}
.topbar-one__bottom__logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .topbar-one__bottom__logo img {
    max-width: 170px;
  }
}
@media (max-width: 767px) {
  .topbar-one__bottom__logo {
    width: 100%;
    justify-content: center;
  }
  .topbar-one__bottom__logo img {
    max-width: 150px;
  }
}
.topbar-one__bottom__right {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 60px;
}
@media (max-width: 1199px) {
  .topbar-one__bottom__right {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .topbar-one__bottom__right {
    display: none;
  }
}
.topbar-one__bottom__info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 0;
}
@media (max-width: 991px) {
  .topbar-one__bottom__info:nth-child(3) {
    display: none;
  }
}
.topbar-one__bottom__info__icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 52px;
  background-color: var(--accent-color);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52.000000 51.000000"><g transform="translate(0.000000,51.000000) scale(0.050000,-0.050000)"><path d="M291 938 c-51 -32 -108 -85 -127 -118 -19 -33 -41 -60 -49 -60 -8 0 -15 -12 -15 -28 0 -15 -13 -38 -28 -51 -41 -33 -59 -201 -33 -297 71 -263 451 -444 667 -317 109 63 343 353 286 353 -6 0 -1 25 9 55 100 294 -431 640 -710 463z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52.000000 51.000000"><g transform="translate(0.000000,51.000000) scale(0.050000,-0.050000)"><path d="M291 938 c-51 -32 -108 -85 -127 -118 -19 -33 -41 -60 -49 -60 -8 0 -15 -12 -15 -28 0 -15 -13 -38 -28 -51 -41 -33 -59 -201 -33 -297 71 -263 451 -444 667 -317 109 63 343 353 286 353 -6 0 -1 25 9 55 100 294 -431 640 -710 463z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  font-size: 24px;
  color: var(--careox-white, #fff);
  transition: all 500ms ease;
}
.topbar-one__bottom__info__icon::after {
  position: absolute;
  content: "";
  background-color: var(--careox-black, #122f2a);
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 25px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  transition: all 500ms ease;
}
.topbar-one__bottom__info__icon span {
  display: block;
  transition: all 500ms ease;
  transform: scale(1);
}
.topbar-one__bottom__info:hover .topbar-one__bottom__info__icon::after {
  height: 100%;
}
.topbar-one__bottom__info:hover .topbar-one__bottom__info__icon span {
  transform: scale(0.9);
}
.topbar-one__bottom__info__text {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px;
}
.topbar-one__bottom__info__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.topbar-one__bottom__info__text a:hover {
  background-size: 100% 1px;
}
.topbar-one__bottom__info__text a:hover {
  color: var(--careox-base, #ff5528);
}
.topbar-one__bottom__info__title {
  margin: 0;
  color: var(--careox-text-dark, #727472);
  font-size: 17px;
  line-height: 1.1;
}
.topbar-one__bottom__button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: var(--careox-white, #fff);
  width: 50%;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  padding-right: 28px;
}
.topbar-one__bottom__button img {
  width: 65px;
  height: 66px;
  overflow: hidden;
  display: none;
  animation: shrinkAnim 3s ease 0s infinite;
}
@media (min-width: 1800px) {
  .topbar-one__bottom__button img {
    display: inline-block;
  }
}
.topbar-one__bottom__button .codebitel-btn {
  padding: 13px 34px;
  display: none;
}
@media (min-width: 1700px) {
  .topbar-one__bottom__button .codebitel-btn {
    display: inline-block;
  }
}

.topbar-two {
  position: relative;
  background-color: var(--careox-black2, #121212);
}
.topbar-two::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 14%;
  height: 101%;
  content: "";
  background-color: var(--careox-secondary, #ffa415);
  clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
}
@media (max-width: 1700px) {
  .topbar-two::before {
    width: 10%;
  }
}
@media (max-width: 1400px) {
  .topbar-two::before {
    display: none;
  }
}
.topbar-two::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 14%;
  height: 101%;
  content: "";
  background-color: var(--careox-secondary, #ffa415);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 18% 100%);
}
@media (max-width: 1700px) {
  .topbar-two::after {
    width: 10%;
  }
}
@media (max-width: 1400px) {
  .topbar-two::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .topbar-two {
    display: none;
  }
}
.topbar-two__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
}
.topbar-two__info {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.topbar-two__info li {
  color: var(--careox-gray, #f1f6f7);
  font-size: 14px;
}
.topbar-two__info li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.topbar-two__info li a:hover {
  background-size: 100% 1px;
}
.topbar-two__info li a:hover {
  color: var(--careox-base, #ff5528);
}
.topbar-two__info__icon {
  color: var(--careox-base, #ff5528);
  margin-right: 5px;
}
.topbar-two__nav {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.topbar-two__nav li {
  color: var(--careox-gray, #f1f6f7);
  font-size: 14px;
}
.topbar-two__nav li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.topbar-two__nav li a:hover {
  background-size: 100% 1px;
}
.topbar-two__nav li a:hover {
  color: var(--careox-base, #ff5528);
}
.topbar-two__nav li:not(:first-of-type)::before {
  content: "";
  position: relative;
  margin-left: 6px;
  margin-right: 6px;
  display: inline-block;
  content: "/";
  color: inherit;
}

/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.main-header {
  position: absolute;
  background-color: transparent;
  left: 0;
  width: 100%;
  z-index: 9;
}
.main-header__inner {
  display: flex;
  align-items: center;
  background-color: var(--careox-black, #122f2a);
  padding: 0 40px;
  position: relative;
}
@media (max-width: 1199px) {
  .main-header__inner {
    padding: 25px;
  }
}
.main-header__right {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .main-header__right {
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }
}
.main-header__cart, .main-header__search {
  font-size: 22px;
  color: var(--careox-text-gray, #bcbcbc);
  transition: all 500ms ease;
  margin-left: 20px;
  line-height: 1em;
}
.main-header__cart:hover, .main-header__search:hover {
  color: var(--careox-secondary, #ffa415);
}
.main-header__cart {
  margin-left: 50px;
  position: relative;
}
@media (max-width: 1199px) {
  .main-header__cart {
    margin-left: 32px;
  }
}
.main-header__cart::after {
  position: absolute;
  left: -25px;
  top: -6px;
  width: 1px;
  height: 35px;
  content: "";
  background-color: rgba(var(--careox-text-gray-rgb, 188, 188, 188), 0.52);
}
@media (max-width: 1199px) {
  .main-header__cart::after {
    left: -16px;
  }
}
.main-header__cart__count {
  width: 17px;
  height: 17px;
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: var(--careox-secondary, #ffa415);
  border-radius: 50%;
  font-size: 8px;
  color: var(--careox-white, #fff);
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-header__nav {
  position: relative;
}
.main-header--two {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  border-bottom: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.2);
}
.main-header--two.sticky-header--cloned {
  background-color: var(--careox-black, #122f2a);
  border: none;
}
.main-header--two.sticky-header--cloned .main-menu .main-menu__list > li {
  padding-top: 35.25px;
  padding-bottom: 35.25px;
}
@media (max-width: 500px) {
  .main-header--two .main-header__logo img {
    max-width: 180px;
  }
}
@media (max-width: 1199px) {
  .main-header--two .mobile-nav__btn {
    margin-left: auto;
    margin-right: 0;
  }
}
.main-header--two .mobile-nav__btn span {
  background-color: var(--careox-white, #fff);
}
.main-header--two .main-header__btn:hover {
  color: var(--careox-black, #122f2a);
}
.main-header--two .container-fluid {
  max-width: 100%;
}
.main-header--two.sticky-header--cloned .main-header__inner,
.main-header--two .main-header__inner {
  background-color: transparent;
  padding: 0 135px;
}
@media (max-width: 1899px) {
  .main-header--two.sticky-header--cloned .main-header__inner,
  .main-header--two .main-header__inner {
    padding: 0 85px;
  }
}
@media (max-width: 1799px) {
  .main-header--two.sticky-header--cloned .main-header__inner,
  .main-header--two .main-header__inner {
    padding: 0 25px;
  }
}
@media (max-width: 1599px) {
  .main-header--two.sticky-header--cloned .main-header__inner,
  .main-header--two .main-header__inner {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .main-header--two.sticky-header--cloned .main-header__inner,
  .main-header--two .main-header__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .main-header--two.sticky-header--cloned .main-header__inner,
  .main-header--two .main-header__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.main-header--two .main-menu {
  margin-left: auto;
}
.main-header--two .main-menu .main-menu__list > li {
  padding-top: 51.25px;
  padding-bottom: 51.25px;
}
.main-header--two .main-menu .main-menu__list > li > a {
  color: var(--careox-white, #fff);
}
.main-header--two .main-header__right {
  margin-left: 0;
}
@media (min-width: 1400px) {
  .main-header--two .main-header__right {
    margin-left: 40px;
  }
}
.main-header--two .main-header__cart,
.main-header--two .main-header__search {
  color: var(--careox-white, #fff);
}
@media (max-width: 1499px) {
  .main-header--two .main-header__cart,
  .main-header--two .main-header__search {
    margin-left: 30px;
  }
}
.main-header--two .main-header__cart:hover,
.main-header--two .main-header__search:hover {
  color: var(--careox-secondary, #ffa415);
}
.main-header--two .main-header__cart::after {
  background-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.2);
}
@media (max-width: 1499px) {
  .main-header--two .main-header__cart::after {
    left: -15px;
  }
}
.main-header--two .codebitel-btn {
  margin-left: 60px;
}
@media (max-width: 1499px) {
  .main-header--two .codebitel-btn {
    margin-left: 25px;
    padding: 13px 25px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .main-header--two .codebitel-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-header--two .codebitel-btn {
    display: none;
  }
}
.main-header--two .codebitel-btn::before {
  background-color: var(--careox-base, #ff5528);
}
.main-header--three {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
}
.main-header--three::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 26.3%;
  height: 170px;
  content: "";
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 103.000000"><g transform="translate(0.000000,103.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M0 1573 l0 -486 315 -152 c1022 -493 2240 -846 3162 -916 1390 -106 2286 544 2481 1801 13 83 28 170 33 195 l10 45 -3001 0 -3000 0 0 -487z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 103.000000"><g transform="translate(0.000000,103.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M0 1573 l0 -486 315 -152 c1022 -493 2240 -846 3162 -916 1390 -106 2286 544 2481 1801 13 83 28 170 33 195 l10 45 -3001 0 -3000 0 0 -487z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom right;
  mask-position: bottom right;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--careox-white, #fff);
  z-index: -1;
  transition: 500ms ease;
}
@media (min-width: 1330px) and (max-width: 1700px) {
  .main-header--three::before {
    width: 23.3%;
  }
}
@media (max-width: 1199px) {
  .main-header--three::before {
    width: 330px;
    height: 128px;
  }
}
@media (max-width: 490px) {
  .main-header--three::before {
    width: 226px;
    height: 98px;
  }
}
.main-header--three::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 25.8%;
  height: 160px;
  content: "";
  background-image: url(../images/shapes/header-border.webp);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
  transition: 500ms ease;
}
@media (min-width: 1330px) and (max-width: 1700px) {
  .main-header--three::after {
    width: 22.8%;
  }
}
@media (max-width: 1199px) {
  .main-header--three::after {
    width: 318px;
    height: 116px;
    background-size: cover;
  }
}
@media (max-width: 490px) {
  .main-header--three::after {
    display: none;
  }
}
.main-header--three.sticky-header--cloned {
  background-color: var(--careox-black, #122f2a);
}
.main-header--three.sticky-header--cloned::before, .main-header--three.sticky-header--cloned::after {
  display: none;
}
.main-header--three.sticky-header--cloned .main-header__logo__sticky {
  opacity: 1;
}
.main-header--three.sticky-header--cloned .main-menu .main-menu__list > li {
  padding-top: 35.25px;
  padding-bottom: 35.25px;
}
@media (max-width: 500px) {
  .main-header--three .main-header__logo img {
    max-width: 170px;
  }
}
.main-header--three .main-header__logo {
  position: relative;
}
.main-header--three .main-header__logo__sticky {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
@media (max-width: 1199px) {
  .main-header--three .mobile-nav__btn {
    margin-left: auto;
    margin-right: 0;
  }
}
.main-header--three .mobile-nav__btn span {
  background-color: var(--careox-white, #fff);
}
.main-header--three .main-header__btn:hover {
  color: var(--careox-black, #122f2a);
}
.main-header--three .container-fluid {
  max-width: 100%;
}
.main-header--three.sticky-header--cloned .main-header__inner,
.main-header--three .main-header__inner {
  background-color: transparent;
  padding: 0 135px;
}
@media (max-width: 1899px) {
  .main-header--three.sticky-header--cloned .main-header__inner,
  .main-header--three .main-header__inner {
    padding: 0 85px;
  }
}
@media (max-width: 1799px) {
  .main-header--three.sticky-header--cloned .main-header__inner,
  .main-header--three .main-header__inner {
    padding: 0 25px;
  }
}
@media (max-width: 1599px) {
  .main-header--three.sticky-header--cloned .main-header__inner,
  .main-header--three .main-header__inner {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .main-header--three.sticky-header--cloned .main-header__inner,
  .main-header--three .main-header__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .main-header--three.sticky-header--cloned .main-header__inner,
  .main-header--three .main-header__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.main-header--three .main-menu {
  margin-left: auto;
}
.main-header--three .main-menu .main-menu__list > li {
  padding-top: 51.25px;
  padding-bottom: 51.25px;
}
@media (max-width: 1599px) {
  .main-header--three .main-menu .main-menu__list > li {
    margin-left: 40px;
  }
}
.main-header--three .main-menu .main-menu__list > li > a {
  color: var(--careox-white, #fff);
}
.main-header--three .main-header__right {
  margin-left: 0;
}
@media (min-width: 1400px) {
  .main-header--three .main-header__right {
    margin-left: 40px;
  }
}
.main-header--three .main-header__cart,
.main-header--three .main-header__search {
  color: var(--careox-white, #fff);
}
@media (max-width: 1499px) {
  .main-header--three .main-header__cart,
  .main-header--three .main-header__search {
    margin-left: 30px;
  }
}
.main-header--three .main-header__cart:hover,
.main-header--three .main-header__search:hover {
  color: var(--careox-secondary, #ffa415);
}
.main-header--three .main-header__cart::after {
  background-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.2);
}
@media (max-width: 1499px) {
  .main-header--three .main-header__cart::after {
    left: -15px;
  }
}
.main-header--three .codebitel-btn {
  margin-left: 60px;
}
@media (max-width: 1499px) {
  .main-header--three .codebitel-btn {
    margin-left: 25px;
    padding: 13px 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  .main-header--three .codebitel-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-header--three .codebitel-btn {
    display: none;
  }
}
.main-header--three .codebitel-btn::before {
  background-color: var(--careox-base, #ff5528);
}
.main-header--four {
  position: relative;
  padding: 0 0 0 60px;
  background-color: var(--careox-white, #fff);
}
@media (max-width: 1500px) {
  .main-header--four {
    padding-left: 15px;
  }
}
@media (max-width: 1300px) {
  .main-header--four {
    padding-left: 0;
  }
  .main-header--four .main-menu .main-menu__list > li + li {
    margin-left: 35px;
  }
}
.main-header--four.sticky-header--cloned {
  background-color: var(--careox-white, #fff);
  box-shadow: 0px 3px 18px rgba(var(--careox-black-rgb, 18, 47, 42), 0.07);
}
.main-header--four .container-fluid {
  padding-right: 0;
}
.main-header--four .main-header__inner {
  padding: 0;
  background-color: transparent;
}
@media (max-width: 767px) {
  .main-header--four .main-header__inner {
    padding: 18px 20px 18px 0;
  }
}
.main-header--four .main-menu {
  margin-left: auto;
}
.main-header--four .main-menu .main-menu__list > li > a {
  color: var(--careox-black, #122f2a);
}
.main-header--four .mobile-nav__btn span {
  background-color: var(--careox-black, #122f2a);
}
.main-header--four .main-header__right {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .main-header--four .main-header__right {
    margin-left: auto;
    justify-content: flex-end;
  }
}
@media (max-width: 1199px) {
  .main-header--four .mobile-nav__btn {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .main-header--four .main-header__logo img {
    max-width: 170px;
  }
}
.main-header--four .codebitel-btn {
  margin-right: 25px;
}
@media (max-width: 1500px) {
  .main-header--four .codebitel-btn {
    display: none;
  }
}
.main-header--four .codebitel-btn::before {
  background-color: var(--careox-base, #ff5528);
}
.main-header--four .main-header__cart,
.main-header--four .main-header__search {
  color: var(--careox-black, #122f2a);
}
.main-header--four .main-header__cart:hover,
.main-header--four .main-header__search:hover {
  color: var(--careox-base, #ff5528);
}
.main-header--four .main-header__cart__count {
  background-color: var(--careox-base, #ff5528);
}
.main-header--four__toggler {
  width: 92px;
  height: 92px;
  border: 0;
  outline: 0;
  background-color: var(--careox-base, #ff5528);
  padding: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-left: 55px;
}
@media (max-width: 1300px) {
  .main-header--four__toggler {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .main-header--four__toggler {
    display: none;
  }
}
.main-header--four__toggler__wrapper {
  width: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-content: center;
  grid-gap: 5px;
}
.main-header--four__toggler span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: var(--careox-white, #fff);
  display: block;
  border-radius: 50%;
  transition: all 500ms ease;
}
.main-header--four__toggler:hover span {
  background-color: var(--careox-black, #122f2a);
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  background-color: var(--careox-black, #122f2a);
  transform: translateY(-100%);
  box-shadow: 0px 3px 18px rgba(var(--careox-white-rgb, 255, 255, 255), 0.07);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  transition: transform 500ms ease, visibility 500ms ease;
}
@media (min-width: 1200px) {
  .sticky-header--cloned .main-header__inner {
    padding: 0;
  }
}
.sticky-header--cloned.active {
  transform: translateY(0%);
  visibility: visible;
}

.mobile-nav__btn {
  width: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}
.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--careox-white, #fff);
}
.mobile-nav__btn span:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 4px;
}

.main-menu {
  /* after third level no menu */
}
.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  padding-top: 27px;
  padding-bottom: 27px;
  position: relative;
}
.main-menu .main-menu__list > li.dropdown > a {
  position: relative;
}
.main-menu .main-menu__list > li + li {
  margin-left: 49px;
}
.main-menu .main-menu__list > li > a {
  font-size: 15px;
  display: flex;
  align-items: center;
  font-family: var(--careox-heading-font, "Nunito", sans-serif);
  color: var(--careox-text-gray, #bcbcbc);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  position: relative;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li > a::after {
  position: absolute;
  content: "";
  left: auto;
  bottom: 5px;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a {
  color: var(--careox-secondary, #ffa415);
  text-shadow: 0 0 0.5px currentColor;
}
.main-menu .main-menu__list > li.current > a::after,
.main-menu .main-menu__list > li:hover > a::after {
  width: 100%;
  left: 0;
  right: auto;
}
.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 270px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: var(--careox-white, #fff);
  box-shadow: 0px 10px 60px 0px RGBA(var(--careox-white-rgb, 255, 255, 255), 0.07);
  padding: 15px 20px 11px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.main-menu .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > .megamenu {
  position: static;
}
.main-menu .main-menu__list > .megamenu > ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.main-menu .main-menu__list li ul li > a {
  font-size: 13px;
  line-height: 26px;
  color: var(--careox-text, #636363);
  font-weight: 600;
  letter-spacing: 0.4px;
  font-family: var(--careox-heading-font, "Nunito", sans-serif);
  display: flex;
  text-transform: uppercase;
  padding: 8px 20px;
  transition: 400ms;
  margin-bottom: 4px;
}
.main-menu .main-menu__list li ul li > a::after {
  position: absolute;
  right: 20px;
  top: 8px;
  border-radius: 0;
  font-size: 6px;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  color: var(--careox-secondary, #ffa415);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}
.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a {
  background-color: var(--careox-gray, #f1f6f7);
  color: var(--careox-black, #122f2a);
}
.main-menu .main-menu__list li ul li.current > a::after,
.main-menu .main-menu__list li ul li:hover > a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.main-menu .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.main-menu .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.main-menu .main-menu__list li ul li > ul ul {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .main-menu__list li:nth-last-child(1) ul li > ul,
  .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}
/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/
.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: 0;
  background-color: var(--careox-white, #fff);
  display: block !important;
  margin: 0;
}

.main-menu__list > li.megamenu-clickable > ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
  overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
  bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
  overflow: unset;
}

.mobile-nav__content .demo-one .container {
  padding-left: 15px;
  padding-right: 15px;
}

.megamenu-popup {
  position: relative;
}
.megamenu-popup .megamenu-clickable--close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: block;
  color: var(--careox-black, #122f2a);
}
@media (min-width: 1300px) {
  .megamenu-popup .megamenu-clickable--close {
    top: 38px;
    right: 40px;
  }
}
.megamenu-popup .megamenu-clickable--close:hover {
  color: var(--careox-base, #ff5528);
}
.megamenu-popup .megamenu-clickable--close span {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  color: currentColor;
  transition: all 500ms ease;
}
.megamenu-popup .megamenu-clickable--close span::before, .megamenu-popup .megamenu-clickable--close span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.megamenu-popup .megamenu-clickable--close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.demo-one {
  padding-top: 120px;
  padding-bottom: 120px;
}
.demo-one .row {
  --bs-gutter-y: 30px;
}
.demo-one__card {
  background-color: var(--careox-white, #fff);
  box-shadow: 0px 10px 60px 0px rgba(var(--careox-black3-rgb, 0, 0, 0), 0.1);
  text-align: center;
  transition: 500ms ease;
  transform: translateY(0px);
}
.demo-one__card:hover {
  transform: translateY(-10px);
}
.demo-one__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  color: var(--careox-black, #122f2a);
  font-weight: 700;
  letter-spacing: 0.45px;
}
.demo-one__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.demo-one__title a:hover {
  background-size: 100% 1px;
}
.demo-one__title a:hover {
  color: var(--careox-secondary, #ffa415);
}
.demo-one__image {
  position: relative;
  overflow: hidden;
}
.demo-one__image img {
  max-width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}
.demo-one__card:hover .demo-one__image img {
  filter: blur(2px);
}
.demo-one__btns {
  background-color: rgba(var(--careox-black3-rgb, 0, 0, 0), 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  transform: scale(1, 0);
  transition: transform 500ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0;
}
.demo-one__card:hover .demo-one__btns {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}
.demo-one__btn {
  font-size: 14px;
  padding: 10px 20px;
  min-width: 135px;
  text-align: center;
  justify-content: center;
}
.demo-one__btn:hover {
  color: var(--careox-white, #fff);
}
@media (min-width: 768px) {
  .demo-one__btn {
    display: inline-flex;
  }
}
.demo-one__title {
  padding-top: 30.5px;
  padding-bottom: 30.5px;
}

.home-showcase {
  margin-top: -20px;
  margin-bottom: -20px;
}
.home-showcase .row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 20px;
}
.home-showcase__inner {
  padding: 40px 40px 21px;
  background-color: var(--careox-white, #fff);
  box-shadow: 0px 10px 60px 0px rgba(var(--careox-black3-rgb, 0, 0, 0), 0.07);
}
.home-showcase .demo-one__card {
  box-shadow: none;
}
.home-showcase .demo-one__title {
  padding: 0;
  font-size: 14px;
  margin-top: 15px;
  padding-bottom: 15px;
}

/*--------------------------------------------------------------
# Why choose
--------------------------------------------------------------*/
.why-choose-one {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .why-choose-one {
    padding: 80px 0;
  }
}
.why-choose-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--careox-black, #122f2a);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.why-choose-one__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--careox-black-rgb, 18, 47, 42), 0.6);
}
.why-choose-one__shape {
  position: absolute;
  right: 10%;
  top: 75px;
  width: 189px;
  height: 189px;
  background-position: top left;
  background-repeat: no-repeat;
  animation: treeMove 4s linear 0s infinite;
  opacity: 0.22;
}
@media (max-width: 1500px) {
  .why-choose-one__shape {
    right: 5%;
  }
}
@media (max-width: 1300px) {
  .why-choose-one__shape {
    display: none;
  }
}
.why-choose-one .container {
  position: relative;
}
.why-choose-one .sec-title {
  padding-bottom: 20px;
}
.why-choose-one .sec-title__title {
  color: var(--careox-white, #fff);
}
.why-choose-one__text {
  color: var(--careox-white, #fff);
  max-width: 504px;
  margin: 0 0 34px;
}
.why-choose-one__box {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.18);
  border-radius: 20px;
  min-height: 181px;
  padding: 37px 100px 36px 173px;
  transition: all 0.4s;
  overflow: hidden;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .why-choose-one__box {
    padding: 37px 90px 36px 150px;
  }
}
@media (max-width: 767px) {
  .why-choose-one__box {
    padding: 37px 25px;
  }
}
.why-choose-one__box::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--careox-black3, #000);
  opacity: 0;
  transition: all 0.4s;
  transform: scale(1, 0);
  z-index: -1;
}
.why-choose-one__box:hover {
  border-color: var(--careox-black3, #000);
}
.why-choose-one__box:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}
.why-choose-one__box__icon {
  position: absolute;
  left: 51px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 93px;
  height: 93px;
  border-radius: 50%;
  overflow: hidden;
  font-size: 48px;
  color: var(--careox-white, #fff);
  background-color: var(--accent-color);
}
@media (max-width: 991px) {
  .why-choose-one__box__icon {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .why-choose-one__box__icon {
    position: relative;
    left: 0;
    margin: 0 0 25px;
  }
}
.why-choose-one__box__icon span {
  transform: scale(1);
  transition: 500ms ease;
}
.why-choose-one__box:hover .why-choose-one__box__icon span {
  transform: scale(0.9);
}
.why-choose-one__box__title {
  color: var(--careox-white, #fff);
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 17px;
}
.why-choose-one__box__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.why-choose-one__box__list li {
  position: relative;
  padding-left: 25px;
  margin-top: 5px;
  color: var(--careox-white, #fff);
}
.why-choose-one__box__list__icon {
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 0;
  line-height: 1;
  margin: auto;
  display: flex;
  align-items: center;
  color: var(--accent-color);
  font-size: 15px;
}
.why-choose-one__box__rm {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-color);
  background-color: transparent;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  right: 39px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 400ms ease;
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  .why-choose-one__box__rm {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .why-choose-one__box__rm {
    position: relative;
    right: 0;
    margin: 25px 0 0;
  }
}
.why-choose-one__box__rm::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--accent-color);
  opacity: 0.23;
  transition: 400ms ease;
  z-index: -1;
}
.why-choose-one__box__rm:hover {
  transform: rotate(90deg);
  color: var(--careox-white, #fff);
}
.why-choose-one__box__rm:hover::after {
  opacity: 1;
}

.why-choose-two {
  padding-top: 100px;
  background-color: var(--careox-white, #fff);
}
.why-choose-two__image {
  position: relative;
  display: inline-block;
  margin-bottom: 110px;
}
@media (min-width: 992px) {
  .why-choose-two__image {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .why-choose-two__image {
    margin-left: 120px;
  }
}
.why-choose-two__image img {
  max-width: 100%;
}
.why-choose-two__image__two {
  position: absolute;
  bottom: -50px;
  left: 0px;
  z-index: 10;
}
@media (min-width: 992px) {
  .why-choose-two__image__two {
    bottom: 0;
    left: -120px;
  }
}
.why-choose-two__image__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 11;
  animation: shapeMove 4s linear 0s infinite;
}
@media (min-width: 992px) {
  .why-choose-two__image__shape {
    bottom: auto;
    top: 200px;
    right: auto;
    left: -100px;
  }
}
.why-choose-two__image__icon {
  width: 96px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--careox-base, #ff5528);
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}
@media (min-width: 992px) {
  .why-choose-two__image__icon {
    left: -48px;
  }
}
@media (min-width: 1200px) {
  .why-choose-two__content {
    padding-left: 70px;
  }
}
.why-choose-two__highlight {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: var(--careox-base, #ff5528);
  margin: 0;
  margin-top: -10px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .why-choose-two__highlight {
    margin: 0;
    font-size: 20px;
    line-height: 34px;
    margin-top: -20px;
    margin-bottom: 32px;
  }
}
.why-choose-two__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.875em;
}
@media (min-width: 992px) {
  .why-choose-two__text {
    font-size: 16px;
  }
}
.why-choose-two__progress {
  margin-top: 30px;
  margin-bottom: 37px;
}
.why-choose-two__progress__title {
  text-transform: uppercase;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.why-choose-two__progress__bar {
  width: 100%;
  height: 17px;
  border: 1px solid var(--careox-border-color, #dddddd);
  box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.why-choose-two__progress__inner {
  position: absolute;
  height: calc(100% - 6px);
  left: 4px;
  top: 3px;
  background-color: var(--careox-base, #ff5528);
  transition: all 700ms linear;
  width: 0px;
}
.why-choose-two__progress__number {
  position: absolute;
  bottom: calc(100% + 5px);
  right: 0;
  font-size: 14px;
  font-weight: 400;
}
.why-choose-two__link:hover {
  color: var(--careox-white, #fff);
}
.why-choose-two__link::after {
  background-color: var(--careox-black, #122f2a);
}
.why-choose-two__link::before {
  background-color: var(--careox-base, #ff5528);
}

.why-choose-three {
  position: relative;
  padding: 120px 0 220px;
  background-color: var(--careox-black, #122f2a);
  margin-bottom: -100px;
  z-index: 1;
}
@media (max-width: 767px) {
  .why-choose-three {
    padding: 80px 0 180px;
  }
}
.why-choose-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--careox-black, #122f2a);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.why-choose-three__content {
  position: relative;
}
.why-choose-three__content__text {
  font-size: 15px;
  line-height: 30px;
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.6);
  margin: 0;
}
.why-choose-three .sec-title__title {
  color: var(--careox-white, #fff);
}
.why-choose-three .sec-title {
  padding-bottom: 26px;
}
.why-choose-three__list {
  position: relative;
  background-color: var(--careox-black2, #121212);
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0;
}
@media (max-width: 991px) {
  .why-choose-three__list {
    margin: 50px 0 0;
  }
}
.why-choose-three__item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 40px 40px 36px;
}
.why-choose-three__item:nth-child(1), .why-choose-three__item:nth-child(3) {
  border-right: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.1);
}
.why-choose-three__item:nth-child(1), .why-choose-three__item:nth-child(2) {
  border-bottom: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.1);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose-three__item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .why-choose-three__item {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.1);
  }
}
.why-choose-three__item:hover .why-choose-three__item__icon span {
  transform: scale(0.8);
}
.why-choose-three__item__top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.why-choose-three__item__icon {
  width: 57px;
  height: 57px;
  background-color: var(--careox-base, #ff5528);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--careox-white, #fff);
  font-size: 21px;
  margin-right: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose-three__item__icon {
    margin-right: 12px;
  }
}
.why-choose-three__item__icon span {
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}
.why-choose-three__item__title {
  color: var(--careox-white, #fff);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
.why-choose-three__item__text {
  color: var(--careox-text-dark, #727472);
  font-size: 15px;
  line-height: 30px;
  margin: 0;
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-one {
  position: relative;
  z-index: 2;
  margin-bottom: -116px;
}
.funfact-one__list.list-unstyled {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: space-between;
  background-color: var(--careox-white, #fff);
  border-radius: 117px;
  padding-top: 81px;
  padding-bottom: 81px;
}
@media (min-width: 1360px) {
  .funfact-one__list.list-unstyled {
    margin: 0 -90px;
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (max-width: 1359px) {
  .funfact-one__list.list-unstyled {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .funfact-one__list.list-unstyled {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.funfact-one__item {
  display: flex;
  align-items: center;
  position: relative;
}
.funfact-one__item:hover .funfact-one__icon i {
  transform: scale(0.9);
}
.funfact-one__item:hover .funfact-one__content::before {
  left: -23px;
  opacity: 1;
  width: 23px;
}
.funfact-one__item:hover .funfact-one__content::after {
  height: 50%;
}
.funfact-one__item:hover .funfact-one__text {
  background-size: 100% 1px;
}
.funfact-one__icon {
  width: 70px;
  height: 70px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 55" ><path d="m11.7 48.1q-20.7-15.8-4.8-36.4 15.8-20.7 36.5-4.8 20.6 15.8 4.7 36.5-15.8 20.6-36.4 4.7z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 55" ><path d="m11.7 48.1q-20.7-15.8-4.8-36.4 15.8-20.7 36.5-4.8 20.6 15.8 4.7 36.5-15.8 20.6-36.4 4.7z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--accent-color);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 35px;
  color: var(--careox-white, #fff);
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.5s ease;
}
.funfact-one__icon i {
  display: inline-block;
  transition: all 0.5s ease;
  transform: scale(1);
}
.funfact-one__content {
  position: relative;
  border-left: 3px solid var(--careox-border-color, #dddddd);
  padding-left: 18px;
}
.funfact-one__content::after {
  position: absolute;
  left: -3px;
  bottom: 0;
  width: 3px;
  height: 0;
  background-color: var(--accent-color);
  content: "";
  transition: all 0.5s ease;
}
.funfact-one__content::before {
  position: absolute;
  left: -3px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 0;
  height: 3px;
  background-color: var(--accent-color);
  content: "";
  transition: all 0.7s ease;
  opacity: 0;
}
.funfact-one__count {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0.54px;
  display: flex;
  align-items: center;
}
.funfact-one__text {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  margin-top: 6px;
  line-height: 1.3;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.funfact-one--home-three {
  padding: 0 0 120px;
  margin: 0;
}
@media (max-width: 767px) {
  .funfact-one--home-three {
    padding-bottom: 80px;
  }
}
.funfact-one--home-three .funfact-one__list.list-unstyled {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.funfact-one--about {
  padding: 82px 0 120px;
  margin: 0;
}
@media (max-width: 767px) {
  .funfact-one--about {
    padding-bottom: 80px;
  }
}
.funfact-one--about .funfact-one__list.list-unstyled {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.funfact-one--team-details {
  padding: 0;
  margin: 0;
}
.funfact-one--team-details .funfact-one__list.list-unstyled {
  margin: 0;
  padding: 120px 0;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid var(--careox-border-color, #dddddd);
  border-top: 1px solid var(--careox-border-color, #dddddd);
}
@media (max-width: 767px) {
  .funfact-one--team-details .funfact-one__list.list-unstyled {
    padding: 80px 0;
  }
}

.funfact-two {
  position: relative;
  background-color: var(--careox-base, #ff5528);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 120px 0;
}
.funfact-two__shape {
  position: absolute;
  left: -10px;
  top: 0;
}
.funfact-two__shape img {
  animation: shapeMove 3s linear 0s infinite;
}
@media (max-width: 767px) {
  .funfact-two {
    padding: 80px 0;
  }
}
.funfact-two .sec-title {
  padding-bottom: 33px;
}
.funfact-two .sec-title__tagline,
.funfact-two .sec-title__title {
  color: var(--careox-white, #fff);
}
.funfact-two__list {
  position: relative;
  background-color: var(--careox-white, #fff);
  margin: 0 0 0 -7px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0;
}
@media (max-width: 991px) {
  .funfact-two__list {
    margin: 50px 0 0;
  }
}
.funfact-two__list__icon {
  width: 94px;
  height: 94px;
  background-color: var(--careox-base, #ff5528);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.funfact-two__list__icon img {
  height: 65px;
  transform: scale(1);
  transition: 500ms ease;
}
@media (max-width: 767px) {
  .funfact-two__list__icon {
    display: none;
  }
}
.funfact-two__list:hover .funfact-two__list__icon img {
  transform: scale(0.9);
}
.funfact-two__item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 42px 58px;
}
.funfact-two__item:nth-child(1), .funfact-two__item:nth-child(3) {
  border-right: 1px solid var(--careox-base, #ff5528);
}
.funfact-two__item:nth-child(1), .funfact-two__item:nth-child(2) {
  border-bottom: 1px solid var(--careox-base, #ff5528);
}
@media (max-width: 1199px) {
  .funfact-two__item {
    padding-left: 30px;
    padding-right: 25px;
  }
}
@media (max-width: 991px) {
  .funfact-two__item {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .funfact-two__item {
    padding-left: 50px;
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid var(--careox-base, #ff5528);
  }
}
.funfact-two__count {
  margin: 0;
  color: var(--careox-black, #122f2a);
  font-size: 40px;
  font-family: var(--careox-font, "Nunito", sans-serif);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .funfact-two__count {
    font-size: 50px;
  }
}
.funfact-two__text {
  margin: 0;
  font-size: 18px;
  margin: 0;
}

.funfact-three {
  position: relative;
  padding: 100px 0;
  background-color: var(--careox-white, #fff);
}
@media (max-width: 767px) {
  .funfact-three {
    padding: 80px 0 50px;
  }
}
.funfact-three__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--careox-gray, #f1f6f7);
  z-index: 3;
}
@media (min-width: 1400px) {
  .funfact-three__bg {
    width: calc(100% - 240px);
    left: 120px;
  }
}
.funfact-three__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0;
  z-index: 3;
  position: relative;
}
@media (max-width: 767px) {
  .funfact-three__list {
    display: block;
  }
}
.funfact-three__item {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
}
@media (max-width: 991px) {
  .funfact-three__item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0 30px !important;
  }
}
@media (max-width: 767px) {
  .funfact-three__item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 30px !important;
    text-align: center;
  }
}
.funfact-three__item:not(:last-of-type)::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--careox-border-color, #dddddd);
  position: absolute;
  top: 0;
  right: 54px;
}
@media (max-width: 991px) {
  .funfact-three__item:not(:last-of-type)::before {
    right: 50px !important;
  }
}
@media (max-width: 767px) {
  .funfact-three__item:not(:last-of-type)::before {
    display: none;
  }
}
.funfact-three__item:not(:first-of-type) {
  padding-left: 37px;
}
@media (max-width: 1199px) {
  .funfact-three__item:not(:first-of-type) {
    padding-left: 0;
  }
}
.funfact-three__item:nth-child(2)::before {
  right: 16px;
}
@media (max-width: 991px) {
  .funfact-three__item:nth-child(2)::before {
    display: none;
  }
}
.funfact-three__item:nth-child(3)::before {
  right: -20px;
}
.funfact-three__item:nth-child(3) {
  padding-left: 63px;
}
@media (max-width: 1199px) {
  .funfact-three__item:nth-child(3) {
    padding-left: 40px;
  }
}
.funfact-three__item:last-child {
  padding-left: 104px;
}
@media (max-width: 1199px) {
  .funfact-three__item:last-child {
    padding-left: 70px;
  }
}
.funfact-three__item:hover .funfact-three__icon::before {
  transform: scale(0.9);
}
.funfact-three__icon {
  width: 103px;
  height: 104px;
  background-color: var(--careox-base, #ff5528);
  font-size: 60px;
  color: var(--careox-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 13px;
}
@media (max-width: 767px) {
  .funfact-three__icon {
    margin-left: auto;
    margin-right: auto;
  }
}
.funfact-three__icon::before {
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}
.funfact-three__count {
  margin: 0;
  color: var(--careox-black, #122f2a);
  font-family: var(--careox-font, "Nunito", sans-serif);
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .funfact-three__count {
    font-size: 40px;
  }
}
.funfact-three__text {
  margin: 0;
  color: var(--careox-text, #636363);
  font-size: 16px;
  margin-top: 9px;
  margin-bottom: -6px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-one {
  position: relative;
  padding: 120px 0 0;
}
@media (max-width: 767px) {
  .testimonials-one {
    padding: 80px 0 0;
  }
}
.testimonials-one__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--careox-gray, #f1f6f7);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 58%);
}
.testimonials-one .sec-title {
  padding-bottom: 19px;
}
.testimonials-one__text {
  position: relative;
  margin: 0 0 42px;
}
.testimonials-one__wrapper {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 80px;
  border-radius: 50px;
}
@media (min-width: 1350px) {
  .testimonials-one__wrapper {
    margin-left: 50px;
    margin-right: -120px;
    padding-right: 45px;
  }
}
@media (max-width: 991px) {
  .testimonials-one__wrapper {
    margin-left: 80px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .testimonials-one__wrapper {
    padding: 0 0 0;
    margin: 0;
    background-image: none !important;
  }
}
.testimonials-one__carousel {
  margin-left: -80px;
}
@media (max-width: 767px) {
  .testimonials-one__carousel {
    margin-left: 0;
  }
}
.testimonials-one__image {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
}
.testimonials-one__image .slick-list {
  margin-top: 160px;
  padding: 10px 0 !important;
  transform: rotate(12deg);
  margin-left: -170px;
}
@media (max-width: 1400px) {
  .testimonials-one__image .slick-list {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .testimonials-one__image .slick-list {
    transform: rotate(21deg);
    margin-left: -10px;
  }
}
@media (max-width: 991px) {
  .testimonials-one__image .slick-list {
    display: none;
  }
}
.testimonials-one__image .slick-arrow {
  width: 50px;
  height: 50px;
  background-color: var(--careox-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 17px;
  border: none;
  outline: none;
  box-shadow: none;
  color: var(--careox-black, #122f2a);
  transition: all 400ms ease;
}
.testimonials-one__image .slick-arrow.next {
  position: absolute;
  left: 60px;
  top: 0;
}
.testimonials-one__image .slick-arrow:hover {
  background-color: var(--careox-secondary, #ffa415);
  color: var(--careox-white, #fff);
}
.testimonials-one__image__item {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid var(--careox-white, #fff);
  transition: all 400ms ease;
  transform: scale(1);
  cursor: pointer;
}
@media (max-width: 1199px) {
  .testimonials-one__image__item {
    width: 106px;
    height: 106px;
  }
}
.testimonials-one__image__item img {
  width: 100%;
  height: 100%;
}
.testimonials-one__image .slick-current.slick-active.slick-center {
  transition: all 400ms ease;
}
.testimonials-one__image .slick-current.slick-active.slick-center .testimonials-one__image__item {
  border-color: var(--accent-color);
  transition: all 400ms ease;
  transform: scale(1.1);
}

.testimonials-card {
  position: relative;
  background-color: var(--careox-white, #fff);
  transition: all 500ms ease;
  padding: 60px 60px 45px 99px;
  border-radius: 0 30px 30px 0;
  margin-left: 79px;
  margin-bottom: 39px;
}
@media (max-width: 767px) {
  .testimonials-card {
    border-radius: 30px;
    padding: 40px 30px;
    margin: 40px 0;
  }
}
.testimonials-card:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.testimonials-card__image {
  width: 161px;
  height: 161px;
  border: 12px solid var(--careox-white, #fff);
  border-radius: 50%;
  transition: all 500ms ease;
  position: absolute;
  left: -80px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .testimonials-card__image {
    position: relative;
    left: 0;
    margin: 0 0 25px;
    border: none;
    width: 131px;
    height: 131px;
  }
}
.testimonials-card__image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 10px solid var(--accent-color);
}
.testimonials-card__rating {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}
.testimonials-card__rating i {
  color: var(--accent-color);
  font-size: 22px;
  letter-spacing: 6px;
}
.testimonials-card__rating i:last-child {
  color: var(--careox-border-color, #dddddd);
}
.testimonials-card__content {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 18px;
  font-style: italic;
}
.testimonials-card__name {
  margin: 0;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 8px;
}
.testimonials-card__designation {
  margin: 0;
  line-height: 1;
}
.testimonials-card__quote {
  font-size: 55px;
  color: var(--careox-border-color, #dddddd);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--careox-border-color, #dddddd);
  position: absolute;
  right: 92px;
  bottom: 50px;
  line-height: 1;
}

.testimonials-two {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .testimonials-two {
    padding: 80px 0;
  }
}
.testimonials-two__shape-one {
  position: absolute;
  left: 90px;
  top: 85px;
  width: 139px;
  height: 255px;
  animation: treeMove 4s linear 0s infinite;
}
@media (max-width: 1300px) {
  .testimonials-two__shape-one {
    display: none;
  }
}
.testimonials-two__shape-two {
  position: absolute;
  left: 99px;
  bottom: 100px;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  animation: zoomsIn 4s linear 0s infinite;
}
@media (max-width: 1300px) {
  .testimonials-two__shape-two {
    display: none;
  }
}
.testimonials-two__shape-three {
  position: absolute;
  right: 99px;
  top: 100px;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  animation: zoomsIn 4s linear 0s infinite;
}
@media (max-width: 1300px) {
  .testimonials-two__shape-three {
    display: none;
  }
}
.testimonials-two__shape-four {
  position: absolute;
  right: 120px;
  bottom: 0;
  width: 93px;
  height: 221px;
  animation: treeMove 4s linear 0s infinite;
}
@media (max-width: 1300px) {
  .testimonials-two__shape-four {
    display: none;
  }
}
.testimonials-two__wrapper {
  max-width: 835px;
  margin: 57px auto 0;
  position: relative;
  border: 1px solid var(--careox-border-color, #dddddd);
  border-radius: 80px;
  padding: 0 0 38px;
}
.testimonials-two__carousel {
  position: relative;
  text-align: center;
}
.testimonials-two__carousel .slick-arrow {
  width: 50px;
  height: 50px;
  background-color: var(--careox-black, #122f2a);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--careox-white, #fff);
  font-size: 18px;
  border-radius: 50%;
  transition: all 500ms ease;
  border: none;
  outline: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  z-index: 3;
}
.testimonials-two__carousel .slick-arrow:hover {
  background-color: var(--careox-base, #ff5528);
  color: var(--careox-white, #fff);
}
.testimonials-two__carousel .slick-arrow.prev {
  position: absolute;
  left: -25px;
  top: 51px;
}
@media (max-width: 767px) {
  .testimonials-two__carousel .slick-arrow.prev {
    left: -15px;
  }
}
.testimonials-two__carousel .slick-arrow.next {
  position: absolute;
  right: -25px;
  top: 51px;
}
@media (max-width: 767px) {
  .testimonials-two__carousel .slick-arrow.next {
    right: -15px;
  }
}
.testimonials-two__item {
  position: relative;
  margin: 0;
  text-align: center;
}
.testimonials-two__item__name {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 15px;
}
.testimonials-two__item__designation {
  font-size: 16px;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
}
.testimonials-two__item__quote {
  margin: 0 0 22px;
}
@media (max-width: 767px) {
  .testimonials-two__item__quote {
    padding: 0 30px;
  }
  .testimonials-two__item__quote br {
    display: none;
  }
}
.testimonials-two__item__ratings {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--careox-secondary, #ffa415);
  font-size: 23px;
  letter-spacing: 5px;
}
.testimonials-two__item__ratings i:last-child {
  color: var(--careox-border-color, #dddddd);
}
.testimonials-two__carousel-thumb {
  max-width: 210px;
  padding: 0;
  margin: -60px auto 26px;
  position: relative;
  text-align: center;
}
.testimonials-two__carousel-thumb .slick-slide {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 25px 0;
}
.testimonials-two__carousel-thumb .slick-slide .testimonials-two__meta-thumb {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  position: relative;
  transition: 500ms ease;
  transform: scale(1);
}
.testimonials-two__carousel-thumb .slick-slide .testimonials-two__meta-thumb::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  margin: auto;
  width: 100%;
  height: 100%;
  content: "";
  border: 7px solid var(--careox-secondary, #ffa415);
  visibility: hidden;
  opacity: 0;
  transition: 500ms ease;
}
.testimonials-two__carousel-thumb .slick-slide .testimonials-two__meta-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.testimonials-two__carousel-thumb .slick-active.slick-center {
  position: relative;
  z-index: 9;
}
.testimonials-two__carousel-thumb .slick-active.slick-center .testimonials-two__meta-thumb {
  transform: scale(1.6);
}
.testimonials-two__carousel-thumb .slick-active.slick-center .testimonials-two__meta-thumb::after {
  visibility: visible;
  opacity: 1;
}

.testimonials-three {
  position: relative;
  padding: 185px 0 0;
}
@media (max-width: 767px) {
  .testimonials-three {
    padding: 80px 0 0;
  }
}
.testimonials-three__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonials-three__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--careox-black-rgb, 18, 47, 42), 0.76);
}
.testimonials-three__bg__shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 1;
}
.testimonials-three__wrapper {
  position: relative;
  background-color: var(--careox-base, #ff5528);
  border-radius: 20px;
  z-index: 2;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 81px 0 73px;
}
@media (max-width: 767px) {
  .testimonials-three__wrapper {
    padding: 60px 20px 50px;
  }
}
.testimonials-three__wrapper .sec-title {
  padding-bottom: 31px;
}
.testimonials-three__wrapper .sec-title__title,
.testimonials-three__wrapper .sec-title__tagline {
  color: var(--careox-white, #fff);
}
.testimonials-three__wrapper .sec-title__tagline__border {
  background-color: var(--careox-white, #fff);
}
.testimonials-three__carousel {
  position: relative;
  text-align: center;
}
.testimonials-three__carousel .slick-arrow {
  width: 50px;
  height: 50px;
  background-color: var(--careox-black, #122f2a);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--careox-white, #fff);
  font-size: 18px;
  border-radius: 50%;
  transition: all 500ms ease;
  border: none;
  outline: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  z-index: 3;
}
.testimonials-three__carousel .slick-arrow:hover {
  background-color: var(--careox-secondary, #ffa415);
  color: var(--careox-white, #fff);
}
.testimonials-three__carousel .slick-arrow.prev {
  position: absolute;
  left: -25px;
  top: -56px;
}
@media (max-width: 767px) {
  .testimonials-three__carousel .slick-arrow.prev {
    left: -25px;
    top: 0;
  }
}
.testimonials-three__carousel .slick-arrow.next {
  position: absolute;
  right: -25px;
  top: -56px;
}
@media (max-width: 767px) {
  .testimonials-three__carousel .slick-arrow.next {
    right: -25px;
    top: 0;
  }
}
.testimonials-three__item {
  position: relative;
  margin: 0;
  text-align: center;
}
.testimonials-three__item__name {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  color: var(--careox-white, #fff);
  margin-bottom: 15px;
}
.testimonials-three__item__designation {
  font-size: 16px;
  line-height: 1;
  color: var(--careox-white, #fff);
  display: block;
  margin-bottom: 20px;
}
.testimonials-three__item__ratings {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--careox-secondary, #ffa415);
  font-size: 23px;
  letter-spacing: 5px;
  margin-bottom: 25px;
}
.testimonials-three__item__ratings i:last-child {
  color: var(--careox-border-color, #dddddd);
}
.testimonials-three__item__quote {
  color: var(--careox-white, #fff);
  margin: 0;
}
@media (max-width: 767px) {
  .testimonials-three__item__quote br {
    display: none;
  }
}
.testimonials-three__carousel-thumb {
  max-width: 530px;
  padding: 0;
  margin: 0px auto 26px;
  position: relative;
  text-align: center;
}
.testimonials-three__carousel-thumb .slick-slide {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 25px 0;
}
.testimonials-three__carousel-thumb .slick-slide .testimonials-three__meta-thumb {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  position: relative;
  transition: 500ms ease;
  transform: scale(1);
  margin: auto;
}
.testimonials-three__carousel-thumb .slick-slide .testimonials-three__meta-thumb::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  margin: auto;
  width: 100%;
  height: 100%;
  content: "";
  border: 7px solid var(--careox-secondary, #ffa415);
  visibility: hidden;
  opacity: 0;
  transition: 500ms ease;
}
.testimonials-three__carousel-thumb .slick-slide .testimonials-three__meta-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.testimonials-three__carousel-thumb .slick-active.slick-center {
  position: relative;
  z-index: 9;
}
.testimonials-three__carousel-thumb .slick-active.slick-center .testimonials-three__meta-thumb {
  transform: scale(1.58);
}
.testimonials-three__carousel-thumb .slick-active.slick-center .testimonials-three__meta-thumb::after {
  visibility: visible;
  opacity: 1;
}

.testimonials-page {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .testimonials-page {
    padding: 80px 0;
  }
}
.testimonials-page__card {
  position: relative;
  background-color: var(--careox-gray, #f1f6f7);
  transition: all 500ms ease;
  padding: 113px 50px 44px 60px;
  border-radius: 20px;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .testimonials-page__card {
    padding: 113px 30px 44px 30px;
  }
}
.testimonials-page__card__image {
  width: 136px;
  height: 136px;
  border: 11px solid var(--careox-white, #fff);
  border-radius: 50%;
  transition: all 500ms ease;
  position: absolute;
  left: 60px;
  top: -55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .testimonials-page__card__image {
    left: 30px;
  }
}
.testimonials-page__card__image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 10px solid var(--accent-color);
}
.testimonials-page__card__rating {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}
.testimonials-page__card__rating i {
  color: var(--accent-color);
  font-size: 22px;
  letter-spacing: 6px;
}
.testimonials-page__card__rating i:last-child {
  color: var(--careox-border-color, #dddddd);
}
.testimonials-page__card__content {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 12px;
  font-style: italic;
}
.testimonials-page__card__name {
  margin: 0;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 14px;
}
.testimonials-page__card__designation {
  margin: 0;
  line-height: 1;
}
.testimonials-page__card__quote {
  font-size: 55px;
  color: var(--careox-border-color, #dddddd);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--careox-border-color, #dddddd);
  position: absolute;
  right: 92px;
  bottom: 50px;
  line-height: 1;
}
@media (max-width: 991px) {
  .testimonials-page__card__quote {
    right: 40px;
  }
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.cta-one {
  position: relative;
}
.cta-one .col-lg-6 {
  padding: 0;
}
.cta-one__title {
  margin: 0;
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  font-size: 35px;
  font-weight: bold;
  color: var(--careox-white, #fff);
  position: relative;
  letter-spacing: 3.5px;
  z-index: 2;
  margin-bottom: 7px;
}
.cta-one__text {
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.9);
  margin: 0 0 19px;
  position: relative;
  z-index: 2;
}
.cta-one .codebitel-btn {
  position: relative;
  z-index: 1;
  color: var(--careox-black, #122f2a);
  padding: 7px 37px;
}
.cta-one .codebitel-btn::before {
  background-color: var(--careox-white, #fff);
}
.cta-one .codebitel-btn::after {
  border-color: var(--careox-white, #fff);
}
.cta-one .codebitel-btn:hover {
  color: var(--careox-white, #fff);
}
.cta-one__shape-middle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  z-index: 1;
  align-items: center;
  width: 148px;
  height: 141px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: movebounce3 3s linear infinite;
}
@media (max-width: 1199px) {
  .cta-one__shape-middle {
    display: none;
  }
}
.cta-one__content {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 51px 30px 62px;
  text-align: center;
  overflow: hidden;
}
.cta-one__content::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--careox-base-rgb, 255, 85, 40), 0.6);
}
.cta-one__content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.2);
  border-radius: 0;
  transition: all 500ms linear;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.cta-one__content:hover::before {
  -webkit-animation: zoom-hover 0.95s;
  animation: zoom-hover 0.95s;
}
@keyframes zoom-hover {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 120%;
    height: 120%;
    opacity: 0;
  }
}
.cta-one__content__shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 91px;
  height: 133px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.cta-one__content--right {
  position: relative;
}
.cta-one__content--right::after {
  background: rgba(var(--careox-black-rgb, 18, 47, 42), 0.6);
}
.cta-one__content--right .codebitel-btn {
  color: var(--careox-white, #fff);
}
.cta-one__content--right .codebitel-btn::before {
  background-color: var(--careox-secondary, #ffa415);
}
.cta-one__content--right .codebitel-btn::after {
  border-color: var(--careox-base, #ff5528);
}
.cta-one__content--right .codebitel-btn:hover {
  color: var(--careox-base, #ff5528);
}

.cta-two {
  position: relative;
  background-color: var(--careox-base, #ff5528);
  padding: 59px 0 48px;
}
.cta-two__shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  animation: shapeMove 3s linear 0s infinite;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .cta-two__shape {
    display: none;
  }
}
.cta-two .sec-title {
  padding: 0;
}
.cta-two .sec-title__tagline {
  color: var(--careox-white, #fff);
}
.cta-two .sec-title__tagline__border {
  background-color: var(--careox-white, #fff);
}
.cta-two .sec-title__title {
  color: var(--careox-white, #fff);
}
@media (max-width: 991px) {
  .cta-two .sec-title__title {
    font-size: 35px;
  }
}
.cta-two__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  margin-left: auto;
  z-index: 2;
}
@media (max-width: 767px) {
  .cta-two__button {
    margin: 30px 0 0;
    justify-content: flex-start;
  }
}
.cta-two__button img {
  width: 65px;
  height: 66px;
  animation: shrinkAnim 3s ease 0s infinite;
}
@media (max-width: 991px) {
  .cta-two__button img {
    display: none;
  }
}
.cta-two__button .codebitel-btn {
  color: var(--careox-black, #122f2a);
}
.cta-two__button .codebitel-btn:hover {
  color: var(--careox-white, #fff);
}
.cta-two__button .codebitel-btn::before {
  background-color: var(--careox-white, #fff);
}
.cta-two__button .codebitel-btn::after {
  border-color: var(--careox-white, #fff);
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-one {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .gallery-one {
    padding: 80px 0;
  }
}
.gallery-one .container-fluid {
  width: 100%;
  max-width: 1572px;
}
.gallery-one .row {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 10px;
}
@media (min-width: 992px) {
  .gallery-one__carousel .owl-nav {
    display: none;
  }
}
.gallery-one__filter__list {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.gallery-one__filter__list li {
  cursor: pointer;
}
.gallery-one__filter__list li span {
  display: block;
  font-size: 14px;
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  background-color: var(--careox-gray, #f1f6f7);
  transition: all 500ms ease;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 20px;
  line-height: 1.2em;
}
.gallery-one__filter__list li.active span, .gallery-one__filter__list li:hover span {
  background-color: var(--careox-base, #ff5528);
  color: var(--careox-white, #fff);
}
.gallery-one__card {
  position: relative;
  overflow: hidden;
  background-color: var(--careox-black, #122f2a);
}
.gallery-one__card img {
  transform: scale(1);
  max-width: 100%;
  transition: transform 500ms ease, opacity 500ms ease;
  opacity: 1;
}
.gallery-one__card__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--careox-secondary-rgb, 255, 164, 21), 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
}
.gallery-one__card__hover .img-popup {
  position: relative;
}
.gallery-one__card:hover img {
  transform: scale(1.05);
  opacity: 0.9;
  mix-blend-mode: screen;
}
.gallery-one__card:hover .gallery-one__card__hover {
  transform-origin: top center;
  transform: scale(1, 1);
}
.gallery-one__card__icon {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
}
.gallery-one__card__icon::after, .gallery-one__card__icon::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--careox-white, #fff);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery-one__card__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: relative;
}
.sidebar__single {
  background-color: var(--careox-gray, #f1f6f7);
  border-radius: 20px;
  padding: 40px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar__single {
    padding-left: 22px;
    padding-right: 20px;
  }
}
.sidebar__single--tags .sidebar__title::after {
  width: 100%;
}
.sidebar__single--search {
  padding: 0;
  border: none;
  border-radius: 50px;
}
.sidebar__single + .sidebar__single {
  margin-top: 50px;
}
.sidebar__title {
  text-transform: capitalize;
  margin: 0 0 36px;
  line-height: 1em;
  font-size: 20px;
  letter-spacing: 0.33px;
  font-weight: 700;
  position: relative;
  top: -3px;
  display: inline-block;
}
@media (min-width: 768px) {
  .sidebar__title {
    font-size: 22px;
  }
}
.sidebar__title::after {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 77px;
  height: 3px;
  content: "";
  background-color: var(--careox-base, #ff5528);
}
.sidebar__search {
  position: relative;
}
.sidebar__search input[type=search],
.sidebar__search input[type=text] {
  outline: none;
  width: 100%;
  height: 55px;
  background-color: transparent;
  font-size: 16px;
  color: var(--careox-text, #636363);
  border-radius: 50px;
  border: none;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 500ms ease;
}
.sidebar__search input[type=search]:focus,
.sidebar__search input[type=text]:focus {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}
.sidebar__search button[type=submit] {
  border: none;
  outline: none;
  background-color: var(--careox-base, #ff5528);
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: auto;
  font-size: 16px;
  line-height: 47px;
  color: var(--careox-white, #fff);
  border-radius: 50%;
  width: 47px;
  height: 47px;
  transition: all 500ms ease;
}
.sidebar__search button[type=submit]:hover {
  background-color: var(--careox-black, #122f2a);
  color: var(--careox-white, #fff);
}
.sidebar__categories {
  margin-bottom: -16px;
  margin-top: -9px;
}
.sidebar__categories li {
  position: relative;
  font-size: 16px;
  color: var(--careox-text, #636363);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 500ms ease;
  padding: 0 0 0 26px;
  margin: 0 0 10px;
}
.sidebar__categories li::before {
  position: absolute;
  left: -3px;
  content: "\ea94";
  font-family: IcoFont !important;
  transition: all 500ms ease;
  font-weight: normal;
  font-size: 25px;
}
.sidebar__categories li a {
  color: inherit;
}
.sidebar__categories li:hover {
  padding: 0 5px 0 31px;
  color: var(--careox-base, #ff5528);
}
.sidebar__categories li:hover::before {
  left: 2px;
  color: var(--careox-base, #ff5528);
}
.sidebar__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}
.sidebar__tags a {
  background-color: transparent;
  text-transform: capitalize;
  border: 1px solid var(--careox-border-color, #dddddd);
  font-size: 16px;
  font-weight: 400;
  border-radius: 30px;
  color: var(--careox-text, #636363);
  transition: all 500ms ease;
  display: inline-flex;
  line-height: 28px;
  padding: 5px 21px;
}
.sidebar__tags a:hover {
  color: var(--careox-white, #fff);
  border-color: var(--careox-base, #ff5528);
  background-color: var(--careox-base, #ff5528);
}
.sidebar__posts {
  margin-bottom: 0;
}
.sidebar__posts__item {
  display: flex;
  align-items: center;
}
.sidebar__posts__item:not(:last-of-type) {
  margin-bottom: 30px;
}
.sidebar__posts__image {
  flex-shrink: 0;
  margin-right: 15px;
}
.sidebar__posts__image img {
  max-width: 100%;
}
.sidebar__posts__meta {
  margin: 0;
  line-height: 1em;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  color: var(--careox-text, #636363);
  font-size: 14px;
  margin-bottom: 7px;
}
.sidebar__posts__meta i {
  font-size: 13px;
}
.sidebar__posts__title {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
}
.sidebar__posts__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sidebar__posts__title a:hover {
  background-size: 100% 1px;
}
.sidebar__posts__title a:hover {
  color: var(--careox-base, #ff5528);
}

/*--------------------------------------------------------------
# Blog details
--------------------------------------------------------------*/
.blog-details {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .blog-details {
    padding: 80px 0;
  }
}
.blog-details__content {
  position: relative;
}
.blog-details__image {
  position: relative;
  margin-bottom: 30px;
}
.blog-details__image img {
  max-width: 100%;
  height: auto;
}
.blog-details__top-meta {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 24px;
}
.blog-details__top-meta li {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  margin: 0 0;
}
.blog-details__top-meta li img {
  border: 2px solid var(--careox-secondary, #ffa415);
  border-radius: 50%;
  margin-right: 10px;
  width: 32px !important;
}
.blog-details__top-meta li i {
  color: var(--careox-secondary, #ffa415);
  font-size: 20px;
  margin-right: 10px;
}
.blog-details__top-meta li a {
  color: inherit;
  transition: all 500ms ease;
}
.blog-details__top-meta li a:hover {
  color: var(--careox-secondary, #ffa415);
}
.blog-details__top-meta li.blog-details__top-meta__cats {
  position: relative;
}
.blog-details__top-meta li.blog-details__top-meta__cats a {
  background-color: var(--careox-base, #ff5528);
  color: var(--careox-white, #fff);
  border-radius: 30px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  padding: 0px 30px;
}
.blog-details__top-meta li.blog-details__top-meta__cats a:hover {
  background-color: var(--careox-secondary, #ffa415);
  color: var(--careox-white, #fff);
}
.blog-details__title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 22px;
}
.blog-details__text {
  margin: 0 0 15px;
}
@media (min-width: 1200px) {
  .blog-details__text {
    padding-right: 50px;
  }
}
.blog-details__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-top: 1px solid var(--careox-border-color, #dddddd);
  border-bottom: 1px solid var(--careox-border-color, #dddddd);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 46px;
  margin-bottom: 55px;
}
.blog-details__tags {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-details__tags__title {
  text-transform: capitalize;
  margin: 0;
  line-height: 1em;
  font-size: 20px;
  font-weight: bold;
  margin-top: -4px;
  margin-bottom: -4px;
}
@media (min-width: 768px) {
  .blog-details__tags__title {
    font-size: 22px;
  }
}
.blog-details__tags .sidebar__tags a {
  border: none;
  background-color: var(--careox-gray, #f1f6f7);
}
.blog-details__tags .sidebar__tags a:hover {
  background-color: var(--careox-base, #ff5528);
}
.blog-details__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-details__social a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--careox-gray, #f1f6f7);
  font-size: 14px;
  color: var(--careox-black, #122f2a);
  transition: all 500ms ease;
  border-radius: 50%;
}
.blog-details__social a:hover {
  background-color: var(--careox-base, #ff5528);
  color: var(--careox-white, #fff);
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-one {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .comments-one {
    margin-top: 55px;
  }
}
.comments-one__title {
  margin: 0;
  text-transform: capitalize;
  font-size: 25px;
  font-weight: bold;
  margin-top: -4px;
  margin-bottom: -4px;
}
@media (min-width: 992px) {
  .comments-one__title {
    font-size: 30px;
  }
}
.comments-one__list {
  margin: 0;
  margin-top: 35px;
}
@media (min-width: 768px) {
  .comments-one__card {
    display: flex;
    align-items: flex-start;
  }
}
.comments-one__card:not(:first-of-type) {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--careox-border-color, #dddddd);
}
@media (min-width: 1200px) {
  .comments-one__card:not(:first-of-type) {
    margin-top: 50px;
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .comments-one__card__image {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .comments-one__card__image {
    margin-right: 45px;
  }
}
.comments-one__card__image img {
  border-radius: 50%;
}
.comments-one__card__title {
  margin: 0;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .comments-one__card__title {
    margin-bottom: 21px;
  }
}
.comments-one__card__date {
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  font-size: 16px;
  margin-left: 20px;
  color: var(--careox-text, #636363);
}
.comments-one__card__text {
  margin: 0;
  margin-bottom: 20px;
  max-width: 560px;
}
@media (min-width: 768px) {
  .comments-one__card__text {
    margin-bottom: 0;
  }
}
.comments-one__card__reply {
  padding: 6px 20px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .comments-one__card__reply {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.comments-one__card__content {
  position: relative;
}

.comments-form {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .comments-form {
    margin-top: 55px;
  }
}
.comments-form__title {
  margin: 0;
  text-transform: capitalize;
  font-size: 25px;
  color: var(--careox-black, #122f2a);
  font-weight: bold;
  margin-top: -4px;
  margin-bottom: -4px;
}
@media (min-width: 992px) {
  .comments-form__title {
    font-size: 30px;
  }
}
.comments-form__form {
  margin-top: 45px;
}
.comments-form .form-one .bootstrap-select > .dropdown-toggle,
.comments-form .form-one input[type=text],
.comments-form .form-one input[type=email],
.comments-form .form-one input[type=tel],
.comments-form .form-one textarea {
  border: 1px solid var(--careox-border-color, #dddddd);
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
.product {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .product {
    padding: 80px 0;
  }
}
.product__sidebar {
  position: relative;
}
.product__sidebar--title {
  position: relative;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: bold;
  margin-top: -5px;
}
.product__search {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.product__search form {
  border-radius: 0;
  position: relative;
}
.product__search form input[type=text] {
  width: 100%;
  height: 64px;
  background-color: transparent;
  padding-left: 30px;
  padding-right: 30px;
  font-family: var(--careox-font, "Nunito", sans-serif);
  font-size: 14px;
  color: var(--careox-text, #636363);
  border: 1px solid var(--careox-border-color, #dddddd);
  outline: none;
  font-weight: 500;
  border-radius: 0;
}
.product__price-ranger {
  background-color: var(--careox-gray, #f1f6f7);
  padding: 30px;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product__price-ranger {
    padding: 30px 20px;
  }
}
.product__price-ranger #slider-range {
  margin: 22px 0 0 0px;
  background: var(--careox-white, #fff);
  border: none;
  height: 5px;
  border-radius: 0;
  position: relative;
}
.product__price-ranger #slider-range .ui-slider-range {
  height: 100%;
  background: var(--careox-base, #ff5528);
}
.product__price-ranger #slider-range .ui-slider-handle {
  position: absolute;
  top: -5px;
  background: var(--careox-base, #ff5528);
  border: 0;
  height: 14px;
  width: 14px !important;
  border-radius: 50%;
  margin-left: -2px;
  outline: medium none;
  cursor: pointer;
  z-index: 2;
}
.product__price-ranger .ranger-min-max-block {
  position: relative;
  display: block;
  margin: 18px 0 0 0px;
}
.product__price-ranger .ranger-min-max-block input[type=text] {
  position: relative;
  display: inline-block;
  color: var(--careox-text, #636363);
  font-size: 14px;
  font-weight: 500;
  width: 40px;
  line-height: 30px;
  border: none;
  outline: none;
  font-family: var(--careox-font, "Nunito", sans-serif);
  padding: 0;
  text-align: center;
  background-color: transparent;
}
.product__price-ranger .ranger-min-max-block span {
  position: relative;
  display: inline-block;
  color: var(--careox-text, #636363);
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  left: -2px;
}
.product__price-ranger .ranger-min-max-block input[type=submit] {
  position: relative;
  display: block;
  background-color: var(--careox-white, #fff);
  font-family: var(--careox-font, "Nunito", sans-serif);
  float: right;
  text-align: center;
  border: none;
  color: var(--careox-black, #122f2a);
  font-size: 10px;
  letter-spacing: var(--careox-letter-space, 0.1em);
  font-weight: 600;
  line-height: 38px;
  margin: 0;
  cursor: pointer;
  padding: 0 20px;
  height: 38px;
  border-radius: 0;
  box-shadow: 0px 10px 30px 0px rgba(var(--careox-black-rgb, 18, 47, 42), 0.07);
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product__price-ranger .ranger-min-max-block input[type=submit] {
    padding: 0 15px;
  }
}
.product__price-ranger .ranger-min-max-block input[type=submit]:hover {
  background-color: var(--careox-base, #ff5528);
  color: var(--careox-white, #fff);
}
.product__categories {
  background-color: var(--careox-gray, #f1f6f7);
  padding: 30px;
}
.product__categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -20px;
}
.product__categories ul li {
  position: relative;
  margin: 0 0 4px;
}
.product__categories ul li a {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 15px;
  text-transform: capitalize;
  color: var(--careox-text, #636363);
  font-weight: 500;
  transition: all 0.3s ease;
  z-index: 1;
  padding: 9px 15px 11px;
}
.product__categories ul li a::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  transition: all 500ms ease;
  font-size: 16px;
  margin-right: 10px;
  color: var(--careox-base, #ff5528);
}
.product__categories ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--careox-white, #fff);
  z-index: -1;
  transform: scale(1, 0);
  perspective: 400px;
  visibility: hidden;
  transition: transform 500ms ease-in-out, visibility 500ms ease-in-out;
  transform-origin: bottom center;
}
.product__categories ul li:hover a, .product__categories ul li.active a {
  color: var(--careox-black, #122f2a);
  padding-left: 27px;
}
.product__categories ul li:hover a::after, .product__categories ul li.active a::after {
  transform: scale(1, 1);
  visibility: visible;
  transform-origin: top center;
}
.product__categories ul li:hover a span, .product__categories ul li.active a span {
  color: var(--careox-base, #ff5528);
}
.product__categories ul li.active a {
  font-weight: 600;
}
.product__info-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .product__info-top {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .product__info-top {
    display: block;
    margin-top: 40px;
  }
}
.product__showing-text {
  margin: 0;
  font-weight: 500;
  font-size: 17px;
}
@media (max-width: 767px) {
  .product__showing-text {
    margin-bottom: 20px;
  }
}
.product__showing-sort {
  margin: 0;
  font-size: 18px;
}
.product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 340px !important;
  font-family: var(--careox-font, "Nunito", sans-serif);
}
@media (max-width: 360px) {
  .product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 300px !important;
  }
}
.product__showing-sort .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.product__showing-sort .bootstrap-select .dropdown-menu {
  border: none;
}
.product__showing-sort .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 64px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: var(--careox-gray, #f1f6f7) !important;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--careox-text, #636363) !important;
  font-size: 14px;
  line-height: 64px;
  font-weight: 500;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
  text-transform: capitalize;
}
.product__showing-sort .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 16px;
  color: var(--careox-text, #636363);
}
.product__showing-sort .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--careox-border-color, #dddddd);
}
.product__showing-sort .bootstrap-select .dropdown-menu > li > a {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 30px;
  color: var(--careox-text, #636363);
  background-color: var(--careox-gray, #f1f6f7);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product__showing-sort .bootstrap-select .dropdown-menu > li:hover > a,
.product__showing-sort .bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--careox-base, #ff5528);
  color: var(--careox-white, #fff);
  border-color: var(--careox-base, #ff5528);
}
.product__item {
  position: relative;
  background-color: var(--careox-white, #fff);
  border: 1px solid var(--careox-border-color, #dddddd);
  transition: all 500ms ease;
}
.product__item:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}
.product__item__img {
  background-color: var(--careox-white, #fff);
  position: relative;
  overflow: hidden;
}
.product__item__img img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  transition: all 500ms ease;
  transform: scale(1);
}
.product__item__btn {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.product__item__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--careox-gray, #f1f6f7);
  border-radius: 50%;
  color: var(--careox-black, #122f2a);
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
}
.product__item__btn a:hover {
  background-color: var(--careox-base, #ff5528);
  color: var(--careox-white, #fff);
}
.product__item__btn a:nth-child(1) {
  -webkit-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
}
.product__item__btn a:nth-child(2) {
  -webkit-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
}
.product__item__btn a + a {
  margin-top: 10px;
}
.product__item:hover .product__item__img img {
  transform: scale(1.05);
}
.product__item:hover .product__item__btn a {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.product__item__content {
  position: relative;
  text-align: center;
  padding: 30px 20px;
}
.product__item__ratings {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: var(--careox-base, #ff5528);
  letter-spacing: 4.5px;
  margin-bottom: 4px;
}
.product__item__title {
  font-size: 20px;
  line-height: 26px;
  text-transform: capitalize;
  font-weight: bold;
  margin: 0;
  margin-bottom: 6px;
}
.product__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.product__item__title a:hover {
  background-size: 100% 1px;
}
.product__item__title a:hover {
  color: var(--careox-base, #ff5528);
}
.product__item__price {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: var(--careox-text, #636363);
  line-height: 1em;
  font-weight: 400;
  margin-bottom: 20px;
}
.product__item__price__offer {
  text-decoration: line-through;
  color: var(--careox-border-color, #dddddd);
  margin-left: 10px;
}
.product__item__link {
  padding: 6px 24px;
  font-size: 13px;
}
.product__item__link::before {
  background-color: var(--careox-base, #ff5528);
}

/*--------------------------------------------------------------
# Shop details
--------------------------------------------------------------*/
.product-details {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .product-details {
    padding: 80px 0;
  }
}
.product-details__img {
  position: relative;
  border: 1px solid var(--careox-border-color, #dddddd);
}
.product-details__img img {
  width: 100%;
  height: auto;
}
.product-details__img-search {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
  line-height: 1;
}
.product-details__img-search a {
  display: inline-block;
  font-size: 21px;
  color: var(--careox-black, #122f2a);
  transition: all 500ms ease;
}
.product-details__img-search a:hover {
  color: var(--careox-base, #ff5528);
}
.product-details__content {
  position: relative;
  margin: -8px 0 0 0;
}
@media (max-width: 991px) {
  .product-details__content {
    margin: 50px 0 0;
  }
}
.product-details__top {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 17px;
}
.product-details__title {
  font-size: 34px;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0;
}
.product-details__price {
  font-size: 24px;
  line-height: 26px;
  color: var(--careox-base, #ff5528);
  font-weight: 500;
  margin: 0 0 0 28px;
}
.product-details__review {
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 3px;
  font-size: 16px;
  color: var(--careox-base, #ff5528);
}
.product-details__review a {
  display: inline-block;
  color: var(--careox-text, #636363);
  font-size: 15px;
  letter-spacing: 0;
  margin-left: 16px;
  font-weight: 500;
  transition: all 500ms ease;
}
.product-details__review a:hover {
  color: var(--careox-base, #ff5528);
}
.product-details__divider {
  width: 100%;
  height: 1px;
  background-color: var(--careox-border-color, #dddddd);
  margin: 22px 0 21px;
}
.product-details__excerpt {
  margin: 0;
}
.product-details__excerpt-text1 {
  margin: 0 0 31px;
}
.product-details__excerpt-text2 {
  margin: 0;
}
@media (max-width: 767px) {
  .product-details__excerpt-text2 br {
    display: block;
  }
}
.product-details__quantity {
  position: relative;
  display: flex;
  align-items: center;
  margin: 20px 0 30px;
}
.product-details__quantity-title {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  margin-right: 35px;
  font-weight: 700;
}
.product-details__quantity .quantity-box {
  position: relative;
  width: 98px;
  height: 50px;
}
.product-details__quantity .quantity-box input {
  width: 98px;
  height: 50px;
  border: 1px solid var(--careox-border-color, #dddddd);
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-family: var(--careox-font, "Nunito", sans-serif);
  color: var(--careox-text, #636363);
  padding-left: 30px;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  background-color: transparent;
}
.product-details__quantity .quantity-box button {
  width: 24px;
  height: 24px;
  color: var(--careox-text, #636363);
  font-size: 8px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: transparent;
  border: none;
  border-left: 1px solid var(--careox-border-color, #dddddd);
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  transition: all 500ms ease;
}
.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  top: auto;
  border-top: 1px solid var(--careox-border-color, #dddddd);
}
.product-details__quantity .quantity-box button:hover {
  color: var(--careox-base, #ff5528);
}
.product-details__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product-details__socials {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.product-details__socials__title {
  font-size: 20px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 700;
  margin-right: 10px;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .product-details__socials__title {
    flex: 0 0 auto;
  }
}
.product-details__socials a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--careox-gray, #f1f6f7);
  font-size: 14px;
  color: var(--careox-black, #122f2a);
  transition: all 500ms ease;
  border-radius: 50%;
}
.product-details__socials a:hover {
  background-color: var(--careox-base, #ff5528);
  color: var(--careox-white, #fff);
}
.product-details__description {
  position: relative;
  margin: 52px 0 0;
}
.product-details__description__title {
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 24px;
  font-weight: bold;
}
.product-details__description__text {
  margin-bottom: 30px;
}
.product-details__description__lists {
  margin: 0 0 30px;
  padding: 0;
}
.product-details__description__lists li {
  display: block;
  position: relative;
  padding: 0 0 0 36px;
  font-weight: 500;
  color: var(--careox-black, #122f2a);
}
.product-details__description__lists li span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: var(--careox-base, #ff5528);
}
.product-details__comment {
  border-top: 1px solid var(--careox-border-color, #dddddd);
  margin: 55px 0 0;
  padding: 52px 0 0;
  position: relative;
}
.product-details__review-title {
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 44px;
  font-weight: 700;
}
.product-details__comment-box {
  position: relative;
  padding: 15px 0 64px 212px;
  margin-bottom: 50px;
  min-height: 166px;
  border-bottom: 1px solid var(--careox-border-color, #dddddd);
}
@media (max-width: 767px) {
  .product-details__comment-box {
    padding-left: 0;
  }
}
.product-details__comment-box__thumb {
  width: 166px;
  height: 166px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  margin: 0;
  border: none;
}
@media (max-width: 767px) {
  .product-details__comment-box__thumb {
    position: relative;
    margin: 0 0 20px;
  }
}
.product-details__comment-box__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.product-details__comment-box__meta {
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize;
  margin: 0 0 20px;
  font-weight: bold;
  color: var(--careox-black, #122f2a);
}
.product-details__comment-box__date {
  font-size: 15px;
  line-height: 26px;
  display: inline-block;
  text-transform: inherit;
  color: var(--careox-base, #ff5528);
  font-family: var(--careox-font, "Nunito", sans-serif);
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 0 7px;
  text-transform: capitalize;
}
.product-details__comment-box__text {
  margin: 0;
}
.product-details__comment-box__ratings {
  position: absolute;
  right: 0;
  top: 13px;
  display: flex;
  align-items: center;
  letter-spacing: 6px;
  font-size: 16px;
  color: var(--careox-base, #ff5528);
}
@media (max-width: 767px) {
  .product-details__comment-box__ratings {
    position: relative;
    top: 0;
    margin: 0 0 22px;
  }
}
.product-details__form {
  position: relative;
  margin: 51px 0 0;
}
.product-details__form .row {
  --bs-gutter-x: 20px;
}
.product-details__form-title {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}
.product-details__form-ratings {
  display: flex;
  align-items: center;
  letter-spacing: 6px;
  font-size: 16px;
  color: var(--careox-base, #ff5528);
  margin: 0 0 25px;
}
.product-details__form-ratings__label {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0;
  color: var(--careox-text, #636363);
  margin: 0 17px 0 0;
}
.product-details__form__form {
  margin-top: 0;
}
.product-details__form__form .bootstrap-select > .dropdown-toggle,
.product-details__form__form input[type=text],
.product-details__form__form input[type=email],
.product-details__form__form input[type=tel],
.product-details__form__form textarea {
  border-color: var(--careox-border-color, #dddddd);
}

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
.cart-page {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .cart-page {
    padding: 80px 0;
  }
}
.cart-page .table-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1199px) {
  .cart-page .table-responsive {
    margin-bottom: 30px;
  }
}
.cart-page__table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 60px;
}
@media (max-width: 1199px) {
  .cart-page__table {
    min-width: 1170px;
  }
}
.cart-page__table thead tr th {
  color: var(--careox-black, #122f2a);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding: 0 0 24px;
  font-family: var(--careox-heading-font, "Nunito", sans-serif);
  text-transform: capitalize;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid var(--careox-border-color, #dddddd) !important;
  box-shadow: none;
}
.cart-page__table thead tr th:last-child {
  text-align: right;
}
.cart-page__table tbody tr td {
  font-size: 18px;
  font-weight: 500;
  color: var(--careox-text, #636363);
  vertical-align: middle;
  border: none;
  box-shadow: none;
  background-color: transparent;
  border-top: 1px solid var(--careox-border-color, #dddddd);
  border-bottom: 1px solid var(--careox-border-color, #dddddd);
  padding: 30px 0;
  letter-spacing: 0;
}
.cart-page__table tbody tr td:last-child {
  text-align: right;
}
.cart-page__table__meta {
  display: flex;
  align-items: center;
}
.cart-page__table__meta-img {
  width: 110px;
  height: 107px;
  background-color: var(--careox-white, #fff);
  border: 1px solid var(--careox-border-color, #dddddd);
  margin-right: 34px;
}
.cart-page__table__meta-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.cart-page__table__meta-title {
  font-size: 20px;
  text-transform: capitalize;
  margin: 0;
  font-weight: bold;
  color: var(--careox-black, #122f2a);
}
.cart-page__table__meta-title a {
  color: inherit;
}
.cart-page__table__meta-title a:hover {
  color: var(--careox-base, #ff5528);
}
.cart-page__table__remove {
  display: block;
  color: var(--careox-black, #122f2a);
  font-size: 24px;
}
.cart-page__table__remove:hover {
  color: var(--careox-base, #ff5528);
}
.cart-page__coupone-form {
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .cart-page__coupone-form {
    display: block;
  }
}
.cart-page__coupone-form input[type=text] {
  height: 58px;
  width: 375px;
  border: none;
  background-color: var(--careox-gray, #f1f6f7);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 15px;
  color: var(--careox-text, #636363);
  font-family: var(--careox-font, "Nunito", sans-serif);
  display: block;
  font-weight: 400;
  margin-right: 10px;
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .cart-page__coupone-form input[type=text] {
    width: 290px;
  }
}
@media (max-width: 767px) {
  .cart-page__coupone-form input[type=text] {
    width: 100%;
    margin: 0 0 10px;
  }
}
.cart-page__cart-total {
  position: relative;
  text-align: right;
  margin: -8px 0 24px;
  padding: 0;
}
@media (max-width: 991px) {
  .cart-page__cart-total {
    text-align: left;
    margin-top: 45px;
  }
}
.cart-page__cart-total li {
  display: block;
  font-size: 20px;
  color: var(--careox-black, #122f2a);
  text-transform: capitalize;
  font-family: var(--careox-heading-font, "Nunito", sans-serif);
  font-weight: 700;
  margin: 0 0 0px;
}
@media (max-width: 991px) {
  .cart-page__cart-total li span {
    display: inline-block;
    min-width: 172px;
  }
}
.cart-page__cart-total-amount {
  font-size: 16px;
  color: var(--careox-text, #636363);
  font-weight: 500;
  text-transform: inherit;
  font-family: var(--careox-font, "Nunito", sans-serif);
  display: inline-block;
  min-width: 172px;
}
.cart-page__buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
@media (max-width: 991px) {
  .cart-page__buttons {
    justify-content: flex-start;
  }
}
.cart-page__buttons .checkout::before {
  background-color: var(--careox-base, #ff5528);
}

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
.checkout-page {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .checkout-page {
    padding: 80px 0;
  }
}
.checkout-page .bs-gutter-x-20 {
  --bs-gutter-x: 20px;
}
.checkout-page__notice {
  line-height: 26px;
  margin: 0 0 16px;
}
.checkout-page__notice a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.checkout-page__notice a:hover {
  background-size: 100% 1px;
}
.checkout-page__notice a:hover {
  color: var(--careox-base, #ff5528);
}
.checkout-page__billing-address {
  position: relative;
}
.checkout-page__billing-address__title {
  font-size: 30px;
  text-transform: capitalize;
  margin: 0 0 34px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .checkout-page__billing-address__title {
    font-size: 28px;
  }
}
.checkout-page__shipping-address {
  position: relative;
}
@media (max-width: 991px) {
  .checkout-page__shipping-address {
    margin: 50px 0 0;
  }
}
.checkout-page__shipping-address__title {
  font-size: 30px;
  text-transform: capitalize;
  margin: 0 0 34px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .checkout-page__shipping-address__title {
    font-size: 28px;
  }
}
.checkout-page__shipping-address__title input[type=checkbox] {
  display: none;
}
.checkout-page__shipping-address__title label {
  position: relative;
  display: inline-block;
  padding-right: 29px;
  cursor: pointer;
}
.checkout-page__shipping-address__title label span:before {
  position: absolute;
  top: 0;
  left: 6px;
  line-height: 20px;
  display: inline-block;
  color: var(--careox-white, #fff);
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-size: 8px;
  font-weight: 900;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
.checkout-page__shipping-address__title input[type=checkbox] + label span {
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 19px;
  height: 19px;
  background-color: var(--careox-base, #ff5528);
  border-radius: 50%;
  border: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.checkout-page__shipping-address__title input[type=checkbox]:checked + label span:before {
  opacity: 1;
}
.checkout-page__input-box {
  position: relative;
  line-height: 1;
  margin: 0 0 20px;
}
.checkout-page__input-box input[type=text],
.checkout-page__input-box input[type=email],
.checkout-page__input-box input[type=tel] {
  height: 58px;
  width: 100%;
  border: none;
  background-color: var(--careox-gray, #f1f6f7);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 15px;
  color: var(--careox-text, #636363);
  font-family: var(--careox-font, "Nunito", sans-serif);
  display: block;
  font-weight: 400;
}
.checkout-page__input-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: var(--careox-font, "Nunito", sans-serif);
}
.checkout-page__input-box .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.checkout-page__input-box .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 58px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: var(--careox-gray, #f1f6f7) !important;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--careox-text, #636363) !important;
  font-size: 15px;
  line-height: 58px;
  font-weight: 400;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}
.checkout-page__input-box .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 12px;
  color: var(--careox-text, #636363);
}
.checkout-page__input-box .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--careox-border-color, #dddddd);
}
.checkout-page__input-box .bootstrap-select .dropdown-menu {
  border: none;
}
.checkout-page__input-box .bootstrap-select .dropdown-menu > li > a {
  font-size: 15px;
  font-weight: 400;
  padding: 15px 30px;
  color: var(--careox-text, #636363);
  background-color: var(--careox-gray, #f1f6f7);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.checkout-page__input-box .bootstrap-select .dropdown-menu > li:hover > a,
.checkout-page__input-box .bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--careox-base, #ff5528);
  color: var(--careox-white, #fff);
  border-color: var(--careox-base, #ff5528);
}
.checkout-page__input-box textarea {
  font-size: 15px;
  font-weight: 400;
  color: var(--careox-text, #636363);
  height: 123px;
  width: 100%;
  background-color: var(--careox-gray, #f1f6f7);
  font-family: var(--careox-font, "Nunito", sans-serif);
  padding: 20px 30px 30px;
  border: none;
  outline: none;
  margin-bottom: 0px;
}
.checkout-page__check-box {
  position: relative;
  display: block;
  margin-top: -6px;
}
.checkout-page__check-box input[type=checkbox] {
  display: none;
}
.checkout-page__check-box label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: var(--careox-text, #636363);
  font-size: 15px;
  line-height: 24px;
  text-transform: none;
  cursor: pointer;
}
.checkout-page__check-box label span:before {
  position: absolute;
  top: 0;
  left: 6px;
  line-height: 20px;
  display: inline-block;
  color: var(--careox-white, #fff);
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-size: 8px;
  font-weight: 900;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
.checkout-page__check-box input[type=checkbox] + label span {
  position: absolute;
  top: 4px;
  left: 0;
  width: 19px;
  height: 19px;
  background-color: var(--careox-base, #ff5528);
  border-radius: 50%;
  border: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.checkout-page__check-box input[type=checkbox]:checked + label span:before {
  opacity: 1;
}
.checkout-page__your-order {
  position: relative;
  margin: 32px 0 0;
}
.checkout-page__your-order__title {
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: bold;
}
.checkout-page__your-order .codebitel-btn {
  padding: 16px 49.5px 17px;
}
.checkout-page__order-table {
  position: relative;
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--careox-border-color, #dddddd);
  margin: 0 0 0;
}
.checkout-page__order-table thead tr th {
  font-size: 20px;
  color: var(--careox-black, #122f2a);
  text-transform: capitalize;
  font-weight: 700;
  font-family: var(--careox-heading-font, "Nunito", sans-serif);
  margin: 0;
  padding: 15.5px 0;
  border: none;
  border-top: 1px solid var(--careox-border-color, #dddddd);
  border-bottom: 1px solid var(--careox-border-color, #dddddd);
  font-weight: bold;
}
.checkout-page__order-table thead tr th:last-child {
  text-align: right;
}
.checkout-page__order-table tbody tr td {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--careox-text, #636363);
  margin: 0;
  padding: 0 0 24px;
  border: none;
}
.checkout-page__order-table tbody tr td:last-child {
  text-align: right;
}
.checkout-page__order-table tbody tr:first-child td {
  padding-top: 25px;
}
.checkout-page__order-table tbody tr:last-child td {
  padding-bottom: 26px;
}
.checkout-page__payment {
  background-color: var(--careox-gray, #f1f6f7);
  padding: 45px 50px 17px;
  min-height: 295px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .checkout-page__payment {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .checkout-page__payment {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.checkout-page__payment__item {
  position: relative;
}
.checkout-page__payment__title {
  display: flex;
  font-size: 20px;
  text-transform: capitalize;
  margin: 0;
  align-items: center;
  margin-bottom: 28px;
  cursor: pointer;
  font-weight: bold;
  color: var(--careox-black, #122f2a);
}
.checkout-page__payment__title::before {
  content: "";
  width: 19px;
  height: 19px;
  background-color: var(--careox-white, #fff);
  border: 2px solid var(--careox-border-color, #dddddd);
  border-radius: 50%;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
  position: relative;
  top: 0;
  line-height: 19px;
  transition: all 500ms ease;
}
.checkout-page__payment__title img {
  margin-left: 15px;
}
.checkout-page__payment__item--active .checkout-page__payment__title::before {
  background-color: var(--careox-base, #ff5528);
  border-color: var(--careox-base, #ff5528);
  content: "\f00c";
  color: var(--careox-white, #fff);
}
.checkout-page__payment__content {
  margin-left: 35px;
  margin-bottom: 39px;
  font-size: 15px;
  line-height: 30px;
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
.login-page {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .login-page {
    padding: 80px 0;
  }
}
.login-page__wrap {
  position: relative;
  max-width: 970px;
  padding: 60px;
  background-color: var(--careox-gray, #f1f6f7);
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .login-page__wrap {
    padding: 50px 40px;
  }
}
@media (max-width: 767px) {
  .login-page__wrap {
    padding: 50px 25px;
  }
}
.login-page__wrap__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}
.login-page__form {
  position: relative;
  z-index: 1;
  display: block;
}
.login-page__form-input-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.login-page__form-input-box input[type=text],
.login-page__form-input-box input[type=email],
.login-page__form-input-box input[type=password] {
  height: 58px;
  width: 100%;
  border: 1px solid var(--careox-border-color, #dddddd);
  background-color: var(--careox-white, #fff);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 16px;
  color: var(--careox-text, #636363);
  display: block;
  font-weight: 400;
  border-radius: 5px;
  transition: all 400ms ease;
}
.login-page__form-input-box input[type=text]:focus,
.login-page__form-input-box input[type=email]:focus,
.login-page__form-input-box input[type=password]:focus {
  border-color: var(--careox-secondary, #ffa415);
}
.login-page__check-forgot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .login-page__check-forgot {
    display: block;
  }
}
.login-page__checked-box {
  position: relative;
}
.login-page__checked-box label {
  position: relative;
  display: inline-block;
  padding-left: 45px;
  margin-right: 0px;
  margin-bottom: 0;
  color: var(--careox-text, #636363);
  font-size: 16px;
  text-transform: none;
  cursor: pointer;
}
.login-page__checked-box label span:before {
  position: absolute;
  top: 4px;
  left: 6px;
  display: block;
  border-bottom: 2px solid var(--careox-border-color, #dddddd);
  border-right: 2px solid var(--careox-border-color, #dddddd);
  content: "";
  width: 8px;
  height: 12px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
.login-page__checked-box input[type=checkbox] {
  display: none;
}
.login-page__checked-box input[type=checkbox] + label span {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid var(--careox-border-color, #dddddd);
}
.login-page__checked-box input[type=checkbox]:checked + label span:before {
  opacity: 1;
}
.login-page__form-forgot-password {
  position: relative;
}
@media (max-width: 767px) {
  .login-page__form-forgot-password {
    margin-top: 20px;
  }
}
.login-page__form-forgot-password a {
  font-size: 16px;
  color: var(--careox-secondary, #ffa415);
  position: relative;
  display: inline-block;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.login-page__form-forgot-password a:hover {
  background-size: 100% 1px;
}
.login-page__form-forgot-password a:hover {
  color: var(--careox-base, #ff5528);
}
.login-page .codebitel-btn {
  border-radius: 5px;
}
.login-page .codebitel-btn::after, .login-page .codebitel-btn::before {
  border-radius: 5px;
}

.register-page {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .register-page {
    padding: 80px 0;
  }
}
.register-page__wrap {
  position: relative;
  max-width: 970px;
  padding: 60px;
  background-color: var(--careox-gray, #f1f6f7);
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .register-page__wrap {
    padding: 50px 40px;
  }
}
@media (max-width: 767px) {
  .register-page__wrap {
    padding: 50px 25px;
  }
}
.register-page__wrap__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}
.register-page__form {
  position: relative;
  z-index: 1;
  display: block;
}
.register-page__form-input-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.register-page__form-input-box input[type=text],
.register-page__form-input-box input[type=email],
.register-page__form-input-box input[type=password] {
  height: 58px;
  width: 100%;
  border: 1px solid var(--careox-border-color, #dddddd);
  background-color: var(--careox-white, #fff);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 16px;
  color: var(--careox-text, #636363);
  display: block;
  font-weight: 400;
  border-radius: 5px;
  transition: all 400ms ease;
}
.register-page__form-input-box input[type=text]:focus,
.register-page__form-input-box input[type=email]:focus,
.register-page__form-input-box input[type=password]:focus {
  border-color: var(--careox-secondary, #ffa415);
}
.register-page__checked-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}
.register-page__checked-box label {
  position: relative;
  display: inline-block;
  padding-left: 45px;
  margin-right: 0px;
  margin-bottom: 0;
  color: var(--careox-text, #636363);
  font-size: 16px;
  text-transform: none;
  cursor: pointer;
}
.register-page__checked-box label span:before {
  position: absolute;
  top: 4px;
  left: 6px;
  display: block;
  border-bottom: 2px solid var(--careox-border-color, #dddddd);
  border-right: 2px solid var(--careox-border-color, #dddddd);
  content: "";
  width: 8px;
  height: 12px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
.register-page__checked-box input[type=checkbox] {
  display: none;
}
.register-page__checked-box input[type=checkbox] + label span {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid var(--careox-border-color, #dddddd);
}
.register-page__checked-box input[type=checkbox]:checked + label span:before {
  opacity: 1;
}
.register-page .codebitel-btn {
  border-radius: 5px;
}
.register-page .codebitel-btn::after, .register-page .codebitel-btn::before {
  border-radius: 5px;
}

/*--------------------------------------------------------------
# error 404
--------------------------------------------------------------*/
.error-404 {
  position: relative;
  padding: 120px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .error-404 {
    padding: 80px 0;
  }
}
.error-404__image {
  position: relative;
  margin-bottom: 45px;
}
.error-404__image img {
  max-width: 100%;
  height: auto;
  animation: leafMove 4s linear 0s infinite;
}
.error-404__title {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.45px;
  margin-bottom: 15px;
  position: relative;
}
.error-404__text {
  margin: 0;
  margin-bottom: 40px;
}
.error-404__search {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  max-width: 550px;
}
.error-404__search input[type=text] {
  border: none;
  outline: none;
  display: block;
  background-color: var(--careox-gray, #f1f6f7);
  color: var(--careox-text, #636363);
  font-size: 16px;
  width: 100%;
  max-width: 550px;
  padding-left: 30px;
  height: 58px;
}
.error-404__search__btn {
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 20px;
}
@media (min-width: 768px) {
  .error-404__search__btn {
    font-size: 22px;
  }
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq-one {
  position: relative;
  padding: 120px 0;
  counter-reset: count;
}
@media (max-width: 767px) {
  .faq-one {
    padding: 80px 0;
  }
}
.faq-one--page {
  padding: 120px 0 90px;
}
@media (max-width: 767px) {
  .faq-one--page {
    padding: 80px 0 50px;
  }
}
.faq-one__content {
  position: relative;
}
@media (max-width: 991px) {
  .faq-one__content {
    margin-bottom: 35px;
  }
}
.faq-one__content .sec-title {
  padding-bottom: 20px;
}
.faq-one__content__text {
  max-width: 504px;
  margin: 0 0 34px;
}
.faq-one__accordion {
  position: relative;
}
.faq-one__accordion .accrodion {
  position: relative;
  background-color: var(--careox-gray, #f1f6f7);
  margin-bottom: 30px;
  border-radius: 10px;
  counter-increment: count;
}
.faq-one__accordion .accrodion-title {
  padding: 25px 30px 28px;
  padding-right: 45px;
  cursor: pointer;
}
.faq-one__accordion .accrodion-title h4 {
  font-weight: 800;
  color: var(--careox-black, #122f2a);
  font-size: 20px;
  margin: 0;
  transition: all 500ms ease;
  position: relative;
}
.faq-one__accordion .accrodion-title__number {
  display: inline-block;
  position: relative;
  color: var(--accent-color);
  width: 35px;
  height: 20px;
  top: 4px;
}
.faq-one__accordion .accrodion-title__number::before {
  content: counters(count, ".", decimal-leading-zero);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-one__accordion .accrodion-title__number::after {
  content: ".";
  position: absolute;
  top: -2px;
  right: -3px;
  bottom: 0;
  margin: auto;
}
.faq-one__accordion .accrodion-title__icon {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: -33px;
  transform: translateY(-50%);
}
.faq-one__accordion .accrodion-title__icon::after {
  position: absolute;
  top: 8px;
  right: 0;
  content: "\eab2";
  font-family: IcoFont !important;
  font-size: 26px;
  font-weight: normal;
  color: var(--accent-color);
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}
.faq-one__accordion .active .accrodion-title__icon::after {
  content: "\eab9";
}
.faq-one__accordion .accrodion-content .inner {
  padding: 0px 30px 24px;
  margin-top: -3px;
}
.faq-one__accordion .accrodion-content p {
  margin: 0;
  font-size: 15px;
  line-height: 30px;
}
.faq-one__image {
  position: relative;
  z-index: 1;
  text-align: right;
  max-width: 570px;
  margin: 90px 0 0;
}
@media (max-width: 767px) {
  .faq-one__image {
    margin: 10px 0 0;
  }
}
.faq-one__image > img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  clip-path: polygon(0 0, 100% 23%, 100% 100%, 0% 100%);
}
.faq-one__image__left {
  position: absolute;
  left: 0;
  bottom: -85px;
  max-width: 233px;
}
@media (max-width: 767px) {
  .faq-one__image__left {
    display: none;
  }
}
.faq-one__image__left img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  border: 10px solid var(--careox-white, #fff);
  animation: movebounce2 3s linear 0s infinite;
}
.faq-one__image__right {
  position: absolute;
  right: -140px;
  top: -99px;
  max-width: 285px;
}
@media (max-width: 767px) {
  .faq-one__image__right {
    display: none;
  }
}
.faq-one__image__right img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  border: 10px solid var(--careox-white, #fff);
  animation: movebounce3 4s linear infinite;
}
.faq-one__image__shape-top {
  position: absolute;
  right: 45px;
  top: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .faq-one__image__shape-top {
    display: none;
  }
}
.faq-one__image__shape-top img {
  max-width: 100%;
  height: auto;
  animation: rotated 10s infinite linear;
}
.faq-one__image__shape-bottom {
  position: absolute;
  right: -50px;
  bottom: -50px;
  z-index: -1;
}
@media (max-width: 767px) {
  .faq-one__image__shape-bottom {
    display: none;
  }
}
.faq-one__image__shape-bottom img {
  max-width: 100%;
  height: auto;
  opacity: 0.3;
  animation: zoomsIn 3s linear 0s infinite;
}
.faq-one__text {
  font-size: 24px;
  color: var(--careox-black, #122f2a);
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 33px;
}
@media (max-width: 1199px) {
  .faq-one__text {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .faq-one__text {
    margin-top: 20px;
    display: block;
    text-align: center;
  }
}
.faq-one__text > span {
  color: var(--careox-base, #ff5528);
  margin-right: 7px;
}
.faq-one__text .codebitel-btn {
  margin-left: 16px;
  padding: 3px 32px;
}
.faq-one__text .codebitel-btn::before {
  background-color: var(--careox-base, #ff5528);
}

/*--------------------------------------------------------------
# Package
--------------------------------------------------------------*/
.pricing-one {
  position: relative;
  padding: 30px 0 120px;
}
.pricing-one--page {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .pricing-one--page {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .pricing-one {
    padding: 80px 0;
  }
}
.pricing-one__card {
  position: relative;
  z-index: 2;
  background-color: var(--careox-white, #fff);
  border: 1px solid #ecf2fc;
  border-top: none;
  border-radius: 100px 100px 0 0;
  padding: 0 0 48px;
  transition: 500ms ease;
}
@media (max-width: 1199px) {
  .pricing-one__card {
    max-width: 370px;
    margin: auto;
  }
}
.pricing-one__card:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}
.pricing-one__card__top {
  position: relative;
  z-index: 2;
  background-color: var(--careox-gray, #f1f6f7);
  border-radius: 100px;
  padding: 52px 20px 52px 175px;
  overflow: hidden;
  margin-bottom: 45px;
  text-align: left;
}
.pricing-one__card__top__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  transition: all 500ms ease;
  height: 0;
  z-index: -1;
}
.pricing-one__card__top__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--careox-black, #122f2a);
  opacity: 0.7;
  content: "";
}
.pricing-one__card:hover .pricing-one__card__top__bg {
  height: 100%;
}
.pricing-one__card__icon {
  width: 102px;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 54px;
  color: var(--accent-color);
  margin: auto;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 45px;
  bottom: 0;
  transition: 500ms ease;
}
.pricing-one__card__icon::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--accent-color);
  opacity: 0.13;
  content: "";
  transition: 500ms ease;
  z-index: -1;
}
.pricing-one__card:hover .pricing-one__card__icon {
  color: var(--careox-white, #fff);
}
.pricing-one__card:hover .pricing-one__card__icon::after {
  opacity: 1;
}
.pricing-one__card__title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-family: var(--careox-font, "Nunito", sans-serif);
  transition: 300ms ease;
}
.pricing-one__card__price {
  font-size: 43px;
  font-weight: 700;
  margin: 0;
  transition: 300ms ease;
}
.pricing-one__card__price span {
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
}
.pricing-one__card:hover .pricing-one__card__price, .pricing-one__card:hover .pricing-one__card__title {
  color: var(--careox-white, #fff);
}
.pricing-one__card__list {
  margin: 0 0 44px;
  padding: 0;
  list-style: none;
  transition: all 0.5s;
}
.pricing-one__card__list li {
  list-style: none;
  font-size: 16px;
  transition: 300ms ease;
  margin-bottom: 17px;
}
.pricing-one__card__list li i {
  font-size: 14px;
  margin-right: 7px;
}
.pricing-one__card .codebitel-btn::before {
  background-color: var(--accent-color);
}
.pricing-one__card .codebitel-btn::after {
  border-color: var(--accent-color);
}
.pricing-one__card .codebitel-btn:hover {
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Benefit
--------------------------------------------------------------*/
.benefit-one {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .benefit-one {
    padding: 80px 0;
  }
}
.benefit-one__content {
  position: relative;
}
.benefit-one__content .sec-title {
  padding-bottom: 19px;
}
.benefit-one__content__text {
  margin: 0 0 30px;
}
@media (min-width: 1200px) {
  .benefit-one__content__text {
    padding-right: 70px;
  }
}
.benefit-one__content__image {
  position: relative;
}
.benefit-one__content__image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.benefit-one__right {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border: 1px solid var(--careox-border-color, #dddddd);
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991px) {
  .benefit-one__right {
    margin-top: 40px;
  }
}
@media (max-width: 530px) {
  .benefit-one__right {
    grid-template-columns: repeat(1, 1fr);
  }
}
.benefit-one__right::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: "";
  background-color: var(--careox-border-color, #dddddd);
}
@media (max-width: 530px) {
  .benefit-one__right::after {
    display: none;
  }
}
.benefit-one__right::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  content: "";
  background-color: var(--careox-border-color, #dddddd);
}
@media (max-width: 530px) {
  .benefit-one__right::before {
    display: none;
  }
}
.benefit-one__fact {
  position: relative;
  text-align: center;
  margin: 10px;
  padding: 30px 20px;
  overflow: hidden;
}
.benefit-one__fact:first-child {
  border-radius: 10px 0 0 0;
}
@media (max-width: 530px) {
  .benefit-one__fact:first-child {
    border-radius: 10px 10px 0 0;
  }
}
.benefit-one__fact:nth-child(2) {
  border-radius: 0 10px 0 0;
}
@media (max-width: 530px) {
  .benefit-one__fact:nth-child(2) {
    border-radius: 0;
  }
}
.benefit-one__fact:nth-child(3) {
  border-radius: 0 0 0 10px;
}
@media (max-width: 530px) {
  .benefit-one__fact:nth-child(3) {
    border-radius: 0;
  }
}
.benefit-one__fact:nth-child(4) {
  border-radius: 0 0 10px 0;
}
@media (max-width: 530px) {
  .benefit-one__fact:nth-child(4) {
    border-radius: 0 0 10px 10px;
  }
}
.benefit-one__fact__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.5s ease;
}
.benefit-one__fact__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--careox-black-rgb, 18, 47, 42), 0.72);
}
.benefit-one__fact:hover .benefit-one__fact__bg {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.benefit-one__fact__icon {
  width: 70px;
  height: 70px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 55" ><path d="m11.7 48.1q-20.7-15.8-4.8-36.4 15.8-20.7 36.5-4.8 20.6 15.8 4.7 36.5-15.8 20.6-36.4 4.7z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 55" ><path d="m11.7 48.1q-20.7-15.8-4.8-36.4 15.8-20.7 36.5-4.8 20.6 15.8 4.7 36.5-15.8 20.6-36.4 4.7z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--accent-color);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 35px;
  color: var(--careox-white, #fff);
  margin-right: 20px;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  transition: all 0.5s ease;
}
.benefit-one__fact__icon i {
  display: inline-block;
  transition: all 0.5s ease;
  transform: scale(1);
}
.benefit-one__fact:hover .benefit-one__fact__icon i {
  transform: scale(0.9);
}
.benefit-one__fact__count {
  margin: 36px auto 6px;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0.54px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 400ms ease;
  position: relative;
}
.benefit-one__fact__count::after {
  width: 70px;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  margin: auto;
  content: "";
  background-color: var(--careox-border-color, #dddddd);
  transition: all 400ms ease;
  border-radius: 10px;
}
.benefit-one__fact:hover .benefit-one__fact__count {
  color: var(--careox-white, #fff);
}
.benefit-one__fact:hover .benefit-one__fact__count::after {
  background-color: var(--accent-color);
}
.benefit-one__fact__text {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  transition: all 400ms ease;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
}
.benefit-one__fact:hover .benefit-one__fact__text {
  color: var(--careox-white, #fff);
  background-size: 100% 1px;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes squareMover {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes treeMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes treeMove2 {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(-10deg) translateX(0);
    transform: rotate(-10deg) translateX(0);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(0);
    transform: rotate(10deg) translateX(0);
  }
}
@keyframes leafMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(-2deg) translateX(5px);
  }
  50% {
    transform: rotate(-4deg) translateX(10px);
  }
}
@keyframes messageMove {
  0%, 100% {
    transform: translateX(0);
  }
  25%, 75% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(10px);
  }
}
@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flowerRotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  25%, 75% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
@keyframes zump {
  0%, 100% {
    transform: translateY(0);
  }
  25%, 75% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
}
@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
@keyframes zumpX {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 100%;
  }
}
@keyframes zoomsIn {
  100%, 0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
}
@keyframes shrinkAnim {
  0%, 100% {
    transform: rotate(0deg);
    transform-origin: 0 50%;
  }
  10% {
    transform: rotate(2deg);
  }
  20%, 40%, 60% {
    transform: rotate(-4deg);
  }
  30%, 50%, 70% {
    transform: rotate(4deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(2deg);
  }
}
@keyframes shrinkAnim2 {
  0%, 100% {
    transform: rotate(0deg);
    transform-origin: 100% 50%;
  }
  10% {
    transform: rotate(2deg);
  }
  20%, 40%, 60% {
    transform: rotate(-4deg);
  }
  30%, 50%, 70% {
    transform: rotate(4deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(2deg);
  }
}
@keyframes rollInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes vibrant {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes blinkAnim {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes movebounce2 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes movebounce3 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes shapeMove {
  0%, 100% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
}
@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}
.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid RGBA(var(--careox-white-rgb, 255, 255, 255), 0.1);
}
.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}
.mobile-nav__wrapper .home-showcase__title {
  color: var(--careox-white, #fff);
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--careox-black, #122f2a);
  opacity: 0.3;
  cursor: url(../images/close.webp), auto;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--careox-black2, #121212);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--careox-white, #fff);
  cursor: pointer;
}
.mobile-nav__close:hover {
  color: var(--careox-base, #ff5528);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(var(--careox-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(var(--careox-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li > a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: var(--careox-white, #fff);
  font-size: 12px;
  font-family: var(--careox-font, "Nunito", sans-serif);
  text-transform: uppercase;
  font-weight: 500;
  height: 46px;
  letter-spacing: var(--careox-letter-space, 0.1em);
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--careox-base, #ff5528);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--careox-base, #ff5528);
  border: none;
  outline: none;
  color: var(--careox-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--careox-white, #fff);
  color: var(--careox-black, #122f2a);
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: var(--careox-white, #fff);
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-left: 20px;
}
.mobile-nav__social a:hover {
  color: var(--careox-base, #ff5528);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: var(--careox-white, #fff);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: var(--careox-base, #ff5528);
}
.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--careox-base, #ff5528);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
  color: var(--careox-white, #fff);
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000;
  opacity: 0.9;
  cursor: url(../images/close.webp), auto;
}
@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.search-popup__form {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  background-color: var(--careox-white, #fff);
  font-size: 15px;
  color: var(--careox-text, #636363);
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}
.search-popup__form .codebitel-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
}
.search-popup__form .codebitel-btn::before {
  border-radius: 0;
}
.search-popup__form .codebitel-btn::after {
  border-radius: 0;
  border: none;
  background-color: var(--careox-base, #ff5528);
}
.search-popup__form .codebitel-btn:hover {
  color: var(--careox-white, #fff);
}
.search-popup__form .codebitel-btn i {
  margin: 0;
}
.search-popup.active {
  z-index: 9999;
}
.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.9;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}
@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

/*--------------------------------------------------------------
# Sidebar Popup
--------------------------------------------------------------*/
.sidebar-one {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(100%);
  transform-origin: right center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.sidebar-one.active {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.sidebar-one.active .sidebar-one__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.sidebar-one__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--careox-black3, #000);
  opacity: 0.5;
  cursor: url(../images/close.webp), auto;
}
.sidebar-one__close {
  position: absolute;
  right: 25px;
  top: 20px;
  font-size: 24px;
  color: var(--careox-white, #fff);
  transition: all 0.4s ease;
  cursor: pointer;
}
.sidebar-one__close:hover {
  color: var(--careox-base, #ff5528);
}
.sidebar-one__content {
  width: 350px;
  background-color: var(--careox-black, #122f2a);
  z-index: 10;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  scrollbar-width: none;
}
.sidebar-one__text {
  color: var(--careox-text-gray, #bcbcbc);
  margin: 35px 0 30px;
  line-height: 30px;
}
.sidebar-one__title {
  color: var(--careox-white, #fff);
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 18px;
}
.sidebar-one__info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-one__info li {
  position: relative;
  padding: 0 0 0 28px;
  margin-bottom: 10px;
  color: var(--careox-text-gray, #bcbcbc);
}
.sidebar-one__info li span {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 15px;
  color: var(--careox-base, #ff5528);
  line-height: inherit;
}
.sidebar-one__info li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  color: inherit;
}
.sidebar-one__info li a:hover {
  background-size: 100% 1px;
}
.sidebar-one__info li a:hover {
  color: var(--careox-base, #ff5528);
}
.sidebar-one__social {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 25px 0 40px;
}
.sidebar-one__social a {
  width: 37px;
  height: 37px;
  background-color: RGBA(var(--careox-white-rgb, 255, 255, 255), 0.08);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--accent-color);
}
.sidebar-one__social a i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.sidebar-one__social a:hover {
  background-color: var(--accent-color);
  color: var(--careox-white, #fff);
}
.sidebar-one__social a:hover i {
  animation: iconTranslateY 0.4s forwards;
}
.sidebar-one__newsletter {
  position: relative;
}
.sidebar-one__newsletter input[type=text],
.sidebar-one__newsletter input[type=email] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  height: 60px;
  background-color: RGBA(var(--careox-white-rgb, 255, 255, 255), 0.08);
  color: var(--careox-text-gray, #bcbcbc);
  font-size: 16px;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 50px;
  transition: all 500ms ease;
  border-radius: 5px;
}
.sidebar-one__newsletter button[type=submit] {
  background-color: transparent;
  width: auto;
  height: auto;
  border: none;
  outline: none;
  color: var(--careox-white, #fff);
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 500ms ease;
}
.sidebar-one__newsletter button[type=submit]:hover {
  color: var(--careox-base, #ff5528);
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  background-color: var(--careox-black, #122f2a);
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .page-header {
    padding-top: 185px;
    padding-bottom: 190px;
  }
}
.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/backgrounds/page-header-bg-1-1.webp);
}
.page-header__bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.page-header .container {
  position: relative;
  z-index: 2;
}
.page-header__title {
  margin: 0;
  font-size: 40px;
  line-height: 50px;
  color: var(--careox-white, #fff);
  font-weight: 900;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .page-header__title {
    font-size: 65px;
    line-height: 81px;
  }
}

.codebitel-breadcrumb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.codebitel-breadcrumb li {
  font-size: 18px;
  color: var(--careox-white, #fff);
  text-transform: capitalize;
  letter-spacing: 0.27px;
  display: flex;
  align-items: center;
}
.codebitel-breadcrumb li:not(:last-of-type)::after {
  content: "/";
  position: relative;
  top: -1px;
  margin-left: 10px;
  margin-right: 10px;
}
.codebitel-breadcrumb li span,
.codebitel-breadcrumb li a {
  color: inherit;
  display: inline-flex;
  line-height: 1.1;
}
.codebitel-breadcrumb li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.codebitel-breadcrumb li a:hover {
  background-size: 100% 1px;
}
.codebitel-breadcrumb li a:hover {
  color: var(--careox-base, #ff5528);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
  background-color: var(--careox-gray, #f1f6f7);
}
.google-map iframe {
  position: relative;
  display: block;
  border: none;
  height: 456px;
  width: 100%;
  mix-blend-mode: luminosity;
}
.google-map__contact {
  overflow: hidden;
  background-color: var(--careox-gray, #f1f6f7);
}

.contact-map {
  position: relative;
}
.contact-map .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-carousel {
  position: relative;
  border-top: 1px solid var(--careox-border-color, #dddddd);
  padding: 70px 0;
}
@media (max-width: 767px) {
  .client-carousel {
    padding: 40px 0;
  }
}
.client-carousel--home-two {
  border-top: none;
  border-bottom: 1px solid var(--careox-border-color, #dddddd);
}
.client-carousel--about {
  border: none;
}
.client-carousel__one {
  position: relative;
}
.client-carousel__one__item {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
  position: relative;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50px;
  max-width: 206px;
  height: 58px;
}
.client-carousel__one__item:hover .client-carousel__one__item__hover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(70%);
}
.client-carousel__one__item:hover {
  border-color: var(--careox-base, #ff5528);
}
.client-carousel__one__item:hover .client-carousel__one__item__normal {
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
}
.client-carousel__one__item img {
  transition: 500ms;
  max-width: 122px;
  width: auto;
  transition: all 500ms ease;
}
.client-carousel__one__item__hover {
  transition: all 500ms ease;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  visibility: hidden;
  opacity: 0;
}

/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/
.main-slider-one {
  position: relative;
}
.main-slider-one__carousel {
  position: relative;
  width: 100%;
}
.main-slider-one__carousel .owl-dots {
  left: 60px;
  margin: auto 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1400px) {
  .main-slider-one__carousel .owl-dots {
    width: 60px;
    left: 40px;
  }
}
@media (max-width: 1300px) {
  .main-slider-one__carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: 30px;
  }
}
.main-slider-one__carousel .owl-dots .owl-dot {
  display: block;
  margin: 10px 0;
}
@media (max-width: 1300px) {
  .main-slider-one__carousel .owl-dots .owl-dot {
    margin: 0 5px;
  }
}
.main-slider-one__carousel .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--careox-base, #ff5528);
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-slider-one__carousel .owl-dots .owl-dot:hover span,
.main-slider-one__carousel .owl-dots .owl-dot.active span {
  background-color: var(--careox-base, #ff5528);
}
.main-slider-one__item {
  background-color: var(--careox-gray, #f1f6f7);
  position: relative;
  z-index: 3;
  padding-top: 239px;
  padding-bottom: 181px;
}
@media (max-width: 991px) {
  .main-slider-one__item {
    padding-top: 200px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .main-slider-one__item {
    padding-top: 160px;
    padding-bottom: 130px;
  }
}
.main-slider-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main-slider-one__content {
  position: relative;
  z-index: 3;
}
.main-slider-one__image {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 17px;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.main-slider-one__image img {
  max-width: 100%;
  width: auto !important;
}
.main-slider-one__image img:nth-child(1) {
  animation: shrinkAnim 3s ease 0s infinite;
}
.main-slider-one__title {
  font-size: 66px;
  font-weight: 900;
  line-height: 81px;
  text-transform: capitalize;
  display: inline-block;
  overflow: hidden;
  margin: 0 0 5px;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@media (max-width: 767px) {
  .main-slider-one__title {
    font-size: 50px;
    line-height: 60px;
  }
}
.main-slider-one__text {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.27px;
  margin: 0 0 51px;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@media (max-width: 767px) {
  .main-slider-one__text {
    margin-bottom: 30px;
  }
}
.main-slider-one__btn {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 35px;
  z-index: 5;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.main-slider-one__btn .video-popup {
  width: 50px;
  height: 50px;
  background-color: var(--careox-black, #122f2a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--careox-white, #fff);
  transition: all 500ms ease;
  position: relative;
  z-index: 10;
}
.main-slider-one__btn .video-popup .ripple,
.main-slider-one__btn .video-popup .ripple:before,
.main-slider-one__btn .video-popup .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--careox-black-rgb, 18, 47, 42), 0.25);
  animation: ripple 3s infinite;
  border-radius: 50%;
}
.main-slider-one__btn .video-popup .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.main-slider-one__btn .video-popup .ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
.main-slider-one__btn .video-popup:hover {
  color: var(--careox-white, #fff);
  background-color: var(--careox-secondary, #ffa415);
}
.main-slider-one__shape-one {
  position: absolute;
  left: 30px;
  bottom: 0;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateX(-100%);
}
@media (max-width: 1199px) {
  .main-slider-one__shape-one {
    display: none;
  }
}
.main-slider-one__shape-one img {
  width: auto !important;
  max-width: 100%;
  opacity: 0.27;
  animation: movebounce2 3s linear 0s infinite;
}
.main-slider-one__shape-two {
  position: absolute;
  left: 44.7%;
  top: 39.7%;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateY(-300px);
}
@media (max-width: 1500px) {
  .main-slider-one__shape-two {
    left: 43%;
  }
}
@media (max-width: 1199px) {
  .main-slider-one__shape-two {
    left: 52%;
  }
}
@media (max-width: 991px) {
  .main-slider-one__shape-two {
    left: 70%;
  }
}
@media (max-width: 767px) {
  .main-slider-one__shape-two {
    display: none;
  }
}
.main-slider-one__shape-two img {
  width: auto !important;
  max-width: 100%;
  animation: treeMove 4s linear 0s infinite;
}
.main-slider-one__shape-three {
  position: absolute;
  left: 45%;
  bottom: 160px;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateY(200px);
}
@media (max-width: 767px) {
  .main-slider-one__shape-three {
    display: none;
  }
}
.main-slider-one__shape-three img {
  width: auto !important;
  max-width: 100%;
  animation: vibrant 3s ease 0s infinite;
}
.main-slider-one__shape-four {
  position: absolute;
  right: 8%;
  top: 25%;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateY(-300px);
}
@media (max-width: 1500px) {
  .main-slider-one__shape-four {
    right: 5%;
  }
}
@media (max-width: 1199px) {
  .main-slider-one__shape-four {
    display: none;
  }
}
.main-slider-one__shape-four img {
  width: auto !important;
  max-width: 100%;
  animation: blinkAnim 3s ease 0s infinite;
}
.main-slider-one__layer {
  position: absolute;
  right: 7%;
  top: 45px;
  bottom: 0;
  margin: auto;
  width: 651px;
  height: 651px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@media (max-width: 1500px) {
  .main-slider-one__layer {
    right: 1%;
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1199px) {
  .main-slider-one__layer {
    display: none;
  }
}
.main-slider-one__layer__inner {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 900.000000"><g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M4620 8985 c0 -8 -13 -21 -29 -30 -53 -27 -71 -60 -71 -134 0 -57 4 -71 32 -112 41 -60 108 -105 188 -125 36 -9 69 -20 74 -24 5 -5 -2 -25 -15 -46 -37 -60 -30 -130 21 -211 8 -12 11 -25 8 -28 -3 -4 -145 -7 -314 -9 -284 -2 -350 -7 -554 -37 -167 -25 -223 -36 -395 -80 -97 -25 -342 -103 -400 -128 -11 -5 -63 -27 -115 -49 -52 -22 -117 -51 -145 -63 -77 -35 -117 -50 -155 -59 -95 -24 -127 -32 -155 -42 -16 -6 -46 -13 -65 -16 -19 -2 -44 -11 -55 -18 -11 -8 -29 -14 -41 -14 -12 0 -35 -6 -51 -14 -15 -8 -53 -25 -83 -36 -94 -38 -222 -100 -268 -131 -58 -39 -103 -62 -109 -55 -5 5 2 22 44 99 25 48 88 82 156 84 44 1 65 7 81 22 12 12 29 21 38 21 16 0 31 16 131 140 55 67 97 90 97 52 0 -44 10 -52 65 -52 41 0 73 9 139 39 47 22 110 44 141 50 59 11 140 42 195 76 44 27 170 87 230 110 25 9 57 23 72 31 14 8 37 14 50 14 12 0 32 7 42 15 11 8 30 15 42 15 12 0 38 7 57 15 20 8 50 15 67 15 17 0 41 5 53 12 12 6 53 15 92 19 38 5 95 13 125 18 30 5 127 10 215 10 150 1 210 9 171 24 -8 3 -113 9 -233 13 -209 6 -219 8 -250 30 -34 26 -72 31 -91 12 -18 -18 -142 -60 -227 -77 -22 -5 -60 -13 -85 -19 -51 -12 -144 -31 -210 -42 -66 -11 -140 -30 -185 -49 -61 -25 -112 -20 -171 17 -76 48 -132 46 -369 -15 -195 -50 -368 -114 -529 -194 -66 -33 -128 -67 -137 -75 -8 -8 -19 -14 -22 -14 -12 0 -190 -135 -247 -186 -95 -87 -205 -215 -235 -272 -11 -20 -31 -55 -45 -77 -13 -22 -29 -48 -35 -57 -5 -9 -23 -38 -39 -65 -16 -26 -54 -81 -85 -121 -111 -145 -157 -212 -211 -309 -72 -128 -156 -213 -270 -273 -47 -25 -96 -48 -110 -52 -48 -15 -165 -105 -213 -163 -58 -73 -72 -118 -58 -186 26 -121 7 -174 -92 -254 -53 -44 -57 -50 -59 -94 -4 -90 3 -223 13 -250 6 -14 14 -44 19 -66 4 -22 19 -84 34 -139 14 -54 26 -111 26 -127 0 -36 31 -69 65 -69 16 0 39 -14 64 -39 21 -21 48 -42 60 -46 14 -4 25 -22 35 -58 29 -102 29 -100 -5 -142 -34 -44 -69 -116 -69 -145 0 -35 24 -71 54 -84 24 -10 35 -25 50 -67 26 -74 32 -79 86 -79 34 0 52 5 65 20 17 19 17 52 1 165 -2 11 -1 14 1 8 8 -24 33 -13 59 27 43 65 84 61 99 -10 10 -41 37 -90 51 -90 7 0 16 9 19 20 4 11 11 18 16 15 12 -8 12 -325 -1 -325 -5 0 -12 11 -16 25 -3 14 -10 25 -14 25 -5 0 -12 10 -15 23 -10 30 -75 97 -96 97 -21 0 -84 -93 -92 -137 -9 -48 10 -90 49 -109 27 -13 37 -25 45 -60 6 -24 22 -55 35 -70 22 -23 29 -25 74 -19 46 6 50 5 59 -17 4 -12 11 -57 15 -98 4 -41 13 -102 21 -135 7 -33 17 -87 20 -121 l7 -61 -62 -6 c-34 -4 -66 -4 -71 -1 -5 3 -9 36 -9 74 0 38 -5 81 -11 97 -6 15 -15 44 -19 63 -12 50 -32 101 -53 130 -16 24 -22 25 -105 24 -103 -2 -162 -24 -223 -85 l-39 -39 0 -99 c0 -90 2 -100 20 -106 24 -8 43 -72 34 -112 -4 -15 -21 -55 -38 -88 -26 -49 -31 -71 -31 -125 1 -59 6 -76 63 -189 34 -68 65 -143 69 -165 3 -23 16 -63 28 -91 12 -27 26 -66 29 -85 29 -140 119 -306 363 -668 29 -42 102 -151 162 -242 60 -91 117 -175 126 -188 10 -13 47 -43 84 -67 55 -34 73 -53 95 -96 39 -75 51 -87 76 -71 31 19 48 14 65 -18 8 -16 24 -34 34 -40 11 -5 23 -19 26 -30 3 -11 18 -23 33 -26 15 -3 34 -8 43 -10 9 -3 23 -22 31 -43 13 -31 23 -41 64 -55 75 -27 114 -31 114 -13 0 9 7 20 15 24 12 7 7 18 -26 58 -23 28 -55 70 -72 95 -17 25 -34 47 -38 50 -22 16 -92 131 -104 173 -8 27 -29 65 -46 85 -17 19 -38 49 -46 66 -8 17 -29 58 -48 91 -58 102 -191 377 -213 440 -30 85 -69 231 -78 290 -3 28 -30 124 -59 215 -62 194 -78 262 -73 310 4 47 33 54 43 9 22 -98 188 -457 276 -594 10 -16 23 -39 28 -50 5 -11 42 -69 83 -130 41 -60 103 -153 139 -205 72 -107 149 -223 164 -249 6 -9 37 -53 69 -96 207 -276 494 -564 771 -771 116 -87 453 -304 471 -304 11 0 266 -130 299 -153 22 -15 44 -27 48 -27 5 0 26 -14 47 -30 21 -17 40 -30 43 -30 4 0 23 -12 44 -26 39 -26 235 -124 250 -124 11 0 122 -46 130 -54 3 -3 13 -6 21 -6 16 0 36 -9 237 -105 181 -86 189 -89 290 -110 148 -31 228 -60 333 -121 34 -20 61 -26 140 -30 117 -7 144 1 171 55 38 74 35 152 -12 289 -14 40 -1 52 58 52 46 0 229 26 295 41 25 6 70 15 100 19 30 5 75 14 100 20 100 26 156 42 185 52 17 6 46 13 65 15 19 3 41 10 48 16 7 5 29 13 50 17 20 5 62 18 92 30 30 12 71 26 90 32 19 5 39 14 45 19 5 5 15 9 22 9 40 0 491 227 683 343 52 32 104 63 115 70 11 7 36 24 56 40 20 15 40 27 43 27 6 0 133 96 246 186 65 52 156 131 225 195 72 68 105 88 105 63 0 -28 -97 -140 -270 -313 -187 -186 -376 -327 -540 -402 -66 -31 -158 -59 -192 -59 -26 0 -158 -75 -418 -238 -94 -59 -189 -149 -193 -181 -3 -34 18 -37 168 -30 264 14 430 48 658 135 109 42 248 111 332 165 17 10 37 22 45 26 22 10 62 39 165 117 285 219 476 448 725 866 36 60 139 271 150 307 5 15 18 53 30 83 12 30 26 71 30 90 4 19 13 49 18 65 33 97 44 154 43 243 0 86 3 100 27 141 44 74 48 82 100 186 123 247 192 418 265 660 48 160 117 520 117 616 0 19 5 52 12 74 6 22 12 51 12 65 1 18 7 26 24 28 19 3 22 9 22 50 0 39 -4 49 -22 57 -32 15 -48 84 -48 210 0 139 -31 340 -82 535 -42 161 -130 446 -144 467 -8 12 -14 30 -14 40 0 24 -55 185 -85 248 -13 28 -27 64 -31 80 -4 17 -19 57 -35 90 -15 33 -37 81 -49 107 -12 26 -35 62 -51 79 -19 21 -27 38 -24 50 6 17 -26 85 -84 179 -11 19 -24 41 -27 49 -4 7 -41 64 -82 125 -42 61 -130 192 -196 291 -139 210 -204 297 -335 455 -137 165 -459 486 -635 635 -33 28 -78 66 -100 85 -133 115 -338 265 -436 319 -86 47 -270 135 -355 171 -55 22 -109 45 -120 50 -11 5 -76 32 -145 60 -127 52 -258 107 -340 143 -25 11 -72 32 -105 46 -105 47 -275 91 -350 91 -50 0 -89 15 -80 31 4 5 -72 9 -199 9 -175 0 -206 -2 -206 -15z m-3489 -2038 c-30 -30 -37 -14 -9 23 18 25 24 28 26 15 2 -10 -5 -27 -17 -38z"/> <path d="M1846 1481 c-7 -10 18 -34 27 -25 7 8 -3 34 -13 34 -5 0 -11 -4 -14 -9z"/> <path d="M1670 1239 c0 -13 41 -48 56 -49 6 0 17 -7 24 -15 13 -16 46 -20 54 -7 7 12 -90 82 -114 82 -11 0 -20 -5 -20 -11z"/> <path d="M1865 1140 c3 -5 13 -10 21 -10 8 0 14 5 14 10 0 6 -9 10 -21 10 -11 0 -17 -4 -14 -10z"/><path d="M2090 1101 c0 -22 25 -39 38 -27 8 8 -10 38 -26 44 -7 2 -12 -6 -12 -17z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 900.000000"><g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M4620 8985 c0 -8 -13 -21 -29 -30 -53 -27 -71 -60 -71 -134 0 -57 4 -71 32 -112 41 -60 108 -105 188 -125 36 -9 69 -20 74 -24 5 -5 -2 -25 -15 -46 -37 -60 -30 -130 21 -211 8 -12 11 -25 8 -28 -3 -4 -145 -7 -314 -9 -284 -2 -350 -7 -554 -37 -167 -25 -223 -36 -395 -80 -97 -25 -342 -103 -400 -128 -11 -5 -63 -27 -115 -49 -52 -22 -117 -51 -145 -63 -77 -35 -117 -50 -155 -59 -95 -24 -127 -32 -155 -42 -16 -6 -46 -13 -65 -16 -19 -2 -44 -11 -55 -18 -11 -8 -29 -14 -41 -14 -12 0 -35 -6 -51 -14 -15 -8 -53 -25 -83 -36 -94 -38 -222 -100 -268 -131 -58 -39 -103 -62 -109 -55 -5 5 2 22 44 99 25 48 88 82 156 84 44 1 65 7 81 22 12 12 29 21 38 21 16 0 31 16 131 140 55 67 97 90 97 52 0 -44 10 -52 65 -52 41 0 73 9 139 39 47 22 110 44 141 50 59 11 140 42 195 76 44 27 170 87 230 110 25 9 57 23 72 31 14 8 37 14 50 14 12 0 32 7 42 15 11 8 30 15 42 15 12 0 38 7 57 15 20 8 50 15 67 15 17 0 41 5 53 12 12 6 53 15 92 19 38 5 95 13 125 18 30 5 127 10 215 10 150 1 210 9 171 24 -8 3 -113 9 -233 13 -209 6 -219 8 -250 30 -34 26 -72 31 -91 12 -18 -18 -142 -60 -227 -77 -22 -5 -60 -13 -85 -19 -51 -12 -144 -31 -210 -42 -66 -11 -140 -30 -185 -49 -61 -25 -112 -20 -171 17 -76 48 -132 46 -369 -15 -195 -50 -368 -114 -529 -194 -66 -33 -128 -67 -137 -75 -8 -8 -19 -14 -22 -14 -12 0 -190 -135 -247 -186 -95 -87 -205 -215 -235 -272 -11 -20 -31 -55 -45 -77 -13 -22 -29 -48 -35 -57 -5 -9 -23 -38 -39 -65 -16 -26 -54 -81 -85 -121 -111 -145 -157 -212 -211 -309 -72 -128 -156 -213 -270 -273 -47 -25 -96 -48 -110 -52 -48 -15 -165 -105 -213 -163 -58 -73 -72 -118 -58 -186 26 -121 7 -174 -92 -254 -53 -44 -57 -50 -59 -94 -4 -90 3 -223 13 -250 6 -14 14 -44 19 -66 4 -22 19 -84 34 -139 14 -54 26 -111 26 -127 0 -36 31 -69 65 -69 16 0 39 -14 64 -39 21 -21 48 -42 60 -46 14 -4 25 -22 35 -58 29 -102 29 -100 -5 -142 -34 -44 -69 -116 -69 -145 0 -35 24 -71 54 -84 24 -10 35 -25 50 -67 26 -74 32 -79 86 -79 34 0 52 5 65 20 17 19 17 52 1 165 -2 11 -1 14 1 8 8 -24 33 -13 59 27 43 65 84 61 99 -10 10 -41 37 -90 51 -90 7 0 16 9 19 20 4 11 11 18 16 15 12 -8 12 -325 -1 -325 -5 0 -12 11 -16 25 -3 14 -10 25 -14 25 -5 0 -12 10 -15 23 -10 30 -75 97 -96 97 -21 0 -84 -93 -92 -137 -9 -48 10 -90 49 -109 27 -13 37 -25 45 -60 6 -24 22 -55 35 -70 22 -23 29 -25 74 -19 46 6 50 5 59 -17 4 -12 11 -57 15 -98 4 -41 13 -102 21 -135 7 -33 17 -87 20 -121 l7 -61 -62 -6 c-34 -4 -66 -4 -71 -1 -5 3 -9 36 -9 74 0 38 -5 81 -11 97 -6 15 -15 44 -19 63 -12 50 -32 101 -53 130 -16 24 -22 25 -105 24 -103 -2 -162 -24 -223 -85 l-39 -39 0 -99 c0 -90 2 -100 20 -106 24 -8 43 -72 34 -112 -4 -15 -21 -55 -38 -88 -26 -49 -31 -71 -31 -125 1 -59 6 -76 63 -189 34 -68 65 -143 69 -165 3 -23 16 -63 28 -91 12 -27 26 -66 29 -85 29 -140 119 -306 363 -668 29 -42 102 -151 162 -242 60 -91 117 -175 126 -188 10 -13 47 -43 84 -67 55 -34 73 -53 95 -96 39 -75 51 -87 76 -71 31 19 48 14 65 -18 8 -16 24 -34 34 -40 11 -5 23 -19 26 -30 3 -11 18 -23 33 -26 15 -3 34 -8 43 -10 9 -3 23 -22 31 -43 13 -31 23 -41 64 -55 75 -27 114 -31 114 -13 0 9 7 20 15 24 12 7 7 18 -26 58 -23 28 -55 70 -72 95 -17 25 -34 47 -38 50 -22 16 -92 131 -104 173 -8 27 -29 65 -46 85 -17 19 -38 49 -46 66 -8 17 -29 58 -48 91 -58 102 -191 377 -213 440 -30 85 -69 231 -78 290 -3 28 -30 124 -59 215 -62 194 -78 262 -73 310 4 47 33 54 43 9 22 -98 188 -457 276 -594 10 -16 23 -39 28 -50 5 -11 42 -69 83 -130 41 -60 103 -153 139 -205 72 -107 149 -223 164 -249 6 -9 37 -53 69 -96 207 -276 494 -564 771 -771 116 -87 453 -304 471 -304 11 0 266 -130 299 -153 22 -15 44 -27 48 -27 5 0 26 -14 47 -30 21 -17 40 -30 43 -30 4 0 23 -12 44 -26 39 -26 235 -124 250 -124 11 0 122 -46 130 -54 3 -3 13 -6 21 -6 16 0 36 -9 237 -105 181 -86 189 -89 290 -110 148 -31 228 -60 333 -121 34 -20 61 -26 140 -30 117 -7 144 1 171 55 38 74 35 152 -12 289 -14 40 -1 52 58 52 46 0 229 26 295 41 25 6 70 15 100 19 30 5 75 14 100 20 100 26 156 42 185 52 17 6 46 13 65 15 19 3 41 10 48 16 7 5 29 13 50 17 20 5 62 18 92 30 30 12 71 26 90 32 19 5 39 14 45 19 5 5 15 9 22 9 40 0 491 227 683 343 52 32 104 63 115 70 11 7 36 24 56 40 20 15 40 27 43 27 6 0 133 96 246 186 65 52 156 131 225 195 72 68 105 88 105 63 0 -28 -97 -140 -270 -313 -187 -186 -376 -327 -540 -402 -66 -31 -158 -59 -192 -59 -26 0 -158 -75 -418 -238 -94 -59 -189 -149 -193 -181 -3 -34 18 -37 168 -30 264 14 430 48 658 135 109 42 248 111 332 165 17 10 37 22 45 26 22 10 62 39 165 117 285 219 476 448 725 866 36 60 139 271 150 307 5 15 18 53 30 83 12 30 26 71 30 90 4 19 13 49 18 65 33 97 44 154 43 243 0 86 3 100 27 141 44 74 48 82 100 186 123 247 192 418 265 660 48 160 117 520 117 616 0 19 5 52 12 74 6 22 12 51 12 65 1 18 7 26 24 28 19 3 22 9 22 50 0 39 -4 49 -22 57 -32 15 -48 84 -48 210 0 139 -31 340 -82 535 -42 161 -130 446 -144 467 -8 12 -14 30 -14 40 0 24 -55 185 -85 248 -13 28 -27 64 -31 80 -4 17 -19 57 -35 90 -15 33 -37 81 -49 107 -12 26 -35 62 -51 79 -19 21 -27 38 -24 50 6 17 -26 85 -84 179 -11 19 -24 41 -27 49 -4 7 -41 64 -82 125 -42 61 -130 192 -196 291 -139 210 -204 297 -335 455 -137 165 -459 486 -635 635 -33 28 -78 66 -100 85 -133 115 -338 265 -436 319 -86 47 -270 135 -355 171 -55 22 -109 45 -120 50 -11 5 -76 32 -145 60 -127 52 -258 107 -340 143 -25 11 -72 32 -105 46 -105 47 -275 91 -350 91 -50 0 -89 15 -80 31 4 5 -72 9 -199 9 -175 0 -206 -2 -206 -15z m-3489 -2038 c-30 -30 -37 -14 -9 23 18 25 24 28 26 15 2 -10 -5 -27 -17 -38z"/> <path d="M1846 1481 c-7 -10 18 -34 27 -25 7 8 -3 34 -13 34 -5 0 -11 -4 -14 -9z"/> <path d="M1670 1239 c0 -13 41 -48 56 -49 6 0 17 -7 24 -15 13 -16 46 -20 54 -7 7 12 -90 82 -114 82 -11 0 -20 -5 -20 -11z"/> <path d="M1865 1140 c3 -5 13 -10 21 -10 8 0 14 5 14 10 0 6 -9 10 -21 10 -11 0 -17 -4 -14 -10z"/><path d="M2090 1101 c0 -22 25 -39 38 -27 8 8 -10 38 -26 44 -7 2 -12 -6 -12 -17z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 100%;
  height: 100%;
  background-color: var(--careox-white, #fff);
}
.main-slider-one__layer__inner img {
  width: 100%;
  height: 100%;
  mix-blend-mode: luminosity;
}
.main-slider-one svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.main-slider-one circle {
  stroke: var(--careox-black, #122f2a);
  fill: none;
  transition: 0.5s;
}
.main-slider-one .steap {
  stroke-width: 0;
}
.main-slider-one #svg2 circle {
  transition-timing-function: linear;
}
.main-slider-one .circle1 {
  transition-delay: 0.05s;
}
.main-slider-one .circle2 {
  transition-delay: 0.1s;
}
.main-slider-one .circle3 {
  transition-delay: 0.15s;
}
.main-slider-one .circle4 {
  transition-delay: 0.2s;
}
.main-slider-one .circle5 {
  transition-delay: 0.25s;
}
.main-slider-one .circle6 {
  transition-delay: 0.3s;
}
.main-slider-one .circle7 {
  transition-delay: 0.35s;
}
.main-slider-one .circle8 {
  transition-delay: 0.4s;
}
.main-slider-one .circle9 {
  transition-delay: 0.45s;
}
.main-slider-one .active .steap {
  animation: dash 0.5s linear;
}
@keyframes dash {
  0% {
    stroke-width: 0;
  }
  100% {
    stroke-width: 200px;
  }
}
.main-slider-one .active .main-slider-one__image {
  opacity: 1;
  animation-delay: 1.2s;
  animation-name: rotateInUpLeft;
}
.main-slider-one .active .main-slider-one__title {
  opacity: 1;
  animation-delay: 1.3s;
  animation-name: rotateInUpRight;
}
.main-slider-one .active .main-slider-one__text {
  opacity: 1;
  animation-delay: 1.5s;
  animation-name: rotateInUpLeft;
}
.main-slider-one .active .main-slider-one__btn {
  opacity: 1;
  animation-delay: 1.6s;
  animation-name: rotateInUpRight;
}
.main-slider-one .active .main-slider-one__shape-one {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2000ms;
}
.main-slider-one .active .main-slider-one__shape-two {
  opacity: 1;
  transition-delay: 2000ms;
  transform: translateY(0);
}
.main-slider-one .active .main-slider-one__shape-three {
  opacity: 1;
  transition-delay: 2000ms;
  transform: translateY(0);
}
.main-slider-one .active .main-slider-one__shape-four {
  opacity: 1;
  transition-delay: 2000ms;
  transform: translateY(0);
}
.main-slider-one .active .main-slider-one__layer {
  opacity: 1;
  animation-delay: 1.8s;
  animation-name: rollInRight;
}

.main-slider-two {
  position: relative;
}
.main-slider-two__carousel {
  position: relative;
  width: 100%;
}
.main-slider-two__carousel .owl-dots {
  left: 60px;
  margin: auto 0;
  position: absolute;
  text-align: left;
  width: 60px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1400px) {
  .main-slider-two__carousel .owl-dots {
    left: 40px;
  }
}
@media (max-width: 1300px) {
  .main-slider-two__carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: 30px;
  }
}
.main-slider-two__carousel .owl-dots .owl-dot {
  display: block;
  margin: 10px 0;
}
@media (max-width: 1300px) {
  .main-slider-two__carousel .owl-dots .owl-dot {
    margin: 0 5px;
  }
}
.main-slider-two__carousel .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--careox-base, #ff5528);
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-slider-two__carousel .owl-dots .owl-dot:hover span,
.main-slider-two__carousel .owl-dots .owl-dot.active span {
  background-color: var(--careox-base, #ff5528);
}
.main-slider-two__item {
  background-color: var(--careox-gray, #f1f6f7);
  position: relative;
  z-index: 3;
  padding-top: 265px;
  padding-bottom: 229px;
}
@media (max-width: 991px) {
  .main-slider-two__item {
    padding-top: 180px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__item {
    padding-top: 180px;
    padding-bottom: 150px;
  }
}
.main-slider-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transform: scale(1);
  transition: transform 10000ms ease, -webkit-transform 10000ms ease;
  overflow: hidden;
}
.main-slider-two__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--careox-black3-rgb, 0, 0, 0), 0.46);
}
.main-slider-two__content {
  position: relative;
  z-index: 3;
  padding: 0;
}
.main-slider-two__title {
  color: var(--careox-white, #fff);
  font-size: 65px;
  font-weight: 900;
  line-height: 68px;
  text-transform: capitalize;
  margin: 0 0 7px;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(200px);
}
@media (max-width: 991px) {
  .main-slider-two__title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
.main-slider-two__title__text {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.main-slider-two__title__text::after {
  content: "";
  width: 101%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: currentColor;
  transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
  z-index: 3;
  transform: translateX(-100%);
  transition-delay: 1s;
}
.main-slider-two__title__text span {
  color: var(--careox-secondary, #ffa415);
  text-decoration: underline;
}
.main-slider-two__text {
  color: var(--careox-white, #fff);
  font-size: 18px;
  margin: 0 0 48px;
  letter-spacing: 0.27px;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateX(-100px);
}
@media (max-width: 767px) {
  .main-slider-two__text {
    font-size: 16px;
  }
}
.main-slider-two__btn {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  z-index: 5;
  overflow: hidden;
}
@media (max-width: 767px) {
  .main-slider-two__btn {
    gap: 15px;
  }
}
.main-slider-two__btn .codebitel-btn {
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 1500ms ease;
}
.main-slider-two__volunter {
  position: relative;
  display: flex;
  align-items: center;
}
.main-slider-two__volunter img {
  width: 53px;
  height: 53px;
  border: 3px solid var(--careox-white, #fff);
  border-radius: 50%;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(100px);
}
.main-slider-two__volunter img + img {
  margin-left: -16px;
}
.main-slider-two__shape-one {
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  height: 213px;
  opacity: 0;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
  transform: translateX(-100%);
}
@media (max-width: 1199px) {
  .main-slider-two__shape-one {
    display: none;
  }
}
.main-slider-two__shape-two {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 205px;
  height: 193px;
  opacity: 0;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
  transform: translateY(100%);
}
.main-slider-two__shape-two img {
  width: 100%;
  animation: treeMove 4s linear 0s infinite;
}
@media (max-width: 1299px) {
  .main-slider-two__shape-two {
    display: none;
  }
}
.main-slider-two__shape-three {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 214px;
  height: auto;
  opacity: 0;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
  transform: translateY(100%);
}
.main-slider-two__shape-three img {
  width: 100%;
  height: auto;
  animation: movebounce3 4s linear infinite;
}
@media (max-width: 1299px) {
  .main-slider-two__shape-three {
    display: none;
  }
}
.main-slider-two .video-popup {
  width: 90px;
  height: 90px;
  background-color: var(--careox-white, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 45px;
  color: var(--careox-black, #122f2a);
  transition: all 500ms ease;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@media (max-width: 767px) {
  .main-slider-two .video-popup {
    display: none;
  }
}
.main-slider-two .video-popup .ripple,
.main-slider-two .video-popup .ripple:before,
.main-slider-two .video-popup .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.25);
  animation: ripple 3s infinite;
  border-radius: 50%;
}
.main-slider-two .video-popup .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.main-slider-two .video-popup .ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
.main-slider-two .video-popup:hover {
  color: var(--careox-secondary, #ffa415);
}
.main-slider-two .active .main-slider-two__shape-one {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1700ms;
}
.main-slider-two .active .main-slider-two__shape-two {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1800ms;
}
.main-slider-two .active .main-slider-two__shape-three {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1900ms;
}
.main-slider-two .active .video-popup {
  opacity: 1;
  animation-delay: 1.8s;
  animation-name: zoomIn;
}
.main-slider-two .active .main-slider-two__bg {
  transform: scale(1.15);
}
.main-slider-two .active .main-slider-two__title {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1200ms;
}
.main-slider-two .active .main-slider-two__title__text::after {
  transform: translateX(1%);
  transition-delay: 1300ms;
}
.main-slider-two .active .main-slider-two__text {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1400ms;
}
.main-slider-two .active .main-slider-two__btn .codebitel-btn {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1600ms;
}
.main-slider-two .active .main-slider-two__volunter img {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1700ms;
}
.main-slider-two .active .main-slider-two__volunter img:nth-child(2) {
  transition-delay: 1800ms;
}
.main-slider-two .active .main-slider-two__volunter img:nth-child(3) {
  transition-delay: 1800ms;
}

.main-slider-three {
  position: relative;
  overflow: hidden;
}
.main-slider-three__carousel.owl-carousel {
  position: relative;
  width: 100%;
}
.main-slider-three__carousel.owl-carousel .owl-nav {
  margin: auto 0;
  position: absolute;
  left: 60px;
  text-align: left;
  top: 55%;
  transform: translateY(-50%);
  z-index: 99;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 1700px) {
  .main-slider-three__carousel.owl-carousel .owl-nav {
    left: 30px;
  }
}
@media (max-width: 1500px) {
  .main-slider-three__carousel.owl-carousel .owl-nav {
    flex-direction: row;
    transform: none;
    top: auto;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: center;
  }
}
.main-slider-three__carousel.owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 17px;
  color: var(--careox-white, #fff);
  transition: all 400ms ease;
}
.main-slider-three__carousel.owl-carousel .owl-nav button:hover {
  background-color: var(--careox-base, #ff5528);
}
.main-slider-three__item {
  position: relative;
  padding-top: 267px;
  padding-bottom: 227px;
  background-color: var(--careox-black, #122f2a);
}
@media (max-width: 1199px) {
  .main-slider-three__item {
    padding-top: 223px;
    padding-bottom: 180px;
  }
}
@media (max-width: 767px) {
  .main-slider-three__item {
    padding-top: 160px;
    padding-bottom: 130px;
  }
}
.main-slider-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  background-color: var(--careox-gray, #f1f6f7);
}
.main-slider-three__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(24, 24, 24, 0.91);
}
.main-slider-three__shape-two {
  opacity: 0;
  position: absolute;
  right: 4%;
  top: 170px;
  width: 160px;
  height: 160px;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
  z-index: 1;
  display: none;
}
.main-slider-three__shape-two img {
  animation: zoomsIn 3s linear 0s infinite;
}
@media (min-width: 1400px) {
  .main-slider-three__shape-two {
    display: block;
  }
}
.main-slider-three__shape-three {
  opacity: 0;
  position: absolute;
  right: -15px;
  bottom: 0;
  width: 637px;
  height: 250px;
  opacity: 0;
  transform: scale(0.9);
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
  transform: translateY(100%);
  z-index: 1;
  display: none;
}
.main-slider-three__shape-three img {
  animation: movebounce2 3s linear 0s infinite;
}
@media (min-width: 1400px) {
  .main-slider-three__shape-three {
    display: block;
  }
}
.main-slider-three .container {
  position: relative;
  z-index: 3;
}
.main-slider-three__content {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .main-slider-three__content {
    padding-left: 40px;
    margin-right: -40px;
  }
}
.main-slider-three__sub-title {
  color: var(--careox-secondary, #ffa415);
  font-size: 31px;
  font-weight: 700;
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  text-transform: capitalize;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 22px;
  line-height: 1;
  opacity: 0;
  margin: 0 0 14px;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateY(200px);
}
.main-slider-three__sub-title img {
  width: 65px !important;
  animation: zoomsIn 3s linear 0s infinite;
}
@media (max-width: 500px) {
  .main-slider-three__sub-title {
    letter-spacing: 0;
  }
}
.main-slider-three__sub-title__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.main-slider-three__title {
  color: var(--careox-white, #fff);
  font-size: 65px;
  font-weight: 900;
  line-height: 81px;
  text-transform: capitalize;
  margin: 0 0 25px;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateY(200px);
}
.main-slider-three__title span {
  color: var(--careox-base, #ff5528);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-slider-three__title {
    font-size: 50px;
    line-height: 62px;
  }
}
@media (max-width: 767px) {
  .main-slider-three__title {
    font-size: 40px;
    line-height: 45px;
  }
}
.main-slider-three__title__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.main-slider-three__text {
  font-size: 18px;
  color: var(--careox-white, #fff);
  letter-spacing: 0.27px;
  margin: 0 0 47px;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateY(200px);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-slider-three__text br {
    display: none;
  }
}
.main-slider-three__text__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.main-slider-three__btn {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 5;
  overflow: hidden;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 1500ms ease;
}
.main-slider-three__layer {
  position: absolute;
  left: 10.5%;
  bottom: 0;
  width: 701px;
  height: 673px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 23px 0;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@media (max-width: 1750px) {
  .main-slider-three__layer {
    left: 3%;
  }
}
@media (max-width: 1500px) {
  .main-slider-three__layer {
    left: 2%;
  }
}
@media (max-width: 1400px) {
  .main-slider-three__layer {
    left: 0%;
  }
}
@media (max-width: 1300px) {
  .main-slider-three__layer {
    left: 1%;
    width: 470px;
    height: 500px;
  }
}
@media (max-width: 991px) {
  .main-slider-three__layer {
    display: none;
  }
}
.main-slider-three__layer__inner {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 325.000000"><g transform="translate(0.000000,325.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M937 3223 c-29 -7 -64 -10 -78 -7 -33 6 -146 -40 -224 -92 -82 -54 -207 -174 -262 -253 -56 -80 -105 -186 -140 -300 -24 -79 -26 -100 -25 -247 1 -88 6 -181 11 -205 14 -66 57 -218 75 -268 9 -25 23 -72 32 -105 21 -81 152 -437 168 -456 7 -8 30 -46 51 -85 21 -38 46 -78 57 -88 18 -18 18 -19 -11 -40 -328 -240 -494 -419 -535 -578 -15 -55 -46 -213 -46 -231 0 -20 34 -2 41 22 l7 25 1 -27 c1 -22 6 -28 24 -28 20 0 26 10 45 76 51 173 184 349 367 483 59 44 215 141 265 165 l35 17 -25 -21 c-14 -12 -72 -50 -129 -85 -57 -35 -109 -69 -115 -76 -8 -9 -8 -10 1 -5 31 17 7 -11 -69 -82 -79 -75 -138 -145 -138 -165 0 -5 7 -3 17 4 14 13 14 11 -1 -21 -17 -33 -15 -32 31 16 56 61 166 154 179 154 5 0 122 56 259 125 143 72 267 128 290 131 22 3 67 16 100 29 96 36 275 93 335 106 30 6 93 27 140 45 47 19 94 34 104 34 58 0 471 195 611 288 109 72 272 217 359 318 75 88 178 273 213 381 31 100 43 265 21 291 -9 9 -25 48 -37 86 -27 83 -57 129 -145 218 -66 67 -171 136 -247 163 -78 28 -212 39 -306 26 -127 -18 -299 -74 -433 -141 -66 -33 -124 -60 -129 -60 -5 0 -20 17 -32 38 -50 81 -168 183 -245 212 -15 6 -24 13 -21 16 6 7 85 -32 112 -56 11 -9 34 -25 50 -35 l30 -17 -27 25 c-16 14 -28 29 -28 32 0 12 78 -35 108 -66 17 -18 35 -29 39 -26 3 4 17 -3 30 -15 13 -12 23 -17 23 -11 0 14 -76 107 -121 149 -19 18 -45 46 -59 63 -32 41 -142 100 -250 136 -71 24 -103 28 -193 29 -60 1 -132 -4 -160 -11z m703 -288 c19 -19 32 -35 29 -35 -3 0 -20 16 -39 35 -19 19 -32 35 -29 35 3 0 20 -16 39 -35z m-1525 -2456 c-14 -30 -25 -48 -25 -42 0 15 42 104 47 99 2 -2 -8 -27 -22 -57z m-34 -90 c-5 -13 -10 -19 -10 -12 -1 15 10 45 15 40 3 -2 0 -15 -5 -28z m-14 -61 c-3 -8 -6 -5 -6 6 -1 11 2 17 5 13 3 -3 4 -12 1 -19z"/><path d="M362 680 c-37 -35 -49 -50 -39 -50 2 0 23 20 47 45 55 56 50 59 -8 5z"/><path d="M30 30 c0 -7 3 -10 7 -7 3 4 3 10 0 14 -4 3 -7 0 -7 -7z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 325.000000"><g transform="translate(0.000000,325.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M937 3223 c-29 -7 -64 -10 -78 -7 -33 6 -146 -40 -224 -92 -82 -54 -207 -174 -262 -253 -56 -80 -105 -186 -140 -300 -24 -79 -26 -100 -25 -247 1 -88 6 -181 11 -205 14 -66 57 -218 75 -268 9 -25 23 -72 32 -105 21 -81 152 -437 168 -456 7 -8 30 -46 51 -85 21 -38 46 -78 57 -88 18 -18 18 -19 -11 -40 -328 -240 -494 -419 -535 -578 -15 -55 -46 -213 -46 -231 0 -20 34 -2 41 22 l7 25 1 -27 c1 -22 6 -28 24 -28 20 0 26 10 45 76 51 173 184 349 367 483 59 44 215 141 265 165 l35 17 -25 -21 c-14 -12 -72 -50 -129 -85 -57 -35 -109 -69 -115 -76 -8 -9 -8 -10 1 -5 31 17 7 -11 -69 -82 -79 -75 -138 -145 -138 -165 0 -5 7 -3 17 4 14 13 14 11 -1 -21 -17 -33 -15 -32 31 16 56 61 166 154 179 154 5 0 122 56 259 125 143 72 267 128 290 131 22 3 67 16 100 29 96 36 275 93 335 106 30 6 93 27 140 45 47 19 94 34 104 34 58 0 471 195 611 288 109 72 272 217 359 318 75 88 178 273 213 381 31 100 43 265 21 291 -9 9 -25 48 -37 86 -27 83 -57 129 -145 218 -66 67 -171 136 -247 163 -78 28 -212 39 -306 26 -127 -18 -299 -74 -433 -141 -66 -33 -124 -60 -129 -60 -5 0 -20 17 -32 38 -50 81 -168 183 -245 212 -15 6 -24 13 -21 16 6 7 85 -32 112 -56 11 -9 34 -25 50 -35 l30 -17 -27 25 c-16 14 -28 29 -28 32 0 12 78 -35 108 -66 17 -18 35 -29 39 -26 3 4 17 -3 30 -15 13 -12 23 -17 23 -11 0 14 -76 107 -121 149 -19 18 -45 46 -59 63 -32 41 -142 100 -250 136 -71 24 -103 28 -193 29 -60 1 -132 -4 -160 -11z m703 -288 c19 -19 32 -35 29 -35 -3 0 -20 16 -39 35 -19 19 -32 35 -29 35 3 0 20 -16 39 -35z m-1525 -2456 c-14 -30 -25 -48 -25 -42 0 15 42 104 47 99 2 -2 -8 -27 -22 -57z m-34 -90 c-5 -13 -10 -19 -10 -12 -1 15 10 45 15 40 3 -2 0 -15 -5 -28z m-14 -61 c-3 -8 -6 -5 -6 6 -1 11 2 17 5 13 3 -3 4 -12 1 -19z"/><path d="M362 680 c-37 -35 -49 -50 -39 -50 2 0 23 20 47 45 55 56 50 59 -8 5z"/><path d="M30 30 c0 -7 3 -10 7 -7 3 4 3 10 0 14 -4 3 -7 0 -7 -7z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 100%;
  height: 100%;
}
.main-slider-three__layer__inner img {
  width: 100%;
  height: 100%;
}
.main-slider-three .active .main-slider-three__sub-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1000ms;
}
.main-slider-three .active .main-slider-three__title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1200ms;
}
.main-slider-three .active .main-slider-three__text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1400ms;
}
.main-slider-three .active .main-slider-three__btn {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1500ms;
}
.main-slider-three .active .main-slider-three__shape-two {
  opacity: 1;
  animation-delay: 1.8s;
  animation-name: rollInRight;
}
.main-slider-three .active .main-slider-three__shape-three {
  opacity: 1;
  transform: scale(1);
  transform: translateY(0);
  transition-delay: 1800ms;
}
.main-slider-three .active .main-slider-three__layer {
  opacity: 1;
  animation-delay: 1.8s;
  animation-name: rollIn;
}

.main-slider-four {
  position: relative;
}
.main-slider-four__carousel {
  position: relative;
  width: 100%;
}
.main-slider-four__carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 130px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .main-slider-four__carousel .owl-dots {
    bottom: 80px;
  }
}
.main-slider-four__carousel .owl-dots .owl-dot {
  display: block;
  margin: 0;
}
.main-slider-four__carousel .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--careox-base, #ff5528);
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-slider-four__carousel .owl-dots .owl-dot:hover span,
.main-slider-four__carousel .owl-dots .owl-dot.active span {
  background-color: var(--careox-base, #ff5528);
}
.main-slider-four__item {
  position: relative;
  z-index: 3;
  padding-top: 142px;
  padding-bottom: 270px;
}
@media (max-width: 767px) {
  .main-slider-four__item {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
.main-slider-four__bg {
  position: absolute;
  width: calc(100% + 1px);
  height: 100%;
  top: 0;
  left: -1px;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  background-color: var(--careox-gray, #f1f6f7);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 411.000000"><g transform="translate(0.000000,411.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M0 3937 l0 -173 30 -26 c17 -14 30 -31 30 -37 0 -6 -14 -14 -30 -17 -25 -5 -30 -11 -30 -34 0 -27 0 -27 48 -19 26 5 55 12 65 15 10 3 24 1 32 -6 11 -9 12 -7 9 8 -6 21 19 47 36 37 15 -9 12 -42 -6 -70 -13 -19 -25 -25 -54 -25 -21 0 -43 -7 -50 -15 -7 -8 -18 -15 -25 -15 -7 0 -15 7 -19 15 -3 8 -12 15 -21 15 -12 0 -15 -12 -15 -53 0 -29 5 -58 12 -65 9 -9 9 -15 0 -24 -9 -9 -12 -71 -12 -219 l0 -206 25 -26 c26 -25 21 -42 -9 -31 -15 6 -16 -116 -14 -1392 l3 -1399 40 -7 c22 -5 78 -10 125 -12 47 -3 112 -7 145 -10 35 -3 64 -1 72 6 9 7 17 7 27 -1 20 -17 168 -20 173 -3 7 19 30 14 50 -10 17 -22 26 -23 143 -23 128 0 190 -9 174 -25 -5 -5 -25 -10 -44 -12 -53 -5 -32 -23 27 -23 60 0 74 9 47 29 -18 14 -18 15 9 21 20 5 33 3 44 -8 13 -13 19 -13 42 -1 34 18 59 18 95 -1 15 -8 41 -15 57 -15 24 0 29 -4 29 -24 0 -25 28 -36 97 -36 54 0 35 23 -23 28 -56 4 -62 8 -46 24 13 13 267 12 287 0 5 -4 30 -7 55 -8 80 -1 175 -16 191 -31 13 -11 22 -11 41 -2 19 8 31 8 46 0 26 -14 397 -14 1057 -1 917 18 1020 20 1480 21 253 0 649 5 880 10 231 5 848 14 1370 20 1185 13 1491 17 1725 23 102 3 274 6 383 6 l197 0 0 2000 0 2000 -3933 0 c-2164 0 -3937 -3 -3940 -7 -14 -14 17 -33 54 -33 27 0 39 -4 39 -14 0 -11 -14 -14 -62 -12 -58 2 -83 15 -59 31 6 3 11 13 11 21 0 12 -29 14 -175 14 -143 0 -175 -3 -175 -14 0 -23 27 -27 169 -25 91 1 136 -2 139 -10 4 -12 1 -13 -220 -16 -100 -2 -163 -7 -172 -14 -10 -9 -16 -8 -26 4 -16 20 -6 31 39 42 19 5 36 14 39 21 3 9 -81 12 -362 12 l-366 0 0 -173z m494 -262 c3 -8 0 -17 -5 -21 -14 -8 -43 21 -35 35 8 13 33 4 40 -14z m-190 -15 c-5 -4 -21 -10 -36 -14 -41 -9 -36 19 5 31 31 9 49 0 31 -17z m266 -1 c0 -5 -7 -9 -15 -9 -9 0 -15 9 -15 21 0 18 2 19 15 9 8 -7 15 -16 15 -21z m260 5 c0 -8 -7 -14 -15 -14 -15 0 -21 21 -9 33 10 9 24 -2 24 -19z m458 -10 c12 -8 22 -19 22 -24 0 -15 -37 -30 -57 -23 -22 7 -63 55 -57 65 7 10 64 -2 92 -18z m172 -27 c0 -21 -12 -28 -27 -16 -19 16 -16 29 7 29 11 0 20 -6 20 -13z m163 -14 c8 -7 -21 -43 -35 -43 -10 0 -11 34 -1 43 8 9 28 9 36 0z m154 -31 c8 -5 7 -14 -6 -31 -20 -26 -41 -21 -41 8 0 29 21 40 47 23z m93 -18 c0 -12 -4 -14 -12 -7 -7 6 -20 13 -28 16 -9 3 -3 6 13 6 19 1 27 -4 27 -15z m2431 3 c-1 -12 -15 -9 -19 4 -3 6 1 10 8 8 6 -3 11 -8 11 -12z m129 -13 c0 -8 -4 -14 -10 -14 -5 0 -10 9 -10 21 0 11 5 17 10 14 6 -3 10 -13 10 -21z m150 -5 c0 -10 -7 -19 -15 -19 -15 0 -21 31 -9 43 11 10 24 -3 24 -24z m-545 7 c18 -13 17 -15 -16 -31 -49 -26 -369 -36 -369 -12 0 11 14 16 58 20 31 2 77 10 101 16 34 9 51 9 73 0 19 -8 32 -8 41 -1 28 23 86 27 112 8z m-2010 -26 c-6 -9 -9 -9 -16 1 -10 17 0 34 13 21 6 -6 7 -16 3 -22z m245 -15 c0 -34 -66 -48 -90 -20 -10 12 -10 21 -2 40 11 23 12 24 52 8 22 -9 40 -21 40 -28z m1905 36 c5 -9 -95 -22 -108 -14 -4 2 -5 8 -2 13 7 11 103 11 110 1z m70 -21 c-5 -8 -11 -8 -17 -2 -6 6 -7 16 -3 22 5 8 11 8 17 2 6 -6 7 -16 3 -22z m-2115 1 c0 -28 -21 -37 -37 -16 -19 27 -16 35 12 35 18 0 25 -5 25 -19z m1317 -45 c-9 -23 -147 -23 -147 -1 0 11 11 15 43 15 24 0 52 6 63 14 16 13 21 13 33 1 7 -7 11 -21 8 -29z m164 29 c0 -5 -11 -12 -23 -13 -13 -2 -28 -8 -34 -13 -6 -5 -18 -3 -30 6 -16 13 -17 16 -4 25 19 12 90 8 91 -5z m-1147 -10 c11 -8 17 -18 14 -21 -10 -9 -46 5 -52 21 -7 19 13 19 38 0z m156 -15 c0 -5 -9 -10 -20 -10 -11 0 -20 5 -20 10 0 6 9 10 20 10 11 0 20 -4 20 -10z m130 -10 c0 -28 -45 -38 -70 -15 -30 27 -24 35 25 35 38 0 45 -3 45 -20z m197 5 c2 -6 -7 -16 -18 -23 -18 -12 -24 -11 -36 1 -9 8 -12 20 -8 27 8 13 57 10 62 -5z m216 0 c-1 -5 -21 -16 -44 -22 -36 -11 -46 -10 -66 2 -12 8 -29 15 -38 15 -8 0 -15 5 -15 10 0 6 32 9 83 8 48 -2 81 -7 80 -13z m-1861 -527 c-15 -15 -26 -4 -18 18 5 13 9 15 18 6 9 -9 9 -15 0 -24z m157 -19 c-15 -9 -32 -2 -24 11 3 5 13 6 21 3 12 -4 13 -8 3 -14z m439 -56 c-10 -2 -28 -2 -40 0 -13 2 -5 4 17 4 22 1 32 -1 23 -4z m-1773 -114 c10 -15 -1 -22 -24 -14 -12 3 -19 11 -16 16 8 12 32 11 40 -2z m106 -34 c-1 -15 -24 -12 -29 3 -3 9 2 13 12 10 10 -1 17 -7 17 -13z m83 9 c9 -3 16 -10 16 -15 0 -11 -41 -12 -66 -2 -16 6 -16 7 2 14 25 10 29 10 48 3z m101 -34 c4 -6 -5 -10 -19 -10 -14 0 -26 5 -26 10 0 6 9 10 19 10 11 0 23 -4 26 -10z m162 -12 c51 -18 37 -55 -16 -41 -12 3 -28 0 -36 -7 -12 -10 -15 -9 -15 4 0 20 18 56 27 56 4 0 22 -5 40 -12z m96 -34 c-4 -12 -8 -13 -14 -3 -9 15 -2 32 11 24 5 -3 6 -13 3 -21z m117 1 c15 -18 5 -35 -23 -35 -31 0 -51 15 -44 34 8 20 50 21 67 1z m105 -5 c4 -6 14 -10 23 -9 27 2 46 -1 40 -7 -3 -3 -26 -7 -51 -10 -45 -4 -64 6 -52 26 8 13 32 13 40 0z m230 -39 c3 -5 1 -12 -4 -15 -12 -8 -41 3 -41 15 0 12 37 12 45 0z m218 -2 c21 -6 37 -16 37 -25 0 -22 -28 -28 -48 -10 -12 10 -41 16 -82 18 -40 2 -65 8 -68 16 -5 15 106 17 161 1z m117 -29 c0 -5 -9 -10 -20 -10 -11 0 -20 5 -20 10 0 6 9 10 20 10 11 0 20 -4 20 -10z m172 -13 c32 -2 42 -11 35 -31 -10 -25 -117 8 -117 36 0 6 11 7 28 3 15 -4 39 -7 54 -8z m793 -106 c7 -12 -12 -24 -25 -16 -11 7 -4 25 10 25 5 0 11 -4 15 -9z m-1775 -2217 c0 -23 2 -24 74 -24 69 0 100 -10 77 -24 -5 -4 -48 -3 -95 0 l-86 7 0 32 c0 17 3 35 6 38 12 11 24 -3 24 -29z m295 -33 c3 -6 -4 -15 -16 -22 -24 -13 -75 4 -64 21 8 13 72 13 80 1z m279 -8 c4 -9 1 -20 -6 -24 -15 -9 -130 -1 -176 13 -56 17 -25 28 78 28 82 0 99 -3 104 -17z m76 -13 c0 -15 -7 -20 -25 -20 -29 0 -32 8 -7 26 24 19 32 17 32 -6z m340 -30 c0 -29 -15 -31 -39 -6 -21 23 -22 24 -4 28 27 6 43 -2 43 -22z m6775 -9 c8 -14 -10 -22 -30 -15 -13 5 -14 8 -3 15 17 11 26 11 33 0z"/><path d="M0 94 c0 -24 3 -26 32 -20 31 6 108 -19 108 -36 0 -4 11 -15 24 -23 19 -13 28 -14 51 -3 21 9 31 9 46 0 15 -10 30 -10 66 0 36 9 48 9 51 0 2 -7 10 -12 18 -12 12 0 12 4 4 20 -16 30 -46 43 -69 28 -15 -9 -23 -9 -35 1 -9 8 -16 19 -16 27 0 9 -10 11 -35 7 -20 -3 -41 -1 -49 6 -7 6 -21 9 -29 5 -9 -3 -31 -1 -49 4 -18 6 -52 13 -75 16 -41 6 -43 5 -43 -20z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 411.000000"><g transform="translate(0.000000,411.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M0 3937 l0 -173 30 -26 c17 -14 30 -31 30 -37 0 -6 -14 -14 -30 -17 -25 -5 -30 -11 -30 -34 0 -27 0 -27 48 -19 26 5 55 12 65 15 10 3 24 1 32 -6 11 -9 12 -7 9 8 -6 21 19 47 36 37 15 -9 12 -42 -6 -70 -13 -19 -25 -25 -54 -25 -21 0 -43 -7 -50 -15 -7 -8 -18 -15 -25 -15 -7 0 -15 7 -19 15 -3 8 -12 15 -21 15 -12 0 -15 -12 -15 -53 0 -29 5 -58 12 -65 9 -9 9 -15 0 -24 -9 -9 -12 -71 -12 -219 l0 -206 25 -26 c26 -25 21 -42 -9 -31 -15 6 -16 -116 -14 -1392 l3 -1399 40 -7 c22 -5 78 -10 125 -12 47 -3 112 -7 145 -10 35 -3 64 -1 72 6 9 7 17 7 27 -1 20 -17 168 -20 173 -3 7 19 30 14 50 -10 17 -22 26 -23 143 -23 128 0 190 -9 174 -25 -5 -5 -25 -10 -44 -12 -53 -5 -32 -23 27 -23 60 0 74 9 47 29 -18 14 -18 15 9 21 20 5 33 3 44 -8 13 -13 19 -13 42 -1 34 18 59 18 95 -1 15 -8 41 -15 57 -15 24 0 29 -4 29 -24 0 -25 28 -36 97 -36 54 0 35 23 -23 28 -56 4 -62 8 -46 24 13 13 267 12 287 0 5 -4 30 -7 55 -8 80 -1 175 -16 191 -31 13 -11 22 -11 41 -2 19 8 31 8 46 0 26 -14 397 -14 1057 -1 917 18 1020 20 1480 21 253 0 649 5 880 10 231 5 848 14 1370 20 1185 13 1491 17 1725 23 102 3 274 6 383 6 l197 0 0 2000 0 2000 -3933 0 c-2164 0 -3937 -3 -3940 -7 -14 -14 17 -33 54 -33 27 0 39 -4 39 -14 0 -11 -14 -14 -62 -12 -58 2 -83 15 -59 31 6 3 11 13 11 21 0 12 -29 14 -175 14 -143 0 -175 -3 -175 -14 0 -23 27 -27 169 -25 91 1 136 -2 139 -10 4 -12 1 -13 -220 -16 -100 -2 -163 -7 -172 -14 -10 -9 -16 -8 -26 4 -16 20 -6 31 39 42 19 5 36 14 39 21 3 9 -81 12 -362 12 l-366 0 0 -173z m494 -262 c3 -8 0 -17 -5 -21 -14 -8 -43 21 -35 35 8 13 33 4 40 -14z m-190 -15 c-5 -4 -21 -10 -36 -14 -41 -9 -36 19 5 31 31 9 49 0 31 -17z m266 -1 c0 -5 -7 -9 -15 -9 -9 0 -15 9 -15 21 0 18 2 19 15 9 8 -7 15 -16 15 -21z m260 5 c0 -8 -7 -14 -15 -14 -15 0 -21 21 -9 33 10 9 24 -2 24 -19z m458 -10 c12 -8 22 -19 22 -24 0 -15 -37 -30 -57 -23 -22 7 -63 55 -57 65 7 10 64 -2 92 -18z m172 -27 c0 -21 -12 -28 -27 -16 -19 16 -16 29 7 29 11 0 20 -6 20 -13z m163 -14 c8 -7 -21 -43 -35 -43 -10 0 -11 34 -1 43 8 9 28 9 36 0z m154 -31 c8 -5 7 -14 -6 -31 -20 -26 -41 -21 -41 8 0 29 21 40 47 23z m93 -18 c0 -12 -4 -14 -12 -7 -7 6 -20 13 -28 16 -9 3 -3 6 13 6 19 1 27 -4 27 -15z m2431 3 c-1 -12 -15 -9 -19 4 -3 6 1 10 8 8 6 -3 11 -8 11 -12z m129 -13 c0 -8 -4 -14 -10 -14 -5 0 -10 9 -10 21 0 11 5 17 10 14 6 -3 10 -13 10 -21z m150 -5 c0 -10 -7 -19 -15 -19 -15 0 -21 31 -9 43 11 10 24 -3 24 -24z m-545 7 c18 -13 17 -15 -16 -31 -49 -26 -369 -36 -369 -12 0 11 14 16 58 20 31 2 77 10 101 16 34 9 51 9 73 0 19 -8 32 -8 41 -1 28 23 86 27 112 8z m-2010 -26 c-6 -9 -9 -9 -16 1 -10 17 0 34 13 21 6 -6 7 -16 3 -22z m245 -15 c0 -34 -66 -48 -90 -20 -10 12 -10 21 -2 40 11 23 12 24 52 8 22 -9 40 -21 40 -28z m1905 36 c5 -9 -95 -22 -108 -14 -4 2 -5 8 -2 13 7 11 103 11 110 1z m70 -21 c-5 -8 -11 -8 -17 -2 -6 6 -7 16 -3 22 5 8 11 8 17 2 6 -6 7 -16 3 -22z m-2115 1 c0 -28 -21 -37 -37 -16 -19 27 -16 35 12 35 18 0 25 -5 25 -19z m1317 -45 c-9 -23 -147 -23 -147 -1 0 11 11 15 43 15 24 0 52 6 63 14 16 13 21 13 33 1 7 -7 11 -21 8 -29z m164 29 c0 -5 -11 -12 -23 -13 -13 -2 -28 -8 -34 -13 -6 -5 -18 -3 -30 6 -16 13 -17 16 -4 25 19 12 90 8 91 -5z m-1147 -10 c11 -8 17 -18 14 -21 -10 -9 -46 5 -52 21 -7 19 13 19 38 0z m156 -15 c0 -5 -9 -10 -20 -10 -11 0 -20 5 -20 10 0 6 9 10 20 10 11 0 20 -4 20 -10z m130 -10 c0 -28 -45 -38 -70 -15 -30 27 -24 35 25 35 38 0 45 -3 45 -20z m197 5 c2 -6 -7 -16 -18 -23 -18 -12 -24 -11 -36 1 -9 8 -12 20 -8 27 8 13 57 10 62 -5z m216 0 c-1 -5 -21 -16 -44 -22 -36 -11 -46 -10 -66 2 -12 8 -29 15 -38 15 -8 0 -15 5 -15 10 0 6 32 9 83 8 48 -2 81 -7 80 -13z m-1861 -527 c-15 -15 -26 -4 -18 18 5 13 9 15 18 6 9 -9 9 -15 0 -24z m157 -19 c-15 -9 -32 -2 -24 11 3 5 13 6 21 3 12 -4 13 -8 3 -14z m439 -56 c-10 -2 -28 -2 -40 0 -13 2 -5 4 17 4 22 1 32 -1 23 -4z m-1773 -114 c10 -15 -1 -22 -24 -14 -12 3 -19 11 -16 16 8 12 32 11 40 -2z m106 -34 c-1 -15 -24 -12 -29 3 -3 9 2 13 12 10 10 -1 17 -7 17 -13z m83 9 c9 -3 16 -10 16 -15 0 -11 -41 -12 -66 -2 -16 6 -16 7 2 14 25 10 29 10 48 3z m101 -34 c4 -6 -5 -10 -19 -10 -14 0 -26 5 -26 10 0 6 9 10 19 10 11 0 23 -4 26 -10z m162 -12 c51 -18 37 -55 -16 -41 -12 3 -28 0 -36 -7 -12 -10 -15 -9 -15 4 0 20 18 56 27 56 4 0 22 -5 40 -12z m96 -34 c-4 -12 -8 -13 -14 -3 -9 15 -2 32 11 24 5 -3 6 -13 3 -21z m117 1 c15 -18 5 -35 -23 -35 -31 0 -51 15 -44 34 8 20 50 21 67 1z m105 -5 c4 -6 14 -10 23 -9 27 2 46 -1 40 -7 -3 -3 -26 -7 -51 -10 -45 -4 -64 6 -52 26 8 13 32 13 40 0z m230 -39 c3 -5 1 -12 -4 -15 -12 -8 -41 3 -41 15 0 12 37 12 45 0z m218 -2 c21 -6 37 -16 37 -25 0 -22 -28 -28 -48 -10 -12 10 -41 16 -82 18 -40 2 -65 8 -68 16 -5 15 106 17 161 1z m117 -29 c0 -5 -9 -10 -20 -10 -11 0 -20 5 -20 10 0 6 9 10 20 10 11 0 20 -4 20 -10z m172 -13 c32 -2 42 -11 35 -31 -10 -25 -117 8 -117 36 0 6 11 7 28 3 15 -4 39 -7 54 -8z m793 -106 c7 -12 -12 -24 -25 -16 -11 7 -4 25 10 25 5 0 11 -4 15 -9z m-1775 -2217 c0 -23 2 -24 74 -24 69 0 100 -10 77 -24 -5 -4 -48 -3 -95 0 l-86 7 0 32 c0 17 3 35 6 38 12 11 24 -3 24 -29z m295 -33 c3 -6 -4 -15 -16 -22 -24 -13 -75 4 -64 21 8 13 72 13 80 1z m279 -8 c4 -9 1 -20 -6 -24 -15 -9 -130 -1 -176 13 -56 17 -25 28 78 28 82 0 99 -3 104 -17z m76 -13 c0 -15 -7 -20 -25 -20 -29 0 -32 8 -7 26 24 19 32 17 32 -6z m340 -30 c0 -29 -15 -31 -39 -6 -21 23 -22 24 -4 28 27 6 43 -2 43 -22z m6775 -9 c8 -14 -10 -22 -30 -15 -13 5 -14 8 -3 15 17 11 26 11 33 0z"/><path d="M0 94 c0 -24 3 -26 32 -20 31 6 108 -19 108 -36 0 -4 11 -15 24 -23 19 -13 28 -14 51 -3 21 9 31 9 46 0 15 -10 30 -10 66 0 36 9 48 9 51 0 2 -7 10 -12 18 -12 12 0 12 4 4 20 -16 30 -46 43 -69 28 -15 -9 -23 -9 -35 1 -9 8 -16 19 -16 27 0 9 -10 11 -35 7 -20 -3 -41 -1 -49 6 -7 6 -21 9 -29 5 -9 -3 -31 -1 -49 4 -18 6 -52 13 -75 16 -41 6 -43 5 -43 -20z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.main-slider-four__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
  background-size: cover;
}
.main-slider-four__bg img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.main-slider-four__bg img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}
.main-slider-four__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--careox-black2-rgb, 18, 18, 18), 0.69);
}
.main-slider-four__content {
  position: relative;
  z-index: 3;
  padding: 0;
}
.main-slider-four__heart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 113px;
  margin: auto;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.main-slider-four__heart img {
  animation: treeMove 4s linear 0s infinite;
}
.main-slider-four__title {
  color: var(--careox-white, #fff);
  font-size: 65px;
  font-weight: 900;
  line-height: 81px;
  text-transform: capitalize;
  margin: 18px 0 14px;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@media (max-width: 991px) {
  .main-slider-four__title {
    font-size: 52px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .main-slider-four__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
.main-slider-four__text {
  color: var(--careox-white, #fff);
  font-size: 18px;
  margin: 0 0 46px;
  letter-spacing: 0.27px;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@media (max-width: 767px) {
  .main-slider-four__text {
    font-size: 16px;
  }
}
.main-slider-four__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  z-index: 5;
}
.main-slider-four__btn .codebitel-btn {
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.main-slider-four__btn .video-popup {
  width: 50px;
  height: 50px;
  background-color: var(--careox-white, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--careox-secondary, #ffa415);
  transition: all 500ms ease;
  position: relative;
  z-index: 10;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.main-slider-four__btn .video-popup .ripple,
.main-slider-four__btn .video-popup .ripple:before,
.main-slider-four__btn .video-popup .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.25);
  animation: ripple 3s infinite;
  border-radius: 50%;
}
.main-slider-four__btn .video-popup .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.main-slider-four__btn .video-popup .ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
.main-slider-four__btn .video-popup:hover {
  color: var(--careox-white, #fff);
  background-color: var(--careox-secondary, #ffa415);
}
.main-slider-four .active .main-slider-four__bg img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}
.main-slider-four .active .main-slider-four__bg img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.main-slider-four .active .main-slider-four__heart {
  opacity: 1;
  animation-delay: 1s;
  animation-name: backInUp;
}
.main-slider-four .active .main-slider-four__title {
  opacity: 1;
  animation-delay: 1.2s;
  animation-name: backInUp;
}
.main-slider-four .active .main-slider-four__text {
  opacity: 1;
  animation-delay: 1.5s;
  animation-name: backInUp;
}
.main-slider-four .active .main-slider-four__btn .codebitel-btn {
  opacity: 1;
  animation-delay: 1.7s;
  animation-name: bounceInLeft;
}
.main-slider-four .active .main-slider-four__btn .video-popup {
  opacity: 1;
  animation-delay: 1.7s;
  animation-name: bounceInRight;
}

/*--------------------------------------------------------------
# Feature Section
--------------------------------------------------------------*/
.feature-one {
  position: relative;
  background-color: var(--careox-black, #122f2a);
  padding: 470px 0 120px;
  margin-top: -305px;
  counter-reset: count;
}
@media (max-width: 991px) {
  .feature-one {
    padding: 400px 0 120px;
  }
}
@media (max-width: 767px) {
  .feature-one {
    padding: 380px 0 80px;
  }
}
.feature-one--about {
  background-color: transparent;
  padding: 180px 0 120px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .feature-one--about {
    padding: 80px 0;
  }
}
.feature-one--about .feature-one__item__number,
.feature-one--about .feature-one__item {
  background-color: var(--careox-gray, #f1f6f7);
}
.feature-one__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.feature-one .container {
  position: relative;
}
.feature-one__shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -34px;
  margin: auto;
  width: 100%;
  height: 298px;
  background-position: center center;
  background-repeat: no-repeat;
  animation: shapeMove 4s linear 0s infinite;
}
@media (max-width: 1199px) {
  .feature-one__shape {
    display: none;
  }
}
.feature-one__item {
  position: relative;
  z-index: 1;
  max-width: 352px;
  background-color: var(--careox-white, #fff);
  min-height: 117px;
  border-radius: 58px;
  counter-increment: count;
  padding: 24px 30px 20px 119px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .feature-one__item {
    margin-right: 10px;
  }
}
.feature-one__item__inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.feature-one__item::after {
  background-color: var(--careox-black, #122f2a);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  content: "";
  opacity: 0;
  visibility: hidden;
  border-radius: 58px;
  transition: all 700ms ease;
  z-index: -1;
}
.feature-one__item:hover::after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.feature-one__item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  color: var(--accent-color);
  position: absolute;
  left: 39px;
  top: 0;
  margin: auto;
  bottom: 0;
  z-index: 1;
  transition: 400ms ease;
}
.feature-one__item__icon::after {
  position: absolute;
  left: 0;
  top: -20px;
  margin: auto;
  bottom: 0;
  width: 38px;
  height: 33px;
  content: "";
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38 33"><path d="m27.9 7.4c-0.1-5-3-9.2-6.9-6.6-1.3 0.8-2.1 2.6-3.4 3.5-1.3 0.8-2.8 0.9-4.3 0.9-2.9 0-6.4-1.3-7.2 2.8-0.6 2.7 2.8 4.5 2 7.2-0.3 0.8-1.1 1.4-1.8 1.9-1.7 1.3-2.9 2.4-4.2 4.3-2.3 3.4-2.5 5-1.7 7.1 0.9 2.4 4.2 4.6 7 3.5 3.3-1.3 3-4.1 6.6-5.6 3.1-1.2 4.1 1.4 5.2 3.6 2.2 4 6.5 3.9 9.4 0.3 0.9-1.1 2.5-3.6 2.2-5.3-0.3-1.3-2-2.1-2.8-3-3-3.1 2-4.3 4.6-5.4 2.5-1.1 6.5-3.4 5.1-7.5-0.4-1.5-3.6-2.7-4.9-2.2-1.8 0.7-4.8 2.5-4.9 0.5z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38 33"><path d="m27.9 7.4c-0.1-5-3-9.2-6.9-6.6-1.3 0.8-2.1 2.6-3.4 3.5-1.3 0.8-2.8 0.9-4.3 0.9-2.9 0-6.4-1.3-7.2 2.8-0.6 2.7 2.8 4.5 2 7.2-0.3 0.8-1.1 1.4-1.8 1.9-1.7 1.3-2.9 2.4-4.2 4.3-2.3 3.4-2.5 5-1.7 7.1 0.9 2.4 4.2 4.6 7 3.5 3.3-1.3 3-4.1 6.6-5.6 3.1-1.2 4.1 1.4 5.2 3.6 2.2 4 6.5 3.9 9.4 0.3 0.9-1.1 2.5-3.6 2.2-5.3-0.3-1.3-2-2.1-2.8-3-3-3.1 2-4.3 4.6-5.4 2.5-1.1 6.5-3.4 5.1-7.5-0.4-1.5-3.6-2.7-4.9-2.2-1.8 0.7-4.8 2.5-4.9 0.5z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--accent-color);
  opacity: 0.13;
  transition: 400ms ease;
}
.feature-one__item__icon span {
  transform: scale(1);
  transition: 500ms ease;
  position: relative;
  z-index: 1;
}
.feature-one__item:hover .feature-one__item__icon {
  color: var(--accent-color);
}
.feature-one__item:hover .feature-one__item__icon::after {
  background-color: var(--careox-white, #fff);
}
.feature-one__item:hover .feature-one__item__icon span {
  transform: scale(0.9);
}
.feature-one__item__title {
  font-size: 24px;
  font-weight: 800;
  transition: 300ms ease;
  margin: 0 0 9px;
}
.feature-one__item:hover .feature-one__item__title {
  color: var(--careox-white, #fff);
}
.feature-one__item__text {
  transition: 300ms ease;
  margin: 0;
}
.feature-one__item:hover .feature-one__item__text {
  color: var(--careox-white, #fff);
}
.feature-one__item__rm {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--careox-white, #fff);
  background-color: var(--accent-color);
  position: absolute;
  font-size: 16px;
  right: -18px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 400ms ease;
}
.feature-one__item__rm:hover {
  transform: rotate(90deg);
}
.feature-one__item__shape {
  position: absolute;
  right: 27px;
  bottom: 0;
  width: 215px;
  height: 0;
  background-position: left center;
  background-repeat: no-repeat;
  opacity: 0.09;
  visibility: visible;
  transition: 600ms ease;
}
.feature-one__item:hover .feature-one__item__shape {
  height: 100px;
  visibility: visible;
}
.feature-one__item__number {
  width: 75px;
  height: 60px;
  background-color: var(--careox-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  margin: auto;
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  color: var(--accent-color);
  font-size: 34px;
  font-weight: 700;
  z-index: 2;
  overflow: hidden;
  border-radius: 0 0 50px 50px;
}
.feature-one__item__number::after {
  content: counters(count, ".", decimal-leading-zero);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 9px;
  left: -4px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-one__item__number::before {
  background-color: var(--accent-color);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: all 700ms ease;
  z-index: -1;
}
.feature-one__item:hover .feature-one__item__number {
  color: var(--careox-white, #fff);
}
.feature-one__item:hover .feature-one__item__number::before {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.feature-one__item--reverse {
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .feature-one__item--reverse {
    margin-bottom: 60px;
  }
}
.feature-one__item--reverse .feature-one__item__number {
  bottom: auto;
  top: -60px;
  border-radius: 50px 50px 0 0;
}
@media (max-width: 767px) {
  .feature-one__item--reverse .feature-one__item__number {
    top: auto;
    bottom: -60px;
    border-radius: 0 0 50px 50px;
  }
}
.feature-one__item--reverse .feature-one__item__number::after {
  bottom: 0;
}
@media (max-width: 767px) {
  .feature-one__item--reverse .feature-one__item__number::after {
    bottom: 5px;
  }
}
.feature-one__item--reverse .feature-one__item__rm {
  transform: rotate(180deg);
}
.feature-one__item--reverse .feature-one__item__rm:hover {
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .feature-one__item--reverse .feature-one__item__rm:hover {
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .feature-one__item--reverse .feature-one__item__rm {
    transform: rotate(0);
  }
}

.feature-two {
  position: relative;
  z-index: 2;
  margin-top: -95px;
  counter-reset: count;
}
@media (max-width: 1300px) {
  .feature-two {
    margin-top: 0;
    padding-top: 80px;
  }
}
.feature-two__item {
  position: relative;
  z-index: 1;
  counter-increment: count;
  padding: 64px 0 21px;
}
.feature-two__item__inner {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
  min-height: 117px;
  width: 100%;
  background-color: var(--careox-gray, #f1f6f7);
  border-radius: 58px;
  padding: 24px 30px 20px 119px;
}
.feature-two__item__inner::after {
  background-color: var(--accent-color);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  content: "";
  opacity: 0;
  visibility: hidden;
  border-radius: 58px;
  transition: all 700ms ease;
  z-index: -1;
}
.feature-two__item:hover .feature-two__item__inner:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.feature-two__item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  color: var(--accent-color);
  position: absolute;
  left: 39px;
  top: 0;
  margin: auto;
  bottom: 0;
  z-index: 1;
  transition: 400ms ease;
}
.feature-two__item__icon::after {
  position: absolute;
  left: 0;
  top: -20px;
  margin: auto;
  bottom: 0;
  width: 38px;
  height: 33px;
  content: "";
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38 33"><path d="m27.9 7.4c-0.1-5-3-9.2-6.9-6.6-1.3 0.8-2.1 2.6-3.4 3.5-1.3 0.8-2.8 0.9-4.3 0.9-2.9 0-6.4-1.3-7.2 2.8-0.6 2.7 2.8 4.5 2 7.2-0.3 0.8-1.1 1.4-1.8 1.9-1.7 1.3-2.9 2.4-4.2 4.3-2.3 3.4-2.5 5-1.7 7.1 0.9 2.4 4.2 4.6 7 3.5 3.3-1.3 3-4.1 6.6-5.6 3.1-1.2 4.1 1.4 5.2 3.6 2.2 4 6.5 3.9 9.4 0.3 0.9-1.1 2.5-3.6 2.2-5.3-0.3-1.3-2-2.1-2.8-3-3-3.1 2-4.3 4.6-5.4 2.5-1.1 6.5-3.4 5.1-7.5-0.4-1.5-3.6-2.7-4.9-2.2-1.8 0.7-4.8 2.5-4.9 0.5z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38 33"><path d="m27.9 7.4c-0.1-5-3-9.2-6.9-6.6-1.3 0.8-2.1 2.6-3.4 3.5-1.3 0.8-2.8 0.9-4.3 0.9-2.9 0-6.4-1.3-7.2 2.8-0.6 2.7 2.8 4.5 2 7.2-0.3 0.8-1.1 1.4-1.8 1.9-1.7 1.3-2.9 2.4-4.2 4.3-2.3 3.4-2.5 5-1.7 7.1 0.9 2.4 4.2 4.6 7 3.5 3.3-1.3 3-4.1 6.6-5.6 3.1-1.2 4.1 1.4 5.2 3.6 2.2 4 6.5 3.9 9.4 0.3 0.9-1.1 2.5-3.6 2.2-5.3-0.3-1.3-2-2.1-2.8-3-3-3.1 2-4.3 4.6-5.4 2.5-1.1 6.5-3.4 5.1-7.5-0.4-1.5-3.6-2.7-4.9-2.2-1.8 0.7-4.8 2.5-4.9 0.5z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--accent-color);
  opacity: 0.13;
  transition: 400ms ease;
}
.feature-two__item__icon span {
  transform: scale(1);
  transition: 500ms ease;
  position: relative;
  z-index: 1;
}
.feature-two__item:hover .feature-two__item__icon {
  color: var(--careox-white, #fff);
}
.feature-two__item:hover .feature-two__item__icon::after {
  background-color: var(--careox-white, #fff);
}
.feature-two__item:hover .feature-two__item__icon span {
  transform: scale(0.9);
}
.feature-two__item__title {
  font-size: 24px;
  font-weight: 800;
  transition: 300ms ease;
  margin: 0 0 9px;
}
.feature-two__item:hover .feature-two__item__title {
  color: var(--careox-white, #fff);
}
.feature-two__item__text {
  transition: 300ms ease;
  margin: 0;
}
.feature-two__item:hover .feature-two__item__text {
  color: var(--careox-white, #fff);
}
.feature-two__item__rm {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--careox-white, #fff);
  background-color: var(--accent-color);
  position: absolute;
  font-size: 16px;
  top: auto;
  right: 0;
  left: 0;
  bottom: -21px;
  margin: 0 auto;
  transform: rotate(90deg);
  transition: 400ms ease;
}
.feature-two__item__rm:hover {
  transform: rotate(0);
}
.feature-two__item__shape {
  position: absolute;
  right: 27px;
  bottom: 0;
  width: 215px;
  height: 0;
  background-position: left center;
  background-repeat: no-repeat;
  opacity: 0.11;
  visibility: visible;
  transition: 600ms ease;
}
.feature-two__item:hover .feature-two__item__shape {
  height: 100px;
  visibility: visible;
}
.feature-two__item__number {
  width: 75px;
  height: 60px;
  background-color: var(--careox-gray, #f1f6f7);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 117px;
  margin: auto;
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  color: var(--accent-color);
  font-size: 34px;
  font-weight: 700;
  z-index: 2;
  overflow: hidden;
  border-radius: 0 0 50px 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-two__item__number {
    top: 166px;
  }
}
.feature-two__item__number::after {
  content: counters(count, ".", decimal-leading-zero);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 9px;
  left: -4px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-two__item__number::before {
  background-color: var(--careox-white, #fff);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: all 700ms ease;
  z-index: -1;
}
.feature-two__item:hover .feature-two__item__number {
  color: var(--accent-color);
}
.feature-two__item:hover .feature-two__item__number::before {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.feature-two__item__image {
  position: relative;
}
.feature-two__item__image img {
  width: 100%;
  height: auto;
  border-radius: 0 0 20px 20px;
}

.feature-three {
  position: relative;
  overflow: hidden;
}
.feature-three .col-xl-3 {
  padding: 0;
}
.feature-three__item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 47px 70px 50px 85px;
  background-color: var(--accent-color);
}
@media (max-width: 1700px) {
  .feature-three__item {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1500px) {
  .feature-three__item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .feature-three__item {
    padding-left: 50px;
    padding-right: 45px;
  }
}
@media (max-width: 400px) {
  .feature-three__item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.feature-three__item__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  transition-property: all;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}
.feature-three__item__hover::after {
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--accent-color);
  opacity: 0.87;
  content: "";
  width: 100%;
  height: 100%;
}
.feature-three__item:hover .feature-three__item__hover {
  transform: scaleY(1);
}
.feature-three__item__top {
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
  border-bottom: 1px solid var(--careox-white, #fff);
  padding-bottom: 16px;
  margin: 0 0 23px;
}
.feature-three__item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  color: var(--careox-white, #fff);
  z-index: 1;
  transition: 400ms ease;
}
.feature-three__item__icon::after {
  position: absolute;
  left: 0;
  top: -20px;
  margin: auto;
  bottom: 0;
  width: 38px;
  height: 33px;
  content: "";
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38 33"><path d="m27.9 7.4c-0.1-5-3-9.2-6.9-6.6-1.3 0.8-2.1 2.6-3.4 3.5-1.3 0.8-2.8 0.9-4.3 0.9-2.9 0-6.4-1.3-7.2 2.8-0.6 2.7 2.8 4.5 2 7.2-0.3 0.8-1.1 1.4-1.8 1.9-1.7 1.3-2.9 2.4-4.2 4.3-2.3 3.4-2.5 5-1.7 7.1 0.9 2.4 4.2 4.6 7 3.5 3.3-1.3 3-4.1 6.6-5.6 3.1-1.2 4.1 1.4 5.2 3.6 2.2 4 6.5 3.9 9.4 0.3 0.9-1.1 2.5-3.6 2.2-5.3-0.3-1.3-2-2.1-2.8-3-3-3.1 2-4.3 4.6-5.4 2.5-1.1 6.5-3.4 5.1-7.5-0.4-1.5-3.6-2.7-4.9-2.2-1.8 0.7-4.8 2.5-4.9 0.5z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38 33"><path d="m27.9 7.4c-0.1-5-3-9.2-6.9-6.6-1.3 0.8-2.1 2.6-3.4 3.5-1.3 0.8-2.8 0.9-4.3 0.9-2.9 0-6.4-1.3-7.2 2.8-0.6 2.7 2.8 4.5 2 7.2-0.3 0.8-1.1 1.4-1.8 1.9-1.7 1.3-2.9 2.4-4.2 4.3-2.3 3.4-2.5 5-1.7 7.1 0.9 2.4 4.2 4.6 7 3.5 3.3-1.3 3-4.1 6.6-5.6 3.1-1.2 4.1 1.4 5.2 3.6 2.2 4 6.5 3.9 9.4 0.3 0.9-1.1 2.5-3.6 2.2-5.3-0.3-1.3-2-2.1-2.8-3-3-3.1 2-4.3 4.6-5.4 2.5-1.1 6.5-3.4 5.1-7.5-0.4-1.5-3.6-2.7-4.9-2.2-1.8 0.7-4.8 2.5-4.9 0.5z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--careox-white, #fff);
  opacity: 0.13;
  transition: 400ms ease;
}
.feature-three__item__icon span {
  transform: scale(1);
  transition: 500ms ease;
  position: relative;
  z-index: 1;
}
.feature-three__item:hover .feature-three__item__icon span {
  transform: scale(0.9);
}
.feature-three__item__title {
  font-size: 24px;
  font-weight: 800;
  color: var(--careox-white, #fff);
  transition: 300ms ease;
  margin: 0;
}
.feature-three__item__text {
  transition: 300ms ease;
  line-height: 24px;
  color: var(--careox-white, #fff);
  text-transform: uppercase;
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  margin: 0 0 10px;
}
.feature-three__item__list {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}
.feature-three__item__list li {
  position: relative;
  padding-left: 25px;
  margin-top: 6px;
  color: var(--careox-white, #fff);
}
.feature-three__item__list__icon {
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  line-height: 1;
  margin: auto;
  display: flex;
  align-items: center;
  font-size: 17px;
}
.feature-three__item .codebitel-btn {
  padding: 7px 32px;
  color: var(--careox-black, #122f2a);
}
.feature-three__item .codebitel-btn:hover {
  color: var(--careox-white, #fff);
}
.feature-three__item .codebitel-btn::before {
  background-color: var(--careox-white, #fff);
}
.feature-three__item .codebitel-btn::after {
  border-color: var(--careox-white, #fff);
}
.feature-three__item__shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 240px;
  height: 151px;
  background-position: left center;
  background-repeat: no-repeat;
  opacity: 0.1;
  transition: 600ms ease;
  z-index: -1;
}

.feature-four {
  position: relative;
  z-index: 2;
  margin-top: -83px;
  counter-reset: count;
}
.feature-four__item {
  position: relative;
  z-index: 1;
  counter-increment: count;
  min-height: 416px;
  margin-bottom: 23px;
}
.feature-four__item__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 200px 200px 0 0;
  transition: all ease 0.4s;
}
.feature-four__item__bg::after {
  background-color: var(--accent-color);
  opacity: 0.67;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.feature-four__item:hover .feature-four__item__bg {
  transform: scale(1.01);
}
.feature-four__item__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  z-index: 2;
}
.feature-four__item__number {
  width: 50px;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  color: var(--careox-white, #fff);
  font-size: 35px;
  font-weight: 700;
  z-index: 2;
  overflow: hidden;
}
.feature-four__item__number::after {
  content: counters(count, ".", decimal-leading-zero);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-four__item__title {
  font-size: 24px;
  font-weight: 800;
  color: var(--careox-white, #fff);
  transition: 300ms ease;
  margin: 2px 0 6px;
}
.feature-four__item__text {
  transition: 300ms ease;
  color: var(--careox-white, #fff);
  margin: 0 0 31px;
}
.feature-four__item__rm {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: var(--careox-white, #fff);
  background-color: var(--accent-color);
  font-size: 16px;
  transition: 400ms ease;
}
.feature-four__item__rm span {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.feature-four__item__rm:hover {
  background-color: var(--careox-black, #122f2a);
  color: var(--accent-color);
}
.feature-four__item__rm:hover span {
  animation: iconTranslateX 0.4s forwards;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
  position: relative;
  padding: 120px 0 35px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-one {
    padding: 80px 0 0;
  }
}
.about-one__shape {
  position: absolute;
  right: 3%;
  bottom: 0;
  display: none;
}
@media (min-width: 1600px) {
  .about-one__shape {
    display: block;
  }
}
.about-one__shape img {
  max-width: 100%;
  height: auto;
  animation: movebounce3 4s linear infinite;
}
.about-one__image {
  position: relative;
  z-index: 2;
  padding-left: 76px;
  padding-bottom: 76px;
}
@media (max-width: 767px) {
  .about-one__image {
    padding: 0;
  }
}
.about-one__image__one {
  position: relative;
}
.about-one__image__one img {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
}
.about-one__image__shape-one {
  position: absolute;
  left: 12px;
  top: 5px;
}
@media (max-width: 767px) {
  .about-one__image__shape-one {
    display: none;
  }
}
.about-one__image__shape-one img {
  max-width: 100%;
  height: auto;
  animation: movebounce3 3s linear infinite;
}
.about-one__image__shape-two {
  position: absolute;
  left: -42px;
  bottom: -40px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .about-one__image__shape-two {
    display: none;
  }
}
.about-one__image__shape-two img {
  max-width: 100%;
  height: auto;
  animation: zoomsIn 3s linear 0s infinite;
}
.about-one__image__shape-three {
  position: absolute;
  left: 232px;
  bottom: -45px;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-one__image__shape-three {
    display: none;
  }
}
.about-one__image__shape-three img {
  max-width: 100%;
  height: auto;
  animation: movebounce2 3s linear 0s infinite;
}
.about-one__image__two {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: end;
}
@media (max-width: 767px) {
  .about-one__image__two {
    display: block;
    position: relative;
  }
}
.about-one__image__two img {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
  border: 10px solid var(--careox-white, #fff);
  border-left: none;
}
.about-one__image__video {
  display: flex;
  align-items: center;
  color: var(--careox-white, #fff);
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  font-size: 22px;
  font-weight: 700;
  background-color: var(--careox-base, #ff5528);
  min-width: 246px;
  margin-bottom: 28px;
  gap: 15px;
}
@media (max-width: 767px) {
  .about-one__image__video {
    max-width: 246px;
  }
}
.about-one__image__video .video-popup {
  width: 53px;
  height: 48px;
  color: var(--careox-white, #fff);
  background-color: var(--careox-secondary, #ffa415);
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 500ms ease;
}
.about-one__image__video .video-popup:hover {
  background-color: var(--careox-black, #122f2a);
  color: var(--careox-white, #fff);
}
.about-one__content {
  position: relative;
  padding-top: 33px;
}
@media (max-width: 1199px) {
  .about-one__content {
    padding-top: 40px;
  }
}
.about-one__content .sec-title {
  padding-bottom: 20px;
}
.about-one__content__text {
  margin: 0 0 23px;
}
@media (min-width: 1200px) {
  .about-one__content__text {
    padding-right: 70px;
  }
}
.about-one__content__box {
  position: relative;
}
.about-one__content__box__top {
  display: flex;
  align-items: center;
  gap: 16px;
}
.about-one__content__box__icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 55" ><path d="m11.7 48.1q-20.7-15.8-4.8-36.4 15.8-20.7 36.5-4.8 20.6 15.8 4.7 36.5-15.8 20.6-36.4 4.7z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 55" ><path d="m11.7 48.1q-20.7-15.8-4.8-36.4 15.8-20.7 36.5-4.8 20.6 15.8 4.7 36.5-15.8 20.6-36.4 4.7z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  font-size: 31px;
  color: var(--careox-white, #fff);
  overflow: hidden;
}
.about-one__content__box__icon span {
  display: inline-block;
  transform: scale(1);
  transition: 500ms ease;
}
.about-one__content__box:hover .about-one__content__box__icon span {
  transform: scale(0.9);
}
.about-one__content__box__title {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.about-one__content__box:hover .about-one__content__box__title {
  background-size: 100% 2px;
}
.about-one__content__box__text {
  margin: 13px 0 0;
  position: relative;
  padding-left: 25px;
}
.about-one__content__box__text__icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 1;
  margin: auto;
  display: flex;
  align-items: center;
  color: var(--careox-secondary, #ffa415);
  font-size: 17px;
}
.about-one__content__border {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: var(--careox-border-color, #dddddd);
  margin: 30px 0 24px;
}
.about-one__content__border::after {
  width: 7px;
  height: 7px;
  content: "";
  background-color: var(--careox-base, #ff5528);
  border-radius: 50%;
  left: 0;
  top: -3px;
  position: absolute;
  animation: zumpX 15s linear infinite;
}
.about-one__content__list {
  margin: 0 0 45px;
  padding: 0;
  list-style: none;
}
.about-one__content__list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
.about-one__content__list li a {
  color: inherit;
  font-weight: 500;
  border-bottom: 2px solid currentColor;
}
.about-one__content__list li a:hover {
  color: var(--careox-secondary, #ffa415);
}
.about-one__content__list__icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 1;
  margin: auto;
  display: flex;
  align-items: center;
  color: var(--careox-secondary, #ffa415);
  font-size: 15px;
}
.about-one__text {
  font-size: 24px;
  color: var(--careox-black, #122f2a);
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 84px;
}
@media (max-width: 767px) {
  .about-one__text {
    margin-top: 44px;
    display: block;
    text-align: center;
  }
}
.about-one__text > span {
  color: var(--careox-base, #ff5528);
  margin-right: 7px;
}
.about-one__text .codebitel-btn {
  margin-left: 16px;
  padding: 3px 32px;
}
.about-one__text .codebitel-btn::before {
  background-color: var(--careox-base, #ff5528);
}
.about-one--about {
  position: relative;
}
.about-one--about .about-one__image {
  padding-left: 0;
}
.about-one--about .about-one__image__two {
  left: 30px;
}
@media (max-width: 767px) {
  .about-one--about .about-one__image__two {
    left: 0;
  }
}
.about-one--about .about-one__image__two img {
  max-width: 223px;
  border: 10px solid var(--careox-white, #fff);
}
.about-one--about .about-one__image__shape-three {
  left: 215px;
}
.about-one--about .about-one__image__shape-two {
  left: -29px;
  bottom: 45px;
}

.about-two {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-two {
    padding: 80px 0;
  }
}
.about-two__shape {
  position: absolute;
  right: 45px;
  bottom: 0;
  display: none;
}
@media (min-width: 1500px) {
  .about-two__shape {
    display: block;
  }
}
.about-two__shape img {
  max-width: 100%;
  height: auto;
  animation: movebounce2 4s linear infinite;
  opacity: 0.25;
}
.about-two__image {
  position: relative;
  z-index: 2;
  text-align: right;
}
@media (min-width: 1200px) {
  .about-two__image {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .about-two__image {
    max-width: 570px;
  }
}
@media (max-width: 767px) {
  .about-two__image {
    padding: 0;
  }
}
.about-two__image > img {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
}
.about-two__image__text {
  display: flex;
  align-items: center;
  color: var(--careox-white, #fff);
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  font-size: 22px;
  font-weight: 700;
  background-color: var(--careox-base, #ff5528);
  max-width: 246px;
  margin-left: auto;
  z-index: 2;
  position: relative;
  margin-top: -48px;
  gap: 15px;
  border-radius: 0 0 30px 0;
}
.about-two__image__text .video-popup {
  width: 53px;
  height: 48px;
  color: var(--careox-white, #fff);
  background-color: var(--careox-secondary, #ffa415);
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 500ms ease;
}
.about-two__image__text .video-popup:hover {
  background-color: var(--careox-black, #122f2a);
  color: var(--careox-white, #fff);
}
.about-two__image__left {
  position: absolute;
  left: 0;
  top: 59px;
  max-width: 223px;
}
@media (min-width: 1300px) {
  .about-two__image__left {
    left: -40px;
  }
}
@media (max-width: 767px) {
  .about-two__image__left {
    display: none;
  }
}
.about-two__image__left img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  border: 10px solid var(--careox-white, #fff);
  animation: movebounce3 3s linear infinite;
}
.about-two__image__shape-one {
  position: absolute;
  left: -20px;
  bottom: 150px;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-two__image__shape-one {
    display: none;
  }
}
.about-two__image__shape-one img {
  max-width: 100%;
  height: auto;
  animation: movebounce3 3s linear infinite;
}
.about-two__image__shape-two {
  position: absolute;
  left: 50px;
  bottom: -22px;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-two__image__shape-two {
    display: none;
  }
}
.about-two__image__shape-two img {
  max-width: 100%;
  height: auto;
  animation: zoomsIn 3s linear 0s infinite;
  opacity: 0.3;
}
.about-two__content {
  position: relative;
}
@media (max-width: 991px) {
  .about-two__content {
    padding-top: 40px;
  }
}
.about-two__content .sec-title {
  padding-bottom: 25px;
}
.about-two__content__text {
  margin: 0 0 50px;
}
@media (min-width: 1200px) {
  .about-two__content__text {
    padding-right: 70px;
  }
}
.about-two__wrapper {
  margin: 0 0 40px;
  padding: 0 0 36px;
  border-bottom: 1px solid var(--careox-border-color, #dddddd);
}
.about-two__donate {
  width: 100%;
  text-align: center;
  position: relative;
}
.about-two__donate__icon {
  margin-bottom: 18px;
  transition: transform 400ms ease;
  font-size: 50px;
  line-height: 50px;
  color: var(--accent-color);
}
.about-two__donate:hover .about-two__donate__icon {
  transform: scale(1.1);
}
.about-two__donate__title {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 5px;
}
.about-two__donate__text {
  text-align: center;
  font-size: 26px;
  color: var(--accent-color);
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  margin: 0;
}
.about-two__author {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about-two__author {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.about-two__author > img {
  max-width: 242px;
  height: auto;
}
@media (max-width: 1199px) {
  .about-two__author > img {
    max-width: 200px;
  }
}
.about-two__author__left {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
}
.about-two__author__image {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  overflow: hidden;
  padding: 6px;
  position: relative;
}
.about-two__author__image::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  content: "";
  border-style: dashed;
  border-width: 1px;
  border-color: var(--careox-base, #ff5528);
  border-radius: 50%;
  animation-duration: 1500ms;
  animation: rotated 10s infinite linear;
  transition: 500ms all ease;
  animation-play-state: running;
}
.about-two__author__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.about-two__author__name {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 5px;
}
.about-two__author__designation {
  margin: 0;
}

.about-three {
  position: relative;
  padding: 170px 0 120px;
}
@media (max-width: 991px) {
  .about-three {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .about-three {
    padding: 80px 0 80px;
  }
}
.about-three__content {
  position: relative;
}
.about-three__content .sec-title {
  padding-bottom: 20px;
}
.about-three__content__text {
  margin: 0 0 21px;
}
@media (min-width: 1200px) {
  .about-three__content__text {
    padding-right: 70px;
  }
}
.about-three__content__text-two {
  margin: 22px 0 45px;
}
@media (min-width: 1200px) {
  .about-three__content__text-two {
    padding-right: 70px;
  }
}
.about-three__content__list {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}
.about-three__content__list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
.about-three__content__list li a {
  color: inherit;
  font-weight: 500;
  border-bottom: 2px solid currentColor;
}
.about-three__content__list li a:hover {
  color: var(--careox-secondary, #ffa415);
}
.about-three__content__list__icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 1;
  margin: auto;
  display: flex;
  align-items: center;
  color: var(--careox-secondary, #ffa415);
  font-size: 15px;
}
.about-three__content__box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
.about-three__content__box__icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 55" ><path d="m11.7 48.1q-20.7-15.8-4.8-36.4 15.8-20.7 36.5-4.8 20.6 15.8 4.7 36.5-15.8 20.6-36.4 4.7z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 55" ><path d="m11.7 48.1q-20.7-15.8-4.8-36.4 15.8-20.7 36.5-4.8 20.6 15.8 4.7 36.5-15.8 20.6-36.4 4.7z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  font-size: 31px;
  color: var(--careox-white, #fff);
  overflow: hidden;
}
.about-three__content__box__icon span {
  display: inline-block;
  transform: scale(1);
  transition: 500ms ease;
}
.about-three__content__box:hover .about-three__content__box__icon span {
  transform: scale(0.9);
}
.about-three__content__box__title {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.about-three__content__box:hover .about-three__content__box__title {
  background-size: 100% 2px;
}
.about-three__image {
  position: relative;
  text-align: right;
  max-width: 525px;
  margin-left: auto;
  padding-top: 99px;
}
@media (max-width: 1340px) {
  .about-three__image {
    margin-left: 0;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .about-three__image {
    padding-top: 45px;
  }
}
.about-three__image > img {
  max-width: 100%;
  height: auto;
  border-radius: 10px 10px 10px 200px;
}
.about-three__image__right {
  max-width: 243px;
  position: absolute;
  right: 0;
  top: -55px;
}
@media (min-width: 1200px) and (max-width: 1340px) {
  .about-three__image__right {
    right: -35px;
  }
}
@media (min-width: 1341px) {
  .about-three__image__right {
    right: -85px;
  }
}
@media (max-width: 767px) {
  .about-three__image__right {
    display: none;
  }
}
.about-three__image__right img {
  width: 100%;
  height: auto;
  border: 5px solid var(--careox-white, #fff);
  border-radius: 50px;
}
.about-three__image__shape-one {
  position: absolute;
  right: 175px;
  top: -15px;
}
.about-three__image__shape-one img {
  max-width: 100%;
  height: auto;
  animation: zoomsIn 4s linear 0s infinite;
}
@media (max-width: 767px) {
  .about-three__image__shape-one {
    display: none;
  }
}
.about-three__image__shape-two {
  position: absolute;
  left: 0;
  bottom: -25px;
}
.about-three__image__shape-two img {
  max-width: 100%;
  height: auto;
  animation: treeMove 4s linear 0s infinite;
}

.about-four {
  position: relative;
  padding: 150px 0 110px;
}
@media (max-width: 767px) {
  .about-four {
    padding: 80px 0;
  }
}
.about-four__shape {
  position: absolute;
  right: 2%;
  bottom: 60px;
  opacity: 0.09;
}
.about-four__shape img {
  max-width: 100%;
  height: auto;
  animation: rotated 15s infinite linear;
}
@media (max-width: 1600px) {
  .about-four__shape {
    display: none;
  }
}
.about-four__image {
  position: relative;
  text-align: right;
  padding-top: 40px;
  padding-bottom: 95px;
}
@media (max-width: 1199px) {
  .about-four__image {
    max-width: 570px;
  }
}
@media (min-width: 1340px) {
  .about-four__image {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .about-four__image {
    padding-top: 0;
  }
}
.about-four__image > img {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
}
.about-four__image__one {
  position: absolute;
  left: -22px;
  top: -43px;
  max-width: 225px;
}
.about-four__image__one img {
  max-width: 100%;
  height: auto;
  border: 10px solid var(--careox-white, #fff);
  border-radius: 30px;
}
@media (max-width: 767px) {
  .about-four__image__one {
    display: none;
  }
}
.about-four__image__two {
  position: absolute;
  left: -208px;
  top: 197px;
  max-width: 208px;
}
.about-four__image__two img {
  max-width: 100%;
  height: auto;
  border: 10px solid var(--careox-white, #fff);
  border-radius: 30px;
}
@media (max-width: 1499px) {
  .about-four__image__two {
    display: none;
  }
}
.about-four__image__three {
  display: flex;
  align-items: end;
  position: absolute;
  left: 15px;
  bottom: 0;
}
.about-four__image__three img {
  max-width: 262px;
  height: auto;
  border: 10px solid var(--careox-white, #fff);
  border-radius: 30px;
}
@media (max-width: 767px) {
  .about-four__image__three img {
    display: none;
  }
}
.about-four__image__text {
  background-color: var(--careox-base, #ff5528);
  color: var(--careox-white, #fff);
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 23px;
  margin-bottom: 24px;
}
.about-four__image__text span {
  display: inline-block;
  font-size: 27px;
}
.about-four__content {
  position: relative;
}
@media (max-width: 1199px) {
  .about-four__content {
    padding-top: 40px;
  }
}
.about-four__content .sec-title {
  padding-bottom: 20px;
}
.about-four__content__text {
  margin: 0 0 23px;
}
@media (min-width: 1200px) {
  .about-four__content__text {
    padding-right: 70px;
  }
}
.about-four__content__highlight {
  position: relative;
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  font-weight: 700;
  border-left: 6px solid var(--careox-secondary, #ffa415);
  text-transform: uppercase;
  padding: 4px 0 2px 16px;
  margin-bottom: 35px;
}
.about-four__content__border {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: var(--careox-border-color, #dddddd);
  margin: 0 0 74px;
}
.about-four__content__border::after {
  width: 7px;
  height: 7px;
  content: "";
  background-color: var(--careox-base, #ff5528);
  border-radius: 50%;
  left: 0;
  top: -3px;
  position: absolute;
  animation: zumpX 15s linear infinite;
}
.about-four__content__progress {
  position: relative;
  margin-bottom: 42px;
}
.about-four__content__progress__bar {
  width: 100%;
  height: 12px;
  background-color: var(--careox-border-color, #dddddd);
  border-radius: 20px;
  position: relative;
  margin-bottom: 13px;
}
.about-four__content__progress__inner {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--careox-base, #ff5528);
  transition: all 1500ms linear;
  border-radius: 20px;
  width: 0px;
  z-index: 1;
}
.about-four__content__progress__number {
  width: 40px;
  height: 31px;
  position: absolute;
  z-index: 1;
  background-color: var(--careox-base, #ff5528);
  bottom: calc(100% + 18px);
  right: -16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.21px;
  color: var(--careox-white, #fff);
}
.about-four__content__progress__number::after {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 22px;
  height: 32px;
  content: "";
  background-color: inherit;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.000000 32.000000"><g transform="translate(0.000000,32.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M131 575 c-5 -25 -33 -151 -62 -281 -29 -131 -48 -242 -42 -248 9 -9 332 214 401 276 17 15 -247 298 -276 298 -6 0 -15 -20 -21 -45z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.000000 32.000000"><g transform="translate(0.000000,32.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M131 575 c-5 -25 -33 -151 -62 -281 -29 -131 -48 -242 -42 -248 9 -9 332 214 401 276 17 15 -247 298 -276 298 -6 0 -15 -20 -21 -45z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.about-four__content__progress__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 700;
  color: var(--careox-black, #122f2a);
  font-family: var(--careox-heading-font, "Nunito", sans-serif);
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-one {
  position: relative;
  background-color: var(--careox-gray, #f1f6f7);
  padding: 235px 0 120px;
}
.service-one__shape-one {
  position: absolute;
  left: 60px;
  top: 114px;
  width: 248px;
  height: 248px;
  background-position: top left;
  background-repeat: no-repeat;
  animation: treeMove 4s linear 0s infinite;
}
@media (max-width: 1300px) {
  .service-one__shape-one {
    display: none;
  }
}
.service-one__shape-two {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .service-one {
    padding: 190px 0 80px;
  }
}
.service-one__item {
  position: relative;
  background-color: var(--careox-white, #fff);
  z-index: 2;
  border-radius: 20px;
  padding: 40px 25px 35px;
  transition: all 500ms ease;
}
.service-one__item::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 82px);
  border: 1px dashed var(--careox-border-color, #dddddd);
  content: "";
  border-radius: 20px;
  transition: all 500ms ease;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transform: scale(0.9);
}
.service-one__item:hover {
  box-shadow: 0px 10px 60px 0px rgba(var(--careox-black3-rgb, 0, 0, 0), 0.07);
}
.service-one__item:hover::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.service-one__item:hover .service-one__item__rm {
  border-color: transparent;
}
.service-one__item__icon {
  font-size: 42px;
  line-height: 1;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 23px;
  background-color: transparent;
  width: 105px;
  height: 105px;
  transition: 300ms ease;
}
.service-one__item__icon::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 252.000000 252.000000"><g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1285 2478 c-10 -59 13 -74 163 -103 33 -7 92 -49 92 -66 0 -5 -81 -9 -186 -9 -201 0 -192 2 -394 -69 -19 -7 -50 -17 -69 -21 -18 -5 -38 -13 -44 -19 -6 -6 -19 -11 -30 -11 -40 0 -171 -75 -226 -129 -63 -63 -121 -133 -141 -171 -18 -35 -61 -80 -77 -80 -28 0 -23 30 16 112 52 109 141 206 255 279 80 50 111 87 92 106 -10 11 -133 -25 -201 -59 -97 -47 -157 -107 -252 -249 -85 -130 -107 -154 -183 -199 -49 -29 -62 -50 -65 -102 -1 -21 -10 -47 -19 -57 -20 -22 -21 -128 -2 -181 24 -66 115 -92 131 -37 4 12 15 31 25 42 10 11 23 32 29 48 6 15 15 27 21 27 14 0 13 -10 -6 -61 -10 -29 -15 -74 -14 -134 1 -49 1 -120 0 -156 0 -41 5 -76 15 -95 16 -31 19 -96 6 -129 -7 -18 -9 -18 -23 10 -9 17 -19 46 -23 65 -13 62 -41 76 -91 43 -24 -15 -25 -20 -19 -68 3 -31 2 -62 -5 -77 -9 -20 -8 -33 5 -64 9 -21 28 -70 41 -107 31 -90 85 -178 153 -252 31 -33 72 -78 91 -100 109 -123 147 -108 61 24 -27 42 -59 101 -71 131 -11 30 -34 82 -50 115 -47 96 -76 257 -32 176 10 -17 34 -55 55 -86 21 -30 52 -83 69 -117 80 -163 169 -269 259 -310 20 -9 104 -62 189 -117 113 -75 172 -107 229 -125 42 -14 108 -36 146 -50 111 -41 175 -33 175 20 0 42 40 74 101 83 42 5 80 22 150 63 52 31 137 77 189 102 56 27 121 69 158 101 65 56 88 66 98 41 16 -41 -97 -132 -270 -219 -139 -70 -159 -89 -110 -107 82 -32 197 19 382 168 113 90 146 130 206 248 38 75 46 99 46 146 0 49 5 63 43 119 50 74 51 76 83 189 26 93 31 198 14 293 -6 31 -15 89 -20 129 -8 67 -34 193 -59 292 -5 21 -14 43 -20 49 -6 6 -11 17 -11 24 0 37 -188 289 -273 367 -18 16 -53 48 -79 72 -85 80 -198 145 -358 208 -25 10 -56 24 -70 31 -14 7 -37 15 -52 19 -16 3 -28 13 -28 21 0 12 -19 15 -104 15 l-104 0 -7 -42z"/><path d="M72 1318 c-18 -18 -14 -44 11 -74 33 -37 57 -27 57 24 0 40 -14 62 -40 62 -9 0 -21 -5 -28 -12z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 252.000000 252.000000"><g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1285 2478 c-10 -59 13 -74 163 -103 33 -7 92 -49 92 -66 0 -5 -81 -9 -186 -9 -201 0 -192 2 -394 -69 -19 -7 -50 -17 -69 -21 -18 -5 -38 -13 -44 -19 -6 -6 -19 -11 -30 -11 -40 0 -171 -75 -226 -129 -63 -63 -121 -133 -141 -171 -18 -35 -61 -80 -77 -80 -28 0 -23 30 16 112 52 109 141 206 255 279 80 50 111 87 92 106 -10 11 -133 -25 -201 -59 -97 -47 -157 -107 -252 -249 -85 -130 -107 -154 -183 -199 -49 -29 -62 -50 -65 -102 -1 -21 -10 -47 -19 -57 -20 -22 -21 -128 -2 -181 24 -66 115 -92 131 -37 4 12 15 31 25 42 10 11 23 32 29 48 6 15 15 27 21 27 14 0 13 -10 -6 -61 -10 -29 -15 -74 -14 -134 1 -49 1 -120 0 -156 0 -41 5 -76 15 -95 16 -31 19 -96 6 -129 -7 -18 -9 -18 -23 10 -9 17 -19 46 -23 65 -13 62 -41 76 -91 43 -24 -15 -25 -20 -19 -68 3 -31 2 -62 -5 -77 -9 -20 -8 -33 5 -64 9 -21 28 -70 41 -107 31 -90 85 -178 153 -252 31 -33 72 -78 91 -100 109 -123 147 -108 61 24 -27 42 -59 101 -71 131 -11 30 -34 82 -50 115 -47 96 -76 257 -32 176 10 -17 34 -55 55 -86 21 -30 52 -83 69 -117 80 -163 169 -269 259 -310 20 -9 104 -62 189 -117 113 -75 172 -107 229 -125 42 -14 108 -36 146 -50 111 -41 175 -33 175 20 0 42 40 74 101 83 42 5 80 22 150 63 52 31 137 77 189 102 56 27 121 69 158 101 65 56 88 66 98 41 16 -41 -97 -132 -270 -219 -139 -70 -159 -89 -110 -107 82 -32 197 19 382 168 113 90 146 130 206 248 38 75 46 99 46 146 0 49 5 63 43 119 50 74 51 76 83 189 26 93 31 198 14 293 -6 31 -15 89 -20 129 -8 67 -34 193 -59 292 -5 21 -14 43 -20 49 -6 6 -11 17 -11 24 0 37 -188 289 -273 367 -18 16 -53 48 -79 72 -85 80 -198 145 -358 208 -25 10 -56 24 -70 31 -14 7 -37 15 -52 19 -16 3 -28 13 -28 21 0 12 -19 15 -104 15 l-104 0 -7 -42z"/><path d="M72 1318 c-18 -18 -14 -44 11 -74 33 -37 57 -27 57 24 0 40 -14 62 -40 62 -9 0 -21 -5 -28 -12z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--accent-color);
  opacity: 0.14;
  transition: 500ms ease;
  z-index: -1;
}
.service-one__item__icon::before {
  position: absolute;
  left: 6px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  content: "";
  border-style: dashed;
  border-width: 1px;
  border-color: var(--accent-color);
  border-radius: 50%;
  animation-duration: 1500ms;
  animation: rotated 10s infinite linear;
  transition: 500ms all ease;
  animation-play-state: running;
}
.service-one__item__icon span {
  display: inline-block;
  transition: all 500ms linear;
  transform: scale(1);
  color: var(--accent-color);
  margin-left: 5px;
}
.service-one__item:hover .service-one__item__icon::after {
  opacity: 1;
}
.service-one__item:hover .service-one__item__icon::before {
  border-color: var(--careox-white, #fff);
}
.service-one__item:hover .service-one__item__icon span {
  transform: scale(0.9);
  color: var(--careox-white, #fff);
}
.service-one__item__title {
  font-size: 24px;
  font-weight: 800;
  transition: all 300ms ease;
  position: relative;
  margin-bottom: 10px;
}
.service-one__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
}
.service-one__item__title a:hover {
  color: var(--careox-base, #ff5528);
  background-size: 100% 1px;
}
.service-one__item__text {
  margin: 0 0 23px;
}
.service-one__item__rm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  max-width: 151px;
  border-top: 1px solid var(--careox-border-color, #dddddd);
  font-size: 16px;
  color: var(--careox-text, #636363);
  text-transform: capitalize;
  line-height: 1.1;
  padding-top: 17px;
  transition: all 500ms ease;
}
.service-one__item__rm a {
  display: inline-block;
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-one__item__rm a:hover {
  background-size: 100% 1px;
}
.service-one__item__rm a:hover {
  color: var(--accent-color);
}
.service-one__item__rm i {
  color: var(--accent-color);
  font-size: 20px;
  position: relative;
  top: 1px;
}

.service-two {
  position: relative;
  background-color: var(--careox-gray, #f1f6f7);
  padding: 120px 0;
}
@media (max-width: 767px) {
  .service-two {
    padding: 80px 0;
  }
}
.service-two__shape {
  position: absolute;
  left: 88px;
  bottom: 140px;
  width: 154px;
  height: 129px;
  background-position: bottom left;
  background-repeat: no-repeat;
  animation: treeMove 4s linear 0s infinite;
}
@media (max-width: 1300px) {
  .service-two__shape {
    display: none;
  }
}
.service-two__item {
  position: relative;
  background-color: var(--careox-white, #fff);
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
  padding: 10px 10px 0;
  transition: all 500ms ease;
}
.service-two__item::after {
  position: absolute;
  top: 0;
  bottom: -2px;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--accent-color);
  border-radius: 20px;
  transition: all 500ms ease;
  transform: translate3d(0px, 100%, 0px);
  z-index: -1;
}
.service-two__item__shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  opacity: 0.09;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}
.service-two__item:hover::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.service-two__item:hover .service-two__item__shape {
  width: 165px;
  height: 153px;
}
.service-two__item:hover .service-two__item__rm a,
.service-two__item:hover .service-two__item__text,
.service-two__item:hover .service-two__item__title {
  color: var(--careox-white, #fff);
}
.service-two__item:hover .service-two__item__rm {
  border-color: rgba(var(--careox-border-color-rgb, 221, 221, 221), 0.31);
}
.service-two__item:hover .service-two__item__rm i {
  color: var(--careox-white, #fff);
}
.service-two__item__image {
  position: relative;
}
.service-two__item__image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.service-two__item__icon {
  font-size: 42px;
  line-height: 1;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -52px auto 23px;
  background-color: transparent;
  width: 105px;
  height: 105px;
  transition: 300ms ease;
}
.service-two__item__icon::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 252.000000 252.000000"><g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1285 2478 c-10 -59 13 -74 163 -103 33 -7 92 -49 92 -66 0 -5 -81 -9 -186 -9 -201 0 -192 2 -394 -69 -19 -7 -50 -17 -69 -21 -18 -5 -38 -13 -44 -19 -6 -6 -19 -11 -30 -11 -40 0 -171 -75 -226 -129 -63 -63 -121 -133 -141 -171 -18 -35 -61 -80 -77 -80 -28 0 -23 30 16 112 52 109 141 206 255 279 80 50 111 87 92 106 -10 11 -133 -25 -201 -59 -97 -47 -157 -107 -252 -249 -85 -130 -107 -154 -183 -199 -49 -29 -62 -50 -65 -102 -1 -21 -10 -47 -19 -57 -20 -22 -21 -128 -2 -181 24 -66 115 -92 131 -37 4 12 15 31 25 42 10 11 23 32 29 48 6 15 15 27 21 27 14 0 13 -10 -6 -61 -10 -29 -15 -74 -14 -134 1 -49 1 -120 0 -156 0 -41 5 -76 15 -95 16 -31 19 -96 6 -129 -7 -18 -9 -18 -23 10 -9 17 -19 46 -23 65 -13 62 -41 76 -91 43 -24 -15 -25 -20 -19 -68 3 -31 2 -62 -5 -77 -9 -20 -8 -33 5 -64 9 -21 28 -70 41 -107 31 -90 85 -178 153 -252 31 -33 72 -78 91 -100 109 -123 147 -108 61 24 -27 42 -59 101 -71 131 -11 30 -34 82 -50 115 -47 96 -76 257 -32 176 10 -17 34 -55 55 -86 21 -30 52 -83 69 -117 80 -163 169 -269 259 -310 20 -9 104 -62 189 -117 113 -75 172 -107 229 -125 42 -14 108 -36 146 -50 111 -41 175 -33 175 20 0 42 40 74 101 83 42 5 80 22 150 63 52 31 137 77 189 102 56 27 121 69 158 101 65 56 88 66 98 41 16 -41 -97 -132 -270 -219 -139 -70 -159 -89 -110 -107 82 -32 197 19 382 168 113 90 146 130 206 248 38 75 46 99 46 146 0 49 5 63 43 119 50 74 51 76 83 189 26 93 31 198 14 293 -6 31 -15 89 -20 129 -8 67 -34 193 -59 292 -5 21 -14 43 -20 49 -6 6 -11 17 -11 24 0 37 -188 289 -273 367 -18 16 -53 48 -79 72 -85 80 -198 145 -358 208 -25 10 -56 24 -70 31 -14 7 -37 15 -52 19 -16 3 -28 13 -28 21 0 12 -19 15 -104 15 l-104 0 -7 -42z"/><path d="M72 1318 c-18 -18 -14 -44 11 -74 33 -37 57 -27 57 24 0 40 -14 62 -40 62 -9 0 -21 -5 -28 -12z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 252.000000 252.000000"><g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1285 2478 c-10 -59 13 -74 163 -103 33 -7 92 -49 92 -66 0 -5 -81 -9 -186 -9 -201 0 -192 2 -394 -69 -19 -7 -50 -17 -69 -21 -18 -5 -38 -13 -44 -19 -6 -6 -19 -11 -30 -11 -40 0 -171 -75 -226 -129 -63 -63 -121 -133 -141 -171 -18 -35 -61 -80 -77 -80 -28 0 -23 30 16 112 52 109 141 206 255 279 80 50 111 87 92 106 -10 11 -133 -25 -201 -59 -97 -47 -157 -107 -252 -249 -85 -130 -107 -154 -183 -199 -49 -29 -62 -50 -65 -102 -1 -21 -10 -47 -19 -57 -20 -22 -21 -128 -2 -181 24 -66 115 -92 131 -37 4 12 15 31 25 42 10 11 23 32 29 48 6 15 15 27 21 27 14 0 13 -10 -6 -61 -10 -29 -15 -74 -14 -134 1 -49 1 -120 0 -156 0 -41 5 -76 15 -95 16 -31 19 -96 6 -129 -7 -18 -9 -18 -23 10 -9 17 -19 46 -23 65 -13 62 -41 76 -91 43 -24 -15 -25 -20 -19 -68 3 -31 2 -62 -5 -77 -9 -20 -8 -33 5 -64 9 -21 28 -70 41 -107 31 -90 85 -178 153 -252 31 -33 72 -78 91 -100 109 -123 147 -108 61 24 -27 42 -59 101 -71 131 -11 30 -34 82 -50 115 -47 96 -76 257 -32 176 10 -17 34 -55 55 -86 21 -30 52 -83 69 -117 80 -163 169 -269 259 -310 20 -9 104 -62 189 -117 113 -75 172 -107 229 -125 42 -14 108 -36 146 -50 111 -41 175 -33 175 20 0 42 40 74 101 83 42 5 80 22 150 63 52 31 137 77 189 102 56 27 121 69 158 101 65 56 88 66 98 41 16 -41 -97 -132 -270 -219 -139 -70 -159 -89 -110 -107 82 -32 197 19 382 168 113 90 146 130 206 248 38 75 46 99 46 146 0 49 5 63 43 119 50 74 51 76 83 189 26 93 31 198 14 293 -6 31 -15 89 -20 129 -8 67 -34 193 -59 292 -5 21 -14 43 -20 49 -6 6 -11 17 -11 24 0 37 -188 289 -273 367 -18 16 -53 48 -79 72 -85 80 -198 145 -358 208 -25 10 -56 24 -70 31 -14 7 -37 15 -52 19 -16 3 -28 13 -28 21 0 12 -19 15 -104 15 l-104 0 -7 -42z"/><path d="M72 1318 c-18 -18 -14 -44 11 -74 33 -37 57 -27 57 24 0 40 -14 62 -40 62 -9 0 -21 -5 -28 -12z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--accent-color);
  z-index: -1;
  transition: 500ms ease;
}
.service-two__item__icon::before {
  position: absolute;
  left: 6px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  content: "";
  border-style: dashed;
  border-width: 1px;
  border-color: var(--careox-white, #fff);
  border-radius: 50%;
  animation-duration: 1500ms;
  animation: rotated 10s infinite linear;
  transition: 500ms all ease;
  animation-play-state: running;
}
.service-two__item__icon span {
  display: inline-block;
  transition: all 500ms linear;
  transform: scale(1);
  color: var(--careox-white, #fff);
  margin-left: 5px;
}
.service-two__item:hover .service-two__item__icon::after {
  background-color: var(--careox-white, #fff);
}
.service-two__item:hover .service-two__item__icon::before {
  border-color: var(--accent-color);
}
.service-two__item:hover .service-two__item__icon span {
  transform: scale(0.9);
  color: var(--accent-color);
}
.service-two__item__title {
  font-size: 24px;
  font-weight: 800;
  transition: all 300ms ease;
  position: relative;
  margin-bottom: 10px;
}
.service-two__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
}
.service-two__item__title a:hover {
  color: var(--careox-base, #ff5528);
  background-size: 100% 1px;
}
.service-two__item__text {
  position: relative;
  z-index: 2;
  transition: all 300ms ease;
  padding: 0 20px;
  margin: 0 0 15px;
}
.service-two__item__rm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 20px;
  border-top: 1px solid var(--careox-border-color, #dddddd);
  font-size: 16px;
  color: var(--careox-text, #636363);
  text-transform: capitalize;
  line-height: 1.1;
  padding: 16px 0;
  transition: all 300ms ease;
}
.service-two__item__rm a {
  display: inline-block;
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  transition: all 300ms ease;
}
.service-two__item__rm a:hover {
  background-size: 100% 1px;
}
.service-two__item__rm a:hover {
  color: inherit;
}
.service-two__item__rm i {
  color: var(--accent-color);
  font-size: 20px;
  position: relative;
  top: 1px;
  transition: all 300ms ease;
}

.service-three {
  position: relative;
  background-color: var(--careox-gray, #f1f6f7);
  padding: 120px 0 110px;
}
@media (max-width: 767px) {
  .service-three {
    padding: 80px 0;
  }
}
.service-three__shape-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
}
.service-three__shape-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
}
.service-three__item {
  position: relative;
  background-color: transparent;
  border: 1px solid var(--careox-border-color, #dddddd);
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
  padding: 9px 9px 0;
  transition: all 500ms ease;
}
.service-three__item:hover {
  background-color: var(--careox-white, #fff);
  border-color: var(--careox-white, #fff);
}
.service-three__item__normal {
  position: relative;
  z-index: 1;
}
.service-three__item__image {
  position: relative;
}
.service-three__item__image img {
  width: 100%;
  height: 242px;
  object-position: top;
  object-fit: cover;
  border-radius: 10px;
}
.service-three__item__icon {
  font-size: 42px;
  line-height: 1;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -52px auto 23px;
  background-color: transparent;
  width: 105px;
  height: 105px;
  transition: 300ms ease;
}
.service-three__item__icon::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 252.000000 252.000000"><g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1285 2478 c-10 -59 13 -74 163 -103 33 -7 92 -49 92 -66 0 -5 -81 -9 -186 -9 -201 0 -192 2 -394 -69 -19 -7 -50 -17 -69 -21 -18 -5 -38 -13 -44 -19 -6 -6 -19 -11 -30 -11 -40 0 -171 -75 -226 -129 -63 -63 -121 -133 -141 -171 -18 -35 -61 -80 -77 -80 -28 0 -23 30 16 112 52 109 141 206 255 279 80 50 111 87 92 106 -10 11 -133 -25 -201 -59 -97 -47 -157 -107 -252 -249 -85 -130 -107 -154 -183 -199 -49 -29 -62 -50 -65 -102 -1 -21 -10 -47 -19 -57 -20 -22 -21 -128 -2 -181 24 -66 115 -92 131 -37 4 12 15 31 25 42 10 11 23 32 29 48 6 15 15 27 21 27 14 0 13 -10 -6 -61 -10 -29 -15 -74 -14 -134 1 -49 1 -120 0 -156 0 -41 5 -76 15 -95 16 -31 19 -96 6 -129 -7 -18 -9 -18 -23 10 -9 17 -19 46 -23 65 -13 62 -41 76 -91 43 -24 -15 -25 -20 -19 -68 3 -31 2 -62 -5 -77 -9 -20 -8 -33 5 -64 9 -21 28 -70 41 -107 31 -90 85 -178 153 -252 31 -33 72 -78 91 -100 109 -123 147 -108 61 24 -27 42 -59 101 -71 131 -11 30 -34 82 -50 115 -47 96 -76 257 -32 176 10 -17 34 -55 55 -86 21 -30 52 -83 69 -117 80 -163 169 -269 259 -310 20 -9 104 -62 189 -117 113 -75 172 -107 229 -125 42 -14 108 -36 146 -50 111 -41 175 -33 175 20 0 42 40 74 101 83 42 5 80 22 150 63 52 31 137 77 189 102 56 27 121 69 158 101 65 56 88 66 98 41 16 -41 -97 -132 -270 -219 -139 -70 -159 -89 -110 -107 82 -32 197 19 382 168 113 90 146 130 206 248 38 75 46 99 46 146 0 49 5 63 43 119 50 74 51 76 83 189 26 93 31 198 14 293 -6 31 -15 89 -20 129 -8 67 -34 193 -59 292 -5 21 -14 43 -20 49 -6 6 -11 17 -11 24 0 37 -188 289 -273 367 -18 16 -53 48 -79 72 -85 80 -198 145 -358 208 -25 10 -56 24 -70 31 -14 7 -37 15 -52 19 -16 3 -28 13 -28 21 0 12 -19 15 -104 15 l-104 0 -7 -42z"/><path d="M72 1318 c-18 -18 -14 -44 11 -74 33 -37 57 -27 57 24 0 40 -14 62 -40 62 -9 0 -21 -5 -28 -12z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 252.000000 252.000000"><g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1285 2478 c-10 -59 13 -74 163 -103 33 -7 92 -49 92 -66 0 -5 -81 -9 -186 -9 -201 0 -192 2 -394 -69 -19 -7 -50 -17 -69 -21 -18 -5 -38 -13 -44 -19 -6 -6 -19 -11 -30 -11 -40 0 -171 -75 -226 -129 -63 -63 -121 -133 -141 -171 -18 -35 -61 -80 -77 -80 -28 0 -23 30 16 112 52 109 141 206 255 279 80 50 111 87 92 106 -10 11 -133 -25 -201 -59 -97 -47 -157 -107 -252 -249 -85 -130 -107 -154 -183 -199 -49 -29 -62 -50 -65 -102 -1 -21 -10 -47 -19 -57 -20 -22 -21 -128 -2 -181 24 -66 115 -92 131 -37 4 12 15 31 25 42 10 11 23 32 29 48 6 15 15 27 21 27 14 0 13 -10 -6 -61 -10 -29 -15 -74 -14 -134 1 -49 1 -120 0 -156 0 -41 5 -76 15 -95 16 -31 19 -96 6 -129 -7 -18 -9 -18 -23 10 -9 17 -19 46 -23 65 -13 62 -41 76 -91 43 -24 -15 -25 -20 -19 -68 3 -31 2 -62 -5 -77 -9 -20 -8 -33 5 -64 9 -21 28 -70 41 -107 31 -90 85 -178 153 -252 31 -33 72 -78 91 -100 109 -123 147 -108 61 24 -27 42 -59 101 -71 131 -11 30 -34 82 -50 115 -47 96 -76 257 -32 176 10 -17 34 -55 55 -86 21 -30 52 -83 69 -117 80 -163 169 -269 259 -310 20 -9 104 -62 189 -117 113 -75 172 -107 229 -125 42 -14 108 -36 146 -50 111 -41 175 -33 175 20 0 42 40 74 101 83 42 5 80 22 150 63 52 31 137 77 189 102 56 27 121 69 158 101 65 56 88 66 98 41 16 -41 -97 -132 -270 -219 -139 -70 -159 -89 -110 -107 82 -32 197 19 382 168 113 90 146 130 206 248 38 75 46 99 46 146 0 49 5 63 43 119 50 74 51 76 83 189 26 93 31 198 14 293 -6 31 -15 89 -20 129 -8 67 -34 193 -59 292 -5 21 -14 43 -20 49 -6 6 -11 17 -11 24 0 37 -188 289 -273 367 -18 16 -53 48 -79 72 -85 80 -198 145 -358 208 -25 10 -56 24 -70 31 -14 7 -37 15 -52 19 -16 3 -28 13 -28 21 0 12 -19 15 -104 15 l-104 0 -7 -42z"/><path d="M72 1318 c-18 -18 -14 -44 11 -74 33 -37 57 -27 57 24 0 40 -14 62 -40 62 -9 0 -21 -5 -28 -12z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--accent-color);
  z-index: -1;
  transition: 500ms ease;
}
.service-three__item__icon::before {
  position: absolute;
  left: 6px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  content: "";
  border-style: dashed;
  border-width: 1px;
  border-color: var(--careox-white, #fff);
  border-radius: 50%;
  animation-duration: 1500ms;
  animation: rotated 10s infinite linear;
  transition: 500ms all ease;
  animation-play-state: running;
}
.service-three__item__icon span {
  display: inline-block;
  transition: all 500ms linear;
  transform: scale(1);
  color: var(--careox-white, #fff);
  margin-left: 5px;
}
.service-three__item__title {
  font-size: 24px;
  font-weight: 800;
  transition: all 300ms ease;
  position: relative;
  margin-bottom: 10px;
}
.service-three__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
}
.service-three__item__title a:hover {
  color: var(--careox-base, #ff5528);
  background-size: 100% 1px;
}
.service-three__item__text {
  position: relative;
  z-index: 2;
  transition: all 300ms ease;
  padding: 0 20px;
  margin: 0 0 15px;
}
.service-three__item__rm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 20px;
  border-top: 1px solid var(--careox-border-color, #dddddd);
  font-size: 16px;
  color: var(--careox-text, #636363);
  text-transform: capitalize;
  line-height: 1.1;
  padding: 16px 0;
  transition: all 300ms ease;
}
.service-three__item__rm a {
  display: inline-block;
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  transition: all 300ms ease;
}
.service-three__item__rm a:hover {
  background-size: 100% 1px;
}
.service-three__item__rm a:hover {
  color: inherit;
}
.service-three__item__rm i {
  color: var(--accent-color);
  font-size: 20px;
  position: relative;
  top: 1px;
  transition: all 300ms ease;
}
.service-three__item__hover {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 700ms ease, top 700ms ease;
  transform: translateY(0%) translateZ(150px) scaleY(0) rotateX(90deg);
  perspective: 300px;
  transform-origin: center center;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--careox-white, #fff);
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
}
.service-three__item__hover::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  height: 368px;
  z-index: -1;
  background-image: url(../images/shapes/overlay-service.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  transition: all ease 0.5s;
}
.service-three__item__hover__icon {
  font-size: 42px;
  line-height: 1;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -52px auto 23px;
  color: var(--careox-white, #fff);
  width: 105px;
  height: 105px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 252.000000 252.000000"><g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1285 2478 c-10 -59 13 -74 163 -103 33 -7 92 -49 92 -66 0 -5 -81 -9 -186 -9 -201 0 -192 2 -394 -69 -19 -7 -50 -17 -69 -21 -18 -5 -38 -13 -44 -19 -6 -6 -19 -11 -30 -11 -40 0 -171 -75 -226 -129 -63 -63 -121 -133 -141 -171 -18 -35 -61 -80 -77 -80 -28 0 -23 30 16 112 52 109 141 206 255 279 80 50 111 87 92 106 -10 11 -133 -25 -201 -59 -97 -47 -157 -107 -252 -249 -85 -130 -107 -154 -183 -199 -49 -29 -62 -50 -65 -102 -1 -21 -10 -47 -19 -57 -20 -22 -21 -128 -2 -181 24 -66 115 -92 131 -37 4 12 15 31 25 42 10 11 23 32 29 48 6 15 15 27 21 27 14 0 13 -10 -6 -61 -10 -29 -15 -74 -14 -134 1 -49 1 -120 0 -156 0 -41 5 -76 15 -95 16 -31 19 -96 6 -129 -7 -18 -9 -18 -23 10 -9 17 -19 46 -23 65 -13 62 -41 76 -91 43 -24 -15 -25 -20 -19 -68 3 -31 2 -62 -5 -77 -9 -20 -8 -33 5 -64 9 -21 28 -70 41 -107 31 -90 85 -178 153 -252 31 -33 72 -78 91 -100 109 -123 147 -108 61 24 -27 42 -59 101 -71 131 -11 30 -34 82 -50 115 -47 96 -76 257 -32 176 10 -17 34 -55 55 -86 21 -30 52 -83 69 -117 80 -163 169 -269 259 -310 20 -9 104 -62 189 -117 113 -75 172 -107 229 -125 42 -14 108 -36 146 -50 111 -41 175 -33 175 20 0 42 40 74 101 83 42 5 80 22 150 63 52 31 137 77 189 102 56 27 121 69 158 101 65 56 88 66 98 41 16 -41 -97 -132 -270 -219 -139 -70 -159 -89 -110 -107 82 -32 197 19 382 168 113 90 146 130 206 248 38 75 46 99 46 146 0 49 5 63 43 119 50 74 51 76 83 189 26 93 31 198 14 293 -6 31 -15 89 -20 129 -8 67 -34 193 -59 292 -5 21 -14 43 -20 49 -6 6 -11 17 -11 24 0 37 -188 289 -273 367 -18 16 -53 48 -79 72 -85 80 -198 145 -358 208 -25 10 -56 24 -70 31 -14 7 -37 15 -52 19 -16 3 -28 13 -28 21 0 12 -19 15 -104 15 l-104 0 -7 -42z"/><path d="M72 1318 c-18 -18 -14 -44 11 -74 33 -37 57 -27 57 24 0 40 -14 62 -40 62 -9 0 -21 -5 -28 -12z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 252.000000 252.000000"><g transform="translate(0.000000,252.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1285 2478 c-10 -59 13 -74 163 -103 33 -7 92 -49 92 -66 0 -5 -81 -9 -186 -9 -201 0 -192 2 -394 -69 -19 -7 -50 -17 -69 -21 -18 -5 -38 -13 -44 -19 -6 -6 -19 -11 -30 -11 -40 0 -171 -75 -226 -129 -63 -63 -121 -133 -141 -171 -18 -35 -61 -80 -77 -80 -28 0 -23 30 16 112 52 109 141 206 255 279 80 50 111 87 92 106 -10 11 -133 -25 -201 -59 -97 -47 -157 -107 -252 -249 -85 -130 -107 -154 -183 -199 -49 -29 -62 -50 -65 -102 -1 -21 -10 -47 -19 -57 -20 -22 -21 -128 -2 -181 24 -66 115 -92 131 -37 4 12 15 31 25 42 10 11 23 32 29 48 6 15 15 27 21 27 14 0 13 -10 -6 -61 -10 -29 -15 -74 -14 -134 1 -49 1 -120 0 -156 0 -41 5 -76 15 -95 16 -31 19 -96 6 -129 -7 -18 -9 -18 -23 10 -9 17 -19 46 -23 65 -13 62 -41 76 -91 43 -24 -15 -25 -20 -19 -68 3 -31 2 -62 -5 -77 -9 -20 -8 -33 5 -64 9 -21 28 -70 41 -107 31 -90 85 -178 153 -252 31 -33 72 -78 91 -100 109 -123 147 -108 61 24 -27 42 -59 101 -71 131 -11 30 -34 82 -50 115 -47 96 -76 257 -32 176 10 -17 34 -55 55 -86 21 -30 52 -83 69 -117 80 -163 169 -269 259 -310 20 -9 104 -62 189 -117 113 -75 172 -107 229 -125 42 -14 108 -36 146 -50 111 -41 175 -33 175 20 0 42 40 74 101 83 42 5 80 22 150 63 52 31 137 77 189 102 56 27 121 69 158 101 65 56 88 66 98 41 16 -41 -97 -132 -270 -219 -139 -70 -159 -89 -110 -107 82 -32 197 19 382 168 113 90 146 130 206 248 38 75 46 99 46 146 0 49 5 63 43 119 50 74 51 76 83 189 26 93 31 198 14 293 -6 31 -15 89 -20 129 -8 67 -34 193 -59 292 -5 21 -14 43 -20 49 -6 6 -11 17 -11 24 0 37 -188 289 -273 367 -18 16 -53 48 -79 72 -85 80 -198 145 -358 208 -25 10 -56 24 -70 31 -14 7 -37 15 -52 19 -16 3 -28 13 -28 21 0 12 -19 15 -104 15 l-104 0 -7 -42z"/><path d="M72 1318 c-18 -18 -14 -44 11 -74 33 -37 57 -27 57 24 0 40 -14 62 -40 62 -9 0 -21 -5 -28 -12z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--accent-color);
}
.service-three__item__hover__icon::after {
  position: absolute;
  left: 17px;
  top: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  content: "";
  border-style: dashed;
  border-width: 1px;
  border-color: var(--careox-white, #fff);
  border-radius: 50%;
  animation-duration: 1500ms;
  animation: rotated 10s infinite linear;
  animation-play-state: running;
  z-index: 1;
}
.service-three__item__hover__icon span {
  position: relative;
  left: 4px;
  z-index: 2;
}
.service-three__item__hover__title {
  font-size: 24px;
  font-weight: 800;
  color: var(--careox-white, #fff);
  transition: all 300ms ease;
  position: relative;
  margin-bottom: 10px;
}
.service-three__item__hover__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
}
.service-three__item__hover__title a:hover {
  color: var(--careox-base, #ff5528);
  background-size: 100% 1px;
}
.service-three__item__hover__text {
  position: relative;
  z-index: 2;
  color: var(--careox-white, #fff);
  padding: 0 20px;
  margin: 0 0 15px;
}
.service-three__item__hover__rm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: calc(100% - 60px);
  border-top: 1px solid var(--careox-white, #fff);
  font-size: 16px;
  color: var(--careox-white, #fff);
  text-transform: capitalize;
  line-height: 1.1;
  padding: 16px 0;
  transition: all 300ms ease;
}
.service-three__item__hover__rm a {
  display: inline-block;
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  transition: all 300ms ease;
}
.service-three__item__hover__rm a:hover {
  background-size: 100% 1px;
}
.service-three__item__hover__rm a:hover {
  color: inherit;
}
.service-three__item__hover__rm i {
  font-size: 20px;
  position: relative;
  top: 1px;
  transition: all 300ms ease;
}
.service-three__item:hover .service-three__item__hover {
  transition: transform 500ms ease, top 500ms ease;
  transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
}
.service-three__text {
  font-size: 24px;
  color: var(--careox-black, #122f2a);
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 73px;
}
@media (max-width: 767px) {
  .service-three__text {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .service-three__text {
    margin-top: 20px;
    display: block;
    text-align: center;
  }
}
.service-three__text > span {
  color: var(--careox-base, #ff5528);
  margin-right: 7px;
}
.service-three__text .codebitel-btn {
  margin-left: 16px;
  padding: 3px 32px;
}
.service-three__text .codebitel-btn::before {
  background-color: var(--careox-base, #ff5528);
}

/*--------------------------------------------------------------
# Service details
--------------------------------------------------------------*/
.service-details {
  padding: 120px 0;
  padding-top: 100px;
  background-color: var(--careox-white, #fff);
}
@media (max-width: 767px) {
  .service-details {
    padding: 80px 0;
    padding-top: 60px;
  }
}
.service-details__thumbnail {
  margin-bottom: 20px;
}
.service-details img {
  max-width: 100%;
}
.service-details__image__circle img {
  border-radius: 50%;
}
.service-details__title {
  margin: 0;
  text-transform: uppercase;
  color: var(--careox-black, #122f2a);
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .service-details__title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .service-details__title {
    font-size: 36px;
  }
}
.service-details__sub-title {
  margin: 0;
  text-transform: uppercase;
  color: var(--careox-black, #122f2a);
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .service-details__sub-title {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .service-details__sub-title {
    font-size: 30px;
  }
}
.service-details__text {
  margin: 0;
  font-size: 15px;
  line-height: 2em;
}
.service-details__text + .service-details__title {
  margin-top: 40px;
}
.service-details__text + .service-details__list {
  margin-top: 40px;
}
.service-details__text + .service-details__text {
  margin-top: 35px;
}
.service-details__list {
  margin-bottom: 0;
  margin-bottom: 40px;
}
.service-details__list li {
  position: relative;
  font-size: 16px;
  line-height: 1.5em;
  padding-left: 27px;
  color: var(--careox-black, #122f2a);
  text-shadow: 0 0 0.5px currentColor;
}
@media (min-width: 768px) {
  .service-details__list li {
    line-height: 2.125em;
  }
}
.service-details__list li + li {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .service-details__list li + li {
    margin-top: 0;
  }
}
.service-details__list li > i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--careox-base, #ff5528);
}
@media (min-width: 768px) {
  .service-details__process {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-top: 20px;
  }
}
.service-details__process li + li {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .service-details__process li + li {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .service-details__process__top {
    display: flex;
    align-items: center;
  }
}
.service-details__process__icon {
  width: 57px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--careox-base, #ff5528);
  color: var(--careox-white, #fff);
  font-size: 21px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 500ms ease;
  margin-bottom: 20px;
}
.service-details__process__icon::before {
  transform: scale(1);
  transition: transform 500ms ease;
}
@media (min-width: 768px) {
  .service-details__process__icon {
    margin-bottom: 0;
  }
}
.service-details__process__icon:hover {
  background-color: var(--careox-black, #122f2a);
  color: var(--careox-white, #fff);
}
.service-details__process__icon:hover::before {
  transform: scale(0.9);
}
.service-details__process__title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  color: var(--careox-black, #122f2a);
}
@media (min-width: 768px) {
  .service-details__process__title {
    font-size: 20px;
  }
}
.service-details__process__text {
  margin: 0;
  font-size: 15px;
  line-height: 2em;
  max-width: 220px;
  margin-top: 10px;
}
.service-details__post {
  margin-bottom: 0;
}
.service-details__post li + li {
  margin-top: 10px;
}
.service-details__post__date {
  text-transform: uppercase;
  letter-spacing: var(--careox-letter-space-xl, 0.2em);
  color: var(--careox-base, #ff5528);
  font-size: 14px;
  margin: 0;
  line-height: 2.1428571429em;
}
.service-details__post__title {
  margin: 0;
  line-height: 1.875em;
  color: var(--careox-black, #122f2a);
  text-shadow: 0 0 0.5px currentColor;
}
.service-details__post__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-details__post__title a:hover {
  background-size: 100% 1px;
}
.service-details__post__title a:hover {
  color: var(--careox-black, #122f2a);
}
.service-details__info {
  border-top: 1px solid var(--careox-border-color, #dddddd);
  padding-top: 55px;
  margin-top: 60px;
}
.service-details__info__title {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  color: var(--careox-black, #122f2a);
  font-size: 20px;
  margin-bottom: 24px;
}
.service-details__info__list {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .service-details__info__list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.service-details__info__list li + li {
  border-top: 1px solid var(--careox-border-color, #dddddd);
  margin-top: 20px;
  padding-top: 20px;
}
.service-details__info__list__date {
  color: var(--careox-black, #122f2a);
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.service-details__info__list__date > i {
  color: var(--careox-base, #ff5528);
  font-size: 22px;
  margin-right: 10px;
}
.service-details__info__list__space {
  font-size: 16px;
  line-height: 24px;
  color: var(--careox-text, #636363);
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .service-details__info__list__space {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.service-details__info__list__btn {
  font-size: 10px;
  padding: 10.75px 30px;
}

/*--------------------------------------------------------------
# Donation
--------------------------------------------------------------*/
.donations-one {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .donations-one {
    padding: 80px 0;
  }
}
.donations-one__carousel.owl-carousel {
  position: relative;
}
.donations-one__carousel.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -168px;
  flex-direction: column;
  display: flex;
  margin: 0;
  gap: 10px;
}
@media (max-width: 767px) {
  .donations-one__carousel.owl-carousel .owl-nav {
    flex-direction: row;
    top: 0;
    position: relative;
    justify-content: center;
    margin-top: 30px;
  }
}
.donations-one__carousel.owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: var(--careox-gray, #f1f6f7);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 17px;
  color: var(--careox-black, #122f2a);
  transition: all 400ms ease;
}
.donations-one__carousel.owl-carousel .owl-nav button:hover {
  background-color: var(--careox-secondary, #ffa415);
  color: var(--careox-white, #fff);
}
.donations-one__item {
  position: relative;
}
.donations-one__item__image {
  position: relative;
}
.donations-one__item__image img {
  width: 100%;
  height: auto;
}
.donations-one__item__image__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: var(--accent-color);
  opacity: 0.3;
  transition: all 900ms ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  transform: scale(0, 1);
  transform-origin: right center;
  background-position: center center;
  z-index: 1;
}
.donations-one__item:hover .donations-one__item__image__link {
  transform: scale(1, 1);
  transform-origin: left center;
}
.donations-one__item__category {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  background-color: var(--careox-white, #fff);
  color: var(--accent-color);
  font-size: 20px;
  letter-spacing: 0.25px;
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  border-radius: 30px;
  text-transform: capitalize;
  padding: 0 25px;
  height: 32px;
  transition: 400ms ease;
  line-height: 30px;
}
.donations-one__item:hover .donations-one__item__category {
  background-color: var(--accent-color);
  color: var(--careox-white, #fff);
}
.donations-one__item__content {
  position: relative;
  padding: 26px 30px 24px;
  border: 1px solid var(--careox-border-color, #dddddd);
  border-bottom: none;
  border-top: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .donations-one__item__content {
    padding: 26px 20px 24px;
  }
}
.donations-one__item__title {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 3px;
}
.donations-one__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.donations-one__item__title a:hover {
  background-size: 100% 1px;
}
.donations-one__item__title a:hover {
  color: var(--accent-color);
}
.donations-one__item__text {
  margin: 0;
  padding-right: 10px;
}
.donations-one__item__rm {
  width: 42px;
  height: 42px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: var(--accent-color);
  color: var(--careox-white, #fff);
  position: absolute;
  right: 0;
  bottom: -42px;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms linear;
}
.donations-one__item__rm i {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@keyframes iconTranslateX {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
.donations-one__item__rm:hover {
  background-color: var(--careox-black, #122f2a);
  color: var(--careox-white, #fff);
}
.donations-one__item__rm:hover i {
  animation: iconTranslateX 0.4s forwards;
}
.donations-one__item:hover .donations-one__item__rm {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}
.donations-one__item__bottom {
  position: relative;
  background-color: var(--careox-gray, #f1f6f7);
  padding: 70px 30px 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .donations-one__item__bottom {
    padding: 70px 20px 14px;
  }
}
.donations-one__item__bottom__shape {
  position: absolute;
  left: 0;
  top: 0;
  background-position: left top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0.12;
}
.donations-one__item__bottom__progress {
  width: 100%;
  height: 7px;
  background-color: var(--careox-border-color, #dddddd);
  border-radius: 10px;
  position: relative;
  margin-bottom: 3px;
}
.donations-one__item__bottom__progress__inner {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--accent-color);
  transition: all 1500ms linear;
  border-radius: 10px;
  width: 0px;
  z-index: 1;
}
.donations-one__item__bottom__progress__number {
  width: 40px;
  height: 31px;
  position: absolute;
  z-index: 1;
  background-color: var(--accent-color);
  bottom: calc(100% + 18px);
  right: -16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.21px;
  color: var(--careox-white, #fff);
}
.donations-one__item__bottom__progress__number::after {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 22px;
  height: 32px;
  content: "";
  background-color: inherit;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.000000 32.000000"><g transform="translate(0.000000,32.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M131 575 c-5 -25 -33 -151 -62 -281 -29 -131 -48 -242 -42 -248 9 -9 332 214 401 276 17 15 -247 298 -276 298 -6 0 -15 -20 -21 -45z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.000000 32.000000"><g transform="translate(0.000000,32.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M131 575 c-5 -25 -33 -151 -62 -281 -29 -131 -48 -242 -42 -248 9 -9 332 214 401 276 17 15 -247 298 -276 298 -6 0 -15 -20 -21 -45z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.donations-one__item__bottom__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 700;
  color: var(--careox-black, #122f2a);
  font-family: var(--careox-heading-font, "Nunito", sans-serif);
}

.donations-two {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .donations-two {
    padding: 80px 0;
  }
}
.donations-two__item {
  position: relative;
}
.donations-two__item__image {
  position: relative;
  overflow: hidden;
}
.donations-two__item__image img {
  width: 100%;
  height: auto;
  transition: all 400ms ease;
  transform: scale(1);
}
.donations-two__item:hover .donations-two__item__image img {
  transform: scale(1.05);
}
.donations-two__item__btn {
  position: absolute;
  left: 20px;
  top: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.donations-two__item__btn a {
  font-size: 22px;
  color: var(--careox-white, #fff);
  display: inline-block;
}
.donations-two__item__btn a:hover {
  color: var(--accent-color);
}
.donations-two__item__rm {
  width: 42px;
  height: 42px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: var(--accent-color);
  color: var(--careox-white, #fff);
  position: absolute;
  overflow: hidden;
  right: 0;
  top: -42px;
  transition: all 300ms linear;
  visibility: hidden;
  opacity: 0;
}
.donations-two__item__rm i {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.donations-two__item__rm:hover {
  background-color: var(--careox-black, #122f2a);
  color: var(--careox-white, #fff);
}
.donations-two__item__rm:hover i {
  animation: iconTranslateX 0.4s forwards;
}
.donations-two__item:hover .donations-two__item__rm {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.donations-two__item__content {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 25px 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .donations-two__item__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.donations-two__item__content::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  opacity: 0;
  background-image: url(../images/shapes/overlay-event.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  visibility: hidden;
  transition: all ease 0.5s;
}
.donations-two__item:hover .donations-two__item__content::after {
  opacity: 1;
  visibility: visible;
  height: 285px;
}
.donations-two__item__title {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  color: var(--careox-white, #fff);
  font-weight: 800;
  margin-bottom: 15px;
}
.donations-two__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.donations-two__item__title a:hover {
  background-size: 100% 1px;
}
.donations-two__item__title a:hover {
  color: var(--accent-color);
}
.donations-two__item__category {
  display: inline-block;
  position: relative;
  background-color: var(--careox-white, #fff);
  color: var(--accent-color);
  font-size: 20px;
  letter-spacing: 0.25px;
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  border-radius: 30px;
  text-transform: capitalize;
  padding: 0 25px;
  height: 32px;
  transition: 400ms ease;
  line-height: 30px;
  margin-bottom: 15px;
}
.donations-two__item__bottom {
  position: relative;
}
.donations-two__item__bottom__progress {
  width: 100%;
  height: 7px;
  background-color: var(--careox-border-color, #dddddd);
  border-radius: 10px;
  position: relative;
  margin-bottom: 3px;
}
.donations-two__item__bottom__progress__inner {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--accent-color);
  transition: all 1500ms linear;
  border-radius: 10px;
  width: 0px;
  z-index: 1;
}
.donations-two__item__bottom__progress__number {
  width: 40px;
  height: 31px;
  position: absolute;
  z-index: 1;
  background-color: var(--accent-color);
  bottom: calc(100% + 18px);
  right: -16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.21px;
  color: var(--careox-white, #fff);
}
.donations-two__item__bottom__progress__number::after {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 22px;
  height: 32px;
  content: "";
  background-color: inherit;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.000000 32.000000"><g transform="translate(0.000000,32.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M131 575 c-5 -25 -33 -151 -62 -281 -29 -131 -48 -242 -42 -248 9 -9 332 214 401 276 17 15 -247 298 -276 298 -6 0 -15 -20 -21 -45z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.000000 32.000000"><g transform="translate(0.000000,32.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M131 575 c-5 -25 -33 -151 -62 -281 -29 -131 -48 -242 -42 -248 9 -9 332 214 401 276 17 15 -247 298 -276 298 -6 0 -15 -20 -21 -45z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.donations-two__item__bottom__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 700;
  color: var(--careox-white, #fff);
  font-family: var(--careox-heading-font, "Nunito", sans-serif);
}

.donations-three {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .donations-three {
    padding: 80px 0;
  }
}
.donations-three__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 560px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.donations-three__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--careox-black-rgb, 18, 47, 42), 0.88);
}
.donations-three .sec-title__title {
  color: var(--careox-white, #fff);
}
.donations-three--page {
  position: relative;
}
.donations-three--page .sec-title__title {
  color: var(--careox-black, #122f2a);
}
.donations-three__carousel.owl-carousel {
  position: relative;
  z-index: 2;
}
.donations-three__carousel.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -168px;
  flex-direction: column;
  display: flex;
  margin: 0;
  gap: 10px;
}
@media (max-width: 767px) {
  .donations-three__carousel.owl-carousel .owl-nav {
    flex-direction: row;
    top: 0;
    position: relative;
    justify-content: center;
    margin-top: 30px;
  }
}
.donations-three__carousel.owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: var(--careox-gray, #f1f6f7);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 17px;
  color: var(--careox-black, #122f2a);
  transition: all 400ms ease;
}
.donations-three__carousel.owl-carousel .owl-nav button:hover {
  background-color: var(--careox-secondary, #ffa415);
  color: var(--careox-white, #fff);
}
.donations-three__item {
  position: relative;
  background-color: var(--careox-white, #fff);
  border: 1px solid var(--careox-border-color, #dddddd);
}
.donations-three__item__image {
  position: relative;
  margin: 9px;
  overflow: hidden;
}
.donations-three__item__image img {
  width: 100%;
  height: auto;
}
.donations-three__item__image__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: var(--accent-color);
  opacity: 0.3;
  transition: all 900ms ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  transform: scale(0, 1);
  transform-origin: right center;
  background-position: center center;
  z-index: 1;
}
.donations-three__item:hover .donations-three__item__image__link {
  transform: scale(1, 1);
  transform-origin: left center;
}
.donations-three__item__rm {
  width: 42px;
  height: 42px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: var(--accent-color);
  color: var(--careox-white, #fff);
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -42px;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms linear;
}
.donations-three__item__rm i {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.donations-three__item__rm:hover {
  background-color: var(--careox-black, #122f2a);
  color: var(--careox-white, #fff);
}
.donations-three__item__rm:hover i {
  animation: iconTranslateX 0.4s forwards;
}
.donations-three__item:hover .donations-three__item__rm {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}
.donations-three__item__category {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  background-color: var(--careox-white, #fff);
  color: var(--accent-color);
  font-size: 20px;
  letter-spacing: 0.25px;
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  border-radius: 30px;
  text-transform: capitalize;
  padding: 0 25px;
  height: 32px;
  transition: 400ms ease;
  line-height: 30px;
}
.donations-three__item:hover .donations-three__item__category {
  background-color: var(--accent-color);
  color: var(--careox-white, #fff);
}
.donations-three__item__content {
  position: relative;
  padding: 18px 25px 24px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .donations-three__item__content {
    padding: 18px 20px 24px;
  }
}
.donations-three__item__title {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 3px;
}
.donations-three__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.donations-three__item__title a:hover {
  background-size: 100% 1px;
}
.donations-three__item__title a:hover {
  color: var(--accent-color);
}
.donations-three__item__text {
  margin: 0;
  padding-right: 10px;
}
.donations-three__item__border {
  position: relative;
  background-position: left top;
  background-repeat: no-repeat;
  width: 100%;
  height: 50px;
  background-color: var(--careox-border-color, #dddddd);
  transition: all 300ms linear;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 300.000000 41.000000" ><g transform="translate(0.000000,41.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M4050 799 c-615 -41 -1218 -226 -1660 -510 -524 -337 -1066 -334 -1825 10 -203 91 -455 228 -510 277 -19 17 -42 24 -49 16 -37 -37 486 -326 784 -432 641 -230 1137 -204 1600 82 713 442 1523 601 2590 509 312 -27 821 -108 948 -151 61 -21 93 -12 61 17 -11 10 -113 36 -229 60 -606 124 -1129 161 -1710 122z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 300.000000 41.000000" ><g transform="translate(0.000000,41.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M4050 799 c-615 -41 -1218 -226 -1660 -510 -524 -337 -1066 -334 -1825 10 -203 91 -455 228 -510 277 -19 17 -42 24 -49 16 -37 -37 486 -326 784 -432 641 -230 1137 -204 1600 82 713 442 1523 601 2590 509 312 -27 821 -108 948 -151 61 -21 93 -12 61 17 -11 10 -113 36 -229 60 -606 124 -1129 161 -1710 122z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top left;
  mask-position: top left;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.donations-three__item__bottom {
  margin: -49px 0 0;
  position: relative;
  background-color: var(--careox-white, #fff);
  padding: 82px 25px 14px;
  transition: all 300ms linear;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 370 137"><path d="m0 13c0 0 86.5 61.7 144.9 22 89.2-60.6 225.1-22 225.1-22v124h-370z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 370 137"><path d="m0 13c0 0 86.5 61.7 144.9 22 89.2-60.6 225.1-22 225.1-22v124h-370z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top left;
  mask-position: top left;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .donations-three__item__bottom {
    padding: 82px 20px 14px;
  }
}
.donations-three__item__bottom__progress {
  width: 100%;
  height: 7px;
  background-color: var(--careox-border-color, #dddddd);
  border-radius: 10px;
  position: relative;
  margin-bottom: 3px;
}
.donations-three__item__bottom__progress__inner {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--accent-color);
  transition: all 1500ms linear;
  border-radius: 10px;
  width: 0px;
  z-index: 1;
}
.donations-three__item__bottom__progress__number {
  width: 40px;
  height: 31px;
  position: absolute;
  z-index: 1;
  background-color: var(--accent-color);
  bottom: calc(100% + 18px);
  right: -16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.21px;
  color: var(--careox-white, #fff);
}
.donations-three__item__bottom__progress__number::after {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 22px;
  height: 32px;
  content: "";
  background-color: inherit;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.000000 32.000000"><g transform="translate(0.000000,32.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M131 575 c-5 -25 -33 -151 -62 -281 -29 -131 -48 -242 -42 -248 9 -9 332 214 401 276 17 15 -247 298 -276 298 -6 0 -15 -20 -21 -45z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.000000 32.000000"><g transform="translate(0.000000,32.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M131 575 c-5 -25 -33 -151 -62 -281 -29 -131 -48 -242 -42 -248 9 -9 332 214 401 276 17 15 -247 298 -276 298 -6 0 -15 -20 -21 -45z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.donations-three__item__bottom__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 700;
  color: var(--careox-black, #122f2a);
  font-family: var(--careox-heading-font, "Nunito", sans-serif);
  transition: all 300ms linear;
}
.donations-three__item:hover .donations-three__item__border, .donations-three__item:hover .donations-three__item__bottom {
  background-color: var(--careox-black, #122f2a);
}
.donations-three__item:hover .donations-three__item__bottom {
  background-color: var(--careox-black, #122f2a);
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: -1px;
}
.donations-three__item:hover .donations-three__item__bottom__text {
  color: var(--careox-white, #fff);
}
.donations-three__text {
  font-size: 24px;
  color: var(--careox-black, #122f2a);
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 84px;
}
@media (max-width: 767px) {
  .donations-three__text {
    margin-top: 44px;
    display: block;
    text-align: center;
  }
}
.donations-three__text > span {
  color: var(--careox-base, #ff5528);
  margin-right: 7px;
}
.donations-three__text .codebitel-btn {
  margin-left: 16px;
  padding: 3px 32px;
}
.donations-three__text .codebitel-btn::before {
  background-color: var(--careox-base, #ff5528);
}

.donation-details {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .donation-details {
    padding: 80px 0;
  }
}
.donation-details__content {
  position: relative;
}
.donation-details__image {
  position: relative;
  background-color: var(--careox-gray, #f1f6f7);
  border-radius: 20px 20px 0 0;
  margin-bottom: 42px;
}
.donation-details__image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.donation-details__image__bottom {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 85px 35px 40px;
}
.donation-details__image__progress {
  width: 100%;
  height: 12px;
  background-color: var(--careox-border-color, #dddddd);
  border-radius: 20px;
  position: relative;
  margin-bottom: 12px;
}
.donation-details__image__progress__inner {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--careox-base, #ff5528);
  transition: all 1500ms linear;
  border-radius: 20px;
  width: 0px;
  z-index: 1;
}
.donation-details__image__progress__number {
  width: 40px;
  height: 31px;
  position: absolute;
  z-index: 1;
  background-color: var(--careox-base, #ff5528);
  bottom: calc(100% + 18px);
  right: -16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.21px;
  color: var(--careox-white, #fff);
}
.donation-details__image__progress__number::after {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 22px;
  height: 32px;
  content: "";
  background-color: inherit;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.000000 32.000000"><g transform="translate(0.000000,32.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M131 575 c-5 -25 -33 -151 -62 -281 -29 -131 -48 -242 -42 -248 9 -9 332 214 401 276 17 15 -247 298 -276 298 -6 0 -15 -20 -21 -45z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.000000 32.000000"><g transform="translate(0.000000,32.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M131 575 c-5 -25 -33 -151 -62 -281 -29 -131 -48 -242 -42 -248 9 -9 332 214 401 276 17 15 -247 298 -276 298 -6 0 -15 -20 -21 -45z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.donation-details__image__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
  color: var(--careox-black, #122f2a);
  font-family: var(--careox-heading-font, "Nunito", sans-serif);
}
.donation-details__image__border {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: var(--careox-border-color, #dddddd);
  margin-top: 26px;
  margin-bottom: 40px;
}
.donation-details__image__border::after {
  width: 7px;
  height: 7px;
  content: "";
  background-color: var(--careox-base, #ff5528);
  border-radius: 50%;
  left: 0;
  bottom: -3.5px;
  position: absolute;
  animation: zumpX 15s linear infinite;
}
.donation-details__title {
  font-size: 40px;
  font-weight: 800;
  margin: 0 0 18px;
}
@media (max-width: 767px) {
  .donation-details__title {
    font-size: 30px;
  }
}
.donation-details__text {
  margin: 0 0 25px;
}
@media (min-width: 1200px) {
  .donation-details__text {
    padding-right: 42px;
  }
}
.donation-details__image-two {
  position: relative;
}
.donation-details__image-two img {
  width: 100%;
  height: auto;
}
.donation-details__list {
  margin: 27px 0 45px;
  padding: 0;
  list-style: none;
}
.donation-details__list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
.donation-details__list li a {
  color: inherit;
  font-weight: 500;
  border-bottom: 2px solid currentColor;
}
.donation-details__list li a:hover {
  color: var(--careox-secondary, #ffa415);
}
.donation-details__list__icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 1;
  margin: auto;
  display: flex;
  align-items: center;
  color: var(--careox-secondary, #ffa415);
  font-size: 15px;
}
.donation-details .contact-one__form {
  position: relative;
  border-top: 1px solid var(--careox-border-color, #dddddd);
  padding-top: 72px;
  margin-top: 80px;
}
.donation-details .contact-one__form__title {
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 35px;
}
.donation-details .contact-one__form .bootstrap-select > .dropdown-toggle,
.donation-details .contact-one__form input[type=text],
.donation-details .contact-one__form input[type=email],
.donation-details .contact-one__form input[type=tel],
.donation-details .contact-one__form textarea {
  border-color: var(--careox-border-color, #dddddd);
}
.donation-details__author {
  position: relative;
  background-color: var(--careox-gray, #f1f6f7);
  border-radius: 20px;
  border-top: 5px solid var(--careox-base, #ff5528);
  padding: 45px 60px 43px;
  margin-bottom: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .donation-details__author {
    padding: 35px 22px;
  }
}
@media (max-width: 991px) {
  .donation-details__author {
    margin-top: 50px;
  }
}
.donation-details__author__top {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid var(--careox-border-color, #dddddd);
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.donation-details__author__top img {
  width: 71px;
  height: 71px;
  border-radius: 50%;
}
.donation-details__author__title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 5px;
}
.donation-details__author__designation {
  margin: 0;
  font-size: 17px;
}
.donation-details__author__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.donation-details__author__list li {
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.donation-details__author__list li i {
  color: var(--careox-secondary, #ffa415);
}
.donation-details__author__list li + li {
  margin-top: 13px;
}
.donation-details__posts {
  position: relative;
  background-color: var(--careox-gray, #f1f6f7);
  border-radius: 20px;
  border-top: 5px solid var(--careox-base, #ff5528);
  padding: 45px 45px 50px;
  margin-bottom: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .donation-details__posts {
    padding: 35px 22px;
  }
}
.donation-details__share {
  position: relative;
  background-color: var(--careox-gray, #f1f6f7);
  border-radius: 20px;
  border-top: 5px solid var(--careox-base, #ff5528);
  padding: 45px 45px 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .donation-details__share {
    padding: 35px 22px;
  }
}
.donation-details__share__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.donation-details__share__social a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--careox-white, #fff);
  font-size: 15px;
  color: var(--careox-text-gray, #bcbcbc);
  transition: all 500ms ease;
  border-radius: 50%;
}
.donation-details__share__social a i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.donation-details__share__social a:hover {
  background-color: var(--accent-color);
  color: var(--careox-white, #fff);
}
.donation-details__share__social a:hover i {
  animation: iconTranslateY 0.4s forwards;
}

/*--------------------------------------------------------------
# Donate
--------------------------------------------------------------*/
.donate-one {
  position: relative;
}
.donate-one__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  min-height: 742px;
  background-color: var(--careox-black, #122f2a);
  clip-path: polygon(0 0, 100% 42%, 100% 100%, 0 100%);
}
.donate-one__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--careox-black-rgb, 18, 47, 42), 0.78);
}
.donate-one__image {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: var(--careox-white, #fff);
  margin-left: 145px;
  margin-bottom: 25px;
  margin-top: -114px;
  padding: 0 23px;
}
@media (max-width: 1599px) {
  .donate-one__image {
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  .donate-one__image {
    margin-top: 0;
    padding: 0 15px;
  }
}
.donate-one__image::after {
  position: absolute;
  left: -20px;
  bottom: 0;
  width: 20px;
  height: 83.8%;
  content: "";
  background-color: var(--careox-base, #ff5528);
}
.donate-one__image::before {
  position: absolute;
  left: -20px;
  bottom: -25px;
  width: 40%;
  height: 25px;
  content: "";
  background-color: var(--careox-base, #ff5528);
  z-index: -1;
}
.donate-one__image img {
  max-width: 100%;
  height: auto;
  margin-bottom: -25px;
}

.donate-info {
  position: relative;
}
.donate-info__shape {
  position: absolute;
  width: 225px;
  height: 212px;
  right: 30px;
  bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  animation: treeMove 4s linear 0s infinite;
  display: none;
}
@media (min-width: 1600px) {
  .donate-info__shape {
    display: block;
  }
}
.donate-info__left {
  position: relative;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 0 50px;
  overflow: hidden;
  padding: 103px 30px 107px 190px;
  margin-right: -30px;
}
@media (max-width: 1199px) {
  .donate-info__left {
    padding: 103px 25px 107px 150px;
  }
}
@media (max-width: 991px) {
  .donate-info__left {
    margin-right: 0;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.donate-info__left::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.88);
}
.donate-info__left__icon {
  width: 108px;
  height: 108px;
  background-color: var(--careox-white, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 57px;
  color: var(--careox-secondary, #ffa415);
  overflow: hidden;
  position: absolute;
  left: 52px;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  transition: all 0.3s 0s ease-out;
}
@media (max-width: 1199px) {
  .donate-info__left__icon {
    left: 22px;
  }
}
.donate-info__left__icon::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 0;
  content: "";
  background-color: var(--careox-secondary, #ffa415);
  border-radius: 50%;
  transition: all 0.3s 0s ease-out;
  z-index: -1;
}
.donate-info__left:hover .donate-info__left__icon {
  color: var(--careox-white, #fff);
}
.donate-info__left:hover .donate-info__left__icon::after {
  height: 100%;
}
.donate-info__left__title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.48px;
  margin: 0 0 6px;
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  position: relative;
  z-index: 1;
}
.donate-info__left__text {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  position: relative;
  z-index: 1;
}
.donate-info__area {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px 50px 50px 0;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);
  padding: 78px 70px 70px;
  margin-top: -312px;
}
@media (max-width: 1340px) {
  .donate-info__area {
    padding: 78px 40px 70px;
  }
}
@media (max-width: 1199px) {
  .donate-info__area {
    padding: 60px 40px 40px;
    margin-top: -241px;
  }
}
@media (min-width: 1300px) {
  .donate-info__area {
    margin-right: -70px;
  }
}
@media (max-width: 991px) {
  .donate-info__area {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .donate-info__area {
    padding: 60px 25px 40px;
  }
}
.donate-info__area__date {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  gap: 10px;
  position: absolute;
  right: 65px;
  top: 150px;
}
@media (max-width: 767px) {
  .donate-info__area__date {
    position: relative;
    right: auto;
    top: 0;
    margin: -40px 0 30px;
  }
}
.donate-info__area__date i {
  color: var(--careox-secondary, #ffa415);
}
.donate-info__area .sec-title {
  padding-bottom: 58px;
}
.donate-info__area__progress {
  position: relative;
  border-bottom: 1px solid var(--careox-border-color, #dddddd);
  padding-bottom: 24px;
  margin-bottom: 33px;
}
.donate-info__area__progress::after {
  width: 7px;
  height: 7px;
  content: "";
  background-color: var(--careox-base, #ff5528);
  border-radius: 50%;
  left: 0;
  bottom: -4px;
  position: absolute;
  animation: zumpX 15s linear infinite;
}
.donate-info__area__progress__bar {
  width: 100%;
  height: 12px;
  background-color: var(--careox-border-color, #dddddd);
  border-radius: 20px;
  position: relative;
  margin-bottom: 13px;
}
.donate-info__area__progress__inner {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--careox-base, #ff5528);
  transition: all 1500ms linear;
  border-radius: 20px;
  width: 0px;
  z-index: 1;
}
.donate-info__area__progress__number {
  width: 40px;
  height: 31px;
  position: absolute;
  z-index: 1;
  background-color: var(--careox-base, #ff5528);
  bottom: calc(100% + 18px);
  right: -16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.21px;
  color: var(--careox-white, #fff);
}
.donate-info__area__progress__number::after {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 22px;
  height: 32px;
  content: "";
  background-color: inherit;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.000000 32.000000"><g transform="translate(0.000000,32.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M131 575 c-5 -25 -33 -151 -62 -281 -29 -131 -48 -242 -42 -248 9 -9 332 214 401 276 17 15 -247 298 -276 298 -6 0 -15 -20 -21 -45z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.000000 32.000000"><g transform="translate(0.000000,32.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M131 575 c-5 -25 -33 -151 -62 -281 -29 -131 -48 -242 -42 -248 9 -9 332 214 401 276 17 15 -247 298 -276 298 -6 0 -15 -20 -21 -45z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.donate-info__area__progress__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 700;
  color: var(--careox-black, #122f2a);
  font-family: var(--careox-heading-font, "Nunito", sans-serif);
}
.donate-info__form {
  position: relative;
  width: 100%;
}
.donate-info__form__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1199px) {
  .donate-info__form__top {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.donate-info__form__amount {
  position: relative;
  max-width: 250px;
}
@media (max-width: 1199px) {
  .donate-info__form__amount {
    max-width: 100%;
  }
}
.donate-info__form__amount__sign {
  position: absolute;
  text-transform: uppercase;
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: var(--careox-black, #122f2a);
  font-size: 30px;
  display: flex;
  align-items: center;
  font-weight: 900;
}
.donate-info__form input {
  display: block;
  width: 100%;
  height: 55px;
  background-color: var(--careox-border-color, #dddddd);
  color: var(--careox-black, #122f2a);
  font-size: 22px;
  font-weight: 500;
  text-align: right;
  border: none;
  outline: none;
  border-radius: 50px;
  padding-left: 100px;
  padding-right: 30px;
}
.donate-info__form__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}
.donate-info__form__buttons__item {
  height: 48px;
  background-color: var(--careox-border-color, #dddddd);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--careox-text, #636363);
  font-weight: 500;
  font-family: var(--careox-font, "Nunito", sans-serif);
  border: none;
  outline: none;
  padding: 0 24px;
  transition: all 0.4s ease;
}
.donate-info__form__buttons__item.active, .donate-info__form__buttons__item:hover {
  background-color: var(--careox-base, #ff5528);
  color: var(--careox-white, #fff);
}
.donate-info__form__submit {
  display: flex;
  align-items: baseline;
  position: relative;
  margin-top: 30px;
}
.donate-info__form__submit .codebitel-btn::before {
  background-color: var(--careox-base, #ff5528);
}
.donate-info__form__submit img {
  width: 54px;
  height: 80px;
  position: absolute;
  left: 200px;
  bottom: 0;
  animation: shrinkAnim2 3s ease 0s infinite;
}

.donate-two {
  position: relative;
  padding: 120px 0 0;
}
@media (max-width: 767px) {
  .donate-two {
    padding-top: 80px;
  }
}
.donate-two__inner {
  position: relative;
  z-index: 2;
  padding: 9px;
  border: 1px solid var(--careox-border-color, #dddddd);
  background-color: var(--careox-white, #fff);
  border-radius: 30px;
  margin-bottom: -290px;
}
.donate-two__content {
  position: relative;
  padding: 61px 70px 50px;
}
@media (max-width: 767px) {
  .donate-two__content {
    padding: 60px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .donate-two__content {
    padding-left: 20px;
    padding-right: 10px;
  }
}
.donate-two__title {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 27px;
}
.donate-two__text {
  font-size: 16px;
  line-height: 25px;
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid var(--careox-border-color, #dddddd);
  border-radius: 10px;
  padding: 12px 30px 12px 40px;
  position: relative;
  margin-bottom: 26px;
}
.donate-two__text span {
  color: var(--careox-secondary, #ffa415);
}
.donate-two__text::after {
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 3px;
  height: 39px;
  background-color: var(--careox-base, #ff5528);
}
.donate-two__donate-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.donate-two__form {
  position: relative;
  width: 100%;
}
.donate-two__form__amount {
  position: relative;
}
.donate-two__form__amount__sign {
  position: absolute;
  text-transform: uppercase;
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: var(--careox-white, #fff);
  font-size: 30px;
  display: flex;
  align-items: center;
  font-weight: 900;
}
.donate-two__form input {
  display: block;
  width: 100%;
  height: 60px;
  background-color: var(--careox-secondary, #ffa415);
  color: var(--careox-white, #fff);
  font-size: 25px;
  font-weight: 500;
  text-align: right;
  border: none;
  outline: none;
  border-radius: 50px;
  padding-left: 100px;
  padding-right: 30px;
}
.donate-two__form__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 45px;
}
@media (max-width: 767px) {
  .donate-two__form__buttons {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.donate-two__form__buttons__item {
  height: 48px;
  background-color: var(--careox-border-color, #dddddd);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--careox-text, #636363);
  font-weight: 500;
  font-family: var(--careox-font, "Nunito", sans-serif);
  border: none;
  outline: none;
  padding: 0 24px;
  transition: all 0.4s ease;
}
.donate-two__form__buttons__item.active, .donate-two__form__buttons__item:hover {
  background-color: var(--careox-secondary, #ffa415);
  color: var(--careox-white, #fff);
}
.donate-two__form__submit {
  display: flex;
  align-items: baseline;
  position: relative;
}
.donate-two__form__submit img {
  width: 54px;
  height: 80px;
  position: absolute;
  left: 200px;
  bottom: 0;
  animation: shrinkAnim2 3s ease 0s infinite;
}
.donate-two__image {
  position: relative;
}
@media (min-width: 992px) {
  .donate-two__image {
    margin-left: -10px;
  }
}
@media (max-width: 991px) {
  .donate-two__image {
    text-align: center;
  }
}
.donate-two__image img {
  max-width: 100%;
  height: auto;
  border: 1px solid var(--careox-black, #122f2a);
  border-radius: 30px;
}

.donate-three {
  position: relative;
  padding: 0 0 120px;
}
@media (max-width: 767px) {
  .donate-three {
    padding: 0 0 80px;
  }
}
.donate-three__support {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.donate-three__support img {
  width: 100%;
  height: auto;
}
.donate-three__support__content {
  position: relative;
  padding: 30px 20px 30px;
  background-color: var(--careox-gray, #f1f6f7);
  text-align: center;
  overflow: hidden;
  z-index: 1;
}
.donate-three__support__content::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--careox-base, #ff5528);
  z-index: -1;
  position: absolute;
  top: 100%;
  left: 100%;
  transition: all 400ms ease;
}
.donate-three__support:hover .donate-three__support__content::after {
  top: 0%;
  left: 0%;
}
.donate-three__support__title {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
  transition: all 300ms linear;
}
.donate-three__support:hover .donate-three__support__title {
  color: var(--careox-white, #fff);
}
.donate-three__support__collected {
  display: inline-block;
  padding: 10px 25px;
  background-color: var(--careox-secondary, #ffa415);
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  color: var(--careox-white, #fff);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  border-radius: 100px;
  transition: all 300ms linear;
}
.donate-three__content {
  position: relative;
  padding-top: 25px;
}
@media (min-width: 1200px) {
  .donate-three__content {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .donate-three__content {
    padding-top: 40px;
  }
}
.donate-three__content .sec-title {
  padding-bottom: 30px;
}
.donate-three__form {
  position: relative;
  width: 100%;
}
.donate-three__form__amount {
  position: relative;
}
.donate-three__form__amount__sign {
  position: absolute;
  text-transform: uppercase;
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: var(--careox-white, #fff);
  font-size: 30px;
  display: flex;
  align-items: center;
  font-weight: 900;
}
.donate-three__form input {
  display: block;
  width: 100%;
  height: 60px;
  background-color: var(--careox-secondary, #ffa415);
  color: var(--careox-white, #fff);
  font-size: 25px;
  font-weight: 500;
  text-align: right;
  border: none;
  outline: none;
  border-radius: 50px;
  padding-left: 100px;
  padding-right: 30px;
}
.donate-three__form__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 45px;
}
@media (max-width: 767px) {
  .donate-three__form__buttons {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.donate-three__form__buttons__item {
  height: 48px;
  background-color: var(--careox-border-color, #dddddd);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--careox-text, #636363);
  font-weight: 500;
  font-family: var(--careox-font, "Nunito", sans-serif);
  border: none;
  outline: none;
  padding: 0 24px;
  transition: all 0.4s ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .donate-three__form__buttons__item {
    padding: 0 20px;
  }
}
.donate-three__form__buttons__item.active, .donate-three__form__buttons__item:hover {
  background-color: var(--careox-secondary, #ffa415);
  color: var(--careox-white, #fff);
}
.donate-three__form__submit {
  display: flex;
  align-items: center;
  position: relative;
  gap: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .donate-three__form__submit .codebitel-btn {
    padding: 13px 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .donate-three__form__submit {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .donate-three__form__submit {
    flex-direction: column;
    align-items: flex-start;
  }
}
.donate-three__form__volunter {
  position: relative;
  display: flex;
  align-items: center;
}
.donate-three__form__volunter img {
  width: 53px;
  height: 53px;
  border: 3px solid var(--careox-gray, #f1f6f7);
  border-radius: 50%;
}
.donate-three__form__volunter img + img {
  margin-left: -16px;
}
.donate-three__form__volunter__total {
  width: 53px;
  height: 53px;
  border: 3px solid var(--careox-gray, #f1f6f7);
  background-color: var(--careox-white, #fff);
  border-radius: 50%;
  color: var(--careox-black, #122f2a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  font-weight: 700;
  margin-left: -16px;
}
.donate-three__form__volunter__active {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 0 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .donate-three__form__volunter__active {
    margin: 0 0 0 10px;
  }
}

.donate-page {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .donate-page {
    padding: 80px 0;
  }
}
.donate-page__content {
  position: relative;
}
.donate-page__notice {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  background-color: var(--careox-gray, #f1f6f7);
  overflow: hidden;
  padding: 16px 15px;
  border-radius: 5px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .donate-page__notice {
    display: block;
    padding: 16px 25px;
  }
}
.donate-page__notice::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 38px;
  content: "";
  z-index: -1;
  background-color: var(--careox-secondary, #ffa415);
}
@media (max-width: 767px) {
  .donate-page__notice::after {
    display: none;
  }
}
.donate-page__notice span {
  font-weight: 500;
  color: var(--careox-black, #122f2a);
}
.donate-page__notice__icon {
  width: 41px;
  height: 41px;
  background-color: var(--careox-white, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--careox-secondary, #ffa415);
  font-size: 22px;
  margin-right: 19px;
}
@media (max-width: 767px) {
  .donate-page__notice__icon {
    margin: 0 0 15px;
  }
}
.donate-page__form {
  position: relative;
  width: 100%;
}
.donate-page__form__amount {
  position: relative;
  width: 100%;
  margin: 0 0 30px;
}
.donate-page__form__amount__sign {
  position: absolute;
  text-transform: uppercase;
  font-family: var(--careox-heading-font, "Nunito", sans-serif);
  left: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: var(--careox-white, #fff);
  font-size: 57px;
  display: flex;
  align-items: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  .donate-page__form__amount__sign {
    left: 30px;
  }
}
.donate-page__form__amount input {
  display: block;
  width: 100%;
  height: 125px;
  background-color: var(--careox-base, #ff5528);
  color: var(--careox-white, #fff);
  font-size: 57px;
  font-weight: 700;
  font-family: var(--careox-heading-font, "Nunito", sans-serif);
  text-align: right;
  border: none;
  outline: none;
  border-radius: 10px;
  padding-left: 100px;
  padding-right: 39px;
}
@media (max-width: 767px) {
  .donate-page__form__amount input {
    padding-right: 30px;
  }
}
.donate-page__form__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 53px;
}
@media (max-width: 767px) {
  .donate-page__form__buttons {
    margin-bottom: 33px;
  }
}
.donate-page__form__buttons__item {
  height: 74px;
  background-color: var(--careox-gray, #f1f6f7);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--careox-text, #636363);
  font-weight: 500;
  font-family: var(--careox-font, "Nunito", sans-serif);
  border: none;
  outline: none;
  padding: 0 27px;
  transition: all 0.4s ease;
}
.donate-page__form__buttons__item.active, .donate-page__form__buttons__item:hover {
  background-color: var(--careox-base, #ff5528);
  color: var(--careox-white, #fff);
}
.donate-page__form__title {
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 19px;
}
.donate-page__form__payment {
  position: relative;
  margin-bottom: 20px;
}
.donate-page__form__payment__method {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}
.donate-page__form__payment__method__item {
  position: relative;
}
.donate-page__form__payment__method__item label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  margin-right: 0px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: var(--careox-text, #636363);
  font-size: 16px;
  cursor: pointer;
}
.donate-page__form__payment__method__item label span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: var(--careox-base, #ff5528);
  content: "";
  width: 7px;
  height: 7px;
  pointer-events: none;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
.donate-page__form__payment__method__item input[type=radio] {
  display: none;
}
.donate-page__form__payment__method__item input[type=radio] + label span {
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  background-color: var(--careox-gray, #f1f6f7);
  cursor: pointer;
  transition: all 300ms ease;
}
.donate-page__form__payment__method__item input[type=radio]:checked + label span:before {
  opacity: 1;
}
.donate-page__form .bootstrap-select > .dropdown-toggle,
.donate-page__form .form-one input[type=text],
.donate-page__form input[type=email],
.donate-page__form input[type=tel],
.donate-page__form textarea {
  border-color: var(--careox-border-color, #dddddd);
}
.donate-page__form__donate-amount {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  color: var(--careox-black, #122f2a);
  font-family: var(--careox-heading-font, "Nunito", sans-serif);
  margin: 24px 0 20px;
}
.donate-page__form .codebitel-btn::before {
  background-color: var(--careox-base, #ff5528);
}
.donate-page__sidebar {
  position: relative;
}
@media (max-width: 991px) {
  .donate-page__sidebar {
    margin-top: 50px;
  }
}
.donate-page__sidebar .donations-one__carousel.owl-carousel .owl-nav.disabled {
  display: none;
}
.donate-page__sidebar .donation-details__author {
  margin: 50px 0 0;
}

/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/
.instagram-one {
  position: relative;
  padding: 0 5px 20px;
}
.instagram-one--about {
  padding-top: 20px;
}
.instagram-one__sub-title {
  font-size: 22px;
  color: var(--careox-white, #fff);
  font-weight: 600;
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  transition: all 800ms ease;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-80px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 57px;
  margin: auto;
  text-align: center;
  z-index: 2;
  padding: 0 20px;
}
.instagram-one__title {
  font-size: 24px;
  color: var(--careox-white, #fff);
  font-weight: 800;
  transition: all 800ms ease;
  opacity: 0;
  visibility: hidden;
  transform: translateX(80px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  margin: auto;
  text-align: center;
  z-index: 2;
  padding: 0 20px;
}
.instagram-one a {
  overflow: hidden;
  transition: all 0.3s ease-out;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.instagram-one a:hover .instagram-one__sub-title {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.instagram-one a:hover .instagram-one__title {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.instagram-one a::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  opacity: 0;
  background-image: url(../images/shapes/overlay.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  visibility: hidden;
  transition: all ease 0.4s;
}
.instagram-one a:hover::after {
  opacity: 1;
  visibility: visible;
  height: 165px;
}
.instagram-one a img {
  width: 100%;
  height: auto;
  transition: all ease 0.3s;
}
.instagram-one a:hover img {
  transform: scale(1.1) rotate(1.5deg);
  transition: all 0.3s ease-out;
}

.instagram-two {
  position: relative;
  background-color: var(--careox-white, #fff);
  padding: 0 0;
  margin-bottom: -120px;
}
.instagram-two .container {
  max-width: 1670px;
  position: relative;
  z-index: 5;
}
.instagram-two a {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.instagram-two a::before {
  position: absolute;
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 55%;
  transform: translateY(-50%);
  z-index: 3;
  color: var(--careox-white, #fff);
  font-size: 40px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  transition-delay: 0s;
}
.instagram-two a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(var(--careox-base-rgb, 255, 85, 40), 0.9);
  visibility: hidden;
  transition: all ease 0.4s;
}
.instagram-two a:hover::after {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.instagram-two a:hover::before {
  top: 50%;
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}
.instagram-two a img {
  width: 100%;
  height: auto;
  transition: all ease 0.3s;
}
.instagram-two a:hover img {
  transform: scale(1.1) rotate(1.5deg);
  -moz-transform: scale(1.1) rotate(1.5deg);
  -webkit-transform: scale(1.1) rotate(1.5deg);
  -ms-transform: scale(1.1) rotate(1.5deg);
  -o-transform: scale(1.1) rotate(1.5deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/*--------------------------------------------------------------
# Info
--------------------------------------------------------------*/
.info {
  position: relative;
  margin-bottom: -74px;
}
.info__wrapper {
  background-color: var(--careox-white, #fff);
  border-radius: 75px;
  filter: drop-shadow(0 0 19px rgba(0, 0, 0, 0.08));
  position: relative;
  z-index: 2;
  padding: 42px 40px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .info__wrapper {
    flex-wrap: wrap;
    gap: 30px 0;
  }
}
@media (max-width: 767px) {
  .info__wrapper {
    flex-direction: column;
    gap: 30px;
    padding: 42px 25px;
    align-items: flex-start;
  }
}
.info__wrapper li {
  position: relative;
  display: flex;
  gap: 28px;
  align-items: center;
}
@media (max-width: 1199px) {
  .info__wrapper li {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .info__wrapper li {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .info__wrapper li {
    flex: 0 0 100%;
  }
}
.info__wrapper li:hover .info__icon span {
  transform: scale(1.1);
  transition: all 300ms ease;
  color: var(--careox-white, #fff);
}
.info__wrapper li:hover .info__icon::after {
  opacity: 1;
}
.info__wrapper li:not(:first-of-type)::before {
  content: "";
  width: 3px;
  height: 80px;
  background-color: var(--careox-border-color, #dddddd);
  position: absolute;
  top: 50%;
  left: -74px;
  transform: translateY(-50%);
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .info__wrapper li:not(:first-of-type)::before {
    display: none;
  }
}
.info__icon {
  width: 66px;
  height: 66px;
  font-size: 31px;
  background-color: transparent;
  transition: all 300ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.info__icon span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transform: scale(1);
  color: var(--accent-color);
}
.info__icon::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--accent-color);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 55" ><path d="m11.7 48.1q-20.7-15.8-4.8-36.4 15.8-20.7 36.5-4.8 20.6 15.8 4.7 36.5-15.8 20.6-36.4 4.7z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55 55" ><path d="m11.7 48.1q-20.7-15.8-4.8-36.4 15.8-20.7 36.5-4.8 20.6 15.8 4.7 36.5-15.8 20.6-36.4 4.7z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  opacity: 0.16;
  z-index: -1;
  transition: all 500ms ease;
}
.info__title {
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0.35px;
  margin: 0 0 11px;
  position: relative;
}
.info__text {
  display: block;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.33px;
  margin: 0;
}
.info__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.info__text a:hover {
  background-size: 100% 1px;
}
.info__text a:hover {
  color: var(--accent-color);
}

body.homepage-live .info__wrapper li {
  min-width: 0;
}

body.homepage-live .info__wrapper .info__content {
  min-width: 0;
  max-width: min(100%, 245px);
}

body.homepage-live .info__wrapper .info__text {
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.45;
  letter-spacing: 0.01em;
}

body.homepage-live .info__wrapper .info__text a {
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  line-height: inherit;
}

@media (max-width: 991px) {
  body.homepage-live .info__wrapper .info__content {
    max-width: min(100%, 260px);
  }
}

@media (max-width: 767px) {
  body.homepage-live .info__wrapper .info__content {
    max-width: 100%;
  }

  body.homepage-live .info__wrapper .info__text {
    font-size: 15px;
    line-height: 1.5;
  }
}

/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/
body.boxed-wrapper {
  position: relative;
}
body.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--careox-white, #fff);
  box-shadow: 0px 0px 100px 0px rgba(var(--careox-black3-rgb, 0, 0, 0), 0.08);
}
body.boxed-wrapper .about-one__shape,
body.boxed-wrapper .topbar-one__bottom__button img,
body.boxed-wrapper .topbar-one__bottom__button .codebitel-btn,
body.boxed-wrapper .main-slider-one__shape-two {
  display: none;
}

/*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/
.work-process-one {
  position: relative;
  counter-reset: count;
  padding: 120px 0 90px;
  background-color: var(--careox-white, #fff);
}
@media (max-width: 767px) {
  .work-process-one {
    padding: 80px 0 50px;
  }
}
.work-process-one .sec-title {
  text-align: center;
}
.work-process-one__border {
  width: 100%;
  height: 2px;
  background-color: var(--careox-base, #ff5528);
  top: 103px;
  position: relative;
}
@media (max-width: 767px) {
  .work-process-one__border {
    display: none;
  }
}
.work-process-one__border::after {
  position: absolute;
  left: 0;
  top: -5px;
  width: 11px;
  height: 11px;
  background-color: var(--careox-black, #122f2a);
  border-radius: 50%;
  content: "";
}
.work-process-one__border::before {
  position: absolute;
  right: 0;
  top: -5px;
  width: 11px;
  height: 11px;
  background-color: var(--careox-black, #122f2a);
  border-radius: 50%;
  content: "";
}
.work-process-one__gradiant-left {
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 5%;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(-45deg, rgba(var(--careox-base-rgb, 255, 85, 40), 1) 0%, rgba(var(--careox-black-rgb, 18, 47, 42), 1) 100%) 1;
}
.work-process-one__gradiant-right {
  height: 100%;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 5%;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(-45deg, rgba(var(--careox-black-rgb, 18, 47, 42), 1) 0%, rgba(var(--careox-base-rgb, 255, 85, 40), 1) 100%) 1;
}
.work-process-one__item {
  position: relative;
  counter-increment: count;
  margin-bottom: 30px;
}
.work-process-one__item__thumb {
  display: inline-block;
  width: 202px;
  height: 202px;
  border: 2px solid var(--careox-base, #ff5528);
  background-color: var(--careox-white, #fff);
  border-radius: 50%;
  padding: 5px;
  position: relative;
  margin-bottom: 30px;
}
.work-process-one__item__thumb-wrap {
  background-color: var(--careox-black, #122f2a);
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.work-process-one__item__thumb-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.2);
  border-radius: 50%;
  transition: all 500ms linear;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}
.work-process-one__item__thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  opacity: 0.3;
}
.work-process-one__item__thumb__number {
  width: 67px;
  height: 67px;
  background-color: var(--careox-base, #ff5528);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--careox-white, #fff);
  font-family: var(--careox-heading-font, "Nunito", sans-serif);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: -9px;
  top: 5px;
  transition: all 500ms linear;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}
.work-process-one__item__thumb__number::before {
  content: counters(count, ".", decimal-leading-zero);
  position: absolute;
  top: -6px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-process-one__item__thumb__icon {
  width: 60px;
  height: 60px;
  font-size: 60px;
  color: var(--careox-base, #ff5528);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.work-process-one__item:hover .work-process-one__item__thumb-wrap::after {
  -webkit-animation: zoom-hover 0.95s;
  animation: zoom-hover 0.95s;
}
.work-process-one__item:hover .work-process-one__item__thumb__number {
  transform: scale(0.95);
}
.work-process-one__item__content {
  position: relative;
  box-shadow: 0px 0px 60px 0px rgba(var(--careox-black3-rgb, 0, 0, 0), 0.07);
  background-color: var(--careox-white, #fff);
  border-radius: 100px;
  padding: 24px 20px 26px;
}
.work-process-one__item__content::after {
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  content: "";
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 10px 25px;
  border-color: transparent transparent var(--careox-white, #fff) transparent;
}
.work-process-one__item__title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.work-process-one__item__text {
  font-size: 15px;
  line-height: 26px;
  margin: 0;
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.tab-one {
  padding-top: 120px;
  position: relative;
}
@media (max-width: 767px) {
  .tab-one {
    padding-top: 80px;
  }
}
.tab-one__wrapper {
  position: relative;
}
.tab-one__list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  list-style: none;
  gap: 30px;
  margin: 0 0 45px;
}
@media (max-width: 991px) {
  .tab-one__list {
    flex-direction: column;
    gap: 15px;
  }
}
.tab-one__list li {
  display: flex;
  align-items: center;
  background-color: var(--careox-gray, #f1f6f7);
  transition: all 300ms linear;
  font-size: 24px;
  font-weight: 800;
  font-family: var(--careox-heading-font, "Nunito", sans-serif);
  color: var(--careox-black, #122f2a);
  width: 100%;
  padding: 20px 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}
.tab-one__list li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--accent-color);
  transform: scaley(0);
  transform-style: preserve-3d;
  transition: transform 0.4s ease-in-out;
  transform-origin: top center;
  z-index: -1;
}
.tab-one__list li:hover, .tab-one__list li.active-btn {
  color: var(--careox-white, #fff);
}
.tab-one__list li:hover .tab-one__list__icon, .tab-one__list li.active-btn .tab-one__list__icon {
  color: var(--careox-white, #fff);
}
.tab-one__list li:hover .tab-one__list__icon::after, .tab-one__list li.active-btn .tab-one__list__icon::after {
  background-color: var(--careox-white, #fff);
  opacity: 0.25;
}
.tab-one__list li:hover::after, .tab-one__list li.active-btn::after {
  transform: scaley(1);
  transform-origin: bottom center;
}
.tab-one__list__icon {
  border-right: 2px solid var(--careox-border-color, #dddddd);
  font-size: 60px;
  color: var(--accent-color);
  height: 69px;
  display: flex;
  align-items: center;
  padding-right: 25px;
  margin-right: 25px;
  transition: all 300ms linear;
  position: relative;
}
@media (max-width: 400px) {
  .tab-one__list__icon {
    padding-right: 15px;
    margin-right: 15px;
  }
}
.tab-one__list__icon::after {
  position: absolute;
  left: 2px;
  top: 16px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  content: "";
  background-color: var(--accent-color);
  opacity: 0.1;
  transition: all 300ms linear;
}
.tab-one__content {
  position: relative;
  border: 1px solid var(--careox-border-color, #dddddd);
  border-radius: 10px;
  overflow: hidden;
  padding: 9px;
}
.tab-one__content__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.58;
}
.tab-one__content__image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.tab-one__content__image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.tab-one__content__image__shape {
  position: absolute;
  left: -10px;
  bottom: 0;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  animation: shapeMove 3s linear 0s infinite;
}
.tab-one__content__right {
  position: relative;
  padding: 30px 69px 30px 0;
  width: 100%;
}
@media (max-width: 1199px) {
  .tab-one__content__right {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .tab-one__content__right {
    padding: 30px 30px;
  }
}
@media (max-width: 767px) {
  .tab-one__content__right {
    padding: 30px 15px;
  }
}
.tab-one__content__title {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 50px;
}
@media (max-width: 1199px) {
  .tab-one__content__title {
    margin: 0 0 30px;
  }
}
.tab-one__content__box {
  position: relative;
  min-height: 44px;
  padding: 0 0 25px 64px;
  margin-top: 40px;
  border-bottom: 1px solid var(--careox-border-color, #dddddd);
  transition: all 500ms ease;
}
.tab-one__content__box:hover {
  border-color: var(--accent-color);
}
.tab-one__content__box__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 21px;
  color: var(--careox-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color);
  position: absolute;
  left: 0;
  top: 0;
}
.tab-one__content__box__icon i {
  display: inline-block;
  transition: all 500ms ease;
  transform: scale(1);
}
.tab-one__content__box:hover .tab-one__content__box__icon i {
  transform: scale(1.1);
}
.tab-one__content__box__title {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 5px;
}
.tab-one__content__box__text {
  margin: 0;
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.event-one {
  position: relative;
  overflow: hidden;
  padding: 120px 0 0;
}
@media (max-width: 767px) {
  .event-one {
    padding-top: 80px;
  }
}
.event-one::before {
  position: absolute;
  right: -140px;
  top: -140px;
  width: 280px;
  height: 280px;
  background-color: var(--careox-base, #ff5528);
  border-radius: 50%;
  content: "";
  animation: zoomsIn 4s linear 0s infinite;
  z-index: 1;
}
@media (max-width: 1199px) {
  .event-one::before {
    display: none;
  }
}
.event-one::after {
  position: absolute;
  right: -125px;
  top: -125px;
  width: 280px;
  height: 280px;
  background-color: var(--careox-base, #ff5528);
  border-radius: 50%;
  opacity: 0.27;
  content: "";
  animation: zoomsIn 3s linear 0s infinite;
}
@media (max-width: 1199px) {
  .event-one::after {
    display: none;
  }
}
.event-one__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 747px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 747"><path d="m0 0h1920v747c0 0-209.7-7.2-393.4-103.7-262.5-137.8-411.6-358.8-562.2-157.4-77 103.1-274.4-72.1-594.6 81.1-171.2 81.9-369.8-70-369.8-70z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 747"><path d="m0 0h1920v747c0 0-209.7-7.2-393.4-103.7-262.5-137.8-411.6-358.8-562.2-157.4-77 103.1-274.4-72.1-594.6 81.1-171.2 81.9-369.8-70-369.8-70z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.event-one__bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(11, 11, 11, 0.85);
}
.event-one .sec-title__title {
  color: var(--careox-white, #fff);
}
.event-one--page {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .event-one--page {
    padding: 80px 0;
  }
}
.event-one--page::after, .event-one--page::before {
  display: none;
}
.event-one--page .sec-title__title {
  color: var(--careox-black, #122f2a);
}
.event-one .container {
  max-width: 1450px;
  position: relative;
}
.event-one__carousel {
  position: relative;
}
.event-one__carousel .event-one__item img {
  height: 315px;
  object-fit: cover;
  object-position: top;
}
.event-one__item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.event-one__item img {
  width: 100%;
  height: auto;
}
.event-one__item__rm {
  width: 55px;
  height: 55px;
  background-color: var(--careox-base, #ff5528);
  text-align: center;
  line-height: 53px;
  font-size: 22px;
  color: var(--careox-white, #fff);
  border-radius: 0 0 30px 30px;
  position: absolute;
  right: 30px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg);
  transform-origin: 100% 100%;
  transition: all 0.5s;
}
.event-one__item__rm i {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.event-one__item__rm:hover {
  background-color: var(--careox-secondary, #ffa415);
  color: var(--careox-white, #fff);
}
.event-one__item__rm:hover i {
  animation: iconTranslateX 0.4s forwards;
}
.event-one__item:hover .event-one__item__rm {
  visibility: visible;
  opacity: 1;
  transform: rotate(0deg);
  transform-origin: 100% 100%;
}
.event-one__item__content {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
  padding: 0 20px 15px;
}
.event-one__item__content::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  opacity: 0;
  background-image: url(../images/shapes/overlay.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  visibility: hidden;
  transition: all ease 0.4s;
}
.event-one__item:hover .event-one__item__content:after {
  opacity: 1;
  visibility: visible;
  height: 165px;
}
.event-one__item__title {
  font-size: 24px;
  color: var(--careox-white, #fff);
  font-weight: 800;
  margin: 0 0 8px;
  opacity: 0;
  transform: translateX(-100%) skewX(5deg);
  transition: transform 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.event-one__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.event-one__item__title a:hover {
  background-size: 100% 1px;
}
.event-one__item__title a:hover {
  color: inherit;
}
.event-one__item:hover .event-one__item__meta, .event-one__item:hover .event-one__item__title {
  opacity: 1;
  transform: translateX(0px) skewX(0deg);
}
.event-one__item__meta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  opacity: 0;
  transform: translateX(100%) skewX(5deg);
  transition: transform 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.event-one__item__meta li {
  font-size: 18px;
  font-weight: 600;
  color: var(--careox-white, #fff);
  font-family: var(--careox-special-font, "Nunito", sans-serif);
}
.event-one__item__meta li i {
  font-size: 16px;
  margin-right: 7px;
}

.event-details {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .event-details {
    padding: 80px 0;
  }
}
.event-details__content {
  position: relative;
}
.event-details__image {
  position: relative;
  margin-bottom: 40px;
}
.event-details__image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.event-details__title {
  font-size: 40px;
  font-weight: 800;
  margin: 0 0 18px;
}
@media (max-width: 767px) {
  .event-details__title {
    font-size: 30px;
  }
}
.event-details__text {
  margin: 0 0 25px;
}
@media (min-width: 1200px) {
  .event-details__text {
    padding-right: 42px;
  }
}
.event-details .codebitel-btn {
  margin-top: 32px;
}
.event-details .codebitel-btn::before {
  background-color: var(--careox-base, #ff5528);
}
.event-details__info {
  position: relative;
  background-color: var(--careox-gray, #f1f6f7);
  border-radius: 20px;
  border-top: 5px solid var(--careox-base, #ff5528);
  padding: 45px 38px;
  margin-bottom: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .event-details__info {
    padding: 35px 22px;
  }
}
@media (max-width: 991px) {
  .event-details__info {
    margin-top: 50px;
  }
}
.event-details__info__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.event-details__info__list li {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
.event-details__info__list li span {
  font-weight: 400;
}
.event-details__info__list li + li {
  margin-top: 37px;
}
.event-details__map {
  position: relative;
}
.event-details__map .google-map iframe {
  height: 475px;
  width: 100%;
}

/*--------------------------------------------------------------
# Countries
--------------------------------------------------------------*/
.country-one {
  position: relative;
  background-color: var(--careox-gray, #f1f6f7);
  padding: 120px 0;
}
@media (max-width: 767px) {
  .country-one {
    padding: 80px 0;
  }
}
.country-one__carousel.owl-carousel {
  position: relative;
}
.country-one__carousel.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -168px;
  flex-direction: column;
  display: flex;
  margin: 0;
  gap: 10px;
}
@media (max-width: 767px) {
  .country-one__carousel.owl-carousel .owl-nav {
    flex-direction: row;
    top: 0;
    position: relative;
    justify-content: center;
    margin-top: 30px;
  }
}
.country-one__carousel.owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: var(--careox-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 17px;
  color: var(--careox-black, #122f2a);
  transition: all 400ms ease;
}
.country-one__carousel.owl-carousel .owl-nav button:hover {
  background-color: var(--careox-secondary, #ffa415);
  color: var(--careox-white, #fff);
}
.country-one__item {
  position: relative;
  z-index: 2;
  background-color: var(--careox-white, #fff);
  border-radius: 30px;
  padding: 42px 25px 37px;
}
.country-one__item::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 400ms ease;
  border: 1px dashed var(--accent-color);
  opacity: 0;
  transform: scale(0.9);
  border-radius: 30px;
  z-index: -1;
}
.country-one__item:hover::after {
  opacity: 1;
  transform: scale(1);
}
.country-one__item__flag {
  position: relative;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 19px;
}
.country-one__item__flag img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.country-one__item__count {
  position: absolute;
  left: -17px;
  bottom: 9px;
  width: 41px;
  height: 41px;
  background-color: var(--careox-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(-4.963px -0.609px 2.5px rgba(0, 0, 0, 0.07));
  border-radius: 50%;
  color: var(--accent-color);
  font-weight: 700;
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  transition: all 400ms ease;
}
.country-one__item:hover .country-one__item__count {
  color: var(--careox-white, #fff);
  background-color: var(--accent-color);
}
.country-one__item__title {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 10px;
}
.country-one__item__text {
  margin: 0 0 17px;
}
.country-one__item__rm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  font-size: 16px;
  color: var(--careox-text, #636363);
  text-transform: capitalize;
  line-height: 1.1;
  transition: all 500ms ease;
}
.country-one__item__rm a {
  display: inline-block;
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.country-one__item__rm a:hover {
  background-size: 100% 1px;
}
.country-one__item__rm a:hover {
  color: var(--accent-color);
}
.country-one__item__rm i {
  color: var(--accent-color);
  font-size: 20px;
  position: relative;
  top: 1px;
}

/*--------------------------------------------------------------
# Become Volunter
--------------------------------------------------------------*/
.become-volunter {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .become-volunter {
    padding: 80px 0;
  }
}
.become-volunter__content {
  position: relative;
}
.become-volunter__title {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 24px;
}
.become-volunter__text {
  margin: 0 0 29px;
}
@media (min-width: 1200px) {
  .become-volunter__text {
    padding-right: 70px;
  }
}
.become-volunter__highlight {
  position: relative;
  font-family: var(--careox-special-font, "Nunito", sans-serif);
  font-weight: 700;
  border-left: 6px solid var(--careox-secondary, #ffa415);
  text-transform: uppercase;
  padding: 4px 0 2px 16px;
  margin-bottom: 32px;
}
.become-volunter__list {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.become-volunter__list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
.become-volunter__list li a {
  color: inherit;
  font-weight: 500;
  border-bottom: 2px solid currentColor;
}
.become-volunter__list li a:hover {
  color: var(--careox-secondary, #ffa415);
}
.become-volunter__list__icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 1;
  margin: auto;
  display: flex;
  align-items: center;
  color: var(--careox-secondary, #ffa415);
  font-size: 15px;
}
.become-volunter__image {
  position: relative;
}
@media (max-width: 767px) {
  .become-volunter__image {
    margin-top: 30px;
  }
}
.become-volunter__image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.become-volunter .contact-one__form {
  position: relative;
}
@media (max-width: 991px) {
  .become-volunter .contact-one__form {
    margin-top: 40px;
  }
}
.become-volunter .contact-one__form .bootstrap-select > .dropdown-toggle,
.become-volunter .contact-one__form input[type=text],
.become-volunter .contact-one__form input[type=email],
.become-volunter .contact-one__form input[type=tel],
.become-volunter .contact-one__form textarea {
  border-color: var(--careox-border-color, #dddddd);
  border-radius: 30px;
}
.owho-text-logo {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  text-decoration: none;
  line-height: 1.05;
}
.owho-text-logo__title {
  font-family: var(--careox-heading-font, "Nunito", sans-serif);
  font-size: 28px;
  font-weight: 900;
  color: var(--careox-black, #122f2a);
  letter-spacing: -0.03em;
}
.owho-text-logo__sub {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--careox-base, #ff5528);
}
.owho-text-logo--light .owho-text-logo__title {
  color: var(--careox-white, #fff);
}
.mobile-nav__content .owho-text-logo__title,
.sidebar-one .owho-text-logo__title {
  font-size: 24px;
}
.topbar-one__bottom__logo .owho-text-logo {
  padding: 8px 0;
}
.footer-widget__logo.owho-text-logo {
  margin-bottom: 24px;
}
.owho-map-placeholder {
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(var(--careox-black-rgb, 18, 47, 42), 0.94), rgba(var(--careox-base-rgb, 255, 85, 40), 0.84));
  padding: 40px 20px;
  text-align: center;
}
.owho-map-placeholder__content {
  max-width: 720px;
  color: var(--careox-white, #fff);
}
.owho-map-placeholder__content h3 {
  color: inherit;
  font-size: 42px;
  margin: 0 0 18px;
}
.owho-map-placeholder__content p {
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.9);
  margin: 0 0 28px;
}
body.homepage-live .owho-contact-cta {
  position: relative;
  padding: 34px 0 120px;
  background: linear-gradient(180deg, rgba(var(--owho-purple-rgb, 108, 99, 166), 0.03) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 1) 58%);
  overflow: hidden;
}

body.homepage-live .owho-contact-cta__panel {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  padding: clamp(34px, 5vw, 56px);
  background:
    radial-gradient(circle at 16% 18%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.28) 0, transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.18) 0, transparent 24%),
    linear-gradient(135deg, #432173 0%, #5a31a0 38%, #7342bf 70%, #f31371 125%);
  box-shadow: 0 34px 90px rgba(58, 18, 102, 0.24);
  isolation: isolate;
}

body.homepage-live .owho-contact-cta__panel::before,
body.homepage-live .owho-contact-cta__panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

body.homepage-live .owho-contact-cta__panel::before {
  left: -110px;
  bottom: -170px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--careox-white-rgb, 255, 255, 255), 0.22) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 0) 72%);
}

body.homepage-live .owho-contact-cta__panel::after {
  top: -120px;
  right: -60px;
  width: 300px;
  height: 300px;
  border-radius: 34px;
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.16);
  transform: rotate(24deg);
  opacity: 0.7;
}

body.homepage-live .owho-contact-cta__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.88fr);
  gap: clamp(28px, 4vw, 42px);
  align-items: stretch;
}

body.homepage-live .owho-contact-cta__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 640px;
}

body.homepage-live .owho-contact-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin-bottom: 20px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.12);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.14);
  color: var(--careox-white, #fff);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
}

body.homepage-live .owho-contact-cta__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--careox-white, #fff);
  box-shadow: 0 0 0 6px rgba(var(--careox-white-rgb, 255, 255, 255), 0.09);
}

body.homepage-live .owho-contact-cta__title {
  margin: 0 0 18px;
  max-width: 11ch;
  color: var(--careox-white, #fff);
  font-family: "Nunito", var(--careox-heading-font, sans-serif);
  font-size: clamp(42px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

body.homepage-live .owho-contact-cta__text {
  margin: 0 0 28px;
  max-width: 34ch;
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.88);
  font-family: "Nunito", var(--careox-font, sans-serif);
  font-size: clamp(17px, 1.08vw + 12px, 19px);
  line-height: 1.78;
}

body.homepage-live .owho-contact-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
}

body.homepage-live .owho-contact-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 16px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background-color 0.35s ease, color 0.35s ease;
}

body.homepage-live .owho-contact-cta__button i {
  font-size: 18px;
}

body.homepage-live .owho-contact-cta__button--primary {
  background-color: var(--careox-white, #fff);
  color: var(--owho-navy, #6345a5);
  box-shadow: 0 16px 36px rgba(var(--careox-white-rgb, 255, 255, 255), 0.16);
}

body.homepage-live .owho-contact-cta__button--primary:hover {
  color: var(--owho-pink, #f31371);
  transform: translateY(-3px);
  box-shadow: 0 22px 40px rgba(var(--careox-white-rgb, 255, 255, 255), 0.2);
}

body.homepage-live .owho-contact-cta__button--secondary {
  background-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.08);
  border-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.24);
  color: var(--careox-white, #fff);
  backdrop-filter: blur(12px);
}

body.homepage-live .owho-contact-cta__button--secondary:hover {
  background-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.16);
  border-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.4);
  color: var(--careox-white, #fff);
  transform: translateY(-3px);
}

body.homepage-live .owho-contact-cta__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--careox-white, #fff);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body.homepage-live .owho-contact-cta__link:hover {
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.82);
}

body.homepage-live .owho-contact-cta__pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
}

body.homepage-live .owho-contact-cta__pillars li {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.1);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.12);
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.84);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

body.homepage-live .owho-contact-cta__card {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: clamp(24px, 3.5vw, 34px);
  border-radius: 30px;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.1);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.18);
  box-shadow: inset 0 1px 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.16), 0 22px 48px rgba(28, 8, 55, 0.18);
  backdrop-filter: blur(18px);
  color: var(--careox-white, #fff);
}

body.homepage-live .owho-contact-cta__card-label {
  display: inline-block;
  margin-bottom: 16px;
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.66);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
}

body.homepage-live .owho-contact-cta__card-intro {
  margin: 0 0 22px;
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.82);
  font-size: 16px;
  line-height: 1.7;
}

body.homepage-live .owho-contact-cta__detail {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  align-items: flex-start;
  padding: 18px;
  border-radius: 22px;
  background: rgba(18, 8, 41, 0.18);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.08);
}

body.homepage-live .owho-contact-cta__detail + .owho-contact-cta__detail {
  margin-top: 16px;
}

body.homepage-live .owho-contact-cta__detail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.22), rgba(var(--careox-white-rgb, 255, 255, 255), 0.06));
  box-shadow: inset 0 1px 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.18);
  color: var(--careox-white, #fff);
  font-size: 22px;
}

body.homepage-live .owho-contact-cta__detail-body {
  min-width: 0;
}

body.homepage-live .owho-contact-cta__detail-label {
  display: block;
  margin-bottom: 8px;
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.64);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
}

body.homepage-live .owho-contact-cta__detail-value {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--careox-white, #fff);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

body.homepage-live .owho-contact-cta__detail-value:hover {
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.78);
}

body.homepage-live .owho-contact-cta__note {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.16);
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.74);
  font-size: 15px;
  line-height: 1.72;
}

body.homepage-live .owho-contact-cta.owho-contact-cta--fullbleed {
  padding: clamp(24px, 3vw, 40px) 0 0;
  background: linear-gradient(180deg, rgba(var(--owho-purple-rgb, 108, 99, 166), 0.05) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 0) 100%);
}

body.homepage-live .owho-contact-cta--fullbleed .owho-contact-cta__panel {
  max-width: none;
  margin-inline: calc(50% - 50vw);
  min-height: clamp(560px, 76vh, 840px);
  padding: clamp(64px, 8vw, 118px) 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 15% 18%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.16) 0, transparent 22%),
    radial-gradient(circle at 84% 18%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.36) 0, transparent 24%),
    radial-gradient(circle at 78% 72%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.1) 0, transparent 28%),
    linear-gradient(116deg, #21073d 0%, #44207a 32%, #6634af 61%, #8f49cf 79%, #f31371 128%);
  box-shadow: inset 0 1px 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.14), inset 0 -1px 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.08);
}

body.homepage-live .owho-contact-cta--fullbleed .owho-contact-cta__panel::before {
  left: -7vw;
  bottom: -14vw;
  width: clamp(320px, 40vw, 520px);
  height: clamp(320px, 40vw, 520px);
  background: radial-gradient(circle, rgba(var(--careox-white-rgb, 255, 255, 255), 0.2) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 0) 72%);
}

body.homepage-live .owho-contact-cta--fullbleed .owho-contact-cta__panel::after {
  top: -12%;
  right: max(-4vw, -36px);
  width: clamp(280px, 28vw, 420px);
  height: clamp(280px, 28vw, 420px);
  border-radius: 32% 68% 52% 48%/44% 39% 61% 56%;
  border-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.16);
  transform: rotate(18deg);
  opacity: 0.78;
}

body.homepage-live .owho-contact-cta--fullbleed .owho-contact-cta__grid {
  width: min(100%, 1280px);
  min-height: clamp(390px, 52vh, 620px);
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 64px);
  box-sizing: border-box;
  gap: clamp(32px, 5vw, 96px);
  align-items: center;
}

body.homepage-live .owho-contact-cta--fullbleed .owho-contact-cta__content {
  max-width: 720px;
}

body.homepage-live .owho-contact-cta--fullbleed .owho-contact-cta__title {
  max-width: 12ch;
  font-size: clamp(50px, 6.2vw, 86px);
  line-height: 0.94;
  text-wrap: balance;
}

body.homepage-live .owho-contact-cta--fullbleed .owho-contact-cta__text {
  max-width: 40ch;
  font-size: clamp(18px, 1.15vw + 12px, 20px);
}

body.homepage-live .owho-contact-cta--fullbleed .owho-contact-cta__actions {
  gap: 16px;
  margin-bottom: 22px;
}

body.homepage-live .owho-contact-cta--fullbleed .owho-contact-cta__button {
  min-height: 62px;
  padding: 18px 28px;
}

body.homepage-live .owho-contact-cta--fullbleed .owho-contact-cta__pillars {
  margin-top: 30px;
}

body.homepage-live .owho-contact-cta--fullbleed .owho-contact-cta__card {
  max-width: 440px;
  justify-self: end;
  padding: clamp(28px, 3vw, 38px);
  background: linear-gradient(180deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.16) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.09) 100%);
  border-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.2);
  box-shadow: inset 0 1px 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.18), 0 28px 60px rgba(20, 6, 42, 0.26);
}

body.homepage-live .owho-contact-cta--fullbleed .owho-contact-cta__detail {
  background: rgba(17, 6, 40, 0.26);
}

.owho-inline-link {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--careox-white, #fff);
  background-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.12);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.2);
}
.owho-inline-link:hover {
  color: var(--careox-white, #fff);
  background-color: var(--careox-base, #ff5528);
}
.owho-video-modal {
  position: relative;
  width: calc(100% - 30px);
  max-width: 960px;
  margin: 40px auto;
  background-color: var(--careox-black3, #000);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(var(--careox-black3-rgb, 0, 0, 0), 0.35);
}
.owho-video-modal video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  background-color: var(--careox-black3, #000);
}
.mfp-close-btn-in .owho-video-modal .mfp-close {
  color: var(--careox-white, #fff);
}
.homepage-live section[id] {
  scroll-margin-top: 130px;
}
.homepage-live .main-slider-one__layer__inner {
  overflow: hidden;
}
.homepage-live .main-slider-one__layer__inner img,
.homepage-live .donations-one__item__image img,
.homepage-live .team-card__image img,
.homepage-live .testimonials-one__image__item img,
.homepage-live .testimonials-card__image img,
.homepage-live .blog-card__image img,
.homepage-live .donate-one__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.homepage-live .owho-media-frame {
  position: relative;
  overflow: hidden;
  background-color: var(--careox-gray, #f1f6f7);
}
.homepage-live .owho-media-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage-live .about-one__image {
  min-height: 660px;
}
.homepage-live .about-one__image__one {
  max-width: 500px;
  margin-left: auto;
}
.homepage-live .owho-media-frame--about-primary {
  min-height: 540px;
  aspect-ratio: 5/6;
  border-radius: 30px;
}
.homepage-live .about-one__image__one img {
  max-width: none;
  height: 100%;
  border-radius: 0;
}
.homepage-live .about-one__image__two {
  gap: 0;
}
.homepage-live .owho-media-frame--about-secondary {
  flex: 0 0 360px;
  width: 360px;
  min-height: 330px;
  aspect-ratio: 1/1.02;
  border-radius: 30px;
  border: 10px solid var(--careox-white, #fff);
  border-left: none;
}
.homepage-live .about-one__image__two img {
  max-width: none;
  height: 100%;
  border-radius: 0;
  border: 0;
}
.homepage-live .donations-one__item__image {
  overflow: hidden;
  min-height: 250px;
  aspect-ratio: 3/2;
  background-color: var(--careox-gray, #f1f6f7);
}
.homepage-live .team-card__image {
  overflow: hidden;
  aspect-ratio: 3/2;
  background-color: var(--careox-gray, #f1f6f7);
}
.homepage-live .testimonials-one__image__item img,
.homepage-live .testimonials-card__image img,
.homepage-live .blog-card__meta img {
  object-position: center top;
}
.homepage-live .donate-one__image {
  display: block;
  width: calc(100% - 145px);
  max-width: 540px;
  overflow: hidden;
}
.homepage-live .donate-one__image img {
  height: clamp(360px, 42vw, 560px);
  margin-bottom: -25px;
}
.homepage-live .blog-card__image {
  min-height: 280px;
  aspect-ratio: 3/2;
}
.homepage-live .blog-card--reverse {
  align-items: stretch;
}
.homepage-live .blog-card--reverse .blog-card__image {
  min-width: clamp(260px, 34%, 320px);
  min-height: 100%;
  aspect-ratio: auto;
}
.homepage-live .blog-card__meta img {
  display: block;
  width: 32px !important;
  height: 32px;
  min-width: 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  object-fit: cover;
}
.homepage-live .main-footer {
  position: relative;
  padding-top: 88px;
  background-color: #000;
}

.homepage-live .main-footer__bg {
  background-color: #000;
  background-image: none !important;
  background-position: center top;
}

.homepage-live .main-footer .footer-widget__text,
.homepage-live .main-footer .footer-widget__links li,
.homepage-live .main-footer .footer-widget__info li,
.homepage-live .main-footer__copyright {
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.78);
}

.homepage-live .main-footer .footer-widget__text {
  color: var(--careox-white, #fff);
}

.homepage-live .main-footer__bottom__inner {
  border-top-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.14);
}
@media (max-width: 1599px) {
  .homepage-live .donate-one__image {
    width: calc(100% - 20px);
  }
}
@media (max-width: 1199px) {
  .homepage-live .about-one__image {
    min-height: 0;
  }
  .homepage-live .owho-media-frame--about-primary {
    min-height: 480px;
  }
  .homepage-live .owho-media-frame--about-secondary {
    width: 300px;
    min-height: 280px;
    flex-basis: 300px;
  }
  .homepage-live .donate-one__image {
    width: calc(100% - 30px);
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .homepage-live .about-one__image {
    min-height: 0;
  }
  .homepage-live .about-one__image__one {
    max-width: none;
    margin-left: 0;
    margin-bottom: 24px;
  }
  .homepage-live .about-one__image__two {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .homepage-live .owho-media-frame--about-primary,
  .homepage-live .owho-media-frame--about-secondary {
    width: 100%;
    min-height: 320px;
    aspect-ratio: 4/3;
  }
  .homepage-live .owho-media-frame--about-secondary {
    flex-basis: auto;
    border-left: 10px solid var(--careox-white, #fff);
  }
  .homepage-live .donations-one__item__image,
  .homepage-live .team-card__image,
  .homepage-live .blog-card__image {
    min-height: 220px;
  }
  .homepage-live .blog-card--reverse .blog-card__image {
    min-width: 100%;
    min-height: 240px;
    aspect-ratio: 3/2;
  }
  .homepage-live .donate-one__image {
    width: calc(100% - 20px);
    max-width: none;
  }
  .homepage-live .donate-one__image img {
    height: 320px;
  }
}
.main-header__cart__count {
  min-width: 42px;
  padding: 0 8px;
}
@media (max-width: 767px) {
  .owho-text-logo__title {
    font-size: 22px;
  }
  .owho-text-logo__sub {
    letter-spacing: 0.18em;
  }
  .owho-map-placeholder__content h3 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  body.homepage-live .owho-contact-cta {
    padding: 24px 0 100px;
  }

  body.homepage-live .owho-contact-cta__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.homepage-live .owho-contact-cta__content,
  body.homepage-live .owho-contact-cta__title,
  body.homepage-live .owho-contact-cta__text {
    max-width: none;
  }

  body.homepage-live .owho-contact-cta.owho-contact-cta--fullbleed {
    padding: 24px 0 0;
  }

  body.homepage-live .owho-contact-cta--fullbleed .owho-contact-cta__panel {
    min-height: auto;
    padding: 56px 0 64px;
  }

  body.homepage-live .owho-contact-cta--fullbleed .owho-contact-cta__grid {
    width: min(100%, 1100px);
    min-height: 0;
    padding: 0 28px;
    gap: 28px;
  }

  body.homepage-live .owho-contact-cta--fullbleed .owho-contact-cta__title {
    font-size: clamp(42px, 7vw, 68px);
  }

  body.homepage-live .owho-contact-cta--fullbleed .owho-contact-cta__card {
    max-width: none;
    justify-self: start;
  }
}

@media (max-width: 767px) {
  body.homepage-live .owho-contact-cta {
    padding: 20px 0 80px;
  }

  body.homepage-live .owho-contact-cta__panel {
    border-radius: 28px;
    padding: 28px 22px;
  }

  body.homepage-live .owho-contact-cta__eyebrow {
    font-size: 10px;
    letter-spacing: 0.2em;
    padding: 9px 13px;
    margin-bottom: 16px;
  }

  body.homepage-live .owho-contact-cta__title {
    font-size: clamp(34px, 9vw, 42px);
    line-height: 1.02;
    margin-bottom: 14px;
  }

  body.homepage-live .owho-contact-cta__text {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 22px;
  }

  body.homepage-live .owho-contact-cta__actions {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
  }

  body.homepage-live .owho-contact-cta__button {
    width: 100%;
  }

  body.homepage-live .owho-contact-cta__pillars {
    margin-top: 24px;
    gap: 8px;
  }

  body.homepage-live .owho-contact-cta__pillars li {
    padding: 9px 12px;
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  body.homepage-live .owho-contact-cta__card {
    border-radius: 24px;
    padding: 16px 18px;
  }

  body.homepage-live .owho-contact-cta__card-intro {
    font-size: 15px;
    margin-bottom: 18px;
  }

  body.homepage-live .owho-contact-cta__detail {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
    border-radius: 20px;
  }

  body.homepage-live .owho-contact-cta__detail-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    font-size: 19px;
  }

  body.homepage-live .owho-contact-cta__detail-value {
    font-size: 15px;
  }

  body.homepage-live .owho-contact-cta__note {
    font-size: 14px;
    line-height: 1.65;
  }

  body.homepage-live .owho-contact-cta.owho-contact-cta--fullbleed {
    padding: 18px 0 0;
  }

  body.homepage-live .owho-contact-cta--fullbleed .owho-contact-cta__panel {
    border-radius: 0;
    padding: 42px 0 48px;
  }

  body.homepage-live .owho-contact-cta--fullbleed .owho-contact-cta__grid {
    padding: 0 20px;
    gap: 24px;
  }

  body.homepage-live .owho-contact-cta--fullbleed .owho-contact-cta__title {
    font-size: clamp(36px, 10.5vw, 48px);
  }

  body.homepage-live .owho-contact-cta--fullbleed .owho-contact-cta__button {
    min-height: 58px;
  }
}

.owho-topbar__pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background-color: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.12);
  color: var(--owho-pink, #f31371);
  border: 1px solid rgba(var(--owho-pink-rgb, 243, 19, 113), 0.18);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.owho-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}

.owho-brand-lockup__mark {
  position: relative;
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  border-radius: 24px;
  padding: 10px;
  background: linear-gradient(135deg, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.18), rgba(var(--owho-pink-rgb, 243, 19, 113), 0.14));
  box-shadow: 0 18px 42px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.14);
}

.owho-brand-lockup__mark::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
}

.owho-brand-lockup__mark img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.owho-brand-lockup__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.owho-brand-lockup__title {
  font-family: var(--careox-heading-font, "Nunito", sans-serif);
  font-size: 29px;
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.03em;
  color: var(--owho-navy, #1f2253);
}

.owho-brand-lockup__sub {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--owho-pink, #f31371);
}

.owho-brand-lockup--light .owho-brand-lockup__mark {
  background: linear-gradient(135deg, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.24), rgba(var(--owho-pink-rgb, 243, 19, 113), 0.18));
}

.owho-brand-lockup--light .owho-brand-lockup__mark::after {
  border-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.14);
}

.owho-brand-lockup--light .owho-brand-lockup__title {
  color: var(--careox-white, #fff);
}

.owho-brand-lockup--light .owho-brand-lockup__sub {
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.78);
}

.homepage-live .owho-brand-lockup__mark,
.homepage-live .owho-brand-lockup--light .owho-brand-lockup__mark {
  background: var(--careox-white, #fff);
  box-shadow: 0 18px 42px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.16);
}

.homepage-live .owho-brand-lockup__mark::after,
.homepage-live .owho-brand-lockup--light .owho-brand-lockup__mark::after {
  border-color: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
}

.owho-brand-lockup--compact {
  gap: 12px;
}

.owho-brand-lockup--compact .owho-brand-lockup__mark {
  width: 56px;
  height: 56px;
  flex-basis: 56px;
  border-radius: 18px;
  padding: 8px;
}

.owho-brand-lockup--compact .owho-brand-lockup__title {
  font-size: 21px;
}

.owho-brand-lockup--compact .owho-brand-lockup__sub {
  font-size: 10px;
  letter-spacing: 0.14em;
}

.topbar-one__bottom__logo .owho-brand-lockup {
  max-width: 360px;
  padding: 10px 0;
}

.topbar-one__bottom__logo .owho-brand-lockup__title {
  font-size: 24px;
}

.footer-widget__logo.owho-brand-lockup {
  margin-bottom: 22px;
}

.footer-widget__logo.owho-brand-lockup .owho-brand-lockup__title {
  font-size: 26px;
}

.mobile-nav__content .owho-brand-lockup__title,
.sidebar-one .owho-brand-lockup__title {
  font-size: 24px;
}

.main-header__brand {
  margin-right: 38px;
  position: relative;
  z-index: 2;
}

.main-header__brand .owho-brand-lockup__text {
  gap: 2px;
}

.main-header__brand .owho-brand-lockup__title {
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
}

.main-header__brand .owho-brand-lockup__sub {
  display: none;
}

.homepage-live .main-menu .main-menu__list > li > a {
  white-space: nowrap;
}

.homepage-live .main-slider-one__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(var(--careox-black3-rgb, 14, 18, 54), 0.92) 8%, rgba(var(--owho-navy-rgb, 31, 34, 83), 0.82) 46%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.48) 100%), radial-gradient(circle at 82% 18%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.26), transparent 32%);
}

.homepage-live .main-slider-one__content {
  max-width: 820px;
}

.homepage-live .main-slider-one__title {
  max-width: 860px;
  color: var(--careox-white, #fff);
  font-size: clamp(50px, 5.9vw, 82px);
  line-height: 0.94;
  text-transform: none;
  text-shadow: 0 18px 48px rgba(var(--careox-black3-rgb, 14, 18, 54), 0.32);
  margin-bottom: 18px;
}

.homepage-live .main-slider-one__text {
  max-width: 650px;
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.88);
  margin-bottom: 26px;
}

.homepage-live .main-slider-one__image {
  gap: 0;
}

.homepage-live .owho-hero__icon {
  width: 84px;
  height: 84px;
  border-radius: 26px;
  background-color: var(--careox-white, #fff);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--owho-pink, #f31371);
  box-shadow: 0 24px 60px rgba(var(--careox-black3-rgb, 14, 18, 54), 0.24);
  animation: shrinkAnim 3s ease 0s infinite;
}

.homepage-live .owho-hero__icon i {
  font-size: 34px;
}

.owho-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  margin-bottom: 22px;
  border-radius: 999px;
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.18);
  background-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.12);
  color: var(--careox-white, #fff);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.owho-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 38px;
}

.owho-hero__badges span {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  background-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.12);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.14);
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.96);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.owho-badge-group,
.owho-support-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.owho-badge-group {
  margin: 0 0 28px;
}

.owho-pill,
.owho-footer-badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(var(--owho-pink-rgb, 243, 19, 113), 0.16);
  background-color: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.08);
  color: var(--owho-navy, #1f2253);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.owho-pill--soft {
  background-color: rgba(var(--owho-teal-rgb, 102, 197, 184), 0.12);
  border-color: rgba(var(--owho-teal-rgb, 102, 197, 184), 0.22);
}

.owho-pill--ghost {
  background-color: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.05);
  border-color: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.1);
}

.owho-pill--ghost-alt {
  background-color: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.1);
  border-color: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.16);
}

.owho-section-intro {
  max-width: 760px;
  margin: -4px auto 52px;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
}

.owho-disease-snapshot,
.owho-core-services,
.owho-donor-benefits {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}

.owho-disease-snapshot {
  background: linear-gradient(180deg, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.06) 0%, rgba(var(--owho-purple-rgb, 108, 99, 166), 0.05) 42%, rgba(var(--careox-white-rgb, 255, 255, 255), 1) 100%);
}

.owho-disease-snapshot::before,
.owho-core-services::before,
.owho-donor-benefits::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.45;
  pointer-events: none;
}

.owho-disease-snapshot::before {
  top: -120px;
  right: -80px;
  background-color: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.16);
}

.owho-section-intro--compact {
  max-width: 620px;
  margin-bottom: 48px;
}

.owho-snapshot-grid {
  align-items: stretch;
}

.owho-snapshot-card {
  --snapshot-accent: #e85d73;
  --snapshot-accent-strong: #254db6;
  --snapshot-secondary: #8bdcff;
  --snapshot-band-glow: rgba(127, 71, 208, 0.34);
  --snapshot-band-glow-secondary: rgba(244, 91, 167, 0.22);
  --snapshot-flag-base: #43206d;
  --snapshot-flag-accent: #ff69a9;
  --snapshot-flag-neutral: #fff7fc;
  position: relative;
  height: 100%;
  padding: 24px;
  border-radius: 34px;
  overflow: hidden;
  isolation: isolate;
  color: var(--careox-white, #fff);
  background: linear-gradient(180deg, rgba(14, 20, 58, 0.99) 0%, rgba(7, 10, 30, 0.99) 100%);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.08);
  box-shadow: 0 34px 90px rgba(11, 14, 37, 0.22);
}

.owho-snapshot-card::before,
.owho-snapshot-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.owho-snapshot-card > * {
  position: relative;
  z-index: 1;
}

.owho-snapshot-card::before {
  top: -84px;
  right: -22px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.17) 0%, rgba(255, 255, 255, 0) 70%);
}

.owho-snapshot-card::after {
  inset: 14px;
  border-radius: 28px;
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.05);
  background:
    linear-gradient(180deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.04), rgba(var(--careox-white-rgb, 255, 255, 255), 0) 26%),
    linear-gradient(90deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.03) 1px, transparent 1px);
  background-size: auto, 72px 72px, 72px 72px;
  opacity: 0.3;
}

.owho-snapshot-card--uk {
  --snapshot-accent: #d44863;
  --snapshot-accent-strong: #2046b8;
  --snapshot-secondary: #95dcff;
  --snapshot-band-glow: rgba(108, 66, 192, 0.4);
  --snapshot-band-glow-secondary: rgba(255, 95, 166, 0.24);
  --snapshot-flag-base: #34155a;
  --snapshot-flag-accent: #f95e9f;
  --snapshot-flag-neutral: #fff6fb;
}

.owho-snapshot-tab-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.owho-snapshot-card__body {
  position: relative;
  display: grid;
  gap: 20px;
  min-height: 100%;
}

.owho-snapshot-card__band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  border-radius: 26px;
  overflow: hidden;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.09);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.1);
  box-shadow: inset 0 1px 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.08);
  backdrop-filter: blur(20px);
}

.owho-snapshot-card__band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 50%, var(--snapshot-band-glow) 0%, transparent 38%),
    radial-gradient(circle at 88% 18%, var(--snapshot-band-glow-secondary) 0%, transparent 34%),
    linear-gradient(135deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.14) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.04) 100%);
  opacity: 1;
}

.owho-snapshot-card__band > * {
  position: relative;
  z-index: 1;
}

.owho-snapshot-card__band-country {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.owho-snapshot-card__flag {
  position: relative;
  display: block;
  flex: 0 0 112px;
  width: 112px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.16);
  background: linear-gradient(135deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.18), rgba(var(--careox-white-rgb, 255, 255, 255), 0.04));
  box-shadow: 0 18px 32px rgba(4, 8, 26, 0.28), inset 0 1px 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.18);
}

.owho-snapshot-card__flag::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.2) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 0) 55%);
}

.owho-snapshot-card__flag svg {
  display: block;
  width: 100%;
  height: auto;
}

.owho-snapshot-card__band-meta {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.owho-snapshot-card__country-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(8, 13, 42, 0.62);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.14);
  box-shadow: inset 0 1px 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.08);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.owho-snapshot-card__band-country-name {
  display: block;
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.94);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.owho-snapshot-card__band-copy {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(7, 10, 30, 0.34);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.08);
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.9);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
  text-align: right;
}

.owho-snapshot-card__topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
}

.owho-snapshot-card__title-group {
  min-width: 0;
}

.owho-snapshot-card__eyebrow,
.owho-snapshot-tab-label,
.owho-snapshot-ring__label,
.owho-snapshot-chart-caption__label,
.owho-snapshot-row__label,
.owho-snapshot-stat__label,
.owho-snapshot-focus-chip span,
.owho-snapshot-card__source {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.owho-snapshot-card__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.62);
}

.owho-snapshot-card__title {
  margin: 0;
  color: inherit;
  font-family: var(--careox-heading-font, "Nunito", sans-serif);
  font-size: clamp(32px, 3.2vw, 44px);
  line-height: 0.96;
}

.owho-service-panel__label,
.owho-service-matrix__eyebrow {
  margin: 0 0 10px;
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.owho-snapshot-card__headline,
.owho-service-panel h3,
.owho-service-matrix__heading h4,
.owho-benefit-card h4 {
  margin: 0;
}

.owho-snapshot-card__tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-self: end;
  padding: 6px;
  border-radius: 999px;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.08);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.08);
  backdrop-filter: blur(16px);
}

.owho-snapshot-tab-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  margin: 0;
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.62);
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.owho-snapshot-tab-label:hover {
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.92);
}

.owho-snapshot-tab-toggle[id$="-overview"]:checked ~ .owho-snapshot-card__body .owho-snapshot-tab-label--overview,
.owho-snapshot-tab-toggle[id$="-kidney"]:checked ~ .owho-snapshot-card__body .owho-snapshot-tab-label--kidney,
.owho-snapshot-tab-toggle[id$="-liver"]:checked ~ .owho-snapshot-card__body .owho-snapshot-tab-label--liver {
  color: var(--careox-white, #fff);
  background: linear-gradient(135deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.18), rgba(var(--careox-white-rgb, 255, 255, 255), 0.08));
  box-shadow: 0 12px 24px rgba(6, 10, 30, 0.22);
}

.owho-snapshot-tab-toggle[id$="-overview"]:focus-visible ~ .owho-snapshot-card__body .owho-snapshot-tab-label--overview,
.owho-snapshot-tab-toggle[id$="-kidney"]:focus-visible ~ .owho-snapshot-card__body .owho-snapshot-tab-label--kidney,
.owho-snapshot-tab-toggle[id$="-liver"]:focus-visible ~ .owho-snapshot-card__body .owho-snapshot-tab-label--liver {
  box-shadow: 0 0 0 2px rgba(var(--careox-white-rgb, 255, 255, 255), 0.6);
}

.owho-snapshot-dashboard {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.owho-snapshot-visual,
.owho-snapshot-row,
.owho-snapshot-stat {
  transition: transform 0.35s ease, opacity 0.35s ease, background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.owho-snapshot-visual {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 16px;
  padding: 24px 18px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.1) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.05) 100%);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.08);
  box-shadow: inset 0 1px 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.06);
}

.owho-snapshot-ring {
  --chart-value: 0;
  --chart-fill: var(--snapshot-accent);
  --chart-glow: rgba(232, 93, 115, 0.3);
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  width: min(240px, 100%);
  border-radius: 50%;
  background: conic-gradient(from -90deg, var(--chart-fill) calc(var(--chart-value) * 1%), rgba(var(--careox-white-rgb, 255, 255, 255), 0.14) 0);
  box-shadow: 0 0 0 1px rgba(var(--careox-white-rgb, 255, 255, 255), 0.08), 0 0 40px var(--chart-glow);
}

.owho-snapshot-ring::before {
  content: "";
  position: absolute;
  inset: 14%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 20%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.1) 0%, rgba(6, 10, 29, 0.95) 72%);
  box-shadow: inset 0 0 0 1px rgba(var(--careox-white-rgb, 255, 255, 255), 0.08);
}

.owho-snapshot-ring--mini {
  width: min(170px, 100%);
}

.owho-snapshot-ring__inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 5px;
  text-align: center;
  padding: 0 18px;
}

.owho-snapshot-ring__value,
.owho-snapshot-chart-caption strong,
.owho-snapshot-row strong,
.owho-snapshot-stat strong,
.owho-snapshot-focus-chip strong {
  font-family: var(--careox-heading-font, "Nunito", sans-serif);
}

.owho-snapshot-ring__value {
  display: block;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.owho-snapshot-ring--mini .owho-snapshot-ring__value {
  font-size: clamp(26px, 4vw, 40px);
  letter-spacing: -0.04em;
}

.owho-snapshot-ring__label {
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.68);
}

.owho-snapshot-chart-caption {
  display: grid;
  gap: 4px;
  text-align: center;
}

.owho-snapshot-chart-caption__label {
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.56);
}

.owho-snapshot-chart-caption strong {
  display: block;
  color: inherit;
  font-size: 30px;
  line-height: 0.96;
}

.owho-snapshot-chart-caption p {
  margin: 0;
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.7);
  font-size: 14px;
  line-height: 1.4;
}

.owho-snapshot-card__rows {
  display: grid;
  gap: 12px;
}

.owho-snapshot-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.07);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.08);
}

.owho-snapshot-row--kidney {
  --row-accent: var(--snapshot-accent);
}

.owho-snapshot-row--liver {
  --row-accent: var(--snapshot-secondary);
}

.owho-snapshot-row__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--row-accent);
  box-shadow: 0 0 0 8px rgba(var(--careox-white-rgb, 255, 255, 255), 0.03);
}

.owho-snapshot-row__copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.owho-snapshot-row__label {
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.56);
}

.owho-snapshot-row strong {
  display: block;
  color: inherit;
  font-size: 22px;
  line-height: 1;
}

.owho-snapshot-row__meta {
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.74);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: right;
}

.owho-snapshot-card__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.owho-snapshot-stat {
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.08) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.05) 100%);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.08);
}

.owho-snapshot-stat:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.16);
}

.owho-snapshot-stat__label {
  display: block;
  margin-bottom: 10px;
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.58);
}

.owho-snapshot-stat strong {
  display: block;
  font-size: 30px;
  line-height: 0.98;
}

.owho-snapshot-stat p {
  margin: 8px 0 0;
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.74);
  font-size: 13px;
  line-height: 1.45;
}

.owho-snapshot-card__focus {
  position: relative;
  min-height: 82px;
}

.owho-snapshot-focus-panel {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.owho-snapshot-focus-chip {
  padding: 14px 15px;
  border-radius: 18px;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.05);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.08);
}

.owho-snapshot-focus-chip span {
  display: block;
  margin-bottom: 7px;
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.52);
}

.owho-snapshot-focus-chip strong {
  display: block;
  font-size: 19px;
  line-height: 1.05;
}

.owho-snapshot-tab-toggle[id$="-overview"]:checked ~ .owho-snapshot-card__body .owho-snapshot-focus-panel--overview,
.owho-snapshot-tab-toggle[id$="-kidney"]:checked ~ .owho-snapshot-card__body .owho-snapshot-focus-panel--kidney,
.owho-snapshot-tab-toggle[id$="-liver"]:checked ~ .owho-snapshot-card__body .owho-snapshot-focus-panel--liver {
  display: grid;
}

.owho-snapshot-tab-toggle[id$="-kidney"]:checked ~ .owho-snapshot-card__body .owho-snapshot-visual--secondary,
.owho-snapshot-tab-toggle[id$="-kidney"]:checked ~ .owho-snapshot-card__body .owho-snapshot-row--liver,
.owho-snapshot-tab-toggle[id$="-kidney"]:checked ~ .owho-snapshot-card__body .owho-snapshot-stat--liver,
.owho-snapshot-tab-toggle[id$="-liver"]:checked ~ .owho-snapshot-card__body .owho-snapshot-visual--primary,
.owho-snapshot-tab-toggle[id$="-liver"]:checked ~ .owho-snapshot-card__body .owho-snapshot-row--kidney,
.owho-snapshot-tab-toggle[id$="-liver"]:checked ~ .owho-snapshot-card__body .owho-snapshot-stat--kidney {
  opacity: 0.5;
}

.owho-snapshot-tab-toggle[id$="-kidney"]:checked ~ .owho-snapshot-card__body .owho-snapshot-visual--primary,
.owho-snapshot-tab-toggle[id$="-kidney"]:checked ~ .owho-snapshot-card__body .owho-snapshot-row--kidney,
.owho-snapshot-tab-toggle[id$="-kidney"]:checked ~ .owho-snapshot-card__body .owho-snapshot-stat--kidney,
.owho-snapshot-tab-toggle[id$="-liver"]:checked ~ .owho-snapshot-card__body .owho-snapshot-visual--secondary,
.owho-snapshot-tab-toggle[id$="-liver"]:checked ~ .owho-snapshot-card__body .owho-snapshot-row--liver,
.owho-snapshot-tab-toggle[id$="-liver"]:checked ~ .owho-snapshot-card__body .owho-snapshot-stat--liver {
  transform: translateY(-3px);
  border-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.16);
  box-shadow: 0 20px 44px rgba(4, 7, 23, 0.2);
}

.owho-snapshot-tab-toggle[id$="-kidney"]:checked ~ .owho-snapshot-card__body .owho-snapshot-visual--primary,
.owho-snapshot-tab-toggle[id$="-liver"]:checked ~ .owho-snapshot-card__body .owho-snapshot-visual--secondary {
  background: linear-gradient(180deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.14) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.06) 100%);
}

.owho-snapshot-card__source {
  margin: 4px 0 0;
  padding-top: 18px;
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.48);
  border-top: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.08);
}

@media (max-width: 1199px) {
  .owho-snapshot-card__topline {
    grid-template-columns: 1fr;
  }

  .owho-snapshot-card__tabs {
    justify-self: start;
  }
}

@media (max-width: 991px) {
  .owho-snapshot-focus-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .owho-snapshot-card {
    padding: 20px;
    border-radius: 28px;
  }

  .owho-snapshot-card::after {
    inset: 10px;
    border-radius: 22px;
  }

  .owho-snapshot-card__band {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .owho-snapshot-card__flag {
    flex-basis: 96px;
    width: 96px;
  }

  .owho-snapshot-card__band-copy {
    justify-self: start;
    text-align: left;
  }

  .owho-snapshot-dashboard {
    grid-template-columns: 1fr;
  }

  .owho-snapshot-visual--secondary {
    grid-template-columns: auto minmax(0, 1fr);
    justify-items: start;
    align-items: center;
  }

  .owho-snapshot-visual--secondary .owho-snapshot-chart-caption {
    text-align: left;
  }

  .owho-snapshot-ring {
    width: min(220px, 100%);
  }

  .owho-snapshot-ring--mini {
    width: 132px;
  }

  .owho-snapshot-row {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: flex-start;
  }

  .owho-snapshot-row__meta {
    grid-column: 2 / -1;
    justify-self: start;
    text-align: left;
  }

  .owho-snapshot-card__focus {
    min-height: 0;
  }
}

@media (max-width: 479px) {
  .owho-snapshot-card__tabs {
    width: 100%;
  }

  .owho-snapshot-tab-label {
    flex: 1 1 calc(33.333% - 4px);
  }

  .owho-snapshot-visual--secondary {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .owho-snapshot-visual--secondary .owho-snapshot-chart-caption {
    text-align: center;
  }

  .owho-snapshot-card__stats,
  .owho-snapshot-focus-panel {
    grid-template-columns: 1fr;
  }
}

.owho-disease-snapshot {
  isolation: isolate;
  background:
    radial-gradient(circle at 14% 12%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.1) 0%, transparent 32%),
    radial-gradient(circle at 86% 14%, rgba(var(--owho-purple-rgb, 108, 99, 166), 0.14) 0%, transparent 30%),
    linear-gradient(180deg, #fff9fd 0%, rgba(var(--owho-purple-rgb, 108, 99, 166), 0.05) 56%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.07) 100%);
}

.owho-disease-snapshot > .container {
  position: relative;
  z-index: 1;
}

.owho-disease-snapshot::before {
  top: -90px;
  right: -70px;
  width: 360px;
  height: 360px;
  z-index: 0;
  background-color: rgba(var(--owho-purple-rgb, 108, 99, 166), 0.14);
  opacity: 0.58;
}

.owho-disease-snapshot::after {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -180px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  z-index: 0;
  background-color: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.12);
  filter: blur(55px);
  opacity: 0.75;
  pointer-events: none;
}

.owho-snapshot-heading .sec-title__tagline {
  color: var(--owho-pink, #f31371);
}

.owho-snapshot-heading .sec-title__tagline__border {
  background-color: var(--owho-purple, #6c63a6);
  color: var(--owho-purple, #6c63a6);
}

.owho-snapshot-heading .sec-title__title {
  color: #43206c;
}

.owho-disease-snapshot .owho-section-intro--compact {
  max-width: 700px;
  margin-bottom: 58px;
  color: rgba(var(--owho-navy-rgb, 99, 69, 165), 0.82);
}

.owho-snapshot-card {
  --snapshot-accent: #ff68b5;
  --snapshot-secondary: #b184ee;
  --snapshot-accent-glow: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.2);
  --snapshot-secondary-glow: rgba(var(--owho-purple-rgb, 108, 99, 166), 0.2);
  --snapshot-band-glow: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.28);
  --snapshot-band-glow-secondary: rgba(var(--owho-purple-rgb, 108, 99, 166), 0.26);
  --snapshot-card-glow-one: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.22);
  --snapshot-card-glow-two: rgba(var(--owho-purple-rgb, 108, 99, 166), 0.18);
  --snapshot-flag-base: #5d2e96;
  --snapshot-flag-accent: #ff6fb9;
  --snapshot-flag-neutral: #fffafc;
  padding: 26px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 18% 14%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.16) 0%, transparent 20%),
    radial-gradient(circle at 82% 84%, var(--snapshot-card-glow-two) 0%, transparent 30%),
    linear-gradient(155deg, rgba(87, 36, 127, 0.98) 0%, rgba(33, 11, 50, 0.99) 58%, rgba(19, 7, 29, 1) 100%);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.1);
  box-shadow: 0 36px 90px rgba(31, 10, 43, 0.22);
}

.owho-snapshot-card::before {
  top: -72px;
  right: -18px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(var(--careox-white-rgb, 255, 255, 255), 0.18) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 0) 72%);
}

.owho-snapshot-card::after {
  inset: 12px;
  border-radius: 34px;
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.06);
  background:
    radial-gradient(circle at 14% 18%, var(--snapshot-card-glow-one) 0%, transparent 24%),
    radial-gradient(circle at 82% 72%, var(--snapshot-card-glow-two) 0%, transparent 28%),
    linear-gradient(180deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.05), rgba(var(--careox-white-rgb, 255, 255, 255), 0) 28%);
  opacity: 1;
}

.owho-snapshot-card--uk {
  --snapshot-accent: #b98af0;
  --snapshot-secondary: #ff72bb;
  --snapshot-accent-glow: rgba(var(--owho-purple-rgb, 108, 99, 166), 0.22);
  --snapshot-secondary-glow: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.2);
  --snapshot-band-glow: rgba(var(--owho-purple-rgb, 108, 99, 166), 0.32);
  --snapshot-band-glow-secondary: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.24);
  --snapshot-card-glow-one: rgba(var(--owho-purple-rgb, 108, 99, 166), 0.22);
  --snapshot-card-glow-two: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.18);
  --snapshot-flag-base: #472173;
  --snapshot-flag-accent: #ff69b4;
  --snapshot-flag-neutral: #fff8fc;
}

.owho-snapshot-card__body {
  gap: 22px;
}

.owho-snapshot-card__band {
  padding: 16px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.13) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.05) 100%);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.12);
  box-shadow: inset 0 1px 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.14);
}

.owho-snapshot-card__band::before {
  background:
    radial-gradient(circle at 14% 50%, var(--snapshot-band-glow) 0%, transparent 36%),
    radial-gradient(circle at 86% 18%, var(--snapshot-band-glow-secondary) 0%, transparent 32%),
    linear-gradient(135deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.16) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.04) 100%);
}

.owho-snapshot-card__flag {
  display: grid;
  place-items: center;
  flex: 0 0 96px;
  width: 96px;
  aspect-ratio: 1;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.18);
  background: radial-gradient(circle at 32% 24%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.3) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.08) 34%, rgba(var(--owho-purple-rgb, 108, 99, 166), 0.14) 100%);
  box-shadow: 0 18px 36px rgba(22, 7, 33, 0.24), inset 0 1px 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.2);
}

.owho-snapshot-card__flag svg {
  width: auto;
  height: 100%;
  min-width: 100%;
  max-width: none;
}

.owho-snapshot-card__country-badge {
  background: linear-gradient(135deg, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.18) 0%, rgba(var(--owho-purple-rgb, 108, 99, 166), 0.18) 100%);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.16);
}

.owho-snapshot-card__band-country-name {
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.96);
}

.owho-snapshot-card__band-copy {
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(var(--owho-purple-rgb, 108, 99, 166), 0.18);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.1);
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.92);
}

.owho-snapshot-card__topline {
  align-items: center;
}

.owho-snapshot-card__eyebrow {
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.66);
}

.owho-snapshot-card__title {
  font-size: clamp(34px, 3.3vw, 46px);
  line-height: 0.92;
}

.owho-snapshot-card__tabs {
  gap: 8px;
  padding: 7px;
  background: rgba(var(--owho-purple-rgb, 108, 99, 166), 0.16);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.08);
}

.owho-snapshot-tab-label {
  min-height: 42px;
  padding: 8px 16px;
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.68);
}

.owho-snapshot-tab-label:hover {
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.96);
}

.owho-snapshot-tab-toggle[id$="-overview"]:checked ~ .owho-snapshot-card__body .owho-snapshot-tab-label--overview,
.owho-snapshot-tab-toggle[id$="-kidney"]:checked ~ .owho-snapshot-card__body .owho-snapshot-tab-label--kidney,
.owho-snapshot-tab-toggle[id$="-liver"]:checked ~ .owho-snapshot-card__body .owho-snapshot-tab-label--liver {
  background: linear-gradient(135deg, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.3) 0%, rgba(var(--owho-purple-rgb, 108, 99, 166), 0.28) 100%);
  box-shadow: 0 12px 24px rgba(27, 8, 39, 0.24);
}

.owho-snapshot-tab-toggle[id$="-overview"]:focus-visible ~ .owho-snapshot-card__body .owho-snapshot-tab-label--overview,
.owho-snapshot-tab-toggle[id$="-kidney"]:focus-visible ~ .owho-snapshot-card__body .owho-snapshot-tab-label--kidney,
.owho-snapshot-tab-toggle[id$="-liver"]:focus-visible ~ .owho-snapshot-card__body .owho-snapshot-tab-label--liver {
  box-shadow: 0 0 0 2px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.46);
}

.owho-snapshot-dashboard {
  position: relative;
  grid-template-columns: minmax(0, 1.14fr) minmax(0, 0.86fr);
  gap: 0;
  align-items: end;
  padding: 4px 0 8px;
}

.owho-snapshot-dashboard::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 10%;
  top: 14%;
  bottom: 10%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 40%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.18) 0%, transparent 23%),
    radial-gradient(circle at 70% 62%, rgba(var(--owho-purple-rgb, 108, 99, 166), 0.2) 0%, transparent 24%);
  filter: blur(10px);
  opacity: 0.95;
  pointer-events: none;
}

.owho-snapshot-visual {
  --visual-aura: var(--snapshot-accent-glow);
  position: relative;
  justify-self: start;
  width: min(100%, 312px);
  aspect-ratio: 1;
  gap: 14px;
  padding: 30px 24px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 22%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.24) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.1) 18%, var(--visual-aura) 42%, rgba(23, 8, 34, 0.94) 78%);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.1);
  box-shadow: inset 0 1px 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.16), 0 28px 60px rgba(24, 9, 36, 0.26);
  overflow: hidden;
}

.owho-snapshot-visual::before,
.owho-snapshot-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.owho-snapshot-visual::before {
  inset: 9%;
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.06);
}

.owho-snapshot-visual::after {
  top: 12%;
  left: 18%;
  width: 42%;
  height: 28%;
  background: radial-gradient(circle, rgba(var(--careox-white-rgb, 255, 255, 255), 0.24) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 0) 72%);
  opacity: 0.9;
}

.owho-snapshot-visual--secondary {
  --visual-aura: var(--snapshot-secondary-glow);
  justify-self: end;
  width: min(100%, 238px);
  margin-top: 82px;
}

.owho-snapshot-ring {
  width: min(68%, 206px);
  box-shadow: 0 0 0 1px rgba(var(--careox-white-rgb, 255, 255, 255), 0.08), 0 0 48px var(--chart-glow);
}

.owho-snapshot-visual--secondary .owho-snapshot-ring {
  width: min(72%, 156px);
}

.owho-snapshot-ring::before {
  background: radial-gradient(circle at 50% 18%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.28) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.08) 18%, rgba(34, 10, 49, 0.96) 72%);
}

.owho-snapshot-ring__label,
.owho-snapshot-chart-caption__label,
.owho-snapshot-row__label,
.owho-snapshot-stat__label,
.owho-snapshot-focus-chip span,
.owho-snapshot-card__source {
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.62);
}

.owho-snapshot-chart-caption {
  gap: 3px;
}

.owho-snapshot-chart-caption strong {
  font-size: 28px;
}

.owho-snapshot-chart-caption p {
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.76);
}

.owho-snapshot-card__rows {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.owho-snapshot-row {
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  padding: 16px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.12) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.05) 100%);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.09);
  box-shadow: inset 0 1px 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.12);
}

.owho-snapshot-row__dot {
  width: 12px;
  height: 12px;
  box-shadow: 0 0 0 10px rgba(var(--careox-white-rgb, 255, 255, 255), 0.04);
}

.owho-snapshot-row__meta {
  grid-column: 2 / -1;
  justify-self: start;
  text-align: left;
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.72);
  font-size: 12px;
}

.owho-snapshot-card__stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.owho-snapshot-stat {
  --stat-aura: var(--snapshot-accent-glow);
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 116px;
  aspect-ratio: 1;
  padding: 18px 14px;
  border-radius: 50%;
  text-align: center;
  background: radial-gradient(circle at 34% 24%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.22) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.08) 18%, var(--stat-aura) 44%, rgba(26, 8, 39, 0.94) 78%);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.1);
  box-shadow: inset 0 1px 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.14);
  overflow: hidden;
}

.owho-snapshot-stat::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.05);
}

.owho-snapshot-stat--kidney {
  --stat-aura: var(--snapshot-accent-glow);
}

.owho-snapshot-stat--liver {
  --stat-aura: var(--snapshot-secondary-glow);
}

.owho-snapshot-stat:hover {
  transform: translateY(-4px) scale(1.02);
  border-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.16);
  box-shadow: inset 0 1px 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.14), 0 18px 36px rgba(25, 8, 38, 0.24);
}

.owho-snapshot-stat__label {
  margin-bottom: 8px;
}

.owho-snapshot-stat strong {
  font-size: clamp(26px, 2.3vw, 30px);
}

.owho-snapshot-stat p {
  max-width: 80px;
  margin-top: 6px;
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.74);
  font-size: 11px;
  line-height: 1.28;
}

.owho-snapshot-card__focus {
  min-height: 0;
}

.owho-snapshot-focus-panel {
  gap: 12px;
}

.owho-snapshot-focus-chip {
  padding: 14px 16px;
  border-radius: 999px;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.07);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.09);
  box-shadow: inset 0 1px 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.12);
  text-align: center;
}

.owho-snapshot-focus-chip strong {
  font-size: 20px;
}

.owho-snapshot-tab-toggle[id$="-kidney"]:checked ~ .owho-snapshot-card__body .owho-snapshot-visual--secondary,
.owho-snapshot-tab-toggle[id$="-kidney"]:checked ~ .owho-snapshot-card__body .owho-snapshot-row--liver,
.owho-snapshot-tab-toggle[id$="-kidney"]:checked ~ .owho-snapshot-card__body .owho-snapshot-stat--liver,
.owho-snapshot-tab-toggle[id$="-liver"]:checked ~ .owho-snapshot-card__body .owho-snapshot-visual--primary,
.owho-snapshot-tab-toggle[id$="-liver"]:checked ~ .owho-snapshot-card__body .owho-snapshot-row--kidney,
.owho-snapshot-tab-toggle[id$="-liver"]:checked ~ .owho-snapshot-card__body .owho-snapshot-stat--kidney {
  opacity: 0.52;
}

.owho-snapshot-tab-toggle[id$="-kidney"]:checked ~ .owho-snapshot-card__body .owho-snapshot-visual--primary,
.owho-snapshot-tab-toggle[id$="-kidney"]:checked ~ .owho-snapshot-card__body .owho-snapshot-row--kidney,
.owho-snapshot-tab-toggle[id$="-kidney"]:checked ~ .owho-snapshot-card__body .owho-snapshot-stat--kidney,
.owho-snapshot-tab-toggle[id$="-liver"]:checked ~ .owho-snapshot-card__body .owho-snapshot-visual--secondary,
.owho-snapshot-tab-toggle[id$="-liver"]:checked ~ .owho-snapshot-card__body .owho-snapshot-row--liver,
.owho-snapshot-tab-toggle[id$="-liver"]:checked ~ .owho-snapshot-card__body .owho-snapshot-stat--liver {
  transform: translateY(-5px);
  border-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.16);
  box-shadow: 0 24px 52px rgba(24, 8, 37, 0.26);
}

.owho-snapshot-tab-toggle[id$="-kidney"]:checked ~ .owho-snapshot-card__body .owho-snapshot-visual--primary,
.owho-snapshot-tab-toggle[id$="-liver"]:checked ~ .owho-snapshot-card__body .owho-snapshot-visual--secondary {
  background: radial-gradient(circle at 32% 22%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.28) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.12) 18%, var(--visual-aura) 44%, rgba(25, 9, 37, 0.96) 78%);
}

.owho-snapshot-card__source {
  margin: 6px 0 0;
  padding-top: 18px;
  text-align: center;
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.54);
}

@media (max-width: 767px) {
  .owho-disease-snapshot .owho-section-intro--compact {
    margin-bottom: 44px;
  }

  .owho-snapshot-card {
    padding: 22px;
    border-radius: 34px;
  }

  .owho-snapshot-card::after {
    inset: 10px;
    border-radius: 26px;
  }

  .owho-snapshot-card__band {
    border-radius: 30px;
  }

  .owho-snapshot-card__flag {
    flex-basis: 84px;
    width: 84px;
  }

  .owho-snapshot-dashboard {
    grid-template-columns: 1fr;
    gap: 18px;
    justify-items: center;
  }

  .owho-snapshot-dashboard::before {
    left: 16%;
    right: 16%;
    top: 10%;
    bottom: 8%;
  }

  .owho-snapshot-visual,
  .owho-snapshot-visual--secondary {
    justify-self: center;
    width: min(100%, 286px);
    margin-top: 0;
  }

  .owho-snapshot-card__rows {
    grid-template-columns: 1fr;
  }

  .owho-snapshot-row {
    border-radius: 28px;
  }

  .owho-snapshot-card__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .owho-snapshot-focus-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 479px) {
  .owho-snapshot-card__tabs {
    width: 100%;
  }

  .owho-snapshot-tab-label {
    flex: 1 1 calc(33.333% - 6px);
    padding: 8px 10px;
  }

  .owho-snapshot-card__band-country {
    gap: 14px;
  }

  .owho-snapshot-card__band-copy {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .owho-snapshot-visual,
  .owho-snapshot-visual--secondary {
    width: min(100%, 260px);
  }

  .owho-snapshot-card__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 389px) {
  .owho-snapshot-card__stats {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .owho-snapshot-stat {
    width: min(100%, 168px);
  }
}

.owho-disease-snapshot {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 12% 16%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.12) 0%, transparent 28%),
    radial-gradient(circle at 88% 14%, rgba(var(--owho-purple-rgb, 108, 99, 166), 0.18) 0%, transparent 30%),
    linear-gradient(180deg, #fffbfd 0%, #f8f2ff 54%, #ffffff 100%);
}

.owho-disease-snapshot > .container {
  position: relative;
  z-index: 1;
}

.owho-disease-snapshot::before {
  top: -110px;
  right: -90px;
  width: 360px;
  height: 360px;
  background-color: rgba(var(--owho-purple-rgb, 108, 99, 166), 0.16);
  filter: blur(58px);
  opacity: 0.62;
}

.owho-disease-snapshot::after {
  content: "";
  position: absolute;
  left: -110px;
  bottom: -170px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background-color: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.14);
  filter: blur(58px);
  opacity: 0.82;
  pointer-events: none;
}

.owho-snapshot-heading .sec-title__tagline {
  color: var(--owho-pink, #f31371);
}

.owho-snapshot-heading .sec-title__tagline__border {
  background-color: var(--owho-purple, #6c63a6);
  color: var(--owho-purple, #6c63a6);
}

.owho-snapshot-heading .sec-title__title {
  color: #4a236f;
}

.owho-disease-snapshot .owho-section-intro--compact {
  max-width: 720px;
  margin: 0 auto 58px;
  color: rgba(74, 35, 111, 0.78);
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
}

.owho-snapshot-country,
.owho-snapshot-chart,
.owho-snapshot-donut,
.owho-snapshot-metric {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background-color 0.35s ease;
}

.owho-snapshot-country {
  position: relative;
  height: 100%;
  padding: 28px;
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.96) 0%, rgba(255, 250, 253, 0.99) 100%);
  border: 1px solid rgba(var(--owho-purple-rgb, 108, 99, 166), 0.12);
  box-shadow: 0 28px 70px rgba(var(--owho-purple-rgb, 108, 99, 166), 0.14);
}

.owho-snapshot-country::before,
.owho-snapshot-country::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.owho-snapshot-country::before {
  inset: 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.1) 0%, transparent 28%),
    radial-gradient(circle at 88% 88%, rgba(var(--owho-purple-rgb, 108, 99, 166), 0.12) 0%, transparent 30%);
}

.owho-snapshot-country::after {
  left: 0;
  right: 0;
  top: 0;
  height: 6px;
  background: linear-gradient(90deg, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.95) 0%, rgba(var(--owho-purple-rgb, 108, 99, 166), 0.95) 100%);
}

.owho-snapshot-country > * {
  position: relative;
  z-index: 1;
}

.owho-snapshot-country:hover {
  transform: translateY(-8px);
  border-color: rgba(var(--owho-purple-rgb, 108, 99, 166), 0.18);
  box-shadow: 0 36px 86px rgba(var(--owho-purple-rgb, 108, 99, 166), 0.18);
}

.owho-snapshot-country:hover .owho-snapshot-donut {
  transform: scale(1.03);
}

.owho-snapshot-country__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.owho-snapshot-country__identity {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.owho-snapshot-country__flag {
  position: relative;
  flex: 0 0 56px;
  width: 56px;
  aspect-ratio: 1;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(var(--owho-purple-rgb, 108, 99, 166), 0.16);
  box-shadow: 0 14px 28px rgba(var(--owho-purple-rgb, 108, 99, 166), 0.12), inset 0 1px 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.62);
}

.owho-snapshot-country__flag::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.4) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 0) 58%);
}

.owho-snapshot-country__flag--usa {
  background:
    linear-gradient(180deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.98) 0 20%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.88) 20% 40%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.98) 40% 60%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.88) 60% 80%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.98) 80% 100%);
}

.owho-snapshot-country__flag--usa::before {
  content: "";
  position: absolute;
  inset: 0 auto 42% 0;
  width: 48%;
  border-radius: 18px 0 14px 0;
  background: linear-gradient(135deg, rgba(74, 35, 111, 0.98) 0%, rgba(var(--owho-purple-rgb, 108, 99, 166), 0.94) 100%);
}

.owho-snapshot-country__flag--uk {
  background:
    linear-gradient(0deg, transparent 40%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.96) 40% 60%, transparent 60%),
    linear-gradient(90deg, transparent 40%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.96) 40% 60%, transparent 60%),
    linear-gradient(45deg, transparent 43%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.96) 43% 57%, transparent 57%),
    linear-gradient(-45deg, transparent 43%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.96) 43% 57%, transparent 57%),
    linear-gradient(0deg, transparent 46%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.92) 46% 54%, transparent 54%),
    linear-gradient(90deg, transparent 46%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.92) 46% 54%, transparent 54%),
    linear-gradient(45deg, transparent 47.5%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.92) 47.5% 52.5%, transparent 52.5%),
    linear-gradient(-45deg, transparent 47.5%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.92) 47.5% 52.5%, transparent 52.5%),
    linear-gradient(135deg, rgba(74, 35, 111, 0.98) 0%, rgba(var(--owho-purple-rgb, 108, 99, 166), 0.92) 100%);
}

.owho-snapshot-country__title-wrap {
  min-width: 0;
}

.owho-snapshot-country__eyebrow,
.owho-snapshot-country__tag,
.owho-snapshot-chart__kicker,
.owho-snapshot-donut__label,
.owho-snapshot-metric__label,
.owho-snapshot-metric__split small,
.owho-snapshot-country__source {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.owho-snapshot-country__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: rgba(74, 35, 111, 0.6);
}

.owho-snapshot-country__title {
  margin: 0;
  color: #4a236f;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 0.96;
}

.owho-snapshot-country__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 999px;
  color: #4a236f;
  background: linear-gradient(135deg, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.1) 0%, rgba(var(--owho-purple-rgb, 108, 99, 166), 0.12) 100%);
  border: 1px solid rgba(var(--owho-purple-rgb, 108, 99, 166), 0.1);
  box-shadow: inset 0 1px 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.8);
  white-space: nowrap;
}

.owho-snapshot-country__charts {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 22px;
  align-items: center;
  margin-bottom: 20px;
  padding: 28px 24px;
  border-radius: 30px;
  overflow: hidden;
  color: var(--careox-white, #fff);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.14);
  box-shadow: 0 24px 54px rgba(53, 19, 82, 0.22);
}

.owho-snapshot-country--usa .owho-snapshot-country__charts {
  background: linear-gradient(145deg, rgba(76, 34, 116, 0.99) 0%, rgba(var(--owho-purple-rgb, 108, 99, 166), 0.96) 52%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.9) 100%);
}

.owho-snapshot-country--uk .owho-snapshot-country__charts {
  background: linear-gradient(145deg, rgba(67, 32, 108, 0.99) 0%, rgba(95, 73, 149, 0.96) 48%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.84) 100%);
}

.owho-snapshot-country__charts::before,
.owho-snapshot-country__charts::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.owho-snapshot-country__charts::before {
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.24) 0%, transparent 24%),
    linear-gradient(90deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.07) 1px, transparent 1px);
  background-size: auto, 74px 74px, 74px 74px;
  opacity: 0.55;
}

.owho-snapshot-country__charts::after {
  top: 22px;
  bottom: 22px;
  left: 56%;
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.28) 20%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.28) 80%, transparent 100%);
}

.owho-snapshot-chart {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 16px;
  min-width: 0;
  text-align: center;
}

.owho-snapshot-donut {
  --chart-value: 0;
  --chart-accent: var(--owho-pink, #f31371);
  --chart-glow: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.28);
  --chart-size: 220px;
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, var(--chart-size));
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(from -90deg, var(--chart-accent) calc(var(--chart-value) * 1%), rgba(var(--careox-white-rgb, 255, 255, 255), 0.18) 0 100%);
  box-shadow: 0 0 0 1px rgba(var(--careox-white-rgb, 255, 255, 255), 0.16), 0 18px 44px rgba(38, 11, 59, 0.22), 0 0 42px var(--chart-glow);
}

.owho-snapshot-donut::before,
.owho-snapshot-donut::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.owho-snapshot-donut::before {
  inset: 18px;
  background: radial-gradient(circle at 30% 22%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.24) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.08) 18%, rgba(70, 31, 109, 0.98) 70%);
  box-shadow: inset 0 0 0 1px rgba(var(--careox-white-rgb, 255, 255, 255), 0.1);
}

.owho-snapshot-donut::after {
  inset: 8px;
  border: 1px dashed rgba(var(--careox-white-rgb, 255, 255, 255), 0.14);
}

.owho-snapshot-donut--secondary {
  --chart-size: 178px;
}

.owho-snapshot-donut__inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 6px;
  padding: 0 18px;
  text-align: center;
}

.owho-snapshot-donut__value,
.owho-snapshot-chart__caption strong,
.owho-snapshot-metric strong,
.owho-snapshot-metric__split strong {
  font-family: var(--careox-heading-font, "Nunito", sans-serif);
}

.owho-snapshot-donut__value {
  display: block;
  color: inherit;
  font-size: clamp(34px, 4.6vw, 54px);
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.owho-snapshot-donut__label {
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.72);
}

.owho-snapshot-chart__caption {
  display: grid;
  gap: 5px;
}

.owho-snapshot-chart__kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  justify-self: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.12);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.12);
  box-shadow: inset 0 1px 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.16);
}

.owho-snapshot-chart__caption strong {
  display: block;
  color: inherit;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 0.96;
}

.owho-snapshot-chart__caption p {
  margin: 0;
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.82);
  font-size: 14px;
  line-height: 1.45;
}

.owho-snapshot-country__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.owho-snapshot-metric {
  position: relative;
  min-height: 122px;
  padding: 18px 18px 16px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.94) 0%, rgba(255, 249, 253, 0.98) 100%);
  border: 1px solid rgba(var(--owho-purple-rgb, 108, 99, 166), 0.1);
  box-shadow: inset 0 1px 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.82), 0 14px 30px rgba(var(--owho-purple-rgb, 108, 99, 166), 0.08);
}

.owho-snapshot-metric::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.84) 0%, rgba(var(--owho-purple-rgb, 108, 99, 166), 0.84) 100%);
}

.owho-snapshot-metric:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--owho-purple-rgb, 108, 99, 166), 0.16);
}

.owho-snapshot-metric--totals {
  grid-column: 1 / -1;
  min-height: 0;
}

.owho-snapshot-metric__label {
  display: block;
  margin-bottom: 12px;
  color: rgba(74, 35, 111, 0.6);
}

.owho-snapshot-metric strong {
  display: block;
  color: #4a236f;
  font-size: clamp(26px, 2.5vw, 34px);
  line-height: 0.98;
}

.owho-snapshot-metric p {
  margin: 8px 0 0;
  color: rgba(74, 35, 111, 0.72);
  font-size: 13px;
  line-height: 1.45;
}

.owho-snapshot-metric__split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.owho-snapshot-metric__split > div {
  padding: 14px 14px 12px;
  border-radius: 18px;
  border: 1px solid rgba(var(--owho-purple-rgb, 108, 99, 166), 0.08);
  background: linear-gradient(135deg, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.08) 0%, rgba(var(--owho-purple-rgb, 108, 99, 166), 0.08) 100%);
}

.owho-snapshot-metric__split > div:last-child {
  background: linear-gradient(135deg, rgba(var(--owho-purple-rgb, 108, 99, 166), 0.1) 0%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.07) 100%);
}

.owho-snapshot-metric__split small {
  display: block;
  margin-bottom: 8px;
  color: rgba(74, 35, 111, 0.56);
}

.owho-snapshot-metric__split strong {
  font-size: clamp(24px, 2.2vw, 30px);
  letter-spacing: -0.04em;
}

.owho-snapshot-country__source {
  margin: 18px 0 0;
  padding-top: 16px;
  color: rgba(74, 35, 111, 0.54);
  border-top: 1px solid rgba(var(--owho-purple-rgb, 108, 99, 166), 0.08);
  text-align: right;
}

@media (max-width: 1199px) {
  .owho-snapshot-country__charts::after {
    left: 57%;
  }
}

@media (max-width: 767px) {
  .owho-disease-snapshot .owho-section-intro--compact {
    margin-bottom: 42px;
  }

  .owho-snapshot-country {
    padding: 22px;
    border-radius: 28px;
  }

  .owho-snapshot-country__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .owho-snapshot-country__charts {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 18px;
  }

  .owho-snapshot-country__charts::after {
    display: none;
  }

  .owho-snapshot-donut {
    --chart-size: 200px;
  }

  .owho-snapshot-donut--secondary {
    --chart-size: 168px;
  }

  .owho-snapshot-country__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .owho-snapshot-metric--totals,
  .owho-snapshot-metric--rank {
    grid-column: 1 / -1;
  }

  .owho-snapshot-country__source {
    text-align: left;
  }
}

@media (max-width: 479px) {
  .owho-snapshot-country__identity {
    gap: 14px;
  }

  .owho-snapshot-country__flag {
    flex-basis: 50px;
    width: 50px;
    border-radius: 16px;
  }

  .owho-snapshot-country__tag {
    width: 100%;
  }

  .owho-snapshot-country__charts {
    padding: 22px 16px;
  }

  .owho-snapshot-country__stats,
  .owho-snapshot-metric__split {
    grid-template-columns: 1fr;
  }

  .owho-snapshot-donut {
    --chart-size: 184px;
  }

  .owho-snapshot-donut--secondary {
    --chart-size: 156px;
  }
}

.owho-burden-slab {
  padding-top: 0;
  background:
    radial-gradient(circle at 15% 18%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.08) 0%, transparent 30%),
    radial-gradient(circle at 86% 14%, rgba(var(--owho-purple-rgb, 108, 99, 166), 0.1) 0%, transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(var(--owho-purple-rgb, 108, 99, 166), 0.05) 100%);
}

.owho-burden-slab__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 36px;
  text-align: center;
}

.owho-burden-slab__header .sec-title {
  width: 100%;
  padding-bottom: 16px;
  text-align: center;
}

.owho-burden-slab__header .sec-title__tagline {
  justify-content: center;
}

.owho-burden-slab__header .sec-title__title {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.owho-burden-slab .wrap {
  font-family: "Nunito", sans-serif;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 24px;
  padding: 0 0 2rem;
}

.owho-burden-slab .country-section {
  border-radius: 20px;
  padding: 2rem;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
}

.owho-burden-slab .usa-section {
  background: linear-gradient(135deg, #fbeaf0 0%, #f4c0d1 30%, #eeedfe 70%, #cecbf6 100%);
}

.owho-burden-slab .uk-section {
  background: linear-gradient(135deg, #eeedfe 0%, #afa9ec 30%, #fbeaf0 70%, #f4c0d1 100%);
}

.owho-burden-slab .country-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1.5rem;
}

.owho-burden-slab .flag {
  font-size: 28px;
  line-height: 1;
}

.owho-burden-slab .country-label {
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #3c3489;
}

.owho-burden-slab .country-sub {
  font-size: 13px;
  color: #7f77dd;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 2px;
}

.owho-burden-slab .badge-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.owho-burden-slab .badge {
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
}

.owho-burden-slab .badge-pink {
  background: #f4c0d1;
  color: #72243e;
}

.owho-burden-slab .badge-purple {
  background: #cecbf6;
  color: #3c3489;
}

.owho-burden-slab .badge-light {
  background: rgba(255, 255, 255, 0.65);
  color: #534ab7;
}

.owho-burden-slab .stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin-bottom: 1.5rem;
}

.owho-burden-slab .stat-card {
  background: rgba(255, 255, 255, 0.72);
  border-radius: 14px;
  padding: 1rem 1.1rem;
  border: 0.5px solid rgba(255, 255, 255, 0.9);
}

.owho-burden-slab .stat-label {
  font-size: 12px;
  color: #7f77dd;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 800;
  margin-bottom: 4px;
}

.owho-burden-slab .stat-value {
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #3c3489;
  line-height: 1;
}

.owho-burden-slab .stat-desc {
  font-size: 12px;
  font-weight: 700;
  color: #534ab7;
  margin-top: 4px;
}

.owho-burden-slab .divider-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1rem;
}

.owho-burden-slab .divider-line {
  flex: 1;
  height: 0.5px;
  background: rgba(83, 74, 183, 0.2);
}

.owho-burden-slab .divider-text {
  font-size: 11px;
  font-weight: 600;
  color: #534ab7;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.owho-burden-slab .two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.owho-burden-slab .organ-panel {
  background: rgba(255, 255, 255, 0.55);
  border-radius: 14px;
  padding: 1rem;
  border: 0.5px solid rgba(255, 255, 255, 0.85);
}

.owho-burden-slab .organ-title {
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.owho-burden-slab .organ-title.kidney {
  color: #993556;
}

.owho-burden-slab .organ-title.liver {
  color: #534ab7;
}

.owho-burden-slab .organ-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.owho-burden-slab .dot-pink {
  background: #d4537e;
}

.owho-burden-slab .dot-purple {
  background: #7f77dd;
}

.owho-burden-slab .metric-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 5px 0;
  border-bottom: 0.5px solid rgba(83, 74, 183, 0.1);
}

.owho-burden-slab .metric-row:last-child {
  border-bottom: none;
}

.owho-burden-slab .metric-key {
  font-size: 12px;
  font-weight: 700;
  color: #72243e;
}

.owho-burden-slab .metric-val {
  font-size: 13px;
  font-weight: 800;
  color: #3c3489;
}

.owho-burden-slab .source-note {
  font-size: 11px;
  font-weight: 700;
  color: #7f77dd;
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 0.5px solid rgba(83, 74, 183, 0.15);
}

.owho-burden-slab .prevalence-bar {
  margin: 8px 0 4px;
}

.owho-burden-slab .bar-track {
  height: 6px;
  border-radius: 3px;
  background: rgba(83, 74, 183, 0.12);
  overflow: hidden;
}

.owho-burden-slab .bar-fill-pink {
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(90deg, #d4537e, #993556);
}

.owho-burden-slab .bar-fill-purple {
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(90deg, #7f77dd, #534ab7);
}

.owho-burden-slab .bar-labels {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #7f77dd;
  margin-top: 3px;
}

@media (max-width: 767px) {
  .owho-burden-slab .wrap {
    grid-template-columns: 1fr;
  }

  .owho-burden-slab .country-section {
    padding: 1.35rem;
  }
}

@media (max-width: 500px) {
  .owho-burden-slab .two-col {
    grid-template-columns: 1fr;
  }
}

.owho-core-services {
  background: linear-gradient(180deg, rgba(var(--careox-white-rgb, 255, 255, 255), 1) 0%, rgba(var(--owho-purple-rgb, 108, 99, 166), 0.04) 100%);
}

.owho-core-services::before {
  top: -90px;
  left: -110px;
  background-color: rgba(var(--owho-purple-rgb, 108, 99, 166), 0.12);
}

.owho-core-services__intro,
.owho-donor-benefits__intro,
.owho-support__intro {
  font-size: 21px;
  line-height: 1.9;
}

.owho-core-services__stamp {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
  padding: 20px 24px;
  border-radius: 26px;
  background-color: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.04);
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
}

.owho-core-services__stamp span,
.owho-core-services__stamp strong {
  display: block;
  color: var(--owho-navy, #1f2253);
}

.owho-core-services__stamp span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.owho-core-services__stamp strong {
  font-size: 20px;
  line-height: 1.2;
}

.owho-core-services__checklist {
  display: grid;
  gap: 14px;
  margin: 0 0 34px;
}

.owho-core-services__checklist li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 20px;
  border-radius: 18px;
  background-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.92);
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
  box-shadow: 0 12px 35px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.07);
  color: var(--owho-navy, #1f2253);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.owho-core-services__checklist li i {
  color: var(--owho-pink, #f31371);
  font-size: 20px;
  margin-top: 2px;
}

.owho-core-services__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.owho-core-services__secondary-cta::before {
  background: linear-gradient(135deg, #6c63a6 0%, #8d83d6 100%);
}

.owho-service-panel,
.owho-service-matrix,
.owho-benefit-card {
  border-radius: 30px;
  box-shadow: 0 22px 60px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.12);
}

.owho-service-panel {
  position: relative;
  height: 100%;
  padding: 32px;
  overflow: hidden;
  background: linear-gradient(165deg, rgba(var(--owho-navy-rgb, 31, 34, 83), 0.98) 0%, rgba(var(--careox-black3-rgb, 14, 18, 54), 0.95) 100%);
  color: var(--careox-white, #fff);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.08);
}

.owho-service-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 5px;
  background-color: var(--panel-accent, var(--owho-pink, #f31371));
}

.owho-service-panel__media {
  position: relative;
  margin: -4px 0 24px;
  border-radius: 22px;
  overflow: hidden;
  height: 188px;
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.1);
  box-shadow: 0 18px 36px rgba(var(--careox-black3-rgb, 14, 18, 54), 0.16);
}

.owho-service-panel__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 15, 44, 0.08) 0%, rgba(12, 15, 44, 0.24) 100%);
}

.owho-service-panel__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owho-service-panel__icon {
  width: 66px;
  height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 20px;
  background-color: var(--panel-accent, var(--owho-pink, #f31371));
  color: var(--careox-white, #fff);
  font-size: 28px;
}

.owho-service-panel h3 {
  color: inherit;
  font-size: 28px;
  line-height: 1.05;
  margin-bottom: 14px;
}

.owho-service-panel p:last-child {
  margin-bottom: 0;
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.8);
}

.owho-service-matrix {
  padding: 32px;
  background-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.98);
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
}

.owho-service-matrix__eyebrow {
  color: var(--owho-pink, #f31371);
}

.owho-service-matrix__heading h4 {
  color: var(--owho-navy, #1f2253);
  font-size: 34px;
  line-height: 1;
  max-width: 520px;
}

.owho-service-matrix__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.owho-service-matrix__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 20px;
  background-color: var(--owho-surface, #eef1fc);
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
}

.owho-service-matrix__item i {
  color: var(--item-accent, var(--owho-pink, #f31371));
  font-size: 22px;
  margin-top: 2px;
}

.owho-service-matrix__item span {
  color: var(--owho-navy, #1f2253);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

@media (max-width: 767px) {
  .owho-service-panel__media {
    height: 168px;
  }

  .owho-core-services__actions {
    flex-direction: column;
    align-items: stretch;
  }
}

.homepage-live .feature-one .sec-title {
  margin-bottom: 46px;
}

.owho-donor-benefits {
  background:
    radial-gradient(circle at 12% 18%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.12) 0%, transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(var(--owho-yellow-rgb, 247, 201, 72), 0.16) 0%, transparent 28%),
    linear-gradient(180deg, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.05) 0%, rgba(var(--owho-purple-rgb, 108, 99, 166), 0.06) 100%);
}

.owho-donor-benefits > .container {
  width: min(90vw, 1600px);
  max-width: min(90vw, 1600px);
}

.owho-donor-benefits__shell {
  position: relative;
  padding: clamp(28px, 4vw, 42px);
  border-radius: 38px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.96) 38%, rgba(248, 244, 255, 0.98) 100%);
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
  box-shadow: 0 30px 90px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.1);
}

.owho-donor-benefits__shell::before,
.owho-donor-benefits__shell::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(10px);
}

.owho-donor-benefits__shell::before {
  top: -80px;
  right: -40px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.2) 0%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0) 72%);
}

.owho-donor-benefits__shell::after {
  left: -60px;
  bottom: -70px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.2) 0%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0) 72%);
}

.owho-donor-benefits__layout {
  position: relative;
  z-index: 1;
  row-gap: 32px;
}

.owho-donor-benefits__story {
  height: 100%;
  padding: clamp(26px, 3vw, 34px);
  border-radius: 30px;
  background: #5b45b7;
  color: var(--careox-white, #fff);
  box-shadow: 0 28px 70px rgba(67, 44, 136, 0.24);
}

.owho-donor-benefits__story .sec-title {
  margin-bottom: 0;
}

.owho-donor-benefits__story .sec-title__tagline,
.owho-donor-benefits__story .sec-title__title,
.owho-donor-benefits__story .owho-donor-benefits__intro {
  color: var(--careox-white, #fff);
}

.owho-donor-benefits__story .sec-title__tagline__border {
  background-color: rgba(255, 255, 255, 0.75);
}

.owho-donor-benefits__story .owho-pill {
  background-color: rgba(255, 255, 255, 0.12);
  color: var(--careox-white, #fff);
  border-color: rgba(255, 255, 255, 0.22);
}

.owho-donor-benefits__story .owho-pill--soft {
  background-color: rgba(255, 255, 255, 0.18);
}

.owho-donor-benefits__seal-wrap {
  margin-top: 24px;
}

.owho-donor-benefits__seal {
  display: block;
  width: clamp(128px, 12vw, 170px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 24px rgba(31, 34, 83, 0.18));
}

.owho-donor-benefits__intro {
  margin: 22px 0 0;
  max-width: 34ch;
}

.owho-donor-benefits__highlight-panel {
  margin-top: 24px;
  padding: 22px 22px 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.08) 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
}

.owho-donor-benefits__highlight-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.14);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.owho-donor-benefits__highlight-panel h4 {
  color: var(--careox-white, #fff);
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.12;
  margin-bottom: 12px;
}

.owho-donor-benefits__highlight-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
}

.owho-donor-benefits__points {
  margin: 22px 0 0;
  display: grid;
  gap: 12px;
}

.owho-donor-benefits__points li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.owho-donor-benefits__points i {
  margin-top: 2px;
  color: #fff4a6;
}

.owho-donor-benefits__points span {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.5;
}

.owho-donor-benefits__grid {
  row-gap: 22px;
}

.owho-benefit-card {
  position: relative;
  isolation: isolate;
  height: 100%;
  padding: 28px 26px 24px;
  border-radius: 26px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 247, 255, 0.98) 100%);
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
  box-shadow: 0 18px 45px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.owho-benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0) 55%, rgba(var(--owho-navy-rgb, 31, 34, 83), 0.02) 100%);
  z-index: -1;
}

.owho-benefit-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--card-accent, var(--owho-pink, #f31371)) 0%, rgba(255, 255, 255, 0) 100%);
}

.owho-benefit-card:hover {
  transform: translateY(-8px);
  border-color: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.14);
  box-shadow: 0 26px 55px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.12);
}

.owho-benefit-card__meta {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background-color: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.04);
  color: var(--card-accent, var(--owho-pink, #f31371));
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.owho-benefit-card__icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 22px;
  background: linear-gradient(145deg, var(--card-accent, var(--owho-pink, #f31371)) 0%, var(--card-accent, var(--owho-pink, #f31371)) 100%);
  color: var(--careox-white, #fff);
  font-size: 24px;
  box-shadow: 0 14px 30px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.12);
}

.owho-benefit-card h4 {
  color: var(--owho-navy, #1f2253);
  font-size: 22px;
  line-height: 1.08;
  letter-spacing: 0;
  margin-bottom: 12px;
}

.owho-benefit-card p {
  margin: 0;
  color: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.74);
}

.owho-donor-benefits__footer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.owho-donor-benefits__footer p {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 16px 18px;
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.07);
  font-size: 14px;
  font-weight: 600;
}

.owho-donor-benefits__footer i {
  margin-top: 2px;
  color: var(--owho-purple, #6c63a6);
}

.owho-support-badges {
  margin: 0 0 16px;
}

.owho-support__intro {
  max-width: 720px;
  margin: 0 0 20px;
}

.owho-footer-badge {
  margin-bottom: 24px;
  color: var(--careox-white, #fff);
  background-color: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.16);
}

@media (max-width: 1199px) {
  .main-header__brand {
    margin-right: 20px;
  }
  .homepage-live .main-header__right {
    width: auto;
    margin-left: auto;
    justify-content: flex-end;
  }
  .owho-stat-card__top,
  .owho-service-matrix__heading {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .owho-disease-snapshot,
  .owho-core-services,
  .owho-donor-benefits {
    padding: 90px 0;
  }
  .owho-service-matrix__grid,
  .owho-metric-grid,
  .owho-donor-benefits__footer {
    grid-template-columns: 1fr;
  }
  .owho-donor-benefits__shell {
    border-radius: 30px;
  }
}

@media (max-width: 767px) {
  .topbar-one__info {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .owho-brand-lockup {
    gap: 12px;
  }
  .owho-brand-lockup__mark {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    border-radius: 18px;
    padding: 8px;
  }
  .topbar-one__bottom__logo .owho-brand-lockup__title,
  .footer-widget__logo.owho-brand-lockup .owho-brand-lockup__title {
    font-size: 22px;
  }
  .homepage-live .main-slider-one__title {
    font-size: 46px;
    line-height: 0.98;
  }
  .owho-hero__badges {
    margin-bottom: 28px;
  }
  .owho-stat-card,
  .owho-service-panel,
  .owho-service-matrix,
  .owho-benefit-card {
    padding: 24px;
  }
  .owho-stat-card__dial {
    width: 104px;
    height: 104px;
    min-width: 104px;
  }
  .owho-stat-card__headline,
  .owho-service-matrix__heading h4 {
    font-size: 28px;
  }
}
body.homepage-live {
  --careox-font: "Nunito", sans-serif;
  --careox-heading-font: "Nunito", sans-serif;
  --careox-special-font: "Nunito", sans-serif;
}

body.homepage-live,
body.homepage-live button,
body.homepage-live input,
body.homepage-live textarea,
body.homepage-live select {
  font-family: var(--careox-font);
}

body.homepage-live h1,
body.homepage-live h2,
body.homepage-live h3,
body.homepage-live h4,
body.homepage-live h5,
body.homepage-live h6,
body.homepage-live .sec-title__title,
body.homepage-live .owho-brand-lockup__title {
  font-family: var(--careox-heading-font);
  letter-spacing: -0.03em;
}

body.homepage-live .sec-title__tagline,
body.homepage-live .video-one__sub-title,
body.homepage-live .owho-hero__eyebrow,
body.homepage-live .owho-pill,
body.homepage-live .owho-footer-badge {
  font-family: var(--careox-font);
}

.homepage-live .owho-brand-lockup__title {
  font-weight: 700;
  line-height: 1.02;
}

.homepage-live .topbar-one__bottom__inner {
  padding: 28px 0;
}

.homepage-live .topbar-one__bottom__right {
  gap: 36px;
}

.homepage-live .topbar-one__bottom__info__text {
  font-size: 18px;
}

.homepage-live .topbar-one__bottom__info__title {
  font-size: 15px;
  line-height: 1.35;
}

.homepage-live .topbar-one__bottom__info__text,
.homepage-live .info__text,
.homepage-live .footer-widget__info li,
.homepage-live .mobile-nav__contact li a,
.homepage-live .sidebar-one__info li {
  overflow-wrap: anywhere;
}

@media (min-width: 992px) {
  .homepage-live .topbar-one__bottom__logo .owho-brand-lockup__mark {
    width: 88px;
    height: 88px;
    flex-basis: 88px;
    border-radius: 28px;
    padding: 12px;
  }

  .homepage-live .topbar-one__bottom__logo .owho-brand-lockup__title {
    font-size: 32px;
  }

  .homepage-live .topbar-one__bottom__logo .owho-brand-lockup__sub {
    font-size: 12px;
    letter-spacing: 0.18em;
  }

  .homepage-live .about-one__image__video {
    display: none;
  }
}

.homepage-live .main-header {
  padding-top: 18px;
  z-index: 30;
}

.homepage-live .main-header__inner {
  min-height: 92px;
  padding: 0 24px;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.98);
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
  border-radius: 26px;
  box-shadow: 0 22px 54px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.12);
}

.homepage-live .main-header__brand {
  display: inline-flex;
  align-items: center;
  margin-right: 0;
  flex-shrink: 0;
  min-width: 0;
  text-decoration: none;
}

.homepage-live .owho-header-brand__panel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.homepage-live .owho-header-brand__image {
  display: block;
  width: auto;
  max-width: min(100%, 260px);
  height: 74px;
  object-fit: contain;
}

.homepage-live .main-header__nav {
  min-width: 0;
}

.homepage-live .main-menu {
  margin: 0 auto;
}

.homepage-live .main-menu .main-menu__list {
  justify-content: center;
}

.homepage-live .main-menu .main-menu__list > li {
  padding-top: 0;
  padding-bottom: 0;
}

.homepage-live .main-menu .main-menu__list > li + li {
  margin-left: clamp(18px, 1.7vw, 28px);
}

.homepage-live .main-menu .main-menu__list > li > a {
  min-height: 92px;
  display: inline-flex;
  align-items: center;
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  color: var(--owho-navy, #1f2253);
}

.homepage-live .main-menu .main-menu__list > li > a::after {
  bottom: 28px;
  height: 2px;
  border-radius: 999px;
  background: var(--owho-pink, #f31371);
}

.homepage-live .main-menu .main-menu__list > li.current > a,
.homepage-live .main-menu .main-menu__list > li:hover > a {
  color: var(--owho-pink, #f31371);
  text-shadow: none;
}

.homepage-live .main-header__right {
  margin-left: 0;
  gap: 16px;
  flex-shrink: 0;
}

.homepage-live .owho-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff3b98 0%, #f31371 100%);
  box-shadow: 0 18px 34px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.24);
  color: var(--careox-white, #fff);
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.homepage-live .owho-header__cta:hover {
  color: var(--careox-white, #fff);
  transform: translateY(-1px);
  box-shadow: 0 22px 40px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.3);
}

.homepage-live .owho-header__cta:focus-visible {
  outline: 2px solid rgba(var(--owho-pink-rgb, 243, 19, 113), 0.34);
  outline-offset: 3px;
}

.homepage-live .owho-header__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(var(--owho-teal-rgb, 102, 197, 184), 0.14);
  border: 1px solid rgba(var(--owho-teal-rgb, 102, 197, 184), 0.34);
  color: var(--owho-navy, #1f2253);
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 1000;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.homepage-live .owho-header__phone::before {
  content: "\f095";
  margin-right: 8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
}

.homepage-live .owho-header__phone:hover,
.homepage-live .owho-header__phone:focus-visible {
  transform: translateY(-1px);
  background: var(--owho-teal, #66c5b8);
  border-color: var(--owho-teal, #66c5b8);
  color: #fff;
  outline: none;
}

.homepage-live .sticky-header--cloned {
  background: transparent;
  box-shadow: none;
}

.homepage-live .sticky-header--cloned .main-header__inner {
  min-height: 84px;
  padding: 0 24px;
}

.homepage-live .sticky-header--cloned .main-menu .main-menu__list > li > a {
  min-height: 84px;
}

.homepage-live .sticky-header--cloned .main-menu .main-menu__list > li > a::after {
  bottom: 24px;
}

.homepage-live .mobile-nav__btn,
.homepage-live .mobile-nav__close {
  background: transparent;
  border: 0;
  outline: none;
  box-shadow: none;
}

.homepage-live .mobile-nav__close {
  padding: 0;
  line-height: 1;
}

@media (min-width: 1024px) {
  /* Donate and Contact remain available as right-side actions on desktop.
     Hiding the duplicate menu items keeps the header from crowding on laptops. */
  .homepage-live .main-menu .main-menu__list > li:nth-last-child(-n + 2) {
    display: none;
  }
}


@media (min-width: 1200px) {
  .homepage-live .main-header__inner {
    display: grid;
    grid-template-columns: minmax(170px, 210px) minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 14px;
  }

  .homepage-live .main-header__brand {
    display: inline-flex;
  }

  .homepage-live .main-header__nav {
    display: flex;
    justify-content: center;
  }

  .homepage-live .main-header__right {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }

  .homepage-live .main-menu {
    justify-self: start;
    margin-left: 0;
    margin-right: 0;
  }

  .homepage-live .main-menu .main-menu__list > li + li {
    margin-left: clamp(14px, 1.05vw, 22px);
  }

  .homepage-live .main-menu .main-menu__list > li > a {
    font-size: clamp(13px, 0.9vw, 15px);
  }

  .homepage-live .owho-header__cta {
    padding-left: clamp(20px, 1.45vw, 26px);
    padding-right: clamp(20px, 1.45vw, 26px);
  }

  .homepage-live .owho-header__phone {
    padding-left: clamp(14px, 1vw, 18px);
    padding-right: clamp(14px, 1vw, 18px);
  }
}


@media (min-width: 1200px) and (max-width: 1599px) {
  /* Laptop/notebook header: keep the full menu visible, but tighten every
     header region so the final item never runs into the Donate button. */
  .homepage-live .main-header__inner {
    grid-template-columns: minmax(118px, 148px) minmax(0, 1fr) auto;
    min-height: 76px;
    padding: 0 clamp(12px, 1.3vw, 18px);
    column-gap: clamp(8px, 0.9vw, 14px);
  }

  .homepage-live .owho-header-brand__image {
    max-width: clamp(108px, 9vw, 136px);
    height: clamp(42px, 4.1vw, 54px);
  }

  .homepage-live .main-header__nav {
    display: flex;
    justify-content: flex-start;
    min-width: 0;
  }

  .homepage-live .main-menu .main-menu__list {
    display: flex;
    justify-content: flex-start;
    min-width: 0;
  }

  .homepage-live .main-menu .main-menu__list > li + li {
    margin-left: clamp(9px, 0.8vw, 14px);
  }

  .homepage-live .main-menu .main-menu__list > li > a {
    min-height: 76px;
    font-size: clamp(11.5px, 0.84vw, 13px);
    line-height: 1.1;
    white-space: nowrap;
  }

  .homepage-live .main-menu .main-menu__list > li > a::after {
    bottom: 22px;
  }

  .homepage-live .main-header__right {
    margin-left: 0;
    gap: clamp(7px, 0.7vw, 10px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
  }

  .homepage-live .owho-header__cta {
    display: inline-flex;
    min-height: 44px;
    padding: 0 clamp(15px, 1.15vw, 20px);
    font-size: clamp(12px, 0.82vw, 13px);
  }

  .homepage-live .owho-header__phone {
    display: inline-flex;
    min-height: 42px;
    padding: 0 clamp(10px, 0.9vw, 14px);
    font-size: clamp(11.5px, 0.82vw, 13px);
  }

  .homepage-live .owho-header__phone::before {
    margin-right: 6px;
    font-size: 11px;
  }

  .homepage-live .mobile-nav__btn {
    display: none;
  }

  .homepage-live .sticky-header--cloned .main-header__inner {
    min-height: 72px;
    padding: 0 clamp(12px, 1.3vw, 18px);
  }

  .homepage-live .sticky-header--cloned .main-menu .main-menu__list > li > a {
    min-height: 72px;
  }
}

@media (min-width: 1200px) and (max-width: 1320px) {
  .homepage-live .main-header__inner {
    grid-template-columns: minmax(104px, 124px) minmax(0, 1fr) auto;
    column-gap: 8px;
  }

  .homepage-live .main-menu .main-menu__list > li + li {
    margin-left: 8px;
  }

  .homepage-live .main-menu .main-menu__list > li > a {
    font-size: 11.25px;
  }

  .homepage-live .owho-header__cta {
    min-height: 40px;
    padding: 0 14px;
    font-size: 12px;
  }

  .homepage-live .owho-header__phone {
    min-height: 40px;
    padding: 0 10px;
    font-size: 11.25px;
  }
}

@media (max-width: 1199px) {
  .homepage-live .topbar-one__inner {
    display: none;
  }

  .homepage-live .main-header__inner {
    min-height: 76px;
    padding: 12px 16px;
    border-radius: 20px;
  }

  .homepage-live .main-header__brand {
    margin-right: 0;
  }

  .homepage-live .owho-header-brand__panel {
    min-height: auto;
    padding: 0;
  }

  .homepage-live .owho-header-brand__image {
    max-width: 176px;
    height: 52px;
  }

  .homepage-live .main-header__right {
    width: auto;
    margin-left: auto;
    justify-content: flex-end;
    gap: 14px;
  }

  .homepage-live .owho-header__cta {
    display: none;
  }

  .homepage-live .owho-header__phone {
    display: none;
  }

  .homepage-live .mobile-nav__btn {
    width: 48px;
    height: 48px;
    margin-right: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.95);
    border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.12);
    box-shadow: 0 12px 24px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
  }

  .homepage-live .mobile-nav__btn span {
    width: 20px;
    background-color: var(--owho-navy, #1f2253);
  }

  .homepage-live .sticky-header--cloned .main-header__inner {
    min-height: 76px;
    padding: 12px 16px;
  }

  .homepage-live .topbar-one__bottom__right {
    display: none;
  }

  .homepage-live .topbar-one__bottom__inner {
    justify-content: center;
    padding: 20px 0;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  /* Scaled notebook screens can report a sub-1200 CSS width. Keep the full
     menu here too, but drop the phone pill so the layout remains readable. */
  .homepage-live .main-header__inner {
    display: grid;
    grid-template-columns: minmax(92px, 112px) minmax(0, 1fr) auto;
    align-items: center;
    min-height: 72px;
    padding: 0 12px;
    column-gap: 8px;
    border-radius: 18px;
  }

  .homepage-live .owho-header-brand__image {
    max-width: 102px;
    height: 40px;
  }

  .homepage-live .main-header__nav {
    display: flex;
    justify-content: flex-start;
    min-width: 0;
  }

  .homepage-live .main-menu .main-menu__list {
    display: flex;
    justify-content: flex-start;
    min-width: 0;
  }

  .homepage-live .main-menu .main-menu__list > li + li {
    margin-left: 7px;
  }

  .homepage-live .main-menu .main-menu__list > li > a {
    min-height: 72px;
    font-size: 10.5px;
    line-height: 1.1;
    white-space: nowrap;
  }

  .homepage-live .main-menu .main-menu__list > li > a::after {
    bottom: 20px;
  }

  .homepage-live .main-header__right {
    width: auto;
    margin-left: 0;
    gap: 0;
  }

  .homepage-live .owho-header__cta {
    display: inline-flex;
    min-height: 38px;
    padding: 0 12px;
    font-size: 11px;
  }

  .homepage-live .owho-header__phone,
  .homepage-live .mobile-nav__btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .homepage-live .main-footer {
    padding-top: 72px;
  }

  .homepage-live .topbar-one__inner {
    display: none;
  }

  .homepage-live .topbar-one__social {
    display: none;
  }

  .homepage-live .owho-topbar__pill {
    padding: 5px 12px;
    font-size: 10px;
  }

  .homepage-live .topbar-one__bottom__inner {
    padding: 14px 0;
  }

  .homepage-live .topbar-one__bottom__logo .owho-brand-lockup__mark {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
    border-radius: 18px;
    padding: 8px;
  }

  .homepage-live .topbar-one__bottom__logo .owho-brand-lockup__title {
    font-size: 23px;
  }

  .homepage-live .owho-hero__icon {
    width: 68px;
    height: 68px;
    border-radius: 22px;
  }

  .homepage-live .owho-hero__icon i {
    font-size: 28px;
  }
}

.homepage-live .about-one .sec-title__tagline,
.homepage-live .about-one .sec-title__title,
.homepage-live .about-one__content__text,
.homepage-live .about-one__content__box__title,
.homepage-live .about-one__content__box__text,
.homepage-live .about-one__content__list li,
.homepage-live .about-one__text {
  color: var(--owho-navy, #1f2253);
}

.homepage-live .about-one__content__text,
.homepage-live .about-one__content__box__text,
.homepage-live .about-one__content__list li {
  opacity: 1;
}

.homepage-live .about-one__image__video {
  font-size: 16px;
  min-width: auto;
}

.homepage-live .about-one--mission {
  padding: 92px 0;
  background-color: #f9fafb;
  overflow: hidden;
}

.homepage-live .about-one__mission {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
  align-items: center;
}

.homepage-live .about-one__mission-media {
  position: relative;
}

.homepage-live .about-one__mission-image {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.16);
}

.homepage-live .about-one__mission-image img {
  display: block;
  width: 100%;
  aspect-ratio: 11/10;
  object-fit: cover;
}

.homepage-live .about-one__mission-blob {
  position: absolute;
  right: -34px;
  bottom: -28px;
  width: 210px;
  height: 210px;
  border-radius: 58% 42% 59% 41%/43% 55% 45% 57%;
  background: radial-gradient(circle at 30% 30%, rgba(236, 72, 153, 0.5) 0%, rgba(217, 70, 239, 0.34) 55%, rgba(168, 85, 247, 0.14) 100%);
  z-index: 1;
  transform: rotate(-18deg);
}

.homepage-live .about-one__mission-content {
  max-width: 560px;
}

.homepage-live .about-one__mission-label {
  display: inline-block;
  margin-bottom: 16px;
  color: #ec4899;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.homepage-live .about-one__mission-title {
  margin: 0;
  color: #111827;
  font-size: 54px;
  line-height: 1.08;
  font-weight: 800;
}

.homepage-live .about-one__mission-title-gradient {
  display: inline-block;
  background: linear-gradient(90deg, #7c3aed 0%, #9333ea 55%, #c026d3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.homepage-live .about-one__mission-title-dark {
  color: #111827;
}

.homepage-live .about-one__mission-text {
  margin-top: 28px;
}

.homepage-live .about-one__mission-text p {
  margin: 0 0 18px;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.85;
  text-align: justify;
}

.homepage-live .about-one__mission-text p:last-child {
  margin-bottom: 0;
}

.homepage-live .about-one__mission-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
  padding: 16px 16px 16px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ec4899 0%, #d946ef 100%);
  box-shadow: 0 20px 45px rgba(236, 72, 153, 0.22);
  color: var(--careox-white, #fff);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

.homepage-live .about-one__mission-btn:hover {
  color: var(--careox-white, #fff);
  transform: translateY(-3px);
  box-shadow: 0 24px 52px rgba(217, 70, 239, 0.26);
  filter: brightness(0.96);
}

.homepage-live .about-one__mission-btn-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.18);
  font-size: 14px;
}

@media (max-width: 1199px) {
  .homepage-live .about-one__mission {
    gap: 42px;
  }

  .homepage-live .about-one__mission-title {
    font-size: 46px;
  }
}

@media (max-width: 991px) {
  .homepage-live .about-one__mission {
    grid-template-columns: minmax(0, 1fr);
  }

  .homepage-live .about-one__mission-content {
    max-width: none;
  }

  .homepage-live .about-one__mission-image img {
    aspect-ratio: 16/11;
  }
}

@media (max-width: 767px) {
  .homepage-live .about-one--mission {
    padding: 72px 0;
  }

  .homepage-live .about-one__mission {
    gap: 30px;
  }

  .homepage-live .about-one__mission-title {
    font-size: 36px;
  }

  .homepage-live .about-one__mission-text {
    margin-top: 22px;
  }

  .homepage-live .about-one__mission-text p {
    font-size: 15px;
    line-height: 1.8;
  }

  .homepage-live .about-one__mission-btn {
    width: 100%;
    justify-content: space-between;
    padding-left: 22px;
  }

  .homepage-live .about-one__mission-blob {
    width: 150px;
    height: 150px;
    right: -18px;
    bottom: -18px;
  }
}

.homepage-live .owho-spaced-cta {
  margin-bottom: 14px;
}

.homepage-live .owho-impact-video-gallery__shell {
  padding: 16px;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.96);
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.06);
  border-radius: 30px;
  box-shadow: 0 18px 50px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
}

body.homepage-live .owho-impact-video-gallery .owho-impact-video-gallery__header {
  position: relative;
  z-index: 1;
  max-width: 980px;
}

body.homepage-live .owho-impact-video-gallery .owho-impact-video-gallery__intro {
  max-width: 66ch;
}

.homepage-live .owho-impact-video-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.homepage-live .owho-impact-video-gallery__item {
  display: flex;
  min-width: 0;
  overflow: hidden;
  border-radius: 20px;
  background-color: rgba(var(--owho-navy-rgb, 31, 34, 83), 1);
  box-shadow: 0 12px 30px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.12);
  transform: translateZ(0);
}

.homepage-live .owho-impact-video-gallery__video {
  display: block;
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: contain;
  background-color: var(--owho-navy, #1f2253);
  transition: transform 700ms ease;
}

.homepage-live .owho-impact-video-gallery__item:hover .owho-impact-video-gallery__video {
  transform: scale(1.01);
}

.homepage-live .owho-video-submission {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(22px, 3vw, 36px);
  align-items: stretch;
  margin-top: clamp(26px, 4vw, 44px);
  padding: clamp(22px, 3vw, 34px);
  border-radius: 30px;
  background: #5b45b7;
  box-shadow: 0 24px 70px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.16);
  overflow: hidden;
  position: relative;
}

.homepage-live .owho-video-submission::before {
  content: none;
  position: absolute;
  width: 240px;
  height: 240px;
  right: -80px;
  top: -90px;
  border-radius: 50%;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.12);
  pointer-events: none;
}

.homepage-live .owho-video-submission__content,
.homepage-live .owho-video-submission__form {
  position: relative;
  z-index: 1;
}

.homepage-live .owho-video-submission__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  color: var(--careox-white, #fff);
}

.homepage-live .owho-video-submission__eyebrow {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.14);
  color: #ffe27a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.homepage-live .owho-video-submission__title {
  margin: 0 0 14px;
  color: var(--careox-white, #fff);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.homepage-live .owho-video-submission__text {
  margin: 0 0 18px;
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.86);
  font-size: 16px;
  line-height: 1.75;
}

.homepage-live .owho-video-submission__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.homepage-live .owho-video-submission__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.9);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.homepage-live .owho-video-submission__list i {
  color: #89ffb8;
  margin-top: 3px;
}

.homepage-live .owho-video-submission__form {
  padding: clamp(18px, 2.4vw, 28px);
  border-radius: 24px;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.96);
  box-shadow: 0 18px 46px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.16);
}

.homepage-live .owho-video-submission__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.homepage-live .owho-video-field {
  display: block;
  margin: 0;
}

.homepage-live .owho-video-field span {
  display: block;
  margin-bottom: 8px;
  color: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.66);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.homepage-live .owho-video-field input,
.homepage-live .owho-video-field textarea {
  width: 100%;
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.12);
  border-radius: 16px;
  background: var(--careox-white, #fff);
  color: var(--owho-navy, #1f2253);
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.homepage-live .owho-video-field input {
  min-height: 54px;
  padding: 0 16px;
}

.homepage-live .owho-video-field textarea {
  min-height: 118px;
  margin-top: 14px;
  padding: 15px 16px;
  resize: vertical;
}

.homepage-live .owho-video-field input:focus,
.homepage-live .owho-video-field textarea:focus {
  border-color: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.58);
  box-shadow: 0 0 0 4px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.12);
}

.homepage-live .owho-video-upload {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 16px 0 14px;
  padding: 16px;
  border: 1px dashed rgba(var(--owho-pink-rgb, 243, 19, 113), 0.4);
  border-radius: 20px;
  background: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.06);
  cursor: pointer;
}

.homepage-live .owho-video-upload input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.homepage-live .owho-video-upload__icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: var(--careox-base, #f31371);
  color: var(--careox-white, #fff);
  font-size: 22px;
}

.homepage-live .owho-video-upload__copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.homepage-live .owho-video-upload__copy strong {
  color: var(--owho-navy, #1f2253);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.homepage-live .owho-video-upload__copy em {
  color: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.58);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.homepage-live .owho-video-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 18px;
  color: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.72);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.homepage-live .owho-video-consent input {
  flex: 0 0 auto;
  margin-top: 4px;
  accent-color: var(--careox-base, #f31371);
}

.homepage-live .owho-video-submission__button {
  border: 0;
}

.homepage-live .owho-video-submission__result {
  display: none;
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
}

.homepage-live .owho-video-submission__result.is-success {
  display: block;
  background: rgba(30, 148, 82, 0.12);
  color: #116536;
}

.homepage-live .owho-video-submission__result.is-error {
  display: block;
  background: rgba(211, 47, 47, 0.12);
  color: #9d2020;
}

.homepage-live .owho-video-submission__honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1199px) {
  .homepage-live .owho-impact-video-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .homepage-live .owho-video-submission {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .homepage-live .owho-impact-video-gallery__shell {
    padding: 18px;
    border-radius: 30px;
  }

  .homepage-live .owho-impact-video-gallery__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .homepage-live .owho-impact-video-gallery__item {
    border-radius: 18px;
  }
  .homepage-live .owho-video-submission {
    padding: 18px;
    border-radius: 24px;
  }

  .homepage-live .owho-video-submission__fields {
    grid-template-columns: 1fr;
  }

  .homepage-live .owho-video-upload {
    align-items: flex-start;
  }
}

.homepage-live .team-one {
  background: linear-gradient(180deg, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.05) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 1) 100%);
}

.homepage-live .team-one .sec-title {
  margin-bottom: 46px;
}

.homepage-live .owho-impact-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(var(--careox-white-rgb, 255, 255, 255), 1) 0%, rgba(var(--owho-surface-rgb, 238, 241, 252), 0.8) 100%);
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
  box-shadow: 0 24px 70px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.1);
}

.homepage-live .owho-impact-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background-color: var(--accent-color, var(--owho-pink, #f31371));
}

.homepage-live .owho-impact-card__media {
  overflow: hidden;
  aspect-ratio: 3/2;
  background-color: var(--careox-gray, #f5f7fd);
}

.homepage-live .owho-impact-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.homepage-live .owho-impact-card:hover .owho-impact-card__media img {
  transform: scale(1.04);
}

.homepage-live .owho-impact-card__content {
  padding: 28px 26px 30px;
}

.homepage-live .owho-impact-card__eyebrow {
  margin: 0 0 10px;
  color: var(--accent-color, var(--owho-pink, #f31371));
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.homepage-live .owho-impact-card__title {
  color: var(--owho-navy, #1f2253);
  font-size: clamp(22px, 1.7vw, 26px);
  line-height: 1.12;
  margin: 0 0 14px;
}

.homepage-live .owho-impact-card__text {
  margin: 0;
  color: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.76);
}

.homepage-live .owho-donation-section {
  padding: 96px 0 120px;
}

.homepage-live .owho-donation-section .donate-info__shape {
  display: none;
}

.homepage-live .owho-donation-container {
  padding-left: clamp(18px, 4vw, 48px);
  padding-right: clamp(18px, 4vw, 48px);
}

.homepage-live .owho-donation-shell {
  display: block;
  overflow: hidden;
  border-radius: 36px;
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
  background-color: var(--careox-white, #fff);
  box-shadow: 0 36px 100px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.14);
}

.homepage-live .owho-donation-panel {
  position: relative;
  padding: clamp(28px, 4vw, 52px);
  background: linear-gradient(180deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.98) 0%, rgba(var(--owho-surface-rgb, 238, 241, 252), 0.74) 100%);
}

.homepage-live .owho-donation-panel::before {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.08);
  filter: blur(10px);
}

.homepage-live .owho-donation-panel .sec-title,
.homepage-live .owho-donation-panel .owho-support-badges,
.homepage-live .owho-donation-panel .owho-support__intro,
.homepage-live .owho-donation-panel .owho-campaign-picker,
.homepage-live .owho-donation-panel .donate-info__form {
  position: relative;
  z-index: 1;
}

.homepage-live .owho-donation-panel .sec-title {
  padding-bottom: 24px;
  text-align: center;
}

.homepage-live .owho-donation-panel .sec-title__tagline,
.homepage-live .owho-donation-panel .sec-title__title {
  color: var(--owho-navy, #1f2253);
}

.homepage-live .owho-donation-panel .sec-title__tagline {
  justify-content: center;
}

.homepage-live .owho-donation-panel .sec-title__title {
  margin-left: auto;
  margin-right: auto;
}

.homepage-live .owho-donation-panel .owho-support-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.homepage-live .owho-donation-panel .owho-support__intro {
  max-width: 72ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  color: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.84);
  text-align: center;
}

.homepage-live .owho-campaign-picker {
  margin-bottom: 28px;
}

.homepage-live .owho-campaign-picker__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.homepage-live .owho-campaign-picker__intro {
  margin: 0;
  color: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.6);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.homepage-live .owho-campaign-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.homepage-live .owho-campaign-card {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
  width: 100%;
  min-height: 100%;
  padding: 14px;
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
  border-radius: 24px;
  background-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.94);
  box-shadow: 0 14px 34px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.06);
  cursor: pointer;
  font: inherit;
  position: relative;
  text-align: left;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background-color 0.35s ease;
}

.homepage-live .owho-campaign-card__control {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.homepage-live .owho-campaign-card:hover,
.homepage-live .owho-campaign-card.is-active {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--campaign-accent, var(--owho-pink, #f31371)) 34%, rgba(255, 255, 255, 0.68));
  box-shadow: 0 20px 42px color-mix(in srgb, var(--campaign-accent, var(--owho-pink, #f31371)) 18%, rgba(31, 34, 83, 0.04));
  background-color: color-mix(in srgb, var(--campaign-accent, var(--owho-pink, #f31371)) 8%, rgba(255, 255, 255, 0.98));
}

.homepage-live .owho-campaign-card:focus-within {
  outline: 3px solid color-mix(in srgb, var(--campaign-accent, var(--owho-pink, #f31371)) 46%, white);
  outline-offset: 3px;
}

.homepage-live .owho-campaign-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 210px;
  border-radius: 18px;
}

.homepage-live .owho-campaign-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(var(--careox-black-rgb, 18, 47, 42), 0.02) 0%, rgba(var(--careox-black-rgb, 18, 47, 42), 0.26) 100%);
}

.homepage-live .owho-campaign-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homepage-live .owho-campaign-card__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.homepage-live .owho-campaign-card__tag {
  align-self: flex-start;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background-color: color-mix(in srgb, var(--campaign-accent, var(--owho-pink, #f31371)) 14%, rgba(255, 255, 255, 0.96));
  color: var(--campaign-accent, var(--owho-pink, #f31371));
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.homepage-live .owho-campaign-card__title {
  color: var(--owho-navy, #1f2253);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 8px;
}

.homepage-live .owho-campaign-card__text {
  color: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.72);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.homepage-live .owho-campaign-card__footer {
  margin-top: auto;
  color: var(--campaign-accent, var(--owho-pink, #f31371));
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.homepage-live .owho-donation-selection {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin-bottom: 20px;
}

.homepage-live .owho-donation-selection__label {
  color: var(--owho-navy, #1f2253);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
}

.homepage-live .owho-donation-selection__value {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
  background-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.94);
  box-shadow: 0 12px 28px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.05);
  color: var(--owho-navy, #1f2253);
  font-size: 16px;
  font-weight: 800;
}

.homepage-live .owho-donation-selection__value i {
  color: var(--owho-pink, #f31371);
}

.homepage-live .donate-info__form__top {
  display: grid;
  grid-template-columns: minmax(260px, 320px) 1fr;
  gap: 18px 22px;
  align-items: end;
}

.homepage-live .owho-donation-field {
  display: block;
  margin: 0;
}

.homepage-live .owho-donation-field__label {
  display: block;
  margin: 0 0 12px;
  color: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.62);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.homepage-live .donate-info__form__amount {
  max-width: none;
}

.homepage-live .donate-info__form__amount__sign {
  left: 22px;
  font-size: 24px;
  font-weight: 700;
  color: var(--owho-navy, #1f2253);
}

.homepage-live .donate-info__form input {
  height: 62px;
  border-radius: 18px;
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.12);
  background-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.98);
  box-shadow: inset 0 1px 0 rgba(var(--owho-navy-rgb, 31, 34, 83), 0.03);
  color: var(--owho-navy, #1f2253);
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  padding-left: 56px;
  padding-right: 18px;
}

.homepage-live .donate-info__form input::placeholder {
  color: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.45);
}

.homepage-live .donate-info__form__buttons {
  justify-content: flex-start;
  gap: 12px;
}

.homepage-live .donate-info__form__buttons__item {
  min-width: 92px;
  height: 54px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
  background-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.94);
  color: var(--owho-navy, #1f2253);
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 10px 26px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.05);
}

.homepage-live .donate-info__form__buttons__item.active,
.homepage-live .donate-info__form__buttons__item:hover {
  background-color: var(--careox-base, #f31371);
  border-color: var(--careox-base, #f31371);
  color: var(--careox-white, #fff);
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.22);
}

.homepage-live .donate-info__form__submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 32px;
}

.homepage-live .donate-info__form__submit img {
  display: none;
}

.homepage-live .owho-donation-note {
  margin: 0;
  color: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.62);
  font-size: 14px;
  font-weight: 800;
}

.homepage-live .owho-donation-note [data-selected-campaign] {
  font-weight: 900;
  color: var(--owho-navy, #1f2253);
}

@media (max-width: 1199px) {
  .homepage-live .owho-campaign-grid,
  .homepage-live .donate-info__form__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .homepage-live .donate-info__form__top {
    grid-template-columns: minmax(220px, 280px) 1fr;
  }
}

@media (max-width: 767px) {
  .homepage-live .owho-donation-section {
    padding-top: 72px;
    padding-bottom: 90px;
  }

  .homepage-live .owho-donation-shell {
    border-radius: 28px;
  }

  .homepage-live .owho-donation-panel {
    padding: 30px 22px;
  }

  .homepage-live .owho-campaign-picker__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .homepage-live .owho-campaign-grid,
  .homepage-live .donate-info__form__top {
    grid-template-columns: 1fr;
  }

  .homepage-live .owho-campaign-card {
    gap: 14px;
  }

  .homepage-live .owho-campaign-card__media {
    min-height: 180px;
  }

  .homepage-live .donate-info__form__buttons__item {
    min-width: calc(50% - 6px);
    flex: 1 1 calc(50% - 6px);
  }

  .homepage-live .donate-info__form__submit {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .homepage-live .donate-info__form__buttons__item {
    min-width: 100%;
    flex-basis: 100%;
  }
}

.homepage-live .main-footer {
  overflow: hidden;
  background-color: #000;
}

.homepage-live .main-footer__bg::after {
  display: none;
}

.homepage-live .main-footer > .container:first-of-type {
  padding-top: 0;
  padding-bottom: 10px;
}

.homepage-live .main-footer .footer-widget {
  margin-bottom: 30px;
}

.homepage-live .main-footer .footer-widget__title {
  margin-top: 14px;
  margin-bottom: 24px;
}

.homepage-live .main-footer .footer-widget__text {
  margin-bottom: 18px;
}

.homepage-live .main-footer .footer-widget__links li {
  line-height: 37px;
}

.homepage-live .main-footer .footer-widget__info li {
  margin-bottom: 10px;
}

.homepage-live .main-footer .footer-widget__social {
  margin-top: 24px;
}

.homepage-live .main-footer__bottom {
  margin-top: 8px;
}

.homepage-live .main-footer__bottom__inner {
  padding: 21px 0 23px;
  border-top-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.14);
}

.homepage-live .main-footer,
.homepage-live .main-footer .footer-widget__text,
.homepage-live .main-footer .footer-widget__links li,
.homepage-live .main-footer .footer-widget__info li,
.homepage-live .main-footer .main-footer__copyright {
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.92);
}

.homepage-live .main-footer .footer-widget__title,
.homepage-live .main-footer .footer-widget__box__text,
.homepage-live .main-footer .footer-widget__links li a,
.homepage-live .main-footer .footer-widget__info li a,
.homepage-live .main-footer .footer-widget__text,
.homepage-live .main-footer .main-footer__copyright {
  color: var(--careox-white, #fff);
}

.homepage-live .main-footer .footer-widget__text,
.homepage-live .main-footer .footer-widget__info li {
  opacity: 1;
}

.homepage-live .main-footer .footer-widget--about .footer-widget__text {
  color: var(--careox-white, #fff) !important;
}

@media (max-width: 767px) {
  .homepage-live .owho-donation-selection {
    align-items: flex-start;
    flex-direction: column;
  }

  .homepage-live .main-footer > .container:first-of-type {
    padding-top: 0;
    padding-bottom: 6px;
  }
}

/* Homepage live typography + spacing refinements */
body.homepage-live .funfact-one {
  margin-bottom: 56px;
}

body.homepage-live {
  --owho-copy-size: clamp(15px, 0.55vw + 13px, 18px);
  --owho-copy-leading: 1.74;
  --owho-section-title-size: clamp(28px, 4.4vw, 44px);
  --owho-card-title-size: clamp(21px, 2.6vw, 30px);
  --owho-stack-tight: clamp(10px, 1.5vw, 14px);
  --owho-stack-regular: clamp(14px, 2vw, 20px);
  --owho-stack-loose: clamp(20px, 3vw, 30px);
}

body.homepage-live :is(.main-slider-one__title, .sec-title__title, .cta-one__title, .video-one__title, .owho-stat-card__headline, .owho-service-panel h3, .owho-service-matrix__heading h4, .owho-impact-card__title, .donations-one__item__title, .feature-one__item__title, .owho-benefit-card h4, .owho-donation-aside__title, .info__title, .footer-widget__title) {
  text-wrap: balance;
}

body.homepage-live :is(.main-slider-one__text, .cta-one__text, .about-one__content__text, .owho-section-intro, .owho-core-services__intro, .owho-donor-benefits__intro, .owho-support__intro, .video-one__text, .testimonials-one__text, .donations-one__item__text, .feature-one__item__text, .owho-impact-card__text, .owho-donation-aside__text, .footer-widget__text, .testimonials-card__content) {
  font-size: var(--owho-copy-size);
  line-height: var(--owho-copy-leading);
  text-wrap: pretty;
}

body.homepage-live .sec-title {
  padding-bottom: clamp(20px, 3vw, 34px);
}

body.homepage-live .sec-title__tagline {
  font-size: clamp(12px, 0.6vw + 11px, 15px);
  line-height: 1.35;
  letter-spacing: 0.16em;
  margin-bottom: var(--owho-stack-tight);
}

body.homepage-live .sec-title__tagline__border {
  height: 14px;
  margin-right: 8px;
  top: 1px;
}

body.homepage-live .sec-title__title {
  font-size: var(--owho-section-title-size);
  line-height: 1.08;
}

body.homepage-live .sec-title.text-center .sec-title__title {
  max-width: 17ch;
  margin-left: auto;
  margin-right: auto;
}

body.homepage-live .main-slider-one__item {
  padding-top: clamp(188px, 21vw, 239px);
  padding-bottom: clamp(116px, 16vw, 181px);
}

body.homepage-live .main-slider-one__content {
  max-width: 760px;
}

body.homepage-live .main-slider-one__image {
  margin-bottom: var(--owho-stack-tight);
}

body.homepage-live .owho-hero__eyebrow {
  padding: 8px 14px;
  margin-bottom: var(--owho-stack-tight);
  font-size: clamp(11px, 0.25vw + 10.5px, 12px);
  letter-spacing: 0.16em;
}

body.homepage-live .main-slider-one__title {
  font-size: clamp(38px, 6.8vw, 82px);
  line-height: 0.96;
  margin-bottom: var(--owho-stack-tight);
}

body.homepage-live .main-slider-one__text {
  max-width: 58ch;
  margin-bottom: var(--owho-stack-loose);
}

body.homepage-live .owho-hero__badges {
  gap: 10px;
  margin-bottom: clamp(22px, 3vw, 32px);
}

body.homepage-live .owho-hero__badges span {
  padding: 9px 14px;
  font-size: 11px;
  letter-spacing: 0.08em;
}

body.homepage-live .main-slider-one__btn {
  gap: clamp(16px, 2.4vw, 28px);
}

body.homepage-live .cta-one__content {
  padding: clamp(38px, 6vw, 62px) clamp(22px, 4vw, 30px) clamp(40px, 6vw, 62px);
}

body.homepage-live .cta-one__title {
  font-size: clamp(28px, 3.4vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

body.homepage-live .cta-one__text {
  max-width: 34ch;
  margin: 0 auto 22px;
}

body.homepage-live .about-one__content .sec-title {
  padding-bottom: 18px;
}

body.homepage-live .about-one__content__text {
  max-width: 62ch;
  margin-bottom: 20px;
}

body.homepage-live .owho-badge-group {
  gap: 10px;
  margin-bottom: 24px;
}

body.homepage-live .owho-pill,
body.homepage-live .owho-footer-badge {
  padding: 9px 14px;
  font-size: 11px;
  letter-spacing: 0.14em;
}

body.homepage-live .funfact-one__list.list-unstyled {
  gap: 22px 28px;
}

body.homepage-live .funfact-one__content {
  padding-left: 16px;
}

body.homepage-live .funfact-one__count {
  font-size: clamp(30px, 4vw, 36px);
  line-height: 0.95;
}

body.homepage-live .funfact-one__text {
  font-size: clamp(15px, 1vw, 17px);
  margin-top: 4px;
}

body.homepage-live .owho-section-intro {
  margin-bottom: clamp(32px, 5vw, 52px);
}

body.homepage-live .owho-stat-card__headline {
  font-size: clamp(28px, 2.8vw, 36px);
  line-height: 1.06;
}

body.homepage-live .owho-stat-card__section {
  margin-top: 24px;
  padding-top: 24px;
}

body.homepage-live .owho-stat-card__lead {
  margin-top: 14px;
}

body.homepage-live .owho-stat-card__source {
  margin-top: 22px;
}

body.homepage-live .owho-core-services__stamp {
  margin-bottom: 24px;
}

body.homepage-live .owho-core-services__checklist {
  gap: 12px;
  margin-bottom: 28px;
}

body.homepage-live .owho-service-panel {
  padding: 30px;
}

body.homepage-live .owho-service-panel h3 {
  font-size: var(--owho-card-title-size);
  line-height: 1.08;
  margin-bottom: 12px;
}

body.homepage-live .owho-service-matrix {
  padding: 30px;
}

body.homepage-live .owho-service-matrix__heading h4 {
  font-size: clamp(26px, 2.8vw, 34px);
  line-height: 1.08;
}

body.homepage-live .donations-one .sec-title {
  padding-bottom: 30px;
}

body.homepage-live .donations-one__item__content {
  padding: 24px 26px 22px;
}

body.homepage-live .donations-one__item__title {
  font-size: clamp(21px, 2.4vw, 24px);
  line-height: 1.22;
  margin-bottom: 10px;
}

body.homepage-live .video-one__sub-title {
  font-size: clamp(16px, 2vw, 22px);
  letter-spacing: 0.14em;
  margin: 18px 0 12px;
}

body.homepage-live .video-one__bg {
  -webkit-mask: none;
  mask: none;
}

body.homepage-live .video-one__title {
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.08;
  margin-bottom: 16px;
}

body.homepage-live .video-one__text {
  max-width: 60ch;
  margin: 0 auto 28px;
}

body.homepage-live .owho-vision-video {
  padding: 0;
  overflow: hidden;
  background: transparent;
}

body.homepage-live .owho-vision-video__frame {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  min-height: 0;
  overflow: hidden;
  background: transparent;
  border-radius: 0;
  line-height: 0;
}

body.homepage-live .owho-vision-video__frame::after {
  display: none;
}

body.homepage-live .owho-vision-video__media {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center center;
  background: #0b0817;
  border-radius: 0;
}

@media (max-width: 767px) {
  body.homepage-live .owho-vision-video {
    padding: 0;
  }

  body.homepage-live .owho-vision-video__frame {
    min-height: 0;
    border-radius: 0;
  }

  body.homepage-live .owho-vision-video__media {
    height: auto;
  }
}

body.homepage-live .owho-what-we-do__card-text {
  font-size: clamp(17px, 1.1vw + 12px, 22px);
  line-height: 1.9;
}

body.homepage-live .feature-one .sec-title,
body.homepage-live .team-one .sec-title {
  margin-bottom: 40px;
}

body.homepage-live .feature-one__item__title {
  font-size: clamp(22px, 2.4vw, 24px);
  line-height: 1.16;
  margin-bottom: 10px;
}

body.homepage-live .owho-impact-card__content {
  padding: 26px 24px 28px;
}

body.homepage-live .owho-impact-card__title {
  margin-bottom: 12px;
  line-height: 1.14;
}

body.homepage-live .testimonials-one .sec-title {
  padding-bottom: 16px;
}

body.homepage-live .testimonials-one__text {
  max-width: 55ch;
  margin-bottom: 30px;
}

body.homepage-live .owho-donor-benefits__footer {
  margin-top: 26px;
  padding: 18px 22px;
}

body.homepage-live .owho-donation-aside__title {
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.08;
  margin-bottom: 14px;
}

body.homepage-live .owho-donation-aside__text {
  max-width: 34ch;
}

body.homepage-live .owho-donation-highlights {
  gap: 12px;
  margin-bottom: 26px;
}

body.homepage-live .info__wrapper {
  padding: 38px 36px;
}

body.homepage-live .info__wrapper li {
  gap: 18px;
  align-items: flex-start;
}

body.homepage-live .info__title {
  font-size: clamp(20px, 2.2vw, 24px);
  line-height: 1.1;
  margin-bottom: 8px;
}

body.homepage-live .info__text {
  font-size: clamp(16px, 1vw + 12px, 18px);
  line-height: 1.4;
}

body.homepage-live .main-footer .footer-widget__title {
  font-size: clamp(20px, 2vw, 22px);
  line-height: 1.12;
  margin-bottom: 20px;
}

body.homepage-live .main-footer .footer-widget__links li {
  line-height: 34px;
}

body.homepage-live .main-footer .footer-widget__box {
  align-items: flex-start;
}

body.homepage-live .main-footer .footer-widget__box__text {
  line-height: 1.55;
}

@media (max-width: 991px) {
  body.homepage-live .main-slider-one__item {
    padding-top: 170px;
    padding-bottom: 118px;
  }

  body.homepage-live .main-slider-one__title {
    font-size: clamp(38px, 6vw, 58px);
    line-height: 0.98;
  }
}

@media (max-width: 767px) {
  body.homepage-live {
    --owho-copy-size: 15px;
    --owho-copy-leading: 1.68;
  }

  body.homepage-live .main-slider-one__item {
    padding-top: 140px;
    padding-bottom: 96px;
  }

  body.homepage-live .main-slider-one__content {
    max-width: 100%;
  }

  body.homepage-live .main-slider-one__title {
    font-size: clamp(34px, 9vw, 40px);
    line-height: 1.02;
    margin-bottom: 12px;
    max-width: 13ch;
  }

  body.homepage-live .owho-hero__eyebrow {
    padding: 7px 12px;
    margin-bottom: 10px;
    font-size: 11px;
  }

  body.homepage-live .main-slider-one__text {
    max-width: 32ch;
    margin-bottom: 18px;
  }

  body.homepage-live .owho-hero__badges {
    gap: 8px;
    margin-bottom: 18px;
  }

  body.homepage-live .owho-hero__badges span {
    padding: 8px 11px;
    font-size: 10px;
    letter-spacing: 0.06em;
  }

  body.homepage-live .main-slider-one__btn {
    gap: 14px;
  }

  body.homepage-live .sec-title {
    padding-bottom: 22px;
  }

  body.homepage-live .sec-title__title {
    font-size: clamp(27px, 7.2vw, 32px);
    line-height: 1.12;
  }

  body.homepage-live .sec-title__tagline {
    font-size: 12px;
    margin-bottom: 8px;
  }

  body.homepage-live .cta-one__content {
    padding: 34px 22px 36px;
  }

  body.homepage-live .cta-one__title {
    font-size: clamp(26px, 8vw, 32px);
    margin-bottom: 8px;
  }

  body.homepage-live .cta-one__text {
    max-width: 30ch;
    margin-bottom: 20px;
  }

  body.homepage-live .funfact-one__list.list-unstyled {
    gap: 18px;
    padding: 30px 22px;
  }

  body.homepage-live .funfact-one__item {
    align-items: flex-start;
  }

  body.homepage-live .funfact-one__icon {
    width: 62px;
    height: 62px;
    font-size: 30px;
    margin-right: 16px;
  }

  body.homepage-live .funfact-one__count {
    font-size: 30px;
  }

  body.homepage-live .owho-stat-card,
  body.homepage-live .owho-service-panel,
  body.homepage-live .owho-service-matrix,
  body.homepage-live .owho-benefit-card {
    padding: 22px;
    border-radius: 26px;
  }

  body.homepage-live .owho-stat-card__headline,
  body.homepage-live .owho-service-matrix__heading h4,
  body.homepage-live .owho-donation-aside__title,
  body.homepage-live .video-one__title {
    font-size: clamp(26px, 7vw, 32px);
  }

  body.homepage-live .owho-stat-card__section {
    margin-top: 20px;
    padding-top: 20px;
  }

  body.homepage-live .owho-service-panel h3,
  body.homepage-live .feature-one__item__title,
  body.homepage-live .owho-impact-card__title,
  body.homepage-live .donations-one__item__title {
    font-size: 22px;
  }

  body.homepage-live .video-one__sub-title {
    font-size: 14px;
    letter-spacing: 0.12em;
    margin: 16px 0 10px;
  }

  body.homepage-live .video-one__text {
    margin-bottom: 22px;
  }

  body.homepage-live .feature-one .sec-title,
  body.homepage-live .team-one .sec-title {
    margin-bottom: 32px;
  }

  body.homepage-live .testimonials-one__text {
    margin-bottom: 24px;
  }

  body.homepage-live .owho-donor-benefits__footer {
    gap: 12px;
    padding: 16px 18px;
  }

  body.homepage-live .owho-donation-aside,
  body.homepage-live .owho-donation-panel {
    padding: 28px 20px;
  }

  body.homepage-live .owho-progress-item__meta,
  body.homepage-live .owho-stat-chip,
  body.homepage-live .owho-mini-metric span,
  body.homepage-live .owho-stat-card__source {
    font-size: 14px;
  }

  body.homepage-live .info__wrapper {
    padding: 30px 22px;
    border-radius: 32px;
    gap: 22px;
  }

  body.homepage-live .info__wrapper li {
    gap: 14px;
  }

  body.homepage-live .info__title {
    font-size: 20px;
    margin-bottom: 4px;
  }

  body.homepage-live .info__text {
    font-size: 16px;
  }

  body.homepage-live .main-footer .footer-widget__title {
    margin-bottom: 18px;
  }

  body.homepage-live .main-footer .footer-widget__links li {
    line-height: 30px;
  }
}

@media (max-width: 420px) {
  body.homepage-live .main-slider-one__title {
    max-width: 11.5ch;
  }

  body.homepage-live .main-slider-one__text {
    max-width: 100%;
  }
}

body.homepage-live .owho-impact-highlight {
  position: relative;
  z-index: 2;
  padding: 0;
  margin-top: 0;
}

body.homepage-live .owho-impact-highlight > .owho-impact-highlight__wrap {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

body.homepage-live .owho-impact-highlight__card {
  position: relative;
  padding: 0;
  border-radius: 0;
  background: #5b45b7;
  border-top: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.08);
  border-bottom: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.12);
  box-shadow: none;
  isolation: isolate;
  overflow: hidden;
}

body.homepage-live .owho-impact-highlight__card::before {
  content: none;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 12% 18%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.2) 0%, transparent 34%), radial-gradient(circle at 88% 82%, rgba(var(--careox-base-rgb, 243, 19, 113), 0.28) 0%, transparent 36%), linear-gradient(180deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.08) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 0) 100%);
  pointer-events: none;
  z-index: 0;
}

body.homepage-live .owho-impact-highlight__card::after {
  content: none;
}

body.homepage-live .owho-impact-highlight__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
}

body.homepage-live .owho-impact-highlight__item {
  position: relative;
  min-height: 170px;
  padding: clamp(16px, 2vw, 22px) 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-align: center;
}

body.homepage-live .owho-impact-highlight__icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.16);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.24);
  box-shadow: inset 0 1px 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.14);
  color: #ff7ab6;
  font-size: 28px;
  transition: transform 0.35s ease, background-color 0.35s ease, color 0.35s ease;
}

body.homepage-live .owho-impact-highlight__icon i {
  color: inherit;
}

body.homepage-live .owho-impact-highlight__item:nth-child(1) .owho-impact-highlight__icon {
  color: #ff7ab6;
  background: rgba(255, 122, 182, 0.16);
  border-color: rgba(255, 122, 182, 0.3);
}

body.homepage-live .owho-impact-highlight__item:nth-child(2) .owho-impact-highlight__icon {
  color: #ffe27a;
  background: rgba(255, 226, 122, 0.16);
  border-color: rgba(255, 226, 122, 0.3);
}

body.homepage-live .owho-impact-highlight__item:nth-child(4) .owho-impact-highlight__icon {
  color: #7be7ff;
  background: rgba(123, 231, 255, 0.16);
  border-color: rgba(123, 231, 255, 0.3);
}

body.homepage-live .owho-impact-highlight__item:nth-child(5) .owho-impact-highlight__icon {
  color: #89ffb8;
  background: rgba(137, 255, 184, 0.16);
  border-color: rgba(137, 255, 184, 0.3);
}

body.homepage-live .owho-impact-highlight__value {
  font-size: clamp(30px, 2.8vw, 36px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--careox-white, #fff);
  font-variant-numeric: tabular-nums;
}

body.homepage-live .owho-impact-highlight__label {
  max-width: 18ch;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.5;
  font-weight: 500;
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.84);
}

body.homepage-live .owho-impact-highlight__item--seal {
  overflow: visible;
  padding-left: 10px;
  padding-right: 10px;
}

body.homepage-live .owho-impact-highlight__seal {
  position: relative;
  width: clamp(168px, 17vw, 194px);
  aspect-ratio: 1;
  margin: -14px auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: #ffffff;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.1);
  box-shadow: 0 18px 38px rgba(22, 12, 58, 0.18);
  transform: translateY(-8px);
}

body.homepage-live .owho-impact-highlight__seal::before {
  content: none;
}

body.homepage-live .owho-seal-replacement__image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

@media (min-width: 992px) {
  body.homepage-live .owho-impact-highlight__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 22%;
    right: 0;
    width: 1px;
    height: 56%;
    background: linear-gradient(180deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.22) 50%, rgba(var(--careox-white-rgb, 255, 255, 255), 0) 100%);
  }

  body.homepage-live .owho-impact-highlight__item:hover .owho-impact-highlight__icon {
    transform: translateY(-4px);
    background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.16);
  }
}

@media (max-width: 1199px) {
  body.homepage-live .owho-impact-highlight__item {
    min-height: 158px;
    padding-left: 14px;
    padding-right: 14px;
  }

  body.homepage-live .owho-impact-highlight__seal {
    width: 176px;
  }
}

@media (max-width: 991px) {
  body.homepage-live .owho-impact-highlight {
    padding-top: 0;
  }

  body.homepage-live .owho-impact-highlight__card {
    padding: 0;
    border-radius: 0;
  }

  body.homepage-live .owho-impact-highlight__grid {
    grid-template-columns: 1fr;
  }

  body.homepage-live .owho-impact-highlight__item {
    min-height: auto;
    padding: 18px 24px;
  }

  body.homepage-live .owho-impact-highlight__item + .owho-impact-highlight__item {
    border-top: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.12);
  }

  body.homepage-live .owho-impact-highlight__item--seal {
    padding-top: 22px;
    padding-bottom: 20px;
  }

  body.homepage-live .owho-impact-highlight__seal {
    width: clamp(162px, 32vw, 182px);
    margin: -4px auto;
    transform: translateY(-6px);
    gap: 6px;
    padding: 21px 18px 19px;
  }
}

@media (max-width: 575px) {
  body.homepage-live .owho-impact-highlight__card {
    border-radius: 0;
  }

  body.homepage-live .owho-impact-highlight__item {
    padding: 22px 18px;
  }

  body.homepage-live .owho-impact-highlight__icon {
    width: 62px;
    height: 62px;
    font-size: 24px;
  }

  body.homepage-live .owho-impact-highlight__seal {
    width: 158px;
    padding: 19px 16px 18px;
  }

  body.homepage-live .owho-impact-highlight__seal > span {
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  body.homepage-live .owho-impact-highlight__seal strong {
    font-size: 28px;
  }
}

body.homepage-live .owho-bridge-hero {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  min-height: clamp(560px, 72vh, 760px);
  padding: clamp(72px, 8vw, 108px) 0;
  overflow: hidden;
  background: radial-gradient(circle at 86% 24%, rgba(167, 139, 250, 0.12) 0%, rgba(167, 139, 250, 0) 34%), linear-gradient(92deg, #f9fafb 0%, #fbfcfd 58%, #f4f1ff 100%);
}

body.homepage-live .owho-bridge-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(255, 255, 255, 0) 8%, rgba(236, 72, 153, 0.02) 56%, rgba(124, 58, 237, 0.08) 100%);
  pointer-events: none;
}

body.homepage-live .owho-bridge-hero::after {
  content: "";
  position: absolute;
  right: -180px;
  top: 48px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.14) 0%, rgba(124, 58, 237, 0.08) 42%, rgba(124, 58, 237, 0) 72%);
  filter: blur(8px);
  pointer-events: none;
}

body.homepage-live .owho-bridge-hero__container {
  position: relative;
  z-index: 1;
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 24px;
}

body.homepage-live .owho-bridge-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: clamp(44px, 6vw, 88px);
  align-items: center;
}

body.homepage-live .owho-bridge-hero__content {
  max-width: 590px;
}

body.homepage-live .owho-bridge-hero__title {
  margin: 0;
  color: #111827;
  font-family: "Nunito", sans-serif;
  font-size: clamp(42px, 4.8vw, 56px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

body.homepage-live .owho-bridge-hero__title-line {
  display: block;
}

body.homepage-live .owho-bridge-hero__title-line + .owho-bridge-hero__title-line {
  margin-top: 4px;
}

body.homepage-live .owho-bridge-hero__accent {
  position: relative;
  display: inline-block;
}

body.homepage-live .owho-bridge-hero__accent--need {
  color: #ec4899;
}

body.homepage-live .owho-bridge-hero__accent--hope {
  color: #7c3aed;
}

body.homepage-live .owho-bridge-hero__need-heart {
  position: absolute;
  top: -0.38em;
  right: -0.72em;
  color: #f472b6;
  font-size: 0.34em;
  line-height: 1;
  transform: rotate(18deg);
}

body.homepage-live .owho-bridge-hero__text {
  max-width: 540px;
  margin: 28px 0 0;
  color: #6b7280;
  font-family: "Nunito", sans-serif;
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.8;
}

body.homepage-live .owho-bridge-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

body.homepage-live .owho-bridge-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease, filter 0.3s ease;
}

body.homepage-live .owho-bridge-hero__button i {
  font-size: 14px;
}

body.homepage-live .owho-bridge-hero__button--primary {
  background: linear-gradient(135deg, #ff5fb2 0%, #ec4899 38%, #d946ef 100%);
  box-shadow: 0 22px 44px rgba(236, 72, 153, 0.24);
  color: var(--careox-white, #fff);
}

body.homepage-live .owho-bridge-hero__button--primary:hover {
  color: var(--careox-white, #fff);
  transform: translateY(-3px);
  box-shadow: 0 28px 52px rgba(217, 70, 239, 0.28);
  filter: brightness(0.98);
}

body.homepage-live .owho-bridge-hero__button--secondary {
  border-color: rgba(236, 72, 153, 0.3);
  background-color: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.05);
  color: #ec4899;
}

body.homepage-live .owho-bridge-hero__button--secondary:hover {
  color: #db2777;
  transform: translateY(-3px);
  border-color: rgba(236, 72, 153, 0.5);
  box-shadow: 0 18px 36px rgba(236, 72, 153, 0.12);
}

body.homepage-live .owho-bridge-hero__button:focus-visible {
  outline: 2px solid rgba(236, 72, 153, 0.24);
  outline-offset: 4px;
}

body.homepage-live .owho-bridge-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  max-width: 560px;
  margin-top: 36px;
}

body.homepage-live .owho-bridge-hero__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(236, 72, 153, 0.08);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.04);
  text-align: left;
}

body.homepage-live .owho-bridge-hero__trust-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(236, 72, 153, 0.12);
  background-color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
  color: #9ca3af;
  font-size: 13px;
}

body.homepage-live .owho-bridge-hero__trust-label {
  color: #6b7280;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

body.homepage-live .owho-bridge-hero__visual {
  position: relative;
}

body.homepage-live .owho-bridge-hero__visual-frame {
  position: relative;
  padding: 36px 8px 30px 46px;
}

body.homepage-live .owho-bridge-hero__visual-frame::before {
  content: "";
  position: absolute;
  inset: 26px 0 8px 28px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88) 0%, rgba(244, 239, 255, 0.92) 48%, rgba(252, 231, 243, 0.82) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 32px 70px rgba(124, 58, 237, 0.08);
  transform: rotate(-7deg);
}

body.homepage-live .owho-bridge-hero__visual-frame::after {
  content: "";
  position: absolute;
  left: -8px;
  top: -4px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.22) 0%, rgba(236, 72, 153, 0) 74%);
  filter: blur(8px);
}

body.homepage-live .owho-bridge-hero__media {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin-left: auto;
  overflow: hidden;
  border-radius: 34px;
  aspect-ratio: 10 / 11.2;
  background: linear-gradient(180deg, #fdf2f8 0%, #f5f3ff 100%);
  box-shadow: 0 28px 72px rgba(15, 23, 42, 0.15);
}

body.homepage-live .owho-bridge-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(17, 24, 39, 0.08) 100%), linear-gradient(140deg, rgba(236, 72, 153, 0.18) 0%, rgba(124, 58, 237, 0.12) 55%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

body.homepage-live .owho-bridge-hero__media::after {
  content: "";
  position: absolute;
  right: -18%;
  bottom: -20%;
  z-index: 1;
  width: 58%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.44) 0%, rgba(255, 255, 255, 0) 72%);
  pointer-events: none;
}

body.homepage-live .owho-bridge-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.04) contrast(1.02);
}

@media (max-width: 1199px) {
  body.homepage-live .owho-bridge-hero__grid {
    gap: 40px;
  }

  body.homepage-live .owho-bridge-hero__visual-frame {
    padding-left: 28px;
  }
}

@media (max-width: 991px) {
  body.homepage-live .owho-bridge-hero {
    min-height: 0;
    padding: 78px 0 84px;
  }

  body.homepage-live .owho-bridge-hero__container {
    padding: 0 20px;
  }

  body.homepage-live .owho-bridge-hero__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
  }

  body.homepage-live .owho-bridge-hero__content {
    max-width: none;
  }

  body.homepage-live .owho-bridge-hero__text,
  body.homepage-live .owho-bridge-hero__trust {
    max-width: none;
  }

  body.homepage-live .owho-bridge-hero__visual {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
  }

  body.homepage-live .owho-bridge-hero__media {
    max-width: none;
  }
}

@media (max-width: 767px) {
  body.homepage-live .owho-bridge-hero {
    padding: 72px 0;
  }

  body.homepage-live .owho-bridge-hero__container {
    padding: 0 18px;
  }

  body.homepage-live .owho-bridge-hero__title {
    font-size: clamp(42px, 11vw, 48px);
  }

  body.homepage-live .owho-bridge-hero__title-line + .owho-bridge-hero__title-line {
    margin-top: 6px;
  }

  body.homepage-live .owho-bridge-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  body.homepage-live .owho-bridge-hero__button {
    width: 100%;
  }

  body.homepage-live .owho-bridge-hero__trust {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  body.homepage-live .owho-bridge-hero__trust-item {
    justify-content: flex-start;
    padding: 12px 14px;
    text-align: left;
  }

  body.homepage-live .owho-bridge-hero__visual-frame {
    padding: 28px 0 0 20px;
  }

  body.homepage-live .owho-bridge-hero__visual-frame::before {
    inset: 18px 0 0 12px;
    border-radius: 30px;
  }

  body.homepage-live .owho-bridge-hero__media {
    border-radius: 28px;
    aspect-ratio: 10 / 11.8;
  }
}

@media (max-width: 420px) {
  body.homepage-live .owho-bridge-hero__title {
    font-size: 40px;
  }

  body.homepage-live .owho-bridge-hero__button {
    padding-left: 22px;
    padding-right: 22px;
  }
}

/* Homepage live: What We Do section */
body.homepage-live .owho-what-we-do-section {
  position: relative;
  overflow: hidden;
  padding: 88px 0 92px;
  background: linear-gradient(180deg, #f9fafb 0%, #f4f6fb 100%);
}

body.homepage-live .owho-what-we-do-section::before,
body.homepage-live .owho-what-we-do-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(8px);
}

body.homepage-live .owho-what-we-do-section::before {
  top: -120px;
  left: -80px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.12) 0%, rgba(236, 72, 153, 0) 72%);
}

body.homepage-live .owho-what-we-do-section::after {
  right: -120px;
  bottom: -160px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.12) 0%, rgba(124, 58, 237, 0) 74%);
}

body.homepage-live .owho-what-we-do__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 18px;
}

body.homepage-live .owho-what-we-do__header {
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

body.homepage-live .owho-what-we-do__label {
  display: inline-block;
  margin-bottom: 14px;
  color: #ec4899;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.28em;
  line-height: 1;
  text-transform: uppercase;
}

body.homepage-live .owho-what-we-do__title {
  margin: 0;
  color: #111827;
  font-size: clamp(36px, 4.2vw, 54px);
  line-height: 1.04;
  text-wrap: balance;
}

body.homepage-live .owho-what-we-do__title-highlight {
  color: #7c3aed;
}

body.homepage-live .owho-what-we-do__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

body.homepage-live .owho-what-we-do__card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
}

body.homepage-live .owho-what-we-do__card:hover {
  transform: translateY(-8px);
  border-color: rgba(15, 23, 42, 0.1);
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.14);
}

body.homepage-live .owho-what-we-do__card::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--wwd-accent) 50%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: opacity 0.45s ease;
}

body.homepage-live .owho-what-we-do__card:hover::after {
  opacity: 1;
}

body.homepage-live .owho-what-we-do__visual {
  position: relative;
  padding-bottom: 34px;
}

body.homepage-live .owho-what-we-do__media {
  position: relative;
  height: 172px;
  border-radius: 18px;
  overflow: hidden;
  background-color: #e9eef5;
}

body.homepage-live .owho-what-we-do__media::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0) 20%, rgba(17, 24, 39, 0.16) 100%);
}

body.homepage-live .owho-what-we-do__image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.65s ease;
}

body.homepage-live .owho-what-we-do__image--food {
  object-position: 38% center;
}

body.homepage-live .owho-what-we-do__card:hover .owho-what-we-do__image {
  transform: scale(1.05);
}

body.homepage-live .owho-what-we-do__badge {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: var(--wwd-accent);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.14);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

body.homepage-live .owho-what-we-do__badge-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #ffffff;
  color: var(--wwd-accent);
  font-size: 22px;
}

body.homepage-live .owho-what-we-do__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding-top: 4px;
  text-align: center;
}

body.homepage-live .owho-what-we-do__card-title {
  margin: 0 0 12px;
  color: #111827;
  font-family: var(--careox-font, "Nunito", sans-serif);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  text-wrap: balance;
}

body.homepage-live .owho-what-we-do__card-text {
  flex: 1 1 auto;
  margin: 0 0 22px;
  color: #6b7280;
  font-size: 18px;
  line-height: 1.9;
  text-wrap: pretty;
}

body.homepage-live .owho-what-we-do__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  align-self: center;
  padding: 11px 18px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  background-color: #ffffff;
  color: #111827;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
  transition: color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

body.homepage-live .owho-what-we-do__button i {
  color: var(--wwd-accent);
  font-size: 12px;
  transition: transform 0.35s ease;
}

body.homepage-live .owho-what-we-do__button:hover {
  color: var(--wwd-accent);
  border-color: rgba(15, 23, 42, 0.16);
  transform: translateY(-1px);
}

body.homepage-live .owho-what-we-do__card:hover .owho-what-we-do__button {
  border-color: rgba(15, 23, 42, 0.16);
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.08);
}

body.homepage-live .owho-what-we-do__card:hover .owho-what-we-do__button i {
  transform: translateX(3px);
}

body.homepage-live .owho-what-we-do__card:hover .owho-what-we-do__badge {
  transform: translateX(-50%) scale(1.05);
  box-shadow: 0 22px 36px rgba(15, 23, 42, 0.18);
}

@media (max-width: 991px) {
  body.homepage-live .owho-what-we-do-section {
    padding: 78px 0 82px;
  }

  body.homepage-live .owho-what-we-do__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  body.homepage-live .owho-what-we-do__card {
    grid-column: auto;
  }
}

@media (max-width: 767px) {
  body.homepage-live .owho-what-we-do-section {
    padding: 72px 0 76px;
  }

  body.homepage-live .owho-what-we-do__header {
    margin-bottom: 40px;
  }

  body.homepage-live .owho-what-we-do__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  body.homepage-live .owho-what-we-do__card {
    padding: 20px;
  }

  body.homepage-live .owho-what-we-do__media {
    height: 164px;
  }
}

body.homepage-live .owho-support-banner {
  position: relative;
  padding: 0;
}

body.homepage-live .owho-support-banner__container {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

body.homepage-live .owho-support-banner__panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(236px, 26vw, 320px);
  padding: clamp(42px, 5vw, 76px) clamp(24px, 6vw, 92px);
  overflow: hidden;
  border-radius: 0;
  background-color: #4a2385;
  background-image: url("../images/newimg/cta_before_footer_1719231660809.webp");
  background-size: cover;
  background-position: center 28%;
  box-shadow: none;
  isolation: isolate;
}

body.homepage-live .owho-support-banner__panel::before,
body.homepage-live .owho-support-banner__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.homepage-live .owho-support-banner__panel::before {
  background: linear-gradient(125deg, rgba(43, 14, 85, 0.92) 0%, rgba(91, 40, 158, 0.82) 48%, rgba(130, 61, 181, 0.88) 100%);
}

body.homepage-live .owho-support-banner__panel::after {
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.14), inset 0 -1px 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.08);
  background: radial-gradient(circle at 50% 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.18) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 0) 44%), linear-gradient(180deg, rgba(7, 3, 18, 0) 0%, rgba(7, 3, 18, 0.16) 100%);
  opacity: 0.8;
}

body.homepage-live .owho-footer-seal {
  position: relative;
  width: 132px;
  aspect-ratio: 1;
  margin-top: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: #ffffff;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.1);
  box-shadow: 0 14px 26px rgba(22, 12, 58, 0.18);
}

body.homepage-live .owho-footer-seal::before {
  content: none;
}

body.homepage-live .owho-support-banner__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  text-align: center;
}

body.homepage-live .owho-support-banner__title {
  margin: 0 auto 14px;
  max-width: 18ch;
  color: var(--careox-white, #fff);
  font-family: "Nunito", var(--careox-heading-font, sans-serif);
  font-size: clamp(28px, 2.4vw, 36px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

body.homepage-live .owho-support-banner__text {
  margin: 0 auto;
  max-width: 42ch;
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.84);
  font-family: "Nunito", var(--careox-font, sans-serif);
  font-size: clamp(15px, 1vw + 11px, 18px);
  line-height: 1.7;
  text-wrap: pretty;
}

body.homepage-live .owho-support-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
  padding: 16px 18px 16px 28px;
  border-radius: 999px;
  background-color: var(--careox-white, #fff);
  color: #1f1636;
  font-family: "Nunito", var(--careox-font, sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 16px 34px rgba(16, 10, 32, 0.18);
  transition: transform 0.35s ease, box-shadow 0.35s ease, color 0.35s ease;
}

body.homepage-live .owho-support-banner__button:hover {
  color: #1f1636;
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 22px 42px rgba(16, 10, 32, 0.24);
}

body.homepage-live .owho-support-banner__button:focus-visible {
  outline: 2px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.92);
  outline-offset: 4px;
}

body.homepage-live .owho-support-banner__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(var(--owho-purple-rgb, 108, 99, 166), 0.14);
  color: var(--owho-navy, #6345a5);
  font-size: 20px;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.72);
}

@media (max-width: 767px) {
  body.homepage-live .owho-support-banner {
    padding: 18px 0 0;
  }

  body.homepage-live .owho-support-banner__panel {
    min-height: 220px;
    padding: 36px 20px 40px;
    background-position: center 32%;
  }

  body.homepage-live .owho-support-banner__title {
    max-width: 14ch;
  }

  body.homepage-live .owho-support-banner__text {
    max-width: 30ch;
  }

  body.homepage-live .owho-support-banner__button {
    margin-top: 20px;
    padding: 15px 16px 15px 22px;
    font-size: 12px;
    letter-spacing: 0.12em;
  }

  body.homepage-live .owho-support-banner__button-icon {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}

body.homepage-live .owho-footer-seal {
  margin-top: 26px;
  display: flex;
  justify-content: flex-start;
}

body.homepage-live .owho-impact-highlight__seal--footer {
  width: clamp(132px, 13vw, 154px);
  margin: 0;
  transform: none;
  gap: 4px;
  padding: 18px 14px 16px;
  box-shadow: 0 14px 30px rgba(22, 12, 58, 0.22), inset 0 2px 0 rgba(255, 255, 255, 0.72), inset 0 -12px 18px rgba(137, 90, 20, 0.18);
}

body.homepage-live .owho-impact-highlight__seal--footer::before {
  inset: 8px;
}

body.homepage-live .owho-impact-highlight__seal--footer > span {
  font-size: 9px;
  letter-spacing: 0.13em;
}

body.homepage-live .owho-impact-highlight__seal--footer strong {
  font-size: clamp(24px, 2vw, 29px);
}

@media (max-width: 767px) {
  body.homepage-live .owho-footer-seal {
    margin-top: 22px;
  }

  body.homepage-live .owho-impact-highlight__seal--footer {
    width: 132px;
    padding: 17px 12px 15px;
  }

  body.homepage-live .owho-impact-highlight__seal--footer > span {
    font-size: 8px;
  }

  body.homepage-live .owho-impact-highlight__seal--footer strong {
    font-size: 24px;
  }
}

/*# sourceMappingURL=careox.css.map */

/* Homepage live core services redesign */
body.homepage-live .owho-core-services {
  background:
    radial-gradient(circle at 10% 18%, rgba(var(--owho-purple-rgb, 108, 99, 166), 0.1) 0%, transparent 28%),
    radial-gradient(circle at 88% 85%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.08) 0%, transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(var(--owho-purple-rgb, 108, 99, 166), 0.05) 100%);
}

body.homepage-live .owho-core-services > .container {
  width: min(92vw, 1520px);
  max-width: min(92vw, 1520px);
}

body.homepage-live .owho-core-services__shell {
  position: relative;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 40px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(252, 250, 255, 0.96) 45%, rgba(245, 241, 255, 0.96) 100%);
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
  box-shadow: 0 28px 90px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.1);
}

body.homepage-live .owho-core-services__shell::before,
body.homepage-live .owho-core-services__shell::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

body.homepage-live .owho-core-services__shell::before {
  top: -120px;
  left: -70px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.18) 0%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0) 70%);
}

body.homepage-live .owho-core-services__shell::after {
  right: -90px;
  bottom: -110px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.14) 0%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0) 70%);
}

body.homepage-live .owho-core-services__story-col,
body.homepage-live .owho-core-services__cards-col {
  position: relative;
  z-index: 1;
}

body.homepage-live .owho-core-services__story-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(28px, 3vw, 38px);
  border-radius: 32px;
  background: #5b45b7;
  box-shadow: 0 26px 70px rgba(59, 41, 128, 0.24);
}

body.homepage-live .owho-core-services__story-media {
  position: relative;
  width: 100%;
  height: clamp(220px, 24vw, 300px);
  margin-bottom: 26px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.12);
  box-shadow: 0 18px 40px rgba(17, 14, 48, 0.2);
}

body.homepage-live .owho-core-services__story-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 18, 54, 0.08) 0%, rgba(14, 18, 54, 0.22) 100%);
}

body.homepage-live .owho-core-services__story-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.homepage-live .owho-core-services__story-col .sec-title {
  margin-bottom: 0;
}

body.homepage-live .owho-core-services__story-col .sec-title__tagline,
body.homepage-live .owho-core-services__story-col .sec-title__title,
body.homepage-live .owho-core-services__story-col .owho-core-services__intro {
  color: var(--careox-white, #fff);
}

body.homepage-live .owho-core-services__story-col .sec-title__tagline__border {
  background-color: rgba(255, 255, 255, 0.75);
}

body.homepage-live .owho-core-services__intro {
  max-width: 34ch;
  margin-top: 22px;
}

body.homepage-live .owho-core-services__stamp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  margin-bottom: 22px;
  padding: 14px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

body.homepage-live .owho-core-services__stamp span,
body.homepage-live .owho-core-services__stamp strong {
  margin: 0;
  color: var(--careox-white, #fff);
}

body.homepage-live .owho-core-services__stamp span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 11px;
  letter-spacing: 0.16em;
}

body.homepage-live .owho-core-services__stamp strong {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.homepage-live .owho-core-services__checklist {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

body.homepage-live .owho-core-services__checklist li {
  flex: 0 0 calc(50% - 6px);
  min-width: 0;
  align-items: center;
  padding: 14px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: none;
  color: var(--careox-white, #fff);
  font-size: 12px;
  letter-spacing: 0.14em;
}

body.homepage-live .owho-core-services__checklist li i {
  color: #fff3a4;
  font-size: 16px;
  margin-top: 0;
}

body.homepage-live .owho-spaced-cta {
  align-self: flex-start;
  padding: 0 34px;
  background: linear-gradient(90deg, #ffffff 0%, #ffe3f2 100%);
  color: var(--owho-navy, #1f2253);
  box-shadow: 0 16px 34px rgba(20, 14, 74, 0.18);
}

body.homepage-live .owho-spaced-cta:hover {
  color: var(--owho-navy, #1f2253);
  transform: translateY(-2px);
}

body.homepage-live .owho-core-services__cards {
  align-items: stretch;
}

body.homepage-live .owho-core-services__cards-heading {
  margin-bottom: 24px;
}

body.homepage-live .owho-core-services__cards-heading span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
  color: var(--owho-pink, #f31371);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.homepage-live .owho-core-services__cards-heading span::before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: var(--owho-pink, #f31371);
}

body.homepage-live .owho-core-services__cards-heading h2 {
  margin: 0;
  color: var(--owho-navy, #1f2253);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.08;
}

body.homepage-live .owho-service-panel {
  position: relative;
  min-height: 100%;
  padding: 32px;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 246, 255, 0.98) 100%);
  color: var(--owho-navy, #1f2253);
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
  box-shadow: 0 18px 52px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.homepage-live .owho-service-panel:hover,
body.homepage-live .owho-service-matrix:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 62px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.14);
}

body.homepage-live .owho-service-panel::before {
  inset: 0 auto auto 24px;
  width: calc(100% - 48px);
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--panel-accent, var(--owho-pink, #f31371)) 0%, rgba(255, 255, 255, 0) 100%);
}

body.homepage-live .owho-service-panel::after {
  content: "";
  position: absolute;
  top: -36px;
  right: -24px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--owho-purple-rgb, 108, 99, 166), 0.14) 0%, rgba(var(--owho-purple-rgb, 108, 99, 166), 0) 72%);
  pointer-events: none;
}

body.homepage-live .owho-service-panel__icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  border-radius: 22px;
  background: var(--panel-accent, var(--owho-pink, #f31371));
  box-shadow: 0 14px 32px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.14);
}

body.homepage-live .owho-service-panel__label {
  margin-bottom: 12px;
  color: var(--panel-accent, var(--owho-pink, #f31371));
  font-size: 11px;
  letter-spacing: 0.18em;
}

body.homepage-live .owho-service-panel h3 {
  color: var(--owho-navy, #1f2253);
  font-size: clamp(24px, 2.1vw, 30px);
  line-height: 1.06;
  margin-bottom: 14px;
}

body.homepage-live .owho-service-panel p:last-child {
  color: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.74);
}

body.homepage-live .owho-service-matrix {
  position: relative;
  padding: 34px;
  border-radius: 32px;
  overflow: hidden;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.99) 0%, rgba(245, 241, 255, 0.98) 100%);
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
  box-shadow: 0 18px 52px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.homepage-live .owho-service-matrix::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(var(--owho-navy-rgb, 31, 34, 83), 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(var(--owho-navy-rgb, 31, 34, 83), 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.35;
  pointer-events: none;
}

body.homepage-live .owho-service-matrix__heading,
body.homepage-live .owho-service-matrix__grid {
  position: relative;
  z-index: 1;
}

body.homepage-live .owho-service-matrix__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.08);
  color: var(--owho-pink, #f31371);
}

body.homepage-live .owho-service-matrix__heading h4 {
  max-width: 700px;
  color: var(--owho-navy, #1f2253);
  font-size: clamp(28px, 2.7vw, 38px);
  line-height: 1.05;
}

body.homepage-live .owho-service-matrix__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

body.homepage-live .owho-service-matrix__item {
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  min-height: 148px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

body.homepage-live .owho-service-matrix__item i {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.05);
  font-size: 20px;
  margin-top: 0;
}

body.homepage-live .owho-service-matrix__item span {
  font-size: 12px;
  letter-spacing: 0.14em;
  line-height: 1.45;
}

@media (max-width: 1199px) {
  body.homepage-live .owho-core-services__story-col {
    margin-bottom: 6px;
  }

  body.homepage-live .owho-service-matrix__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  body.homepage-live .owho-core-services__shell {
    padding: 18px;
    border-radius: 32px;
  }

  body.homepage-live .owho-core-services__story-col,
  body.homepage-live .owho-core-services__cards-col {
    padding-left: 18px;
    padding-right: 18px;
  }

  body.homepage-live .owho-core-services__story-col {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media (max-width: 767px) {
  body.homepage-live .owho-core-services > .container {
    width: min(94vw, 1520px);
    max-width: min(94vw, 1520px);
  }

  body.homepage-live .owho-core-services__story-col {
    padding: 22px 20px;
    border-radius: 26px;
  }

  body.homepage-live .owho-core-services__checklist li {
    flex-basis: 100%;
  }

  body.homepage-live .owho-service-panel,
  body.homepage-live .owho-service-matrix {
    padding: 22px;
    border-radius: 24px;
  }

  body.homepage-live .owho-service-matrix__grid {
    grid-template-columns: 1fr;
  }

  body.homepage-live .owho-service-matrix__item {
    min-height: 0;
  }
}

/* Homepage live impact stats redesign */
body.homepage-live .funfact-one > .container {
  width: min(92vw, 1520px);
  max-width: min(92vw, 1520px);
}

body.homepage-live .funfact-one {
  margin-bottom: 68px;
}

body.homepage-live .funfact-one__shell {
  position: relative;
  padding: clamp(28px, 4vw, 42px);
  border-radius: 40px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 14%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.12) 0%, transparent 25%),
    radial-gradient(circle at 88% 84%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.1) 0%, transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(250, 247, 255, 0.98) 52%, rgba(245, 242, 255, 0.98) 100%);
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
  box-shadow: 0 30px 90px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.12);
}

body.homepage-live .funfact-one__shell::before,
body.homepage-live .funfact-one__shell::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

body.homepage-live .funfact-one__shell::before {
  top: -120px;
  right: -70px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(var(--owho-purple-rgb, 108, 99, 166), 0.16) 0%, rgba(var(--owho-purple-rgb, 108, 99, 166), 0) 72%);
}

body.homepage-live .funfact-one__shell::after {
  left: -85px;
  bottom: -100px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(var(--owho-yellow-rgb, 247, 201, 72), 0.18) 0%, rgba(var(--owho-yellow-rgb, 247, 201, 72), 0) 72%);
}

body.homepage-live .funfact-one__header {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto 30px;
  text-align: center;
}

body.homepage-live .funfact-one__header .sec-title {
  margin-bottom: 0;
}

body.homepage-live .funfact-one__header .sec-title__tagline {
  justify-content: center;
}

body.homepage-live .funfact-one__header .sec-title__title {
  max-width: 16ch;
  margin-left: auto;
  margin-right: auto;
}

body.homepage-live .funfact-one__intro {
  max-width: 64ch;
  margin: 16px auto 0;
  color: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.72);
  font-size: 17px;
  line-height: 1.75;
}

body.homepage-live .funfact-one__list.list-unstyled {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

body.homepage-live .funfact-one__item {
  align-items: flex-start;
  gap: 18px;
  min-height: 168px;
  padding: 24px 22px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
  box-shadow: 0 18px 45px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.homepage-live .funfact-one__item:hover {
  transform: translateY(-6px);
  border-color: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.14);
  box-shadow: 0 26px 58px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.12);
}

body.homepage-live .funfact-one__item:hover .funfact-one__content::before,
body.homepage-live .funfact-one__item:hover .funfact-one__content::after {
  display: none;
}

body.homepage-live .funfact-one__icon {
  width: 78px;
  height: 78px;
  min-width: 78px;
  margin-right: 0;
  border-radius: 24px;
  mask: none;
  -webkit-mask: none;
  background: linear-gradient(145deg, var(--accent-color) 0%, var(--accent-color) 100%);
  box-shadow: 0 16px 32px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.14);
}

body.homepage-live .funfact-one__icon::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 23px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

body.homepage-live .funfact-one__icon i {
  font-size: 31px;
}

body.homepage-live .funfact-one__content {
  display: grid;
  align-content: center;
  gap: 8px;
  padding-left: 0;
}

body.homepage-live .funfact-one__content::before,
body.homepage-live .funfact-one__content::after {
  display: none;
}

body.homepage-live .funfact-one__count {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

body.homepage-live .funfact-one__text {
  margin: 0;
  color: #2f3446;
  font-size: 18px;
  line-height: 1.35;
  background: none;
}

@media (max-width: 1199px) {
  body.homepage-live .funfact-one__list.list-unstyled {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.homepage-live .funfact-one > .container {
    width: min(94vw, 1520px);
    max-width: min(94vw, 1520px);
  }

  body.homepage-live .funfact-one {
    margin-bottom: 54px;
  }

  body.homepage-live .funfact-one__shell {
    padding: 22px 18px;
    border-radius: 28px;
  }

  body.homepage-live .funfact-one__header {
    margin-bottom: 22px;
  }

  body.homepage-live .funfact-one__intro {
    font-size: 15px;
  }

  body.homepage-live .funfact-one__list.list-unstyled {
    grid-template-columns: 1fr;
  }

  body.homepage-live .funfact-one__item {
    min-height: 0;
    padding: 20px 18px;
    border-radius: 22px;
  }

  body.homepage-live .funfact-one__icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 18px;
  }

  body.homepage-live .funfact-one__icon::after {
    border-radius: 17px;
  }

  body.homepage-live .funfact-one__icon i {
    font-size: 25px;
  }

  body.homepage-live .funfact-one__text {
    font-size: 16px;
  }
}

/* Homepage live typography + spacing system pass */
body.homepage-live {
  --owho-home-display-font: "Nunito", var(--careox-heading-font, sans-serif);
  --owho-home-body-font: "Nunito", var(--careox-font, sans-serif);
  --owho-home-ui-font: "Nunito", var(--careox-font, sans-serif);
  --owho-home-hero-size: clamp(36px, 4vw, 46px);
  --owho-home-hero-secondary-size: clamp(32px, 3.4vw, 40px);
  --owho-home-h2-size: clamp(30px, 3vw, 36px);
  --owho-home-h2-feature-size: clamp(32px, 3.1vw, 38px);
  --owho-home-h3-size: clamp(20px, 1.8vw, 22px);
  --owho-home-body-size: clamp(16px, 0.28vw + 15.2px, 17px);
  --owho-home-small-size: clamp(12px, 0.18vw + 11.7px, 13px);
  --owho-home-section-space: clamp(56px, 8vw, 100px);
  --owho-home-section-space-compact: clamp(52px, 7vw, 88px);
  --owho-home-text-gap: clamp(12px, 1.5vw, 18px);
  --owho-home-action-gap: clamp(20px, 2.4vw, 28px);
  --owho-home-grid-gap: clamp(20px, 2.4vw, 24px);
  font-family: var(--owho-home-body-font);
}

body.homepage-live :is(
  .main-slider-one__title,
  .owho-bridge-hero__title,
  .sec-title__title,
  .about-one__mission-title,
  .video-one__title,
  .owho-what-we-do__title,
  .owho-service-matrix__heading h4,
  .owho-support-banner__title
) {
  font-family: var(--owho-home-display-font);
  font-weight: 700;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

body.homepage-live .main-slider-one__title {
  font-size: var(--owho-home-hero-size);
  line-height: 1.1;
  margin-bottom: var(--owho-home-text-gap);
}

body.homepage-live .owho-bridge-hero__title {
  font-size: var(--owho-home-hero-secondary-size);
  line-height: 1.12;
  margin-bottom: var(--owho-home-text-gap);
}

body.homepage-live :is(
  .sec-title__title,
  .video-one__title,
  .owho-what-we-do__title,
  .owho-support-banner__title
) {
  font-size: var(--owho-home-h2-size);
  line-height: 1.24;
}

body.homepage-live .about-one__mission-title,
body.homepage-live .owho-service-matrix__heading h4 {
  font-size: var(--owho-home-h2-feature-size);
  line-height: 1.22;
}

body.homepage-live :is(
  .owho-service-panel h3,
  .owho-what-we-do__card-title,
  .owho-benefit-card h4,
  .owho-campaign-card__title,
  .testimonials-card__name,
  .owho-burden-slab .country-label
) {
  font-family: var(--owho-home-ui-font);
  font-size: var(--owho-home-h3-size);
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

body.homepage-live :is(
  .main-slider-one__text,
  .owho-bridge-hero__text,
  .about-one__mission-text p,
  .funfact-one__intro,
  .owho-core-services__intro,
  .owho-section-intro,
  .video-one__text,
  .owho-what-we-do__card-text,
  .testimonials-one__text,
  .testimonials-card__content,
  .owho-donor-benefits__intro,
  .owho-benefit-card p,
  .owho-support__intro,
  .owho-support-banner__text,
  .footer-widget__text,
  .footer-widget__box__text
) {
  font-family: var(--owho-home-body-font);
  font-size: var(--owho-home-body-size);
  line-height: 1.72;
  text-wrap: pretty;
}

body.homepage-live :is(
  .sec-title__tagline,
  .video-one__sub-title,
  .owho-hero__eyebrow,
  .about-one__mission-label,
  .owho-what-we-do__label,
  .owho-service-panel__label,
  .owho-service-matrix__eyebrow,
  .owho-benefit-card__meta,
  .owho-campaign-card__tag,
  .owho-campaign-card__footer,
  .owho-donation-field__label,
  .owho-burden-slab .country-sub,
  .owho-burden-slab .stat-label,
  .owho-burden-slab .divider-text
) {
  font-family: var(--owho-home-ui-font);
  font-size: var(--owho-home-small-size);
  line-height: 1.4;
  letter-spacing: 0.14em;
}

body.homepage-live :is(
  .owho-impact-highlight__label,
  .owho-campaign-picker__intro,
  .owho-donation-note,
  .testimonials-card__designation,
  .owho-burden-slab .source-note,
  .owho-burden-slab .stat-desc,
  .owho-bridge-hero__trust-label
) {
  font-family: var(--owho-home-body-font);
  font-size: var(--owho-home-small-size);
  line-height: 1.4;
}

body.homepage-live .main-slider-one__item {
  padding-top: clamp(144px, 17vw, 208px);
  padding-bottom: clamp(88px, 11vw, 124px);
}

body.homepage-live .owho-bridge-hero,
body.homepage-live :is(
  .about-one--mission,
  .owho-core-services,
  .video-one,
  .owho-what-we-do-section,
  .owho-burden-slab,
  .owho-donor-benefits,
  .owho-donation-section
) {
  padding-top: var(--owho-home-section-space);
  padding-bottom: var(--owho-home-section-space);
}

body.homepage-live .funfact-one {
  margin-bottom: 0;
  padding-top: var(--owho-home-section-space-compact);
  padding-bottom: var(--owho-home-section-space-compact);
}

body.homepage-live .testimonials-one {
  padding-top: var(--owho-home-section-space);
  padding-bottom: var(--owho-home-section-space-compact);
}

body.homepage-live .owho-support-banner__panel {
  padding: clamp(48px, 6vw, 72px) clamp(24px, 6vw, 92px);
}

body.homepage-live .owho-bridge-hero__text,
body.homepage-live .about-one__mission-text,
body.homepage-live .funfact-one__intro,
body.homepage-live .video-one__text,
body.homepage-live .testimonials-one__text,
body.homepage-live .owho-support__intro,
body.homepage-live .owho-support-banner__text {
  margin-top: var(--owho-home-text-gap);
}

body.homepage-live .main-slider-one__text,
body.homepage-live .owho-hero__badges,
body.homepage-live .owho-bridge-hero__actions,
body.homepage-live .owho-bridge-hero__trust,
body.homepage-live .about-one__mission-btn,
body.homepage-live .video-one__text,
body.homepage-live .owho-what-we-do__card-text,
body.homepage-live .owho-donor-benefits__footer,
body.homepage-live .owho-campaign-picker,
body.homepage-live .donate-info__form__submit,
body.homepage-live .owho-support-banner__button {
  margin-top: var(--owho-home-action-gap);
}

body.homepage-live .owho-what-we-do__header,
body.homepage-live .funfact-one__header,
body.homepage-live .owho-burden-slab__header {
  margin-bottom: clamp(32px, 4vw, 48px);
}

body.homepage-live :is(
  .owho-what-we-do__grid,
  .owho-campaign-grid,
  .owho-burden-slab .wrap,
  .funfact-one__list.list-unstyled
) {
  gap: var(--owho-home-grid-gap);
}

body.homepage-live .owho-core-services__cards,
body.homepage-live .owho-donor-benefits__grid {
  row-gap: var(--owho-home-grid-gap);
}

body.homepage-live .owho-burden-slab .stats-grid,
body.homepage-live .owho-burden-slab .two-col {
  gap: 16px;
}

body.homepage-live .funfact-one__count {
  font-family: var(--owho-home-ui-font);
  font-size: clamp(30px, 3.4vw, 40px);
  line-height: 1.05;
  color: #111827;
}

body.homepage-live .funfact-one__text {
  font-size: clamp(16px, 0.35vw + 15px, 17px);
  line-height: 1.45;
  color: #2f3446;
}

body.homepage-live .testimonials-card__name {
  margin-bottom: 6px;
}

body.homepage-live .testimonials-card__content {
  margin-bottom: 20px;
}

body.homepage-live .owho-what-we-do__card-title,
body.homepage-live .owho-benefit-card h4,
body.homepage-live .owho-campaign-card__title,
body.homepage-live .owho-service-panel h3 {
  margin-bottom: var(--owho-home-text-gap);
}

/* Homepage live cleanup for impact + vision visuals */
body.homepage-live .funfact-one__header {
  max-width: 1160px;
}

body.homepage-live .funfact-one__header .sec-title__title {
  max-width: none;
  width: 100%;
}

body.homepage-live .funfact-one__intro {
  max-width: 78ch;
}

body.homepage-live .video-one {
  overflow: hidden;
}

body.homepage-live .video-one__bg {
  background:
    radial-gradient(circle at 18% 18%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.16) 0%, transparent 24%),
    radial-gradient(circle at 82% 22%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.14) 0%, transparent 22%),
    linear-gradient(135deg, #5440a6 0%, #6f57c6 38%, #8f63c3 100%);
}

body.homepage-live .video-one__bg::after {
  background: linear-gradient(135deg, rgba(53, 35, 110, 0.58) 0%, rgba(87, 56, 163, 0.52) 52%, rgba(112, 73, 174, 0.48) 100%);
  opacity: 1;
}

body.homepage-live .video-one__shape-one,
body.homepage-live .video-one__shape-two {
  display: none !important;
}


/* Homepage live CTA + core-services width polish */
body.homepage-live .owho-spaced-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  min-width: 220px;
  padding: 0 36px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

body.homepage-live .video-one .owho-spaced-cta,
body.homepage-live .owho-core-services__story-col .owho-spaced-cta {
  min-width: 236px;
}

body.homepage-live .owho-core-services__story-col {
  flex: 0 0 46%;
  max-width: 46%;
}

body.homepage-live .owho-core-services__cards-col {
  flex: 0 0 54%;
  max-width: 54%;
}

body.homepage-live .owho-core-services__story-col .sec-title,
body.homepage-live .owho-core-services__story-col .owho-core-services__intro {
  max-width: 100%;
}

body.homepage-live .owho-core-services__story-col .sec-title__title {
  width: 100%;
  max-width: none;
  font-size: clamp(30px, 2.6vw, 42px);
  line-height: 1.12;
  word-break: normal;
  overflow-wrap: normal;
}

body.homepage-live .owho-core-services__intro {
  max-width: 36ch;
  font-size: 16px;
  line-height: 1.75;
}

@media (max-width: 767px) {
  body.homepage-live .owho-core-services__intro {
    font-size: 15px;
    line-height: 1.75;
  }
}

@media (max-width: 1199px) {
  body.homepage-live .owho-core-services__story-col,
  body.homepage-live .owho-core-services__cards-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  body.homepage-live .owho-core-services__story-media {
    height: 190px;
    margin-bottom: 22px;
  }
}

@media (max-width: 767px) {
  body.homepage-live .owho-spaced-cta {
    min-width: 100%;
  }
}


/* Homepage live paragraph color normalization on light sections */
body.homepage-live :is(
  .funfact-one__intro,
  .owho-what-we-do__card-text,
  .owho-service-panel p:last-child,
  .owho-benefit-card p,
  .owho-donor-benefits__footer p,
  .owho-donation-panel .owho-section-intro,
  .owho-donation-panel .owho-support__intro,
  .owho-campaign-picker__intro,
  .owho-donation-note,
  .owho-burden-slab .stat-desc,
  .owho-burden-slab .source-note,
  .owho-burden-slab .metric-key,
  .owho-burden-slab .bar-labels,
  .testimonials-one__text,
  .testimonials-card__content,
  .info__text,
  .footer-widget__text
) {
  color: #2f3446;
}


/* Keep impact heading balanced across two lines on desktop */
@media (min-width: 992px) {
  body.homepage-live .funfact-one__header .sec-title__title {
    max-width: 24ch;
    width: 100%;
    white-space: normal;
    text-wrap: balance;
    font-size: clamp(32px, 3.4vw, 54px);
    margin-left: auto;
    margin-right: auto;
  }
}


/* Footer seal content centering fix */
body.homepage-live .owho-footer-seal {
  justify-content: center;
}

body.homepage-live .owho-footer-seal > span,
body.homepage-live .owho-footer-seal strong {
  width: 100%;
  text-align: center;
}


/* Homepage live hero premium refinement */
body.homepage-live .main-slider-one {
  position: relative;
}

body.homepage-live .main-slider-one__carousel .owl-dots {
  left: clamp(24px, 3vw, 46px);
  z-index: 6;
}

body.homepage-live .main-slider-one__carousel .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  border: 1.5px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.62);
  background-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.08);
  box-shadow: 0 0 0 0 rgba(var(--owho-pink-rgb, 243, 19, 113), 0);
}

body.homepage-live .main-slider-one__carousel .owl-dots .owl-dot:hover span,
body.homepage-live .main-slider-one__carousel .owl-dots .owl-dot.active span {
  background-color: var(--careox-base, #f31371);
  border-color: var(--careox-white, #fff);
  box-shadow: 0 0 0 7px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.18);
}

body.homepage-live .main-slider-one__item {
  isolation: isolate;
}

body.homepage-live .main-slider-one__item::before,
body.homepage-live .main-slider-one__item::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

body.homepage-live .main-slider-one__item::before {
  top: 6%;
  right: 12%;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.2) 0%, rgba(var(--owho-purple-rgb, 108, 99, 166), 0.12) 42%, transparent 72%);
  filter: blur(22px);
}

body.homepage-live .main-slider-one__item::after {
  left: -7%;
  bottom: -14%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.18) 0%, transparent 72%);
  filter: blur(18px);
}

body.homepage-live .main-slider-one__bg {
  z-index: 0;
}

body.homepage-live .main-slider-one__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(96deg, rgba(8, 10, 38, 0.95) 0%, rgba(18, 14, 57, 0.9) 32%, rgba(36, 22, 84, 0.78) 58%, rgba(75, 33, 114, 0.54) 80%, rgba(243, 19, 113, 0.34) 100%), radial-gradient(circle at 78% 20%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.18) 0%, transparent 32%), linear-gradient(180deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.08) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 0) 22%);
}

body.homepage-live .main-slider-one svg,
body.homepage-live .main-slider-one__shape-two,
body.homepage-live .main-slider-one__shape-three,
body.homepage-live .main-slider-one__shape-four {
  display: none !important;
}

body.homepage-live .main-slider-one__content {
  max-width: 860px;
  z-index: 3;
}

body.homepage-live .main-slider-one__image {
  margin: 0;
  opacity: 1;
  animation: none;
}

body.homepage-live .owho-hero__icon {
  width: 76px;
  height: 76px;
  border-radius: 24px;
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.48);
  background: linear-gradient(145deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.98) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.84) 100%);
  color: var(--careox-base, #f31371);
  box-shadow: 0 20px 48px rgba(10, 12, 39, 0.28);
}

body.homepage-live .owho-hero__icon i {
  font-size: 31px;
}

body.homepage-live .owho-hero__eyebrow {
  position: relative;
  gap: 12px;
  margin: 0;
  padding: 10px 18px;
  border-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.18);
  background: linear-gradient(135deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.16) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.08) 100%);
  box-shadow: inset 0 1px 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.14);
  color: var(--careox-white, #fff);
}

body.homepage-live .owho-hero__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: 0 0 8px;
  background-color: var(--careox-secondary, #66c5b8);
  box-shadow: 0 0 0 6px rgba(var(--owho-teal-rgb, 102, 197, 184), 0.16);
}

body.homepage-live .main-slider-one__title {
  max-width: 18.5ch;
  margin: 0;
  color: var(--careox-white, #fff);
  font-size: clamp(40px, 4.5vw, 60px);
  line-height: 1;
  letter-spacing: -0.045em;
  text-shadow: 0 18px 48px rgba(6, 8, 28, 0.34);
  opacity: 1;
  animation: none;
}

body.homepage-live .main-slider-one__text {
  max-width: 56ch;
  margin: 18px 0 0;
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.9);
  opacity: 1;
  animation: none;
}

body.homepage-live .owho-hero__badges {
  gap: 12px;
  margin: 22px 0 0;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms ease;
}

body.homepage-live .owho-hero__badges span {
  position: relative;
  padding: 12px 18px 12px 36px;
  border-radius: 999px;
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.14);
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.08);
  box-shadow: inset 0 1px 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.1);
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.98);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

body.homepage-live .owho-hero__badges span::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, var(--careox-secondary, #66c5b8) 0%, var(--careox-base, #f31371) 100%);
  box-shadow: 0 0 0 6px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.08);
}

body.homepage-live .main-slider-one__btn {
  margin-top: 26px;
  gap: 18px;
  flex-wrap: wrap;
  opacity: 1;
  animation: none;
}

body.homepage-live .main-slider-one__btn .codebitel-btn {
  padding: 16px 30px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 18px 40px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.26);
}

body.homepage-live .main-slider-one__btn .codebitel-btn::before {
  background: linear-gradient(135deg, #f31371 0%, #fd5b9c 45%, #7a5ee6 100%);
}

body.homepage-live .main-slider-one__btn .codebitel-btn::after {
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.08);
  border-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.58);
}

body.homepage-live .main-slider-one__btn .codebitel-btn:hover {
  color: var(--careox-white, #fff);
  box-shadow: 0 22px 48px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.18);
}

body.homepage-live .owho-inline-link {
  width: auto;
  height: auto;
  gap: 14px;
  padding: 10px 18px 10px 10px;
  border-radius: 999px;
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.16);
  background-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.08);
  box-shadow: inset 0 1px 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.1);
  transition: transform 0.35s ease, background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

body.homepage-live .owho-inline-link__icon {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.12);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.16);
  color: var(--careox-white, #fff);
  transition: background 0.35s ease, transform 0.35s ease;
}

body.homepage-live .owho-inline-link__icon i {
  font-size: 15px;
  position: relative;
  left: 1px;
  z-index: 2;
}

body.homepage-live .owho-inline-link .ripple,
body.homepage-live .owho-inline-link .ripple:before,
body.homepage-live .owho-inline-link .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.2);
  animation: ripple 3s infinite;
}

body.homepage-live .owho-inline-link .ripple:before {
  content: "";
  position: absolute;
  animation-delay: 0.9s;
}

body.homepage-live .owho-inline-link .ripple::after {
  content: "";
  position: absolute;
  animation-delay: 0.6s;
}

body.homepage-live .owho-inline-link:hover {
  color: var(--careox-white, #fff);
  background-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.14);
  border-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.28);
  box-shadow: 0 20px 44px rgba(9, 12, 33, 0.28);
  transform: translateY(-2px);
}

body.homepage-live .owho-inline-link:hover .owho-inline-link__icon {
  background: linear-gradient(135deg, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.44) 0%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.42) 100%);
  transform: scale(1.02);
}

body.homepage-live .main-slider-one__layer {
  right: clamp(18px, 4.5vw, 86px);
  top: 0;
  bottom: 0;
  width: clamp(420px, 36vw, 560px);
  height: clamp(420px, 36vw, 560px);
  margin: auto 0;
  padding: 25px;
  overflow: hidden;
  z-index: 2;
  opacity: 1;
  animation: none;
}

body.homepage-live .main-slider-one__layer__inner img {
  mix-blend-mode: normal;
}

@media (max-width: 1399px) {
  body.homepage-live .main-slider-one__layer {
    right: 20px;
    width: clamp(380px, 34vw, 500px);
    height: clamp(380px, 34vw, 500px);
  }
}

@media (max-width: 1199px) {
  body.homepage-live .main-slider-one__content {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  body.homepage-live .main-slider-one__item::before {
    right: -70px;
    width: 360px;
    height: 360px;
  }

  body.homepage-live .main-slider-one__item::after {
    left: -110px;
    width: 300px;
    height: 300px;
  }

  body.homepage-live .main-slider-one__title {
    max-width: 17ch;
    font-size: clamp(36px, 5.6vw, 48px);
  }
}

@media (max-width: 767px) {
  body.homepage-live .main-slider-one__item {
    padding-top: 138px;
    padding-bottom: 92px;
  }

  body.homepage-live .owho-hero__icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
  }

  body.homepage-live .owho-hero__icon i {
    font-size: 26px;
  }

  body.homepage-live .owho-hero__eyebrow {
    padding: 9px 14px;
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  body.homepage-live .main-slider-one__title {
    max-width: 100%;
    font-size: clamp(34px, 9vw, 42px);
    line-height: 1;
  }

  body.homepage-live .main-slider-one__text {
    max-width: 100%;
    margin-top: 14px;
  }

  body.homepage-live .owho-hero__badges {
    gap: 10px;
    margin-top: 18px;
  }

  body.homepage-live .owho-hero__badges span {
    width: 100%;
    padding: 11px 14px 11px 34px;
    font-size: 11px;
  }

  body.homepage-live .main-slider-one__btn {
    margin-top: 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  body.homepage-live .main-slider-one__btn .codebitel-btn,
  body.homepage-live .owho-inline-link {
    width: 100%;
  }

  body.homepage-live .owho-inline-link {
    justify-content: flex-start;
  }

  body.homepage-live .main-slider-one__carousel .owl-dots {
    bottom: 18px;
  }
}

@media (max-width: 575px) {
  body.homepage-live .owho-inline-link {
    padding: 10px 14px 10px 10px;
  }

  body.homepage-live .owho-inline-link__icon {
    width: 52px;
    height: 52px;
  }
}

body.homepage-live .main-slider-one__image {
  margin-bottom: 17px;
}

body.homepage-live .owho-hero__icon {
  width: 84px;
  height: 84px;
  border-radius: 26px;
  border: 0;
  background-color: var(--careox-white, #fff);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--owho-pink, #f31371);
  box-shadow: 0 24px 60px rgba(var(--careox-black3-rgb, 14, 18, 54), 0.24);
}

body.homepage-live .owho-hero__icon i {
  font-size: 34px;
}

body.homepage-live .owho-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.18);
  background-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.12);
  box-shadow: none;
  color: var(--careox-white, #fff);
}

body.homepage-live .owho-hero__eyebrow::before,
body.homepage-live .owho-hero__badges span::before {
  content: none;
}

body.homepage-live .owho-hero__badges {
  gap: 12px;
  margin: 0 0 38px;
  opacity: 1;
  transform: none;
  transition: none;
}

body.homepage-live .owho-hero__badges span {
  width: auto;
  padding: 10px 16px;
  border-radius: 999px;
  background-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.12);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.14);
  box-shadow: none;
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.96);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

body.homepage-live .main-slider-one__btn {
  margin-top: 0;
  gap: 35px;
}

body.homepage-live .owho-inline-link {
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--careox-black, #122f2a);
  box-shadow: none;
  font-size: 15px;
  transform: none;
}

body.homepage-live .owho-inline-link .ripple,
body.homepage-live .owho-inline-link .ripple:before,
body.homepage-live .owho-inline-link .ripple:after {
  box-shadow: 0 0 0 0 rgba(var(--careox-black-rgb, 18, 47, 42), 0.25);
}

body.homepage-live .owho-inline-link:hover {
  background-color: var(--careox-secondary, #ffa415);
  border-color: transparent;
  box-shadow: none;
  transform: none;
}

@media (max-width: 767px) {
  body.homepage-live .main-slider-one__btn {
    margin-top: 20px;
    align-items: flex-start;
    gap: 12px;
  }

  body.homepage-live .owho-hero__icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
  }

  body.homepage-live .owho-hero__icon i {
    font-size: 26px;
  }

  body.homepage-live .owho-hero__eyebrow {
    padding: 9px 14px;
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  body.homepage-live .owho-hero__badges {
    gap: 10px;
  }

  body.homepage-live .owho-hero__badges span {
    width: auto;
    font-size: 11px;
  }

  body.homepage-live .owho-inline-link {
    width: 50px;
    height: 50px;
    padding: 0;
  }
}

@media (max-width: 575px) {
  body.homepage-live .owho-inline-link {
    width: 50px;
    height: 50px;
    padding: 0;
  }
}

body.homepage-live .wow {
  --homepage-live-wow-y: 24px;
  --homepage-live-wow-x: 28px;
  animation-duration: 1.75s;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  backface-visibility: hidden;
}

body.homepage-live .fadeInUp {
  -webkit-animation-name: homepageLiveFadeInUp;
  animation-name: homepageLiveFadeInUp;
}

body.homepage-live .fadeInLeft {
  -webkit-animation-name: homepageLiveFadeInLeft;
  animation-name: homepageLiveFadeInLeft;
}

body.homepage-live .fadeInRight {
  -webkit-animation-name: homepageLiveFadeInRight;
  animation-name: homepageLiveFadeInRight;
}

@-webkit-keyframes homepageLiveFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, var(--homepage-live-wow-y), 0);
    transform: translate3d(0, var(--homepage-live-wow-y), 0);
  }

  65% {
    opacity: 1;
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes homepageLiveFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, var(--homepage-live-wow-y), 0);
    transform: translate3d(0, var(--homepage-live-wow-y), 0);
  }

  65% {
    opacity: 1;
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes homepageLiveFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(var(--homepage-live-wow-x) * -1), 0, 0);
    transform: translate3d(calc(var(--homepage-live-wow-x) * -1), 0, 0);
  }

  65% {
    opacity: 1;
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes homepageLiveFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(var(--homepage-live-wow-x) * -1), 0, 0);
    transform: translate3d(calc(var(--homepage-live-wow-x) * -1), 0, 0);
  }

  65% {
    opacity: 1;
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes homepageLiveFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(var(--homepage-live-wow-x), 0, 0);
    transform: translate3d(var(--homepage-live-wow-x), 0, 0);
  }

  65% {
    opacity: 1;
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes homepageLiveFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(var(--homepage-live-wow-x), 0, 0);
    transform: translate3d(var(--homepage-live-wow-x), 0, 0);
  }

  65% {
    opacity: 1;
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 767px) {
  body.homepage-live .wow {
    --homepage-live-wow-y: 18px;
    --homepage-live-wow-x: 20px;
    animation-duration: 1.3s;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.homepage-live .wow,
  body.homepage-live .animated {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }
}

/* Homepage live seal image replacement */
body.homepage-live .owho-impact-highlight__seal,
body.homepage-live .owho-footer-seal {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--careox-white, #fff);
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(22, 12, 58, 0.1);
}

body.homepage-live .owho-impact-highlight__seal {
  width: clamp(70px, 6vw, 78px);
  margin: 0 auto;
  padding: 7px;
  transform: none;
}

body.homepage-live .owho-footer-seal {
  width: clamp(78px, 6.5vw, 88px);
  margin-top: 18px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

body.homepage-live .owho-impact-highlight__seal::before,
body.homepage-live .owho-footer-seal::before {
  content: none;
}

body.homepage-live .owho-seal-replacement__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

body.homepage-live .owho-impact-highlight__seal {
  width: clamp(88px, 7vw, 110px) !important;
  height: clamp(88px, 7vw, 110px) !important;
  max-width: 110px;
  max-height: 110px;
  padding: 10px !important;
  margin: 0 auto;
  overflow: hidden !important;
  transform: none !important;
}

body.homepage-live .owho-impact-highlight__seal .owho-seal-replacement__image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
}

body.homepage-live .owho-footer-seal .owho-seal-replacement__image {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1199px) {
  body.homepage-live .owho-impact-highlight__seal {
    width: 74px;
  }
}

@media (max-width: 991px) {
  body.homepage-live .owho-impact-highlight__seal {
    width: clamp(70px, 16vw, 76px);
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  body.homepage-live .owho-impact-highlight__seal {
    width: 70px;
    padding: 7px;
  }

  body.homepage-live .owho-footer-seal {
    width: 72px;
    padding: 0;
  }
}

body.homepage-live .owho-seal-replacement__image--impact {
  width: 96px !important;
  height: 96px !important;
  max-width: 96px !important;
  max-height: 96px !important;
  object-fit: contain !important;
}

body.homepage-live .owho-seal-replacement__image--footer {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
}

body.homepage-live .owho-impact-highlight__seal--brand {
  width: clamp(150px, 15vw, 210px) !important;
  height: auto !important;
  max-width: 210px;
  max-height: none;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.homepage-live .owho-impact-highlight__brand-image {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
  object-fit: contain !important;
}

body.homepage-live .main-footer {
  background: linear-gradient(180deg, #fffafd 0%, #f6f0fb 100%) !important;
  color: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.78) !important;
}

body.homepage-live .main-footer__bg {
  background-color: #fffafd !important;
  background-image: none !important;
}

body.homepage-live .main-footer__bottom__inner {
  border-top-color: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.12) !important;
}

body.homepage-live .main-footer .footer-widget__title,
body.homepage-live .main-footer .owho-brand-lockup__title,
body.homepage-live .main-footer .footer-widget__box__text,
body.homepage-live .main-footer .footer-widget__links li a,
body.homepage-live .main-footer .footer-widget__info li a,
body.homepage-live .main-footer .main-footer__copyright {
  color: var(--owho-navy, #1f2253) !important;
}

body.homepage-live .main-footer .footer-widget__text,
body.homepage-live .main-footer .footer-widget__links li,
body.homepage-live .main-footer .footer-widget__info li,
body.homepage-live .main-footer .owho-brand-lockup__sub {
  color: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.72) !important;
}

body.homepage-live .main-footer .footer-widget--about .footer-widget__text {
  color: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.76) !important;
}

body.homepage-live .main-footer .footer-widget__links li a:hover,
body.homepage-live .main-footer .footer-widget__info li a:hover,
body.homepage-live .main-footer .footer-widget__box__text a {
  color: var(--careox-base, #f31371) !important;
}

body.homepage-live .main-footer .footer-widget__box__icon {
  background-color: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.1);
  color: var(--careox-base, #f31371);
}

body.homepage-live .main-footer .footer-widget__social a {
  background-color: var(--careox-white, #fff);
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.1);
  box-shadow: 0 10px 24px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
}

body.homepage-live .main-footer p,
body.homepage-live .main-footer .footer-widget__text,
body.homepage-live .main-footer .footer-widget__box__text,
body.homepage-live .main-footer .footer-widget__links li,
body.homepage-live .main-footer .footer-widget__info li,
body.homepage-live .main-footer .main-footer__copyright {
  color: #000 !important;
}

.homepage-live .owho-impact-video-gallery__item--empty {
  aspect-ratio: 5/4;
  min-height: 100%;
  background: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.06);
  border: 1px dashed rgba(var(--owho-navy-rgb, 31, 34, 83), 0.12);
  box-shadow: none;
}

.homepage-live .owho-impact-video-gallery__item--empty:hover {
  transform: none;
}

/* Reduce homepage section-to-section spacing by ~20% while preserving layout widths. */
body.homepage-live {
  --owho-home-section-space: clamp(45px, 6.4vw, 80px);
  --owho-home-section-space-compact: clamp(42px, 5.6vw, 70px);
  --owho-home-text-gap: clamp(10px, 1.2vw, 14px);
  --owho-home-action-gap: clamp(16px, 1.9vw, 22px);
  --owho-home-grid-gap: clamp(16px, 1.9vw, 19px);
}

body.homepage-live .main-slider-one__item {
  padding-top: clamp(115px, 13.6vw, 166px);
  padding-bottom: clamp(70px, 8.8vw, 99px);
}

body.homepage-live :is(
  .about-one--mission,
  .funfact-one,
  .owho-core-services,
  .video-one,
  .owho-what-we-do-section,
  .owho-burden-slab,
  .owho-donor-benefits,
  .owho-donation-section
) {
  padding-top: var(--owho-home-section-space) !important;
  padding-bottom: var(--owho-home-section-space) !important;
}

body.homepage-live .owho-support-banner {
  padding-top: clamp(26px, 3.2vw, 42px) !important;
  padding-bottom: clamp(26px, 3.2vw, 42px) !important;
}

body.homepage-live .owho-support-banner__panel {
  padding: clamp(38px, 4.8vw, 58px) clamp(19px, 4.8vw, 74px);
}

body.homepage-live .sec-title {
  padding-bottom: clamp(16px, 2.4vw, 27px);
}

body.homepage-live .owho-video-submission__form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

body.homepage-live .owho-video-submission__fields {
  gap: 14px 14px;
}

body.homepage-live .owho-video-field,
body.homepage-live .owho-video-field--full {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 !important;
}

body.homepage-live .owho-video-field span {
  min-height: 18px;
  margin: 0 !important;
}

body.homepage-live .owho-video-field textarea {
  margin-top: 0 !important;
}

body.homepage-live .owho-video-upload {
  margin: 0 !important;
}

body.homepage-live .owho-video-consent {
  margin: 0 !important;
}

body.homepage-live .owho-donation-selection {
  display: inline-flex;
  padding: 14px 18px;
  border-radius: 20px;
  background: #138a4b;
  box-shadow: 0 16px 34px rgba(19, 138, 75, 0.18);
}

body.homepage-live .owho-donation-selection__label,
body.homepage-live .owho-donation-selection__value,
body.homepage-live .owho-donation-selection__value i {
  color: #ffe27a !important;
}

body.homepage-live .owho-donation-selection__value {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.homepage-live .main-footer,
body.homepage-live .main-footer p,
body.homepage-live .main-footer span,
body.homepage-live .main-footer li,
body.homepage-live .main-footer a,
body.homepage-live .main-footer address,
body.homepage-live .main-footer .footer-widget__text,
body.homepage-live .main-footer .footer-widget__links li,
body.homepage-live .main-footer .footer-widget__links li a,
body.homepage-live .main-footer .footer-widget__info li,
body.homepage-live .main-footer .footer-widget__info li a,
body.homepage-live .main-footer .footer-widget__box__text,
body.homepage-live .main-footer .footer-widget__box__text a,
body.homepage-live .main-footer .main-footer__copyright {
  color: #000 !important;
}

body.homepage-live .owho-what-we-do__media {
  height: clamp(220px, 22vw, 320px);
  background-color: #f4f6fb;
}

body.homepage-live .owho-what-we-do__image,
body.homepage-live .owho-what-we-do__image--food {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center center !important;
  background-color: #f4f6fb;
}

body.homepage-live .owho-what-we-do__card:hover .owho-what-we-do__image {
  transform: none;
}

@media (max-width: 767px) {
  body.homepage-live .owho-what-we-do__media {
    height: clamp(200px, 58vw, 280px);
  }
}

body.homepage-live .owho-what-we-do__media {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

body.homepage-live .owho-what-we-do__image,
body.homepage-live .owho-what-we-do__image--food {
  object-fit: cover !important;
  object-position: center center !important;
  background-repeat: no-repeat;
}

body.homepage-live .owho-what-we-do__card:hover .owho-what-we-do__image {
  transform: scale(1.02);
}

/* Standalone page safety: keep shared footer visible if animation init is delayed. */
body.homepage-live .main-footer .wow,
body.homepage-live .main-footer .wow * {
  visibility: visible !important;
}

/* Standalone archived pages: show original sections even if WOW init is delayed. */
body.homepage-live .page-header ~ section .wow,
body.homepage-live .page-header ~ section .wow * {
  visibility: visible !important;
}

/* About page hero — align restored template header with the live homepage visual system. */
body.homepage-live .owho-page-hero {
  --owho-page-hero-top: clamp(128px, 11vw, 158px);
  position: relative;
  min-height: clamp(430px, 42vw, 570px);
  display: flex;
  align-items: center;
  padding: var(--owho-page-hero-top) 0 clamp(58px, 7vw, 96px);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 18%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.26), transparent 27%),
    linear-gradient(135deg, #21134f 0%, #3d2588 48%, #7039b7 100%);
}

body.homepage-live .owho-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(17, 12, 42, 0.94) 0%, rgba(31, 25, 70, 0.84) 38%, rgba(31, 25, 70, 0.34) 62%, rgba(17, 12, 42, 0.12) 100%),
    linear-gradient(180deg, rgba(10, 7, 28, 0.12) 0%, rgba(10, 7, 28, 0.5) 100%);
  pointer-events: none;
}

body.homepage-live .owho-page-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -82px;
  width: min(1060px, 78vw);
  height: 170px;
  z-index: 0;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.96);
  filter: blur(0.2px);
  pointer-events: none;
}

body.homepage-live .owho-page-hero .page-header__bg {
  z-index: 0;
  opacity: 1;
  background-image: url("../images/backgrounds/page-header-bg-1-1.webp");
  background-position: center 34%;
  transform: scale(1.02);
  filter: saturate(1.04) contrast(1.03);
}

body.homepage-live .owho-page-hero .page-header__bg::before {
  display: none;
}

body.homepage-live .owho-page-hero .container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.55fr);
  align-items: end;
  gap: clamp(26px, 4vw, 64px);
}

body.homepage-live .owho-page-hero__content {
  max-width: 760px;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.18);
  border-radius: clamp(28px, 3vw, 38px);
  background: linear-gradient(135deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.13), rgba(var(--careox-white-rgb, 255, 255, 255), 0.06));
  box-shadow: 0 30px 90px rgba(10, 7, 28, 0.26);
  backdrop-filter: blur(8px);
}

body.homepage-live .owho-page-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.14);
  color: #ffd85a;
  font-size: clamp(11px, 0.45vw + 10px, 13px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

body.homepage-live .owho-page-hero__eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--owho-pink, #f31371);
  box-shadow: 0 0 0 6px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.18);
}

body.homepage-live .owho-page-hero .page-header__title {
  max-width: 9ch;
  margin: 0 0 14px;
  color: var(--careox-white, #fff);
  font-size: clamp(54px, 7.2vw, 96px);
  line-height: 0.92;
  font-weight: 1000;
  letter-spacing: -0.055em;
  text-shadow: 0 20px 50px rgba(10, 7, 28, 0.42);
  text-wrap: balance;
}

body.homepage-live .owho-page-hero__text {
  max-width: 58ch;
  margin: 0 0 clamp(20px, 2.5vw, 28px);
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.9);
  font-size: clamp(17px, 1vw + 13px, 21px);
  font-weight: 600;
  line-height: 1.68;
  text-wrap: pretty;
}

body.homepage-live .owho-page-hero .codebitel-breadcrumb {
  gap: 10px;
}

body.homepage-live .owho-page-hero .codebitel-breadcrumb li {
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.9);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

body.homepage-live .owho-page-hero .codebitel-breadcrumb li:not(:last-of-type)::after {
  width: 6px;
  height: 6px;
  margin-left: 10px;
  border: 0;
  border-radius: 50%;
  background: var(--owho-pink, #f31371);
  box-shadow: none;
  color: transparent;
}

body.homepage-live .owho-page-hero .codebitel-breadcrumb a {
  color: var(--careox-white, #fff);
  text-decoration: none;
}

body.homepage-live .owho-page-hero .codebitel-breadcrumb span {
  color: #ffd85a;
}

body.homepage-live .owho-page-hero__chips {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 8px;
}

body.homepage-live .owho-page-hero__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 15px;
  border-radius: 999px;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.94);
  color: var(--owho-navy, #1f2253);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 18px 46px rgba(10, 7, 28, 0.18);
}

body.homepage-live .owho-page-hero__chips span:nth-child(2) {
  background: #63c9bf;
  color: #102844;
}

body.homepage-live .owho-page-hero__chips span:nth-child(3) {
  background: #ffd85a;
  color: #3b2057;
}

body.homepage-live .owho-page-hero__orb {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
}

body.homepage-live .owho-page-hero__orb--pink {
  right: 13vw;
  top: 140px;
  width: 114px;
  height: 114px;
  background: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.18);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.18);
}

body.homepage-live .owho-page-hero__orb--teal {
  right: 34vw;
  bottom: 70px;
  width: 28px;
  height: 28px;
  background: #63c9bf;
  box-shadow: 0 0 0 12px rgba(99, 201, 191, 0.16);
}

@media (max-width: 1199px) {
  body.homepage-live .owho-page-hero {
    min-height: 500px;
    padding-top: 118px;
  }

  body.homepage-live .owho-page-hero .container {
    grid-template-columns: 1fr;
    align-items: start;
  }

  body.homepage-live .owho-page-hero__chips {
    justify-content: flex-start;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  body.homepage-live .owho-page-hero {
    min-height: auto;
    padding-top: 108px;
    padding-bottom: 62px;
  }

  body.homepage-live .owho-page-hero::before {
    background:
      linear-gradient(90deg, rgba(17, 12, 42, 0.94) 0%, rgba(31, 25, 70, 0.82) 100%),
      linear-gradient(180deg, rgba(10, 7, 28, 0.12) 0%, rgba(10, 7, 28, 0.5) 100%);
  }

  body.homepage-live .owho-page-hero__content {
    padding: 24px 20px;
    border-radius: 24px;
  }

  body.homepage-live .owho-page-hero .page-header__title {
    font-size: clamp(44px, 16vw, 64px);
  }

  body.homepage-live .owho-page-hero__text {
    font-size: 16px;
  }

  body.homepage-live .owho-page-hero__chips span {
    width: 100%;
    justify-content: center;
  }
}

/* About hero polish: keeps copy readable, protects the child portrait, and
   converts the loose metadata row into intentional badges. */
body.homepage-live .owho-page-hero {
  min-height: clamp(470px, 38vw, 560px);
  padding: clamp(126px, 9vw, 148px) 0 clamp(46px, 5vw, 72px);
  background:
    radial-gradient(circle at 88% 12%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.72), transparent 24%),
    linear-gradient(135deg, #090718 0%, #24184d 45%, #5e36aa 100%);
}

body.homepage-live .owho-page-hero::before {
  background:
    linear-gradient(90deg, rgba(8, 6, 20, 0.97) 0%, rgba(15, 12, 36, 0.92) 33%, rgba(20, 18, 42, 0.5) 56%, rgba(8, 6, 20, 0.04) 100%),
    linear-gradient(180deg, rgba(8, 6, 20, 0.08) 0%, rgba(8, 6, 20, 0.44) 100%);
}

body.homepage-live .owho-page-hero::after {
  display: none;
}

body.homepage-live .owho-page-hero .page-header__bg {
  background-position: center 38%;
  filter: saturate(1.06) contrast(1.04);
}

body.homepage-live .owho-page-hero .container {
  grid-template-columns: minmax(480px, 0.82fr) minmax(360px, 0.58fr);
  align-items: center;
}

body.homepage-live .owho-page-hero__content {
  max-width: 705px;
  padding: clamp(30px, 3.2vw, 46px);
  border-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.24);
  background:
    linear-gradient(135deg, rgba(14, 12, 30, 0.72), rgba(22, 19, 42, 0.5)),
    linear-gradient(135deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.16), rgba(var(--careox-white-rgb, 255, 255, 255), 0.06));
  box-shadow: 0 26px 80px rgba(8, 6, 20, 0.32);
  backdrop-filter: blur(13px);
}

body.homepage-live .owho-page-hero__eyebrow {
  margin-bottom: 16px;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.16);
  color: #ffe16b;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.26);
}

body.homepage-live .owho-page-hero .page-header__title {
  max-width: 8.5ch;
  margin-bottom: 18px;
  font-size: clamp(58px, 5.4vw, 92px);
  line-height: 0.94;
}

body.homepage-live .owho-page-hero__text {
  max-width: 52ch;
  margin-bottom: 26px;
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.92);
  font-size: clamp(18px, 0.72vw + 15px, 22px);
  line-height: 1.58;
}

body.homepage-live .owho-page-hero .codebitel-breadcrumb li,
body.homepage-live .owho-page-hero .codebitel-breadcrumb a {
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.95);
}

body.homepage-live .owho-page-hero .codebitel-breadcrumb span {
  color: #ffe16b;
}

body.homepage-live .owho-page-hero__chips {
  align-self: end;
  justify-self: end;
  max-width: 430px;
  gap: 14px;
  padding: 0 0 34px;
}

body.homepage-live .owho-page-hero__chips span {
  min-height: 48px;
  padding: 0 21px;
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.18);
  box-shadow: 0 18px 42px rgba(8, 6, 20, 0.2);
}

body.homepage-live .owho-page-hero__orb {
  z-index: 1;
}

body.homepage-live .owho-page-hero__orb--pink {
  right: clamp(26px, 5vw, 76px);
  top: auto;
  bottom: clamp(34px, 5vw, 68px);
  width: clamp(72px, 6vw, 102px);
  height: clamp(72px, 6vw, 102px);
  background: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.14);
  border-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.2);
}

body.homepage-live .owho-page-hero__orb--teal {
  right: clamp(250px, 22vw, 390px);
  bottom: 42px;
}

@media (max-width: 1199px) {
  body.homepage-live .owho-page-hero {
    min-height: auto;
    padding-top: 116px;
  }

  body.homepage-live .owho-page-hero::before {
    background:
      linear-gradient(90deg, rgba(8, 6, 20, 0.96) 0%, rgba(15, 12, 36, 0.88) 56%, rgba(8, 6, 20, 0.24) 100%),
      linear-gradient(180deg, rgba(8, 6, 20, 0.1) 0%, rgba(8, 6, 20, 0.5) 100%);
  }

  body.homepage-live .owho-page-hero .container {
    grid-template-columns: 1fr;
  }

  body.homepage-live .owho-page-hero__chips {
    justify-self: start;
    max-width: none;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  body.homepage-live .owho-page-hero {
    padding-top: 104px;
    padding-bottom: 46px;
  }

  body.homepage-live .owho-page-hero .container {
    gap: 22px;
  }

  body.homepage-live .owho-page-hero__content {
    padding: 24px 20px;
    border-radius: 24px;
  }

  body.homepage-live .owho-page-hero .page-header__title {
    font-size: clamp(44px, 14vw, 62px);
    letter-spacing: -0.045em;
  }

  body.homepage-live .owho-page-hero__text {
    font-size: 16px;
    line-height: 1.55;
  }

  body.homepage-live .owho-page-hero__chips {
    gap: 10px;
  }

  body.homepage-live .owho-page-hero__chips span {
    min-height: 42px;
    width: auto;
    padding: 0 14px;
    font-size: 11px;
  }

  body.homepage-live .owho-page-hero__orb {
    display: none;
  }
}

/* About hero fullscreen panel request: expand the About Us glass box into a
   wide hero panel instead of a small floating card. */
body.homepage-live .owho-page-hero {
  min-height: clamp(520px, 42vw, 650px);
  padding-top: clamp(126px, 8.4vw, 148px);
  padding-bottom: clamp(42px, 4.6vw, 64px);
}

body.homepage-live .owho-page-hero .container {
  display: flex;
  align-items: stretch;
  width: min(1280px, calc(100% - 72px));
  max-width: none;
  min-height: clamp(330px, 28vw, 430px);
}

body.homepage-live .owho-page-hero__content {
  width: 100%;
  max-width: none;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 4vw, 58px) clamp(42px, 5vw, 74px);
  border-radius: clamp(30px, 3vw, 46px);
  background:
    linear-gradient(90deg, rgba(14, 12, 30, 0.86) 0%, rgba(20, 17, 42, 0.76) 42%, rgba(20, 17, 42, 0.36) 68%, rgba(20, 17, 42, 0.14) 100%),
    linear-gradient(135deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.16), rgba(var(--careox-white-rgb, 255, 255, 255), 0.05));
  backdrop-filter: blur(14px);
}

body.homepage-live .owho-page-hero .page-header__title,
body.homepage-live .owho-page-hero__text,
body.homepage-live .owho-page-hero .codebitel-breadcrumb,
body.homepage-live .owho-page-hero__eyebrow {
  max-width: 620px;
}

@media (max-width: 1199px) {
  body.homepage-live .owho-page-hero .container {
    width: min(100% - 40px, 960px);
  }
}

@media (max-width: 767px) {
  body.homepage-live .owho-page-hero {
    min-height: auto;
    padding-top: 104px;
    padding-bottom: 36px;
  }

  body.homepage-live .owho-page-hero .container {
    width: calc(100% - 30px);
    min-height: 330px;
  }

  body.homepage-live .owho-page-hero__content {
    padding: 28px 22px;
    border-radius: 24px;
    background:
      linear-gradient(90deg, rgba(14, 12, 30, 0.88) 0%, rgba(20, 17, 42, 0.78) 100%),
      linear-gradient(135deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.16), rgba(var(--careox-white-rgb, 255, 255, 255), 0.05));
  }
}

/* Final full-bleed About hero panel: no floating card, the content layer spans
   the whole banner while the copy stays aligned to the site container. */
body.homepage-live .owho-page-hero {
  min-height: clamp(520px, 42vw, 640px);
  padding: clamp(112px, 7vw, 128px) 0 0;
}

body.homepage-live .owho-page-hero .container {
  width: 100%;
  max-width: none;
  min-height: clamp(390px, 32vw, 510px);
  padding: 0;
}

body.homepage-live .owho-page-hero__content {
  width: 100%;
  min-height: inherit;
  border: 0;
  border-radius: 0;
  padding: clamp(42px, 4vw, 62px) max(28px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(90deg, rgba(8, 6, 20, 0.92) 0%, rgba(14, 12, 31, 0.86) 34%, rgba(18, 16, 39, 0.48) 63%, rgba(18, 16, 39, 0.18) 100%),
    linear-gradient(135deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.12), rgba(var(--careox-white-rgb, 255, 255, 255), 0.03));
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: inset 0 1px 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.18), 0 24px 80px rgba(8, 6, 20, 0.28);
}

body.homepage-live .owho-page-hero__eyebrow {
  width: fit-content;
  min-width: min(100%, 420px);
}

@media (max-width: 767px) {
  body.homepage-live .owho-page-hero {
    padding-top: 96px;
  }

  body.homepage-live .owho-page-hero .container {
    width: 100%;
    min-height: 360px;
  }

  body.homepage-live .owho-page-hero__content {
    padding: 30px 24px 34px;
    background:
      linear-gradient(90deg, rgba(8, 6, 20, 0.93) 0%, rgba(14, 12, 31, 0.86) 74%, rgba(18, 16, 39, 0.42) 100%),
      linear-gradient(135deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.12), rgba(var(--careox-white-rgb, 255, 255, 255), 0.03));
  }

body.homepage-live .owho-page-hero__eyebrow {
    min-width: 0;
  }
}

/* About page story section: reuse the homepage mission language, color system,
   and two-column rhythm while replacing the old template copy/cards. */
body.homepage-live .owho-about-story {
  position: relative;
  padding: clamp(86px, 7vw, 118px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.12) 0, transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.16) 0, transparent 28%),
    linear-gradient(180deg, rgba(var(--owho-surface-rgb, 238, 241, 252), 0.68) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 1) 72%);
}

body.homepage-live .owho-about-story::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 42px;
  width: min(92vw, 1320px);
  height: calc(100% - 84px);
  transform: translateX(-50%);
  border-radius: 44px;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.72);
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  box-shadow: 0 34px 90px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.09);
  pointer-events: none;
}

body.homepage-live .owho-about-story .container {
  position: relative;
  z-index: 1;
}

body.homepage-live .owho-about-story__grid {
  gap: clamp(44px, 6vw, 82px);
}

body.homepage-live .owho-about-story__media {
  align-self: stretch;
  min-height: 100%;
}

body.homepage-live .owho-about-story__image {
  height: 100%;
  min-height: 560px;
  border-radius: 34px;
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.82);
  box-shadow: 0 34px 82px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.18);
}

body.homepage-live .owho-about-story__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0) 48%, rgba(17, 24, 39, 0.28) 100%);
  pointer-events: none;
}

body.homepage-live .owho-about-story__image img {
  height: 100%;
  min-height: 560px;
  aspect-ratio: auto;
  object-position: center;
}

body.homepage-live .owho-about-story__blob {
  right: -42px;
  bottom: -38px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle at 28% 28%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.5) 0%, rgba(var(--owho-purple-rgb, 108, 99, 166), 0.26) 56%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.12) 100%);
}

body.homepage-live .owho-about-story__floating-card {
  position: absolute;
  z-index: 3;
  left: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  width: min(78%, 360px);
  padding: 20px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  box-shadow: 0 24px 54px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.18);
  backdrop-filter: blur(12px);
}

body.homepage-live .owho-about-story__floating-card span,
body.homepage-live .owho-about-story__label {
  color: var(--owho-pink, #f31371);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.homepage-live .owho-about-story__floating-card strong {
  display: block;
  margin-top: 7px;
  color: var(--owho-navy, #6345a5);
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.12;
}

body.homepage-live .owho-about-story__content {
  max-width: 670px;
  padding: clamp(18px, 2vw, 28px) 0;
}

body.homepage-live .owho-about-story__title {
  max-width: 660px;
  color: #17142c;
  font-size: clamp(42px, 4.4vw, 64px);
  line-height: 1.02;
}

body.homepage-live .owho-about-story__text {
  margin-top: 26px;
  padding-left: 24px;
  border-left: 4px solid rgba(var(--owho-pink-rgb, 243, 19, 113), 0.28);
}

body.homepage-live .owho-about-story__text p {
  margin-bottom: 16px;
  color: #111827;
  font-size: 16.5px;
  line-height: 1.82;
  text-align: justify;
  text-justify: inter-word;
}

body.homepage-live .owho-about-story__pillars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

body.homepage-live .owho-about-story__pillars span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.86);
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  color: var(--owho-navy, #6345a5);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.07);
}

body.homepage-live .owho-about-story__pillars i {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--pillar-color, var(--owho-pink, #f31371)) 16%, white);
  color: var(--pillar-color, var(--owho-pink, #f31371));
  font-size: 18px;
}

body.homepage-live .owho-about-story__btn {
  margin-top: 30px;
  background: linear-gradient(135deg, var(--owho-pink, #f31371) 0%, var(--owho-purple, #6c63a6) 100%);
  box-shadow: 0 22px 48px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.22);
}

@media (max-width: 1199px) {
  body.homepage-live .owho-about-story::before {
    width: min(94vw, 1120px);
  }

  body.homepage-live .owho-about-story__image,
  body.homepage-live .owho-about-story__image img {
    min-height: 500px;
  }
}

@media (max-width: 991px) {
  body.homepage-live .owho-about-story::before {
    top: 28px;
    height: calc(100% - 56px);
    border-radius: 34px;
  }

  body.homepage-live .owho-about-story__image,
  body.homepage-live .owho-about-story__image img {
    min-height: 420px;
    aspect-ratio: 16 / 11;
  }
}

@media (max-width: 767px) {
  body.homepage-live .owho-about-story {
    padding: 66px 0;
  }

  body.homepage-live .owho-about-story::before {
    width: calc(100% - 24px);
    border-radius: 28px;
  }

  body.homepage-live .owho-about-story__image,
  body.homepage-live .owho-about-story__image img {
    min-height: 330px;
  }

  body.homepage-live .owho-about-story__floating-card {
    width: calc(100% - 32px);
    padding: 16px 18px;
    border-radius: 20px;
  }

  body.homepage-live .owho-about-story__title {
    font-size: clamp(36px, 10vw, 44px);
  }

  body.homepage-live .owho-about-story__text {
    padding-left: 18px;
  }

  body.homepage-live .owho-about-story__text p {
    font-size: 15px;
    line-height: 1.74;
  }

  body.homepage-live .owho-about-story__pillars {
    grid-template-columns: 1fr;
  }
}

/* Mission / Vision replacement for the old template video/donation strip. */
body.homepage-live .owho-mission-vision {
  position: relative;
  padding: clamp(74px, 6vw, 104px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 16%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.1) 0, transparent 28%),
    radial-gradient(circle at 86% 86%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.14) 0, transparent 28%),
    linear-gradient(180deg, rgba(var(--careox-white-rgb, 255, 255, 255), 1) 0%, rgba(var(--owho-surface-rgb, 238, 241, 252), 0.74) 100%);
}

body.homepage-live .owho-mission-vision__header {
  max-width: 720px;
  margin: 0 auto clamp(28px, 4vw, 46px);
  text-align: center;
}

body.homepage-live .owho-mission-vision__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--owho-pink, #f31371);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

body.homepage-live .owho-mission-vision__eyebrow::before,
body.homepage-live .owho-mission-vision__eyebrow::after {
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background-color: currentColor;
}

body.homepage-live .owho-mission-vision__title {
  margin: 0;
  color: #17142c;
  font-size: clamp(42px, 4.2vw, 62px);
  line-height: 1;
  font-weight: 900;
}

body.homepage-live .owho-mission-vision__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 34px);
}

body.homepage-live .owho-mission-vision__card {
  position: relative;
  min-height: 100%;
  padding: clamp(30px, 4vw, 44px);
  border-radius: 32px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.98) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 0.9) 100%);
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.09);
  box-shadow: 0 24px 70px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.1);
}

body.homepage-live .owho-mission-vision__card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, var(--mv-accent, var(--owho-pink, #f31371)), rgba(var(--owho-purple-rgb, 108, 99, 166), 0.34));
}

body.homepage-live .owho-mission-vision__card::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -64px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--mv-accent, var(--owho-pink, #f31371)) 18%, transparent);
  pointer-events: none;
}

body.homepage-live .owho-mission-vision__icon {
  position: relative;
  z-index: 1;
  width: 66px;
  height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 22px;
  color: var(--careox-white, #fff);
  background: linear-gradient(135deg, var(--mv-accent, var(--owho-pink, #f31371)), var(--owho-purple, #6c63a6));
  box-shadow: 0 18px 36px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.12);
  font-size: 28px;
}

body.homepage-live .owho-mission-vision__card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  color: var(--owho-navy, #6345a5);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.04;
  font-weight: 900;
}

body.homepage-live .owho-mission-vision__card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #111827;
  font-size: 16.5px;
  line-height: 1.82;
  text-align: justify;
  text-justify: inter-word;
}

@media (max-width: 991px) {
  body.homepage-live .owho-mission-vision__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.homepage-live .owho-mission-vision {
    padding: 62px 0;
  }

  body.homepage-live .owho-mission-vision__header {
    text-align: left;
  }

  body.homepage-live .owho-mission-vision__eyebrow::after {
    display: none;
  }

  body.homepage-live .owho-mission-vision__card {
    padding: 28px 22px;
    border-radius: 26px;
  }

  body.homepage-live .owho-mission-vision__card p {
    font-size: 15px;
    line-height: 1.74;
  }
}

/* About History: image + content section after Mission / Vision. */
body.homepage-live .owho-history {
  position: relative;
  padding: clamp(78px, 7vw, 112px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 22%, rgba(var(--owho-yellow-rgb, 247, 201, 72), 0.16) 0, transparent 27%),
    radial-gradient(circle at 88% 72%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.14) 0, transparent 30%),
    linear-gradient(180deg, rgba(var(--owho-surface-rgb, 238, 241, 252), 0.72) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 1) 78%);
}

body.homepage-live .owho-history__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

body.homepage-live .owho-history__media {
  position: relative;
  isolation: isolate;
  border-radius: 34px;
}

body.homepage-live .owho-history__media::before,
body.homepage-live .owho-history__media::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

body.homepage-live .owho-history__media::before {
  width: 210px;
  height: 210px;
  left: -34px;
  bottom: -34px;
  background: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.16);
}

body.homepage-live .owho-history__media::after {
  width: 150px;
  height: 150px;
  right: -24px;
  top: -24px;
  background: rgba(var(--owho-teal-rgb, 102, 197, 184), 0.22);
}

body.homepage-live .owho-history__media img {
  display: block;
  width: 100%;
  min-height: 560px;
  object-fit: cover;
  border-radius: 34px;
  border: 12px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.92);
  box-shadow: 0 34px 82px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.16);
}

body.homepage-live .owho-history__content {
  padding: clamp(28px, 4vw, 46px);
  border-radius: 34px;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.86);
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  box-shadow: 0 24px 70px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.09);
}

body.homepage-live .owho-history__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: var(--owho-pink, #f31371);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

body.homepage-live .owho-history__eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

body.homepage-live .owho-history__title {
  margin: 0 0 22px;
  color: #17142c;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.03;
  font-weight: 900;
}

body.homepage-live .owho-history__content p {
  margin: 0;
  color: #111827;
  font-size: 16.5px;
  line-height: 1.82;
  text-align: justify;
  text-justify: inter-word;
}

body.homepage-live .owho-history__milestones {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

body.homepage-live .owho-history__milestones span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 14px 16px 14px 48px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.96), rgba(var(--owho-surface-rgb, 238, 241, 252), 0.58));
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  color: var(--owho-navy, #6345a5);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.07);
}

body.homepage-live .owho-history__milestones span::before {
  content: "";
  position: absolute;
  left: 18px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--owho-pink, #f31371);
  box-shadow: 0 0 0 7px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.1);
}

body.homepage-live .owho-history__milestones span:nth-child(2)::before {
  background: var(--owho-teal, #66c5b8);
  box-shadow: 0 0 0 7px rgba(var(--owho-teal-rgb, 102, 197, 184), 0.13);
}

body.homepage-live .owho-history__milestones span:nth-child(3)::before {
  background: var(--owho-yellow, #f7c948);
  box-shadow: 0 0 0 7px rgba(var(--owho-yellow-rgb, 247, 201, 72), 0.15);
}

body.homepage-live .owho-history__milestones span:nth-child(4)::before {
  background: var(--owho-purple, #6c63a6);
  box-shadow: 0 0 0 7px rgba(var(--owho-purple-rgb, 108, 99, 166), 0.12);
}

body.homepage-live .owho-about-profile {
  padding: clamp(54px, 5vw, 84px) 0;
  background: var(--careox-white, #fff);
}

body.homepage-live .owho-about-profile__figure {
  margin: 0;
  width: 100%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 30px 90px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.12);
}

body.homepage-live .owho-about-profile__figure img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 1200px) {
  body.homepage-live .owho-about-profile__figure img {
    min-height: min(78vw, 920px);
    object-fit: contain;
    background: #fff;
  }
}

@media (max-width: 991px) {
  body.homepage-live .owho-history__grid {
    grid-template-columns: 1fr;
  }

  body.homepage-live .owho-history__media img {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  body.homepage-live .owho-history {
    padding: 62px 0;
  }

  body.homepage-live .owho-history__media img {
    min-height: 340px;
    border-width: 8px;
    border-radius: 26px;
  }

  body.homepage-live .owho-history__content {
    padding: 26px 22px;
    border-radius: 26px;
  }

  body.homepage-live .owho-history__title {
    font-size: clamp(34px, 9vw, 42px);
  }

  body.homepage-live .owho-history__content p {
    font-size: 15px;
    line-height: 1.74;
  }

  body.homepage-live .owho-history__milestones {
    grid-template-columns: 1fr;
  }

  body.homepage-live .owho-about-profile {
    padding: 44px 0;
  }

  body.homepage-live .owho-about-profile__figure img {
    width: 100%;
    height: auto;
  }
}

/* Keep the former about profile visual readable without dominating the whole page. */
body.homepage-live .owho-about-profile {
  padding: clamp(44px, 4.5vw, 68px) 0;
  background:
    linear-gradient(180deg, rgba(var(--careox-white-rgb, 255, 255, 255), 1) 0%, rgba(var(--owho-surface-rgb, 238, 241, 252), 0.42) 100%);
}

body.homepage-live .owho-about-profile .container-fluid {
  max-width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 !important;
}

body.homepage-live .owho-about-profile__figure {
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  box-shadow: 0 24px 64px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.1);
}

body.homepage-live .owho-about-profile__figure img {
  width: 100%;
  max-height: 720px;
  object-fit: contain;
  background: #fff;
}

@media (min-width: 1200px) {
  body.homepage-live .owho-about-profile__figure img {
    min-height: 0;
    max-height: 680px;
    object-fit: contain;
  }
}

@media (max-width: 767px) {
  body.homepage-live .owho-about-profile {
    padding: 34px 0 48px;
  }

  body.homepage-live .owho-about-profile .container-fluid {
    max-width: calc(100% - 28px);
  }

  body.homepage-live .owho-about-profile__figure {
    border-radius: 22px;
  }

  body.homepage-live .owho-about-profile__figure img {
    max-height: none;
  }
}

/* About page typography: force the same homepage type system and rhythm. */
body.homepage-live.about-page,
body.homepage-live.about-page button,
body.homepage-live.about-page input,
body.homepage-live.about-page textarea,
body.homepage-live.about-page select {
  font-family: var(--careox-font, "Nunito", sans-serif);
}

body.homepage-live.about-page h1,
body.homepage-live.about-page h2,
body.homepage-live.about-page h3,
body.homepage-live.about-page h4,
body.homepage-live.about-page h5,
body.homepage-live.about-page h6,
body.homepage-live.about-page .sec-title__title,
body.homepage-live.about-page .page-header__title,
body.homepage-live.about-page .owho-about-story__title,
body.homepage-live.about-page .owho-mission-vision__title,
body.homepage-live.about-page .owho-history__title,
body.homepage-live.about-page .footer-widget__title,
body.homepage-live.about-page .owho-brand-lockup__title {
  font-family: var(--careox-heading-font, "Nunito", sans-serif);
  letter-spacing: -0.035em;
}

body.homepage-live.about-page .owho-page-hero__eyebrow,
body.homepage-live.about-page .owho-about-story__label,
body.homepage-live.about-page .owho-mission-vision__eyebrow,
body.homepage-live.about-page .owho-history__eyebrow,
body.homepage-live.about-page .owho-about-story__floating-card span,
body.homepage-live.about-page .owho-history__milestones span,
body.homepage-live.about-page .owho-about-story__pillars span,
body.homepage-live.about-page .main-menu .main-menu__list > li > a,
body.homepage-live.about-page .owho-header__cta {
  font-family: var(--careox-font, "Nunito", sans-serif);
}

body.homepage-live.about-page .owho-about-story__text p,
body.homepage-live.about-page .owho-mission-vision__card p,
body.homepage-live.about-page .owho-history__content p {
  font-family: var(--careox-font, "Nunito", sans-serif);
  font-weight: 600;
  letter-spacing: 0.005em;
}

/* About page: director message section replacing the flat profile image. */
body.homepage-live.about-page .owho-director-message {
  position: relative;
  padding: clamp(48px, 5vw, 78px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.14) 0%, transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.18) 0%, transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8f6fc 100%);
}

body.homepage-live.about-page .owho-director-message__shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(20px, 3.4vw, 48px);
  align-items: stretch;
  padding: clamp(16px, 2.2vw, 24px);
  border-radius: clamp(24px, 3vw, 34px);
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.92);
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.09);
  box-shadow: 0 32px 96px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.12);
  overflow: hidden;
}

body.homepage-live.about-page .owho-director-message__shell::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--owho-pink, #f31371), var(--owho-teal, #66c5b8), var(--owho-purple, #6c63a6));
}

body.homepage-live.about-page .owho-director-message__content {
  position: relative;
  z-index: 1;
  padding: clamp(12px, 2.2vw, 26px) 0 clamp(12px, 2.2vw, 26px) clamp(8px, 1.8vw, 20px);
}

body.homepage-live.about-page .owho-director-message__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--owho-pink, #f31371);
  font-size: 11.5px;
  line-height: 1.4;
  font-weight: 1000;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.homepage-live.about-page .owho-director-message__eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

body.homepage-live.about-page .owho-director-message h2 {
  max-width: 680px;
  margin: 0;
  color: #111827;
  font-size: clamp(27px, 2.7vw, 42px);
  line-height: 1.08;
  font-weight: 1000;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

body.homepage-live.about-page .owho-director-message__text {
  display: grid;
  gap: 10px;
  margin-top: clamp(16px, 2vw, 24px);
}

body.homepage-live.about-page .owho-director-message__text p {
  margin: 0;
  color: #1f2937;
  font-size: clamp(13.5px, 0.18vw + 13px, 15px);
  line-height: 1.62;
  font-weight: 600;
  text-align: justify;
  text-justify: inter-word;
  text-wrap: pretty;
}

body.homepage-live.about-page .owho-director-message__signature {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  margin-top: clamp(16px, 2vw, 24px);
  padding: 12px 16px;
  border-radius: 16px;
  background: #111827;
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.14);
}

body.homepage-live.about-page .owho-director-message__signature strong {
  color: #ffffff;
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1;
  font-weight: 1000;
  letter-spacing: -0.04em;
}

body.homepage-live.about-page .owho-director-message__signature span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.homepage-live.about-page .owho-director-message__media {
  position: relative;
  z-index: 1;
  min-height: 100%;
  margin: 0;
  border-radius: clamp(22px, 2.6vw, 30px);
  overflow: hidden;
  background: #d9f7af;
  box-shadow: 0 26px 74px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.16);
}

body.homepage-live.about-page .owho-director-message__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  object-position: center top;
}

body.homepage-live.about-page .owho-director-message__media figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  color: #111827;
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(8, 6, 20, 0.16);
}

@media (max-width: 1199px) {
  body.homepage-live.about-page .owho-director-message__shell {
    grid-template-columns: 1fr;
  }

  body.homepage-live.about-page .owho-director-message__content {
    padding-right: clamp(12px, 2.8vw, 30px);
  }

  body.homepage-live.about-page .owho-director-message__media img {
    height: clamp(320px, 48vw, 460px);
    min-height: 0;
  }
}

@media (max-width: 767px) {
  body.homepage-live.about-page .owho-director-message {
    padding: 42px 0 54px;
  }

  body.homepage-live.about-page .owho-director-message__shell {
    padding: 14px;
    border-radius: 24px;
  }

  body.homepage-live.about-page .owho-director-message__content {
    padding: 14px 4px 10px 10px;
  }

  body.homepage-live.about-page .owho-director-message h2 {
    font-size: clamp(28px, 8vw, 34px);
  }

  body.homepage-live.about-page .owho-director-message__text p {
    font-size: 13.5px;
    line-height: 1.62;
  }

  body.homepage-live.about-page .owho-director-message__media {
    border-radius: 22px;
  }

  body.homepage-live.about-page .owho-director-message__media img {
    height: 280px;
  }

  body.homepage-live.about-page .owho-director-message__media figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }
}

/* Join section below the profile image. */
body.homepage-live.about-page .owho-join-world {
  position: relative;
  padding: clamp(70px, 6vw, 104px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.12) 0, transparent 28%),
    radial-gradient(circle at 88% 84%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.16) 0, transparent 30%),
    linear-gradient(180deg, rgba(var(--owho-surface-rgb, 238, 241, 252), 0.44) 0%, rgba(var(--careox-white-rgb, 255, 255, 255), 1) 100%);
}

body.homepage-live.about-page .owho-join-world__shell {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: clamp(28px, 4.5vw, 58px);
  align-items: start;
  padding: clamp(28px, 4vw, 46px);
  border-radius: 38px;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.86);
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  box-shadow: 0 30px 90px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.1);
}

body.homepage-live.about-page .owho-join-world__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: var(--owho-pink, #f31371);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

body.homepage-live.about-page .owho-join-world__eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

body.homepage-live.about-page .owho-join-world__title {
  margin: 0 0 22px;
  max-width: 620px;
  color: #17142c;
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1.03;
  font-weight: 900;
}

body.homepage-live.about-page .owho-join-world__intro p,
body.homepage-live.about-page .owho-join-world__card p {
  margin: 0;
  color: #111827;
  font-size: 16.5px;
  line-height: 1.82;
  font-weight: 600;
  text-align: justify;
  text-justify: inter-word;
}

body.homepage-live.about-page .owho-join-world__cards {
  display: grid;
  gap: 16px;
}

body.homepage-live.about-page .owho-join-world__card {
  position: relative;
  min-height: 100%;
  padding: 24px 24px 24px 96px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(var(--careox-white-rgb, 255, 255, 255), 0.98), rgba(var(--owho-surface-rgb, 238, 241, 252), 0.42));
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  box-shadow: 0 16px 42px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.07);
}

body.homepage-live.about-page .owho-join-world__card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--join-accent, var(--owho-pink, #f31371));
}

body.homepage-live.about-page .owho-join-world__card-icon {
  position: absolute;
  left: 24px;
  top: 24px;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: var(--careox-white, #fff);
  background: linear-gradient(135deg, var(--join-accent, var(--owho-pink, #f31371)), var(--owho-purple, #6c63a6));
  font-size: 23px;
  box-shadow: 0 14px 30px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.12);
}

body.homepage-live.about-page .owho-join-world__card h3 {
  margin: 0 0 8px;
  color: var(--owho-navy, #6345a5);
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.06;
  font-weight: 900;
}

@media (max-width: 991px) {
  body.homepage-live.about-page .owho-join-world__shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.homepage-live.about-page .owho-join-world {
    padding: 56px 0 70px;
  }

  body.homepage-live.about-page .owho-join-world__shell {
    padding: 26px 18px;
    border-radius: 28px;
  }

  body.homepage-live.about-page .owho-join-world__title {
    font-size: clamp(34px, 9vw, 42px);
  }

  body.homepage-live.about-page .owho-join-world__intro p,
  body.homepage-live.about-page .owho-join-world__card p {
    font-size: 15px;
    line-height: 1.74;
  }

  body.homepage-live.about-page .owho-join-world__card {
    padding: 82px 20px 22px;
  }

  body.homepage-live.about-page .owho-join-world__card-icon {
    left: 20px;
    top: 20px;
  }
}

/* About page final rhythm pass: align typography and section spacing with the homepage mission system. */
body.homepage-live.about-page h1,
body.homepage-live.about-page h2,
body.homepage-live.about-page h3,
body.homepage-live.about-page h4,
body.homepage-live.about-page h5,
body.homepage-live.about-page h6,
body.homepage-live.about-page .sec-title__title,
body.homepage-live.about-page .page-header__title,
body.homepage-live.about-page .owho-about-story__title,
body.homepage-live.about-page .owho-mission-vision__title,
body.homepage-live.about-page .owho-history__title,
body.homepage-live.about-page .owho-join-world__title,
body.homepage-live.about-page .footer-widget__title,
body.homepage-live.about-page .owho-brand-lockup__title {
  font-family: var(--careox-heading-font, "Nunito", sans-serif);
  letter-spacing: normal;
}

body.homepage-live.about-page .owho-about-story,
body.homepage-live.about-page .owho-mission-vision,
body.homepage-live.about-page .owho-history,
body.homepage-live.about-page .owho-join-world {
  padding-top: 92px;
  padding-bottom: 92px;
}

body.homepage-live.about-page .owho-about-story__title,
body.homepage-live.about-page .owho-mission-vision__title,
body.homepage-live.about-page .owho-history__title,
body.homepage-live.about-page .owho-join-world__title {
  color: #111827;
  font-size: 54px;
  line-height: 1.08;
  font-weight: 800;
}

body.homepage-live.about-page .owho-about-story__text p,
body.homepage-live.about-page .owho-mission-vision__card p,
body.homepage-live.about-page .owho-history__content p,
body.homepage-live.about-page .owho-join-world__intro p,
body.homepage-live.about-page .owho-join-world__card p {
  color: #111827;
  font-family: var(--careox-font, "Nunito", sans-serif);
  font-size: 16px;
  line-height: 1.85;
  font-weight: 600;
  letter-spacing: normal;
}

body.homepage-live.about-page .owho-about-story__label,
body.homepage-live.about-page .owho-mission-vision__eyebrow,
body.homepage-live.about-page .owho-history__eyebrow,
body.homepage-live.about-page .owho-join-world__eyebrow {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

body.homepage-live.about-page .owho-mission-vision__card h3,
body.homepage-live.about-page .owho-join-world__card h3 {
  font-family: var(--careox-heading-font, "Nunito", sans-serif);
  font-weight: 800;
  letter-spacing: normal;
}

body.homepage-live.about-page .owho-about-story__content,
body.homepage-live.about-page .owho-history__content,
body.homepage-live.about-page .owho-join-world__shell,
body.homepage-live.about-page .owho-mission-vision__card {
  padding: clamp(30px, 4vw, 44px);
}

body.homepage-live.about-page .owho-about-profile {
  padding-top: 72px;
  padding-bottom: 72px;
}

@media (max-width: 1199px) {
  body.homepage-live.about-page .owho-about-story__title,
  body.homepage-live.about-page .owho-mission-vision__title,
  body.homepage-live.about-page .owho-history__title,
  body.homepage-live.about-page .owho-join-world__title {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  body.homepage-live.about-page .owho-about-story,
  body.homepage-live.about-page .owho-mission-vision,
  body.homepage-live.about-page .owho-history,
  body.homepage-live.about-page .owho-join-world {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  body.homepage-live.about-page .owho-about-story__content,
  body.homepage-live.about-page .owho-history__content,
  body.homepage-live.about-page .owho-join-world__shell,
  body.homepage-live.about-page .owho-mission-vision__card {
    padding: 26px 22px;
  }

  body.homepage-live.about-page .owho-about-story__title,
  body.homepage-live.about-page .owho-mission-vision__title,
  body.homepage-live.about-page .owho-history__title,
  body.homepage-live.about-page .owho-join-world__title {
    font-size: 36px;
    line-height: 1.08;
  }

  body.homepage-live.about-page .owho-about-story__text p,
  body.homepage-live.about-page .owho-mission-vision__card p,
  body.homepage-live.about-page .owho-history__content p,
  body.homepage-live.about-page .owho-join-world__intro p,
  body.homepage-live.about-page .owho-join-world__card p {
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
    text-justify: auto;
  }

  body.homepage-live.about-page .owho-about-profile {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}

/* About page homepage parity pass: use the same live homepage type scale and section padding tokens. */
body.homepage-live.about-page :is(
  .owho-about-story,
  .owho-mission-vision,
  .owho-history,
  .owho-join-world
) {
  padding-top: var(--owho-home-section-space) !important;
  padding-bottom: var(--owho-home-section-space) !important;
}

body.homepage-live.about-page .owho-about-profile {
  padding-top: var(--owho-home-section-space-compact) !important;
  padding-bottom: var(--owho-home-section-space-compact) !important;
}

body.homepage-live.about-page :is(
  .owho-about-story__title,
  .owho-mission-vision__title,
  .owho-history__title,
  .owho-join-world__title
) {
  font-family: var(--owho-home-display-font, var(--careox-heading-font, "Nunito", sans-serif));
  font-size: var(--owho-home-h2-feature-size);
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #111827;
  text-wrap: balance;
}

body.homepage-live.about-page .owho-mission-vision__title {
  font-size: var(--owho-home-h2-size);
  line-height: 1.24;
}

body.homepage-live.about-page :is(
  .owho-about-story__text p,
  .owho-mission-vision__card p,
  .owho-history__content p,
  .owho-join-world__intro p,
  .owho-join-world__card p
) {
  font-family: var(--owho-home-body-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-body-size);
  line-height: 1.72;
  font-weight: 600;
  letter-spacing: normal;
  color: #111827;
  text-wrap: pretty;
}

body.homepage-live.about-page :is(
  .owho-about-story__label,
  .owho-mission-vision__eyebrow,
  .owho-history__eyebrow,
  .owho-join-world__eyebrow,
  .owho-about-story__pillars span,
  .owho-history__milestones span
) {
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-small-size);
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.18em;
}

body.homepage-live.about-page :is(
  .owho-mission-vision__card h3,
  .owho-join-world__card h3,
  .owho-about-story__floating-card strong
) {
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-h3-size);
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

body.homepage-live.about-page :is(
  .owho-about-story__content,
  .owho-history__content,
  .owho-join-world__shell,
  .owho-mission-vision__card
) {
  padding: clamp(26px, 3.6vw, 42px);
}

@media (max-width: 767px) {
  body.homepage-live.about-page :is(
    .owho-about-story__content,
    .owho-history__content,
    .owho-join-world__shell,
    .owho-mission-vision__card
  ) {
    padding: 24px 20px;
  }

  body.homepage-live.about-page :is(
    .owho-about-story__text p,
    .owho-mission-vision__card p,
    .owho-history__content p,
    .owho-join-world__intro p,
    .owho-join-world__card p
  ) {
    text-align: left;
    text-justify: auto;
  }
}

/* Contact page refresh: homepage-aligned hero, contact cards, and form UI. */
body.homepage-live.contact-page,
body.homepage-live.contact-page button,
body.homepage-live.contact-page input,
body.homepage-live.contact-page textarea,
body.homepage-live.contact-page select {
  font-family: var(--owho-home-body-font, var(--careox-font, "Nunito", sans-serif));
}

body.homepage-live.contact-page :is(h1, h2, h3, h4, h5, h6, .page-header__title) {
  font-family: var(--owho-home-display-font, var(--careox-heading-font, "Nunito", sans-serif));
  letter-spacing: -0.03em;
}

body.homepage-live .owho-contact-hero .page-header__bg {
  background-image: url(../images/backgrounds/contact-bg-1.webp);
  background-position: center right;
}

body.homepage-live.contact-page .owho-contact-hero .owho-page-hero__text {
  max-width: 650px;
}

body.homepage-live.contact-page .owho-contact-main {
  position: relative;
  padding: var(--owho-home-section-space) 0;
  overflow: hidden;
  background: #f8f6fc;
}

body.homepage-live.contact-page .owho-contact-main__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}

body.homepage-live.contact-page .owho-contact-main__aside,
body.homepage-live.contact-page .owho-contact-main__form-card {
  position: relative;
  border-radius: 38px;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.9);
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  box-shadow: 0 30px 90px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.1);
}

body.homepage-live.contact-page .owho-contact-main__aside {
  overflow: hidden;
}

body.homepage-live.contact-page .owho-contact-main__media {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: #111827;
}

body.homepage-live.contact-page .owho-contact-main__media img {
  display: block;
  width: 100%;
  min-height: 360px;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  opacity: 0.9;
}

body.homepage-live.contact-page .owho-contact-main__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
}

body.homepage-live.contact-page .owho-contact-main__media-badge {
  position: absolute;
  z-index: 1;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 20px 22px;
  border-radius: 24px;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.92);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.7);
  box-shadow: 0 24px 54px rgba(8, 6, 20, 0.18);
  backdrop-filter: blur(12px);
}

body.homepage-live.contact-page .owho-contact-main__media-badge span,
body.homepage-live.contact-page .owho-contact-main__eyebrow,
body.homepage-live.contact-page .owho-contact-cta__eyebrow,
body.homepage-live.contact-page .owho-contact-form__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--owho-pink, #f31371);
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-small-size);
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.homepage-live.contact-page .owho-contact-main__eyebrow::before,
body.homepage-live.contact-page .owho-contact-cta__eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

body.homepage-live.contact-page .owho-contact-main__media-badge strong {
  display: block;
  margin-top: 6px;
  color: #111827;
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-h3-size);
  line-height: 1.28;
  font-weight: 800;
}

body.homepage-live.contact-page .owho-contact-main__details,
body.homepage-live.contact-page .owho-contact-main__form-card {
  padding: clamp(28px, 4vw, 44px);
}

body.homepage-live.contact-page .owho-contact-main__title,
body.homepage-live.contact-page .owho-contact-main__form-card h3,
body.homepage-live.contact-page .owho-contact-cta h2 {
  margin: 12px 0 0;
  color: #111827;
  font-family: var(--owho-home-display-font, var(--careox-heading-font, "Nunito", sans-serif));
  font-size: var(--owho-home-h2-feature-size);
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

body.homepage-live.contact-page .owho-contact-main__intro,
body.homepage-live.contact-page .owho-contact-main__form-card > p,
body.homepage-live.contact-page .owho-contact-cta p {
  margin: 18px 0 0;
  color: #111827;
  font-family: var(--owho-home-body-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-body-size);
  line-height: 1.72;
  font-weight: 600;
  text-wrap: pretty;
}

body.homepage-live.contact-page .owho-contact-main__cards {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

body.homepage-live.contact-page .owho-contact-main__card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 86px;
  padding: 16px 18px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  box-shadow: 0 14px 34px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.07);
  color: #111827;
}

body.homepage-live.contact-page .owho-contact-main__card:hover {
  color: #111827;
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.1);
}

body.homepage-live.contact-page .owho-contact-main__card-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: var(--careox-white, #fff);
  background: var(--contact-accent, var(--owho-pink, #f31371));
  font-size: 24px;
  box-shadow: 0 14px 30px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.12);
}

body.homepage-live.contact-page .owho-contact-main__card strong {
  display: block;
  color: var(--owho-navy, #6345a5);
  font-size: var(--owho-home-h3-size);
  line-height: 1.24;
  font-weight: 800;
}

body.homepage-live.contact-page .owho-contact-main__card small {
  display: block;
  margin-top: 4px;
  color: #111827;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 600;
}

body.homepage-live.contact-page .owho-contact-main__form-card {
  overflow: hidden;
}

body.homepage-live.contact-page .owho-contact-main__form-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: var(--owho-pink, #f31371);
}

body.homepage-live.contact-page .owho-contact-form {
  margin-top: 28px;
}

body.homepage-live.contact-page .owho-contact-form .form-one__group {
  grid-gap: 18px;
  margin: 0;
}

body.homepage-live.contact-page .owho-contact-form .form-one__control {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}

body.homepage-live.contact-page .owho-contact-form .form-one__control input,
body.homepage-live.contact-page .owho-contact-form .form-one__control textarea,
body.homepage-live.contact-page .owho-contact-form .form-one__control select {
  width: 100%;
  height: 62px;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.12);
  border-radius: 18px;
  background: rgba(var(--owho-surface-rgb, 238, 241, 252), 0.56);
  color: #111827;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 20px;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

body.homepage-live.contact-page .owho-contact-form .form-one__control textarea {
  min-height: 148px;
  padding-top: 18px;
  resize: vertical;
}

body.homepage-live.contact-page .owho-contact-form .form-one__control select {
  appearance: none;
  background-image: none;
  background-position: calc(100% - 23px) 28px, calc(100% - 16px) 28px;
  background-size: 7px 7px, 7px 7px;
  background-repeat: no-repeat;
}

body.homepage-live.contact-page .owho-contact-form .form-one__control input::placeholder,
body.homepage-live.contact-page .owho-contact-form .form-one__control textarea::placeholder {
  color: rgba(17, 24, 39, 0.58);
  font-weight: 600;
}

body.homepage-live.contact-page .owho-contact-form .form-one__control input:focus,
body.homepage-live.contact-page .owho-contact-form .form-one__control textarea:focus,
body.homepage-live.contact-page .owho-contact-form .form-one__control select:focus {
  border-color: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.44);
  background-color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.96);
  box-shadow: 0 0 0 4px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.1);
}

body.homepage-live.contact-page .owho-contact-form__submit {
  border: 0;
  justify-content: center;
  width: fit-content;
  min-width: 190px;
  background: var(--owho-pink, #f31371);
  box-shadow: 0 20px 45px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.22);
}

body.homepage-live.contact-page .owho-contact-cta {
  padding: var(--owho-home-section-space-compact) 0;
  background: var(--careox-white, #fff);
}

body.homepage-live.contact-page .owho-contact-cta__panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: clamp(32px, 5vw, 58px);
  border-radius: 34px;
  overflow: hidden;
  background: var(--owho-pink, #f31371);
  color: var(--careox-white, #fff);
  box-shadow: 0 28px 70px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.2);
}

body.homepage-live.contact-page .owho-contact-cta__eyebrow,
body.homepage-live.contact-page .owho-contact-cta h2,
body.homepage-live.contact-page .owho-contact-cta p {
  color: var(--careox-white, #fff);
}

body.homepage-live.contact-page .owho-contact-cta h2 {
  max-width: 680px;
}

body.homepage-live.contact-page .owho-contact-cta p {
  max-width: 720px;
  opacity: 0.92;
}

body.homepage-live.contact-page .owho-contact-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 60px;
  padding: 0 34px;
  border-radius: 999px;
  background: var(--careox-white, #fff);
  color: var(--owho-purple, #6c63a6);
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(8, 6, 20, 0.16);
}

body.homepage-live.contact-page .owho-contact-cta__button:hover {
  color: var(--owho-pink, #f31371);
  transform: translateY(-2px);
}

@media (max-width: 1199px) {
  body.homepage-live.contact-page .owho-contact-main__grid {
    grid-template-columns: 1fr;
  }

  body.homepage-live.contact-page .owho-contact-main__media img,
  body.homepage-live.contact-page .owho-contact-main__media {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  body.homepage-live.contact-page .owho-contact-main__aside,
  body.homepage-live.contact-page .owho-contact-main__form-card,
  body.homepage-live.contact-page .owho-contact-cta__panel {
    border-radius: 28px;
  }

  body.homepage-live.contact-page .owho-contact-main__media,
  body.homepage-live.contact-page .owho-contact-main__media img {
    min-height: 310px;
  }

  body.homepage-live.contact-page .owho-contact-main__media-badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 16px 18px;
    border-radius: 20px;
  }

  body.homepage-live.contact-page .owho-contact-main__details,
  body.homepage-live.contact-page .owho-contact-main__form-card {
    padding: 24px 20px;
  }

  body.homepage-live.contact-page .owho-contact-main__card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 15px;
    border-radius: 20px;
  }

  body.homepage-live.contact-page .owho-contact-main__card-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 21px;
  }

  body.homepage-live.contact-page .owho-contact-form .form-one__group {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  body.homepage-live.contact-page .owho-contact-form .form-one__control input,
  body.homepage-live.contact-page .owho-contact-form .form-one__control textarea,
  body.homepage-live.contact-page .owho-contact-form .form-one__control select {
    height: 58px;
    border-radius: 16px;
    font-size: 15px;
    padding: 0 16px;
  }

  body.homepage-live.contact-page .owho-contact-form .form-one__control textarea {
    min-height: 136px;
    padding-top: 16px;
  }

  body.homepage-live.contact-page .owho-contact-form__submit {
    width: 100%;
  }

  body.homepage-live.contact-page .owho-contact-cta__panel {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 22px;
  }

  body.homepage-live.contact-page .owho-contact-cta__button {
    width: 100%;
  }
}

/* Contact page: image removed by request, keep the left information card balanced. */
body.homepage-live.contact-page .owho-contact-main__aside {
  overflow: visible;
}

body.homepage-live.contact-page .owho-contact-main__aside .owho-contact-main__details {
  min-height: 100%;
}

/* Programs submenu: homepage-style dropdown for desktop and cloned mobile navigation. */
body.homepage-live .main-menu .main-menu__list > li.dropdown > a {
  gap: 7px;
}

body.homepage-live .main-menu .main-menu__list > li.dropdown > a::before {
  content: "\f107";
  order: 2;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
  color: currentColor;
  transform: translateY(1px);
  transition: transform 0.25s ease;
}

body.homepage-live .main-menu .main-menu__list > li.dropdown:hover > a::before {
  transform: translateY(1px) rotate(180deg);
}

body.homepage-live .main-menu .main-menu__list li ul {
  left: 50%;
  min-width: 310px;
  padding: 14px;
  border-radius: 24px;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.98);
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  box-shadow: 0 24px 70px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.14);
  transform: translateX(-50%) scaleY(0) translateZ(100px);
  overflow: hidden;
}

body.homepage-live .main-menu .main-menu__list li:hover > ul {
  transform: translateX(-50%) scaleY(1) translateZ(0);
}

body.homepage-live .main-menu .main-menu__list li ul::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--owho-pink, #f31371);
}

body.homepage-live .main-menu .main-menu__list li ul li > a {
  position: relative;
  min-height: 46px;
  margin: 0;
  padding: 10px 44px 10px 16px;
  border-radius: 16px;
  color: #111827;
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: normal;
  text-transform: none;
}

body.homepage-live .main-menu .main-menu__list li ul li + li {
  margin-top: 4px;
}

body.homepage-live .main-menu .main-menu__list li ul li > a::after {
  right: 17px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-top: -4px;
  content: "";
  background: var(--owho-pink, #f31371);
  box-shadow: 0 0 0 7px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.1);
}

body.homepage-live .main-menu .main-menu__list li ul li.current > a,
body.homepage-live .main-menu .main-menu__list li ul li:hover > a {
  background: rgba(var(--owho-surface-rgb, 238, 241, 252), 0.88);
  color: var(--owho-purple, #6c63a6);
}

body.homepage-live .mobile-nav__content .main-menu__list li.dropdown > a {
  gap: 10px;
}

body.homepage-live .mobile-nav__content .main-menu__list li > a button {
  flex: 0 0 32px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--owho-pink, #f31371), var(--owho-purple, #6c63a6));
}

body.homepage-live .mobile-nav__content .main-menu__list ul li > a {
  min-height: 44px;
  height: auto;
  padding: 8px 0 8px 18px;
  color: rgba(var(--careox-white-rgb, 255, 255, 255), 0.88);
  font-size: 12px;
  line-height: 1.45;
  text-transform: none;
  letter-spacing: 0.04em;
}

body.homepage-live .mobile-nav__content .main-menu__list ul li > a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--owho-pink, #f31371);
  box-shadow: 0 0 0 5px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.12);
}

/* Single Program page: detailed Food Support template aligned with homepage typography, colors, and spacing. */
body.homepage-live.program-page,
body.homepage-live.program-page button,
body.homepage-live.program-page input,
body.homepage-live.program-page textarea,
body.homepage-live.program-page select {
  font-family: var(--owho-home-body-font, var(--careox-font, "Nunito", sans-serif));
}

body.homepage-live.program-page :is(h1, h2, h3, h4, h5, h6, .page-header__title) {
  font-family: var(--owho-home-display-font, var(--careox-heading-font, "Nunito", sans-serif));
  letter-spacing: -0.03em;
}

body.homepage-live.program-page .owho-program-hero .page-header__bg {
  background-image: url("../images/food.webp");
  background-position: center 48%;
  background-size: cover;
}

body.homepage-live.program-page .owho-program-hero::before {
  background:
    linear-gradient(90deg, rgba(8, 6, 20, 0.94) 0%, rgba(18, 14, 40, 0.9) 38%, rgba(36, 24, 66, 0.48) 68%, rgba(8, 6, 20, 0.12) 100%),
    radial-gradient(circle at 76% 24%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.22), transparent 30%);
}

body.homepage-live.program-page .owho-program-hero .page-header__title {
  max-width: 8.8ch;
}

body.homepage-live.program-page .owho-program-hero .owho-page-hero__text {
  max-width: 670px;
}

body.homepage-live.program-page .owho-program-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

body.homepage-live.program-page .owho-program-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--owho-pink, #f31371), var(--owho-purple, #6c63a6));
  color: var(--careox-white, #fff);
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

body.homepage-live.program-page .owho-program-button:hover {
  color: var(--careox-white, #fff);
  transform: translateY(-2px);
  box-shadow: 0 24px 54px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.26);
}

body.homepage-live.program-page .owho-program-button--light {
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.94);
  color: var(--owho-purple, #6c63a6);
  box-shadow: 0 16px 38px rgba(8, 6, 20, 0.14);
}

body.homepage-live.program-page .owho-program-button--light:hover {
  color: var(--owho-pink, #f31371);
}

body.homepage-live.program-page .owho-program-overview,
body.homepage-live.program-page .owho-program-services,
body.homepage-live.program-page .owho-program-process,
body.homepage-live.program-page .owho-program-impact,
body.homepage-live.program-page .owho-program-donor,
body.homepage-live.program-page .owho-program-faq {
  position: relative;
  padding: var(--owho-home-section-space, clamp(56px, 8vw, 100px)) 0;
  overflow: hidden;
}

body.homepage-live.program-page .owho-program-overview {
  background:
    radial-gradient(circle at 10% 16%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.1), transparent 30%),
    radial-gradient(circle at 92% 76%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.15), transparent 28%),
    linear-gradient(180deg, rgba(var(--careox-white-rgb, 255, 255, 255), 1) 0%, rgba(var(--owho-surface-rgb, 238, 241, 252), 0.55) 100%);
}

body.homepage-live.program-page .owho-program-overview__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(34px, 6vw, 82px);
}

body.homepage-live.program-page .owho-program-overview__media {
  position: relative;
  min-height: 580px;
  border-radius: 38px;
  overflow: hidden;
  background: #111827;
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.9);
  box-shadow: 0 32px 90px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.15);
}

body.homepage-live.program-page .owho-program-overview__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 580px;
  object-fit: cover;
  transform: scale(1.02);
}

body.homepage-live.program-page .owho-program-overview__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0) 44%, rgba(17, 24, 39, 0.58) 100%);
  pointer-events: none;
}

body.homepage-live.program-page .owho-program-overview__badge {
  position: absolute;
  left: clamp(18px, 3vw, 34px);
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 1;
  padding: 20px 22px;
  border-radius: 24px;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.92);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.7);
  box-shadow: 0 24px 54px rgba(8, 6, 20, 0.18);
}

body.homepage-live.program-page .owho-program-overview__badge span,
body.homepage-live.program-page .owho-program__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--owho-pink, #f31371);
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-small-size, 13px);
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.homepage-live.program-page .owho-program-overview__badge span::before,
body.homepage-live.program-page .owho-program__eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

body.homepage-live.program-page .owho-program-overview__badge strong {
  display: block;
  margin-top: 7px;
  color: #111827;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: -0.03em;
}

body.homepage-live.program-page .owho-program-overview__content h2,
body.homepage-live.program-page .owho-program-section-heading h2,
body.homepage-live.program-page .owho-program-process__intro h2,
body.homepage-live.program-page .owho-program-impact__content h2,
body.homepage-live.program-page .owho-program-donor__content h2 {
  margin: 14px 0 0;
  color: #111827;
  font-family: var(--owho-home-display-font, var(--careox-heading-font, "Nunito", sans-serif));
  font-size: var(--owho-home-h2-feature-size, clamp(32px, 3.1vw, 38px));
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

body.homepage-live.program-page .owho-program-overview__content p,
body.homepage-live.program-page .owho-program-section-heading p,
body.homepage-live.program-page .owho-program-process__intro p,
body.homepage-live.program-page .owho-program-impact__content p,
body.homepage-live.program-page .owho-program-donor__content p,
body.homepage-live.program-page .owho-program-service-card p,
body.homepage-live.program-page .owho-program-step p,
body.homepage-live.program-page .owho-program-faq-card p {
  margin: 18px 0 0;
  color: #111827;
  font-family: var(--owho-home-body-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-body-size, 16px);
  line-height: 1.75;
  font-weight: 600;
  text-wrap: pretty;
}

body.homepage-live.program-page .owho-program-overview__content p {
  text-align: justify;
  text-justify: inter-word;
}

body.homepage-live.program-page .owho-program-overview__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

body.homepage-live.program-page .owho-program-overview__pills span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--careox-white, #fff);
  color: var(--owho-purple, #6c63a6);
  font-weight: 900;
  box-shadow: 0 16px 40px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
}

body.homepage-live.program-page .owho-program-section-heading {
  max-width: 850px;
  margin-bottom: clamp(34px, 4.5vw, 52px);
}

body.homepage-live.program-page .owho-program-section-heading--narrow {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

body.homepage-live.program-page .owho-program-section-heading--narrow .owho-program__eyebrow {
  justify-content: center;
}

body.homepage-live.program-page .owho-program-services {
  background: var(--careox-white, #fff);
}

body.homepage-live.program-page .owho-program-services__grid,
body.homepage-live.program-page .owho-program-faq__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--owho-home-grid-gap, 24px);
}

body.homepage-live.program-page .owho-program-service-card,
body.homepage-live.program-page .owho-program-faq-card {
  position: relative;
  min-height: 100%;
  padding: clamp(24px, 2.7vw, 34px);
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(var(--careox-white-rgb, 255, 255, 255), 1), rgba(var(--owho-surface-rgb, 238, 241, 252), 0.54));
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  box-shadow: 0 24px 70px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
}

body.homepage-live.program-page .owho-program-service-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--program-accent, var(--owho-pink, #f31371));
}

body.homepage-live.program-page .owho-program-service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--program-accent, var(--owho-pink, #f31371)), var(--owho-purple, #6c63a6));
  color: var(--careox-white, #fff);
  font-size: 25px;
  box-shadow: 0 16px 36px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.14);
}

body.homepage-live.program-page .owho-program-service-card h3,
body.homepage-live.program-page .owho-program-step h3,
body.homepage-live.program-page .owho-program-faq-card h3 {
  margin: 0;
  color: var(--owho-purple, #6c63a6);
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-h3-size, 22px);
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.02em;
}

body.homepage-live.program-page .owho-program-process {
  background:
    radial-gradient(circle at 82% 16%, rgba(var(--owho-yellow-rgb, 247, 201, 72), 0.18), transparent 28%),
    linear-gradient(135deg, #24184d 0%, #4d2f91 52%, #6c63a6 100%);
}

body.homepage-live.program-page .owho-program-process__shell {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 5vw, 70px);
  align-items: start;
}

body.homepage-live.program-page .owho-program-process__intro {
  position: sticky;
  top: 120px;
  padding: clamp(28px, 4vw, 46px);
  border-radius: 34px;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.12);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.18);
  box-shadow: 0 30px 90px rgba(8, 6, 20, 0.18);
}

body.homepage-live.program-page .owho-program-process .owho-program__eyebrow,
body.homepage-live.program-page .owho-program-process__intro h2,
body.homepage-live.program-page .owho-program-process__intro p {
  color: var(--careox-white, #fff);
}

body.homepage-live.program-page .owho-program-process .owho-program__eyebrow {
  color: #ffe16b;
}

body.homepage-live.program-page .owho-program-process__steps {
  display: grid;
  gap: 18px;
}

body.homepage-live.program-page .owho-program-step {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: clamp(22px, 2.6vw, 30px);
  border-radius: 28px;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.95);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.24);
  box-shadow: 0 22px 54px rgba(8, 6, 20, 0.12);
}

body.homepage-live.program-page .owho-program-step > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--owho-pink, #f31371), var(--owho-yellow, #f7c948));
  color: var(--careox-white, #fff);
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: 22px;
  font-weight: 1000;
  box-shadow: 0 16px 34px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.18);
}

body.homepage-live.program-page .owho-program-impact {
  background:
    radial-gradient(circle at 12% 14%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.15), transparent 28%),
    linear-gradient(180deg, rgba(var(--owho-surface-rgb, 238, 241, 252), 0.62) 0%, var(--careox-white, #fff) 100%);
}

body.homepage-live.program-page .owho-program-impact__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(32px, 5vw, 66px);
  align-items: center;
}

body.homepage-live.program-page .owho-program-impact__list {
  display: grid;
  gap: 16px;
}

body.homepage-live.program-page .owho-program-impact-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 20px 22px;
  border-radius: 24px;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.92);
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  box-shadow: 0 18px 46px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.07);
}

body.homepage-live.program-page .owho-program-impact-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--owho-teal, #66c5b8), var(--owho-purple, #6c63a6));
  color: var(--careox-white, #fff);
  font-size: 22px;
}

body.homepage-live.program-page .owho-program-impact-item span {
  color: #111827;
  font-size: var(--owho-home-body-size, 16px);
  line-height: 1.65;
  font-weight: 700;
}

body.homepage-live.program-page .owho-program-donor {
  padding-top: 0;
  background: var(--careox-white, #fff);
}

body.homepage-live.program-page .owho-program-donor__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  padding: clamp(32px, 5vw, 62px);
  border-radius: 38px;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 22%, rgba(var(--owho-yellow-rgb, 247, 201, 72), 0.23), transparent 26%),
    linear-gradient(135deg, var(--owho-pink, #f31371), var(--owho-purple, #6c63a6));
  box-shadow: 0 30px 90px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.18);
}

body.homepage-live.program-page .owho-program-donor .owho-program__eyebrow,
body.homepage-live.program-page .owho-program-donor__content h2,
body.homepage-live.program-page .owho-program-donor__content p {
  color: var(--careox-white, #fff);
}

body.homepage-live.program-page .owho-program-donor .owho-program__eyebrow {
  color: #ffe16b;
}

body.homepage-live.program-page .owho-program-donor__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

body.homepage-live.program-page .owho-program-faq {
  padding-top: var(--owho-home-section-space-compact, 72px);
  background:
    radial-gradient(circle at 90% 78%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.09), transparent 25%),
    linear-gradient(180deg, var(--careox-white, #fff), rgba(var(--owho-surface-rgb, 238, 241, 252), 0.52));
}

body.homepage-live.program-page .owho-program-faq__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.homepage-live.program-page .owho-program-faq-card {
  box-shadow: 0 18px 48px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.07);
}

@media (max-width: 1199px) {
  body.homepage-live.program-page .owho-program-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.homepage-live.program-page .owho-program-overview__grid,
  body.homepage-live.program-page .owho-program-process__shell,
  body.homepage-live.program-page .owho-program-impact__grid,
  body.homepage-live.program-page .owho-program-donor__panel {
    grid-template-columns: 1fr;
  }

  body.homepage-live.program-page .owho-program-process__intro {
    position: relative;
    top: auto;
  }

  body.homepage-live.program-page .owho-program-donor__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  body.homepage-live.program-page .owho-program-hero__actions,
  body.homepage-live.program-page .owho-program-donor__actions {
    flex-direction: column;
  }

  body.homepage-live.program-page .owho-program-button,
  body.homepage-live.program-page .owho-program-hero__actions .codebitel-btn,
  body.homepage-live.program-page .owho-program-donor__actions .codebitel-btn {
    width: 100%;
  }

  body.homepage-live.program-page .owho-program-overview,
  body.homepage-live.program-page .owho-program-services,
  body.homepage-live.program-page .owho-program-process,
  body.homepage-live.program-page .owho-program-impact,
  body.homepage-live.program-page .owho-program-donor,
  body.homepage-live.program-page .owho-program-faq {
    padding: clamp(54px, 14vw, 72px) 0;
  }

  body.homepage-live.program-page .owho-program-overview__media,
  body.homepage-live.program-page .owho-program-overview__media img {
    min-height: 360px;
    border-radius: 26px;
  }

  body.homepage-live.program-page .owho-program-overview__badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 16px 18px;
    border-radius: 20px;
  }

  body.homepage-live.program-page .owho-program-services__grid,
  body.homepage-live.program-page .owho-program-faq__grid {
    grid-template-columns: 1fr;
  }

  body.homepage-live.program-page .owho-program-service-card,
  body.homepage-live.program-page .owho-program-faq-card,
  body.homepage-live.program-page .owho-program-donor__panel,
  body.homepage-live.program-page .owho-program-process__intro {
    border-radius: 26px;
  }

  body.homepage-live.program-page .owho-program-step {
    grid-template-columns: 1fr;
    gap: 14px;
    border-radius: 24px;
  }

  body.homepage-live.program-page .owho-program-step > span {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 19px;
  }

  body.homepage-live.program-page .owho-program-impact-item {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 17px;
    border-radius: 20px;
  }

  body.homepage-live.program-page .owho-program-impact-item i {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 19px;
  }
}

/* Single Program page solid-color pass: remove gradient treatments by request. */
body.homepage-live.program-page .owho-program-hero {
  background: #24184d;
}

body.homepage-live.program-page .owho-program-hero::before {
  background: rgba(8, 6, 20, 0.72);
}

body.homepage-live.program-page .owho-program-hero .owho-page-hero__content {
  background: rgba(14, 12, 30, 0.84);
  box-shadow: inset 0 1px 0 rgba(var(--careox-white-rgb, 255, 255, 255), 0.16), 0 24px 80px rgba(8, 6, 20, 0.26);
}

body.homepage-live.program-page .owho-program-button {
  background: var(--owho-pink, #f31371);
}

body.homepage-live.program-page .owho-program-button--light {
  background: var(--careox-white, #fff);
}

body.homepage-live.program-page .owho-program-overview {
  background: #f6f4fb;
}

body.homepage-live.program-page .owho-program-services,
body.homepage-live.program-page .owho-program-donor {
  background: var(--careox-white, #fff);
}

body.homepage-live.program-page .owho-program-impact,
body.homepage-live.program-page .owho-program-faq {
  background: #f8f6fc;
}

body.homepage-live.program-page .owho-program-process {
  background: var(--owho-purple, #6c63a6);
}

body.homepage-live.program-page .owho-program-service-card,
body.homepage-live.program-page .owho-program-faq-card {
  background: #fbfaff;
}

body.homepage-live.program-page .owho-program-service-card__icon {
  background: var(--program-accent, var(--owho-pink, #f31371));
}

body.homepage-live.program-page .owho-program-process__intro {
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.14);
}

body.homepage-live.program-page .owho-program-step > span {
  background: var(--owho-pink, #f31371);
}

body.homepage-live.program-page .owho-program-impact-item i {
  background: var(--owho-teal, #66c5b8);
}

body.homepage-live.program-page .owho-program-donor__panel {
  background: var(--owho-pink, #f31371);
}

@media (max-width: 767px) {
  body.homepage-live.program-page .owho-program-hero .owho-page-hero__content {
    background: rgba(14, 12, 30, 0.88);
  }
}

/* Programs listing page: moved homepage program cards into a dedicated page. */
body.homepage-live.programs-page,
body.homepage-live.programs-page button,
body.homepage-live.programs-page input,
body.homepage-live.programs-page textarea,
body.homepage-live.programs-page select {
  font-family: var(--owho-home-body-font, var(--careox-font, "Nunito", sans-serif));
}

body.homepage-live.programs-page :is(h1, h2, h3, h4, h5, h6, .page-header__title) {
  font-family: var(--owho-home-display-font, var(--careox-heading-font, "Nunito", sans-serif));
  letter-spacing: -0.03em;
}

body.homepage-live.programs-page .owho-programs-hero {
  background: #24184d;
}

body.homepage-live.programs-page .owho-programs-hero .page-header__bg {
  background-image: url("../images/newimg/community_action_1777048098212.webp");
  background-position: center 42%;
}

body.homepage-live.programs-page .owho-programs-hero::before {
  background: rgba(8, 6, 20, 0.76);
}

body.homepage-live.programs-page .owho-programs-hero .owho-page-hero__content {
  background: rgba(14, 12, 30, 0.84);
}

body.homepage-live.programs-page .owho-programs-intro {
  padding: var(--owho-home-section-space-compact, 72px) 0 0;
  background: #f8f6fc;
}

body.homepage-live.programs-page .owho-programs-intro__panel {
  max-width: 1000px;
  padding: clamp(28px, 4vw, 46px);
  border-radius: 34px;
  background: var(--careox-white, #fff);
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  box-shadow: 0 24px 70px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
}

body.homepage-live.programs-page .owho-programs-intro__eyebrow,
body.homepage-live.programs-page .owho-programs-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--owho-pink, #f31371);
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-small-size, 13px);
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.homepage-live.programs-page .owho-programs-intro__eyebrow::before,
body.homepage-live.programs-page .owho-programs-cta__eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

body.homepage-live.programs-page .owho-programs-intro h2,
body.homepage-live.programs-page .owho-programs-cta h2 {
  margin: 14px 0 0;
  max-width: 760px;
  color: #111827;
  font-size: var(--owho-home-h2-feature-size, clamp(32px, 3.1vw, 38px));
  line-height: 1.2;
  font-weight: 800;
  text-wrap: balance;
}

body.homepage-live.programs-page .owho-programs-intro h2 span {
  color: var(--owho-purple, #6c63a6);
}

body.homepage-live.programs-page .owho-programs-intro p,
body.homepage-live.programs-page .owho-programs-cta p {
  margin: 18px 0 0;
  max-width: 800px;
  color: #111827;
  font-size: var(--owho-home-body-size, 16px);
  line-height: 1.72;
  font-weight: 600;
}

body.homepage-live.programs-page .owho-programs-list {
  padding-top: var(--owho-home-section-space-compact, 72px);
  background: #f8f6fc;
}

body.homepage-live.programs-page .owho-programs-list::before,
body.homepage-live.programs-page .owho-programs-list::after {
  display: none;
}

body.homepage-live.programs-page .owho-programs-list .owho-what-we-do__grid {
  gap: clamp(22px, 3vw, 34px);
}

body.homepage-live.programs-page .owho-programs-list .owho-what-we-do__card {
  border-radius: 28px;
  box-shadow: 0 22px 62px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
}

body.homepage-live.programs-page .owho-programs-list .owho-what-we-do__card::after {
  background: var(--wwd-accent, var(--owho-pink, #f31371));
}

body.homepage-live.programs-page .owho-programs-list .owho-what-we-do__media::after {
  background: rgba(17, 24, 39, 0.12);
}

body.homepage-live.programs-page .owho-programs-list .owho-what-we-do__card-text {
  color: #111827;
  font-size: var(--owho-home-body-size, 16px);
  line-height: 1.76;
  font-weight: 600;
}

body.homepage-live.programs-page .owho-programs-cta {
  padding: 0 0 var(--owho-home-section-space, 92px);
  background: #f8f6fc;
}

body.homepage-live.programs-page .owho-programs-cta__panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(30px, 5vw, 58px);
  border-radius: 34px;
  background: var(--owho-pink, #f31371);
  color: var(--careox-white, #fff);
  box-shadow: 0 26px 80px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.18);
}

body.homepage-live.programs-page .owho-programs-cta__eyebrow,
body.homepage-live.programs-page .owho-programs-cta h2,
body.homepage-live.programs-page .owho-programs-cta p {
  color: var(--careox-white, #fff);
}

body.homepage-live.programs-page .owho-programs-cta .codebitel-btn {
  flex: 0 0 auto;
  background: var(--careox-white, #fff);
  color: var(--owho-purple, #6c63a6);
}

@media (max-width: 991px) {
  body.homepage-live.programs-page .owho-programs-cta__panel {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  body.homepage-live.programs-page .owho-programs-intro {
    padding-top: 54px;
  }

  body.homepage-live.programs-page .owho-programs-intro__panel,
  body.homepage-live.programs-page .owho-programs-cta__panel {
    border-radius: 26px;
    padding: 24px 20px;
  }

  body.homepage-live.programs-page .owho-programs-list .owho-what-we-do__grid {
    grid-template-columns: 1fr;
  }

  body.homepage-live.programs-page .owho-programs-cta .codebitel-btn {
    width: 100%;
  }
}

/* Impact page: dedicated burden snapshot + wider community impact sections. */
body.homepage-live.impact-page,
body.homepage-live.impact-page button,
body.homepage-live.impact-page input,
body.homepage-live.impact-page textarea,
body.homepage-live.impact-page select {
  font-family: var(--owho-home-body-font, var(--careox-font, "Nunito", sans-serif));
}

body.homepage-live.impact-page :is(h1, h2, h3, h4, h5, h6, .page-header__title) {
  font-family: var(--owho-home-display-font, var(--careox-heading-font, "Nunito", sans-serif));
  letter-spacing: -0.03em;
}

body.homepage-live.impact-page .owho-impact-hero {
  background: #24184d;
}

body.homepage-live.impact-page .owho-impact-hero .page-header__bg {
  background-image: url("../images/newimg/impact_background_1777048216661.webp");
  background-position: center 38%;
}

body.homepage-live.impact-page .owho-impact-hero::before {
  background: rgba(8, 6, 20, 0.78);
}

body.homepage-live.impact-page .owho-impact-hero .owho-page-hero__content {
  background: rgba(14, 12, 30, 0.86);
}

body.homepage-live.impact-page .owho-impact-overview,
body.homepage-live.impact-page .owho-impact-pillars {
  padding: var(--owho-home-section-space, 92px) 0;
  background: #f8f6fc;
}

body.homepage-live.impact-page .owho-impact-overview__head,
body.homepage-live.impact-page .owho-impact-pillars__intro {
  max-width: 900px;
  margin: 0 auto clamp(34px, 4vw, 48px);
  text-align: center;
}

body.homepage-live.impact-page .owho-impact-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--owho-pink, #f31371);
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-small-size, 13px);
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.homepage-live.impact-page .owho-impact-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 7px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.14);
}

body.homepage-live.impact-page .owho-impact-overview h2,
body.homepage-live.impact-page .owho-impact-pillars h2,
body.homepage-live.impact-page .owho-impact-environment h2,
body.homepage-live.impact-page .owho-impact-cta h2 {
  margin: 14px auto 0;
  color: #111827;
  font-size: var(--owho-home-h2-size, clamp(34px, 3.4vw, 48px));
  line-height: 1.12;
  font-weight: 900;
  text-wrap: balance;
}

body.homepage-live.impact-page .owho-impact-overview__head p,
body.homepage-live.impact-page .owho-impact-pillars__intro p,
body.homepage-live.impact-page .owho-impact-environment p,
body.homepage-live.impact-page .owho-impact-cta p {
  margin: 18px auto 0;
  color: #111827;
  font-size: var(--owho-home-body-size, 16px);
  line-height: 1.76;
  font-weight: 600;
  text-wrap: pretty;
}

body.homepage-live.impact-page .owho-impact-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 24px);
}

body.homepage-live.impact-page .owho-impact-stat {
  position: relative;
  min-height: 100%;
  padding: clamp(24px, 3vw, 32px);
  border-radius: 28px;
  background: var(--careox-white, #fff);
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  box-shadow: 0 22px 62px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  overflow: hidden;
}

body.homepage-live.impact-page .owho-impact-stat::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: var(--impact-accent, var(--owho-pink, #f31371));
}

body.homepage-live.impact-page .owho-impact-stat__icon {
  display: inline-grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 20px;
  border-radius: 20px;
  background: var(--impact-accent, var(--owho-pink, #f31371));
  color: var(--careox-white, #fff);
  font-size: 24px;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.12);
}

body.homepage-live.impact-page .owho-impact-stat strong {
  display: block;
  color: #111827;
  font-size: 23px;
  line-height: 1.15;
  font-weight: 900;
}

body.homepage-live.impact-page .owho-impact-stat p {
  margin: 12px 0 0;
  color: #1f2937;
  font-size: 15px;
  line-height: 1.68;
  font-weight: 600;
}

body.homepage-live.impact-page .owho-burden-slab {
  padding: var(--owho-home-section-space, 92px) 0;
  background: #ffffff;
}

body.homepage-live.impact-page .owho-burden-slab .usa-section,
body.homepage-live.impact-page .owho-burden-slab .uk-section {
  background: #f8f6fc;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.1);
}

body.homepage-live.impact-page .owho-burden-slab .uk-section {
  background: #fff7fb;
}

body.homepage-live.impact-page .owho-burden-slab .bar-fill-pink {
  background: var(--owho-pink, #f31371);
}

body.homepage-live.impact-page .owho-burden-slab .bar-fill-purple {
  background: var(--owho-purple, #6c63a6);
}

body.homepage-live.impact-page .owho-impact-pillars {
  background: #ffffff;
}

body.homepage-live.impact-page .owho-impact-pillar {
  display: grid;
  grid-template-columns: 176px 1fr;
  gap: 24px;
  height: 100%;
  padding: 18px;
  border-radius: 30px;
  background: #f8f6fc;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  box-shadow: 0 20px 58px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
}

body.homepage-live.impact-page .owho-impact-pillar img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  border-radius: 22px;
  object-fit: cover;
}

body.homepage-live.impact-page .owho-impact-pillar div:last-child {
  padding: 12px 10px 12px 0;
}

body.homepage-live.impact-page .owho-impact-pillar span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--pillar-accent, var(--owho-pink, #f31371));
  color: var(--careox-white, #fff);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.homepage-live.impact-page .owho-impact-pillar h3 {
  margin: 0;
  color: #111827;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.15;
  font-weight: 900;
}

body.homepage-live.impact-page .owho-impact-pillar p {
  margin: 12px 0 0;
  color: #1f2937;
  font-size: 16px;
  line-height: 1.72;
  font-weight: 600;
}

body.homepage-live.impact-page .owho-impact-environment {
  padding: var(--owho-home-section-space, 92px) 0;
  background: #f8f6fc;
}

body.homepage-live.impact-page .owho-impact-environment__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(22px, 4vw, 44px);
  border-radius: 38px;
  background: var(--careox-white, #fff);
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  box-shadow: 0 28px 80px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.1);
}

body.homepage-live.impact-page .owho-impact-environment__media img {
  width: 100%;
  min-height: 440px;
  border-radius: 30px;
  object-fit: cover;
}

body.homepage-live.impact-page .owho-impact-environment__content p {
  margin-left: 0;
}

body.homepage-live.impact-page .owho-impact-checklist {
  display: grid;
  gap: 14px;
  margin: 26px 0 30px;
  padding: 0;
  list-style: none;
}

body.homepage-live.impact-page .owho-impact-checklist li {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  padding: 15px 16px;
  border-radius: 18px;
  background: #f8f6fc;
  color: #111827;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
}

body.homepage-live.impact-page .owho-impact-checklist i {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--owho-teal, #66c5b8);
  color: var(--careox-white, #fff);
  font-size: 12px;
}

body.homepage-live.impact-page .owho-impact-narrative {
  padding: var(--owho-home-section-space, 92px) 0;
  background:
    radial-gradient(circle at 7% 10%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.2) 0%, transparent 28%),
    radial-gradient(circle at 90% 16%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.22) 0%, transparent 30%),
    linear-gradient(180deg, #fff7fb 0%, #f8f6fc 48%, #ffffff 100%);
}

body.homepage-live.impact-page .owho-impact-narrative__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(22px, 3vw, 34px);
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(18px, 2.4vw, 28px);
  border-radius: clamp(28px, 4vw, 44px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 251, 0.96)),
    var(--careox-white, #fff);
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  box-shadow: 0 30px 90px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.11);
  overflow: hidden;
}

body.homepage-live.impact-page .owho-impact-narrative__panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 7px;
  background: linear-gradient(90deg, var(--owho-pink, #f31371), var(--owho-teal, #66c5b8), var(--owho-purple, #6c63a6));
}

body.homepage-live.impact-page .owho-impact-narrative__media {
  position: relative;
  min-height: 0;
  border-radius: clamp(24px, 3vw, 34px);
  overflow: hidden;
  background: #111827;
  box-shadow: 0 28px 78px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.16);
}

body.homepage-live.impact-page .owho-impact-narrative__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(12, 10, 30, 0.62) 100%),
    radial-gradient(circle at 18% 14%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.28), transparent 34%);
}

body.homepage-live.impact-page .owho-impact-narrative__media img {
  display: block;
  width: 100%;
  height: clamp(320px, 36vw, 480px);
  min-height: 0;
  object-fit: cover;
  object-position: center 46%;
  transform: scale(1.02);
}

body.homepage-live.impact-page .owho-impact-narrative__badge {
  position: absolute;
  left: clamp(18px, 2.5vw, 28px);
  right: auto;
  bottom: clamp(18px, 2.5vw, 28px);
  z-index: 1;
  min-width: min(320px, calc(100% - 36px));
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 52px rgba(8, 6, 20, 0.22);
}

body.homepage-live.impact-page .owho-impact-narrative__badge strong,
body.homepage-live.impact-page .owho-impact-narrative__badge span {
  display: block;
  color: #111827;
}

body.homepage-live.impact-page .owho-impact-narrative__badge strong {
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 1.05;
  font-weight: 1000;
  letter-spacing: -0.04em;
}

body.homepage-live.impact-page .owho-impact-narrative__badge span {
  margin-top: 4px;
  font-weight: 800;
}

body.homepage-live.impact-page .owho-impact-narrative__content {
  padding: clamp(8px, 1.4vw, 16px) clamp(14px, 2.8vw, 34px) clamp(18px, 2.8vw, 34px);
}

body.homepage-live.impact-page .owho-impact-narrative h2 {
  max-width: 920px;
  margin: 14px 0 0;
  color: #111827;
  font-size: clamp(34px, 3.45vw, 56px);
  line-height: 1.08;
  font-weight: 900;
  text-wrap: balance;
}

body.homepage-live.impact-page .owho-impact-narrative__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

body.homepage-live.impact-page .owho-impact-narrative__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.1);
  color: var(--owho-pink, #f31371);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.homepage-live.impact-page .owho-impact-narrative__chips span:nth-child(2) {
  background: rgba(var(--owho-teal-rgb, 102, 197, 184), 0.14);
  color: #168779;
}

body.homepage-live.impact-page .owho-impact-narrative__chips span:nth-child(3) {
  background: rgba(var(--owho-navy-rgb, 99, 69, 165), 0.1);
  color: var(--owho-purple, #6c63a6);
}

body.homepage-live.impact-page .owho-impact-narrative__copy {
  display: grid;
  gap: 16px;
  margin-top: clamp(22px, 2.6vw, 30px);
  max-width: 1050px;
}

body.homepage-live.impact-page .owho-impact-narrative__copy p {
  margin: 0;
  color: #1f2937;
  font-size: var(--owho-home-body-size, clamp(15.5px, 0.25vw + 14.8px, 17px));
  line-height: 1.76;
  font-weight: 650;
  text-align: justify;
  text-justify: inter-word;
  text-wrap: pretty;
}

body.homepage-live.impact-page .owho-impact-narrative__copy strong {
  color: var(--owho-pink, #f31371);
  font-weight: 900;
}

body.homepage-live.impact-page .owho-impact-cta {
  padding: 0 0 var(--owho-home-section-space, 92px);
  background: #f8f6fc;
}

body.homepage-live.impact-page .owho-impact-cta__panel {
  padding: clamp(32px, 5vw, 62px);
  border-radius: 36px;
  background: var(--owho-pink, #f31371);
  color: var(--careox-white, #fff);
  text-align: center;
  box-shadow: 0 26px 80px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.2);
}

body.homepage-live.impact-page .owho-impact-cta .owho-impact-kicker,
body.homepage-live.impact-page .owho-impact-cta h2,
body.homepage-live.impact-page .owho-impact-cta p {
  color: var(--careox-white, #fff);
}

body.homepage-live.impact-page .owho-impact-cta p {
  max-width: 760px;
}

body.homepage-live.impact-page .owho-impact-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

body.homepage-live.impact-page .owho-impact-cta .codebitel-btn {
  background: var(--careox-white, #fff);
  color: var(--owho-purple, #6c63a6);
}

body.homepage-live.impact-page .owho-impact-ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.14);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.4);
  color: var(--careox-white, #fff);
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 1199px) {
  body.homepage-live.impact-page .owho-impact-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  body.homepage-live.impact-page .owho-impact-pillar,
  body.homepage-live.impact-page .owho-impact-environment__panel,
  body.homepage-live.impact-page .owho-impact-narrative__panel {
    grid-template-columns: 1fr;
  }

  body.homepage-live.impact-page .owho-impact-pillar div:last-child {
    padding: 0 4px 8px;
  }

  body.homepage-live.impact-page .owho-impact-narrative__content {
    padding: 4px clamp(8px, 3vw, 24px) clamp(18px, 4vw, 32px);
  }

  body.homepage-live.impact-page .owho-impact-pillar img,
  body.homepage-live.impact-page .owho-impact-environment__media img {
    min-height: 280px;
  }

  body.homepage-live.impact-page .owho-impact-narrative__media img {
    height: clamp(300px, 48vw, 420px);
  }
}

@media (max-width: 767px) {
  body.homepage-live.impact-page .owho-impact-overview,
  body.homepage-live.impact-page .owho-impact-pillars,
  body.homepage-live.impact-page .owho-burden-slab,
  body.homepage-live.impact-page .owho-impact-environment,
  body.homepage-live.impact-page .owho-impact-narrative {
    padding: 58px 0;
  }

  body.homepage-live.impact-page .owho-impact-stat-grid {
    grid-template-columns: 1fr;
  }

  body.homepage-live.impact-page .owho-impact-stat,
  body.homepage-live.impact-page .owho-impact-pillar,
  body.homepage-live.impact-page .owho-impact-environment__panel,
  body.homepage-live.impact-page .owho-impact-narrative__panel,
  body.homepage-live.impact-page .owho-impact-cta__panel {
    border-radius: 26px;
  }

  body.homepage-live.impact-page .owho-impact-pillar {
    padding: 14px;
  }

  body.homepage-live.impact-page .owho-impact-pillar img,
  body.homepage-live.impact-page .owho-impact-environment__media img {
    min-height: 240px;
    border-radius: 20px;
  }

  body.homepage-live.impact-page .owho-impact-narrative__media {
    border-radius: 22px;
  }

  body.homepage-live.impact-page .owho-impact-narrative__media img {
    height: 280px;
  }

  body.homepage-live.impact-page .owho-impact-cta__actions,
  body.homepage-live.impact-page .owho-impact-cta .codebitel-btn,
  body.homepage-live.impact-page .owho-impact-ghost-btn {
    width: 100%;
  }
}

/* Impact page: extra chart-first hunger, environment, and cyber snapshots. */
body.homepage-live.impact-page .owho-impact-chart-lab {
  padding: var(--owho-home-section-space, 92px) 0;
  background: #f8f6fc;
}

body.homepage-live.impact-page .owho-impact-chart-lab__header {
  max-width: 930px;
  margin: 0 auto clamp(34px, 4vw, 50px);
  text-align: center;
}

body.homepage-live.impact-page .owho-impact-chart-lab__header h2 {
  margin: 14px auto 0;
  color: #111827;
  font-size: var(--owho-home-h2-size, clamp(34px, 3.4vw, 48px));
  line-height: 1.12;
  font-weight: 900;
  text-wrap: balance;
}

body.homepage-live.impact-page .owho-impact-chart-lab__header p {
  margin: 18px auto 0;
  color: #111827;
  font-size: var(--owho-home-body-size, 16px);
  line-height: 1.76;
  font-weight: 600;
  text-wrap: pretty;
}

body.homepage-live.impact-page .owho-impact-chart-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 32px);
}

body.homepage-live.impact-page .owho-impact-chart-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 32px;
  background: var(--careox-white, #fff);
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  box-shadow: 0 24px 72px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.09);
}

body.homepage-live.impact-page .owho-impact-chart-card--wide {
  grid-column: 1 / -1;
}

body.homepage-live.impact-page .owho-impact-chart-card__top {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

body.homepage-live.impact-page .owho-impact-chart-card__icon {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 22px;
  background: var(--chart-accent, var(--owho-pink, #f31371));
  color: var(--careox-white, #fff);
  font-size: 28px;
  box-shadow: 0 18px 42px color-mix(in srgb, var(--chart-accent, #f31371) 22%, transparent);
}

body.homepage-live.impact-page .owho-impact-chart-card__eyebrow {
  display: block;
  margin-bottom: 6px;
  color: var(--chart-accent, var(--owho-pink, #f31371));
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.25;
  text-transform: uppercase;
}

body.homepage-live.impact-page .owho-impact-chart-card h3 {
  margin: 0;
  color: #111827;
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.12;
  font-weight: 900;
  text-wrap: balance;
}

body.homepage-live.impact-page .owho-impact-chart-card__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

body.homepage-live.impact-page .owho-impact-chart-card__metrics--stacked {
  grid-template-columns: 1fr;
  margin-bottom: 0;
}

body.homepage-live.impact-page .owho-impact-chart-card__split {
  display: grid;
  grid-template-columns: minmax(240px, 0.45fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 30px);
  align-items: stretch;
}

body.homepage-live.impact-page .owho-impact-chart-metric {
  min-height: 142px;
  padding: 18px;
  border-radius: 24px;
  background: var(--chart-soft, #f8f6fc);
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
}

body.homepage-live.impact-page .owho-impact-chart-metric span,
body.homepage-live.impact-page .owho-impact-chart-metric em {
  display: block;
  color: #1f2937;
  font-size: 13px;
  line-height: 1.45;
  font-style: normal;
  font-weight: 800;
}

body.homepage-live.impact-page .owho-impact-chart-metric strong {
  display: block;
  margin: 8px 0 5px;
  color: #111827;
  font-size: clamp(32px, 3.3vw, 48px);
  line-height: 0.95;
  font-weight: 1000;
  letter-spacing: -0.055em;
}

body.homepage-live.impact-page .owho-impact-chart-bars {
  display: grid;
  gap: 16px;
  margin-top: auto;
}

body.homepage-live.impact-page .owho-impact-chart-row__label {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
}

body.homepage-live.impact-page .owho-impact-chart-row__label span {
  color: #111827;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
}

body.homepage-live.impact-page .owho-impact-chart-row__label strong {
  color: var(--chart-accent, var(--owho-pink, #f31371));
  font-size: 16px;
  line-height: 1;
  font-weight: 1000;
  white-space: nowrap;
}

body.homepage-live.impact-page .owho-impact-chart-track {
  height: 12px;
  border-radius: 999px;
  background: #ece9f5;
  overflow: hidden;
}

body.homepage-live.impact-page .owho-impact-chart-track span {
  display: block;
  height: 100%;
  min-width: 8px;
  border-radius: inherit;
  background: var(--chart-accent, var(--owho-pink, #f31371));
}

body.homepage-live.impact-page .owho-impact-chart-card__note {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.1);
  color: #4b5563;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 800;
}

@media (max-width: 991px) {
  body.homepage-live.impact-page .owho-impact-chart-grid,
  body.homepage-live.impact-page .owho-impact-chart-card__split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.homepage-live.impact-page .owho-impact-chart-lab {
    padding: 58px 0;
  }

  body.homepage-live.impact-page .owho-impact-chart-card {
    border-radius: 26px;
    padding: 20px;
  }

  body.homepage-live.impact-page .owho-impact-chart-card__top,
  body.homepage-live.impact-page .owho-impact-chart-card__metrics {
    grid-template-columns: 1fr;
  }

  body.homepage-live.impact-page .owho-impact-chart-card__top {
    align-items: flex-start;
  }

  body.homepage-live.impact-page .owho-impact-chart-card__metrics {
    display: grid;
  }

  body.homepage-live.impact-page .owho-impact-chart-metric {
    min-height: auto;
  }
}

/* Match added Impact charts to the Kidney + Liver burden-card UI. */
body.homepage-live.impact-page .owho-impact-chart-lab {
  background: #ffffff;
}

body.homepage-live.impact-page .owho-impact-chart-lab__header {
  margin-bottom: 36px;
}

body.homepage-live.impact-page .owho-impact-chart-grid {
  gap: 24px;
}

body.homepage-live.impact-page .owho-impact-chart-card,
body.homepage-live.impact-page .owho-impact-chart-card--wide {
  border-radius: 20px;
  padding: 2rem;
  background: #f8f6fc;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.1);
  box-shadow: 0 20px 60px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
  overflow: hidden;
}

body.homepage-live.impact-page .owho-impact-chart-card:nth-child(2) {
  background: #fff7fb;
}

body.homepage-live.impact-page .owho-impact-chart-card--wide {
  background: #f8f6fc;
}

body.homepage-live.impact-page .owho-impact-chart-card__top {
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 1.5rem;
}

body.homepage-live.impact-page .owho-impact-chart-card__icon {
  width: 28px;
  height: 28px;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: 28px;
  box-shadow: none;
}

body.homepage-live.impact-page .owho-impact-chart-card:nth-child(1) .owho-impact-chart-card__icon,
body.homepage-live.impact-page .owho-impact-chart-card:nth-child(1) .owho-impact-chart-card__eyebrow,
body.homepage-live.impact-page .owho-impact-chart-card:nth-child(1) .owho-impact-chart-row__label strong {
  color: #d4537e;
}

body.homepage-live.impact-page .owho-impact-chart-card:nth-child(2) .owho-impact-chart-card__icon,
body.homepage-live.impact-page .owho-impact-chart-card:nth-child(2) .owho-impact-chart-card__eyebrow,
body.homepage-live.impact-page .owho-impact-chart-card:nth-child(2) .owho-impact-chart-row__label strong {
  color: #f59e0b;
}

body.homepage-live.impact-page .owho-impact-chart-card:nth-child(3) .owho-impact-chart-card__icon,
body.homepage-live.impact-page .owho-impact-chart-card:nth-child(3) .owho-impact-chart-card__eyebrow,
body.homepage-live.impact-page .owho-impact-chart-card:nth-child(3) .owho-impact-chart-row__label strong {
  color: #7f77dd;
}

body.homepage-live.impact-page .owho-impact-chart-card__eyebrow {
  margin-bottom: 2px;
  color: #7f77dd;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.homepage-live.impact-page .owho-impact-chart-card h3 {
  color: #3c3489;
  font-size: 22px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
}

body.homepage-live.impact-page .owho-impact-chart-card__metrics {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin-bottom: 1.5rem;
}

body.homepage-live.impact-page .owho-impact-chart-card__split {
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 1fr);
  gap: 20px;
}

body.homepage-live.impact-page .owho-impact-chart-card__metrics--stacked {
  gap: 12px;
}

body.homepage-live.impact-page .owho-impact-chart-metric {
  min-height: auto;
  border-radius: 14px;
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.72);
  border: 0.5px solid rgba(255, 255, 255, 0.9);
}

body.homepage-live.impact-page .owho-impact-chart-metric span {
  color: #7f77dd;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.homepage-live.impact-page .owho-impact-chart-metric strong {
  margin: 4px 0;
  color: #3c3489;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
}

body.homepage-live.impact-page .owho-impact-chart-metric em {
  color: #534ab7;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

body.homepage-live.impact-page .owho-impact-chart-bars {
  gap: 0;
  padding: 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.55);
  border: 0.5px solid rgba(255, 255, 255, 0.85);
}

body.homepage-live.impact-page .owho-impact-chart-row {
  padding: 5px 0;
  border-bottom: 0.5px solid rgba(83, 74, 183, 0.1);
}

body.homepage-live.impact-page .owho-impact-chart-row:last-child {
  border-bottom: 0;
}

body.homepage-live.impact-page .owho-impact-chart-row__label {
  margin-bottom: 8px;
  align-items: baseline;
}

body.homepage-live.impact-page .owho-impact-chart-row__label span {
  color: #72243e;
  font-size: 12px;
  font-weight: 700;
}

body.homepage-live.impact-page .owho-impact-chart-row__label strong {
  color: #3c3489;
  font-size: 13px;
  font-weight: 800;
}

body.homepage-live.impact-page .owho-impact-chart-track {
  height: 6px;
  border-radius: 3px;
  background: rgba(83, 74, 183, 0.12);
}

body.homepage-live.impact-page .owho-impact-chart-track span {
  min-width: 0;
  border-radius: 3px;
  background: #7f77dd;
}

body.homepage-live.impact-page .owho-impact-chart-card:nth-child(1) .owho-impact-chart-track span {
  background: #d4537e;
}

body.homepage-live.impact-page .owho-impact-chart-card:nth-child(2) .owho-impact-chart-track span {
  background: #f59e0b;
}

body.homepage-live.impact-page .owho-impact-chart-card:nth-child(3) .owho-impact-chart-track span {
  background: #7f77dd;
}

body.homepage-live.impact-page .owho-impact-chart-card__note {
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 0.5px solid rgba(83, 74, 183, 0.15);
  color: #7f77dd;
  font-size: 11px;
  font-weight: 700;
}

@media (max-width: 991px) {
  body.homepage-live.impact-page .owho-impact-chart-card__split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.homepage-live.impact-page .owho-impact-chart-card,
  body.homepage-live.impact-page .owho-impact-chart-card--wide {
    padding: 1.35rem;
  }
}

/* Impact chart typography normalization: inherit homepage type scale exactly. */
body.homepage-live.impact-page .owho-impact-chart-lab,
body.homepage-live.impact-page .owho-impact-chart-lab * {
  font-family: var(--owho-home-body-font, var(--careox-font, "Nunito", sans-serif));
}

body.homepage-live.impact-page .owho-impact-chart-lab :is(h2, h3, strong) {
  font-family: var(--owho-home-display-font, var(--careox-heading-font, "Nunito", sans-serif));
}

body.homepage-live.impact-page .owho-impact-chart-lab__header h2 {
  font-size: var(--owho-home-h2-size, clamp(34px, 3.4vw, 48px));
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.03em;
}

body.homepage-live.impact-page .owho-impact-chart-lab__header p {
  font-size: var(--owho-home-body-size, 16px);
  line-height: 1.76;
  font-weight: 600;
  letter-spacing: 0;
}

body.homepage-live.impact-page .owho-impact-chart-card__eyebrow {
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-small-size, 13px);
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0.14em;
}

body.homepage-live.impact-page .owho-impact-chart-card h3 {
  font-size: var(--owho-home-h3-size, clamp(24px, 2.2vw, 32px));
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: -0.025em;
}

body.homepage-live.impact-page .owho-impact-chart-metric span {
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-small-size, 13px);
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.12em;
}

body.homepage-live.impact-page .owho-impact-chart-metric strong {
  font-size: var(--owho-home-h3-size, clamp(24px, 2.2vw, 32px));
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.035em;
}

body.homepage-live.impact-page .owho-impact-chart-metric em,
body.homepage-live.impact-page .owho-impact-chart-row__label span,
body.homepage-live.impact-page .owho-impact-chart-row__label strong,
body.homepage-live.impact-page .owho-impact-chart-card__note {
  font-size: var(--owho-home-small-size, 13px);
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: 0;
}

body.homepage-live.impact-page .owho-impact-chart-row__label strong {
  font-weight: 900;
}

body.homepage-live.impact-page .owho-impact-chart-card__note {
  line-height: 1.58;
}

@media (max-width: 767px) {
  body.homepage-live.impact-page .owho-impact-chart-card h3 {
    font-size: clamp(23px, 7vw, 28px);
  }

  body.homepage-live.impact-page .owho-impact-chart-metric strong {
    font-size: clamp(25px, 8vw, 31px);
  }
}

/* Final Impact chart sizing parity with homepage headings/cards. */
body.homepage-live.impact-page .owho-impact-chart-card h3 {
  font-size: var(--owho-home-h3-size, clamp(20px, 1.8vw, 22px));
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.01em;
}

body.homepage-live.impact-page .owho-impact-chart-metric strong {
  font-size: var(--owho-home-h3-size, clamp(20px, 1.8vw, 22px));
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.01em;
}

body.homepage-live.impact-page .owho-impact-chart-card__eyebrow,
body.homepage-live.impact-page .owho-impact-chart-metric span,
body.homepage-live.impact-page .owho-impact-chart-row__label span,
body.homepage-live.impact-page .owho-impact-chart-row__label strong,
body.homepage-live.impact-page .owho-impact-chart-card__note {
  font-weight: 800;
}

body.homepage-live.impact-page .owho-impact-chart-metric em {
  font-size: var(--owho-home-small-size, clamp(12px, 0.18vw + 11.7px, 13px));
  line-height: 1.45;
  font-weight: 700;
}

@media (max-width: 767px) {
  body.homepage-live.impact-page .owho-impact-chart-card h3,
  body.homepage-live.impact-page .owho-impact-chart-metric strong {
    font-size: var(--owho-home-h3-size, clamp(20px, 1.8vw, 22px));
  }
}

/* Fix chart icons after typography normalization: keep FontAwesome font on icon glyphs. */
body.homepage-live.impact-page .owho-impact-chart-card__icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--chart-accent, var(--owho-pink, #f31371));
  color: var(--careox-white, #fff) !important;
  font-size: 18px;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.1);
}

body.homepage-live.impact-page .owho-impact-chart-card__icon i,
body.homepage-live.impact-page .owho-impact-chart-card__icon i::before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  font-style: normal !important;
  color: var(--careox-white, #fff) !important;
  display: inline-block !important;
  line-height: 1 !important;
}

body.homepage-live.impact-page .owho-impact-chart-card__top {
  align-items: center;
}

/* Exact homepage heading parity for Impact page sections. */
body.homepage-live.impact-page .owho-impact-overview h2,
body.homepage-live.impact-page .owho-impact-chart-lab__header h2,
body.homepage-live.impact-page .owho-impact-pillars h2,
body.homepage-live.impact-page .owho-impact-environment h2,
body.homepage-live.impact-page .owho-impact-cta h2 {
  font-family: var(--owho-home-display-font, var(--careox-heading-font, "Nunito", sans-serif));
  font-size: var(--owho-home-hero-size, clamp(36px, 4vw, 46px));
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.03em;
}

body.homepage-live.impact-page .owho-impact-chart-card h3,
body.homepage-live.impact-page .owho-impact-chart-metric strong,
body.homepage-live.impact-page .owho-impact-stat strong,
body.homepage-live.impact-page .owho-impact-pillar h3,
body.homepage-live.impact-page .owho-burden-slab .country-label {
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-h3-size, clamp(20px, 1.8vw, 22px));
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.01em;
}

body.homepage-live.impact-page .owho-impact-overview__head p,
body.homepage-live.impact-page .owho-impact-chart-lab__header p,
body.homepage-live.impact-page .owho-impact-stat p,
body.homepage-live.impact-page .owho-impact-pillar p,
body.homepage-live.impact-page .owho-impact-environment p,
body.homepage-live.impact-page .owho-impact-cta p,
body.homepage-live.impact-page .owho-section-intro,
body.homepage-live.impact-page .owho-impact-checklist li {
  font-family: var(--owho-home-body-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-body-size, clamp(16px, 0.28vw + 15.2px, 17px));
  line-height: 1.72;
  font-weight: 600;
}

body.homepage-live.impact-page .owho-impact-kicker,
body.homepage-live.impact-page .owho-impact-chart-card__eyebrow,
body.homepage-live.impact-page .owho-impact-chart-metric span,
body.homepage-live.impact-page .owho-impact-chart-metric em,
body.homepage-live.impact-page .owho-impact-chart-row__label span,
body.homepage-live.impact-page .owho-impact-chart-row__label strong,
body.homepage-live.impact-page .owho-impact-chart-card__note,
body.homepage-live.impact-page .owho-burden-slab :is(.country-sub, .badge, .stat-label, .stat-desc, .metric-key, .metric-val, .source-note, .bar-labels) {
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-small-size, clamp(12px, 0.18vw + 11.7px, 13px));
  line-height: 1.45;
}

/* Impact overview cards: remove colored left accent line. */
body.homepage-live.impact-page .owho-impact-stat::before {
  display: none;
}

body.homepage-live.impact-page .owho-impact-stat {
  padding-left: clamp(24px, 3vw, 32px);
}

/* Impact overview card UI polish: cleaner rhythm, homepage typography, no side stripes. */
body.homepage-live.impact-page .owho-impact-overview {
  background: #f8f6fc;
}

body.homepage-live.impact-page .owho-impact-stat-grid {
  max-width: 1220px;
  margin: 0 auto;
  gap: clamp(20px, 2.2vw, 28px);
}

body.homepage-live.impact-page .owho-impact-stat {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: clamp(24px, 2.4vw, 30px);
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.07);
  box-shadow: 0 18px 50px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

body.homepage-live.impact-page .owho-impact-stat:hover {
  transform: translateY(-6px);
  border-color: rgba(var(--owho-navy-rgb, 99, 69, 165), 0.13);
  box-shadow: 0 28px 72px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.11);
}

body.homepage-live.impact-page .owho-impact-stat::before {
  display: none !important;
}

body.homepage-live.impact-page .owho-impact-stat::after {
  content: "01";
  position: absolute;
  top: 26px;
  right: 26px;
  color: rgba(17, 24, 39, 0.08);
  font-family: var(--owho-home-display-font, var(--careox-heading-font, "Nunito", sans-serif));
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
}

body.homepage-live.impact-page .owho-impact-stat:nth-child(2)::after { content: "02"; }
body.homepage-live.impact-page .owho-impact-stat:nth-child(3)::after { content: "03"; }
body.homepage-live.impact-page .owho-impact-stat:nth-child(4)::after { content: "04"; }

body.homepage-live.impact-page .owho-impact-stat__icon {
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  border-radius: 20px;
  background: var(--impact-accent, var(--owho-pink, #f31371));
  color: var(--careox-white, #fff);
  font-size: 24px;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.1);
}

body.homepage-live.impact-page .owho-impact-stat__icon i,
body.homepage-live.impact-page .owho-impact-stat__icon i::before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  color: var(--careox-white, #fff) !important;
}

body.homepage-live.impact-page .owho-impact-stat strong {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #111827;
}

body.homepage-live.impact-page .owho-impact-stat p {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  max-width: 24ch;
  color: #111827;
}

body.homepage-live.impact-page .owho-impact-stat:nth-child(1) { background: #fbfffe; }
body.homepage-live.impact-page .owho-impact-stat:nth-child(2) { background: #fffafd; }
body.homepage-live.impact-page .owho-impact-stat:nth-child(3) { background: #fffdfa; }
body.homepage-live.impact-page .owho-impact-stat:nth-child(4) { background: #fcfbff; }

@media (max-width: 1199px) {
  body.homepage-live.impact-page .owho-impact-stat {
    min-height: 280px;
  }

  body.homepage-live.impact-page .owho-impact-stat p {
    max-width: none;
  }
}

@media (max-width: 767px) {
  body.homepage-live.impact-page .owho-impact-stat {
    min-height: 0;
    padding: 24px;
    border-radius: 26px;
  }

  body.homepage-live.impact-page .owho-impact-stat::after {
    top: 22px;
    right: 22px;
    font-size: 32px;
  }
}

/* Food Support page: match service boxes to polished Impact overview card UI. */
body.homepage-live.program-page .owho-program-services__grid {
  max-width: 1220px;
  margin: 0 auto;
  gap: clamp(20px, 2.2vw, 28px);
}

body.homepage-live.program-page .owho-program-service-card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: clamp(24px, 2.4vw, 30px);
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.07);
  box-shadow: 0 18px 50px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.07);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

body.homepage-live.program-page .owho-program-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(var(--owho-navy-rgb, 99, 69, 165), 0.13);
  box-shadow: 0 28px 72px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.11);
}

body.homepage-live.program-page .owho-program-service-card::before {
  display: none !important;
}

body.homepage-live.program-page .owho-program-service-card::after {
  content: "01";
  position: absolute;
  top: 26px;
  right: 26px;
  color: rgba(17, 24, 39, 0.08);
  font-family: var(--owho-home-display-font, var(--careox-heading-font, "Nunito", sans-serif));
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
}

body.homepage-live.program-page .owho-program-service-card:nth-child(2)::after { content: "02"; }
body.homepage-live.program-page .owho-program-service-card:nth-child(3)::after { content: "03"; }
body.homepage-live.program-page .owho-program-service-card:nth-child(4)::after { content: "04"; }

body.homepage-live.program-page .owho-program-service-card:nth-child(1) { background: #fffafd; }
body.homepage-live.program-page .owho-program-service-card:nth-child(2) { background: #fffdfa; }
body.homepage-live.program-page .owho-program-service-card:nth-child(3) { background: #fbfffe; }
body.homepage-live.program-page .owho-program-service-card:nth-child(4) { background: #fcfbff; }

body.homepage-live.program-page .owho-program-service-card__icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  border-radius: 20px;
  background: var(--program-accent, var(--owho-pink, #f31371));
  color: var(--careox-white, #fff);
  font-size: 24px;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.1);
}

body.homepage-live.program-page .owho-program-service-card__icon i,
body.homepage-live.program-page .owho-program-service-card__icon i::before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  color: var(--careox-white, #fff) !important;
}

body.homepage-live.program-page .owho-program-service-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #111827;
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-h3-size, clamp(20px, 1.8vw, 22px));
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.01em;
}

body.homepage-live.program-page .owho-program-service-card p {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  max-width: 24ch;
  color: #111827;
  font-family: var(--owho-home-body-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-body-size, clamp(16px, 0.28vw + 15.2px, 17px));
  line-height: 1.72;
  font-weight: 600;
}

@media (max-width: 1199px) {
  body.homepage-live.program-page .owho-program-service-card {
    min-height: 280px;
  }

  body.homepage-live.program-page .owho-program-service-card p {
    max-width: none;
  }
}

@media (max-width: 767px) {
  body.homepage-live.program-page .owho-program-service-card {
    min-height: 0;
    padding: 24px;
    border-radius: 26px;
  }

  body.homepage-live.program-page .owho-program-service-card::after {
    top: 22px;
    right: 22px;
    font-size: 32px;
  }
}

/* Contact page solid-color pass: remove visible gradient treatments while keeping homepage spacing and typography. */
body.homepage-live.contact-page .owho-contact-hero {
  background: #24184d;
}

body.homepage-live.contact-page .owho-contact-hero::before {
  background: rgba(8, 6, 20, 0.72) !important;
}

body.homepage-live.contact-page .owho-contact-hero .owho-page-hero__content {
  background: rgba(14, 12, 30, 0.84);
}

body.homepage-live.contact-page .owho-contact-main {
  background: #f8f6fc !important;
}

body.homepage-live.contact-page .owho-contact-main__aside,
body.homepage-live.contact-page .owho-contact-main__form-card,
body.homepage-live.contact-page .owho-contact-main__card {
  background: #ffffff !important;
}

body.homepage-live.contact-page .owho-contact-main__media::after,
body.homepage-live.contact-page .owho-contact-main__form-card::before {
  display: none !important;
}

body.homepage-live.contact-page .owho-contact-main__card-icon,
body.homepage-live.contact-page .owho-contact-form__submit,
body.homepage-live.contact-page .owho-contact-cta__panel {
  background: var(--contact-accent, var(--owho-pink, #f31371)) !important;
}

body.homepage-live.contact-page .owho-contact-form__submit,
body.homepage-live.contact-page .owho-contact-cta__panel {
  --contact-accent: var(--owho-pink, #f31371);
}

body.homepage-live.contact-page .owho-contact-form .form-one__control select {
  appearance: auto;
  background-image: none !important;
}

body.homepage-live.contact-page .owho-contact-cta {
  background: #f8f6fc !important;
}

/* Program page variants: reuse the Food Support layout for each program with solid brand accents. */
body.homepage-live.program-page--health {
  --program-page-accent: var(--owho-teal, #66c5b8);
}

body.homepage-live.program-page--environment {
  --program-page-accent: #f97316;
}

body.homepage-live.program-page--cyber {
  --program-page-accent: var(--owho-purple, #6c63a6);
}

body.homepage-live.program-page--health .owho-program-hero .page-header__bg {
  background-image: url("../images/newimg/hero_health_1777048065722.webp");
  background-position: center 42%;
}

body.homepage-live.program-page--environment .owho-program-hero .page-header__bg {
  background-image: url("../images/newimg/environment_impact_20260507.webp");
  background-position: center 52%;
}

body.homepage-live.program-page--cyber .owho-program-hero .page-header__bg {
  background-image: url("../images/newimg/cyber_awareness_1777048145990.webp");
  background-position: center 46%;
}

body.homepage-live.program-page--environment .owho-program-hero .page-header__title,
body.homepage-live.program-page--cyber .owho-program-hero .page-header__title {
  max-width: 13ch;
}

body.homepage-live.program-page--health .owho-program-button:not(.owho-program-button--light),
body.homepage-live.program-page--environment .owho-program-button:not(.owho-program-button--light),
body.homepage-live.program-page--cyber .owho-program-button:not(.owho-program-button--light),
body.homepage-live.program-page--health .owho-program-step > span,
body.homepage-live.program-page--environment .owho-program-step > span,
body.homepage-live.program-page--cyber .owho-program-step > span,
body.homepage-live.program-page--health .owho-program-donor__panel,
body.homepage-live.program-page--environment .owho-program-donor__panel,
body.homepage-live.program-page--cyber .owho-program-donor__panel {
  background: var(--program-page-accent) !important;
}

body.homepage-live.program-page--health .owho-program__eyebrow,
body.homepage-live.program-page--health .owho-program-overview__badge span,
body.homepage-live.program-page--environment .owho-program__eyebrow,
body.homepage-live.program-page--environment .owho-program-overview__badge span,
body.homepage-live.program-page--cyber .owho-program__eyebrow,
body.homepage-live.program-page--cyber .owho-program-overview__badge span {
  color: var(--program-page-accent);
}

body.homepage-live.program-page--health .owho-program-overview__pills span,
body.homepage-live.program-page--environment .owho-program-overview__pills span,
body.homepage-live.program-page--cyber .owho-program-overview__pills span {
  color: var(--program-page-accent);
}

@media (max-width: 767px) {
  body.homepage-live.program-page--environment .owho-program-hero .page-header__title,
  body.homepage-live.program-page--cyber .owho-program-hero .page-header__title {
    max-width: 100%;
    font-size: clamp(38px, 11vw, 46px);
    line-height: 1.06;
  }
}

/* Get Involved page: full donation / volunteer / partnership experience using homepage typography and solid brand colors. */
body.homepage-live.get-involved-page,
body.homepage-live.get-involved-page button,
body.homepage-live.get-involved-page input,
body.homepage-live.get-involved-page textarea,
body.homepage-live.get-involved-page select {
  font-family: var(--owho-home-body-font, var(--careox-font, "Nunito", sans-serif));
}

body.homepage-live.get-involved-page :is(h1, h2, h3, h4, h5, h6, .page-header__title) {
  font-family: var(--owho-home-display-font, var(--careox-heading-font, "Nunito", sans-serif));
  letter-spacing: -0.03em;
}

body.homepage-live.get-involved-page .owho-involve-hero {
  background: #24184d;
}

body.homepage-live.get-involved-page .owho-involve-hero .page-header__bg {
  background-image: url("../images/newimg/cta_before_footer_1719231660809.webp");
  background-position: center 48%;
  background-size: cover;
}

body.homepage-live.get-involved-page .owho-involve-hero::before {
  background: rgba(8, 6, 20, 0.72) !important;
}

body.homepage-live.get-involved-page .owho-involve-hero .owho-page-hero__content {
  background: rgba(14, 12, 30, 0.84);
}

body.homepage-live.get-involved-page .owho-involve-hero .owho-page-hero__text {
  max-width: 690px;
}

body.homepage-live.get-involved-page .owho-involve-hero__actions,
body.homepage-live.get-involved-page .owho-involve-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

body.homepage-live.get-involved-page .owho-involve-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: var(--owho-pink, #f31371);
  color: var(--careox-white, #fff);
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

body.homepage-live.get-involved-page .owho-involve-button:hover {
  transform: translateY(-2px);
  color: var(--careox-white, #fff);
  box-shadow: 0 24px 54px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.25);
}

body.homepage-live.get-involved-page .owho-involve-button--light {
  background: var(--careox-white, #fff);
  color: var(--owho-purple, #6c63a6);
  box-shadow: 0 16px 38px rgba(8, 6, 20, 0.14);
}

body.homepage-live.get-involved-page .owho-involve-button--light:hover {
  color: var(--owho-pink, #f31371);
}

body.homepage-live.get-involved-page .owho-involve-intro,
body.homepage-live.get-involved-page .owho-involve-paths,
body.homepage-live.get-involved-page .owho-involve-donate,
body.homepage-live.get-involved-page .owho-involve-volunteer,
body.homepage-live.get-involved-page .owho-involve-programs,
body.homepage-live.get-involved-page .owho-involve-process,
body.homepage-live.get-involved-page .owho-involve-partner,
body.homepage-live.get-involved-page .owho-involve-trust,
body.homepage-live.get-involved-page .owho-involve-faq,
body.homepage-live.get-involved-page .owho-involve-final {
  position: relative;
  padding: var(--owho-home-section-space, clamp(56px, 8vw, 100px)) 0;
  overflow: hidden;
}

body.homepage-live.get-involved-page .owho-involve-intro,
body.homepage-live.get-involved-page .owho-involve-donate,
body.homepage-live.get-involved-page .owho-involve-programs,
body.homepage-live.get-involved-page .owho-involve-trust {
  background: #f8f6fc;
}

body.homepage-live.get-involved-page .owho-involve-paths,
body.homepage-live.get-involved-page .owho-involve-volunteer,
body.homepage-live.get-involved-page .owho-involve-partner,
body.homepage-live.get-involved-page .owho-involve-faq {
  background: var(--careox-white, #fff);
}

body.homepage-live.get-involved-page .owho-involve-process {
  background: var(--owho-purple, #6c63a6);
}

body.homepage-live.get-involved-page .owho-involve-intro__grid,
body.homepage-live.get-involved-page .owho-involve-donate__grid,
body.homepage-live.get-involved-page .owho-involve-process__shell,
body.homepage-live.get-involved-page .owho-involve-partner__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

body.homepage-live.get-involved-page .owho-involve__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--owho-pink, #f31371);
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-small-size, 13px);
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.homepage-live.get-involved-page .owho-involve__eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

body.homepage-live.get-involved-page :is(.owho-involve-intro__content h2,
.owho-involve-section-heading h2,
.owho-involve-donate__content h2,
.owho-involve-process__intro h2,
.owho-involve-partner__content h2,
.owho-involve-final h2) {
  margin: 14px 0 0;
  color: #111827;
  font-size: var(--owho-home-h2-feature-size, clamp(32px, 3.1vw, 38px));
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

body.homepage-live.get-involved-page :is(.owho-involve-intro__content p,
.owho-involve-section-heading p,
.owho-involve-donate__content p,
.owho-involve-process__intro p,
.owho-involve-partner__content p,
.owho-involve-final p,
.owho-involve-path-card p,
.owho-involve-role p,
.owho-involve-trust article p,
.owho-involve-faq article p,
.owho-involve-process__steps p) {
  margin: 18px 0 0;
  color: #111827;
  font-size: var(--owho-home-body-size, 16px);
  line-height: 1.72;
  font-weight: 600;
  text-wrap: pretty;
}

body.homepage-live.get-involved-page .owho-involve-intro__content p,
body.homepage-live.get-involved-page .owho-involve-partner__content p {
  text-align: justify;
  text-justify: inter-word;
}

body.homepage-live.get-involved-page .owho-involve-section-heading {
  max-width: 850px;
  margin-bottom: clamp(34px, 4.5vw, 52px);
}

body.homepage-live.get-involved-page .owho-involve-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

body.homepage-live.get-involved-page .owho-involve-section-heading--center .owho-involve__eyebrow {
  justify-content: center;
}

body.homepage-live.get-involved-page .owho-involve-intro__media,
body.homepage-live.get-involved-page .owho-involve-partner__media {
  position: relative;
  min-height: 520px;
  border-radius: 38px;
  overflow: hidden;
  background: #111827;
  box-shadow: 0 32px 90px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.15);
}

body.homepage-live.get-involved-page .owho-involve-intro__media img,
body.homepage-live.get-involved-page .owho-involve-partner__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

body.homepage-live.get-involved-page .owho-involve-intro__badge {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  padding: 20px 22px;
  border-radius: 24px;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.94);
  box-shadow: 0 24px 54px rgba(8, 6, 20, 0.18);
}

body.homepage-live.get-involved-page .owho-involve-intro__badge strong,
body.homepage-live.get-involved-page .owho-involve-intro__badge span {
  display: block;
  color: #111827;
}

body.homepage-live.get-involved-page .owho-involve-intro__badge strong {
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.1;
  font-weight: 900;
}

body.homepage-live.get-involved-page .owho-involve-intro__badge span {
  margin-top: 6px;
  font-weight: 700;
}

body.homepage-live.get-involved-page .owho-involve-paths__grid,
body.homepage-live.get-involved-page .owho-involve-roles__grid,
body.homepage-live.get-involved-page .owho-involve-trust__grid,
body.homepage-live.get-involved-page .owho-involve-faq__grid {
  display: grid;
  gap: var(--owho-home-grid-gap, 24px);
}

body.homepage-live.get-involved-page .owho-involve-paths__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.homepage-live.get-involved-page .owho-involve-roles__grid,
body.homepage-live.get-involved-page .owho-involve-faq__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.homepage-live.get-involved-page .owho-involve-trust__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.homepage-live.get-involved-page .owho-involve-faq__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
}

body.homepage-live.get-involved-page :is(.owho-involve-path-card,
.owho-involve-role,
.owho-involve-trust article,
.owho-involve-faq article,
.owho-involve-donate__form,
.owho-involve-process__steps > div) {
  position: relative;
  padding: clamp(24px, 2.5vw, 32px);
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  box-shadow: 0 20px 58px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
}

body.homepage-live.get-involved-page .owho-involve-trust {
  isolation: isolate;
  background:
    radial-gradient(circle at 8% 18%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.42) 0%, transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.34) 0%, transparent 28%),
    linear-gradient(135deg, #160f2f 0%, #32215d 52%, #0f172a 100%) !important;
}

body.homepage-live.get-involved-page .owho-involve-trust::before,
body.homepage-live.get-involved-page .owho-involve-faq::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.homepage-live.get-involved-page .owho-involve-trust::before {
  z-index: -1;
  opacity: 0.18;
  background-image:
    linear-gradient(115deg, transparent 0 45%, rgba(255, 255, 255, 0.28) 45% 46%, transparent 46% 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 86px);
}

body.homepage-live.get-involved-page .owho-involve-trust .container,
body.homepage-live.get-involved-page .owho-involve-faq .container {
  position: relative;
  z-index: 1;
}

body.homepage-live.get-involved-page .owho-involve-trust .owho-involve__eyebrow {
  color: #ffffff;
}

body.homepage-live.get-involved-page .owho-involve-trust .owho-involve-section-heading h2 {
  max-width: 780px;
  margin-inline: auto;
  color: #ffffff;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.03;
}

body.homepage-live.get-involved-page .owho-involve-trust article {
  min-height: 245px;
  padding: clamp(28px, 3.2vw, 42px);
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 30px 80px rgba(6, 9, 24, 0.28);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

body.homepage-live.get-involved-page .owho-involve-trust article::before {
  content: "0" counter(trust-card);
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  border-radius: 18px;
  background: #ffffff;
  color: var(--owho-pink, #f31371);
  font-weight: 1000;
  letter-spacing: -0.06em;
  box-shadow: 0 18px 44px rgba(6, 9, 24, 0.2);
}

body.homepage-live.get-involved-page .owho-involve-trust__grid {
  counter-reset: trust-card;
}

body.homepage-live.get-involved-page .owho-involve-trust article {
  counter-increment: trust-card;
}

body.homepage-live.get-involved-page .owho-involve-trust article::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -54px;
  width: 150px;
  height: 150px;
  border-radius: 45px;
  background: rgba(255, 255, 255, 0.13);
  transform: rotate(18deg);
}

body.homepage-live.get-involved-page .owho-involve-trust article:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.36);
  box-shadow: 0 36px 96px rgba(6, 9, 24, 0.34);
}

body.homepage-live.get-involved-page .owho-involve-trust article strong {
  position: relative;
  z-index: 1;
  display: block;
  color: #ffffff;
  font-size: clamp(25px, 2.35vw, 34px);
  line-height: 1.05;
}

body.homepage-live.get-involved-page .owho-involve-trust article p {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.65;
}

body.homepage-live.get-involved-page .owho-involve-faq {
  isolation: isolate;
  background:
    radial-gradient(circle at 8% 0%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.18) 0%, transparent 28%),
    linear-gradient(180deg, #fff7fb 0%, #ffffff 64%) !important;
}

body.homepage-live.get-involved-page .owho-involve-faq::before {
  z-index: -1;
  opacity: 0.6;
  background:
    linear-gradient(135deg, transparent 0 63%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.08) 63% 100%);
}

body.homepage-live.get-involved-page .owho-involve-faq .owho-involve-section-heading {
  max-width: 720px;
}

body.homepage-live.get-involved-page .owho-involve-faq .owho-involve-section-heading h2 {
  font-size: clamp(34px, 3.8vw, 52px);
  line-height: 1.04;
}

body.homepage-live.get-involved-page .owho-involve-faq article {
  min-height: 210px;
  padding: clamp(28px, 3vw, 40px) clamp(24px, 3vw, 36px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.1), transparent 32%),
    #ffffff;
  border: 1px solid rgba(var(--owho-pink-rgb, 243, 19, 113), 0.12);
  box-shadow: 0 24px 70px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.homepage-live.get-involved-page .owho-involve-faq article::before {
  content: "?";
  position: absolute;
  top: 24px;
  right: 24px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: var(--owho-purple, #6c63a6);
  color: #ffffff;
  font-size: 22px;
  font-weight: 1000;
  box-shadow: 0 18px 38px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.18);
}

body.homepage-live.get-involved-page .owho-involve-faq article:nth-child(2n)::before {
  background: var(--owho-pink, #f31371);
}

body.homepage-live.get-involved-page .owho-involve-faq article h3 {
  max-width: calc(100% - 62px);
  color: #111827;
  font-size: clamp(22px, 2vw, 29px);
  line-height: 1.12;
}

body.homepage-live.get-involved-page .owho-involve-faq article p {
  max-width: 92%;
  color: #3f3a54;
}

body.homepage-live.get-involved-page .owho-involve-faq article:hover {
  transform: translateY(-6px);
  border-color: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.24);
  box-shadow: 0 34px 86px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.15);
}

body.homepage-live.get-involved-page .owho-involve-path-card__icon,
body.homepage-live.get-involved-page .owho-involve-role i,
body.homepage-live.get-involved-page .owho-involve-program-item i {
  display: inline-grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 22px;
  border-radius: 20px;
  background: var(--path-accent, var(--owho-pink, #f31371));
  color: #fff;
  font-size: 24px;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.1);
}

body.homepage-live.get-involved-page .owho-involve-role i {
  --path-accent: var(--owho-teal, #66c5b8);
}

body.homepage-live.get-involved-page .owho-involve-role:nth-child(2n) i { --path-accent: var(--owho-pink, #f31371); }
body.homepage-live.get-involved-page .owho-involve-role:nth-child(3n) i { --path-accent: #f97316; }
body.homepage-live.get-involved-page .owho-involve-role:nth-child(4n) i { --path-accent: var(--owho-purple, #6c63a6); }

body.homepage-live.get-involved-page .owho-volunteer-application {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
  margin-top: clamp(34px, 5vw, 60px);
  padding: clamp(24px, 3.5vw, 42px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 20%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.12) 0%, transparent 28%),
    linear-gradient(135deg, #f8f6fc 0%, #ffffff 100%);
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  box-shadow: 0 24px 70px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.1);
}

body.homepage-live.get-involved-page .owho-volunteer-application__intro h3 {
  margin: 14px 0 0;
  color: #111827;
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.035em;
}

body.homepage-live.get-involved-page .owho-volunteer-application__intro p {
  margin: 16px 0 0;
  color: #111827;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
}

body.homepage-live.get-involved-page .owho-volunteer-application__intro a {
  color: var(--owho-pink, #f31371);
  font-weight: 900;
  text-decoration: none;
}

body.homepage-live.get-involved-page .owho-volunteer-application__notes {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

body.homepage-live.get-involved-page .owho-volunteer-application__notes li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #111827;
  font-weight: 800;
  line-height: 1.5;
}

body.homepage-live.get-involved-page .owho-volunteer-application__notes i {
  margin-top: 4px;
  color: var(--owho-teal, #66c5b8);
}

body.homepage-live.get-involved-page .owho-volunteer-form {
  padding: clamp(22px, 3vw, 34px);
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  box-shadow: 0 20px 54px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
}

body.homepage-live.get-involved-page .owho-volunteer-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.homepage-live.get-involved-page .owho-volunteer-field {
  display: grid;
  gap: 8px;
  margin: 0;
}

body.homepage-live.get-involved-page .owho-volunteer-field--full,
body.homepage-live.get-involved-page .owho-volunteer-consent {
  margin-top: 16px;
}

body.homepage-live.get-involved-page .owho-volunteer-field span,
body.homepage-live.get-involved-page .owho-volunteer-consent span {
  color: #111827;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 900;
}

body.homepage-live.get-involved-page .owho-volunteer-field input,
body.homepage-live.get-involved-page .owho-volunteer-field select,
body.homepage-live.get-involved-page .owho-volunteer-field textarea {
  width: 100%;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.12);
  border-radius: 18px;
  background: #f8f6fc;
  color: #111827;
  font-weight: 700;
  outline: 0;
}

body.homepage-live.get-involved-page .owho-volunteer-field input,
body.homepage-live.get-involved-page .owho-volunteer-field select {
  min-height: 54px;
  padding: 0 16px;
}

body.homepage-live.get-involved-page .owho-volunteer-field textarea {
  min-height: 130px;
  padding: 16px;
  resize: vertical;
}

body.homepage-live.get-involved-page .owho-volunteer-field input:focus,
body.homepage-live.get-involved-page .owho-volunteer-field select:focus,
body.homepage-live.get-involved-page .owho-volunteer-field textarea:focus {
  border-color: var(--owho-pink, #f31371);
  box-shadow: 0 0 0 4px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.1);
}

body.homepage-live.get-involved-page .owho-volunteer-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

body.homepage-live.get-involved-page .owho-volunteer-consent input {
  margin-top: 4px;
  accent-color: var(--owho-pink, #f31371);
}

body.homepage-live.get-involved-page .owho-volunteer-form__button {
  margin-top: 20px;
}

body.homepage-live.get-involved-page :is(.owho-involve-path-card h3,
.owho-involve-role h3,
.owho-involve-process__steps h3,
.owho-involve-trust article strong,
.owho-involve-faq article h3) {
  margin: 0;
  color: #111827;
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-h3-size, 22px);
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.homepage-live.get-involved-page .owho-involve-trust article {
  background:
    linear-gradient(145deg, rgba(12, 10, 30, 0.74), rgba(20, 22, 49, 0.52)),
    rgba(8, 6, 20, 0.58);
  border-color: rgba(255, 255, 255, 0.16);
}

body.homepage-live.get-involved-page .owho-involve-trust article::after {
  background: rgba(8, 6, 20, 0.24);
}

body.homepage-live.get-involved-page .owho-involve-trust article strong,
body.homepage-live.get-involved-page .owho-involve-trust article p {
  color: #ffffff;
}

body.homepage-live.get-involved-page .owho-involve-path-card a {
  display: inline-flex;
  margin-top: 20px;
  color: var(--path-accent, var(--owho-pink, #f31371));
  font-weight: 900;
  text-decoration: none;
}

body.homepage-live.get-involved-page .owho-involve-donate__notes,
body.homepage-live.get-involved-page .owho-involve-check-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

body.homepage-live.get-involved-page .owho-involve-donate__notes span,
body.homepage-live.get-involved-page .owho-involve-check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #111827;
  font-weight: 800;
}

body.homepage-live.get-involved-page .owho-involve-donate__notes i,
body.homepage-live.get-involved-page .owho-involve-check-list i {
  color: var(--owho-teal, #66c5b8);
}

body.homepage-live.get-involved-page .owho-involve-donate__programs,
body.homepage-live.get-involved-page .owho-involve-donate__amounts {
  display: grid;
  gap: 12px;
}

body.homepage-live.get-involved-page .owho-involve-donate__programs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.homepage-live.get-involved-page .owho-involve-donate__amounts {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
}

body.homepage-live.get-involved-page .owho-involve-donate__programs label,
body.homepage-live.get-involved-page .owho-involve-donate__amounts label {
  cursor: pointer;
  margin: 0;
}

body.homepage-live.get-involved-page .owho-involve-donate__programs input,
body.homepage-live.get-involved-page .owho-involve-donate__amounts input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

body.homepage-live.get-involved-page .owho-involve-donate__programs span,
body.homepage-live.get-involved-page .owho-involve-donate__amounts span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  gap: 9px;
  padding: 12px 14px;
  border-radius: 18px;
  background: #f8f6fc;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.09);
  color: #111827;
  font-weight: 900;
  text-align: center;
}

body.homepage-live.get-involved-page .owho-involve-donate__programs input:checked + span,
body.homepage-live.get-involved-page .owho-involve-donate__amounts input:checked + span {
  background: var(--path-accent, var(--owho-pink, #f31371));
  color: #fff;
  border-color: transparent;
}

body.homepage-live.get-involved-page .owho-involve-donate__amounts input:checked + span {
  background: var(--owho-pink, #f31371);
}

body.homepage-live.get-involved-page .owho-involve-donate__custom {
  display: grid;
  gap: 8px;
  margin: 18px 0;
  color: #111827;
  font-weight: 900;
}

body.homepage-live.get-involved-page .owho-involve-donate__custom input {
  width: 100%;
  min-height: 60px;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.12);
  border-radius: 18px;
  background: #f8f6fc;
  color: #111827;
  font-size: 16px;
  font-weight: 800;
  padding: 0 18px;
  outline: none;
}

body.homepage-live.get-involved-page .owho-involve-donate__fineprint {
  margin: 16px 0 0;
  color: rgba(17, 24, 39, 0.68);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}

body.homepage-live.get-involved-page .owho-involve-program-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.homepage-live.get-involved-page .owho-involve-program-item {
  display: block;
  min-height: 100%;
  padding: 24px;
  border-radius: 28px;
  background: #fff;
  color: #111827;
  text-decoration: none;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  box-shadow: 0 18px 50px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.07);
}

body.homepage-live.get-involved-page .owho-involve-program-item span,
body.homepage-live.get-involved-page .owho-involve-program-item small {
  display: block;
}

body.homepage-live.get-involved-page .owho-involve-program-item span {
  font-size: 20px;
  font-weight: 900;
}

body.homepage-live.get-involved-page .owho-involve-program-item small {
  margin-top: 8px;
  color: #111827;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
}

body.homepage-live.get-involved-page .owho-involve-process__intro {
  padding: clamp(28px, 4vw, 46px);
  border-radius: 34px;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.14);
  border: 1px solid rgba(var(--careox-white-rgb, 255, 255, 255), 0.2);
}

body.homepage-live.get-involved-page .owho-involve-process .owho-involve__eyebrow,
body.homepage-live.get-involved-page .owho-involve-process__intro h2,
body.homepage-live.get-involved-page .owho-involve-process__intro p {
  color: #fff;
}

body.homepage-live.get-involved-page .owho-involve-process__intro p {
  color: #ffffff !important;
}

body.homepage-live.get-involved-page .owho-involve-process .owho-involve__eyebrow {
  color: #ffe16b;
}

body.homepage-live.get-involved-page .owho-involve-process__steps {
  display: grid;
  gap: 18px;
}

body.homepage-live.get-involved-page .owho-involve-process__steps > div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  column-gap: 18px;
  align-items: start;
}

body.homepage-live.get-involved-page .owho-involve-process__steps span {
  grid-row: span 2;
  display: inline-grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 20px;
  background: var(--owho-pink, #f31371);
  color: #fff;
  font-weight: 1000;
}

body.homepage-live.get-involved-page .owho-involve-process__steps p {
  margin-top: 8px;
}

body.homepage-live.get-involved-page .owho-involve-check-list {
  padding: 0;
  list-style: none;
}

body.homepage-live.get-involved-page .owho-involve-final {
  padding-top: var(--owho-home-section-space-compact, 72px);
  background: #fff;
}

body.homepage-live.get-involved-page .owho-involve-final__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  padding: clamp(32px, 5vw, 62px);
  border-radius: 38px;
  background: var(--owho-pink, #f31371);
  color: #fff;
  box-shadow: 0 30px 90px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.18);
}

body.homepage-live.get-involved-page .owho-involve-final .owho-involve__eyebrow,
body.homepage-live.get-involved-page .owho-involve-final h2,
body.homepage-live.get-involved-page .owho-involve-final p {
  color: #fff;
}

body.homepage-live.get-involved-page .owho-involve-final .owho-involve__eyebrow {
  color: #ffe16b;
}

body.homepage-live.get-involved-page .owho-involve-final__actions {
  justify-content: flex-end;
}

@media (max-width: 1199px) {
  body.homepage-live.get-involved-page .owho-involve-paths__grid,
  body.homepage-live.get-involved-page .owho-involve-program-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.homepage-live.get-involved-page .owho-involve-intro__grid,
  body.homepage-live.get-involved-page .owho-involve-donate__grid,
  body.homepage-live.get-involved-page .owho-volunteer-application,
  body.homepage-live.get-involved-page .owho-involve-process__shell,
  body.homepage-live.get-involved-page .owho-involve-partner__grid,
  body.homepage-live.get-involved-page .owho-involve-final__panel {
    grid-template-columns: 1fr;
  }

  body.homepage-live.get-involved-page .owho-involve-final__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 991px) {
  body.homepage-live.get-involved-page .owho-involve-roles__grid,
  body.homepage-live.get-involved-page .owho-involve-trust__grid,
  body.homepage-live.get-involved-page .owho-involve-faq__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.homepage-live.get-involved-page .owho-involve-intro,
  body.homepage-live.get-involved-page .owho-involve-paths,
  body.homepage-live.get-involved-page .owho-involve-donate,
  body.homepage-live.get-involved-page .owho-involve-volunteer,
  body.homepage-live.get-involved-page .owho-involve-programs,
  body.homepage-live.get-involved-page .owho-involve-process,
  body.homepage-live.get-involved-page .owho-involve-partner,
  body.homepage-live.get-involved-page .owho-involve-trust,
  body.homepage-live.get-involved-page .owho-involve-faq,
  body.homepage-live.get-involved-page .owho-involve-final {
    padding: clamp(54px, 14vw, 72px) 0;
  }

  body.homepage-live.get-involved-page .owho-involve-hero__actions,
  body.homepage-live.get-involved-page .owho-involve-final__actions {
    flex-direction: column;
  }

  body.homepage-live.get-involved-page .owho-involve-button,
  body.homepage-live.get-involved-page .owho-involve-hero__actions .codebitel-btn,
  body.homepage-live.get-involved-page .owho-involve-final__actions .codebitel-btn {
    width: 100%;
  }

  body.homepage-live.get-involved-page .owho-involve-intro__media,
  body.homepage-live.get-involved-page .owho-involve-intro__media img,
  body.homepage-live.get-involved-page .owho-involve-partner__media,
  body.homepage-live.get-involved-page .owho-involve-partner__media img {
    min-height: 360px;
    border-radius: 26px;
  }

  body.homepage-live.get-involved-page .owho-involve-paths__grid,
  body.homepage-live.get-involved-page .owho-involve-program-strip,
  body.homepage-live.get-involved-page .owho-involve-donate__programs,
  body.homepage-live.get-involved-page .owho-involve-donate__amounts,
  body.homepage-live.get-involved-page .owho-volunteer-form__grid {
    grid-template-columns: 1fr;
  }

  body.homepage-live.get-involved-page :is(.owho-involve-path-card,
  .owho-involve-role,
  .owho-involve-trust article,
  .owho-involve-faq article,
  .owho-involve-donate__form,
  .owho-involve-process__steps > div,
  .owho-involve-final__panel) {
    border-radius: 26px;
  }

  body.homepage-live.get-involved-page .owho-involve-process__steps > div {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.homepage-live.get-involved-page .owho-involve-process__steps span {
    grid-row: auto;
  }
}

/* Get Involved donation lab: unique layout while preserving homepage donation controls. */
body.homepage-live.get-involved-page .owho-involve-giving-lab {
  padding: var(--owho-home-section-space, clamp(56px, 8vw, 100px)) 0;
  background: #f8f6fc;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .donate-info__shape {
  display: none;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__header {
  max-width: 820px;
  margin: 0 auto clamp(34px, 4.5vw, 54px);
  text-align: center;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__header .owho-involve__eyebrow {
  justify-content: center;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__header h2 {
  margin: 14px 0 0;
  color: #111827;
  font-size: var(--owho-home-h2-feature-size, clamp(32px, 3.1vw, 38px));
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.035em;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__header p {
  margin: 16px auto 0;
  max-width: 68ch;
  color: #111827;
  font-size: var(--owho-home-body-size, 16px);
  line-height: 1.72;
  font-weight: 600;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__layout {
  display: grid;
  grid-template-columns: minmax(290px, 0.38fr) minmax(0, 1fr);
  gap: clamp(22px, 3vw, 36px);
  align-items: stretch;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__rail {
  position: sticky;
  top: 110px;
  align-self: start;
  padding: clamp(26px, 3vw, 36px);
  border-radius: 34px;
  background: var(--owho-purple, #6c63a6);
  color: #fff;
  box-shadow: 0 28px 78px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.18);
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__rail-top span {
  display: inline-flex;
  color: #ffe16b;
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-small-size, 13px);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__rail-top strong {
  display: block;
  margin-top: 13px;
  color: #fff;
  font-size: clamp(28px, 2.4vw, 36px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.04em;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__rail-top p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__impact-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__impact-list div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__impact-list i {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #fff;
  color: var(--owho-pink, #f31371);
  font-size: 19px;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__impact-list span {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 800;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__donation,
body.homepage-live.get-involved-page .owho-involve-giving-lab__donation .owho-donation-panel {
  max-width: none;
  width: 100%;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__donation .owho-donation-panel {
  border-radius: 34px;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-card {
  min-height: 100%;
}

@media (max-width: 1199px) {
  body.homepage-live.get-involved-page .owho-involve-giving-lab__layout {
    grid-template-columns: 1fr;
  }

  body.homepage-live.get-involved-page .owho-involve-giving-lab__rail {
    position: relative;
    top: auto;
  }
}

@media (max-width: 767px) {
  body.homepage-live.get-involved-page .owho-involve-giving-lab {
    padding: clamp(54px, 14vw, 72px) 0;
  }

  body.homepage-live.get-involved-page .owho-involve-giving-lab__rail,
  body.homepage-live.get-involved-page .owho-involve-giving-lab__donation .owho-donation-panel {
    border-radius: 26px;
  }

  body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-grid {
    grid-template-columns: 1fr;
  }
}

/* Get Involved donate redesign pass: cleaner, wider, premium impact builder. */
body.homepage-live.get-involved-page .owho-involve-giving-lab {
  background: #ffffff;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__header {
  max-width: 980px;
  text-align: left;
  margin-inline: 0;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__header .owho-involve__eyebrow {
  justify-content: flex-start;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__header h2 {
  max-width: 15ch;
  font-size: clamp(38px, 4.2vw, 60px);
  line-height: 0.98;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__header p {
  max-width: 760px;
  margin-left: 0;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__steps span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f8f6fc;
  color: #111827;
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: 13px;
  font-weight: 900;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__steps b {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--owho-pink, #f31371);
  color: #fff;
  font-size: 11px;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__layout {
  grid-template-columns: minmax(270px, 360px) minmax(0, 1fr);
  gap: 0;
  padding: clamp(12px, 1.6vw, 18px);
  border-radius: 44px;
  background: #f8f6fc;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  box-shadow: 0 36px 100px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.12);
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__rail {
  position: relative;
  top: auto;
  height: 100%;
  border-radius: 32px;
  background: var(--owho-purple, #6c63a6);
  box-shadow: none;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__rail::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__donation {
  padding: clamp(10px, 1.6vw, 18px);
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__donation.owho-donation-shell {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__donation .owho-donation-panel {
  padding: clamp(26px, 3vw, 44px);
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.06);
  box-shadow: 0 22px 70px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__donation .owho-donation-panel::before {
  display: none;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__donation .sec-title,
body.homepage-live.get-involved-page .owho-involve-giving-lab__donation .owho-support-badges,
body.homepage-live.get-involved-page .owho-involve-giving-lab__donation .owho-support__intro {
  text-align: left;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__donation .sec-title {
  padding-bottom: 14px;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__donation .sec-title__tagline {
  justify-content: flex-start;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__donation .sec-title__title {
  max-width: 760px;
  margin-left: 0;
  font-size: clamp(30px, 3vw, 44px);
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-picker__header {
  align-items: center;
  padding: 14px 16px;
  border-radius: 22px;
  background: #f8f6fc;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-card {
  display: grid;
  grid-template-columns: minmax(116px, 34%) minmax(0, 1fr);
  gap: 14px;
  padding: 12px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.055);
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-card:hover,
body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-card.is-active {
  transform: translateY(-2px);
  background: #ffffff;
  border-color: color-mix(in srgb, var(--campaign-accent, var(--owho-pink, #f31371)) 58%, white);
  box-shadow: 0 18px 46px color-mix(in srgb, var(--campaign-accent, var(--owho-pink, #f31371)) 18%, rgba(31, 34, 83, 0.04));
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-card.is-active::after {
  content: "Selected";
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--campaign-accent, var(--owho-pink, #f31371));
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-card__media {
  min-height: 0;
  height: 100%;
  min-height: 168px;
  border-radius: 18px;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-card__media::after {
  background: rgba(17, 24, 39, 0.1);
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-card__content {
  padding: 6px 4px 6px 0;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-card__title {
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.16;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-card__text {
  font-size: 13px;
  line-height: 1.55;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .donate-info__form {
  margin-top: 10px;
  padding: 18px;
  border-radius: 26px;
  background: #f8f6fc;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.07);
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-donation-selection {
  margin-bottom: 16px;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .donate-info__form__top {
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .donate-info__form__buttons__item {
  background: #fff;
}

@media (max-width: 1199px) {
  body.homepage-live.get-involved-page .owho-involve-giving-lab__layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.homepage-live.get-involved-page .owho-involve-giving-lab__rail {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
    gap: 20px;
    align-items: start;
  }

  body.homepage-live.get-involved-page .owho-involve-giving-lab__impact-list {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-grid,
  body.homepage-live.get-involved-page .owho-involve-giving-lab .donate-info__form__top {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.homepage-live.get-involved-page .owho-involve-giving-lab__header {
    text-align: left;
  }

  body.homepage-live.get-involved-page .owho-involve-giving-lab__header h2 {
    font-size: clamp(34px, 11vw, 44px);
  }

  body.homepage-live.get-involved-page .owho-involve-giving-lab__layout {
    padding: 10px;
    border-radius: 30px;
  }

  body.homepage-live.get-involved-page .owho-involve-giving-lab__rail {
    display: block;
    padding: 24px;
    border-radius: 24px;
  }

  body.homepage-live.get-involved-page .owho-involve-giving-lab__impact-list {
    margin-top: 22px;
  }

  body.homepage-live.get-involved-page .owho-involve-giving-lab__donation {
    padding: 0;
  }

  body.homepage-live.get-involved-page .owho-involve-giving-lab__donation .owho-donation-panel {
    padding: 22px;
    border-radius: 24px;
  }

  body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-card {
    grid-template-columns: 1fr;
  }

  body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-card__media {
    min-height: 180px;
  }

  body.homepage-live.get-involved-page .owho-involve-giving-lab .donate-info__form {
    padding: 14px;
    border-radius: 22px;
  }
}

/* Compact mobile donation cards so the Giving Lab does not feel stretched. */
@media (max-width: 767px) {
  body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-card {
    grid-template-columns: 108px minmax(0, 1fr);
    align-items: stretch;
    gap: 12px;
    padding: 10px;
  }

  body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-card__media {
    min-height: 132px;
    height: 132px;
  }

  body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-card__tag {
    margin-bottom: 6px;
    padding: 5px 8px;
    font-size: 9px;
  }

  body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-card__title {
    font-size: 16px;
    margin-bottom: 6px;
  }

  body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-card__text {
    font-size: 12px;
    line-height: 1.42;
    margin-bottom: 8px;
  }

  body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-card__footer {
    font-size: 9px;
  }

  body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-card.is-active::after {
    top: 8px;
    right: 8px;
    padding: 5px 7px;
    font-size: 8px;
  }
}

@media (max-width: 360px) {
  body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-card {
    grid-template-columns: 1fr;
  }
}

/* Get Involved donate layout tweak: practical-care intro gets its own row, donation form becomes full width. */
body.homepage-live.get-involved-page .owho-involve-giving-lab__layout {
  grid-template-columns: 1fr !important;
  gap: 16px;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__rail {
  position: relative;
  top: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 34px);
  align-items: center;
  width: 100%;
  border-radius: 32px;
  padding: clamp(24px, 3vw, 36px);
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__rail-top strong {
  max-width: 11ch;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__impact-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__impact-list div {
  grid-template-columns: 44px minmax(0, 1fr);
  min-height: 108px;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__impact-list i {
  width: 44px;
  height: 44px;
  border-radius: 15px;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__donation {
  width: 100%;
  padding: 0;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__donation .owho-donation-panel {
  width: 100%;
}

@media (max-width: 1199px) {
  body.homepage-live.get-involved-page .owho-involve-giving-lab__rail {
    grid-template-columns: 1fr;
  }

  body.homepage-live.get-involved-page .owho-involve-giving-lab__impact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.homepage-live.get-involved-page .owho-involve-giving-lab__rail {
    display: block;
    border-radius: 24px;
  }

  body.homepage-live.get-involved-page .owho-involve-giving-lab__rail-top strong {
    max-width: none;
  }

  body.homepage-live.get-involved-page .owho-involve-giving-lab__impact-list {
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  body.homepage-live.get-involved-page .owho-involve-giving-lab__impact-list div {
    min-height: 0;
  }
}

/* Get Involved donate refinement: keep the practical-care copy as its own line, then show gift examples in a roomy row. */
body.homepage-live.get-involved-page .owho-involve-giving-lab__rail {
  grid-template-columns: 1fr !important;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__rail-top strong {
  max-width: none;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__rail-top p {
  max-width: 760px;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__impact-list {
  margin-top: 4px;
  width: 100%;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__impact-list div {
  min-height: 96px;
}

/* Healthcare reality infographic section on Impact page. */
body.homepage-live:is(.program-page--health, .impact-page) .owho-health-cost-section {
  padding: var(--owho-home-section-space-compact, 72px) 0;
  background: #ffffff;
}

body.homepage-live:is(.program-page--health, .impact-page) .owho-health-cost-section__header {
  max-width: 860px;
  margin: 0 auto clamp(28px, 4vw, 44px);
  text-align: center;
}

body.homepage-live:is(.program-page--health, .impact-page) .owho-health-cost-section__header h2 {
  margin: 8px 0 16px;
  color: #111827;
  font-family: var(--owho-home-display-font, var(--careox-heading-font, "Nunito", sans-serif));
  font-size: var(--owho-home-h2-size, clamp(34px, 4vw, 54px));
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.04em;
}

body.homepage-live:is(.program-page--health, .impact-page) .owho-health-cost-section__header p {
  margin: 0 auto;
  max-width: 760px;
  color: #111827;
  font-family: var(--owho-home-body-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-body-size, clamp(16px, 0.28vw + 15.2px, 17px));
  line-height: 1.75;
  font-weight: 600;
}

body.homepage-live:is(.program-page--health, .impact-page) .owho-health-cost-section__figure {
  margin: 0;
  padding: clamp(12px, 1.8vw, 22px);
  border-radius: clamp(26px, 3vw, 40px);
  background: #f8f6fc;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  box-shadow: 0 28px 80px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.11);
  overflow: hidden;
}

body.homepage-live:is(.program-page--health, .impact-page) .owho-health-cost-section__figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: clamp(18px, 2.4vw, 30px);
  background: #ffffff;
}

body.homepage-live:is(.program-page--health, .impact-page) .owho-health-cost-section__notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  margin-top: clamp(20px, 3vw, 30px);
}

body.homepage-live:is(.program-page--health, .impact-page) .owho-health-cost-section__notes div {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 22px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  box-shadow: 0 18px 46px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.07);
}

body.homepage-live:is(.program-page--health, .impact-page) .owho-health-cost-section__notes i {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: var(--owho-teal, #66c5b8);
  color: #ffffff;
  font-size: 21px;
}

body.homepage-live:is(.program-page--health, .impact-page) .owho-health-cost-section__notes span {
  color: #111827;
  font-family: var(--owho-home-body-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-body-size, 16px);
  line-height: 1.58;
  font-weight: 700;
}

@media (max-width: 991px) {
  body.homepage-live:is(.program-page--health, .impact-page) .owho-health-cost-section__notes {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.homepage-live:is(.program-page--health, .impact-page) .owho-health-cost-section {
    padding: clamp(54px, 14vw, 72px) 0;
  }

  body.homepage-live:is(.program-page--health, .impact-page) .owho-health-cost-section__header {
    text-align: left;
  }

  body.homepage-live:is(.program-page--health, .impact-page) .owho-health-cost-section__figure {
    padding: 8px;
    border-radius: 24px;
  }

  body.homepage-live:is(.program-page--health, .impact-page) .owho-health-cost-section__figure img {
    border-radius: 18px;
  }

  body.homepage-live:is(.program-page--health, .impact-page) .owho-health-cost-section__notes div {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 18px;
    border-radius: 22px;
  }

  body.homepage-live:is(.program-page--health, .impact-page) .owho-health-cost-section__notes i {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 19px;
  }
}

/* PDF-derived program evidence sections: added after Program Overview on Food, Environment, and Cyber pages. */
body.homepage-live.program-page--food {
  --program-page-accent: var(--owho-pink, #f31371);
}

body.homepage-live.program-page .owho-program-pdf-section {
  padding: var(--owho-home-section-space-compact, 72px) 0;
  background: #ffffff;
}

body.homepage-live.program-page .owho-program-pdf-section__header {
  max-width: 900px;
  margin: 0 auto clamp(28px, 4vw, 44px);
  text-align: center;
}

body.homepage-live.program-page .owho-program-pdf-section__header h2 {
  margin: 8px 0 16px;
  color: #111827;
  font-family: var(--owho-home-display-font, var(--careox-heading-font, "Nunito", sans-serif));
  font-size: var(--owho-home-h2-size, clamp(34px, 4vw, 54px));
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.04em;
}

body.homepage-live.program-page .owho-program-pdf-section__header p {
  margin: 0 auto;
  max-width: 790px;
  color: #111827;
  font-family: var(--owho-home-body-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-body-size, clamp(16px, 0.28vw + 15.2px, 17px));
  line-height: 1.75;
  font-weight: 600;
}

body.homepage-live.program-page .owho-program-pdf-section__figure {
  margin: 0;
  padding: clamp(12px, 1.8vw, 22px);
  border-radius: clamp(26px, 3vw, 40px);
  background: #f8f6fc;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  box-shadow: 0 28px 80px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.11);
  overflow: hidden;
}

body.homepage-live.program-page .owho-program-pdf-section__figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: clamp(18px, 2.4vw, 30px);
  background: #ffffff;
}

body.homepage-live.program-page .owho-program-pdf-section__notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  margin-top: clamp(20px, 3vw, 30px);
}

body.homepage-live.program-page .owho-program-pdf-section__notes div {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 22px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  box-shadow: 0 18px 46px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.07);
}

body.homepage-live.program-page .owho-program-pdf-section__notes i {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: var(--program-page-accent, var(--owho-pink, #f31371));
  color: #ffffff;
  font-size: 21px;
}

body.homepage-live.program-page .owho-program-pdf-section__notes span {
  color: #111827;
  font-family: var(--owho-home-body-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-body-size, 16px);
  line-height: 1.58;
  font-weight: 700;
}

body.homepage-live.program-page--food .owho-program-pdf-section .owho-program__eyebrow,
body.homepage-live.program-page--food .owho-program-overview__badge span {
  color: var(--program-page-accent);
}

body.homepage-live.program-page--food .owho-program-overview__pills span {
  color: var(--program-page-accent);
}

@media (max-width: 991px) {
  body.homepage-live.program-page .owho-program-pdf-section__notes {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.homepage-live.program-page .owho-program-pdf-section {
    padding: clamp(54px, 14vw, 72px) 0;
  }

  body.homepage-live.program-page .owho-program-pdf-section__header {
    text-align: left;
  }

  body.homepage-live.program-page .owho-program-pdf-section__figure {
    padding: 8px;
    border-radius: 24px;
  }

  body.homepage-live.program-page .owho-program-pdf-section__figure img {
    border-radius: 18px;
  }

  body.homepage-live.program-page .owho-program-pdf-section__notes div {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 18px;
    border-radius: 22px;
  }

  body.homepage-live.program-page .owho-program-pdf-section__notes i {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 19px;
  }
}

/* About page solid-color pass: remove gradient treatments while preserving the existing layout, typography, and brand colors. */
body.homepage-live.about-page .owho-page-hero {
  background: #24184d !important;
}

body.homepage-live.about-page .owho-page-hero::before {
  background: rgba(8, 6, 20, 0.66) !important;
}

body.homepage-live.about-page .owho-page-hero__content {
  background: rgba(14, 12, 30, 0.82) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 24px 80px rgba(8, 6, 20, 0.22);
}

body.homepage-live.about-page .owho-page-hero__orb {
  display: none !important;
}

body.homepage-live.about-page .about-one__mission-title-gradient {
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: currentColor !important;
  color: var(--owho-purple, #6c63a6) !important;
}

body.homepage-live.about-page .owho-about-story {
  background: #f8f6fc !important;
}

body.homepage-live.about-page .owho-about-story::before {
  background: #ffffff !important;
}

body.homepage-live.about-page .owho-about-story__blob,
body.homepage-live.about-page .about-one__mission-blob {
  background: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.14) !important;
}

body.homepage-live.about-page .owho-about-story__image::after {
  background: rgba(17, 24, 39, 0.16) !important;
}

body.homepage-live.about-page .owho-about-story__btn,
body.homepage-live.about-page .about-one__mission-btn {
  background: var(--owho-pink, #f31371) !important;
  box-shadow: 0 22px 48px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.18);
}

body.homepage-live.about-page .owho-mission-vision {
  background: #ffffff !important;
}

body.homepage-live.about-page .owho-mission-vision__card {
  background: #ffffff !important;
}

body.homepage-live.about-page .owho-mission-vision__card::before {
  background: var(--mv-accent, var(--owho-pink, #f31371)) !important;
}

body.homepage-live.about-page .owho-mission-vision__card::after {
  background: rgba(var(--owho-navy-rgb, 99, 69, 165), 0.06) !important;
}

body.homepage-live.about-page .owho-mission-vision__icon,
body.homepage-live.about-page .owho-join-world__card-icon {
  background: var(--mv-accent, var(--join-accent, var(--owho-pink, #f31371))) !important;
}

body.homepage-live.about-page .owho-history {
  background: #f8f6fc !important;
}

body.homepage-live.about-page .owho-history__media::before {
  background: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.12) !important;
}

body.homepage-live.about-page .owho-history__media::after {
  background: rgba(var(--owho-teal-rgb, 102, 197, 184), 0.16) !important;
}

body.homepage-live.about-page .owho-history__content,
body.homepage-live.about-page .owho-join-world__shell {
  background: #ffffff !important;
}

body.homepage-live.about-page .owho-history__milestones span,
body.homepage-live.about-page .owho-join-world__card,
body.homepage-live.about-page .owho-about-story__pillars span {
  background: #ffffff !important;
}

body.homepage-live.about-page .owho-about-profile {
  background: #ffffff !important;
}

body.homepage-live.about-page .owho-join-world {
  background: #f8f6fc !important;
}

body.homepage-live.about-page .owho-join-world__card::before {
  background: var(--join-accent, var(--owho-pink, #f31371)) !important;
}

/* Get Involved donation amount bug fix: the page-specific white button rule was overriding the active background, leaving white text on white. */
body.homepage-live.get-involved-page .owho-involve-giving-lab .donate-info__form__buttons__item.active,
body.homepage-live.get-involved-page .owho-involve-giving-lab .donate-info__form__buttons__item:hover,
body.homepage-live.get-involved-page .owho-involve-giving-lab .donate-info__form__buttons__item:focus-visible {
  background: var(--owho-pink, #f31371) !important;
  border-color: var(--owho-pink, #f31371) !important;
  color: #ffffff !important;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .donate-info__form__buttons__item.active .donate-info__form__buttons__amount,
body.homepage-live.get-involved-page .owho-involve-giving-lab .donate-info__form__buttons__item:hover .donate-info__form__buttons__amount,
body.homepage-live.get-involved-page .owho-involve-giving-lab .donate-info__form__buttons__item:focus-visible .donate-info__form__buttons__amount {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .donate-info__form__amount__input,
body.homepage-live.get-involved-page .owho-involve-giving-lab .donate-info__form__amount__input:focus,
body.homepage-live.get-involved-page .owho-involve-giving-lab .donate-info__form__amount__sign {
  color: var(--owho-navy, #1f2253) !important;
  -webkit-text-fill-color: var(--owho-navy, #1f2253) !important;
}

/* Get Involved donation amount hardening: keep amount/custom labels visible during active, focus and hover states. */
body.homepage-live.get-involved-page .owho-involve-giving-lab .donate-info__form__buttons__item {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px;
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: var(--owho-navy, #1f2253) !important;
  min-width: 104px;
  overflow: visible;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .donate-info__form__buttons__item .donate-info__form__buttons__amount {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--owho-navy, #1f2253) !important;
  -webkit-text-fill-color: var(--owho-navy, #1f2253) !important;
  opacity: 1 !important;
  visibility: visible !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .donate-info__form__buttons__item.active,
body.homepage-live.get-involved-page .owho-involve-giving-lab .donate-info__form__buttons__item:hover,
body.homepage-live.get-involved-page .owho-involve-giving-lab .donate-info__form__buttons__item:focus,
body.homepage-live.get-involved-page .owho-involve-giving-lab .donate-info__form__buttons__item:focus-visible {
  background: var(--owho-pink, #f31371) !important;
  background-color: var(--owho-pink, #f31371) !important;
  background-image: none !important;
  border-color: var(--owho-pink, #f31371) !important;
  color: #ffffff !important;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .donate-info__form__buttons__item.active .donate-info__form__buttons__amount,
body.homepage-live.get-involved-page .owho-involve-giving-lab .donate-info__form__buttons__item:hover .donate-info__form__buttons__amount,
body.homepage-live.get-involved-page .owho-involve-giving-lab .donate-info__form__buttons__item:focus .donate-info__form__buttons__amount,
body.homepage-live.get-involved-page .owho-involve-giving-lab .donate-info__form__buttons__item:focus-visible .donate-info__form__buttons__amount {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .donate-info__form__amount__sign {
  pointer-events: none !important;
}

/* Donor education card: lighten the story panel so the section feels softer and keeps dark readable text. */
body.homepage-live .owho-donor-benefits__story {
  background: #fff7fb !important;
  color: var(--owho-navy, #1f2253) !important;
  border: 1px solid rgba(var(--owho-pink-rgb, 243, 19, 113), 0.16) !important;
  box-shadow: 0 28px 70px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.1) !important;
}

body.homepage-live .owho-donor-benefits__story .sec-title__tagline,
body.homepage-live .owho-donor-benefits__story .sec-title__title,
body.homepage-live .owho-donor-benefits__story .owho-donor-benefits__intro {
  color: var(--owho-navy, #1f2253) !important;
}

body.homepage-live .owho-donor-benefits__story .sec-title__tagline {
  color: var(--owho-pink, #f31371) !important;
}

/* Health Support: complete rebuild for the "How It Works" care path. */
body.homepage-live.program-page--health .owho-program-process {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 12% 12%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.2), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.14), transparent 28%),
    linear-gradient(180deg, #fff8fc 0%, #f6f2ff 54%, #ffffff 100%) !important;
  padding-top: clamp(84px, 9vw, 126px);
  padding-bottom: clamp(88px, 10vw, 138px);
}

body.homepage-live.program-page--health .owho-program-process::before,
body.homepage-live.program-page--health .owho-program-process::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

body.homepage-live.program-page--health .owho-program-process::before {
  width: 520px;
  height: 520px;
  right: -210px;
  bottom: -250px;
  border-radius: 50%;
  background: rgba(var(--owho-yellow-rgb, 247, 201, 72), 0.18);
}

body.homepage-live.program-page--health .owho-program-process::after {
  inset: 34px clamp(18px, 4vw, 64px);
  border: 1px solid rgba(var(--owho-purple-rgb, 108, 99, 166), 0.12);
  border-radius: clamp(34px, 5vw, 58px);
}

body.homepage-live.program-page--health .owho-program-process__header {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin: 0 auto clamp(34px, 5vw, 58px);
  text-align: center;
}

body.homepage-live.program-page--health .owho-program-process__header .owho-program__eyebrow {
  justify-content: center;
}

body.homepage-live.program-page--health .owho-program-process__header h2 {
  margin: 10px auto 0;
  max-width: 820px;
  color: var(--owho-navy, #1f2253);
  font-size: clamp(36px, 5vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

body.homepage-live.program-page--health .owho-program-process__header p {
  max-width: 720px;
  margin: 20px auto 0;
  color: #4f5573;
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.75;
  font-weight: 700;
}

body.homepage-live.program-page--health .owho-program-process__board {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(290px, 0.48fr) minmax(0, 1fr);
  gap: clamp(18px, 2.7vw, 34px);
  align-items: stretch;
  padding: clamp(16px, 2vw, 24px);
  border-radius: clamp(30px, 4vw, 52px);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(var(--owho-purple-rgb, 108, 99, 166), 0.14);
  box-shadow: 0 36px 100px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.12);
  backdrop-filter: blur(14px);
}

body.homepage-live.program-page--health .owho-program-process__intro {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(28px, 4vw, 48px);
  border-radius: clamp(24px, 3vw, 38px);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0)),
    linear-gradient(145deg, #151936 0%, #39205e 54%, #f31371 150%);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 26px 60px rgba(22, 17, 51, 0.24);
}

body.homepage-live.program-page--health .owho-program-process__intro::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -92px;
  top: -70px;
  border-radius: 50%;
  background: rgba(var(--owho-teal-rgb, 102, 197, 184), 0.26);
}

body.homepage-live.program-page--health .owho-program-process__intro::after {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 38px;
  height: 82px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(255, 255, 255, 0.42) 8% 9%, transparent 9% 18%, rgba(255, 255, 255, 0.34) 18% 19%, transparent 19% 32%, rgba(255, 255, 255, 0.5) 32% 33%, transparent 33% 48%, rgba(255, 255, 255, 0.32) 48% 49%, transparent 49% 100%),
    linear-gradient(180deg, transparent 49%, rgba(255, 255, 255, 0.18) 49% 51%, transparent 51%);
  opacity: 0.35;
  pointer-events: none;
}

body.homepage-live.program-page--health .owho-program-process__start,
body.homepage-live.program-page--health .owho-program-process__intro h3,
body.homepage-live.program-page--health .owho-program-process__intro p,
body.homepage-live.program-page--health .owho-program-process__mini,
body.homepage-live.program-page--health .owho-program-process__intro .owho-program-button {
  position: relative;
  z-index: 1;
}

body.homepage-live.program-page--health .owho-program-process__start {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffe16b;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.homepage-live.program-page--health .owho-program-process__start::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--owho-teal, #66c5b8);
  box-shadow: 0 0 0 6px rgba(var(--owho-teal-rgb, 102, 197, 184), 0.18);
}

body.homepage-live.program-page--health .owho-program-process__intro h3 {
  margin: clamp(28px, 4vw, 42px) 0 0;
  max-width: 9ch;
  color: #ffffff;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

body.homepage-live.program-page--health .owho-program-process__intro p {
  margin-top: 18px;
  max-width: 360px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
}

body.homepage-live.program-page--health .owho-program-process__mini {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
  margin-bottom: auto;
}

body.homepage-live.program-page--health .owho-program-process__mini span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
}

body.homepage-live.program-page--health .owho-program-process__mini i {
  color: #ffe16b;
}

body.homepage-live.program-page--health .owho-program-process__intro .owho-program-button {
  width: 100%;
  justify-content: center;
  margin-top: clamp(34px, 7vw, 88px);
  background: #ffffff;
  color: var(--owho-pink, #f31371);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

body.homepage-live.program-page--health .owho-program-process__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

body.homepage-live.program-page--health .owho-program-step {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 252px;
  padding: clamp(22px, 2.4vw, 32px);
  border-radius: clamp(22px, 2.7vw, 34px);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.92)),
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--step-accent, #f31371) 18%, transparent), transparent 42%);
  border: 1px solid color-mix(in srgb, var(--step-accent, #f31371) 20%, white);
  box-shadow: 0 20px 56px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.09);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

body.homepage-live.program-page--health .owho-program-step:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--step-accent, #f31371) 44%, white);
  box-shadow: 0 28px 72px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.16);
}

body.homepage-live.program-page--health .owho-program-step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 7px;
  background: linear-gradient(90deg, var(--step-accent, #f31371), color-mix(in srgb, var(--step-accent, #f31371) 28%, white));
}

body.homepage-live.program-page--health .owho-program-step::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 120px;
  height: 120px;
  border-radius: 34px;
  rotate: 18deg;
  background: color-mix(in srgb, var(--step-accent, #f31371) 10%, transparent);
}

body.homepage-live.program-page--health .owho-program-step__topline {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: auto;
}

body.homepage-live.program-page--health .owho-program-step__icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: color-mix(in srgb, var(--step-accent, #f31371) 15%, white);
  color: var(--step-accent, #f31371);
  font-size: 22px;
}

body.homepage-live.program-page--health .owho-program-step__number,
body.homepage-live.program-page--health .owho-program-step > span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 38px;
  border-radius: 999px;
  background: #f7f4ff !important;
  color: var(--step-accent, #f31371) !important;
  font-size: 14px;
  font-weight: 1000;
  letter-spacing: 0.08em;
  box-shadow: none;
}

body.homepage-live.program-page--health .owho-program-step h3,
body.homepage-live.program-page--health .owho-program-step p {
  position: relative;
  z-index: 1;
}

body.homepage-live.program-page--health .owho-program-step h3 {
  margin-top: clamp(28px, 4vw, 44px);
  color: #12162f;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

body.homepage-live.program-page--health .owho-program-step p {
  margin-top: 12px;
  color: #545a72;
  font-size: 15.5px;
  line-height: 1.68;
  font-weight: 700;
}

@media (min-width: 1200px) {
  body.homepage-live.program-page--health .owho-program-step:nth-child(2),
  body.homepage-live.program-page--health .owho-program-step:nth-child(4) {
    transform: translateY(22px);
  }

  body.homepage-live.program-page--health .owho-program-step:nth-child(2):hover,
  body.homepage-live.program-page--health .owho-program-step:nth-child(4):hover {
    transform: translateY(16px);
  }
}

@media (max-width: 1199px) {
  body.homepage-live.program-page--health .owho-program-process__board {
    grid-template-columns: 1fr;
  }

  body.homepage-live.program-page--health .owho-program-process__intro h3 {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  body.homepage-live.program-page--health .owho-program-process::after {
    inset: 16px;
    border-radius: 30px;
  }

  body.homepage-live.program-page--health .owho-program-process__header {
    text-align: left;
  }

  body.homepage-live.program-page--health .owho-program-process__header .owho-program__eyebrow {
    justify-content: flex-start;
  }

  body.homepage-live.program-page--health .owho-program-process__header h2 {
    font-size: clamp(34px, 12vw, 46px);
  }

  body.homepage-live.program-page--health .owho-program-process__board {
    padding: 10px;
    border-radius: 28px;
  }

  body.homepage-live.program-page--health .owho-program-process__intro {
    padding: 26px 22px;
    border-radius: 24px;
  }

  body.homepage-live.program-page--health .owho-program-process__intro h3 {
    font-size: 40px;
  }

  body.homepage-live.program-page--health .owho-program-process__steps {
    grid-template-columns: 1fr;
  }

  body.homepage-live.program-page--health .owho-program-step {
    min-height: auto;
  }
}

/* Get Involved: donation builder polish + stop heading text from collapsing vertically. */
body.homepage-live.get-involved-page .owho-involve-giving-lab {
  background:
    radial-gradient(circle at 10% 4%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.16), transparent 26%),
    radial-gradient(circle at 92% 10%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.13), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8f6fc 100%) !important;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__layout {
  border-radius: clamp(28px, 4vw, 46px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 246, 252, 0.96));
  box-shadow: 0 34px 95px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.12);
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__rail {
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 255, 255, 0.2), transparent 30%),
    linear-gradient(145deg, #24184d 0%, #6c63a6 100%) !important;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__donation .sec-title__tagline,
body.homepage-live.get-involved-page .owho-involve-giving-lab__donation .sec-title__title {
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  letter-spacing: normal;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__donation .sec-title__tagline {
  display: inline-flex;
  width: auto;
  max-width: 100%;
  gap: 10px;
  letter-spacing: 0.16em;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab__donation .sec-title__title {
  max-width: 18ch;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-card {
  grid-template-columns: 1fr;
  align-content: start;
  min-height: 100%;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-card__media {
  height: 150px;
  min-height: 150px;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-card__content {
  padding: 4px;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-card__title {
  font-size: 18px;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-card__text {
  font-size: 12.5px;
  line-height: 1.45;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .donate-info__form {
  display: grid;
  gap: 18px;
  margin-top: 20px;
  background:
    radial-gradient(circle at 96% 0%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.13), transparent 28%),
    #f8f6fc;
}

body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-donation-selection {
  padding: 14px 16px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.07);
}

@media (max-width: 1199px) {
  body.homepage-live.program-page--health .owho-program-process__shell {
    grid-template-columns: 1fr;
  }

  body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.homepage-live.program-page--health .owho-program-process__intro {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  body.homepage-live.program-page--health .owho-program-process::before {
    inset: 16px;
    border-radius: 28px;
  }

  body.homepage-live.program-page--health .owho-program-process__shell,
  body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-grid {
    grid-template-columns: 1fr;
  }

  body.homepage-live.program-page--health .owho-program-process__intro h2,
  body.homepage-live.get-involved-page .owho-involve-giving-lab__donation .sec-title__title {
    max-width: none;
  }

  body.homepage-live.program-page--health .owho-program-process__steps::before {
    display: none;
  }

  body.homepage-live.program-page--health .owho-program-step {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  body.homepage-live.program-page--health .owho-program-step__icon {
    width: 38px;
    height: 38px;
    border-radius: 14px;
  }

  body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-card {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-card__media {
    height: 132px;
    min-height: 132px;
  }
}

@media (max-width: 420px) {
  body.homepage-live.program-page--health .owho-program-step,
  body.homepage-live.get-involved-page .owho-involve-giving-lab .owho-campaign-card {
    grid-template-columns: 1fr;
  }
}

body.homepage-live .owho-donor-benefits__story .sec-title__tagline__border {
  background-color: var(--owho-pink, #f31371) !important;
}

body.homepage-live .owho-donor-benefits__story .owho-pill,
body.homepage-live .owho-donor-benefits__story .owho-pill--soft {
  background-color: #ffffff !important;
  color: var(--owho-purple, #6345a5) !important;
  border-color: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.18) !important;
}

body.homepage-live .owho-donor-benefits__story .owho-donor-benefits__intro {
  color: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.78) !important;
}

body.homepage-live .owho-donor-benefits__seal {
  filter: drop-shadow(0 16px 24px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.14)) !important;
}

/* Requested text color pass: donor intro should read as solid black. */
body.homepage-live .owho-donor-benefits__story .owho-donor-benefits__intro {
  color: #000000 !important;
}

/* Homepage donation campaign read-more buttons. */
.homepage-live .owho-campaign-card__link {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  margin-top: 16px;
  padding: 10px 14px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--campaign-accent, var(--owho-pink, #f31371)) 12%, #ffffff);
  border: 1px solid color-mix(in srgb, var(--campaign-accent, var(--owho-pink, #f31371)) 24%, #ffffff);
  color: var(--campaign-accent, var(--owho-pink, #f31371));
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.homepage-live .owho-campaign-card__link i {
  font-size: 11px;
  transition: transform 0.25s ease;
}

.homepage-live .owho-campaign-card__link:hover,
.homepage-live .owho-campaign-card__link:focus-visible {
  background: var(--campaign-accent, var(--owho-pink, #f31371));
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px color-mix(in srgb, var(--campaign-accent, var(--owho-pink, #f31371)) 24%, transparent);
}

.homepage-live .owho-campaign-card__link:hover i,
.homepage-live .owho-campaign-card__link:focus-visible i {
  transform: translateX(3px);
}

@media (max-width: 575px) {
  .homepage-live .owho-campaign-card__link {
    width: 100%;
  }
}

/* Get Support page: standalone home for the patient support video section moved from homepage. */
body.homepage-live.get-support-page .owho-impact-video-gallery {
  padding: clamp(80px, 8vw, 120px) 0;
  background: #f8f6fc;
}

body.homepage-live.get-support-page .owho-impact-video-gallery__header {
  margin-left: auto;
  margin-right: auto;
}

body.homepage-live.get-support-page .owho-video-submission {
  background: #fff7fb;
  border: 1px solid rgba(var(--owho-pink-rgb, 243, 19, 113), 0.14);
  box-shadow: 0 26px 70px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.1);
}

body.homepage-live.get-support-page .owho-video-submission__content {
  color: var(--owho-navy, #1f2253);
}

body.homepage-live.get-support-page .owho-video-submission__eyebrow {
  background: #ffffff;
  color: var(--owho-pink, #f31371);
  border: 1px solid rgba(var(--owho-pink-rgb, 243, 19, 113), 0.16);
}

body.homepage-live.get-support-page .owho-video-submission__title {
  color: var(--owho-navy, #1f2253);
}

body.homepage-live.get-support-page .owho-video-submission__text,
body.homepage-live.get-support-page .owho-video-submission__list li {
  color: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.76);
}

body.homepage-live.get-support-page .owho-video-submission__list i {
  color: var(--owho-teal, #66c5b8);
}

@media (max-width: 575px) {
  body.homepage-live.get-support-page .owho-impact-video-gallery {
    padding: 64px 0;
  }
}

/* Health support + homepage article refresh (2026-05-03). */
body.homepage-live .owho-health-news {
  position: relative;
  overflow: hidden;
  padding: var(--owho-home-section-space, clamp(68px, 8vw, 110px)) 0;
  background: #ffffff;
}

body.homepage-live .owho-health-news::before {
  content: "";
  position: absolute;
  inset: auto -8% 0 -8%;
  height: 46%;
  pointer-events: none;
  background: radial-gradient(circle at 18% 30%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.08), transparent 34%), radial-gradient(circle at 82% 28%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.12), transparent 32%);
}

body.homepage-live .owho-health-news > .container {
  position: relative;
  z-index: 1;
}

body.homepage-live .owho-health-news__header {
  max-width: 900px;
  margin: 0 auto clamp(30px, 4vw, 50px);
  text-align: center;
}

body.homepage-live .owho-health-news__header .sec-title {
  padding-bottom: 0;
}

body.homepage-live .owho-health-news__header .sec-title__title {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

body.homepage-live .owho-health-news__header p {
  max-width: 720px;
  margin: 14px auto 0;
  color: #111827;
  font-family: var(--owho-home-body-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-body-size, 17px);
  line-height: 1.72;
  font-weight: 600;
}

body.homepage-live .owho-health-news__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 30px);
}

body.homepage-live .owho-health-news-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: clamp(24px, 2vw, 34px);
  background: #ffffff;
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
  box-shadow: 0 20px 56px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.homepage-live .owho-health-news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.12);
}

body.homepage-live .owho-health-news-card__image {
  display: block;
  aspect-ratio: 1.45 / 1;
  overflow: hidden;
  background: #f8f6fc;
}

body.homepage-live .owho-health-news-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

body.homepage-live .owho-health-news-card:hover .owho-health-news-card__image img {
  transform: scale(1.045);
}

body.homepage-live .owho-health-news-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(22px, 2.4vw, 30px);
}

body.homepage-live .owho-health-news-card__content span {
  color: var(--owho-pink, #f31371);
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-small-size, 13px);
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.homepage-live .owho-health-news-card__content h3 {
  margin: 11px 0 12px;
  color: #111827;
  font-family: var(--owho-home-display-font, var(--careox-heading-font, "Nunito", sans-serif));
  font-size: clamp(22px, 1.35vw, 27px);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.035em;
}

body.homepage-live .owho-health-news-card__content h3 a {
  color: inherit;
  text-decoration: none;
}

body.homepage-live .owho-health-news-card__content h3 a:hover {
  color: var(--owho-purple, #6c63a6);
}

body.homepage-live .owho-health-news-card__content p {
  margin: auto 0 0;
  color: #111827;
  font-family: var(--owho-home-body-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-body-size, 16px);
  line-height: 1.65;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.homepage-live .owho-health-news__actions {
  display: flex;
  justify-content: center;
  margin-top: clamp(28px, 4vw, 46px);
}

/* Health page hero: lighter image treatment with glass only behind written content. */
body.homepage-live.program-page--health .owho-program-hero {
  background: #f8f6fc;
}

body.homepage-live.program-page--health .owho-program-hero .page-header__bg {
  opacity: 1;
  filter: none;
  background-position: center 42%;
}

body.homepage-live.program-page--health .owho-program-hero::before {
  background: linear-gradient(90deg, rgba(8, 6, 20, 0.34) 0%, rgba(8, 6, 20, 0.16) 48%, rgba(8, 6, 20, 0.06) 100%) !important;
}

body.homepage-live.program-page--health .owho-program-hero .owho-page-hero__content {
  width: min(100%, 680px);
  padding: clamp(28px, 4vw, 44px);
  border-radius: clamp(26px, 3vw, 42px);
  background: rgba(18, 17, 38, 0.48) !important;
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: 0 28px 90px rgba(8, 6, 20, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}

body.homepage-live.program-page--health .owho-program-hero .owho-page-hero__text {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.94);
}

/* Health page: what-we-help cards, consultation form, copied charts, and dietitian feature. */
body.homepage-live.program-page--health .owho-health-help,
body.homepage-live.program-page--health .owho-free-consult,
body.homepage-live.program-page--health .owho-dietitian-support {
  position: relative;
  overflow: hidden;
  padding: var(--owho-home-section-space-compact, clamp(62px, 7vw, 92px)) 0;
}

body.homepage-live.program-page--health .owho-health-help {
  background: #f8f6fc;
}

body.homepage-live.program-page--health .owho-health-help__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

body.homepage-live.program-page--health .owho-health-help-card {
  min-height: 100%;
  padding: clamp(18px, 2vw, 26px);
  border-radius: clamp(24px, 2.2vw, 34px);
  background: #fffdf9;
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.07);
  box-shadow: 0 20px 58px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.homepage-live.program-page--health .owho-health-help-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 74px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.12);
}

body.homepage-live.program-page--health .owho-health-help-card__visual {
  display: grid;
  place-items: center;
  width: 100%;
  height: clamp(140px, 12vw, 190px);
  margin: 0 auto 18px;
  border-radius: 24px;
  overflow: hidden;
  background: #f2f6f2;
}

body.homepage-live.program-page--health .owho-health-help-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}

body.homepage-live.program-page--health .owho-health-help-card h3 {
  margin: 0 0 7px;
  color: #174b43;
  font-family: var(--owho-home-display-font, var(--careox-heading-font, "Nunito", sans-serif));
  font-size: clamp(21px, 1.2vw, 25px);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.025em;
}

body.homepage-live.program-page--health .owho-health-help-card p {
  margin: 0 auto;
  max-width: 26ch;
  color: #5f6368;
  font-family: var(--owho-home-body-font, var(--careox-font, "Nunito", sans-serif));
  font-size: 15.5px;
  line-height: 1.55;
  font-weight: 700;
}

body.homepage-live.program-page--health .owho-free-consult {
  background: #ffffff;
}

body.homepage-live.program-page--health .owho-free-consult__shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: clamp(26px, 4vw, 56px);
  align-items: stretch;
  padding: clamp(24px, 3vw, 42px);
  border-radius: clamp(30px, 4vw, 48px);
  background: #fff7fb;
  border: 1px solid rgba(var(--owho-pink-rgb, 243, 19, 113), 0.12);
  box-shadow: 0 30px 86px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.1);
}

body.homepage-live.program-page--health .owho-free-consult__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(10px, 2vw, 26px);
}

body.homepage-live.program-page--health .owho-free-consult__content h2,
body.homepage-live.program-page--health .owho-dietitian-support__content h2 {
  margin: 10px 0 18px;
  color: #111827;
  font-family: var(--owho-home-display-font, var(--careox-heading-font, "Nunito", sans-serif));
  font-size: var(--owho-home-h2-size, clamp(34px, 4vw, 54px));
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.045em;
}

body.homepage-live.program-page--health .owho-free-consult__content p,
body.homepage-live.program-page--health .owho-dietitian-support__content p {
  margin: 0;
  max-width: 68ch;
  color: #111827;
  font-family: var(--owho-home-body-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-body-size, 17px);
  line-height: 1.75;
  font-weight: 600;
}

body.homepage-live.program-page--health .owho-free-consult__content ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

body.homepage-live.program-page--health .owho-free-consult__content li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: #111827;
  font-weight: 800;
  line-height: 1.55;
}

body.homepage-live.program-page--health .owho-free-consult__content li i {
  margin-top: 4px;
  color: var(--owho-teal, #66c5b8);
}

body.homepage-live.program-page--health .owho-free-consult__form {
  padding: clamp(22px, 2.8vw, 34px);
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
  box-shadow: 0 24px 62px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.1);
}

body.homepage-live.program-page--health .owho-free-consult__form h3 {
  margin: 0 0 20px;
  color: #111827;
  font-family: var(--owho-home-display-font, var(--careox-heading-font, "Nunito", sans-serif));
  font-size: clamp(25px, 2vw, 34px);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.035em;
}

body.homepage-live.program-page--health .owho-free-consult__form label {
  display: block;
  margin: 0 0 14px;
}

body.homepage-live.program-page--health .owho-free-consult__form label span {
  display: block;
  margin-bottom: 8px;
  color: #111827;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.homepage-live.program-page--health .owho-free-consult__form :is(input, select, textarea) {
  width: 100%;
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.12);
  border-radius: 18px;
  background: #f8f6fc;
  color: #111827;
  font-family: var(--owho-home-body-font, var(--careox-font, "Nunito", sans-serif));
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  padding: 15px 17px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

body.homepage-live.program-page--health .owho-free-consult__form textarea {
  resize: vertical;
  min-height: 124px;
}

body.homepage-live.program-page--health .owho-free-consult__form :is(input, select, textarea):focus {
  border-color: var(--owho-pink, #f31371);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.1);
}

body.homepage-live.program-page--health .owho-burden-slab {
  padding: var(--owho-home-section-space-compact, clamp(62px, 7vw, 92px)) 0;
  background: #f8f6fc;
}

body.homepage-live.program-page--health .owho-burden-slab .usa-section,
body.homepage-live.program-page--health .owho-burden-slab .uk-section {
  background: #ffffff;
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
  box-shadow: 0 22px 64px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
}

body.homepage-live.program-page--health .owho-burden-slab .bar-fill-pink {
  background: var(--owho-pink, #f31371);
}

body.homepage-live.program-page--health .owho-burden-slab .bar-fill-purple {
  background: var(--owho-purple, #6c63a6);
}

body.homepage-live.program-page--health .owho-dietitian-support {
  background: #ffffff;
}

body.homepage-live.program-page--health .owho-dietitian-support__shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1fr);
  gap: clamp(26px, 4vw, 54px);
  align-items: center;
  padding: clamp(18px, 2.6vw, 34px);
  border-radius: clamp(30px, 4vw, 48px);
  background: #fff7fb;
  border: 1px solid rgba(var(--owho-pink-rgb, 243, 19, 113), 0.12);
  box-shadow: 0 26px 76px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.1);
}

body.homepage-live.program-page--health .owho-dietitian-support__media {
  overflow: hidden;
  min-height: 360px;
  border-radius: clamp(24px, 3vw, 36px);
  background: #ffffff;
}

body.homepage-live.program-page--health .owho-dietitian-support__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

body.homepage-live.program-page--health .owho-dietitian-support__content {
  padding: clamp(8px, 2vw, 22px);
}

body.homepage-live.program-page--health .owho-dietitian-support__content .owho-program-button {
  margin-top: 24px;
}

/* Health page help CTA: full-width light-pink slab instead of teal card. */
body.homepage-live.program-page--health .owho-program-donor {
  padding: 0;
  background: #fff7fb !important;
}

body.homepage-live.program-page--health .owho-program-donor > .container {
  max-width: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

body.homepage-live.program-page--health .owho-program-donor__panel {
  width: 100%;
  border-radius: 0 !important;
  background: #fff7fb !important;
  border-top: 1px solid rgba(var(--owho-pink-rgb, 243, 19, 113), 0.12);
  border-bottom: 1px solid rgba(var(--owho-pink-rgb, 243, 19, 113), 0.12);
  box-shadow: none !important;
  padding: clamp(46px, 6vw, 76px) max(24px, calc((100vw - 1200px) / 2));
}

body.homepage-live.program-page--health .owho-program-donor .owho-program__eyebrow {
  color: var(--owho-pink, #f31371) !important;
}

body.homepage-live.program-page--health .owho-program-donor__content h2,
body.homepage-live.program-page--health .owho-program-donor__content p {
  color: #111827 !important;
}

body.homepage-live.program-page--health .owho-program-donor__actions .codebitel-btn {
  background: var(--owho-pink, #f31371);
}

body.homepage-live.program-page--health .owho-program-donor__actions .owho-program-button--light {
  color: var(--owho-purple, #6c63a6);
  border: 1px solid rgba(var(--owho-purple-rgb, 108, 99, 166), 0.12);
  box-shadow: 0 18px 40px rgba(var(--owho-purple-rgb, 108, 99, 166), 0.08);
}

@media (max-width: 1199px) {
  body.homepage-live.program-page--health .owho-health-help__grid,
  body.homepage-live .owho-health-news__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.homepage-live.program-page--health .owho-free-consult__shell,
  body.homepage-live.program-page--health .owho-dietitian-support__shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.homepage-live .owho-health-news__header,
  body.homepage-live.program-page--health .owho-health-help .owho-program-section-heading {
    text-align: left;
  }

  body.homepage-live .owho-health-news__grid,
  body.homepage-live.program-page--health .owho-health-help__grid {
    grid-template-columns: 1fr;
  }

  body.homepage-live.program-page--health .owho-program-hero .owho-page-hero__content {
    padding: 24px;
    border-radius: 26px;
    background: rgba(18, 17, 38, 0.56) !important;
  }

  body.homepage-live.program-page--health .owho-free-consult__shell,
  body.homepage-live.program-page--health .owho-dietitian-support__shell {
    padding: 18px;
    border-radius: 28px;
  }

  body.homepage-live.program-page--health .owho-dietitian-support__media,
  body.homepage-live.program-page--health .owho-dietitian-support__media img {
    min-height: 260px;
  }

  body.homepage-live.program-page--health .owho-program-donor__panel {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 42px 20px;
  }
}

/* Keep the Health Support hero glass panel as a focused content card, not a full-width banner overlay. */
body.homepage-live.program-page--health .owho-program-hero .container {
  width: min(1200px, calc(100% - 72px));
  max-width: none;
  min-height: auto;
  padding: 0;
  display: flex;
  align-items: center;
}

body.homepage-live.program-page--health .owho-program-hero .owho-page-hero__content {
  min-height: auto;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  body.homepage-live.program-page--health .owho-program-hero .container {
    width: min(100% - 32px, 1200px);
  }
}

/* Health Support reorder: chart immediately after hero, two split support stories below What We Help With, form near footer. */
body.homepage-live.program-page--health .owho-health-split {
  position: relative;
  overflow: hidden;
  padding: var(--owho-home-section-space-compact, clamp(62px, 7vw, 92px)) 0;
  background: #ffffff;
}

body.homepage-live.program-page--health .owho-health-split--dietitian {
  background: #f8f6fc;
}

body.homepage-live.program-page--health .owho-health-split__grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}

body.homepage-live.program-page--health .owho-health-split__grid--reverse .owho-health-split__media {
  order: 2;
}

body.homepage-live.program-page--health .owho-health-split__grid--reverse .owho-health-split__content {
  order: 1;
}

body.homepage-live.program-page--health .owho-health-split__media {
  position: relative;
  min-height: clamp(360px, 34vw, 520px);
  overflow: hidden;
  border-radius: clamp(30px, 4vw, 48px);
  background: #fff7fb;
  border: 1px solid rgba(var(--owho-pink-rgb, 243, 19, 113), 0.12);
  box-shadow: 0 30px 88px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.12);
}

body.homepage-live.program-page--health .owho-health-split__media::after {
  content: "";
  position: absolute;
  inset: auto 22px 22px auto;
  width: 86px;
  height: 86px;
  border-radius: 999px;
  background: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.16);
  border: 1px solid rgba(var(--owho-pink-rgb, 243, 19, 113), 0.18);
  backdrop-filter: blur(8px);
}

body.homepage-live.program-page--health .owho-health-split__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

body.homepage-live.program-page--health .owho-health-split__content h2,
body.homepage-live.program-page--health .owho-health-request-form__content h2 {
  margin: 10px 0 18px;
  color: #111827;
  font-family: var(--owho-home-display-font, var(--careox-heading-font, "Nunito", sans-serif));
  font-size: var(--owho-home-h2-size, clamp(34px, 4vw, 54px));
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

body.homepage-live.program-page--health .owho-health-split__content p,
body.homepage-live.program-page--health .owho-health-request-form__content p {
  margin: 0;
  max-width: 70ch;
  color: #111827;
  font-family: var(--owho-home-body-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-body-size, 17px);
  line-height: 1.75;
  font-weight: 600;
}

body.homepage-live.program-page--health .owho-health-split__list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

body.homepage-live.program-page--health .owho-health-split__list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  color: #111827;
  font-family: var(--owho-home-body-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-body-size, 16px);
  line-height: 1.58;
  font-weight: 800;
}

body.homepage-live.program-page--health .owho-health-split__list i {
  margin-top: 5px;
  color: var(--owho-teal, #66c5b8);
}

body.homepage-live.program-page--health .owho-health-split__content .owho-program-button {
  margin-top: 26px;
}

body.homepage-live.program-page--health .owho-health-request-form {
  padding: var(--owho-home-section-space-compact, clamp(62px, 7vw, 92px)) 0;
  background: #fff7fb;
}

body.homepage-live.program-page--health .owho-health-request-form__shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: clamp(26px, 4vw, 56px);
  align-items: stretch;
  padding: clamp(24px, 3vw, 42px);
  border-radius: clamp(30px, 4vw, 48px);
  background: #ffffff;
  border: 1px solid rgba(var(--owho-pink-rgb, 243, 19, 113), 0.12);
  box-shadow: 0 30px 86px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.1);
}

body.homepage-live.program-page--health .owho-health-request-form__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(10px, 2vw, 26px);
}

body.homepage-live.program-page--health .owho-health-request-form__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

body.homepage-live.program-page--health .owho-health-request-form__chips span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 15px;
  border-radius: 999px;
  background: #fff7fb;
  color: #111827;
  border: 1px solid rgba(var(--owho-pink-rgb, 243, 19, 113), 0.12);
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
}

body.homepage-live.program-page--health .owho-health-request-form__chips i {
  color: var(--owho-pink, #f31371);
}

body.homepage-live.program-page--health .owho-health-request-form .owho-free-consult__form {
  box-shadow: 0 18px 52px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
}

body.homepage-live.program-page--health .owho-burden-slab + .owho-program-overview {
  padding-top: var(--owho-home-section-space-compact, clamp(62px, 7vw, 92px));
}

@media (max-width: 1199px) {
  body.homepage-live.program-page--health .owho-health-split__grid,
  body.homepage-live.program-page--health .owho-health-request-form__shell {
    grid-template-columns: 1fr;
  }

  body.homepage-live.program-page--health .owho-health-split__grid--reverse .owho-health-split__media,
  body.homepage-live.program-page--health .owho-health-split__grid--reverse .owho-health-split__content {
    order: initial;
  }
}

@media (max-width: 767px) {
  body.homepage-live.program-page--health .owho-health-split,
  body.homepage-live.program-page--health .owho-health-request-form {
    padding: clamp(54px, 14vw, 72px) 0;
  }

  body.homepage-live.program-page--health .owho-health-split__media {
    min-height: 300px;
    border-radius: 28px;
  }

  body.homepage-live.program-page--health .owho-health-request-form__shell {
    padding: 18px;
    border-radius: 28px;
  }
}

/* Health Support hero complete revamp: split editorial banner with clear image, not dark glass. */
body.homepage-live.program-page--health .owho-program-hero {
  min-height: clamp(700px, 48vw, 820px);
  padding: clamp(118px, 7vw, 132px) 0 clamp(44px, 5vw, 70px);
  background: #fff7fb;
  isolation: isolate;
}

body.homepage-live.program-page--health .owho-program-hero .page-header__bg {
  left: auto;
  right: 0;
  top: 0;
  width: min(53vw, 980px);
  height: 100%;
  opacity: 1;
  transform: none;
  filter: saturate(1.04) contrast(1.02);
  background-size: cover;
  background-position: center center;
  border-bottom-left-radius: clamp(52px, 7vw, 110px);
  box-shadow: -24px 0 70px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.12);
}

body.homepage-live.program-page--health .owho-program-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #fff7fb 0%, #fff7fb 45%, rgba(255, 247, 251, 0.66) 55%, rgba(255, 247, 251, 0.04) 72%, rgba(255, 247, 251, 0) 100%) !important;
}

body.homepage-live.program-page--health .owho-program-hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: max(22px, calc((100vw - 1180px) / 2));
  bottom: clamp(28px, 4vw, 54px);
  width: clamp(120px, 16vw, 230px);
  height: 8px;
  border-radius: 999px;
  background: var(--owho-teal, #66c5b8);
  box-shadow: 0 0 0 12px rgba(var(--owho-teal-rgb, 102, 197, 184), 0.1);
}

body.homepage-live.program-page--health .owho-program-hero .container {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 72px));
  min-height: clamp(470px, 35vw, 610px);
  display: flex;
  align-items: center;
  padding: 0;
}

body.homepage-live.program-page--health .owho-program-hero .owho-page-hero__content {
  position: relative;
  width: min(100%, 660px);
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.homepage-live.program-page--health .owho-program-hero .owho-page-hero__content::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -34px;
  top: -34px;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(var(--owho-pink-rgb, 243, 19, 113), 0.12);
  box-shadow: 0 22px 58px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.11);
}

body.homepage-live.program-page--health .owho-program-hero .owho-page-hero__eyebrow {
  margin-bottom: clamp(16px, 2vw, 24px);
  padding: 10px 16px;
  color: var(--owho-pink, #f31371);
  background: #ffffff;
  border: 1px solid rgba(var(--owho-pink-rgb, 243, 19, 113), 0.13);
  box-shadow: 0 14px 34px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.1);
}

body.homepage-live.program-page--health .owho-program-hero .page-header__title {
  max-width: 9ch;
  color: #111827;
  text-shadow: none;
  font-size: clamp(64px, 7vw, 112px);
  line-height: 0.93;
  letter-spacing: -0.06em;
}

body.homepage-live.program-page--health .owho-program-hero .owho-page-hero__text {
  max-width: 630px;
  margin-top: clamp(20px, 2.4vw, 28px);
  color: #111827;
  font-size: clamp(18px, 1.1vw, 22px);
  line-height: 1.62;
  font-weight: 700;
}

body.homepage-live.program-page--health .owho-program-hero .codebitel-breadcrumb {
  margin-top: clamp(20px, 2.6vw, 30px);
}

body.homepage-live.program-page--health .owho-program-hero .codebitel-breadcrumb li,
body.homepage-live.program-page--health .owho-program-hero .codebitel-breadcrumb li a {
  color: #111827;
}

body.homepage-live.program-page--health .owho-program-hero .codebitel-breadcrumb li span {
  color: var(--owho-pink, #f31371);
}

body.homepage-live.program-page--health .owho-program-hero__quick {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(20px, 2.4vw, 28px);
}

body.homepage-live.program-page--health .owho-program-hero__quick span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border-radius: 999px;
  color: #111827;
  background: #ffffff;
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
  box-shadow: 0 12px 28px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.06);
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
}

body.homepage-live.program-page--health .owho-program-hero__quick i {
  color: var(--owho-teal, #66c5b8);
}

body.homepage-live.program-page--health .owho-program-hero__actions {
  margin-top: clamp(24px, 3vw, 36px);
}

body.homepage-live.program-page--health .owho-program-hero__actions .codebitel-btn {
  background: var(--owho-pink, #f31371);
  box-shadow: 0 18px 42px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.22);
}

body.homepage-live.program-page--health .owho-program-hero__actions .owho-program-button--light {
  color: var(--owho-purple, #6c63a6);
  border: 1px solid rgba(var(--owho-purple-rgb, 108, 99, 166), 0.12);
  box-shadow: 0 16px 36px rgba(var(--owho-purple-rgb, 108, 99, 166), 0.08);
}

body.homepage-live.program-page--health .owho-page-hero__orb--pink {
  z-index: 3;
  right: clamp(34px, 6vw, 96px);
  bottom: clamp(44px, 7vw, 96px);
  opacity: 0.68;
}

body.homepage-live.program-page--health .owho-page-hero__orb--teal {
  z-index: 3;
  right: clamp(220px, 20vw, 380px);
  bottom: clamp(60px, 8vw, 112px);
  opacity: 0.8;
}

@media (max-width: 1199px) {
  body.homepage-live.program-page--health .owho-program-hero .page-header__bg {
    width: 48vw;
  }

  body.homepage-live.program-page--health .owho-program-hero::before {
    background: linear-gradient(90deg, #fff7fb 0%, #fff7fb 58%, rgba(255, 247, 251, 0.58) 74%, rgba(255, 247, 251, 0.08) 100%) !important;
  }

  body.homepage-live.program-page--health .owho-program-hero .owho-page-hero__content {
    width: min(100%, 620px);
  }
}

@media (max-width: 991px) {
  body.homepage-live.program-page--health .owho-program-hero {
    min-height: auto;
    padding-top: 116px;
    background: #fff7fb;
  }

  body.homepage-live.program-page--health .owho-program-hero .page-header__bg {
    position: relative;
    display: block;
    width: min(100% - 32px, 720px);
    height: clamp(260px, 48vw, 430px);
    margin: 0 auto clamp(28px, 6vw, 44px);
    border-radius: 34px;
    box-shadow: 0 22px 60px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.13);
  }

  body.homepage-live.program-page--health .owho-program-hero::before,
  body.homepage-live.program-page--health .owho-program-hero::after {
    display: none;
  }

  body.homepage-live.program-page--health .owho-program-hero .container {
    width: min(100% - 32px, 720px);
    min-height: auto;
  }

  body.homepage-live.program-page--health .owho-program-hero .owho-page-hero__content {
    width: 100%;
  }

  body.homepage-live.program-page--health .owho-program-hero .page-header__title {
    max-width: none;
    font-size: clamp(48px, 12vw, 76px);
  }
}

@media (max-width: 575px) {
  body.homepage-live.program-page--health .owho-program-hero__quick span,
  body.homepage-live.program-page--health .owho-program-hero__actions .codebitel-btn,
  body.homepage-live.program-page--health .owho-program-hero__actions .owho-program-button {
    width: 100%;
    justify-content: center;
  }
}

/* Mobile safety for the revamped Health Support hero. */
@media (max-width: 991px) {
  body.homepage-live.program-page--health .owho-program-hero {
    display: flex;
    flex-direction: column;
    gap: 28px;
    overflow: hidden;
  }

  body.homepage-live.program-page--health .owho-program-hero .page-header__bg {
    position: relative !important;
    inset: auto !important;
    width: min(calc(100% - 32px), 720px) !important;
    max-width: 720px;
    flex: 0 0 auto;
  }

  body.homepage-live.program-page--health .owho-program-hero .container {
    width: min(calc(100% - 32px), 720px) !important;
    max-width: 720px;
    min-height: 0;
    display: block !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  body.homepage-live.program-page--health .owho-program-hero .owho-page-hero__content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  body.homepage-live.program-page--health .owho-program-hero .owho-page-hero__eyebrow {
    max-width: 100%;
    white-space: normal;
  }

  body.homepage-live.program-page--health .owho-program-hero .owho-page-hero__text {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  body.homepage-live.program-page--health .owho-program-hero .page-header__title {
    font-size: clamp(46px, 17vw, 64px);
    line-height: 0.98;
  }
}

@media (max-width: 575px) {
  body.homepage-live.program-page--health .owho-program-hero {
    max-width: 100vw;
  }

  body.homepage-live.program-page--health .owho-program-hero .owho-page-hero__content,
  body.homepage-live.program-page--health .owho-program-hero .owho-page-hero__text,
  body.homepage-live.program-page--health .owho-program-hero .codebitel-breadcrumb,
  body.homepage-live.program-page--health .owho-program-hero__quick,
  body.homepage-live.program-page--health .owho-program-hero__actions {
    max-width: calc(100vw - 32px) !important;
    overflow-wrap: anywhere;
  }

  body.homepage-live.program-page--health .owho-program-hero .page-header__title {
    max-width: 8ch !important;
    white-space: normal !important;
    overflow-wrap: normal;
    word-break: normal;
    font-size: clamp(42px, 14vw, 56px);
  }
}

/* Compact Health Support hero after removing extra pills/buttons. */
body.homepage-live.program-page--health .owho-program-hero {
  min-height: clamp(560px, 39vw, 650px) !important;
  padding: clamp(108px, 6.4vw, 120px) 0 clamp(30px, 3.6vw, 48px) !important;
}

body.homepage-live.program-page--health .owho-program-hero .container {
  min-height: clamp(360px, 28vw, 470px) !important;
}

body.homepage-live.program-page--health .owho-program-hero .page-header__title {
  font-size: clamp(54px, 5.5vw, 86px) !important;
  line-height: 0.96 !important;
}

body.homepage-live.program-page--health .owho-program-hero .owho-page-hero__text {
  max-width: 560px !important;
  margin-top: clamp(16px, 2vw, 22px) !important;
  font-size: clamp(16px, 0.9vw, 19px) !important;
  line-height: 1.58 !important;
}

body.homepage-live.program-page--health .owho-program-hero .codebitel-breadcrumb {
  margin-top: clamp(16px, 2vw, 24px) !important;
}

body.homepage-live.program-page--health .owho-program-hero .page-header__bg {
  width: min(51vw, 920px) !important;
}

@media (max-width: 991px) {
  body.homepage-live.program-page--health .owho-program-hero {
    padding-top: 104px !important;
    gap: 22px !important;
  }

  body.homepage-live.program-page--health .owho-program-hero .page-header__bg {
    width: min(calc(100% - 32px), 680px) !important;
    height: clamp(220px, 42vw, 360px) !important;
  }
}

@media (max-width: 575px) {
  body.homepage-live.program-page--health .owho-program-hero .page-header__title {
    font-size: clamp(40px, 13vw, 52px) !important;
  }

  body.homepage-live.program-page--health .owho-program-hero .owho-page-hero__text {
    font-size: 16px !important;
  }
}

/* Smaller Health Support hero heading. */
body.homepage-live.program-page--health .owho-program-hero .page-header__title {
  font-size: clamp(44px, 4.4vw, 68px) !important;
  line-height: 1.02 !important;
  max-width: 11ch !important;
}

@media (max-width: 575px) {
  body.homepage-live.program-page--health .owho-program-hero .page-header__title {
    font-size: clamp(36px, 11vw, 46px) !important;
  }
}

/* Unified compact split hero for all inner pages (homepage excluded because it has no page-header hero). */
body.homepage-live .owho-page-hero {
  min-height: clamp(540px, 38vw, 640px) !important;
  padding: clamp(108px, 6.4vw, 120px) 0 clamp(30px, 3.6vw, 48px) !important;
  background: #fff7fb !important;
  isolation: isolate;
  overflow: hidden;
}

body.homepage-live .owho-page-hero .page-header__bg {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  width: min(51vw, 920px) !important;
  height: 100%;
  opacity: 1 !important;
  transform: none !important;
  filter: saturate(1.04) contrast(1.02) !important;
  background-size: cover;
  background-position: center center;
  border-bottom-left-radius: clamp(52px, 7vw, 110px);
  box-shadow: -24px 0 70px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.12);
}

body.homepage-live .owho-page-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #fff7fb 0%, #fff7fb 45%, rgba(255, 247, 251, 0.66) 56%, rgba(255, 247, 251, 0.04) 74%, rgba(255, 247, 251, 0) 100%) !important;
}

body.homepage-live .owho-page-hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: max(22px, calc((100vw - 1180px) / 2));
  bottom: clamp(28px, 4vw, 54px);
  display: block !important;
  width: clamp(108px, 14vw, 210px);
  height: 7px;
  border-radius: 999px;
  background: var(--owho-teal, #66c5b8);
  box-shadow: 0 0 0 11px rgba(var(--owho-teal-rgb, 102, 197, 184), 0.1);
}

body.homepage-live .owho-page-hero .container {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 72px)) !important;
  max-width: none !important;
  min-height: clamp(350px, 27vw, 455px) !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
}

body.homepage-live .owho-page-hero__content {
  position: relative;
  width: min(100%, 660px) !important;
  max-width: 660px !important;
  min-height: auto !important;
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.homepage-live .owho-page-hero__content::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -34px;
  top: -34px;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(var(--owho-pink-rgb, 243, 19, 113), 0.12);
  box-shadow: 0 22px 58px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.11);
}

body.homepage-live .owho-page-hero__eyebrow,
body.homepage-live .owho-program-hero .owho-page-hero__eyebrow {
  margin-bottom: clamp(14px, 1.8vw, 20px) !important;
  padding: 10px 16px !important;
  color: var(--owho-pink, #f31371) !important;
  background: #ffffff !important;
  border: 1px solid rgba(var(--owho-pink-rgb, 243, 19, 113), 0.13) !important;
  box-shadow: 0 14px 34px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.1) !important;
}

body.homepage-live .owho-page-hero .page-header__title {
  max-width: 12ch !important;
  color: #111827 !important;
  text-shadow: none !important;
  font-size: clamp(42px, 4.3vw, 66px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.055em !important;
}

body.homepage-live .owho-page-hero .owho-page-hero__text {
  max-width: 580px !important;
  margin-top: clamp(15px, 1.8vw, 22px) !important;
  color: #111827 !important;
  font-family: var(--owho-home-body-font, var(--careox-font, "Nunito", sans-serif));
  font-size: clamp(16px, 0.9vw, 19px) !important;
  line-height: 1.6 !important;
  font-weight: 700 !important;
}

body.homepage-live .owho-page-hero .codebitel-breadcrumb {
  margin-top: clamp(16px, 2vw, 24px) !important;
}

body.homepage-live .owho-page-hero .codebitel-breadcrumb li,
body.homepage-live .owho-page-hero .codebitel-breadcrumb li a {
  color: #111827 !important;
}

body.homepage-live .owho-page-hero .codebitel-breadcrumb li span {
  color: var(--owho-pink, #f31371) !important;
}

body.homepage-live .owho-page-hero .owho-program-hero__actions {
  margin-top: clamp(20px, 2.6vw, 30px) !important;
}

body.homepage-live .owho-page-hero .owho-program-hero__actions .codebitel-btn {
  background: var(--owho-pink, #f31371) !important;
  box-shadow: 0 18px 42px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.22);
}

body.homepage-live .owho-page-hero .owho-program-hero__actions .owho-program-button--light {
  color: var(--owho-purple, #6c63a6) !important;
  border: 1px solid rgba(var(--owho-purple-rgb, 108, 99, 166), 0.12);
  box-shadow: 0 16px 36px rgba(var(--owho-purple-rgb, 108, 99, 166), 0.08);
}

body.homepage-live .owho-page-hero__orb--pink {
  z-index: 3;
  right: clamp(34px, 6vw, 96px);
  bottom: clamp(44px, 7vw, 96px);
  opacity: 0.58;
}

body.homepage-live .owho-page-hero__orb--teal {
  z-index: 3;
  right: clamp(220px, 20vw, 380px);
  bottom: clamp(60px, 8vw, 112px);
  opacity: 0.78;
}

@media (max-width: 1199px) {
  body.homepage-live .owho-page-hero .page-header__bg {
    width: 48vw !important;
  }

  body.homepage-live .owho-page-hero::before {
    background: linear-gradient(90deg, #fff7fb 0%, #fff7fb 58%, rgba(255, 247, 251, 0.58) 74%, rgba(255, 247, 251, 0.08) 100%) !important;
  }
}

@media (max-width: 991px) {
  body.homepage-live .owho-page-hero {
    display: flex;
    flex-direction: column;
    gap: 22px;
    min-height: auto !important;
    padding: 104px 0 clamp(48px, 11vw, 68px) !important;
    overflow: hidden;
  }

  body.homepage-live .owho-page-hero .page-header__bg {
    position: relative !important;
    inset: auto !important;
    display: block;
    width: min(calc(100% - 32px), 720px) !important;
    max-width: 720px;
    height: clamp(220px, 42vw, 360px) !important;
    flex: 0 0 auto;
    margin: 0 auto !important;
    border-radius: 34px;
    box-shadow: 0 22px 60px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.13);
  }

  body.homepage-live .owho-page-hero::before,
  body.homepage-live .owho-page-hero::after,
  body.homepage-live .owho-page-hero__orb {
    display: none !important;
  }

  body.homepage-live .owho-page-hero .container {
    width: min(calc(100% - 32px), 720px) !important;
    max-width: 720px !important;
    min-height: 0 !important;
    display: block !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  body.homepage-live .owho-page-hero__content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  body.homepage-live .owho-page-hero .page-header__title {
    max-width: 100% !important;
    font-size: clamp(40px, 10vw, 56px) !important;
  }

  body.homepage-live .owho-page-hero .owho-page-hero__text {
    max-width: 100% !important;
  }
}

@media (max-width: 575px) {
  body.homepage-live .owho-page-hero .page-header__title {
    max-width: 12ch !important;
    font-size: clamp(35px, 10.5vw, 45px) !important;
  }

  body.homepage-live .owho-page-hero .owho-page-hero__text {
    font-size: 16px !important;
  }

  body.homepage-live .owho-page-hero .owho-program-hero__actions .codebitel-btn,
  body.homepage-live .owho-page-hero .owho-program-hero__actions .owho-program-button {
    width: 100%;
    justify-content: center;
  }
}

/* Specificity lock so older per-page hero overrides cannot bring back the old dark header. */
body.homepage-live.about-page .owho-page-hero,
body.homepage-live.contact-page .owho-page-hero,
body.homepage-live.get-involved-page .owho-page-hero,
body.homepage-live.get-support-page .owho-page-hero,
body.homepage-live.impact-page .owho-page-hero,
body.homepage-live.programs-page .owho-page-hero,
body.homepage-live.program-page .owho-page-hero {
  background: #fff7fb !important;
}

body.homepage-live.about-page .owho-page-hero::before,
body.homepage-live.contact-page .owho-page-hero::before,
body.homepage-live.get-involved-page .owho-page-hero::before,
body.homepage-live.get-support-page .owho-page-hero::before,
body.homepage-live.impact-page .owho-page-hero::before,
body.homepage-live.programs-page .owho-page-hero::before,
body.homepage-live.program-page .owho-page-hero::before {
  background: linear-gradient(90deg, #fff7fb 0%, #fff7fb 45%, rgba(255, 247, 251, 0.66) 56%, rgba(255, 247, 251, 0.04) 74%, rgba(255, 247, 251, 0) 100%) !important;
}

body.homepage-live.about-page .owho-page-hero__content,
body.homepage-live.contact-page .owho-page-hero__content,
body.homepage-live.get-involved-page .owho-page-hero__content,
body.homepage-live.get-support-page .owho-page-hero__content,
body.homepage-live.impact-page .owho-page-hero__content,
body.homepage-live.programs-page .owho-page-hero__content,
body.homepage-live.program-page .owho-page-hero__content {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

body.homepage-live.about-page .owho-page-hero__orb,
body.homepage-live.contact-page .owho-page-hero__orb,
body.homepage-live.get-involved-page .owho-page-hero__orb,
body.homepage-live.get-support-page .owho-page-hero__orb,
body.homepage-live.impact-page .owho-page-hero__orb,
body.homepage-live.programs-page .owho-page-hero__orb,
body.homepage-live.program-page .owho-page-hero__orb {
  display: block !important;
}

@media (max-width: 991px) {
  body.homepage-live.about-page .owho-page-hero::before,
  body.homepage-live.contact-page .owho-page-hero::before,
  body.homepage-live.get-involved-page .owho-page-hero::before,
  body.homepage-live.get-support-page .owho-page-hero::before,
  body.homepage-live.impact-page .owho-page-hero::before,
  body.homepage-live.programs-page .owho-page-hero::before,
  body.homepage-live.program-page .owho-page-hero::before,
  body.homepage-live.about-page .owho-page-hero__orb,
  body.homepage-live.contact-page .owho-page-hero__orb,
  body.homepage-live.get-involved-page .owho-page-hero__orb,
  body.homepage-live.get-support-page .owho-page-hero__orb,
  body.homepage-live.impact-page .owho-page-hero__orb,
  body.homepage-live.programs-page .owho-page-hero__orb,
  body.homepage-live.program-page .owho-page-hero__orb {
    display: none !important;
  }
}

/* About page hero image update: locally hosted WebP converted from the supplied reference. */
body.homepage-live.about-page .owho-page-hero .page-header__bg {
  background-image: url("../images/generated/about_hero_humanity_20260504.webp") !important;
  background-position: center center !important;
}

/* Impact page hero image update: locally hosted optimized WebP. */
body.homepage-live.impact-page .owho-page-hero .page-header__bg {
  background-image: url("../images/generated/impact_hero_community_20260504.webp") !important;
  background-position: center center !important;
}

/* Get Involved page hero image update: reuse optimized local WebP from supplied reference. */
body.homepage-live.get-involved-page .owho-page-hero .page-header__bg {
  background-image: url("../images/generated/about_hero_humanity_20260504.webp") !important;
  background-position: center center !important;
}

/* Get Involved page corrected hero image. */
body.homepage-live.get-involved-page .owho-page-hero .page-header__bg {
  background-image: url("../images/generated/get_involved_hero_20260504.webp") !important;
  background-position: center center !important;
}


/* Get Support page hero image update: locally hosted image from supplied reference. */
body.homepage-live.get-support-page .owho-page-hero .page-header__bg {
  background-image: url("../images/generated/get_support_hero_20260506_v2.webp") !important;
  background-position: center center !important;
}

/* Contact page hero image update: locally hosted optimized WebP. */
body.homepage-live.contact-page .owho-page-hero .page-header__bg {
  background-image: url("../images/generated/contact_hero_20260504.webp") !important;
  background-position: center center !important;
}

/* Full-bleed CTA slabs requested for program help, contact, and get-involved sections. */
body.homepage-live.program-page--food .owho-program-donor,
body.homepage-live.program-page--environment .owho-program-donor,
body.homepage-live.program-page--cyber .owho-program-donor {
  padding: 0 !important;
  background: var(--owho-pink, #f31371) !important;
}

body.homepage-live.program-page--food .owho-program-donor > .container,
body.homepage-live.program-page--environment .owho-program-donor > .container,
body.homepage-live.program-page--cyber .owho-program-donor > .container {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.homepage-live.program-page--food .owho-program-donor__panel,
body.homepage-live.program-page--environment .owho-program-donor__panel,
body.homepage-live.program-page--cyber .owho-program-donor__panel {
  width: 100% !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
  background: var(--owho-pink, #f31371) !important;
  padding: clamp(46px, 6vw, 76px) max(24px, calc((100vw - 1200px) / 2)) !important;
}

body.homepage-live.contact-page .owho-contact-cta,
body.homepage-live.get-involved-page .owho-involve-final {
  padding: 0 !important;
  background: var(--owho-pink, #f31371) !important;
}

body.homepage-live.contact-page .owho-contact-cta > .container,
body.homepage-live.get-involved-page .owho-involve-final > .container {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.homepage-live.contact-page .owho-contact-cta__panel,
body.homepage-live.get-involved-page .owho-involve-final__panel {
  width: 100% !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
  background: var(--owho-pink, #f31371) !important;
  padding: clamp(46px, 6vw, 76px) max(24px, calc((100vw - 1200px) / 2)) !important;
}

body.homepage-live.contact-page .owho-contact-cta__eyebrow,
body.homepage-live.get-involved-page .owho-involve-final .owho-involve__eyebrow {
  color: #ffe16b !important;
}

@media (max-width: 767px) {
  body.homepage-live.program-page--food .owho-program-donor__panel,
  body.homepage-live.program-page--environment .owho-program-donor__panel,
  body.homepage-live.program-page--cyber .owho-program-donor__panel,
  body.homepage-live.contact-page .owho-contact-cta__panel,
  body.homepage-live.get-involved-page .owho-involve-final__panel {
    padding: 42px 20px !important;
  }
}

/* Health help cards: contain product-style transparent images instead of cropping logos/illustrations. */
body.homepage-live.program-page--health .owho-health-help-card__visual img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  padding: clamp(8px, 1.2vw, 14px) !important;
}

/* Keep CKD Treatment and Creatinine Reduction cards cropped/full like before; contain only the logo-style later cards. */
body.homepage-live.program-page--health .owho-health-help__grid .owho-health-help-card:nth-child(1) .owho-health-help-card__visual img,
body.homepage-live.program-page--health .owho-health-help__grid .owho-health-help-card:nth-child(2) .owho-health-help-card__visual img {
  object-fit: cover !important;
  padding: 0 !important;
}

/* Volunteer Doctor Guidance image should cover the full split media frame. */
body.homepage-live.program-page--health #volunteer-doctor-guidance .owho-health-split__media img {
  width: 100% !important;
  height: 100% !important;
  min-height: inherit !important;
  object-fit: cover !important;
  object-position: center center !important;
  padding: 0 !important;
}

/* Volunteer Doctor Guidance image: contain full artwork without cropping. */
body.homepage-live.program-page--health #volunteer-doctor-guidance .owho-health-split__media img {
  width: 100% !important;
  height: 100% !important;
  min-height: inherit !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: clamp(10px, 1.4vw, 18px) !important;
  background: #fff7fb !important;
}

/* Floating donation activity notification. Kept as an illustrative supporter example, not a live transaction feed. */
.owho-donation-pulse {
  position: fixed;
  left: clamp(14px, 2vw, 28px);
  bottom: clamp(16px, 2vw, 30px);
  z-index: 9998;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  width: min(360px, calc(100vw - 28px));
  padding: 12px 14px 12px 12px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(var(--owho-pink-rgb, 243, 19, 113), 0.16);
  box-shadow: 0 24px 70px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.18), 0 0 0 8px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.04);
  color: #111827;
  font-family: var(--owho-home-body-font, var(--careox-font, "Nunito", sans-serif));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(-18px, 18px, 0) scale(0.96);
  transition: opacity 0.42s ease, visibility 0.42s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.owho-donation-pulse.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.owho-donation-pulse__flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: #fff7fb;
  font-size: 25px;
  box-shadow: inset 0 0 0 1px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.12);
}

.owho-donation-pulse__copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.owho-donation-pulse__label {
  color: var(--owho-pink, #f31371);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.owho-donation-pulse__message {
  display: block;
  overflow: hidden;
  color: #111827;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.owho-donation-pulse__amount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--owho-teal, #66c5b8);
  color: #fff;
  font-size: 15px;
  font-weight: 1000;
  box-shadow: 0 12px 28px rgba(var(--owho-teal-rgb, 102, 197, 184), 0.28);
}

@media (max-width: 575px) {
  .owho-donation-pulse {
    left: 12px;
    right: 12px;
    bottom: 14px;
    width: auto;
    border-radius: 20px;
  }

  .owho-donation-pulse__message {
    font-size: 13px;
  }

  .owho-donation-pulse__flag {
    width: 44px;
    height: 44px;
    border-radius: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .owho-donation-pulse {
    transition: none;
    transform: none;
  }
}

@media print {
  .owho-donation-pulse {
    display: none !important;
  }
}

/* Place donation pulse like a sidebar widget on desktop so it does not cover hero action pills. */
@media (min-width: 576px) {
  .owho-donation-pulse {
    left: auto !important;
    right: clamp(18px, 2.2vw, 34px) !important;
    bottom: clamp(18px, 2.2vw, 34px) !important;
    transform: translate3d(18px, 18px, 0) scale(0.96);
  }

  .owho-donation-pulse.is-visible {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

/* Program pages: place the matching impact chart directly below each hero banner. */
body.homepage-live.program-page .owho-program-chart-snapshot {
  padding: var(--owho-home-section-space, 92px) 0;
  background: #ffffff;
}

body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-lab__header {
  max-width: 930px;
  margin: 0 auto 36px;
  text-align: center;
}

body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--owho-pink, #f31371);
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-small-size, 13px);
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 6px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.1);
}

body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-lab__header h2 {
  margin: 14px auto 0;
  color: #111827;
  font-family: var(--owho-home-display-font, var(--careox-heading-font, "Nunito", sans-serif));
  font-size: var(--owho-home-hero-size, clamp(36px, 4vw, 46px));
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-lab__header p {
  margin: 18px auto 0;
  max-width: 760px;
  color: #111827;
  font-family: var(--owho-home-body-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-body-size, clamp(16px, 0.28vw + 15.2px, 17px));
  line-height: 1.72;
  font-weight: 600;
  text-wrap: pretty;
}

body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-grid,
body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-grid--single {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  max-width: 1060px;
  margin: 0 auto;
}

body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-card,
body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-card--wide {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 20px;
  padding: 2rem;
  background: #f8f6fc;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.1);
  box-shadow: 0 20px 60px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
  overflow: hidden;
}

body.homepage-live.program-page--environment .owho-program-chart-snapshot .owho-impact-chart-card {
  background: #fff7fb;
}

body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-card__top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1.5rem;
}

body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-card__icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--chart-accent, var(--owho-pink, #f31371));
  color: var(--careox-white, #fff) !important;
  font-size: 18px;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.1);
}

body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-card__icon i,
body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-card__icon i::before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  font-style: normal !important;
  color: var(--careox-white, #fff) !important;
  display: inline-block !important;
  line-height: 1 !important;
}

body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-card__eyebrow {
  display: block;
  margin-bottom: 2px;
  color: var(--chart-accent, var(--owho-pink, #f31371));
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-small-size, 13px);
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-card h3,
body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-metric strong {
  margin: 0;
  color: #3c3489;
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-h3-size, clamp(20px, 1.8vw, 22px));
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.01em;
}

body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-card__metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin-bottom: 1.5rem;
}

body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-card__metrics--stacked {
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 0;
}

body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-card__split {
  display: grid;
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 1fr);
  gap: 20px;
}

body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-metric {
  min-height: auto;
  border-radius: 14px;
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.72);
  border: 0.5px solid rgba(255, 255, 255, 0.9);
}

body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-metric span {
  display: block;
  color: #7f77dd;
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-small-size, 13px);
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-metric strong {
  display: block;
  margin: 4px 0;
}

body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-metric em {
  display: block;
  color: #534ab7;
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-small-size, clamp(12px, 0.18vw + 11.7px, 13px));
  line-height: 1.45;
  font-style: normal;
  font-weight: 700;
}

body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-bars {
  display: grid;
  gap: 0;
  margin-top: auto;
  padding: 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.55);
  border: 0.5px solid rgba(255, 255, 255, 0.85);
}

body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-row {
  padding: 5px 0;
  border-bottom: 0.5px solid rgba(83, 74, 183, 0.1);
}

body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-row:last-child {
  border-bottom: 0;
}

body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-row__label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
}

body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-row__label span,
body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-row__label strong,
body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-card__note {
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-small-size, clamp(12px, 0.18vw + 11.7px, 13px));
  line-height: 1.45;
  font-weight: 800;
}

body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-row__label span {
  color: #72243e;
}

body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-row__label strong {
  color: var(--chart-accent, var(--owho-pink, #f31371));
  font-weight: 900;
  white-space: nowrap;
}

body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-track {
  height: 6px;
  border-radius: 3px;
  background: rgba(83, 74, 183, 0.12);
  overflow: hidden;
}

body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-track span {
  display: block;
  height: 100%;
  min-width: 0;
  border-radius: 3px;
  background: var(--chart-accent, var(--owho-pink, #f31371));
}

body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-card__note {
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 0.5px solid rgba(83, 74, 183, 0.15);
  color: #7f77dd;
  font-weight: 700;
}

@media (max-width: 991px) {
  body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-card__split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.homepage-live.program-page .owho-program-chart-snapshot {
    padding: 58px 0;
  }

  body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-card,
  body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-card--wide {
    padding: 1.35rem;
    border-radius: 26px;
  }

  body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-card__top,
  body.homepage-live.program-page .owho-program-chart-snapshot .owho-impact-chart-card__metrics {
    grid-template-columns: 1fr;
  }
}

/* Donation pulse position update: keep it floating on the left side. */
@media (min-width: 576px) {
  .owho-donation-pulse {
    left: clamp(18px, 2.2vw, 34px) !important;
    right: auto !important;
    bottom: clamp(18px, 2.2vw, 34px) !important;
    transform: translate3d(-18px, 18px, 0) scale(0.96) !important;
  }

  .owho-donation-pulse.is-visible {
    transform: translate3d(0, 0, 0) scale(1) !important;
  }
}

/* Legal & Financial page */
body.homepage-live.legal-financial-page,
body.homepage-live.legal-financial-page button,
body.homepage-live.legal-financial-page input,
body.homepage-live.legal-financial-page textarea,
body.homepage-live.legal-financial-page select {
  font-family: var(--owho-home-body-font, var(--careox-font, "Nunito", sans-serif));
}

body.homepage-live.legal-financial-page :is(h1, h2, h3, h4, h5, h6, .page-header__title) {
  font-family: var(--owho-home-display-font, var(--careox-heading-font, "Nunito", sans-serif));
}

body.homepage-live.legal-financial-page .owho-legal-hero {
  background: #24184d;
}

body.homepage-live.legal-financial-page .owho-legal-hero .page-header__bg {
  background-image: url("../images/generated/health_hero_us_1777568609856.webp");
  background-position: center 38%;
}

body.homepage-live.legal-financial-page .owho-legal-hero::before {
  background: rgba(8, 6, 20, 0.78);
}

body.homepage-live.legal-financial-page .owho-legal-hero .owho-page-hero__content {
  background: rgba(14, 12, 30, 0.86);
}

body.homepage-live.legal-financial-page .owho-legal-finance {
  position: relative;
  padding: var(--owho-home-section-space, 92px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 6%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.18) 0%, transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.14) 0%, transparent 30%),
    linear-gradient(180deg, #f8f6fc 0%, #ffffff 100%);
}

body.homepage-live.legal-financial-page .owho-legal-finance__header {
  max-width: 920px;
  margin: 0 auto clamp(34px, 4.5vw, 54px);
  text-align: center;
}

body.homepage-live.legal-financial-page .owho-legal-finance__eyebrow,
body.homepage-live.legal-financial-page .owho-legal-finance__panel-label,
body.homepage-live.legal-financial-page .owho-legal-finance__donation-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--owho-pink, #f31371);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 1000;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.homepage-live.legal-financial-page .owho-legal-finance__eyebrow::before,
body.homepage-live.legal-financial-page .owho-legal-finance__panel-label::before,
body.homepage-live.legal-financial-page .owho-legal-finance__donation-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

body.homepage-live.legal-financial-page .owho-legal-finance__header h2 {
  margin: 14px auto 0;
  color: #111827;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.06;
  font-weight: 1000;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

body.homepage-live.legal-financial-page .owho-legal-finance__header p {
  max-width: 800px;
  margin: 18px auto 0;
  color: #1f2937;
  font-size: clamp(16px, 0.3vw + 15px, 18px);
  line-height: 1.76;
  font-weight: 650;
}

body.homepage-live.legal-financial-page .owho-legal-finance__metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  margin-bottom: clamp(34px, 4vw, 52px);
}

body.homepage-live.legal-financial-page .owho-legal-finance-metric {
  position: relative;
  min-height: 100%;
  padding: clamp(22px, 2.6vw, 32px);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  box-shadow: 0 22px 62px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  overflow: hidden;
}

body.homepage-live.legal-financial-page .owho-legal-finance-metric::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: var(--owho-teal, #66c5b8);
}

body.homepage-live.legal-financial-page .owho-legal-finance-metric:nth-child(2)::before { background: var(--owho-pink, #f31371); }
body.homepage-live.legal-financial-page .owho-legal-finance-metric:nth-child(3)::before { background: var(--owho-purple, #6c63a6); }
body.homepage-live.legal-financial-page .owho-legal-finance-metric:nth-child(4)::before { background: var(--owho-orange, #f97316); }

body.homepage-live.legal-financial-page .owho-legal-finance-metric strong {
  display: block;
  color: #111827;
  font-size: clamp(34px, 3.5vw, 54px);
  line-height: 1;
  font-weight: 1000;
  letter-spacing: -0.05em;
}

body.homepage-live.legal-financial-page .owho-legal-finance-metric span {
  display: block;
  margin-top: 10px;
  color: #374151;
  font-size: 15.5px;
  line-height: 1.52;
  font-weight: 800;
}

body.homepage-live.legal-financial-page .owho-legal-finance__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.82fr);
  gap: clamp(24px, 3vw, 34px);
  align-items: start;
}

body.homepage-live.legal-financial-page .owho-legal-finance__panel,
body.homepage-live.legal-financial-page .owho-legal-finance__donation {
  border-radius: clamp(28px, 3vw, 38px);
  box-shadow: 0 28px 84px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.1);
}

body.homepage-live.legal-financial-page .owho-legal-finance__panel {
  padding: clamp(28px, 4vw, 48px);
  background: #ffffff;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
}

body.homepage-live.legal-financial-page .owho-legal-finance__panel h3,
body.homepage-live.legal-financial-page .owho-legal-finance__donation h3 {
  margin: 12px 0 0;
  color: #111827;
  font-size: clamp(26px, 2.8vw, 40px);
  line-height: 1.1;
  font-weight: 1000;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

body.homepage-live.legal-financial-page .owho-legal-finance__panel p,
body.homepage-live.legal-financial-page .owho-legal-finance__donation p {
  margin: 16px 0 0;
  color: #1f2937;
  font-size: 16px;
  line-height: 1.74;
  font-weight: 650;
  text-align: justify;
  text-justify: inter-word;
}

body.homepage-live.legal-financial-page .owho-legal-finance__need-list,
body.homepage-live.legal-financial-page .owho-legal-finance__badges,
body.homepage-live.legal-financial-page .owho-legal-finance__donation-options {
  display: grid;
  gap: 12px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

body.homepage-live.legal-financial-page .owho-legal-finance__need-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 18px;
  background: #f8f6fc;
  color: #111827;
  font-weight: 750;
  line-height: 1.55;
}

body.homepage-live.legal-financial-page .owho-legal-finance__need-list i {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--owho-teal, #66c5b8);
  color: #ffffff;
  font-size: 12px;
}

body.homepage-live.legal-financial-page .owho-legal-finance__progress {
  margin: 26px 0 30px;
  padding: clamp(20px, 2.4vw, 28px);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.22) 0%, transparent 35%),
    #eefaf8;
  border: 1px solid rgba(var(--owho-teal-rgb, 102, 197, 184), 0.28);
}

body.homepage-live.legal-financial-page .owho-legal-finance__progress-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: #111827;
  font-weight: 1000;
}

body.homepage-live.legal-financial-page .owho-legal-finance__progress-bar {
  height: 14px;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(var(--owho-navy-rgb, 99, 69, 165), 0.12);
}

body.homepage-live.legal-financial-page .owho-legal-finance__progress-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--owho-teal, #66c5b8), var(--owho-pink, #f31371));
}

body.homepage-live.legal-financial-page .owho-legal-finance__badges {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 0;
}

body.homepage-live.legal-financial-page .owho-legal-finance__badges span {
  padding: 14px 16px;
  border-radius: 16px;
  background: #f8f6fc;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  color: #111827;
  font-size: 14px;
  font-weight: 900;
}

body.homepage-live.legal-financial-page .owho-legal-finance__donation {
  position: sticky;
  top: 110px;
  padding: clamp(28px, 3.4vw, 42px);
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 8%, rgba(255, 255, 255, 0.2) 0%, transparent 28%),
    linear-gradient(135deg, var(--owho-purple, #6c63a6) 0%, #17213f 100%);
  color: #ffffff;
}

body.homepage-live.legal-financial-page .owho-legal-finance__donation-kicker,
body.homepage-live.legal-financial-page .owho-legal-finance__donation h3,
body.homepage-live.legal-financial-page .owho-legal-finance__donation p,
body.homepage-live.legal-financial-page .owho-legal-finance__note,
body.homepage-live.legal-financial-page .owho-legal-finance__ein {
  color: #ffffff;
}

body.homepage-live.legal-financial-page .owho-legal-finance__donation-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.homepage-live.legal-financial-page .owho-legal-finance__donation-options span {
  padding: 18px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  text-align: center;
}

body.homepage-live.legal-financial-page .owho-legal-finance__donation-options strong,
body.homepage-live.legal-financial-page .owho-legal-finance__donation-options small {
  display: block;
}

body.homepage-live.legal-financial-page .owho-legal-finance__donation-options strong {
  font-size: 26px;
  font-weight: 1000;
}

body.homepage-live.legal-financial-page .owho-legal-finance__donation-options small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

body.homepage-live.legal-financial-page .owho-legal-finance__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

body.homepage-live.legal-financial-page .owho-legal-finance__donation .codebitel-btn {
  background: #ffffff;
  color: var(--owho-purple, #6c63a6);
}

body.homepage-live.legal-financial-page .owho-legal-finance__ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

body.homepage-live.legal-financial-page .owho-legal-finance__note,
body.homepage-live.legal-financial-page .owho-legal-finance__ein {
  font-size: 13px;
  line-height: 1.6;
  opacity: 0.82;
}

.owho-social-x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95em;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.08em;
}

@media (max-width: 1199px) {
  body.homepage-live.legal-financial-page .owho-legal-finance__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.homepage-live.legal-financial-page .owho-legal-finance__layout {
    grid-template-columns: 1fr;
  }

  body.homepage-live.legal-financial-page .owho-legal-finance__donation {
    position: relative;
    top: auto;
  }
}

@media (max-width: 767px) {
  body.homepage-live.legal-financial-page .owho-legal-finance {
    padding: 58px 0;
  }

  body.homepage-live.legal-financial-page .owho-legal-finance__metrics,
  body.homepage-live.legal-financial-page .owho-legal-finance__badges,
  body.homepage-live.legal-financial-page .owho-legal-finance__donation-options {
    grid-template-columns: 1fr;
  }

  body.homepage-live.legal-financial-page .owho-legal-finance__panel,
  body.homepage-live.legal-financial-page .owho-legal-finance__donation {
    border-radius: 26px;
    padding: 24px 20px;
  }

  body.homepage-live.legal-financial-page .owho-legal-finance__progress-top,
  body.homepage-live.legal-financial-page .owho-legal-finance__actions,
  body.homepage-live.legal-financial-page .owho-legal-finance__actions .codebitel-btn,
  body.homepage-live.legal-financial-page .owho-legal-finance__ghost {
    width: 100%;
  }
}

/* Homepage health help cards: placed below Our Services and above impact stats. */
body.homepage-live .owho-home-health-help {
  position: relative;
  overflow: hidden;
  padding: var(--owho-home-section-space-compact, clamp(62px, 7vw, 92px)) 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.16) 0%, transparent 28%),
    radial-gradient(circle at 90% 10%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.12) 0%, transparent 30%),
    #f8f6fc;
}

body.homepage-live .owho-home-health-help__heading {
  max-width: 900px;
  margin: 0 auto clamp(32px, 4vw, 48px);
  text-align: center;
}

body.homepage-live .owho-home-health-help__heading p {
  max-width: 680px;
  margin: 14px auto 0;
  color: #111827;
  font-family: var(--owho-home-body-font, var(--careox-font, "Nunito", sans-serif));
  font-size: var(--owho-home-body-size, 16px);
  line-height: 1.72;
  font-weight: 700;
}

body.homepage-live .owho-home-health-help .owho-health-help__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

body.homepage-live .owho-home-health-help .owho-health-help-card {
  min-height: 100%;
  padding: clamp(18px, 2vw, 26px);
  border-radius: clamp(24px, 2.2vw, 34px);
  background: #fffdf9;
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.07);
  box-shadow: 0 20px 58px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.homepage-live .owho-home-health-help .owho-health-help-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 74px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.12);
}

body.homepage-live .owho-home-health-help .owho-health-help-card__visual {
  display: grid;
  place-items: center;
  width: 100%;
  height: clamp(140px, 12vw, 190px);
  margin: 0 auto 18px;
  border-radius: 24px;
  overflow: hidden;
  background: #f2f6f2;
}

body.homepage-live .owho-home-health-help .owho-health-help-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(8px, 1.2vw, 14px);
}

body.homepage-live .owho-home-health-help .owho-health-help__grid .owho-health-help-card:nth-child(1) .owho-health-help-card__visual img,
body.homepage-live .owho-home-health-help .owho-health-help__grid .owho-health-help-card:nth-child(2) .owho-health-help-card__visual img {
  object-fit: cover;
  padding: 0;
}

body.homepage-live .owho-home-health-help .owho-health-help-card h3 {
  margin: 0 0 7px;
  color: #174b43;
  font-family: var(--owho-home-display-font, var(--careox-heading-font, "Nunito", sans-serif));
  font-size: clamp(21px, 1.2vw, 25px);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.025em;
}

body.homepage-live .owho-home-health-help .owho-health-help-card p {
  margin: 0 auto;
  max-width: 26ch;
  color: #5f6368;
  font-family: var(--owho-home-body-font, var(--careox-font, "Nunito", sans-serif));
  font-size: 15.5px;
  line-height: 1.55;
  font-weight: 700;
}

@media (max-width: 1199px) {
  body.homepage-live .owho-home-health-help .owho-health-help__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.homepage-live .owho-home-health-help {
    padding: 58px 0;
  }

  body.homepage-live .owho-home-health-help__heading {
    text-align: left;
  }

  body.homepage-live .owho-home-health-help .owho-health-help__grid {
    grid-template-columns: 1fr;
  }
}

/* Legal & Financial page refinement: trust-focused layout. */
body.homepage-live.legal-financial-page .owho-legal-finance {
  background:
    radial-gradient(circle at 8% 5%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.22) 0%, transparent 27%),
    radial-gradient(circle at 94% 8%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.18) 0%, transparent 26%),
    linear-gradient(180deg, #f8f6fc 0%, #fffaf2 48%, #ffffff 100%);
}

body.homepage-live.legal-financial-page .owho-legal-finance::before {
  content: "";
  position: absolute;
  inset: 34px 34px auto auto;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(var(--owho-purple-rgb, 108, 99, 166), 0.12);
  border-radius: 50%;
  pointer-events: none;
}

body.homepage-live.legal-financial-page .owho-legal-finance__header {
  padding: clamp(26px, 4vw, 42px);
  border-radius: clamp(28px, 3vw, 40px);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  box-shadow: 0 28px 86px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
}

body.homepage-live.legal-financial-page .owho-legal-finance-metric {
  padding-top: clamp(24px, 2.8vw, 34px);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

body.homepage-live.legal-financial-page .owho-legal-finance-metric:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 82px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.14);
}

body.homepage-live.legal-financial-page .owho-legal-finance-metric i {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(var(--owho-teal-rgb, 102, 197, 184), 0.16);
  color: var(--owho-teal, #66c5b8);
  font-size: 18px;
}

body.homepage-live.legal-financial-page .owho-legal-finance-metric:nth-child(2) i {
  background: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.12);
  color: var(--owho-pink, #f31371);
}

body.homepage-live.legal-financial-page .owho-legal-finance-metric:nth-child(3) i {
  background: rgba(var(--owho-purple-rgb, 108, 99, 166), 0.13);
  color: var(--owho-purple, #6c63a6);
}

body.homepage-live.legal-financial-page .owho-legal-finance-metric:nth-child(4) i {
  background: rgba(249, 115, 22, 0.12);
  color: #f97316;
}

body.homepage-live.legal-financial-page .owho-legal-finance__panel {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(255,255,255,0.88)),
    radial-gradient(circle at 100% 0%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.22), transparent 32%);
}

body.homepage-live.legal-financial-page .owho-legal-finance__panel::after {
  content: "Care with accountability";
  position: absolute;
  right: -42px;
  top: 46%;
  transform: rotate(90deg);
  color: rgba(var(--owho-purple-rgb, 108, 99, 166), 0.12);
  font-size: 13px;
  font-weight: 1000;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

body.homepage-live.legal-financial-page .owho-legal-finance__need-list li,
body.homepage-live.legal-financial-page .owho-legal-finance__badges span {
  transition: transform 220ms ease, background-color 220ms ease;
}

body.homepage-live.legal-financial-page .owho-legal-finance__need-list li:hover,
body.homepage-live.legal-financial-page .owho-legal-finance__badges span:hover {
  transform: translateX(5px);
  background: #fff2f7;
}

body.homepage-live.legal-financial-page .owho-legal-finance__donation {
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 255, 255, 0.28) 0%, transparent 30%),
    radial-gradient(circle at 10% 92%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.34) 0%, transparent 34%),
    linear-gradient(145deg, #6c63a6 0%, #2c1b67 48%, #101932 100%);
}

body.homepage-live.legal-financial-page .owho-legal-finance__donation-options span {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

body.homepage-live.legal-financial-page .owho-legal-finance__ghost:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

/* Final Health Support process override: prevent inherited grid rules from collapsing text. */
body.homepage-live.program-page--health .owho-program-process {
  background:
    radial-gradient(circle at 10% 10%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.22), transparent 32%),
    radial-gradient(circle at 92% 4%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.13), transparent 30%),
    linear-gradient(180deg, #fffaff 0%, #f5f1ff 56%, #ffffff 100%) !important;
}

body.homepage-live.program-page--health .owho-program-process__board {
  display: grid !important;
  grid-template-columns: minmax(300px, 0.44fr) minmax(0, 1fr) !important;
  width: 100% !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
}

body.homepage-live.program-page--health .owho-program-process__steps {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(260px, 1fr)) !important;
  align-items: stretch !important;
  width: 100% !important;
}

body.homepage-live.program-page--health .owho-program-step {
  display: block !important;
  grid-template-columns: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 260px !important;
}

body.homepage-live.program-page--health .owho-program-step__topline {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  margin-bottom: clamp(24px, 3vw, 40px) !important;
}

body.homepage-live.program-page--health .owho-program-step__number,
body.homepage-live.program-page--health .owho-program-step > span {
  flex: 0 0 auto !important;
}

body.homepage-live.program-page--health .owho-program-step h3,
body.homepage-live.program-page--health .owho-program-step p {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  grid-column: 1 / -1 !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
  text-align: left !important;
}

body.homepage-live.program-page--health .owho-program-step h3 {
  margin-top: 0 !important;
}

body.homepage-live.program-page--health .owho-program-step p {
  margin-top: 12px !important;
}

@media (max-width: 991px) {
  body.homepage-live.program-page--health .owho-program-process__board,
  body.homepage-live.program-page--health .owho-program-process__steps {
    grid-template-columns: 1fr !important;
  }

  body.homepage-live.program-page--health .owho-program-step,
  body.homepage-live.program-page--health .owho-program-step:nth-child(2),
  body.homepage-live.program-page--health .owho-program-step:nth-child(4) {
    min-height: auto !important;
    transform: none !important;
  }

  body.homepage-live.program-page--health .owho-program-step:hover,
  body.homepage-live.program-page--health .owho-program-step:nth-child(2):hover,
  body.homepage-live.program-page--health .owho-program-step:nth-child(4):hover {
    transform: translateY(-4px) !important;
  }
}

/* Grid-safe Health Support step cards: number + full-width content wrapper. */
body.homepage-live.program-page--health .owho-program-step {
  display: grid !important;
  grid-template-columns: 64px minmax(0, 1fr) !important;
  column-gap: 22px !important;
  align-items: start !important;
}

body.homepage-live.program-page--health .owho-program-step__content {
  display: block !important;
  min-width: 0 !important;
  width: 100% !important;
}

body.homepage-live.program-page--health .owho-program-step__content .owho-program-step__icon {
  margin-bottom: 18px !important;
}

body.homepage-live.program-page--health .owho-program-step__content h3,
body.homepage-live.program-page--health .owho-program-step__content p {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  grid-column: auto !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
  white-space: normal !important;
}

@media (max-width: 575px) {
  body.homepage-live.program-page--health .owho-program-step {
    grid-template-columns: 1fr !important;
    row-gap: 18px !important;
  }
}

/* Final-final: card text must always use the full card width. */
body.homepage-live.program-page--health .owho-program-step {
  display: block !important;
  grid-template-columns: none !important;
}

body.homepage-live.program-page--health .owho-program-step__number {
  display: inline-grid !important;
  margin-bottom: 20px !important;
}

body.homepage-live.program-page--health .owho-program-step__content {
  width: 100% !important;
  max-width: none !important;
}

/* Health Support process: intro card removed, steps now fill the board. */
body.homepage-live.program-page--health .owho-program-process__board {
  grid-template-columns: 1fr !important;
}

body.homepage-live.program-page--health .owho-program-process__steps {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

@media (max-width: 1199px) {
  body.homepage-live.program-page--health .owho-program-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  body.homepage-live.program-page--health .owho-program-process__steps {
    grid-template-columns: 1fr !important;
  }
}

/* Shared modern How It Works section for all four program pages. */
body.homepage-live.program-page .owho-program-process--modern {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  padding-top: clamp(84px, 9vw, 126px) !important;
  padding-bottom: clamp(88px, 10vw, 138px) !important;
  background:
    radial-gradient(circle at 10% 10%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.22), transparent 32%),
    radial-gradient(circle at 92% 4%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.13), transparent 30%),
    linear-gradient(180deg, #fffaff 0%, #f5f1ff 56%, #ffffff 100%) !important;
}

body.homepage-live.program-page .owho-program-process--modern::before,
body.homepage-live.program-page .owho-program-process--modern::after {
  content: "" !important;
  position: absolute !important;
  pointer-events: none !important;
  z-index: -1 !important;
}

body.homepage-live.program-page .owho-program-process--modern::before {
  width: 520px !important;
  height: 520px !important;
  right: -210px !important;
  bottom: -250px !important;
  border-radius: 50% !important;
  background: rgba(var(--owho-yellow-rgb, 247, 201, 72), 0.18) !important;
}

body.homepage-live.program-page .owho-program-process--modern::after {
  inset: 34px clamp(18px, 4vw, 64px) !important;
  border: 1px solid rgba(var(--owho-purple-rgb, 108, 99, 166), 0.12) !important;
  border-radius: clamp(34px, 5vw, 58px) !important;
}

body.homepage-live.program-page .owho-program-process--modern .owho-program-process__header {
  position: relative !important;
  z-index: 1 !important;
  max-width: 880px !important;
  margin: 0 auto clamp(34px, 5vw, 58px) !important;
  text-align: center !important;
}

body.homepage-live.program-page .owho-program-process--modern .owho-program-process__header .owho-program__eyebrow {
  justify-content: center !important;
  color: var(--owho-pink, #f31371) !important;
}

body.homepage-live.program-page .owho-program-process--modern .owho-program-process__header h2 {
  margin: 10px auto 0 !important;
  max-width: 850px !important;
  color: var(--owho-navy, #1f2253) !important;
  font-size: clamp(36px, 5vw, 68px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.055em !important;
  text-wrap: balance !important;
}

body.homepage-live.program-page .owho-program-process--modern .owho-program-process__header p {
  max-width: 730px !important;
  margin: 20px auto 0 !important;
  color: #4f5573 !important;
  font-size: clamp(16px, 1.45vw, 19px) !important;
  line-height: 1.75 !important;
  font-weight: 700 !important;
  text-align: center !important;
}

body.homepage-live.program-page .owho-program-process--modern .owho-program-process__board {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  width: 100% !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
  padding: clamp(16px, 2vw, 24px) !important;
  border-radius: clamp(30px, 4vw, 52px) !important;
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid rgba(var(--owho-purple-rgb, 108, 99, 166), 0.14) !important;
  box-shadow: 0 36px 100px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.12) !important;
  backdrop-filter: blur(14px) !important;
}

body.homepage-live.program-page .owho-program-process--modern .owho-program-process__steps {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: clamp(14px, 2vw, 22px) !important;
  width: 100% !important;
}

body.homepage-live.program-page .owho-program-process--modern .owho-program-step {
  position: relative !important;
  overflow: hidden !important;
  display: block !important;
  grid-template-columns: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 270px !important;
  padding: clamp(22px, 2.4vw, 32px) !important;
  border-radius: clamp(22px, 2.7vw, 34px) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.92)),
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--step-accent, #f31371) 18%, transparent), transparent 42%) !important;
  border: 1px solid color-mix(in srgb, var(--step-accent, #f31371) 20%, white) !important;
  box-shadow: 0 20px 56px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.09) !important;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease !important;
}

body.homepage-live.program-page .owho-program-process--modern .owho-program-step:hover {
  transform: translateY(-6px) !important;
  border-color: color-mix(in srgb, var(--step-accent, #f31371) 44%, white) !important;
  box-shadow: 0 28px 72px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.16) !important;
}

body.homepage-live.program-page .owho-program-process--modern .owho-program-step::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  height: 7px !important;
  background: linear-gradient(90deg, var(--step-accent, #f31371), color-mix(in srgb, var(--step-accent, #f31371) 28%, white)) !important;
}

body.homepage-live.program-page .owho-program-process--modern .owho-program-step::after {
  content: "" !important;
  position: absolute !important;
  right: -30px !important;
  bottom: -30px !important;
  width: 120px !important;
  height: 120px !important;
  border-radius: 34px !important;
  rotate: 18deg !important;
  background: color-mix(in srgb, var(--step-accent, #f31371) 10%, transparent) !important;
}

body.homepage-live.program-page .owho-program-process--modern .owho-program-step__number,
body.homepage-live.program-page .owho-program-process--modern .owho-program-step > span.owho-program-step__number {
  position: relative !important;
  z-index: 1 !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 56px !important;
  height: 38px !important;
  margin-bottom: 20px !important;
  border-radius: 999px !important;
  background: #f7f4ff !important;
  color: var(--step-accent, #f31371) !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 1000 !important;
  letter-spacing: 0.08em !important;
  box-shadow: none !important;
}

body.homepage-live.program-page .owho-program-process--modern .owho-program-step__content {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

body.homepage-live.program-page .owho-program-process--modern .owho-program-step__icon {
  display: inline-grid !important;
  place-items: center !important;
  width: 58px !important;
  height: 58px !important;
  margin: 0 0 18px !important;
  border-radius: 20px !important;
  background: color-mix(in srgb, var(--step-accent, #f31371) 15%, white) !important;
  color: var(--step-accent, #f31371) !important;
  font-size: 22px !important;
}

body.homepage-live.program-page .owho-program-process--modern .owho-program-step h3,
body.homepage-live.program-page .owho-program-process--modern .owho-program-step p {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  grid-column: auto !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
  white-space: normal !important;
  text-align: left !important;
}

body.homepage-live.program-page .owho-program-process--modern .owho-program-step h3 {
  margin: 0 !important;
  color: #12162f !important;
  font-size: clamp(21px, 1.75vw, 28px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em !important;
}

body.homepage-live.program-page .owho-program-process--modern .owho-program-step p {
  margin-top: 12px !important;
  color: #545a72 !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  font-weight: 700 !important;
}

@media (min-width: 1200px) {
  body.homepage-live.program-page .owho-program-process--modern .owho-program-step:nth-child(even) {
    transform: translateY(18px) !important;
  }

  body.homepage-live.program-page .owho-program-process--modern .owho-program-step:nth-child(even):hover {
    transform: translateY(12px) !important;
  }
}

@media (max-width: 1199px) {
  body.homepage-live.program-page .owho-program-process--modern .owho-program-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.homepage-live.program-page .owho-program-process--modern .owho-program-step {
    min-height: 250px !important;
  }
}

@media (max-width: 767px) {
  body.homepage-live.program-page .owho-program-process--modern::after {
    inset: 16px !important;
    border-radius: 30px !important;
  }

  body.homepage-live.program-page .owho-program-process--modern .owho-program-process__header {
    text-align: left !important;
  }

  body.homepage-live.program-page .owho-program-process--modern .owho-program-process__header .owho-program__eyebrow {
    justify-content: flex-start !important;
  }

  body.homepage-live.program-page .owho-program-process--modern .owho-program-process__header p {
    text-align: left !important;
  }

  body.homepage-live.program-page .owho-program-process--modern .owho-program-process__board {
    padding: 10px !important;
    border-radius: 28px !important;
  }

  body.homepage-live.program-page .owho-program-process--modern .owho-program-process__steps {
    grid-template-columns: 1fr !important;
  }

  body.homepage-live.program-page .owho-program-process--modern .owho-program-step,
  body.homepage-live.program-page .owho-program-process--modern .owho-program-step:nth-child(even),
  body.homepage-live.program-page .owho-program-process--modern .owho-program-step:nth-child(even):hover {
    min-height: auto !important;
    transform: none !important;
  }
}

/* Homepage health/support purple card: extra support image inside the purple area. */
body.homepage-live .owho-core-services__support-media {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: clamp(210px, 19vw, 280px);
  margin-top: 26px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 22px 48px rgba(17, 14, 48, 0.22);
}

body.homepage-live .owho-core-services__support-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 18, 54, 0.02) 0%, rgba(14, 18, 54, 0.28) 100%);
  pointer-events: none;
}

body.homepage-live .owho-core-services__support-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 767px) {
  body.homepage-live .owho-core-services__support-media {
    height: 210px;
    margin-top: 22px;
    border-radius: 22px;
  }
}

/* Get Support video gallery: 3 slots with faint upload placeholders. */
.homepage-live .owho-impact-video-gallery__item--empty {
  display: grid;
  place-items: center;
  aspect-ratio: 5/4;
  min-height: 100%;
  padding: 24px;
  text-align: center;
  background: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.035);
  border: 1px dashed rgba(var(--owho-purple-rgb, 108, 99, 166), 0.18);
  box-shadow: none;
}

.homepage-live .owho-impact-video-gallery__item--empty span {
  max-width: 18ch;
  color: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.28);
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.03em;
}

/* Health Support: move consultation form into a hero-overlap card so it starts half inside the hero image area. */
body.homepage-live.program-page--health .owho-health-request-form--hero {
  position: relative !important;
  z-index: 8 !important;
  margin-top: clamp(-132px, -8.5vw, -82px) !important;
  padding: 0 0 clamp(48px, 6vw, 78px) !important;
  background: transparent !important;
  overflow: visible !important;
}

body.homepage-live.program-page--health .owho-health-request-form--hero .container {
  width: min(1180px, calc(100% - 72px)) !important;
  max-width: none !important;
}

body.homepage-live.program-page--health .owho-health-request-form--hero .owho-health-request-form__shell {
  grid-template-columns: minmax(0, 0.78fr) minmax(340px, 0.72fr) !important;
  gap: clamp(18px, 2.2vw, 30px) !important;
  align-items: stretch !important;
  padding: clamp(18px, 2.3vw, 30px) !important;
  border-radius: clamp(28px, 3.4vw, 44px) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 251, 0.9)),
    radial-gradient(circle at 0% 0%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.16), transparent 36%) !important;
  border: 1px solid rgba(var(--owho-pink-rgb, 243, 19, 113), 0.13) !important;
  box-shadow: 0 34px 92px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.17) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}

body.homepage-live.program-page--health .owho-health-request-form--hero .owho-health-request-form__content {
  padding: clamp(10px, 1.7vw, 22px) !important;
}

body.homepage-live.program-page--health .owho-health-request-form--hero .owho-health-request-form__content h2 {
  font-size: clamp(28px, 2.8vw, 42px) !important;
  line-height: 1.08 !important;
}

body.homepage-live.program-page--health .owho-health-request-form--hero .owho-health-request-form__content p {
  max-width: 58ch !important;
  font-size: clamp(15px, 0.92vw, 17px) !important;
  line-height: 1.66 !important;
}

body.homepage-live.program-page--health .owho-health-request-form--hero .owho-health-request-form__chips {
  margin-top: 18px !important;
}

body.homepage-live.program-page--health .owho-health-request-form--hero .owho-health-request-form__chips span {
  background: #ffffff !important;
  box-shadow: 0 12px 28px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.05) !important;
}

body.homepage-live.program-page--health .owho-health-request-form--hero .owho-free-consult__form {
  border-radius: 28px !important;
  border: 1px solid rgba(var(--owho-purple-rgb, 108, 99, 166), 0.12) !important;
  box-shadow: 0 20px 56px rgba(var(--owho-purple-rgb, 108, 99, 166), 0.13) !important;
}

body.homepage-live.program-page--health .owho-health-request-form--hero + .owho-program-overview {
  padding-top: clamp(38px, 5vw, 70px) !important;
}

@media (max-width: 1199px) {
  body.homepage-live.program-page--health .owho-health-request-form--hero .owho-health-request-form__shell {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 991px) {
  body.homepage-live.program-page--health .owho-health-request-form--hero {
    margin-top: clamp(-118px, -17vw, -72px) !important;
    padding-bottom: clamp(40px, 8vw, 62px) !important;
  }

  body.homepage-live.program-page--health .owho-health-request-form--hero .container {
    width: min(calc(100% - 32px), 720px) !important;
    max-width: 720px !important;
  }

  body.homepage-live.program-page--health .owho-health-request-form--hero .owho-health-request-form__shell {
    padding: 14px !important;
    border-radius: 28px !important;
  }

  body.homepage-live.program-page--health .owho-health-request-form--hero .owho-health-request-form__form {
    order: -1 !important;
  }
}

@media (max-width: 575px) {
  body.homepage-live.program-page--health .owho-health-request-form--hero {
    margin-top: -94px !important;
  }

  body.homepage-live.program-page--health .owho-health-request-form--hero .owho-health-request-form__shell {
    padding: 10px !important;
    border-radius: 24px !important;
  }

  body.homepage-live.program-page--health .owho-health-request-form--hero .owho-free-consult__form {
    border-radius: 22px !important;
  }

  body.homepage-live.program-page--health .owho-health-request-form--hero .owho-health-request-form__content {
    padding: 14px 8px 6px !important;
  }

  body.homepage-live.program-page--health .owho-health-request-form--hero .owho-health-request-form__content h2 {
    font-size: 25px !important;
  }

  body.homepage-live.program-page--health .owho-health-request-form--hero .owho-health-request-form__chips {
    gap: 8px !important;
  }

  body.homepage-live.program-page--health .owho-health-request-form--hero .owho-health-request-form__chips span {
    padding: 9px 11px !important;
    font-size: 12px !important;
  }
}

/* Health Support hero form placement lock: the form now lives inside the hero and overlaps the hero image. */
body.homepage-live.program-page--health .owho-program-hero {
  overflow: visible !important;
  margin-bottom: clamp(260px, 23vw, 360px) !important;
}

body.homepage-live.program-page--health .owho-program-hero > .owho-health-request-form--hero {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: clamp(-300px, -19vw, -220px) !important;
  z-index: 7 !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: auto !important;
}

body.homepage-live.program-page--health .owho-program-hero > .owho-health-request-form--hero > .container {
  display: block !important;
  align-items: initial !important;
  min-height: 0 !important;
  width: min(1120px, calc(100% - 72px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.homepage-live.program-page--health .owho-program-hero > .owho-health-request-form--hero .owho-health-request-form__shell {
  grid-template-columns: minmax(0, 0.62fr) minmax(350px, 0.56fr) !important;
}

@media (max-width: 1199px) {
  body.homepage-live.program-page--health .owho-program-hero {
    margin-bottom: 430px !important;
  }

  body.homepage-live.program-page--health .owho-program-hero > .owho-health-request-form--hero {
    bottom: -380px !important;
  }

  body.homepage-live.program-page--health .owho-program-hero > .owho-health-request-form--hero .owho-health-request-form__shell {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 991px) {
  body.homepage-live.program-page--health .owho-program-hero {
    gap: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: clamp(44px, 10vw, 66px) !important;
  }

  body.homepage-live.program-page--health .owho-program-hero > .owho-health-request-form--hero {
    position: relative !important;
    order: 2 !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    margin: clamp(-104px, -20vw, -74px) 0 clamp(22px, 5vw, 34px) !important;
    padding: 0 !important;
  }

  body.homepage-live.program-page--health .owho-program-hero > .container {
    order: 3 !important;
  }

  body.homepage-live.program-page--health .owho-program-hero > .owho-health-request-form--hero > .container {
    width: min(calc(100% - 32px), 720px) !important;
    max-width: 720px !important;
  }

  body.homepage-live.program-page--health .owho-program-hero > .owho-health-request-form--hero .owho-health-request-form__shell {
    grid-template-columns: 1fr !important;
    box-shadow: 0 24px 64px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.17) !important;
  }
}

@media (max-width: 575px) {
  body.homepage-live.program-page--health .owho-program-hero > .owho-health-request-form--hero {
    margin-top: -86px !important;
    margin-bottom: 24px !important;
  }
}

/* Keep the hero-overlap form visible immediately; scroll animation classes can hide it when it starts inside the hero. */
body.homepage-live.program-page--health .owho-program-hero > .owho-health-request-form--hero .wow {
  visibility: visible !important;
  opacity: 1 !important;
  animation-name: none !important;
  transform: none !important;
}

/* Desktop/tablet refinement: keep the hero title readable and float the actual form over the image side. */
@media (min-width: 992px) {
  body.homepage-live.program-page--health .owho-program-hero {
    margin-bottom: clamp(320px, 27vw, 430px) !important;
  }

  body.homepage-live.program-page--health .owho-program-hero > .owho-health-request-form--hero {
    bottom: clamp(-380px, -24vw, -305px) !important;
  }

  body.homepage-live.program-page--health .owho-program-hero > .owho-health-request-form--hero > .container {
    width: min(520px, calc(100% - 72px)) !important;
    max-width: 520px !important;
    margin-left: auto !important;
    margin-right: max(36px, calc((100vw - 1180px) / 2)) !important;
  }

  body.homepage-live.program-page--health .owho-program-hero > .owho-health-request-form--hero .owho-health-request-form__shell {
    display: block !important;
    padding: 12px !important;
    border-radius: 34px !important;
  }

  body.homepage-live.program-page--health .owho-program-hero > .owho-health-request-form--hero .owho-health-request-form__content {
    display: none !important;
  }
}

/* Get Support: top kidney guidance cards copied from Health Support, placed right after hero. */
body.homepage-live.get-support-page .owho-get-support-health-help {
  position: relative;
  overflow: hidden;
  padding: var(--owho-home-section-space-compact, clamp(62px, 7vw, 92px)) 0;
  background: #f8f6fc;
}

body.homepage-live.get-support-page .owho-get-support-health-help .owho-program-section-heading {
  max-width: 820px;
  margin: 0 auto clamp(28px, 4vw, 46px);
  text-align: center;
}

body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card {
  min-height: 100%;
  padding: clamp(18px, 2vw, 26px);
  border-radius: clamp(24px, 2.2vw, 34px);
  background: #fffdf9;
  border: 1px solid rgba(var(--owho-navy-rgb, 31, 34, 83), 0.07);
  box-shadow: 0 20px 58px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 74px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.12);
}

body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card__visual {
  display: grid;
  place-items: center;
  width: 100%;
  height: clamp(140px, 12vw, 190px);
  margin: 0 auto 18px;
  border-radius: 24px;
  overflow: hidden;
  background: #f2f6f2;
}

body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}

body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card > span {
  display: block;
  margin: 0 auto 8px;
  max-width: 27ch;
  color: var(--help-accent, var(--owho-pink, #f31371));
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
  font-size: 12px;
  line-height: 1.35;
  font-weight: 1000;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card h3 {
  margin: 0 0 7px;
  color: #174b43;
  font-family: var(--owho-home-display-font, var(--careox-heading-font, "Nunito", sans-serif));
  font-size: clamp(21px, 1.2vw, 25px);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.025em;
}

body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card p {
  margin: 0 auto;
  max-width: 28ch;
  color: #5f6368;
  font-family: var(--owho-home-body-font, var(--careox-font, "Nunito", sans-serif));
  font-size: 15.5px;
  line-height: 1.55;
  font-weight: 700;
}

body.homepage-live.program-page--health .owho-health-program-video {
  background: #ffffff;
}

@media (max-width: 1199px) {
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-program-section-heading {
    text-align: left;
  }

  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help__grid {
    grid-template-columns: 1fr;
  }
}

/* Long kidney guidance copy: make the four cards readable instead of cramped. */
@media (min-width: 992px) {
  body.homepage-live .owho-home-health-help .owho-health-help__grid,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help__grid,
  body.homepage-live.program-page--health .owho-health-help__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.homepage-live .owho-home-health-help .owho-health-help-card,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card,
  body.homepage-live.program-page--health .owho-health-help-card {
    display: grid !important;
    grid-template-columns: minmax(150px, 190px) minmax(0, 1fr) !important;
    gap: 18px 22px !important;
    align-items: start !important;
    text-align: left !important;
  }

  body.homepage-live .owho-home-health-help .owho-health-help-card__visual,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card__visual,
  body.homepage-live.program-page--health .owho-health-help-card__visual {
    grid-row: 1 / span 3 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 220px !important;
    margin: 0 !important;
  }

  body.homepage-live .owho-home-health-help .owho-health-help-card > span,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card > span,
  body.homepage-live.program-page--health .owho-health-help-card > span,
  body.homepage-live .owho-home-health-help .owho-health-help-card h3,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card h3,
  body.homepage-live.program-page--health .owho-health-help-card h3,
  body.homepage-live .owho-home-health-help .owho-health-help-card p,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card p,
  body.homepage-live.program-page--health .owho-health-help-card p {
    grid-column: 2 !important;
    max-width: none !important;
    text-align: left !important;
  }
}

body.homepage-live .owho-home-health-help .owho-health-help-card p,
body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card p,
body.homepage-live.program-page--health .owho-health-help-card p {
  max-width: none !important;
  line-height: 1.68 !important;
}

/* Kidney guidance cards: full-width readable feature rows with complete images and complete long copy. */
body.homepage-live .owho-home-health-help,
body.homepage-live.get-support-page .owho-get-support-health-help,
body.homepage-live.program-page--health .owho-health-help {
  padding-left: max(16px, 2vw) !important;
  padding-right: max(16px, 2vw) !important;
}

body.homepage-live .owho-home-health-help > .container,
body.homepage-live.get-support-page .owho-get-support-health-help > .container,
body.homepage-live.program-page--health .owho-health-help > .container {
  width: min(1560px, 100%) !important;
  max-width: none !important;
}

@media (min-width: 992px) {
  body.homepage-live .owho-home-health-help .owho-health-help__grid,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help__grid,
  body.homepage-live.program-page--health .owho-health-help__grid {
    grid-template-columns: 1fr !important;
    gap: clamp(24px, 3vw, 38px) !important;
  }

  body.homepage-live .owho-home-health-help .owho-health-help-card,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card,
  body.homepage-live.program-page--health .owho-health-help-card {
    display: grid !important;
    grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1.1fr) !important;
    gap: clamp(30px, 4vw, 60px) !important;
    align-items: center !important;
    min-height: clamp(430px, 34vw, 560px) !important;
    padding: clamp(22px, 2.6vw, 42px) !important;
    border-radius: clamp(30px, 3vw, 46px) !important;
    text-align: left !important;
  }

  body.homepage-live .owho-home-health-help .owho-health-help-card:nth-child(even),
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card:nth-child(even),
  body.homepage-live.program-page--health .owho-health-help-card:nth-child(even) {
    grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr) !important;
  }

  body.homepage-live .owho-home-health-help .owho-health-help-card:nth-child(even) .owho-health-help-card__visual,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card:nth-child(even) .owho-health-help-card__visual,
  body.homepage-live.program-page--health .owho-health-help-card:nth-child(even) .owho-health-help-card__visual {
    grid-column: 2 !important;
  }

  body.homepage-live .owho-home-health-help .owho-health-help-card:nth-child(even) > :not(.owho-health-help-card__visual),
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card:nth-child(even) > :not(.owho-health-help-card__visual),
  body.homepage-live.program-page--health .owho-health-help-card:nth-child(even) > :not(.owho-health-help-card__visual) {
    grid-column: 1 !important;
  }

  body.homepage-live .owho-home-health-help .owho-health-help-card__visual,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card__visual,
  body.homepage-live.program-page--health .owho-health-help-card__visual {
    grid-row: 1 / span 4 !important;
    width: 100% !important;
    height: clamp(360px, 30vw, 500px) !important;
    min-height: 0 !important;
    margin: 0 !important;
    border-radius: clamp(24px, 2.4vw, 36px) !important;
    background: #ffffff !important;
  }

  body.homepage-live .owho-home-health-help .owho-health-help-card__visual img,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card__visual img,
  body.homepage-live.program-page--health .owho-health-help-card__visual img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    mix-blend-mode: normal !important;
    background: #ffffff !important;
  }

  body.homepage-live .owho-home-health-help .owho-health-help-card > span,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card > span,
  body.homepage-live.program-page--health .owho-health-help-card > span,
  body.homepage-live .owho-home-health-help .owho-health-help-card h3,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card h3,
  body.homepage-live.program-page--health .owho-health-help-card h3,
  body.homepage-live .owho-home-health-help .owho-health-help-card p,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card p,
  body.homepage-live.program-page--health .owho-health-help-card p {
    grid-column: 2 !important;
    max-width: 76ch !important;
  }

  body.homepage-live .owho-home-health-help .owho-health-help-card:nth-child(even) > span,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card:nth-child(even) > span,
  body.homepage-live.program-page--health .owho-health-help-card:nth-child(even) > span,
  body.homepage-live .owho-home-health-help .owho-health-help-card:nth-child(even) h3,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card:nth-child(even) h3,
  body.homepage-live.program-page--health .owho-health-help-card:nth-child(even) h3,
  body.homepage-live .owho-home-health-help .owho-health-help-card:nth-child(even) p,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card:nth-child(even) p,
  body.homepage-live.program-page--health .owho-health-help-card:nth-child(even) p {
    grid-column: 1 !important;
  }

  body.homepage-live .owho-home-health-help .owho-health-help-card h3,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card h3,
  body.homepage-live.program-page--health .owho-health-help-card h3 {
    font-size: clamp(34px, 3.4vw, 56px) !important;
    line-height: 1.02 !important;
    margin-bottom: 18px !important;
  }

  body.homepage-live .owho-home-health-help .owho-health-help-card p,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card p,
  body.homepage-live.program-page--health .owho-health-help-card p {
    font-size: clamp(17px, 1.08vw, 20px) !important;
    line-height: 1.82 !important;
    font-weight: 700 !important;
  }
}

@media (max-width: 991px) {
  body.homepage-live .owho-home-health-help .owho-health-help-card__visual,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card__visual,
  body.homepage-live.program-page--health .owho-health-help-card__visual {
    height: clamp(280px, 70vw, 430px) !important;
    background: #ffffff !important;
  }

  body.homepage-live .owho-home-health-help .owho-health-help-card__visual img,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card__visual img,
  body.homepage-live.program-page--health .owho-health-help-card__visual img {
    object-fit: contain !important;
    mix-blend-mode: normal !important;
    background: #ffffff !important;
  }
}

/* Contrast fix for the expanded kidney guidance rows. */
body.homepage-live .owho-home-health-help .owho-health-help-card h3,
body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card h3,
body.homepage-live.program-page--health .owho-health-help-card h3 {
  color: #174b43 !important;
  opacity: 1 !important;
}

body.homepage-live .owho-home-health-help .owho-health-help-card p,
body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card p,
body.homepage-live.program-page--health .owho-health-help-card p {
  color: #283047 !important;
  opacity: 1 !important;
}

body.homepage-live .owho-home-health-help .owho-health-help-card > span,
body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card > span,
body.homepage-live.program-page--health .owho-health-help-card > span {
  color: var(--help-accent, var(--owho-pink, #f31371)) !important;
  opacity: 1 !important;
}

/* Kidney guidance final layout: 2 sections per row on desktop, full contained images, full copy. */
@media (min-width: 1200px) {
  body.homepage-live .owho-home-health-help .owho-health-help__grid,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help__grid,
  body.homepage-live.program-page--health .owho-health-help__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: clamp(24px, 2.4vw, 34px) !important;
  }

  body.homepage-live .owho-home-health-help .owho-health-help-card,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card,
  body.homepage-live.program-page--health .owho-health-help-card,
  body.homepage-live .owho-home-health-help .owho-health-help-card:nth-child(even),
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card:nth-child(even),
  body.homepage-live.program-page--health .owho-health-help-card:nth-child(even) {
    display: grid !important;
    grid-template-columns: minmax(230px, 0.62fr) minmax(0, 1fr) !important;
    gap: clamp(20px, 2vw, 30px) !important;
    align-items: stretch !important;
    min-height: auto !important;
    padding: clamp(18px, 2vw, 28px) !important;
    text-align: left !important;
  }

  body.homepage-live .owho-home-health-help .owho-health-help-card:nth-child(even) .owho-health-help-card__visual,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card:nth-child(even) .owho-health-help-card__visual,
  body.homepage-live.program-page--health .owho-health-help-card:nth-child(even) .owho-health-help-card__visual,
  body.homepage-live .owho-home-health-help .owho-health-help-card .owho-health-help-card__visual,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card .owho-health-help-card__visual,
  body.homepage-live.program-page--health .owho-health-help-card .owho-health-help-card__visual {
    grid-column: 1 !important;
    grid-row: 1 / span 4 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 360px !important;
    max-height: none !important;
    margin: 0 !important;
  }

  body.homepage-live .owho-home-health-help .owho-health-help-card:nth-child(even) > :not(.owho-health-help-card__visual),
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card:nth-child(even) > :not(.owho-health-help-card__visual),
  body.homepage-live.program-page--health .owho-health-help-card:nth-child(even) > :not(.owho-health-help-card__visual),
  body.homepage-live .owho-home-health-help .owho-health-help-card > :not(.owho-health-help-card__visual),
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card > :not(.owho-health-help-card__visual),
  body.homepage-live.program-page--health .owho-health-help-card > :not(.owho-health-help-card__visual) {
    grid-column: 2 !important;
  }

  body.homepage-live .owho-home-health-help .owho-health-help-card h3,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card h3,
  body.homepage-live.program-page--health .owho-health-help-card h3 {
    font-size: clamp(26px, 2vw, 36px) !important;
    line-height: 1.08 !important;
    margin-bottom: 12px !important;
  }

  body.homepage-live .owho-home-health-help .owho-health-help-card p,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card p,
  body.homepage-live.program-page--health .owho-health-help-card p {
    font-size: clamp(15px, 0.92vw, 17px) !important;
    line-height: 1.72 !important;
  }
}

body.homepage-live .owho-home-health-help .owho-health-help-card__visual img,
body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card__visual img,
body.homepage-live.program-page--health .owho-health-help-card__visual img {
  object-fit: contain !important;
  object-position: center center !important;
  mix-blend-mode: normal !important;
  background: #ffffff !important;
}

/* Revert kidney guidance back to wide full-width rows. */
@media (min-width: 992px) {
  body.homepage-live .owho-home-health-help .owho-health-help__grid,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help__grid,
  body.homepage-live.program-page--health .owho-health-help__grid {
    grid-template-columns: 1fr !important;
    gap: clamp(24px, 3vw, 38px) !important;
  }

  body.homepage-live .owho-home-health-help .owho-health-help-card,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card,
  body.homepage-live.program-page--health .owho-health-help-card,
  body.homepage-live .owho-home-health-help .owho-health-help-card:nth-child(even),
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card:nth-child(even),
  body.homepage-live.program-page--health .owho-health-help-card:nth-child(even) {
    display: grid !important;
    grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1.1fr) !important;
    gap: clamp(30px, 4vw, 60px) !important;
    align-items: center !important;
    min-height: clamp(430px, 34vw, 560px) !important;
    padding: clamp(22px, 2.6vw, 42px) !important;
    text-align: left !important;
  }

  body.homepage-live .owho-home-health-help .owho-health-help-card:nth-child(even),
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card:nth-child(even),
  body.homepage-live.program-page--health .owho-health-help-card:nth-child(even) {
    grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr) !important;
  }

  body.homepage-live .owho-home-health-help .owho-health-help-card .owho-health-help-card__visual,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card .owho-health-help-card__visual,
  body.homepage-live.program-page--health .owho-health-help-card .owho-health-help-card__visual {
    grid-column: 1 !important;
    grid-row: 1 / span 4 !important;
    width: 100% !important;
    height: clamp(360px, 30vw, 500px) !important;
    min-height: 0 !important;
    margin: 0 !important;
  }

  body.homepage-live .owho-home-health-help .owho-health-help-card:nth-child(even) .owho-health-help-card__visual,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card:nth-child(even) .owho-health-help-card__visual,
  body.homepage-live.program-page--health .owho-health-help-card:nth-child(even) .owho-health-help-card__visual {
    grid-column: 2 !important;
  }

  body.homepage-live .owho-home-health-help .owho-health-help-card > :not(.owho-health-help-card__visual),
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card > :not(.owho-health-help-card__visual),
  body.homepage-live.program-page--health .owho-health-help-card > :not(.owho-health-help-card__visual) {
    grid-column: 2 !important;
  }

  body.homepage-live .owho-home-health-help .owho-health-help-card:nth-child(even) > :not(.owho-health-help-card__visual),
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card:nth-child(even) > :not(.owho-health-help-card__visual),
  body.homepage-live.program-page--health .owho-health-help-card:nth-child(even) > :not(.owho-health-help-card__visual) {
    grid-column: 1 !important;
  }

  body.homepage-live .owho-home-health-help .owho-health-help-card h3,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card h3,
  body.homepage-live.program-page--health .owho-health-help-card h3 {
    font-size: clamp(34px, 3.4vw, 56px) !important;
    line-height: 1.02 !important;
    margin-bottom: 18px !important;
  }

  body.homepage-live .owho-home-health-help .owho-health-help-card p,
  body.homepage-live.get-support-page .owho-get-support-health-help .owho-health-help-card p,
  body.homepage-live.program-page--health .owho-health-help-card p {
    font-size: clamp(17px, 1.08vw, 20px) !important;
    line-height: 1.82 !important;
  }
}


/* --- 1. Gradient Transition Strip --- */
.owho-footer-transition {
  position: relative;
  height: 120px;
  overflow: hidden;
  pointer-events: none;
}

.owho-footer-transition__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0, 0, 0, 0.02) 20%,
    rgba(0, 0, 0, 0.08) 40%,
    rgba(0, 0, 0, 0.22) 60%,
    rgba(0, 0, 0, 0.55) 80%,
    #000 100%
  );
}

.owho-footer-transition__noise {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
  mix-blend-mode: overlay;
}

@media (max-width: 767px) {
  .owho-footer-transition {
    height: 80px;
  }
}

/* --- 2. Atmospheric Background Layer --- */
body.homepage-live .owho-footer-atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 60% 50% at 15% 20%, rgba(102, 197, 184, 0.06) 0%, transparent 70%),
    radial-gradient(ellipse 50% 45% at 85% 75%, rgba(243, 19, 113, 0.04) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 50% 50%, rgba(74, 144, 226, 0.03) 0%, transparent 60%);
}

body.homepage-live .main-footer > .container {
  position: relative;
  z-index: 1;
}

body.homepage-live .main-footer__bottom {
  position: relative;
  z-index: 1;
}

/* --- 3. Section Title Accent Underline --- */
.owho-footer-section-title {
  position: relative;
  padding-bottom: 14px !important;
}

.owho-footer-section-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--owho-pink, #f31371), var(--owho-teal, #66c5b8));
  transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

body.homepage-live .footer-widget:hover .owho-footer-section-title::after {
  width: 56px;
}

/* --- 4. Email Box Enhancement --- */
.owho-footer-email-box {
  position: relative;
  padding: 16px 20px !important;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.35s ease, background 0.35s ease;
}

.owho-footer-email-box::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 13px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(102, 197, 184, 0.25), rgba(243, 19, 113, 0.15), transparent 60%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owho-footer-email-box:hover {
  border-color: rgba(102, 197, 184, 0.2);
  background: rgba(255, 255, 255, 0.06);
}

.owho-footer-email-box:hover::before {
  opacity: 1;
}

body.homepage-live .owho-footer-email-box .footer-widget__box__icon {
  color: var(--owho-teal, #66c5b8);
}

body.homepage-live .owho-footer-email-box .footer-widget__box__text a {
  color: var(--owho-teal, #66c5b8) !important;
  transition: color 0.3s ease;
}

body.homepage-live .owho-footer-email-box .footer-widget__box__text a:hover {
  color: var(--careox-white, #fff) !important;
}

/* --- 5. Navigation Link Hover Polish --- */
.owho-footer-nav li {
  position: relative;
}

.owho-footer-nav li a {
  position: relative;
  display: inline-block;
  padding-left: 0;
  transition: color 0.3s ease, padding-left 0.3s cubic-bezier(0.22, 1, 0.36, 1), background-size 0.4s ease !important;
}

body.homepage-live .owho-footer-nav li a:hover {
  color: var(--owho-teal, #66c5b8) !important;
  padding-left: 10px;
}

body.homepage-live .owho-footer-nav li a::before {
  content: '';
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background: var(--owho-teal, #66c5b8);
  border-radius: 2px;
  transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

body.homepage-live .owho-footer-nav li a:hover::before {
  width: 5px;
}

/* --- 6. Contact Info Hover Polish --- */
body.homepage-live .main-footer .footer-widget__info li a {
  transition: color 0.3s ease, background-size 0.4s ease !important;
}

body.homepage-live .main-footer .footer-widget__info li a:hover {
  color: var(--accent-color, var(--owho-teal, #66c5b8)) !important;
}

/* --- 7. Social Icon Glow Effect --- */
.owho-footer-social a {
  position: relative;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease !important;
}

body.homepage-live .owho-footer-social a:hover {
  transform: translateY(-5px) scale(1.06) !important;
  box-shadow:
    0 8px 24px -4px color-mix(in srgb, var(--accent-color, var(--owho-pink)) 35%, transparent),
    0 0 0 1px color-mix(in srgb, var(--accent-color, var(--owho-pink)) 20%, transparent) !important;
}

/* --- 8. Bottom Bar Enhancement --- */
.owho-footer-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.owho-footer-bottom-left {
  flex: 1 1 auto;
}

.owho-footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}

.owho-footer-bottom-links a {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.2px;
  transition: color 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.owho-footer-bottom-links a:hover {
  color: var(--owho-teal, #66c5b8);
}

.owho-footer-bottom-sep {
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  user-select: none;
}

.owho-back-to-top-icon {
  font-size: 11px;
  position: relative;
  top: -1px;
  transition: transform 0.3s ease;
}

.owho-footer-bottom-links a:hover .owho-back-to-top-icon {
  transform: translateY(-2px);
}

/* --- 9. Widget Card Depth on Hover --- */
body.homepage-live .footer-widget {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

body.homepage-live .footer-widget:hover {
  transform: translateY(-2px);
}

/* --- 10. Responsive Refinements --- */
@media (max-width: 1199px) {
  .owho-footer-section-title::after {
    width: 30px;
  }
}

@media (max-width: 767px) {
  .owho-footer-bottom-bar {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
  }

  .owho-footer-bottom-links {
    justify-content: center;
  }

  .owho-footer-section-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  body.homepage-live .footer-widget:hover .owho-footer-section-title::after {
    width: 48px;
  }

  body.homepage-live .owho-footer-nav li a:hover {
    padding-left: 6px;
  }
}

@media (max-width: 480px) {
  .owho-footer-bottom-links a {
    font-size: 13px;
  }

  .owho-footer-bottom-sep {
    margin: 0 6px;
  }
}

/* --- 11. Wide Footer Container --- */
.owho-footer-container {
  max-width: 1440px;
  padding-left: 48px;
  padding-right: 48px;
}

.owho-footer-row {
  margin-left: -24px;
  margin-right: -24px;
}

.owho-footer-row > [class*="col-"] {
  padding-left: 24px;
  padding-right: 24px;
}

body.homepage-live .main-footer > .container.owho-footer-container {
  padding-top: 0;
  padding-bottom: 10px;
}

@media (max-width: 1399px) {
  .owho-footer-container {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media (max-width: 991px) {
  .owho-footer-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 575px) {
  .owho-footer-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Footer background colour touch only — keep reverted/simple footer layout. */
body.homepage-live .main-footer {
  background:
    radial-gradient(circle at 12% 8%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.13), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.16), transparent 34%),
    linear-gradient(135deg, #fff8fc 0%, #f4efff 48%, #eefaf8 100%) !important;
}

body.homepage-live .main-footer__bg {
  background: transparent !important;
  background-image: none !important;
}

body.homepage-live .main-footer__bottom__inner {
  border-top-color: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.13) !important;
}

/* Footer blackish patterned background only — no layout changes. */
body.homepage-live .main-footer {
  background:
    radial-gradient(circle at 12% 10%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.18), transparent 28%),
    radial-gradient(circle at 88% 14%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.14), transparent 32%),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(135deg, #111022 0%, #1b1237 46%, #071623 100%) !important;
  background-size: auto, auto, 72px 72px, 72px 72px, auto !important;
  color: rgba(255,255,255,0.82) !important;
}

body.homepage-live .main-footer__bg {
  background: transparent !important;
  background-image: none !important;
}

body.homepage-live .main-footer__bottom__inner {
  border-top-color: rgba(255,255,255,0.14) !important;
}

body.homepage-live .main-footer .footer-widget__title,
body.homepage-live .main-footer .owho-brand-lockup__title,
body.homepage-live .main-footer .footer-widget__box__text,
body.homepage-live .main-footer .footer-widget__links li a,
body.homepage-live .main-footer .footer-widget__info li a,
body.homepage-live .main-footer .main-footer__copyright {
  color: #ffffff !important;
}

body.homepage-live .main-footer p,
body.homepage-live .main-footer .footer-widget__text,
body.homepage-live .main-footer .footer-widget__links li,
body.homepage-live .main-footer .footer-widget__info li,
body.homepage-live .main-footer .owho-brand-lockup__sub {
  color: rgba(255,255,255,0.76) !important;
}

body.homepage-live .main-footer .footer-widget__box__text a,
body.homepage-live .main-footer .footer-widget__links li a:hover,
body.homepage-live .main-footer .footer-widget__info li a:hover {
  color: #ffe16b !important;
}

/* Footer dark background readability fixes. */
body.homepage-live .main-footer .footer-widget--about .footer-widget__text {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.homepage-live .main-footer .footer-widget__info__icon,
body.homepage-live .main-footer .footer-widget__info__icon i,
body.homepage-live .main-footer .footer-widget__box__icon,
body.homepage-live .main-footer .footer-widget__box__icon i {
  color: #ffffff !important;
}

/* Footer copyright year should stay white on dark patterned footer. */
body.homepage-live .main-footer .main-footer__copyright,
body.homepage-live .main-footer .main-footer__copyright span,
body.homepage-live .main-footer .dynamic-year {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Policy pages: clean document layout with red/pink titles. */
body.homepage-live.policy-page .owho-policy-page {
  position: relative;
  padding: clamp(70px, 8vw, 110px) 0;
  background:
    radial-gradient(circle at 8% 10%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.08), transparent 30%),
    linear-gradient(180deg, #fffafd 0%, #f7f3ff 100%);
}

body.homepage-live.policy-page .owho-policy-shell {
  max-width: 1060px;
  margin: 0 auto;
}

body.homepage-live.policy-page .owho-policy-intro {
  padding: clamp(28px, 4vw, 46px);
  margin-bottom: 24px;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.08);
  border: 1px solid rgba(var(--owho-pink-rgb, 243, 19, 113), 0.1);
}

body.homepage-live.policy-page .owho-policy-kicker,
body.homepage-live.policy-page .owho-policy-card h2 {
  color: var(--owho-pink, #f31371) !important;
}

body.homepage-live.policy-page .owho-policy-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 1000;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.homepage-live.policy-page .owho-policy-intro h2 {
  margin: 0 0 14px;
  color: var(--owho-navy, #1f2253);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.04;
  font-weight: 1000;
  letter-spacing: -0.055em;
}

body.homepage-live.policy-page .owho-policy-intro p,
body.homepage-live.policy-page .owho-policy-card p,
body.homepage-live.policy-page .owho-policy-list li {
  color: rgba(var(--owho-navy-rgb, 31, 34, 83), 0.78);
  font-size: 17px;
  line-height: 1.8;
  font-weight: 700;
}

body.homepage-live.policy-page .owho-policy-grid {
  display: grid;
  gap: 18px;
}

body.homepage-live.policy-page .owho-policy-card {
  padding: clamp(24px, 3vw, 34px);
  border-radius: 26px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(var(--owho-purple-rgb, 99, 69, 165), 0.1);
  box-shadow: 0 18px 50px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.06);
}

body.homepage-live.policy-page .owho-policy-card h2 {
  margin: 0 0 12px;
  font-size: clamp(22px, 2.1vw, 30px);
  line-height: 1.18;
  font-weight: 1000;
  letter-spacing: -0.035em;
}

body.homepage-live.policy-page .owho-policy-card p {
  margin: 0 0 10px;
}

body.homepage-live.policy-page .owho-policy-card p:last-child {
  margin-bottom: 0;
}

body.homepage-live.policy-page .owho-policy-card a {
  color: var(--owho-pink, #f31371);
  font-weight: 1000;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.homepage-live.policy-page .owho-policy-list {
  display: grid;
  gap: 8px;
  margin: 10px 0 14px;
  padding: 0;
  list-style: none;
}

body.homepage-live.policy-page .owho-policy-list li {
  position: relative;
  padding-left: 28px;
}

body.homepage-live.policy-page .owho-policy-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--owho-pink, #f31371), var(--owho-teal, #66c5b8));
  box-shadow: 0 0 0 5px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.08);
}

body.homepage-live .main-footer .footer-widget__links a[href$="policy.html"],
body.homepage-live .main-footer .footer-widget__links a[href="terms-and-conditions.html"],
body.homepage-live .main-footer .footer-widget__links a[href="return-refund-policy.html"],
body.homepage-live .main-footer .footer-widget__links a[href="text-messaging-terms.html"] {
  font-size: 14px;
}

/* Footer policy links in their own separate row. */
body.homepage-live .main-footer .owho-footer-policy-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin: 8px 0 18px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

body.homepage-live .main-footer .owho-footer-policy-row__title {
  color: #ffffff !important;
  font-weight: 1000;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12px;
}

body.homepage-live .main-footer .owho-footer-policy-row__links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 14px;
}

body.homepage-live .main-footer .owho-footer-policy-row__links a {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none;
}

body.homepage-live .main-footer .owho-footer-policy-row__links a:hover {
  color: #ffe16b !important;
}

@media (max-width: 767px) {
  body.homepage-live .main-footer .owho-footer-policy-row {
    align-items: flex-start;
    justify-content: flex-start;
  }

  body.homepage-live .main-footer .owho-footer-policy-row__links {
    justify-content: flex-start;
  }
}

/* Policy pages without hero: give document content comfortable top spacing. */
body.homepage-live.policy-page .page-wrapper > .owho-policy-page:first-of-type {
  padding-top: clamp(145px, 13vw, 190px) !important;
}

/* About page long mission/vision copy: justify on mobile for cleaner reading. */
@media (max-width: 767px) {
  body.homepage-live.about-page .owho-mission-vision__card p {
    text-align: justify !important;
    text-justify: inter-word;
  }
}
/* Website form submission notice */
.owho-form-status-message {
  position: fixed;
  top: 110px;
  left: 50%;
  z-index: 9999;
  width: min(92vw, 560px);
  transform: translateX(-50%);
  border-radius: 999px;
  padding: 14px 24px;
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.22);
}
.owho-form-status-message.is-success {
  background: linear-gradient(135deg, #16a34a, #14b8a6);
}
.owho-form-status-message.is-error {
  background: linear-gradient(135deg, #e11d48, #f97316);
}
@media (max-width: 767px) {
  .owho-form-status-message {
    top: 88px;
    border-radius: 22px;
    font-size: 13px;
    line-height: 1.45;
  }
}

/* Footer-only nonprofit seal readability background */
body.homepage-live .main-footer .owho-footer-seal {
  width: clamp(94px, 7.5vw, 112px) !important;
  padding: 10px !important;
  border-radius: 22px !important;
  background: linear-gradient(145deg, rgba(12, 15, 24, 0.96), rgba(31, 25, 45, 0.92)) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}
body.homepage-live .main-footer .owho-seal-replacement__image--footer {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 575px) {
  body.homepage-live .main-footer .owho-footer-seal {
    width: 88px !important;
    padding: 8px !important;
    border-radius: 18px !important;
  }
}

/* Home health guidance disclaimer */
body.homepage-live .owho-home-health-help__heading .owho-health-help__disclaimer {
  width: min(100%, 850px);
  margin: 12px auto 0;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(242, 108, 160, 0.1);
  color: #6f6680;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}
@media (max-width: 767px) {
  body.homepage-live .owho-home-health-help__heading .owho-health-help__disclaimer {
    border-radius: 18px;
    font-size: 13px;
  }
}

/* Widen homepage health-help heading so text does not stack too narrowly */
body.homepage-live .owho-home-health-help__heading {
  max-width: 1120px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.homepage-live .owho-home-health-help__heading .sec-title,
body.homepage-live .owho-home-health-help__heading .sec-title__title,
body.homepage-live .owho-home-health-help__heading > p {
  max-width: 1000px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.homepage-live .owho-home-health-help__heading .sec-title__title {
  font-size: clamp(28px, 3vw, 42px) !important;
  line-height: 1.2 !important;
}

/* Dedicated Donate Now page */
body.homepage-live.donate-page .owho-donate-story {
  position: relative;
  padding: clamp(70px, 8vw, 110px) 0 30px;
  background: linear-gradient(135deg, rgba(102, 197, 184, 0.1), rgba(243, 19, 113, 0.08));
}
body.homepage-live.donate-page .owho-donate-story__shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
  padding: clamp(26px, 4vw, 46px);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 28px 70px rgba(31, 34, 83, 0.12);
  border: 1px solid rgba(108, 99, 166, 0.12);
}
body.homepage-live.donate-page .owho-donate-story__eyebrow {
  display: inline-flex;
  color: var(--owho-pink, #f31371);
  font-weight: 1000;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
body.homepage-live.donate-page .owho-donate-story__content h2 {
  margin: 0 0 18px;
  color: var(--owho-navy, #1f2253);
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.12;
}
body.homepage-live.donate-page .owho-donate-story__content p {
  color: rgba(31, 34, 83, 0.78);
  font-size: 17px;
  line-height: 1.9;
  text-align: justify;
  margin-bottom: 14px;
}
body.homepage-live.donate-page .owho-donate-story__aside {
  display: grid;
  gap: 14px;
  position: sticky;
  top: 120px;
}
body.homepage-live.donate-page .owho-donate-story__aside div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(31, 34, 83, 0.96), rgba(108, 99, 166, 0.9));
  color: #fff;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(31, 34, 83, 0.18);
}
body.homepage-live.donate-page .owho-donate-story__aside i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}
@media (max-width: 991px) {
  body.homepage-live.donate-page .owho-donate-story__shell {
    grid-template-columns: 1fr;
  }
  body.homepage-live.donate-page .owho-donate-story__aside {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  body.homepage-live.donate-page .owho-donate-story__aside {
    grid-template-columns: 1fr;
  }
  body.homepage-live.donate-page .owho-donate-story__content p {
    text-align: left;
  }
}

/* Donate page: match Impact hero image and refine donation story UI */
body.homepage-live.donate-page .owho-donate-hero {
  background: #24184d;
}
body.homepage-live.donate-page .owho-donate-hero .page-header__bg {
  background-image: url("../images/generated/impact_hero_community_20260504.webp") !important;
  background-position: center center !important;
}
body.homepage-live.donate-page .owho-donate-hero::before {
  background: rgba(8, 6, 20, 0.72);
}
body.homepage-live.donate-page .owho-donate-hero .owho-page-hero__content {
  background: rgba(14, 12, 30, 0.82);
  border-color: rgba(255, 255, 255, 0.16);
}
body.homepage-live.donate-page .owho-donate-story {
  overflow: hidden;
  padding: clamp(76px, 8vw, 120px) 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(102, 197, 184, 0.24), transparent 34%),
    radial-gradient(circle at 88% 14%, rgba(243, 19, 113, 0.22), transparent 32%),
    linear-gradient(135deg, #100d24 0%, #26194f 48%, #130f2b 100%);
}
body.homepage-live.donate-page .owho-donate-story__shell {
  position: relative;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 350px);
  align-items: stretch;
  padding: clamp(18px, 2vw, 26px);
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(16px);
}
body.homepage-live.donate-page .owho-donate-story__content {
  padding: clamp(24px, 3vw, 42px);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 253, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}
body.homepage-live.donate-page .owho-donate-story__eyebrow {
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(243, 19, 113, 0.1);
}
body.homepage-live.donate-page .owho-donate-story__content h2 {
  max-width: 940px;
  margin-bottom: clamp(18px, 3vw, 28px);
  font-size: clamp(28px, 3.3vw, 48px);
}
body.homepage-live.donate-page .owho-donate-story__content p {
  position: relative;
  margin: 0 0 14px;
  padding: clamp(16px, 2vw, 22px) clamp(18px, 2.4vw, 26px);
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(108, 99, 166, 0.12);
  box-shadow: 0 14px 36px rgba(31, 34, 83, 0.08);
  color: rgba(24, 25, 52, 0.82);
  font-size: 16.5px;
  line-height: 1.86;
}
body.homepage-live.donate-page .owho-donate-story__content p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--owho-pink, #f31371), var(--owho-teal, #66c5b8));
}
body.homepage-live.donate-page .owho-donate-story__aside {
  position: sticky;
  top: 120px;
  align-self: start;
  padding: clamp(18px, 2vw, 24px);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07));
  border: 1px solid rgba(255, 255, 255, 0.16);
}
body.homepage-live.donate-page .owho-donate-story__aside div {
  min-height: 86px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--owho-navy, #1f2253);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}
body.homepage-live.donate-page .owho-donate-story__aside i {
  background: linear-gradient(135deg, var(--owho-pink, #f31371), var(--owho-purple, #6c63a6));
  color: #fff;
}
@media (max-width: 991px) {
  body.homepage-live.donate-page .owho-donate-story__shell {
    grid-template-columns: 1fr;
  }
  body.homepage-live.donate-page .owho-donate-story__aside {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  body.homepage-live.donate-page .owho-donate-story__shell {
    padding: 12px;
    border-radius: 26px;
  }
  body.homepage-live.donate-page .owho-donate-story__content {
    padding: 20px;
    border-radius: 22px;
  }
  body.homepage-live.donate-page .owho-donate-story__content p {
    text-align: left;
    font-size: 15px;
  }
  body.homepage-live.donate-page .owho-donate-story__aside {
    grid-template-columns: 1fr;
  }
}

/* Donate page: remove side rail and use white content on dark section */
body.homepage-live.donate-page .owho-donate-story__shell {
  grid-template-columns: 1fr !important;
}
body.homepage-live.donate-page .owho-donate-story__content {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}
body.homepage-live.donate-page .owho-donate-story__content h2,
body.homepage-live.donate-page .owho-donate-story__content p {
  color: #ffffff !important;
}
body.homepage-live.donate-page .owho-donate-story__content p {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16) !important;
}
body.homepage-live.donate-page .owho-donate-story__eyebrow {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.14) !important;
}

/* Homepage impact strip below About */
body.homepage-live .owho-home-impact-strip {
  padding: clamp(34px, 5vw, 64px) 0;
  background: linear-gradient(135deg, rgba(102, 197, 184, 0.08), rgba(243, 19, 113, 0.08));
}
body.homepage-live .owho-home-impact-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
}
body.homepage-live .owho-home-impact-card {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: clamp(24px, 3vw, 34px);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(108, 99, 166, 0.1);
  box-shadow: 0 24px 70px rgba(31, 34, 83, 0.11);
}
body.homepage-live .owho-home-impact-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 7px;
  border-radius: 999px;
  background: var(--impact-accent, var(--owho-teal));
}
body.homepage-live .owho-home-impact-card i {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  border-radius: 18px;
  background: color-mix(in srgb, var(--impact-accent, #66c5b8) 16%, #ffffff);
  color: var(--impact-accent, var(--owho-teal));
  font-size: 22px;
}
body.homepage-live .owho-home-impact-card strong {
  display: block;
  color: var(--owho-navy, #1f2253);
  font-size: clamp(40px, 4vw, 62px);
  line-height: 0.95;
  font-weight: 1000;
  letter-spacing: -0.05em;
}
body.homepage-live .owho-home-impact-card span {
  display: block;
  margin-top: 14px;
  color: rgba(31, 34, 83, 0.78);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 900;
}
@media (max-width: 991px) {
  body.homepage-live .owho-home-impact-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  body.homepage-live .owho-home-impact-strip__grid {
    grid-template-columns: 1fr;
  }
  body.homepage-live .owho-home-impact-card {
    min-height: 0;
  }
}

/* Impact & Activities custom impact snapshot */
body.homepage-live.impact-page .owho-activity-impact {
  padding: clamp(76px, 8vw, 118px) 0;
  background:
    radial-gradient(circle at 8% 12%, rgba(102, 197, 184, 0.18), transparent 32%),
    radial-gradient(circle at 92% 14%, rgba(243, 19, 113, 0.14), transparent 34%),
    linear-gradient(180deg, #f9fbff 0%, #fff4fa 100%);
}
body.homepage-live.impact-page .owho-activity-impact__head {
  max-width: 980px;
  margin: 0 auto 38px;
  text-align: center;
}
body.homepage-live.impact-page .owho-activity-impact__head h2 {
  margin: 8px 0 12px;
  color: var(--owho-navy, #1f2253);
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1.05;
  letter-spacing: -0.05em;
}
body.homepage-live.impact-page .owho-activity-impact__head p {
  margin: 0 auto;
  max-width: 850px;
  color: rgba(31, 34, 83, 0.72);
  font-size: 18px;
  line-height: 1.75;
  font-weight: 800;
}
body.homepage-live.impact-page .owho-activity-impact__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
  margin-bottom: clamp(32px, 5vw, 58px);
}
body.homepage-live.impact-page .owho-activity-impact-card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: clamp(24px, 3vw, 34px);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(108, 99, 166, 0.11);
  box-shadow: 0 24px 70px rgba(31, 34, 83, 0.11);
  text-align: left;
}
body.homepage-live.impact-page .owho-activity-impact-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: var(--impact-accent, var(--owho-teal));
}
body.homepage-live.impact-page .owho-activity-impact-card__icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  border-radius: 19px;
  background: color-mix(in srgb, var(--impact-accent, #66c5b8) 16%, #ffffff);
  color: var(--impact-accent, var(--owho-teal));
  font-size: 22px;
}
body.homepage-live.impact-page .owho-activity-impact-card strong {
  display: block;
  color: var(--owho-navy, #1f2253);
  font-size: clamp(38px, 3.6vw, 58px);
  line-height: 1;
  font-weight: 1000;
  letter-spacing: -0.05em;
}
body.homepage-live.impact-page .owho-activity-impact-card span:not(.owho-activity-impact-card__icon) {
  display: block;
  margin-top: 12px;
  color: rgba(31, 34, 83, 0.78);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 1000;
}
body.homepage-live.impact-page .owho-activity-impact-chart {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 44px);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(108, 99, 166, 0.12);
  box-shadow: 0 28px 80px rgba(31, 34, 83, 0.12);
}
body.homepage-live.impact-page .owho-activity-impact-chart h3 {
  margin: 0 0 28px;
  color: var(--owho-navy, #1f2253);
  font-size: clamp(26px, 3vw, 38px);
  text-align: center;
}
body.homepage-live.impact-page .owho-activity-bar {
  margin-bottom: 22px;
}
body.homepage-live.impact-page .owho-activity-bar__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 9px;
  color: rgba(31, 34, 83, 0.84);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 1000;
}
body.homepage-live.impact-page .owho-activity-bar__label strong {
  color: var(--owho-pink, #f31371);
  font-size: 20px;
}
body.homepage-live.impact-page .owho-activity-bar__track {
  height: 18px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(108, 99, 166, 0.12);
}
body.homepage-live.impact-page .owho-activity-bar__track span {
  display: block;
  width: var(--bar-width, 0%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--owho-purple, #6c63a6), var(--owho-teal, #66c5b8));
}
body.homepage-live.impact-page .owho-activity-impact-chart__note {
  margin: 26px 0 0;
  color: rgba(31, 34, 83, 0.62);
  text-align: center;
  font-size: 15px;
  font-weight: 900;
}
@media (max-width: 991px) {
  body.homepage-live.impact-page .owho-activity-impact__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  body.homepage-live.impact-page .owho-activity-impact__cards {
    grid-template-columns: 1fr;
  }
  body.homepage-live.impact-page .owho-activity-bar__label {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

/* About page: requested founder/team sequence and profile cards. */
body.homepage-live.about-page .owho-leadership-team {
  position: relative;
  overflow: hidden;
  padding: clamp(66px, 7vw, 112px) 0;
  background:
    radial-gradient(circle at 10% 12%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.10), transparent 30%),
    radial-gradient(circle at 92% 20%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.14), transparent 30%),
    #ffffff;
}
body.homepage-live.about-page .owho-leadership-team__header {
  max-width: 900px;
  margin: 0 auto clamp(30px, 4vw, 52px);
  text-align: center;
}
body.homepage-live.about-page .owho-leadership-team__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--owho-pink, #f31371);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 1000;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
body.homepage-live.about-page .owho-leadership-team__eyebrow::before,
body.homepage-live.about-page .owho-leadership-team__eyebrow::after {
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}
body.homepage-live.about-page .owho-leadership-team__header h2 {
  margin: 12px auto 14px;
  max-width: 760px;
  color: var(--owho-navy, #1f2253);
  font-size: clamp(34px, 4.7vw, 62px);
  line-height: 1.05;
  font-weight: 1000;
  letter-spacing: -0.055em;
  text-wrap: balance;
}
body.homepage-live.about-page .owho-leadership-team__header p {
  max-width: 780px;
  margin: 0 auto;
  color: rgba(31, 34, 83, 0.72);
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.72;
  font-weight: 800;
}
body.homepage-live.about-page .owho-leadership-team__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.1vw, 28px);
}
body.homepage-live.about-page .owho-leadership-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.10);
  box-shadow: 0 24px 70px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.11);
}
body.homepage-live.about-page .owho-leadership-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 7px;
  background: linear-gradient(90deg, var(--owho-pink, #f31371), var(--owho-teal, #66c5b8), var(--owho-purple, #6c63a6));
}
body.homepage-live.about-page .owho-leadership-card__media {
  height: 260px;
  overflow: hidden;
  background: #f8f6fc;
}
body.homepage-live.about-page .owho-leadership-card--director .owho-leadership-card__media {
  height: 330px;
}
body.homepage-live.about-page .owho-leadership-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 450ms ease;
}
body.homepage-live.about-page .owho-leadership-card:hover .owho-leadership-card__media img {
  transform: scale(1.045);
}
body.homepage-live.about-page .owho-leadership-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(20px, 2vw, 28px);
}
body.homepage-live.about-page .owho-leadership-card__role {
  width: max-content;
  max-width: 100%;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.10);
  color: var(--owho-pink, #f31371);
  font-size: 11px;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
body.homepage-live.about-page .owho-leadership-card h3 {
  margin: 0 0 10px;
  color: var(--owho-navy, #1f2253);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.08;
  font-weight: 1000;
  letter-spacing: -0.045em;
}
body.homepage-live.about-page .owho-leadership-card p {
  margin: 0;
  color: rgba(31, 34, 83, 0.76);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 700;
  text-align: justify;
  text-justify: inter-word;
}
body.homepage-live.about-page .owho-leadership-card--director {
  grid-column: span 2;
}
body.homepage-live.about-page .owho-leadership-card--director .owho-leadership-card__content {
  background: linear-gradient(180deg, #ffffff 0%, #f8f6fc 100%);
}
@media (max-width: 1199px) {
  body.homepage-live.about-page .owho-leadership-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  body.homepage-live.about-page .owho-leadership-team {
    padding: 54px 0 68px;
  }
  body.homepage-live.about-page .owho-leadership-team__header {
    text-align: left;
  }
  body.homepage-live.about-page .owho-leadership-team__eyebrow::after {
    display: none;
  }
  body.homepage-live.about-page .owho-leadership-team__grid,
  body.homepage-live.about-page .owho-leadership-card--director {
    grid-template-columns: 1fr;
    grid-column: auto;
  }
  body.homepage-live.about-page .owho-leadership-card__media,
  body.homepage-live.about-page .owho-leadership-card--director .owho-leadership-card__media {
    height: 260px;
  }
  body.homepage-live.about-page .owho-leadership-card p,
  body.homepage-live.about-page .owho-leadership-team__header p {
    text-align: justify;
    text-justify: inter-word;
  }
}

/* About page: cleaner founder/advisor/volunteer section after removing director card. */
body.homepage-live.about-page .owho-leadership-team {
  padding: clamp(76px, 8vw, 124px) 0 !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045) 25%, transparent 25%) 0 0 / 46px 46px,
    radial-gradient(circle at 12% 16%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.32), transparent 32%),
    radial-gradient(circle at 92% 86%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.28), transparent 34%),
    linear-gradient(135deg, #100c28 0%, #24184d 48%, #111827 100%) !important;
}
body.homepage-live.about-page .owho-leadership-team .container {
  max-width: 1180px;
}
body.homepage-live.about-page .owho-leadership-team__header {
  max-width: 980px !important;
  margin: 0 0 clamp(30px, 4vw, 52px) !important;
  text-align: left !important;
}
body.homepage-live.about-page .owho-leadership-team__eyebrow {
  color: #ffde59 !important;
}
body.homepage-live.about-page .owho-leadership-team__eyebrow::after {
  display: none;
}
body.homepage-live.about-page .owho-leadership-team__header h2 {
  max-width: 760px !important;
  margin-left: 0 !important;
  color: #ffffff !important;
  font-size: clamp(38px, 5.4vw, 72px) !important;
}
body.homepage-live.about-page .owho-leadership-team__header p {
  max-width: 820px !important;
  margin-left: 0 !important;
  color: rgba(255, 255, 255, 0.78) !important;
}
body.homepage-live.about-page .owho-leadership-team__grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr) !important;
  gap: clamp(18px, 2.4vw, 32px) !important;
  align-items: stretch;
}
body.homepage-live.about-page .owho-leadership-team__grid .owho-leadership-card:first-child {
  grid-row: span 2;
}
body.homepage-live.about-page .owho-leadership-card {
  isolation: isolate;
  display: grid !important;
  grid-template-columns: minmax(150px, 0.92fr) minmax(0, 1fr);
  min-height: 300px;
  border-radius: 34px !important;
  background: rgba(255, 255, 255, 0.10) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.25) !important;
  backdrop-filter: blur(10px);
}
body.homepage-live.about-page .owho-leadership-team__grid .owho-leadership-card:first-child {
  display: flex !important;
  min-height: 640px;
  background: #ffffff !important;
  color: var(--owho-navy, #1f2253);
}
body.homepage-live.about-page .owho-leadership-card::before {
  height: 100% !important;
  width: 8px !important;
  inset: 0 auto 0 0 !important;
  background: linear-gradient(180deg, var(--owho-pink, #f31371), var(--owho-teal, #66c5b8), #ffde59) !important;
}
body.homepage-live.about-page .owho-leadership-card__media {
  height: 100% !important;
  min-height: 300px;
}
body.homepage-live.about-page .owho-leadership-team__grid .owho-leadership-card:first-child .owho-leadership-card__media {
  height: 390px !important;
  min-height: 390px;
}
body.homepage-live.about-page .owho-leadership-card__media img {
  filter: saturate(1.05) contrast(1.03);
}
body.homepage-live.about-page .owho-leadership-card__content {
  justify-content: center;
  padding: clamp(22px, 2.4vw, 34px) !important;
}
body.homepage-live.about-page .owho-leadership-card__role {
  background: rgba(255, 222, 89, 0.16) !important;
  color: #ffde59 !important;
}
body.homepage-live.about-page .owho-leadership-team__grid .owho-leadership-card:first-child .owho-leadership-card__role {
  background: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.11) !important;
  color: var(--owho-pink, #f31371) !important;
}
body.homepage-live.about-page .owho-leadership-card h3 {
  color: #ffffff !important;
  font-size: clamp(24px, 2.3vw, 34px) !important;
}
body.homepage-live.about-page .owho-leadership-team__grid .owho-leadership-card:first-child h3 {
  color: var(--owho-navy, #1f2253) !important;
  font-size: clamp(30px, 3vw, 46px) !important;
}
body.homepage-live.about-page .owho-leadership-card p {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 15.5px !important;
  line-height: 1.7 !important;
}
body.homepage-live.about-page .owho-leadership-team__grid .owho-leadership-card:first-child p {
  color: rgba(31, 34, 83, 0.76) !important;
  font-size: clamp(16px, 1.05vw, 18px) !important;
}
@media (max-width: 1199px) {
  body.homepage-live.about-page .owho-leadership-team__grid {
    grid-template-columns: 1fr !important;
  }
  body.homepage-live.about-page .owho-leadership-team__grid .owho-leadership-card:first-child {
    min-height: 0;
  }
  body.homepage-live.about-page .owho-leadership-card,
  body.homepage-live.about-page .owho-leadership-team__grid .owho-leadership-card:first-child {
    display: grid !important;
    grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.15fr);
  }
  body.homepage-live.about-page .owho-leadership-team__grid .owho-leadership-card:first-child .owho-leadership-card__media,
  body.homepage-live.about-page .owho-leadership-card__media {
    height: 100% !important;
    min-height: 310px;
  }
}
@media (max-width: 767px) {
  body.homepage-live.about-page .owho-leadership-team {
    padding: 58px 0 74px !important;
  }
  body.homepage-live.about-page .owho-leadership-team__header h2 {
    font-size: clamp(34px, 11vw, 46px) !important;
  }
  body.homepage-live.about-page .owho-leadership-card,
  body.homepage-live.about-page .owho-leadership-team__grid .owho-leadership-card:first-child {
    display: flex !important;
    flex-direction: column;
    border-radius: 26px !important;
  }
  body.homepage-live.about-page .owho-leadership-team__grid .owho-leadership-card:first-child .owho-leadership-card__media,
  body.homepage-live.about-page .owho-leadership-card__media {
    height: 245px !important;
    min-height: 245px;
  }
  body.homepage-live.about-page .owho-leadership-card__content {
    padding: 22px !important;
  }
}

/* Donate page: impact CTA inside donation story. */
body.homepage-live.donate-page .owho-donate-story__actions {
  margin-top: clamp(22px, 3vw, 34px);
}
body.homepage-live.donate-page .owho-donate-story__impact-btn {
  background: #ffffff !important;
  color: var(--owho-pink, #f31371) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18) !important;
}
body.homepage-live.donate-page .owho-donate-story__impact-btn span {
  color: var(--owho-pink, #f31371) !important;
}
body.homepage-live.donate-page .owho-donate-story__impact-btn:hover,
body.homepage-live.donate-page .owho-donate-story__impact-btn:focus-visible {
  background: var(--owho-teal, #66c5b8) !important;
  color: #ffffff !important;
}
body.homepage-live.donate-page .owho-donate-story__impact-btn:hover span,
body.homepage-live.donate-page .owho-donate-story__impact-btn:focus-visible span {
  color: #ffffff !important;
}

/* Homepage impact snapshot: shorter cards and section intro. */
body.homepage-live .owho-home-impact-strip__head {
  max-width: 820px;
  margin: 0 auto clamp(24px, 3vw, 38px);
  text-align: center;
}
body.homepage-live .owho-home-impact-strip__head span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--owho-pink, #f31371);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 1000;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
body.homepage-live .owho-home-impact-strip__head span::before,
body.homepage-live .owho-home-impact-strip__head span::after {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}
body.homepage-live .owho-home-impact-strip__head h2 {
  margin: 8px 0 10px;
  color: var(--owho-navy, #1f2253);
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.06;
  font-weight: 1000;
  letter-spacing: -0.05em;
}
body.homepage-live .owho-home-impact-strip__head p {
  margin: 0 auto;
  max-width: 760px;
  color: rgba(31, 34, 83, 0.72);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 800;
}
body.homepage-live .owho-home-impact-strip__seal {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding: 8px 16px 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(var(--owho-purple-rgb, 99, 69, 165), 0.13);
  box-shadow: 0 14px 32px rgba(var(--owho-purple-rgb, 99, 69, 165), 0.10);
}
body.homepage-live .owho-home-impact-strip__seal img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}
body.homepage-live .owho-home-impact-strip__seal strong {
  color: var(--owho-navy, #1f2253);
  font-size: 13px;
  line-height: 1.15;
  font-weight: 1000;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
body.homepage-live .owho-home-impact-card {
  min-height: 165px !important;
  padding: clamp(20px, 2.3vw, 28px) !important;
}
body.homepage-live .owho-home-impact-card i {
  width: 48px !important;
  height: 48px !important;
  margin-bottom: 16px !important;
  border-radius: 16px !important;
  font-size: 19px !important;
}
body.homepage-live .owho-home-impact-card strong {
  font-size: clamp(32px, 3.1vw, 46px) !important;
}
body.homepage-live .owho-home-impact-card:first-child strong {
  font-size: clamp(23px, 2.2vw, 34px) !important;
  line-height: 1.06 !important;
}
body.homepage-live .owho-home-impact-card span {
  margin-top: 10px !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
}
body.homepage-live .owho-home-impact-card:nth-child(5) {
  grid-column: span 2;
}
body.homepage-live .owho-home-impact-card:nth-child(5) span {
  max-width: 340px;
}
@media (max-width: 575px) {
  body.homepage-live .owho-home-impact-strip__head {
    text-align: left;
  }
  body.homepage-live .owho-home-impact-strip__head span::after {
    display: none;
  }
  body.homepage-live .owho-home-impact-strip__seal {
    border-radius: 22px;
  }
  body.homepage-live .owho-home-impact-card:nth-child(5) {
    grid-column: auto;
  }
}

/* About page hero image-only request: show the supplied artwork as the full
   hero without any overlaid copy, gradients, cards, or breadcrumb text. */
body.homepage-live.about-page .owho-page-hero--image-only {
  display: block;
  min-height: 0;
  padding: clamp(112px, 7.5vw, 132px) 0 0;
  overflow: visible;
  isolation: auto;
  background: #fff;
}

body.homepage-live.about-page .owho-page-hero--image-only::before,
body.homepage-live.about-page .owho-page-hero--image-only::after {
  display: none;
  content: none;
}

body.homepage-live.about-page .owho-page-hero--image-only .owho-page-hero__picture {
  display: block;
  width: 100%;
  line-height: 0;
}

body.homepage-live.about-page .owho-page-hero--image-only img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: center top;
}

@media (max-width: 1199px) {
  body.homepage-live.about-page .owho-page-hero--image-only {
    padding-top: 98px;
  }
}

@media (max-width: 767px) {
  body.homepage-live.about-page .owho-page-hero--image-only {
    padding-top: 86px;
  }
}

/* About image-only hero size adjustment: keep the supplied image as the only
   hero content, but constrain it so it reads as a responsive banner instead of
   an oversized full-viewport graphic. */
body.homepage-live.about-page .owho-page-hero--image-only {
  padding: clamp(104px, 7vw, 122px) clamp(16px, 3vw, 34px) clamp(22px, 2.6vw, 34px) !important;
  background: #fff !important;
}

body.homepage-live.about-page .owho-page-hero--image-only .owho-page-hero__picture {
  width: min(100%, 1180px);
  margin: 0 auto;
  border-radius: clamp(16px, 2vw, 28px);
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.12);
}

body.homepage-live.about-page .owho-page-hero--image-only img {
  width: 100%;
  height: auto;
}

@media (min-width: 1400px) {
  body.homepage-live.about-page .owho-page-hero--image-only .owho-page-hero__picture {
    width: min(100%, 1120px);
  }
}

@media (max-width: 767px) {
  body.homepage-live.about-page .owho-page-hero--image-only {
    padding: 84px 10px 18px !important;
  }

  body.homepage-live.about-page .owho-page-hero--image-only .owho-page-hero__picture {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(var(--owho-navy-rgb, 31, 34, 83), 0.1);
  }
}

/* About hero no-blank-sides correction: full-bleed banner, reduced by height
   instead of side gutters, so the image reaches both edges on every screen. */
body.homepage-live.about-page .owho-page-hero--image-only {
  padding: clamp(104px, 7vw, 122px) 0 0 !important;
}

body.homepage-live.about-page .owho-page-hero--image-only .owho-page-hero__picture {
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

body.homepage-live.about-page .owho-page-hero--image-only img {
  width: 100%;
  height: clamp(320px, 34vw, 490px);
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 767px) {
  body.homepage-live.about-page .owho-page-hero--image-only {
    padding-top: 78px !important;
  }

  body.homepage-live.about-page .owho-page-hero--image-only img {
    height: clamp(190px, 50vw, 240px);
    object-position: center center;
  }
}

/* About hero full-image final: show the complete supplied artwork edge-to-edge
   with no crop, no blank side gutters, and no overlay text. */
body.homepage-live.about-page .owho-page-hero--image-only {
  padding: clamp(104px, 7vw, 122px) 0 0 !important;
  background: #fff !important;
}

body.homepage-live.about-page .owho-page-hero--image-only .owho-page-hero__picture {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
  box-shadow: none !important;
}

body.homepage-live.about-page .owho-page-hero--image-only img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: center top !important;
}

@media (max-width: 767px) {
  body.homepage-live.about-page .owho-page-hero--image-only {
    padding-top: 78px !important;
  }
}

/* Shared full-image page hero banners: used for About, Donate, Get Support,
   and Impact pages. Shows the complete 2:1 artwork edge-to-edge with no crop,
   no side blanks, and no overlaid page text. */
body.homepage-live .owho-page-hero--image-only {
  display: block !important;
  min-height: 0 !important;
  padding: clamp(104px, 7vw, 122px) 0 0 !important;
  overflow: visible !important;
  isolation: auto !important;
  background: #fff !important;
}

body.homepage-live .owho-page-hero--image-only::before,
body.homepage-live .owho-page-hero--image-only::after {
  display: none !important;
  content: none !important;
}

body.homepage-live .owho-page-hero--image-only .owho-page-hero__picture {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
  box-shadow: none !important;
  line-height: 0 !important;
}

body.homepage-live .owho-page-hero--image-only img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: center top !important;
}

@media (max-width: 767px) {
  body.homepage-live .owho-page-hero--image-only {
    padding-top: 78px !important;
  }
}

/* Donate page image hero should start at the top like the other image-only
   heroes; prevent legacy donation-page spacing from creating a blank band. */
body.homepage-live.donate-page {
  padding-top: 0 !important;
}

/* About Mission & Vision supplied artwork. */
body.homepage-live.about-page .owho-mission-vision__image {
  position: relative;
  z-index: 1;
  margin: 0 0 clamp(20px, 2.4vw, 28px);
  border-radius: clamp(18px, 2vw, 26px);
  overflow: hidden;
  background: #fff7fb;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
  box-shadow: 0 18px 46px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.11);
}

body.homepage-live.about-page .owho-mission-vision__image picture,
body.homepage-live.about-page .owho-mission-vision__image img {
  display: block;
  width: 100%;
}

body.homepage-live.about-page .owho-mission-vision__image img {
  height: auto;
  max-width: none;
  object-fit: contain;
}

@media (max-width: 767px) {
  body.homepage-live.about-page .owho-mission-vision__image {
    margin-bottom: 18px;
    border-radius: 18px;
  }
}

/* About Mission & Vision: remove old card icons and tighten heading spacing. */
body.homepage-live.about-page .owho-mission-vision__card > .owho-mission-vision__icon {
  display: none !important;
}

body.homepage-live.about-page .owho-mission-vision__card h3 {
  margin-top: 0 !important;
  margin-bottom: clamp(16px, 2vw, 22px) !important;
}

/* Donate page reference-style content redesign. Hero, donation form, and footer
   stay intact; this middle section mirrors the supplied card/report layout with
   1 World Humanity Organization colors. */
body.homepage-live.donate-page .owho-donate-impact {
  --donate-ink: #111827;
  --donate-muted: #4b5563;
  --donate-line: rgba(var(--owho-navy-rgb, 99, 69, 165), 0.12);
  --donate-card: rgba(255, 255, 255, 0.94);
  position: relative;
  padding: clamp(46px, 5vw, 78px) 0 clamp(36px, 4vw, 64px);
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.14), transparent 28%),
    radial-gradient(circle at 90% 34%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.1), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #fbfbff 48%, #f8f6fc 100%);
}

body.homepage-live.donate-page .owho-donate-impact::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(var(--owho-navy-rgb, 99, 69, 165), 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--owho-navy-rgb, 99, 69, 165), 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 72%, transparent 100%);
  pointer-events: none;
}

body.homepage-live.donate-page .owho-donate-impact .container {
  position: relative;
  z-index: 1;
}

body.homepage-live.donate-page .owho-donate-impact__intro {
  max-width: 900px;
  margin: 0 auto clamp(28px, 4vw, 46px);
  text-align: center;
}

body.homepage-live.donate-page .owho-donate-impact__eyebrow,
body.homepage-live.donate-page .owho-donate-section-heading h3,
body.homepage-live.donate-page .owho-donate-panel-title h3,
body.homepage-live.donate-page .owho-donate-allocation h3,
body.homepage-live.donate-page .owho-donate-trust-card h3,
body.homepage-live.donate-page .owho-donate-support-row h3,
body.homepage-live.donate-page .owho-donate-support-options h4,
body.homepage-live.donate-page .owho-donate-commitment h3 {
  font-family: var(--owho-home-ui-font, var(--careox-font, "Nunito", sans-serif));
}

body.homepage-live.donate-page .owho-donate-impact__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--owho-pink, #f31371);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.homepage-live.donate-page .owho-donate-impact__eyebrow::before,
body.homepage-live.donate-page .owho-donate-impact__eyebrow::after {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

body.homepage-live.donate-page .owho-donate-impact__intro h2 {
  margin: 0 0 14px;
  color: var(--donate-ink);
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

body.homepage-live.donate-page .owho-donate-impact__intro p {
  max-width: 820px;
  margin: 0 auto;
  color: var(--donate-muted);
  font-size: clamp(16px, 0.6vw + 14px, 19px);
  line-height: 1.72;
  font-weight: 700;
}

body.homepage-live.donate-page .owho-donate-section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 18px;
  text-align: center;
}

body.homepage-live.donate-page .owho-donate-section-heading span {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--careox-white, #fff);
  background: var(--owho-pink, #f31371);
  box-shadow: 0 14px 28px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.2);
}

body.homepage-live.donate-page .owho-donate-section-heading h3 {
  margin: 0;
  color: var(--owho-navy, #6345a5);
  font-size: clamp(22px, 2vw, 31px);
  line-height: 1.1;
  font-weight: 1000;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body.homepage-live.donate-page .owho-donate-help__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 24px);
  margin-bottom: clamp(22px, 3vw, 34px);
}

body.homepage-live.donate-page .owho-donate-help-card,
body.homepage-live.donate-page .owho-donate-matter,
body.homepage-live.donate-page .owho-donate-impact-card,
body.homepage-live.donate-page .owho-donate-allocation,
body.homepage-live.donate-page .owho-donate-trust-card,
body.homepage-live.donate-page .owho-donate-support-row,
body.homepage-live.donate-page .owho-donate-contact-strip {
  border: 1px solid var(--donate-line);
  background: var(--donate-card);
  box-shadow: 0 18px 52px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.07);
  backdrop-filter: blur(8px);
}

body.homepage-live.donate-page .owho-donate-help-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  min-height: 100%;
  padding: clamp(22px, 2.6vw, 30px);
  border-radius: 18px;
}

body.homepage-live.donate-page .owho-donate-help-card__icon {
  width: clamp(58px, 5vw, 76px);
  height: clamp(58px, 5vw, 76px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: color-mix(in srgb, var(--donate-card-accent) 72%, #092b21);
  background: color-mix(in srgb, var(--donate-card-accent) 24%, #fff);
  font-size: clamp(24px, 2.3vw, 32px);
}

body.homepage-live.donate-page .owho-donate-help-card h4 {
  margin: 0 0 8px;
  color: var(--owho-navy, #6345a5);
  font-size: 21px;
  line-height: 1.15;
  font-weight: 900;
}

body.homepage-live.donate-page .owho-donate-help-card p,
body.homepage-live.donate-page .owho-donate-trust-card p,
body.homepage-live.donate-page .owho-donate-support-options p,
body.homepage-live.donate-page .owho-donate-commitment p,
body.homepage-live.donate-page .owho-donate-contact-strip a,
body.homepage-live.donate-page .owho-donate-contact-strip span {
  color: var(--donate-ink);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
}

body.homepage-live.donate-page .owho-donate-help-card p {
  margin: 0 0 14px;
}

body.homepage-live.donate-page .owho-donate-help-card ul,
body.homepage-live.donate-page .owho-donate-allocation ul,
body.homepage-live.donate-page .owho-donate-stats {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.homepage-live.donate-page .owho-donate-help-card li {
  position: relative;
  padding-left: 22px;
  color: var(--donate-ink);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 800;
}

body.homepage-live.donate-page .owho-donate-help-card li + li {
  margin-top: 7px;
}

body.homepage-live.donate-page .owho-donate-help-card li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0.1em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--donate-card-accent);
}

body.homepage-live.donate-page .owho-donate-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
  gap: clamp(18px, 2vw, 24px);
  margin-bottom: clamp(18px, 2vw, 24px);
}

body.homepage-live.donate-page .owho-donate-matter,
body.homepage-live.donate-page .owho-donate-impact-card {
  border-radius: 18px;
  padding: clamp(24px, 3vw, 34px);
}

body.homepage-live.donate-page .owho-donate-impact-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.52) !important;
  background:
    radial-gradient(circle at 12% 8%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.34), transparent 32%),
    radial-gradient(circle at 88% 14%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.28), transparent 34%),
    linear-gradient(135deg,
      rgba(var(--owho-purple-rgb, 99, 69, 165), 0.16) 0%,
      rgba(var(--owho-teal-rgb, 102, 197, 184), 0.14) 48%,
      rgba(var(--owho-pink-rgb, 243, 19, 113), 0.13) 100%) !important;
  box-shadow: 0 26px 70px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.13) !important;
}

body.homepage-live.donate-page .owho-donate-impact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.20) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.28;
}

body.homepage-live.donate-page .owho-donate-impact-card > * {
  position: relative;
  z-index: 1;
}

body.homepage-live.donate-page .owho-donate-panel-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

body.homepage-live.donate-page .owho-donate-panel-title i,
body.homepage-live.donate-page .owho-donate-trust-card > i,
body.homepage-live.donate-page .owho-donate-support-options i,
body.homepage-live.donate-page .owho-donate-commitment > i,
body.homepage-live.donate-page .owho-donate-contact-strip i {
  color: var(--owho-teal, #66c5b8);
}

body.homepage-live.donate-page .owho-donate-panel-title i {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 16px;
  background: rgba(var(--owho-teal-rgb, 102, 197, 184), 0.16);
  font-size: 24px;
}

body.homepage-live.donate-page .owho-donate-panel-title h3,
body.homepage-live.donate-page .owho-donate-allocation h3,
body.homepage-live.donate-page .owho-donate-trust-card h3,
body.homepage-live.donate-page .owho-donate-support-row h3,
body.homepage-live.donate-page .owho-donate-commitment h3 {
  margin: 0;
  color: var(--owho-navy, #6345a5);
  font-size: clamp(19px, 1.8vw, 26px);
  line-height: 1.15;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

body.homepage-live.donate-page .owho-donate-panel-title h3 span {
  font-size: 0.78em;
}

body.homepage-live.donate-page .owho-donate-matter p,
body.homepage-live.donate-page .owho-donate-impact-card > p,
body.homepage-live.donate-page .owho-donate-allocation > p,
body.homepage-live.donate-page .owho-donate-small-note {
  margin: 0;
  color: var(--donate-ink);
  font-size: 15px;
  line-height: 1.72;
  font-weight: 700;
}

body.homepage-live.donate-page .owho-donate-matter p + p {
  margin-top: 13px;
}

body.homepage-live.donate-page .owho-donate-stats {
  margin-top: 22px;
}

body.homepage-live.donate-page .owho-donate-stats li {
  display: grid;
  grid-template-columns: 44px minmax(88px, 0.34fr) minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

body.homepage-live.donate-page .owho-donate-stats li:last-child {
  border-bottom: 0;
}

body.homepage-live.donate-page .owho-donate-stats span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--careox-white, #fff);
  background: var(--stat-accent);
  font-size: 17px;
}

body.homepage-live.donate-page .owho-donate-stats strong {
  color: var(--donate-ink);
  font-size: clamp(22px, 1.75vw, 28px);
  line-height: 0.98;
  font-weight: 1000;
  overflow-wrap: anywhere;
  letter-spacing: -0.035em;
}

body.homepage-live.donate-page .owho-donate-stats li:first-child strong {
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.08;
  max-width: 92px;
}

body.homepage-live.donate-page .owho-donate-stats em {
  color: var(--donate-ink);
  font-size: 13.5px;
  line-height: 1.32;
  font-style: normal;
  font-weight: 850;
}

body.homepage-live.donate-page .owho-donate-impact-card__note {
  margin-top: 18px !important;
  text-align: center;
}

body.homepage-live.donate-page .owho-donate-trust-grid {
  display: grid;
  grid-template-columns: minmax(320px, 1.35fr) repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 18px);
  margin-bottom: clamp(18px, 2vw, 24px);
}

body.homepage-live.donate-page .owho-donate-allocation,
body.homepage-live.donate-page .owho-donate-trust-card {
  border-radius: 16px;
  padding: clamp(20px, 2vw, 26px);
}

body.homepage-live.donate-page .owho-donate-allocation__body {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin-top: 20px;
}

body.homepage-live.donate-page .owho-donate-donut {
  width: 150px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--owho-teal, #66c5b8) 0 50%, var(--owho-yellow, #f7c948) 50% 75%, var(--owho-blue, #2f80ed) 75% 90%, #c9c8d6 90% 100%);
}

body.homepage-live.donate-page .owho-donate-donut::before {
  content: "";
  position: absolute;
}

body.homepage-live.donate-page .owho-donate-donut span {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--careox-white, #fff);
  color: var(--owho-navy, #6345a5);
  font-size: 24px;
  font-weight: 1000;
}

body.homepage-live.donate-page .owho-donate-allocation li {
  display: grid;
  grid-template-columns: 12px 42px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  color: var(--donate-ink);
  font-size: 13px;
  line-height: 1.38;
  font-weight: 700;
}

body.homepage-live.donate-page .owho-donate-allocation li + li {
  margin-top: 10px;
}

body.homepage-live.donate-page .owho-donate-allocation li span {
  width: 11px;
  height: 11px;
  margin-top: 4px;
  border-radius: 50%;
  background: var(--dot);
}

body.homepage-live.donate-page .owho-donate-allocation li strong {
  color: var(--donate-ink);
  font-weight: 1000;
}

body.homepage-live.donate-page .owho-donate-small-note {
  margin-top: 16px;
  font-size: 12px;
  color: var(--donate-muted);
}

body.homepage-live.donate-page .owho-donate-trust-card > i {
  display: block;
  margin-bottom: 16px;
  font-size: 40px;
}

body.homepage-live.donate-page .owho-donate-trust-card h3 {
  margin-bottom: 12px;
  font-size: 18px;
}

body.homepage-live.donate-page .owho-donate-trust-card p {
  margin: 0;
  font-size: 13.5px;
}

body.homepage-live.donate-page .owho-donate-trust-card p + p {
  margin-top: 8px;
}

body.homepage-live.donate-page .owho-donate-trust-card a {
  color: var(--owho-pink, #f31371);
  font-weight: 900;
  word-break: break-word;
}

body.homepage-live.donate-page .owho-donate-support-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.35fr);
  gap: clamp(18px, 2vw, 24px);
  align-items: stretch;
  margin-bottom: clamp(18px, 2vw, 24px);
  padding: clamp(22px, 2.4vw, 30px);
  border-radius: 18px;
}

body.homepage-live.donate-page .owho-donate-support-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

body.homepage-live.donate-page .owho-donate-support-options article {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

body.homepage-live.donate-page .owho-donate-support-options i {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--careox-white, #fff);
  background: var(--owho-navy, #6345a5);
  font-size: 20px;
}

body.homepage-live.donate-page .owho-donate-support-options h4 {
  margin: 0 0 7px;
  color: var(--owho-navy, #6345a5);
  font-size: 15px;
  font-weight: 1000;
  text-transform: uppercase;
}

body.homepage-live.donate-page .owho-donate-support-options p {
  margin: 0 0 9px;
  font-size: 13.5px;
}

body.homepage-live.donate-page .owho-donate-support-options a {
  color: var(--owho-pink, #f31371);
  font-size: 13px;
  font-weight: 1000;
  text-decoration: none;
}

body.homepage-live.donate-page .owho-donate-commitment {
  padding: 20px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 10% 10%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.2), transparent 38%),
    #f4fbf8;
}

body.homepage-live.donate-page .owho-donate-commitment > i {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background: rgba(var(--owho-teal-rgb, 102, 197, 184), 0.18);
  font-size: 28px;
}

body.homepage-live.donate-page .owho-donate-commitment p {
  margin: 10px 0;
}

body.homepage-live.donate-page .owho-donate-commitment strong {
  display: block;
  color: var(--owho-navy, #6345a5);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 1000;
}

body.homepage-live.donate-page .owho-donate-contact-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 18px;
  padding: 20px clamp(20px, 3vw, 32px);
  border-radius: 18px;
}

body.homepage-live.donate-page .owho-donate-contact-strip div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-areas: "icon label" "icon value";
  gap: 3px 14px;
  align-items: center;
}

body.homepage-live.donate-page .owho-donate-contact-strip i {
  grid-area: icon;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--careox-white, #fff);
  background: var(--owho-pink, #f31371);
}

body.homepage-live.donate-page .owho-donate-contact-strip span {
  grid-area: label;
  color: var(--owho-navy, #6345a5);
  font-size: 13px;
  font-weight: 1000;
}

body.homepage-live.donate-page .owho-donate-contact-strip a {
  grid-area: value;
  color: var(--donate-ink);
  text-decoration: none;
}

@media (max-width: 1199px) {
  body.homepage-live.donate-page .owho-donate-help__grid,
  body.homepage-live.donate-page .owho-donate-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.homepage-live.donate-page .owho-donate-allocation {
    grid-column: 1 / -1;
  }

  body.homepage-live.donate-page .owho-donate-support-row,
  body.homepage-live.donate-page .owho-donate-contact-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  body.homepage-live.donate-page .owho-donate-proof-grid,
  body.homepage-live.donate-page .owho-donate-help__grid,
  body.homepage-live.donate-page .owho-donate-trust-grid,
  body.homepage-live.donate-page .owho-donate-support-options {
    grid-template-columns: 1fr;
  }

  body.homepage-live.donate-page .owho-donate-impact__intro {
    text-align: left;
  }

  body.homepage-live.donate-page .owho-donate-impact__eyebrow::after {
    display: none;
  }

  body.homepage-live.donate-page .owho-donate-section-heading {
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 575px) {
  body.homepage-live.donate-page .owho-donate-impact {
    padding-top: 36px;
  }

  body.homepage-live.donate-page .owho-donate-help-card,
  body.homepage-live.donate-page .owho-donate-support-options article,
  body.homepage-live.donate-page .owho-donate-contact-strip div {
    grid-template-columns: 1fr;
  }

  body.homepage-live.donate-page .owho-donate-contact-strip div {
    grid-template-areas: "icon" "label" "value";
  }

  body.homepage-live.donate-page .owho-donate-allocation__body {
    grid-template-columns: 1fr;
  }

  body.homepage-live.donate-page .owho-donate-stats li {
    grid-template-columns: 48px 48px minmax(0, 1fr);
    gap: 10px;
  }
}

/* Donate redesign readability: keep the reference card rhythm, but give policy
   cards enough width for real nonprofit copy on desktop. */
@media (min-width: 1200px) {
  body.homepage-live.donate-page .owho-donate-trust-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.homepage-live.donate-page .owho-donate-allocation {
    grid-column: span 2;
  }
}

/* Donate support row fix: the reference-style cards should read horizontally,
   not as squeezed text columns. */
body.homepage-live.donate-page .owho-donate-support-options article {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon text"
    "icon link";
  gap: 4px 18px;
  align-items: start;
}

body.homepage-live.donate-page .owho-donate-support-options article > i {
  grid-area: icon;
}

body.homepage-live.donate-page .owho-donate-support-options h4 {
  grid-area: title;
  margin-top: 4px;
}

body.homepage-live.donate-page .owho-donate-support-options p {
  grid-area: text;
  max-width: 24ch;
  margin-bottom: 4px;
  line-height: 1.45;
}

body.homepage-live.donate-page .owho-donate-support-options a {
  grid-area: link;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  line-height: 1.2;
}

body.homepage-live.donate-page .owho-donate-support-options a > i {
  width: auto;
  height: auto;
  display: inline-block;
  border-radius: 0;
  background: transparent;
  color: currentColor;
  font-size: 12px;
}

@media (min-width: 1200px) {
  body.homepage-live.donate-page .owho-donate-support-options {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    column-gap: clamp(22px, 3vw, 44px);
  }
}

@media (max-width: 575px) {
  body.homepage-live.donate-page .owho-donate-support-options article {
    grid-template-columns: 54px minmax(0, 1fr);
    grid-template-areas:
      "icon title"
      "icon text"
      "icon link";
  }
}

/* Donate support row final polish: remove the large empty area by making each
   support option a compact mini-card and letting the commitment panel size to
   its content. */
body.homepage-live.donate-page .owho-donate-support-row {
  align-items: start;
  padding: clamp(20px, 2.2vw, 28px);
}

body.homepage-live.donate-page .owho-donate-support-row__main {
  min-width: 0;
}

body.homepage-live.donate-page .owho-donate-support-options {
  align-items: stretch;
}

body.homepage-live.donate-page .owho-donate-support-options article {
  min-height: 100%;
  padding: 14px;
  border-radius: 16px;
  background: rgba(var(--careox-white-rgb, 255, 255, 255), 0.78);
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.07);
}

body.homepage-live.donate-page .owho-donate-commitment {
  align-self: start;
  padding: clamp(18px, 2vw, 24px);
}

body.homepage-live.donate-page .owho-donate-commitment > i {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  font-size: 23px;
}

body.homepage-live.donate-page .owho-donate-commitment h3 {
  font-size: clamp(21px, 2vw, 28px);
}

body.homepage-live.donate-page .owho-donate-commitment p,
body.homepage-live.donate-page .owho-donate-commitment strong {
  font-size: 14px;
  line-height: 1.45;
}

/* Donate trust area layout fix: make Donation Allocation full-width and place
   the four trust cards below it in an even grid. */
body.homepage-live.donate-page .owho-donate-trust-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: stretch;
}

body.homepage-live.donate-page .owho-donate-allocation {
  grid-column: 1 / -1 !important;
}

@media (min-width: 768px) {
  body.homepage-live.donate-page .owho-donate-allocation__body {
    grid-template-columns: minmax(180px, 0.36fr) minmax(0, 1fr);
  }

  body.homepage-live.donate-page .owho-donate-allocation ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 28px;
    align-items: start;
  }

  body.homepage-live.donate-page .owho-donate-allocation li + li {
    margin-top: 0;
  }
}

@media (max-width: 1199px) {
  body.homepage-live.donate-page .owho-donate-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 575px) {
  body.homepage-live.donate-page .owho-donate-trust-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Impact & Activities report redesign: keep hero/header/footer intact and
   convert the page body into a clean, responsive nonprofit impact report. */
body.homepage-live.impact-page .owho-impact-report {
  --impact-green: #005a26;
  --impact-green-dark: #003f1b;
  --impact-mint: rgba(var(--owho-teal-rgb, 102, 197, 184), 0.18);
  --impact-line: rgba(0, 90, 38, 0.12);
  --impact-card: rgba(255, 255, 255, 0.94);
  --impact-text: #111827;
  --impact-muted: #4b5563;
  position: relative;
  padding: clamp(48px, 5vw, 76px) 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(102, 197, 184, 0.15), transparent 27%),
    radial-gradient(circle at 88% 22%, rgba(0, 90, 38, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbfdf8 42%, #f7fbf4 100%);
}

body.homepage-live.impact-page .owho-impact-report::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 90, 38, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 90, 38, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 78%, transparent 100%);
  pointer-events: none;
}

body.homepage-live.impact-page .owho-impact-report .container {
  position: relative;
  z-index: 1;
}

body.homepage-live.impact-page .owho-impact-report__intro {
  max-width: 980px;
  margin: 0 auto clamp(28px, 4vw, 44px);
  text-align: center;
}

body.homepage-live.impact-page .owho-impact-report__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--impact-green);
  font-size: 13px;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.homepage-live.impact-page .owho-impact-report__eyebrow::before,
body.homepage-live.impact-page .owho-impact-report__eyebrow::after {
  content: "";
  width: 42px;
  height: 1px;
  background: rgba(0, 90, 38, 0.28);
}

body.homepage-live.impact-page .owho-impact-report__intro h2 {
  max-width: 900px;
  margin: 0 auto 16px;
  color: var(--impact-green-dark);
  font-size: clamp(32px, 4.4vw, 58px);
  line-height: 1.02;
  font-weight: 1000;
  letter-spacing: -0.045em;
}

body.homepage-live.impact-page .owho-impact-report__intro p {
  max-width: 930px;
  margin: 0 auto;
  color: var(--impact-text);
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.72;
  font-weight: 700;
}

body.homepage-live.impact-page .owho-impact-report__section-head {
  max-width: 950px;
  margin: 0 auto clamp(18px, 2.5vw, 26px);
  text-align: center;
}

body.homepage-live.impact-page .owho-impact-report__section-head span {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 8px;
  border-radius: 999px;
  background: rgba(0, 90, 38, 0.1);
  color: var(--impact-green);
  font-size: 20px;
}

body.homepage-live.impact-page .owho-impact-report__section-head h3,
body.homepage-live.impact-page .owho-impact-summary-card h3,
body.homepage-live.impact-page .owho-impact-activity-card h3,
body.homepage-live.impact-page .owho-impact-story-card h3,
body.homepage-live.impact-page .owho-impact-expansion-card h3,
body.homepage-live.impact-page .owho-impact-commitment-card h3,
body.homepage-live.impact-page .owho-impact-glimpses h3 {
  color: var(--impact-green);
  font-weight: 1000;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

body.homepage-live.impact-page .owho-impact-report__section-head h3 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 10px;
  font-size: clamp(21px, 2.2vw, 28px);
}

body.homepage-live.impact-page .owho-impact-report__section-head h3::before,
body.homepage-live.impact-page .owho-impact-report__section-head h3::after {
  content: "";
  width: clamp(50px, 9vw, 125px);
  height: 1px;
  background: rgba(0, 90, 38, 0.26);
}

body.homepage-live.impact-page .owho-impact-report__section-head p {
  margin: 0;
  color: var(--impact-text);
  font-weight: 700;
}

body.homepage-live.impact-page .owho-impact-report__section-head--compact {
  margin-top: clamp(26px, 4vw, 44px);
  margin-bottom: 18px;
}

body.homepage-live.impact-page .owho-impact-report__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
  margin-bottom: 16px;
}

body.homepage-live.impact-page .owho-impact-stat-card,
body.homepage-live.impact-page .owho-impact-summary-card,
body.homepage-live.impact-page .owho-impact-activity-card,
body.homepage-live.impact-page .owho-impact-story-card,
body.homepage-live.impact-page .owho-impact-expansion-card,
body.homepage-live.impact-page .owho-impact-commitment-card {
  border: 1px solid var(--impact-line);
  background: var(--impact-card);
  box-shadow: 0 18px 45px rgba(0, 60, 28, 0.07);
}

body.homepage-live.impact-page .owho-impact-stat-card {
  min-height: 150px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: clamp(18px, 2vw, 24px);
  border-radius: 18px;
}

body.homepage-live.impact-page .owho-impact-stat-card span {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--impact-card-accent, var(--impact-green)) 16%, white);
  color: var(--impact-card-accent, var(--impact-green));
  font-size: 28px;
}

body.homepage-live.impact-page .owho-impact-stat-card strong {
  display: block;
  color: #0b0f13;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 0.95;
  font-weight: 1000;
  letter-spacing: -0.05em;
}

body.homepage-live.impact-page .owho-impact-stat-card em {
  display: block;
  max-width: 23ch;
  margin-top: 8px;
  color: #111827;
  font-size: 12px;
  font-style: normal;
  font-weight: 1000;
  line-height: 1.38;
  text-transform: uppercase;
}

body.homepage-live.impact-page .owho-impact-report__note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(900px, 100%);
  margin: 0 auto clamp(22px, 3vw, 34px);
  padding: 10px 18px;
  border: 1px solid rgba(0, 90, 38, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--impact-text);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

body.homepage-live.impact-page .owho-impact-report__note i {
  color: var(--impact-green);
}

body.homepage-live.impact-page .owho-impact-summary-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1fr);
  gap: clamp(18px, 2.4vw, 28px);
  align-items: stretch;
  padding: clamp(18px, 2.2vw, 26px);
  border-radius: 18px;
  margin-bottom: 12px;
}

body.homepage-live.impact-page .owho-impact-summary-card__copy p,
body.homepage-live.impact-page .owho-impact-expansion-card p,
body.homepage-live.impact-page .owho-impact-commitment-card p,
body.homepage-live.impact-page .owho-impact-story-card p {
  color: var(--impact-text);
  font-weight: 700;
  line-height: 1.58;
}

body.homepage-live.impact-page .owho-impact-summary-card__copy strong {
  display: block;
  margin-bottom: 8px;
  color: var(--impact-green);
  font-weight: 1000;
}

body.homepage-live.impact-page .owho-impact-summary-card ul,
body.homepage-live.impact-page .owho-impact-activity-card ul,
body.homepage-live.impact-page .owho-impact-expansion-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.homepage-live.impact-page .owho-impact-summary-card li,
body.homepage-live.impact-page .owho-impact-activity-card li,
body.homepage-live.impact-page .owho-impact-expansion-card li {
  position: relative;
  padding-left: 24px;
  color: var(--impact-text);
  font-weight: 800;
  line-height: 1.55;
}

body.homepage-live.impact-page .owho-impact-summary-card li + li,
body.homepage-live.impact-page .owho-impact-activity-card li + li,
body.homepage-live.impact-page .owho-impact-expansion-card li + li {
  margin-top: 5px;
}

body.homepage-live.impact-page .owho-impact-summary-card li::before,
body.homepage-live.impact-page .owho-impact-activity-card li::before,
body.homepage-live.impact-page .owho-impact-expansion-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--impact-green);
  transform: translateY(-50%);
}

body.homepage-live.impact-page .owho-impact-summary-card__media {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  min-height: 230px;
}

body.homepage-live.impact-page .owho-impact-summary-card__media img,
body.homepage-live.impact-page .owho-impact-story-card img,
body.homepage-live.impact-page .owho-impact-glimpses__grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

body.homepage-live.impact-page .owho-impact-activity-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
}

body.homepage-live.impact-page .owho-impact-activity-grid::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 22px;
  height: 1px;
  background: rgba(0, 90, 38, 0.24);
}

body.homepage-live.impact-page .owho-impact-activity-card {
  position: relative;
  padding: 42px clamp(18px, 2vw, 24px) clamp(20px, 2vw, 24px);
  border-radius: 16px;
}

body.homepage-live.impact-page .owho-impact-activity-card > span {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 7px solid #f9fcf7;
  border-radius: 50%;
  background: var(--impact-green);
  color: #fff;
  font-size: 22px;
}

body.homepage-live.impact-page .owho-impact-activity-card h4 {
  margin: 0 0 3px;
  color: var(--impact-green);
  font-size: 15px;
  font-weight: 1000;
}

body.homepage-live.impact-page .owho-impact-activity-card h3 {
  margin: 0 0 14px;
  font-size: 18px;
  text-transform: none;
}

body.homepage-live.impact-page .owho-impact-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 18px);
  margin-bottom: clamp(18px, 3vw, 28px);
}

body.homepage-live.impact-page .owho-impact-story-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 12px;
  border-radius: 16px;
}

body.homepage-live.impact-page .owho-impact-story-card img {
  min-height: 132px;
}

body.homepage-live.impact-page .owho-impact-story-card h3 {
  margin: 0 0 8px;
  font-size: 17px;
  text-transform: none;
}

body.homepage-live.impact-page .owho-impact-story-card p {
  margin: 0;
  font-size: 14px;
}

body.homepage-live.impact-page .owho-impact-bottom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: clamp(16px, 2vw, 24px);
  margin-bottom: clamp(18px, 3vw, 28px);
}

body.homepage-live.impact-page .owho-impact-expansion-card,
body.homepage-live.impact-page .owho-impact-commitment-card {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: clamp(22px, 2.5vw, 32px);
  border-radius: 18px;
}

body.homepage-live.impact-page .owho-impact-expansion-card > span,
body.homepage-live.impact-page .owho-impact-commitment-card > span {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 90, 38, 0.09);
  color: var(--impact-green);
  font-size: 34px;
}

body.homepage-live.impact-page .owho-impact-expansion-card h3,
body.homepage-live.impact-page .owho-impact-commitment-card h3 {
  margin: 0 0 9px;
  font-size: 20px;
}

body.homepage-live.impact-page .owho-impact-expansion-card p,
body.homepage-live.impact-page .owho-impact-commitment-card p {
  margin-bottom: 8px;
}

body.homepage-live.impact-page .owho-impact-glimpses {
  margin-bottom: clamp(0px, 2vw, 20px);
}

body.homepage-live.impact-page .owho-impact-glimpses h3 {
  margin: 0 0 14px;
  text-align: center;
  font-size: clamp(20px, 2vw, 25px);
}

body.homepage-live.impact-page .owho-impact-glimpses__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 9px;
}

body.homepage-live.impact-page .owho-impact-glimpses__grid img {
  aspect-ratio: 1.45 / 1;
}

body.homepage-live.impact-page .owho-impact-thanks-bar {
  position: relative;
  z-index: 1;
  margin-top: clamp(26px, 4vw, 44px);
  background: linear-gradient(135deg, #003f1b 0%, #005a26 55%, #006f33 100%);
  color: #fff;
}

body.homepage-live.impact-page .owho-impact-thanks-bar .container {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
}

body.homepage-live.impact-page .owho-impact-thanks-bar p {
  margin: 0;
  color: #fff;
  font-weight: 900;
}

body.homepage-live.impact-page .owho-impact-thanks-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  padding: 10px 22px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 8px;
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
}

body.homepage-live.impact-page .owho-impact-thanks-bar a:hover {
  background: #fff;
  color: var(--impact-green);
}

@media (max-width: 1199px) {
  body.homepage-live.impact-page .owho-impact-report__stats,
  body.homepage-live.impact-page .owho-impact-activity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.homepage-live.impact-page .owho-impact-activity-grid::before {
    display: none;
  }

  body.homepage-live.impact-page .owho-impact-summary-card,
  body.homepage-live.impact-page .owho-impact-bottom-grid {
    grid-template-columns: 1fr;
  }

  body.homepage-live.impact-page .owho-impact-story-grid {
    grid-template-columns: 1fr;
  }

  body.homepage-live.impact-page .owho-impact-glimpses__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.homepage-live.impact-page .owho-impact-report {
    padding-top: 38px;
  }

  body.homepage-live.impact-page .owho-impact-report__intro,
  body.homepage-live.impact-page .owho-impact-report__section-head {
    text-align: left;
  }

  body.homepage-live.impact-page .owho-impact-report__eyebrow::before,
  body.homepage-live.impact-page .owho-impact-report__eyebrow::after,
  body.homepage-live.impact-page .owho-impact-report__section-head h3::before,
  body.homepage-live.impact-page .owho-impact-report__section-head h3::after {
    display: none;
  }

  body.homepage-live.impact-page .owho-impact-report__stats,
  body.homepage-live.impact-page .owho-impact-activity-grid,
  body.homepage-live.impact-page .owho-impact-summary-card__media {
    grid-template-columns: 1fr;
  }

  body.homepage-live.impact-page .owho-impact-summary-card__media {
    min-height: auto;
  }

  body.homepage-live.impact-page .owho-impact-summary-card__media img {
    aspect-ratio: 16 / 10;
  }

  body.homepage-live.impact-page .owho-impact-report__note {
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 16px;
    text-align: left;
  }

  body.homepage-live.impact-page .owho-impact-stat-card,
  body.homepage-live.impact-page .owho-impact-story-card,
  body.homepage-live.impact-page .owho-impact-expansion-card,
  body.homepage-live.impact-page .owho-impact-commitment-card {
    grid-template-columns: 1fr;
  }

  body.homepage-live.impact-page .owho-impact-story-card img {
    aspect-ratio: 16 / 10;
    min-height: auto;
  }

  body.homepage-live.impact-page .owho-impact-glimpses__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.homepage-live.impact-page .owho-impact-thanks-bar .container {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  body.homepage-live.impact-page .owho-impact-glimpses__grid {
    grid-template-columns: 1fr;
  }
}


/* Impact page palette + stat-card readability fix: use full site colors and
   let long statistic labels use the full card width instead of the icon column. */
body.homepage-live.impact-page .owho-impact-report {
  --impact-green: var(--owho-navy, #6345a5);
  --impact-green-dark: #34216f;
  --impact-line: rgba(var(--owho-navy-rgb, 99, 69, 165), 0.14);
  background:
    radial-gradient(circle at 8% 8%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.16), transparent 27%),
    radial-gradient(circle at 88% 22%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.10), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 44%, #f7f4fc 100%);
}

body.homepage-live.impact-page .owho-impact-report::before {
  background-image:
    linear-gradient(rgba(var(--owho-navy-rgb, 99, 69, 165), 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--owho-navy-rgb, 99, 69, 165), 0.04) 1px, transparent 1px);
}

body.homepage-live.impact-page .owho-impact-report__eyebrow,
body.homepage-live.impact-page .owho-impact-report__section-head span,
body.homepage-live.impact-page .owho-impact-summary-card__copy strong,
body.homepage-live.impact-page .owho-impact-activity-card h4,
body.homepage-live.impact-page .owho-impact-report__note i {
  color: var(--owho-pink, #f31371);
}

body.homepage-live.impact-page .owho-impact-report__section-head span,
body.homepage-live.impact-page .owho-impact-expansion-card > span,
body.homepage-live.impact-page .owho-impact-commitment-card > span {
  background: rgba(var(--owho-teal-rgb, 102, 197, 184), 0.18);
}

body.homepage-live.impact-page .owho-impact-report__eyebrow::before,
body.homepage-live.impact-page .owho-impact-report__eyebrow::after,
body.homepage-live.impact-page .owho-impact-report__section-head h3::before,
body.homepage-live.impact-page .owho-impact-report__section-head h3::after,
body.homepage-live.impact-page .owho-impact-activity-grid::before {
  background: rgba(var(--owho-teal-rgb, 102, 197, 184), 0.55);
}

body.homepage-live.impact-page .owho-impact-report__intro h2,
body.homepage-live.impact-page .owho-impact-report__section-head h3,
body.homepage-live.impact-page .owho-impact-summary-card h3,
body.homepage-live.impact-page .owho-impact-activity-card h3,
body.homepage-live.impact-page .owho-impact-story-card h3,
body.homepage-live.impact-page .owho-impact-expansion-card h3,
body.homepage-live.impact-page .owho-impact-commitment-card h3,
body.homepage-live.impact-page .owho-impact-glimpses h3 {
  color: var(--owho-navy, #6345a5);
}

body.homepage-live.impact-page .owho-impact-summary-card li::before,
body.homepage-live.impact-page .owho-impact-activity-card li::before,
body.homepage-live.impact-page .owho-impact-expansion-card li::before {
  background: var(--owho-teal, #66c5b8);
}

body.homepage-live.impact-page .owho-impact-stat-card {
  grid-template-columns: 74px minmax(0, 1fr) !important;
  grid-template-areas:
    "icon number"
    "label label";
  align-content: center;
  align-items: center;
  gap: 16px 18px;
  min-height: 176px;
}

body.homepage-live.impact-page .owho-impact-stat-card span {
  grid-area: icon;
}

body.homepage-live.impact-page .owho-impact-stat-card strong {
  grid-area: number;
}

body.homepage-live.impact-page .owho-impact-stat-card em {
  grid-area: label;
  max-width: none !important;
  margin-top: 0;
  color: #151827;
  font-size: 12px;
  line-height: 1.42;
  letter-spacing: 0.01em;
}

body.homepage-live.impact-page .owho-impact-activity-card:nth-child(1) > span {
  background: var(--owho-navy, #6345a5);
}

body.homepage-live.impact-page .owho-impact-activity-card:nth-child(2) > span {
  background: var(--owho-pink, #f31371);
}

body.homepage-live.impact-page .owho-impact-activity-card:nth-child(3) > span {
  background: var(--owho-teal, #66c5b8);
}

body.homepage-live.impact-page .owho-impact-activity-card:nth-child(4) > span {
  background: var(--owho-purple, #6c63a6);
}

body.homepage-live.impact-page .owho-impact-thanks-bar {
  background: linear-gradient(135deg, var(--owho-navy, #6345a5) 0%, var(--owho-purple, #6c63a6) 48%, var(--owho-pink, #f31371) 100%);
}

@media (max-width: 767px) {
  body.homepage-live.impact-page .owho-impact-stat-card {
    grid-template-columns: 64px minmax(0, 1fr) !important;
    grid-template-areas:
      "icon number"
      "label label" !important;
  }
}

/* Get Support page redesign: report-style support request layout in the
   One World site palette. Header, hero, and footer remain unchanged. */
body.homepage-live.get-support-page .owho-support-request {
  --support-ink: #111827;
  --support-muted: #4b5563;
  --support-line: rgba(var(--owho-navy-rgb, 99, 69, 165), 0.13);
  --support-card: rgba(255, 255, 255, 0.94);
  position: relative;
  padding: clamp(48px, 5vw, 76px) 0 clamp(34px, 4vw, 58px);
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 10%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.16), transparent 28%),
    radial-gradient(circle at 91% 24%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.10), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 48%, #f7f4fc 100%);
}

body.homepage-live.get-support-page .owho-support-request::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(var(--owho-navy-rgb, 99, 69, 165), 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--owho-navy-rgb, 99, 69, 165), 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 78%, transparent 100%);
  pointer-events: none;
}

body.homepage-live.get-support-page .owho-support-request .container {
  position: relative;
  z-index: 1;
}

body.homepage-live.get-support-page .owho-support-request__intro {
  max-width: 980px;
  margin: 0 auto clamp(28px, 4vw, 44px);
  text-align: center;
}

body.homepage-live.get-support-page .owho-support-request__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--owho-pink, #f31371);
  font-size: 13px;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.homepage-live.get-support-page .owho-support-request__eyebrow::before,
body.homepage-live.get-support-page .owho-support-request__eyebrow::after {
  content: "";
  width: 42px;
  height: 1px;
  background: rgba(var(--owho-teal-rgb, 102, 197, 184), 0.58);
}

body.homepage-live.get-support-page .owho-support-request__intro h2 {
  max-width: 900px;
  margin: 0 auto 16px;
  color: var(--owho-navy, #6345a5);
  font-size: clamp(32px, 4.4vw, 58px);
  line-height: 1.02;
  font-weight: 1000;
  letter-spacing: -0.045em;
}

body.homepage-live.get-support-page .owho-support-request__intro p {
  max-width: 930px;
  margin: 0 auto 10px;
  color: var(--support-ink);
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.72;
  font-weight: 700;
}

body.homepage-live.get-support-page .owho-support-section-head {
  max-width: 950px;
  margin: 0 auto clamp(18px, 2.5vw, 26px);
  text-align: center;
}

body.homepage-live.get-support-page .owho-support-section-head span {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 8px;
  border-radius: 999px;
  background: rgba(var(--owho-teal-rgb, 102, 197, 184), 0.18);
  color: var(--owho-pink, #f31371);
  font-size: 20px;
}

body.homepage-live.get-support-page .owho-support-section-head h3,
body.homepage-live.get-support-page .owho-support-program-card h3,
body.homepage-live.get-support-page .owho-support-list-card h3,
body.homepage-live.get-support-page .owho-support-process-card h3,
body.homepage-live.get-support-page .owho-support-upcoming h3,
body.homepage-live.get-support-page .owho-support-form-head h3,
body.homepage-live.get-support-page .owho-support-info-panel h3,
body.homepage-live.get-support-page .owho-support-contact-card h3 {
  color: var(--owho-navy, #6345a5);
  font-weight: 1000;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

body.homepage-live.get-support-page .owho-support-section-head h3 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 10px;
  font-size: clamp(21px, 2.2vw, 28px);
}

body.homepage-live.get-support-page .owho-support-section-head h3::before,
body.homepage-live.get-support-page .owho-support-section-head h3::after {
  content: "";
  width: clamp(50px, 9vw, 125px);
  height: 1px;
  background: rgba(var(--owho-teal-rgb, 102, 197, 184), 0.55);
}

body.homepage-live.get-support-page .owho-support-section-head p {
  margin: 0;
  color: var(--support-ink);
  font-weight: 700;
}

body.homepage-live.get-support-page .owho-support-section-head--compact {
  margin-bottom: 14px;
}

body.homepage-live.get-support-page .owho-support-program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  margin-bottom: clamp(18px, 3vw, 32px);
}

body.homepage-live.get-support-page .owho-support-program-card,
body.homepage-live.get-support-page .owho-support-list-card,
body.homepage-live.get-support-page .owho-support-process-card,
body.homepage-live.get-support-page .owho-support-upcoming,
body.homepage-live.get-support-page .owho-support-request-form,
body.homepage-live.get-support-page .owho-support-info-panel,
body.homepage-live.get-support-page .owho-support-contact-card,
body.homepage-live.get-support-page .owho-support-commitment {
  border: 1px solid var(--support-line);
  background: var(--support-card);
  box-shadow: 0 18px 45px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
}

body.homepage-live.get-support-page .owho-support-program-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(20px, 2.1vw, 28px);
  border-radius: 18px;
}

body.homepage-live.get-support-page .owho-support-program-card__icon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--support-accent, var(--owho-navy, #6345a5)) 16%, white);
  color: var(--support-accent, var(--owho-navy, #6345a5));
  font-size: 31px;
}

body.homepage-live.get-support-page .owho-support-program-card h3 {
  margin: 0 0 10px;
  font-size: 21px;
  text-transform: none;
}

body.homepage-live.get-support-page .owho-support-program-card h4 {
  margin: 8px 0 8px;
  color: var(--owho-pink, #f31371);
  font-size: 14px;
  font-weight: 1000;
}

body.homepage-live.get-support-page .owho-support-program-card p,
body.homepage-live.get-support-page .owho-support-list-card li,
body.homepage-live.get-support-page .owho-support-process-steps p,
body.homepage-live.get-support-page .owho-support-upcoming p,
body.homepage-live.get-support-page .owho-support-upcoming li,
body.homepage-live.get-support-page .owho-support-info-panel p,
body.homepage-live.get-support-page .owho-support-contact-card p,
body.homepage-live.get-support-page .owho-support-commitment p {
  color: var(--support-ink);
  font-weight: 700;
  line-height: 1.56;
}

body.homepage-live.get-support-page .owho-support-program-card ul,
body.homepage-live.get-support-page .owho-support-list-card ul,
body.homepage-live.get-support-page .owho-support-upcoming ul {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

body.homepage-live.get-support-page .owho-support-program-card li,
body.homepage-live.get-support-page .owho-support-list-card li,
body.homepage-live.get-support-page .owho-support-upcoming li {
  position: relative;
  padding-left: 24px;
}

body.homepage-live.get-support-page .owho-support-program-card li + li,
body.homepage-live.get-support-page .owho-support-list-card li + li,
body.homepage-live.get-support-page .owho-support-upcoming li + li {
  margin-top: 6px;
}

body.homepage-live.get-support-page .owho-support-program-card li::before,
body.homepage-live.get-support-page .owho-support-list-card li::before,
body.homepage-live.get-support-page .owho-support-upcoming li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--owho-teal, #66c5b8);
  transform: translateY(-50%);
}

body.homepage-live.get-support-page .owho-support-program-card__fine {
  font-size: 13px;
}

body.homepage-live.get-support-page .owho-support-program-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-top: auto;
  border-radius: 12px;
}

body.homepage-live.get-support-page .owho-support-mid-grid,
body.homepage-live.get-support-page .owho-support-form-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.35fr);
  gap: clamp(16px, 2vw, 24px);
  margin-bottom: clamp(18px, 3vw, 28px);
}

body.homepage-live.get-support-page .owho-support-list-card,
body.homepage-live.get-support-page .owho-support-process-card,
body.homepage-live.get-support-page .owho-support-upcoming,
body.homepage-live.get-support-page .owho-support-info-panel,
body.homepage-live.get-support-page .owho-support-contact-card,
body.homepage-live.get-support-page .owho-support-commitment {
  border-radius: 18px;
  padding: clamp(20px, 2.2vw, 30px);
}

body.homepage-live.get-support-page .owho-support-list-card > span,
body.homepage-live.get-support-page .owho-support-process-card > span,
body.homepage-live.get-support-page .owho-support-upcoming > div > span,
body.homepage-live.get-support-page .owho-support-form-head > span {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 50%;
  background: rgba(var(--owho-teal-rgb, 102, 197, 184), 0.18);
  color: var(--owho-pink, #f31371);
  font-size: 22px;
}

body.homepage-live.get-support-page .owho-support-list-card h3,
body.homepage-live.get-support-page .owho-support-process-card h3,
body.homepage-live.get-support-page .owho-support-upcoming h3 {
  margin: 0 0 16px;
  font-size: 20px;
}

body.homepage-live.get-support-page .owho-support-process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.homepage-live.get-support-page .owho-support-process-steps div {
  position: relative;
  text-align: center;
}

body.homepage-live.get-support-page .owho-support-process-steps i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: var(--owho-navy, #6345a5);
  color: #fff;
  font-size: 22px;
}

body.homepage-live.get-support-page .owho-support-process-steps div:nth-child(2) i { background: var(--owho-pink, #f31371); }
body.homepage-live.get-support-page .owho-support-process-steps div:nth-child(3) i { background: var(--owho-teal, #66c5b8); }
body.homepage-live.get-support-page .owho-support-process-steps div:nth-child(4) i { background: var(--owho-purple, #6c63a6); }

body.homepage-live.get-support-page .owho-support-process-steps strong {
  display: block;
  color: var(--owho-navy, #6345a5);
  font-size: 19px;
  font-weight: 1000;
}

body.homepage-live.get-support-page .owho-support-process-steps h4 {
  margin: 4px 0 6px;
  color: var(--owho-navy, #6345a5);
  font-size: 15px;
  font-weight: 1000;
}

body.homepage-live.get-support-page .owho-support-process-steps p {
  margin: 0;
  font-size: 12px;
}

body.homepage-live.get-support-page .owho-support-testimonial-video {
  margin-bottom: clamp(18px, 3vw, 28px);
  padding: clamp(20px, 2.4vw, 32px);
  border: 1px solid var(--support-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at 12% 10%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.18), transparent 34%),
    radial-gradient(circle at 95% 18%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.12), transparent 30%),
    var(--support-card);
  box-shadow: 0 18px 45px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
}

body.homepage-live.get-support-page .owho-support-testimonial-video__head {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  max-width: 880px;
  margin-bottom: clamp(18px, 2vw, 24px);
}

body.homepage-live.get-support-page .owho-support-testimonial-video__head > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--owho-pink, #f31371), var(--owho-purple, #6c63a6));
  color: #fff;
  box-shadow: 0 14px 30px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.22);
}

body.homepage-live.get-support-page .owho-support-testimonial-video__eyebrow {
  margin: 0 0 6px;
  color: var(--owho-pink, #f31371);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.homepage-live.get-support-page .owho-support-testimonial-video h3 {
  margin: 0 0 10px;
  color: var(--owho-navy, #6345a5);
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.1;
  font-weight: 1000;
  letter-spacing: -0.035em;
}

body.homepage-live.get-support-page .owho-support-testimonial-video__head p:last-child {
  margin: 0;
  color: var(--support-ink);
  font-weight: 750;
  line-height: 1.65;
}

body.homepage-live.get-support-page .owho-support-testimonial-video__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

body.homepage-live.get-support-page .owho-support-testimonial-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.10);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 32px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.07);
}

body.homepage-live.get-support-page .owho-support-testimonial-card--active {
  transform: translateY(-6px);
  border-color: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.22);
  box-shadow: 0 22px 48px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.12);
}

body.homepage-live.get-support-page .owho-support-testimonial-card__copy {
  margin-bottom: 12px;
}

body.homepage-live.get-support-page .owho-support-testimonial-card__copy h4 {
  margin: 0 0 5px;
  color: var(--owho-navy, #6345a5);
  font-size: 18px;
  font-weight: 1000;
}

body.homepage-live.get-support-page .owho-support-testimonial-card__copy p {
  margin: 0;
  color: var(--support-ink);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

body.homepage-live.get-support-page .owho-support-testimonial-video__media,
body.homepage-live.get-support-page .owho-support-testimonial-placeholder {
  overflow: hidden;
  margin-top: 0;
  border-radius: 16px;
  background: #0f172a;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.13);
}

body.homepage-live.get-support-page .owho-support-testimonial-video__media video,
body.homepage-live.get-support-page .owho-support-testimonial-placeholder {
  display: grid;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 210px;
  object-fit: contain;
  background: #0f172a;
}

body.homepage-live.get-support-page .owho-support-testimonial-placeholder {
  place-items: center;
  padding: 22px;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(var(--owho-navy-rgb, 99, 69, 165), 0.92), rgba(var(--owho-pink-rgb, 243, 19, 113), 0.74)),
    #0f172a;
}

body.homepage-live.get-support-page .owho-support-testimonial-placeholder i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  font-size: 22px;
}

body.homepage-live.get-support-page .owho-support-testimonial-placeholder strong {
  display: block;
  font-size: 17px;
  font-weight: 1000;
  line-height: 1.25;
}

body.homepage-live.get-support-page .owho-support-upcoming {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 0.7fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-bottom: clamp(18px, 3vw, 28px);
}

body.homepage-live.get-support-page .owho-support-upcoming h3 {
  margin-bottom: 0;
}

body.homepage-live.get-support-page .owho-support-form-grid {
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.85fr);
  align-items: stretch;
}

body.homepage-live.get-support-page .owho-support-request-form {
  border-radius: 18px;
  padding: clamp(22px, 2.5vw, 32px);
}

body.homepage-live.get-support-page .owho-support-form-head {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  margin-bottom: 18px;
}

body.homepage-live.get-support-page .owho-support-form-head h3 {
  margin: 0 0 6px;
  font-size: 22px;
}

body.homepage-live.get-support-page .owho-support-form-head p {
  margin: 0;
  color: var(--support-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

body.homepage-live.get-support-page .owho-support-form-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

body.homepage-live.get-support-page .owho-support-request-form .owho-video-field,
body.homepage-live.get-support-page .owho-support-request-form .owho-video-field--full {
  display: block;
  margin: 0;
}

body.homepage-live.get-support-page .owho-support-request-form .owho-video-field--full {
  grid-column: 1 / -1;
}

body.homepage-live.get-support-page .owho-support-request-form .owho-video-field span {
  display: block;
  margin-bottom: 7px;
  color: var(--support-ink);
  font-size: 13px;
  font-weight: 900;
}

body.homepage-live.get-support-page .owho-support-request-form .owho-video-field input,
body.homepage-live.get-support-page .owho-support-request-form .owho-video-field textarea,
body.homepage-live.get-support-page .owho-support-request-form .owho-video-field select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.14);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--support-ink);
  font-size: 14px;
  font-weight: 700;
  padding: 0 14px;
  outline: none;
}

body.homepage-live.get-support-page .owho-support-request-form .owho-video-field textarea {
  min-height: 122px;
  padding-top: 13px;
  resize: vertical;
}

body.homepage-live.get-support-page .owho-support-request-form .owho-video-field input:focus,
body.homepage-live.get-support-page .owho-support-request-form .owho-video-field textarea:focus,
body.homepage-live.get-support-page .owho-support-request-form .owho-video-field select:focus {
  border-color: var(--owho-pink, #f31371);
  box-shadow: 0 0 0 4px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.10);
}

body.homepage-live.get-support-page .owho-support-video-upload {
  margin-top: 16px;
  border-color: rgba(var(--owho-teal-rgb, 102, 197, 184), 0.36);
  background: linear-gradient(135deg, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.14), rgba(var(--owho-pink-rgb, 243, 19, 113), 0.06));
}

body.homepage-live.get-support-page .owho-support-info-panel h3 {
  margin: 0 0 18px;
  font-size: 22px;
}

body.homepage-live.get-support-page .owho-support-info-panel div {
  position: relative;
  padding-left: 48px;
}

body.homepage-live.get-support-page .owho-support-info-panel div + div {
  margin-top: 24px;
}

body.homepage-live.get-support-page .owho-support-info-panel i {
  position: absolute;
  left: 0;
  top: 2px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(var(--owho-teal-rgb, 102, 197, 184), 0.18);
  color: var(--owho-pink, #f31371);
}

body.homepage-live.get-support-page .owho-support-info-panel h4 {
  margin: 0 0 6px;
  color: var(--owho-navy, #6345a5);
  font-size: 16px;
  font-weight: 1000;
}

body.homepage-live.get-support-page .owho-support-info-panel p {
  margin: 0;
  font-size: 14px;
}

body.homepage-live.get-support-page .owho-support-contact-card {
  margin-bottom: 20px;
}

body.homepage-live.get-support-page .owho-support-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

body.homepage-live.get-support-page .owho-support-contact-grid div {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon text";
  gap: 4px 16px;
  align-items: center;
}

body.homepage-live.get-support-page .owho-support-contact-grid i {
  grid-area: icon;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.12);
  border-radius: 50%;
  background: #fff;
  color: var(--owho-navy, #6345a5);
  font-size: 24px;
}

body.homepage-live.get-support-page .owho-support-contact-grid strong {
  grid-area: title;
  color: var(--owho-navy, #6345a5);
  font-weight: 1000;
}

body.homepage-live.get-support-page .owho-support-contact-grid a,
body.homepage-live.get-support-page .owho-support-contact-grid span {
  grid-area: text;
  color: var(--support-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

body.homepage-live.get-support-page .owho-support-contact-card > p {
  margin: 18px 0 0;
  text-align: center;
  color: var(--support-ink);
  font-weight: 800;
}

body.homepage-live.get-support-page .owho-support-contact-card > p a {
  color: var(--owho-pink, #f31371);
  text-decoration: underline;
}

body.homepage-live.get-support-page .owho-support-commitment {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

body.homepage-live.get-support-page .owho-support-commitment i {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(var(--owho-teal-rgb, 102, 197, 184), 0.16);
  color: var(--owho-navy, #6345a5);
  font-size: 28px;
}

body.homepage-live.get-support-page .owho-support-commitment p {
  margin: 0;
  font-size: 16px;
}

@media (max-width: 1199px) {
  body.homepage-live.get-support-page .owho-support-program-grid,
  body.homepage-live.get-support-page .owho-support-mid-grid,
  body.homepage-live.get-support-page .owho-support-form-grid,
  body.homepage-live.get-support-page .owho-support-upcoming,
  body.homepage-live.get-support-page .owho-support-testimonial-video__grid {
    grid-template-columns: 1fr;
  }

  body.homepage-live.get-support-page .owho-support-process-steps,
  body.homepage-live.get-support-page .owho-support-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.homepage-live.get-support-page .owho-support-request {
    padding-top: 38px;
  }

  body.homepage-live.get-support-page .owho-support-request__intro,
  body.homepage-live.get-support-page .owho-support-section-head {
    text-align: left;
  }

  body.homepage-live.get-support-page .owho-support-request__eyebrow::before,
  body.homepage-live.get-support-page .owho-support-request__eyebrow::after,
  body.homepage-live.get-support-page .owho-support-section-head h3::before,
  body.homepage-live.get-support-page .owho-support-section-head h3::after {
    display: none;
  }

  body.homepage-live.get-support-page .owho-support-process-steps,
  body.homepage-live.get-support-page .owho-support-form-fields,
  body.homepage-live.get-support-page .owho-support-contact-grid,
  body.homepage-live.get-support-page .owho-support-form-head,
  body.homepage-live.get-support-page .owho-support-testimonial-video__head,
  body.homepage-live.get-support-page .owho-support-contact-grid div,
  body.homepage-live.get-support-page .owho-support-commitment {
    grid-template-columns: 1fr;
  }

  body.homepage-live.get-support-page .owho-support-contact-grid div {
    grid-template-areas: "icon" "title" "text";
  }
}

/* About page modern redesign: reference-style report layout using One World
   colors while preserving the existing header, hero image, and footer. */
body.homepage-live.about-page .owho-about-modern {
  --about-ink: #111827;
  --about-muted: #4b5563;
  --about-line: rgba(var(--owho-navy-rgb, 99, 69, 165), 0.13);
  --about-card: rgba(255, 255, 255, 0.95);
  position: relative;
  padding: clamp(36px, 4vw, 56px) 0 clamp(34px, 4vw, 58px);
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 10%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.14), transparent 28%),
    radial-gradient(circle at 92% 28%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.08), transparent 30%),
    linear-gradient(180deg, #fff 0%, #fbf9ff 48%, #f7f4fc 100%);
}

body.homepage-live.about-page .owho-about-modern::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(var(--owho-navy-rgb, 99, 69, 165), 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--owho-navy-rgb, 99, 69, 165), 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 13%, #000 82%, transparent 100%);
  pointer-events: none;
}

body.homepage-live.about-page .owho-about-modern > .container,
body.homepage-live.about-page .owho-about-leadership .container {
  position: relative;
  z-index: 1;
}

body.homepage-live.about-page .owho-about-modern__overview {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(24px, 3vw, 36px);
  align-items: center;
  margin-bottom: clamp(26px, 4vw, 38px);
}

body.homepage-live.about-page .owho-about-modern__image {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.12);
}

body.homepage-live.about-page .owho-about-modern__image img {
  width: 100%;
  aspect-ratio: 1.22 / 1;
  display: block;
  object-fit: cover;
}

body.homepage-live.about-page .owho-about-modern__eyebrow {
  color: var(--owho-pink, #f31371);
  font-size: 13px;
  font-weight: 1000;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.homepage-live.about-page .owho-about-modern__copy h2,
body.homepage-live.about-page .owho-about-section-head h3,
body.homepage-live.about-page .owho-about-purpose-card h3,
body.homepage-live.about-page .owho-about-work-card h3,
body.homepage-live.about-page .owho-about-values h3,
body.homepage-live.about-page .owho-about-leader-card h3,
body.homepage-live.about-page .owho-about-registration h3,
body.homepage-live.about-page .owho-about-contact-info h3,
body.homepage-live.about-page .owho-about-commitment h3 {
  color: var(--owho-navy, #6345a5);
  font-weight: 1000;
  letter-spacing: -0.035em;
}

body.homepage-live.about-page .owho-about-modern__copy h2 {
  margin: 8px 0 14px;
  font-size: clamp(30px, 3.8vw, 50px);
  line-height: 1.04;
}

body.homepage-live.about-page .owho-about-modern p,
body.homepage-live.about-page .owho-about-modern li {
  color: var(--about-ink);
  font-weight: 700;
  line-height: 1.6;
}

body.homepage-live.about-page .owho-about-modern__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

body.homepage-live.about-page .owho-about-modern__stats div,
body.homepage-live.about-page .owho-about-purpose-card,
body.homepage-live.about-page .owho-about-work-card,
body.homepage-live.about-page .owho-about-registration,
body.homepage-live.about-page .owho-about-contact-info,
body.homepage-live.about-page .owho-about-commitment,
body.homepage-live.about-page .owho-about-legal-cta {
  border: 1px solid var(--about-line);
  background: var(--about-card);
  box-shadow: 0 18px 45px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
}

body.homepage-live.about-page .owho-about-modern__stats div {
  min-height: 126px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 14px;
  border-radius: 12px;
  text-align: center;
}

body.homepage-live.about-page .owho-about-modern__stats i {
  color: var(--owho-pink, #f31371);
  font-size: 28px;
}

body.homepage-live.about-page .owho-about-modern__stats strong {
  color: var(--owho-navy, #6345a5);
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1;
  font-weight: 1000;
}

body.homepage-live.about-page .owho-about-modern__stats span {
  color: var(--about-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

body.homepage-live.about-page .owho-about-purpose-grid,
body.homepage-live.about-page .owho-about-reg-contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  margin-bottom: clamp(24px, 3vw, 34px);
}

body.homepage-live.about-page .owho-about-purpose-card {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: clamp(22px, 2.4vw, 30px);
  border-radius: 18px;
}

body.homepage-live.about-page .owho-about-purpose-card > span,
body.homepage-live.about-page .owho-about-registration__badge i,
body.homepage-live.about-page .owho-about-commitment i {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(var(--owho-teal-rgb, 102, 197, 184), 0.18);
  color: var(--owho-pink, #f31371);
  font-size: 32px;
}

body.homepage-live.about-page .owho-about-purpose-card h3 {
  margin: 0 0 8px;
  font-size: 24px;
}

body.homepage-live.about-page .owho-about-purpose-card p,
body.homepage-live.about-page .owho-about-work-card p,
body.homepage-live.about-page .owho-about-values p,
body.homepage-live.about-page .owho-about-leader-card p,
body.homepage-live.about-page .owho-about-commitment p,
body.homepage-live.about-page .owho-about-legal-cta p {
  margin: 0;
}

body.homepage-live.about-page .owho-about-section-head {
  margin: clamp(10px, 2vw, 18px) 0 18px;
  text-align: center;
}

body.homepage-live.about-page .owho-about-section-head h3 {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  text-transform: uppercase;
}

body.homepage-live.about-page .owho-about-section-head h3::before,
body.homepage-live.about-page .owho-about-section-head h3::after {
  content: "";
  width: clamp(54px, 9vw, 130px);
  height: 1px;
  background: rgba(var(--owho-teal-rgb, 102, 197, 184), 0.6);
}

body.homepage-live.about-page .owho-about-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  margin-bottom: 28px;
}

body.homepage-live.about-page .owho-about-work-card {
  display: flex;
  flex-direction: column;
  padding: clamp(20px, 2vw, 26px);
  border-radius: 18px;
}

body.homepage-live.about-page .owho-about-work-card > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--work-accent, var(--owho-navy, #6345a5)) 16%, white);
  color: var(--work-accent, var(--owho-navy, #6345a5));
  font-size: 24px;
}

body.homepage-live.about-page .owho-about-work-card h3 {
  margin: 0 0 9px;
  font-size: 21px;
}

body.homepage-live.about-page .owho-about-work-card ul {
  margin: 14px 0;
  padding: 0;
  list-style: none;
}

body.homepage-live.about-page .owho-about-work-card li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
}

body.homepage-live.about-page .owho-about-work-card li + li {
  margin-top: 6px;
}

body.homepage-live.about-page .owho-about-work-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--owho-teal, #66c5b8);
  transform: translateY(-50%);
}

body.homepage-live.about-page .owho-about-work-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-top: auto;
  border-radius: 12px;
}

body.homepage-live.about-page .owho-about-values {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: clamp(28px, 4vw, 42px);
  border-top: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
}

body.homepage-live.about-page .owho-about-values article {
  padding: 22px 18px;
  text-align: center;
}

body.homepage-live.about-page .owho-about-values article + article {
  border-left: 1px solid var(--about-line);
}

body.homepage-live.about-page .owho-about-values i {
  color: var(--owho-pink, #f31371);
  font-size: 34px;
  margin-bottom: 10px;
}

body.homepage-live.about-page .owho-about-values h3 {
  margin: 0 0 7px;
  font-size: 17px;
}

body.homepage-live.about-page .owho-about-values p {
  font-size: 13px;
  line-height: 1.42;
}

body.homepage-live.about-page .owho-about-leadership {
  position: relative;
  padding: clamp(32px, 4vw, 50px) 0;
  margin-bottom: clamp(24px, 3vw, 34px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(var(--owho-navy-rgb, 99, 69, 165), 0.94), rgba(var(--owho-purple-rgb, 108, 99, 166), 0.9)),
    radial-gradient(circle at 50% 30%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.24), transparent 34%);
}

body.homepage-live.about-page .owho-about-section-head--light h3 {
  color: #fff;
}

body.homepage-live.about-page .owho-about-leadership__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.05fr) minmax(0, 0.86fr);
  gap: clamp(18px, 3vw, 36px);
  align-items: end;
}

body.homepage-live.about-page .owho-about-leader-card {
  position: relative;
  padding: 74px 22px 24px;
  border-radius: 16px;
  background: #fff;
  text-align: center;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.16);
}

body.homepage-live.about-page .owho-about-leader-card--center {
  padding-top: 90px;
  transform: translateY(-10px);
}

body.homepage-live.about-page .owho-about-leader-card figure {
  position: absolute;
  left: 50%;
  top: -56px;
  width: 112px;
  height: 112px;
  margin: 0;
  overflow: hidden;
  border: 5px solid var(--owho-pink, #f31371);
  border-radius: 50%;
  transform: translateX(-50%);
  background: #fff;
}

body.homepage-live.about-page .owho-about-leader-card--center figure {
  width: 132px;
  height: 132px;
  top: -66px;
}

body.homepage-live.about-page .owho-about-leader-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.homepage-live.about-page .owho-about-leader-card span {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(var(--owho-teal-rgb, 102, 197, 184), 0.18);
  color: var(--owho-pink, #f31371);
  font-size: 11px;
  font-weight: 1000;
  text-transform: uppercase;
}

body.homepage-live.about-page .owho-about-leader-card h3 {
  margin: 0 0 8px;
  font-size: 19px;
}

body.homepage-live.about-page .owho-about-leader-card p {
  font-size: 13px;
  line-height: 1.48;
}

body.homepage-live.about-page .owho-about-registration,
body.homepage-live.about-page .owho-about-contact-info {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: clamp(20px, 2.2vw, 28px);
  border-radius: 16px;
}

body.homepage-live.about-page .owho-about-contact-info {
  grid-template-columns: minmax(0, 1fr) 210px;
}

body.homepage-live.about-page .owho-about-registration__badge {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

body.homepage-live.about-page .owho-about-registration__badge strong {
  color: var(--owho-navy, #6345a5);
  font-size: 13px;
  font-weight: 1000;
  line-height: 1.25;
  text-transform: uppercase;
}

body.homepage-live.about-page .owho-about-registration h3,
body.homepage-live.about-page .owho-about-contact-info h3,
body.homepage-live.about-page .owho-about-commitment h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

body.homepage-live.about-page .owho-about-registration ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.homepage-live.about-page .owho-about-registration li {
  font-size: 14px;
}

body.homepage-live.about-page .owho-about-registration li + li {
  margin-top: 6px;
}

body.homepage-live.about-page .owho-about-registration strong,
body.homepage-live.about-page .owho-about-contact-info strong {
  color: var(--owho-navy, #6345a5);
}

body.homepage-live.about-page .owho-about-contact-info p {
  display: grid;
  grid-template-columns: 28px minmax(0, auto) minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  margin: 0 0 12px;
}

body.homepage-live.about-page .owho-about-contact-info i {
  color: var(--owho-pink, #f31371);
  font-size: 19px;
}

body.homepage-live.about-page .owho-about-contact-info a {
  color: var(--about-ink);
}

body.homepage-live.about-page .owho-about-contact-info img {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  border-radius: 12px;
}

body.homepage-live.about-page .owho-about-commitment {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 18px;
  border-radius: 16px;
  margin-bottom: 18px;
}

body.homepage-live.about-page .owho-about-commitment img {
  width: 100%;
  aspect-ratio: 2.05 / 1;
  object-fit: cover;
  border-radius: 12px;
}

body.homepage-live.about-page .owho-about-commitment .codebitel-btn {
  white-space: nowrap;
}

body.homepage-live.about-page .owho-about-legal-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  border-radius: 14px;
}

body.homepage-live.about-page .owho-about-legal-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 8px;
  background: var(--owho-navy, #6345a5);
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  body.homepage-live.about-page .owho-about-modern__overview,
  body.homepage-live.about-page .owho-about-purpose-grid,
  body.homepage-live.about-page .owho-about-reg-contact,
  body.homepage-live.about-page .owho-about-commitment {
    grid-template-columns: 1fr;
  }

  body.homepage-live.about-page .owho-about-modern__stats,
  body.homepage-live.about-page .owho-about-work-grid,
  body.homepage-live.about-page .owho-about-values,
  body.homepage-live.about-page .owho-about-leadership__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.homepage-live.about-page .owho-about-leader-card--center {
    transform: none;
  }
}

@media (max-width: 767px) {
  body.homepage-live.about-page .owho-about-modern__stats,
  body.homepage-live.about-page .owho-about-work-grid,
  body.homepage-live.about-page .owho-about-values,
  body.homepage-live.about-page .owho-about-leadership__grid,
  body.homepage-live.about-page .owho-about-registration,
  body.homepage-live.about-page .owho-about-contact-info,
  body.homepage-live.about-page .owho-about-purpose-card,
  body.homepage-live.about-page .owho-about-legal-cta {
    grid-template-columns: 1fr;
  }

  body.homepage-live.about-page .owho-about-values article + article {
    border-left: 0;
    border-top: 1px solid var(--about-line);
  }

  body.homepage-live.about-page .owho-about-section-head h3::before,
  body.homepage-live.about-page .owho-about-section-head h3::after {
    display: none;
  }

  body.homepage-live.about-page .owho-about-contact-info p {
    grid-template-columns: 28px minmax(0, 1fr);
  }

  body.homepage-live.about-page .owho-about-contact-info p strong,
  body.homepage-live.about-page .owho-about-contact-info p a,
  body.homepage-live.about-page .owho-about-contact-info p span {
    grid-column: 2;
  }

  body.homepage-live.about-page .owho-about-legal-cta {
    display: grid;
  }
}

/* Legal & Registration page refresh. */
body.homepage-live.legal-financial-page .owho-legal-registration {
  position: relative;
  padding: clamp(52px, 5vw, 82px) 0;
  background:
    radial-gradient(circle at 8% 12%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.14), transparent 28%),
    radial-gradient(circle at 90% 20%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.09), transparent 30%),
    linear-gradient(180deg, #fff 0%, #fbf9ff 48%, #f7f4fc 100%);
}

body.homepage-live.legal-financial-page .owho-legal-registration__header {
  max-width: 920px;
  margin: 0 auto clamp(24px, 4vw, 42px);
  text-align: center;
}

body.homepage-live.legal-financial-page .owho-legal-registration__header span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--owho-pink, #f31371);
  font-size: 13px;
  font-weight: 1000;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.homepage-live.legal-financial-page .owho-legal-registration__header h2,
body.homepage-live.legal-financial-page .owho-legal-registration-card h3 {
  color: var(--owho-navy, #6345a5);
  font-weight: 1000;
  letter-spacing: -0.035em;
}

body.homepage-live.legal-financial-page .owho-legal-registration__header h2 {
  margin: 0 0 14px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.04;
}

body.homepage-live.legal-financial-page .owho-legal-registration__header p,
body.homepage-live.legal-financial-page .owho-legal-registration-card p,
body.homepage-live.legal-financial-page .owho-legal-registration-card li {
  color: #111827;
  font-weight: 700;
  line-height: 1.62;
}

body.homepage-live.legal-financial-page .owho-legal-registration__grid,
body.homepage-live.legal-financial-page .owho-legal-registration__wide-grid {
  display: grid;
  gap: clamp(16px, 2vw, 24px);
}

body.homepage-live.legal-financial-page .owho-legal-registration__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: clamp(16px, 2vw, 24px);
}

body.homepage-live.legal-financial-page .owho-legal-registration__wide-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.homepage-live.legal-financial-page .owho-legal-registration-card {
  min-height: 100%;
  padding: clamp(22px, 2.4vw, 30px);
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
}

body.homepage-live.legal-financial-page .owho-legal-registration-card > i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 16px;
  background: rgba(var(--owho-teal-rgb, 102, 197, 184), 0.18);
  color: var(--owho-pink, #f31371);
  font-size: 26px;
}

body.homepage-live.legal-financial-page .owho-legal-registration-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

body.homepage-live.legal-financial-page .owho-legal-registration-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.homepage-live.legal-financial-page .owho-legal-registration-card li + li {
  margin-top: 7px;
}

body.homepage-live.legal-financial-page .owho-legal-registration-card strong {
  color: var(--owho-navy, #6345a5);
}

@media (max-width: 1199px) {
  body.homepage-live.legal-financial-page .owho-legal-registration__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.homepage-live.legal-financial-page .owho-legal-registration__header {
    text-align: left;
  }

  body.homepage-live.legal-financial-page .owho-legal-registration__grid,
  body.homepage-live.legal-financial-page .owho-legal-registration__wide-grid {
    grid-template-columns: 1fr;
  }
}

/* About page polish: expandable copy, balanced media cards, and tighter
   registration/contact layout. */
body.homepage-live.about-page .owho-expandable {
  position: relative;
  overflow: hidden;
  max-height: 1000px;
  transition: max-height 260ms ease, opacity 220ms ease;
}

body.homepage-live.about-page .owho-expandable:not(.is-expanded) {
  max-height: 6.45em;
  -webkit-mask-image: linear-gradient(180deg, #000 62%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 62%, transparent 100%);
}

body.homepage-live.about-page .owho-expandable p + p,
body.homepage-live.about-page .owho-expandable p + ul,
body.homepage-live.about-page .owho-expandable ul + p {
  margin-top: 12px;
}

body.homepage-live.about-page .owho-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 12px;
  border: 0;
  border-radius: 999px;
  padding: 8px 15px;
  background: rgba(var(--owho-pink-rgb, 243, 19, 113), 0.1);
  color: var(--owho-pink, #f31371);
  font-weight: 1000;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

body.homepage-live.about-page .owho-read-more::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: transform 180ms ease;
}

body.homepage-live.about-page .owho-read-more[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

body.homepage-live.about-page .owho-read-more:hover,
body.homepage-live.about-page .owho-read-more:focus-visible {
  background: var(--owho-pink, #f31371);
  color: #fff;
  transform: translateY(-1px);
  outline: none;
}

body.homepage-live.about-page .owho-about-purpose-card--with-image {
  grid-template-columns: 74px minmax(0, 1fr) minmax(132px, 0.72fr);
  align-items: center;
}

body.homepage-live.about-page .owho-about-purpose-card__body {
  min-width: 0;
}

body.homepage-live.about-page .owho-about-purpose-card__media {
  margin: 0;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 14px 32px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.12);
}

body.homepage-live.about-page .owho-about-purpose-card__media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.16 / 1;
  object-fit: cover;
}

body.homepage-live.about-page .owho-about-work-card {
  min-height: 100%;
}

body.homepage-live.about-page .owho-about-work-card .owho-read-more {
  margin-bottom: 16px;
}

body.homepage-live.about-page .owho-about-work-card img {
  margin-top: auto;
}

body.homepage-live.about-page .owho-about-leadership {
  padding-top: clamp(44px, 5vw, 64px);
}

body.homepage-live.about-page .owho-about-leadership .owho-about-section-head {
  margin-bottom: clamp(42px, 5vw, 64px);
}

body.homepage-live.about-page .owho-about-leadership__grid {
  align-items: stretch;
  padding-top: 8px;
}

body.homepage-live.about-page .owho-about-leader-card {
  display: flex;
  min-height: 262px;
  flex-direction: column;
  justify-content: flex-start;
}

body.homepage-live.about-page .owho-about-leader-card--center {
  transform: none;
}

body.homepage-live.about-page .owho-about-leader-card .owho-read-more {
  align-self: center;
  margin-top: 14px;
}

body.homepage-live.about-page .owho-about-registration,
body.homepage-live.about-page .owho-about-contact-info {
  min-width: 0;
  align-items: stretch;
}

body.homepage-live.about-page .owho-about-registration {
  grid-template-columns: 150px minmax(0, 1fr);
}

body.homepage-live.about-page .owho-about-contact-info {
  grid-template-columns: minmax(0, 1fr) 180px;
}

body.homepage-live.about-page .owho-about-contact-info > div,
body.homepage-live.about-page .owho-about-registration > div:not(.owho-about-registration__badge) {
  min-width: 0;
}

body.homepage-live.about-page .owho-about-contact-info p {
  grid-template-columns: 26px max-content minmax(0, 1fr);
  column-gap: 9px;
  font-size: 15px;
  line-height: 1.55;
}

body.homepage-live.about-page .owho-about-contact-info a,
body.homepage-live.about-page .owho-about-contact-info p {
  overflow-wrap: anywhere;
  word-break: normal;
}

body.homepage-live.about-page .owho-about-contact-info img {
  align-self: center;
  max-width: 180px;
  justify-self: end;
}

@media (max-width: 1199px) {
  body.homepage-live.about-page .owho-about-purpose-card--with-image {
    grid-template-columns: 74px minmax(0, 1fr) minmax(150px, 0.42fr);
  }
}

@media (max-width: 991px) {
  body.homepage-live.about-page .owho-about-purpose-card--with-image {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  body.homepage-live.about-page .owho-about-purpose-card__media {
    grid-column: 1 / -1;
  }

  body.homepage-live.about-page .owho-about-leadership .owho-about-section-head {
    margin-bottom: 54px;
  }
}

@media (max-width: 767px) {
  body.homepage-live.about-page .owho-about-contact-info img {
    max-width: 100%;
    justify-self: stretch;
  }

  body.homepage-live.about-page .owho-about-contact-info p {
    grid-template-columns: 26px minmax(0, 1fr);
  }

  body.homepage-live.about-page .owho-about-purpose-card--with-image {
    grid-template-columns: 1fr;
  }

  body.homepage-live.about-page .owho-about-purpose-card > span {
    justify-self: start;
  }

  body.homepage-live.about-page .owho-about-leadership__grid {
    gap: 72px;
  }
}

@media (max-width: 767px) {
  body.homepage-live.about-page .owho-about-contact-info,
  body.homepage-live.about-page .owho-about-registration {
    grid-template-columns: 1fr;
  }
}

body.homepage-live.about-page .owho-about-commitment .codebitel-btn {
  background: var(--owho-pink, #f31371);
  color: #fff;
  box-shadow: 0 12px 28px rgba(var(--owho-pink-rgb, 243, 19, 113), 0.22);
}

body.homepage-live.about-page .owho-about-commitment .codebitel-btn span {
  color: inherit;
}

/* Vision/Mission cards: image first, then title, then expandable content. */
body.homepage-live.about-page .owho-about-purpose-card--with-image {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}

body.homepage-live.about-page .owho-about-purpose-card__title-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

body.homepage-live.about-page .owho-about-purpose-card__title-row > span {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(var(--owho-teal-rgb, 102, 197, 184), 0.18);
  color: var(--owho-pink, #f31371);
  font-size: 25px;
}

body.homepage-live.about-page .owho-about-purpose-card__title-row h3 {
  margin: 0;
}

body.homepage-live.about-page .owho-about-purpose-card--with-image > span {
  display: none;
}

body.homepage-live.about-page .owho-about-purpose-card__media {
  width: 100%;
}

body.homepage-live.about-page .owho-about-purpose-card__media img {
  aspect-ratio: 16 / 7.6;
}

@media (max-width: 767px) {
  body.homepage-live.about-page .owho-about-purpose-card__media img {
    aspect-ratio: 16 / 10;
  }
}

/* Leadership update: four real/personnel cards with uploaded portraits. */
body.homepage-live.about-page .owho-about-leadership__grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  align-items: stretch;
}

body.homepage-live.about-page .owho-about-leadership__grid--four .owho-about-leader-card {
  min-height: 286px;
  padding: 76px 18px 24px;
}

body.homepage-live.about-page .owho-about-leadership__grid--four .owho-about-leader-card figure,
body.homepage-live.about-page .owho-about-leadership__grid--four .owho-about-leader-card--center figure {
  width: 116px;
  height: 116px;
  top: -58px;
}

body.homepage-live.about-page .owho-about-leadership__grid--four .owho-about-leader-card h3 {
  font-size: clamp(18px, 1.55vw, 21px);
}

body.homepage-live.about-page .owho-about-leadership__grid--four .owho-about-leader-card span {
  max-width: 100%;
  white-space: normal;
}

body.homepage-live.about-page .owho-about-leadership__grid--four .owho-about-leader-card p {
  text-align: left;
}

body.homepage-live.about-page .owho-about-leadership__grid--four .owho-expandable:not(.is-expanded) {
  max-height: 6.1em;
}

body.homepage-live.about-page .owho-about-leadership__grid--four .owho-about-leader-card:nth-child(1) img {
  object-position: center 20%;
}

body.homepage-live.about-page .owho-about-leadership__grid--four .owho-about-leader-card:nth-child(2) img {
  object-position: center 18%;
}

body.homepage-live.about-page .owho-about-leadership__grid--four .owho-about-leader-card:nth-child(4) img {
  object-position: center 34%;
}

body.homepage-live.about-page .owho-about-leadership__grid--four .owho-about-leader-card:nth-child(5) img {
  object-position: center 28%;
}

@media (max-width: 1199px) {
  body.homepage-live.about-page .owho-about-leadership__grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 72px;
  }
}

@media (max-width: 767px) {
  body.homepage-live.about-page .owho-about-leadership__grid--four {
    grid-template-columns: 1fr;
  }
}

/* Vision/Mission: show full supplied image and no expandable control. */
body.homepage-live.about-page .owho-about-purpose-card--with-image .owho-about-purpose-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(190px, 22vw, 260px);
  background: linear-gradient(135deg, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.08), rgba(var(--owho-pink-rgb, 243, 19, 113), 0.06));
}

body.homepage-live.about-page .owho-about-purpose-card--with-image .owho-about-purpose-card__media img {
  width: 100%;
  height: 100%;
  max-height: clamp(190px, 22vw, 260px);
  object-fit: contain;
  aspect-ratio: auto;
}

body.homepage-live.about-page .owho-about-purpose-card__body > p {
  margin: 0;
}

@media (max-width: 767px) {
  body.homepage-live.about-page .owho-about-purpose-card--with-image .owho-about-purpose-card__media {
    min-height: 210px;
  }

  body.homepage-live.about-page .owho-about-purpose-card--with-image .owho-about-purpose-card__media img {
    max-height: 210px;
  }
}

/* Leadership: initial-based card without supplied photo. */
body.homepage-live.about-page .owho-about-leader-card__initial {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--owho-navy, #6345a5), var(--owho-pink, #f31371));
}

body.homepage-live.about-page .owho-about-leader-card__initial span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 34px;
  font-weight: 1000;
  letter-spacing: -0.04em;
}

/* Team update: support expanded leadership grid after adding Renee. */
body.homepage-live.about-page .owho-about-leadership__grid--four {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

body.homepage-live .owho-home-team-card:nth-child(3) figure img {
  object-position: center 18%;
}


/* Homepage healthcare pathways: four concise cards with direct health-page anchors. */
body.homepage-live .owho-home-health-pathways {
  padding: clamp(54px, 6vw, 82px) 0;
}

body.homepage-live .owho-home-health-pathways .owho-home-health-help__heading {
  max-width: 980px;
}

body.homepage-live .owho-home-health-pathways .owho-health-help__disclaimer {
  margin-top: 12px;
}

body.homepage-live .owho-home-health-pathways__grid,
body.homepage-live .owho-home-health-help .owho-home-health-pathways__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
  align-items: stretch;
}

body.homepage-live .owho-home-health-pathway-card,
body.homepage-live .owho-home-health-help .owho-home-health-pathway-card,
body.homepage-live .owho-home-health-help .owho-health-help__grid .owho-home-health-pathway-card:nth-child(even) {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(15px, 1.6vw, 20px);
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.11);
  box-shadow: 0 18px 46px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.09);
  text-align: left;
  transform: none;
}

body.homepage-live .owho-home-health-pathway-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 60px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.13);
}

body.homepage-live .owho-home-health-pathway-card .owho-health-help-card__visual,
body.homepage-live .owho-home-health-help .owho-home-health-pathway-card .owho-health-help-card__visual,
body.homepage-live .owho-home-health-help .owho-health-help__grid .owho-home-health-pathway-card:nth-child(even) .owho-health-help-card__visual {
  order: 0;
  width: 100%;
  height: clamp(132px, 10vw, 170px);
  margin: 0 0 14px;
  border-radius: 18px;
  overflow: hidden;
  background: color-mix(in srgb, var(--help-accent, var(--owho-teal)) 10%, white);
}

body.homepage-live .owho-home-health-pathway-card .owho-health-help-card__visual img,
body.homepage-live .owho-home-health-help .owho-home-health-pathway-card .owho-health-help-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: normal;
}

body.homepage-live .owho-home-health-pathway-card > span,
body.homepage-live .owho-home-health-help .owho-home-health-pathway-card > span,
body.homepage-live .owho-home-health-help .owho-health-help__grid .owho-home-health-pathway-card:nth-child(even) > span {
  order: 1;
  display: block;
  margin: 0 0 7px;
  color: var(--help-accent, var(--owho-teal));
  font-size: 11px;
  line-height: 1.35;
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.homepage-live .owho-home-health-pathway-card h3,
body.homepage-live .owho-home-health-help .owho-home-health-pathway-card h3,
body.homepage-live .owho-home-health-help .owho-health-help__grid .owho-home-health-pathway-card:nth-child(even) h3 {
  order: 2;
  margin: 0 0 8px;
  color: var(--owho-navy, #6345a5);
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.16;
  font-weight: 1000;
  letter-spacing: -0.035em;
}

body.homepage-live .owho-home-health-pathway-card p,
body.homepage-live .owho-home-health-help .owho-home-health-pathway-card p,
body.homepage-live .owho-home-health-help .owho-health-help__grid .owho-home-health-pathway-card:nth-child(even) p {
  order: 3;
  display: -webkit-box;
  min-height: 3.05em;
  margin: 0 0 16px;
  max-width: none;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #1f2937;
  font-size: 14.5px;
  line-height: 1.52;
  font-weight: 750;
  text-align: left;
}

body.homepage-live .owho-pathway-read-more {
  order: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  min-height: 42px;
  margin-top: auto;
  padding: 10px 15px;
  border-radius: 999px;
  background: var(--help-accent, var(--owho-teal));
  color: #fff;
  font-size: 13px;
  font-weight: 1000;
  box-shadow: 0 12px 24px color-mix(in srgb, var(--help-accent, var(--owho-teal)) 24%, transparent);
}

body.homepage-live .owho-pathway-read-more:hover,
body.homepage-live .owho-pathway-read-more:focus-visible {
  color: #fff;
  transform: translateX(2px);
  outline: none;
}

body.homepage-live .owho-home-health-pathways__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: fit-content;
  max-width: 100%;
  margin: clamp(22px, 3vw, 34px) auto 0;
  padding: 10px 12px 10px 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.14), rgba(var(--owho-pink-rgb, 243, 19, 113), 0.12));
  border: 1px solid rgba(var(--owho-navy-rgb, 99, 69, 165), 0.11);
  box-shadow: 0 16px 34px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.08);
}

body.homepage-live .owho-home-health-pathways__cta p {
  margin: 0;
  color: var(--owho-navy, #6345a5);
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 1000;
  line-height: 1.25;
}

body.homepage-live .owho-home-health-pathways__cta-button {
  flex: 0 0 auto;
  min-height: 42px;
}

/* Homepage team preview inserted below the Humanity First section. */
body.homepage-live .owho-home-team {
  position: relative;
  padding: clamp(20px, 3vw, 36px) 0 clamp(56px, 6vw, 82px);
  background:
    radial-gradient(circle at 18% 8%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.11), transparent 28%),
    radial-gradient(circle at 82% 14%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.10), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0), rgba(var(--owho-navy-rgb, 99, 69, 165), 0.035));
}

body.homepage-live .owho-home-team__head {
  max-width: 720px;
  margin: 0 auto clamp(22px, 3vw, 34px);
  text-align: center;
}

body.homepage-live .owho-home-team__head span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: var(--owho-pink, #f31371);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.homepage-live .owho-home-team__head span::before,
body.homepage-live .owho-home-team__head span::after {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.35;
}

body.homepage-live .owho-home-team__head h2 {
  margin: 0 0 10px;
  color: var(--owho-navy, #063d1e);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.02;
  font-weight: 1000;
  letter-spacing: -0.045em;
}

body.homepage-live .owho-home-team__head p {
  margin: 0;
  color: #334155;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.7;
  font-weight: 650;
}

body.homepage-live .owho-home-team__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 24px);
  align-items: stretch;
}

body.homepage-live .owho-home-team-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: center;
  padding: clamp(18px, 2vw, 24px);
  border-radius: 30px;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--team-accent, var(--owho-teal)) 26%, transparent);
  box-shadow: 0 22px 54px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.10);
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.homepage-live .owho-home-team-card:hover {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--team-accent, var(--owho-teal)) 52%, transparent);
  box-shadow: 0 30px 70px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.14);
}

body.homepage-live .owho-home-team-card--featured {
  transform: translateY(-10px);
}

body.homepage-live .owho-home-team-card--featured:hover {
  transform: translateY(-15px);
}

body.homepage-live .owho-home-team-card figure {
  width: clamp(112px, 10vw, 142px);
  height: clamp(112px, 10vw, 142px);
  margin: 0 0 14px;
  border-radius: 50%;
  padding: 6px;
  background: linear-gradient(135deg, var(--team-accent, var(--owho-teal)), color-mix(in srgb, var(--team-accent, var(--owho-teal)) 38%, #fff));
  box-shadow: 0 15px 32px color-mix(in srgb, var(--team-accent, var(--owho-teal)) 22%, transparent);
  overflow: hidden;
}

body.homepage-live .owho-home-team-card figure img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center top;
}

body.homepage-live .owho-home-team-card__initial {
  display: grid;
  place-items: center;
}

body.homepage-live .owho-home-team-card__initial span {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  border-radius: inherit;
  background: linear-gradient(135deg, #063d1e, var(--team-accent, var(--owho-pink)));
  color: #fff;
  font-size: clamp(34px, 3.5vw, 48px);
  font-weight: 1000;
  letter-spacing: -0.08em;
}

body.homepage-live .owho-home-team-card > span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--team-accent, var(--owho-teal)) 13%, white);
  color: var(--team-accent, var(--owho-teal));
  font-size: 11px;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.homepage-live .owho-home-team-card h3 {
  margin: 0 0 10px;
  color: var(--owho-navy, #063d1e);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.08;
  font-weight: 1000;
  letter-spacing: -0.04em;
}

body.homepage-live .owho-home-team-card .owho-expandable {
  position: relative;
  overflow: hidden;
  max-height: 1000px;
  transition: max-height 260ms ease;
}

body.homepage-live .owho-home-team-card .owho-expandable:not(.is-expanded) {
  max-height: 4.85em;
  -webkit-mask-image: linear-gradient(180deg, #000 62%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 62%, transparent 100%);
}

body.homepage-live .owho-home-team-card p {
  margin: 0;
  color: #1f2937;
  font-size: 14.5px;
  line-height: 1.62;
  font-weight: 650;
}

body.homepage-live .owho-home-team-card p + p {
  margin-top: 10px;
}

body.homepage-live .owho-home-team-card .owho-read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  min-height: 39px;
  margin-top: 16px;
  border: 0;
  border-radius: 999px;
  padding: 9px 16px;
  background: var(--team-accent, var(--owho-teal));
  color: #fff;
  font-size: 13px;
  font-weight: 1000;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 24px color-mix(in srgb, var(--team-accent, var(--owho-teal)) 24%, transparent);
}

body.homepage-live .owho-home-team-card .owho-read-more::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: transform 180ms ease;
}

body.homepage-live .owho-home-team-card .owho-read-more[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

body.homepage-live .owho-home-team-card .owho-read-more:hover,
body.homepage-live .owho-home-team-card .owho-read-more:focus-visible {
  color: #fff;
  transform: translateY(-1px);
  outline: none;
}

body.homepage-live .owho-home-team__more {
  margin-top: clamp(24px, 3vw, 36px);
  text-align: center;
}

body.homepage-live .owho-home-team__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--owho-green, #063d1e), var(--owho-teal, #66c5b8));
  color: #fff;
  font-weight: 1000;
  letter-spacing: 0.01em;
  box-shadow: 0 18px 36px rgba(0, 84, 44, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

body.homepage-live .owho-home-team__link:hover,
body.homepage-live .owho-home-team__link:focus-visible {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 24px 46px rgba(0, 84, 44, 0.24);
  outline: none;
}


@media (min-width: 1200px) {
  body.homepage-live .owho-home-team__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  body.homepage-live .owho-home-team-card {
    grid-column: span 2;
  }

  body.homepage-live .owho-home-team-card:nth-child(4) {
    grid-column: 2 / span 2;
  }

  body.homepage-live .owho-home-team-card:nth-child(5) {
    grid-column: 4 / span 2;
  }

  body.homepage-live .owho-home-team-card:nth-child(5) figure img {
    object-position: center 28%;
  }
}

body.homepage-live .owho-home-team + .owho-home-impact-strip {
  padding-top: clamp(46px, 5vw, 70px);
}

body.homepage-live.program-page--health .owho-health-help-card[id] {
  scroll-margin-top: 120px;
}

@media (max-width: 1199px) {
  body.homepage-live .owho-home-health-pathways__grid,
  body.homepage-live .owho-home-health-help .owho-home-health-pathways__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.homepage-live .owho-home-health-pathways__grid,
  body.homepage-live .owho-home-health-help .owho-home-health-pathways__grid {
    grid-template-columns: 1fr;
  }

  body.homepage-live .owho-home-health-pathways__cta {
    width: 100%;
    flex-direction: column;
    gap: 12px;
    padding: 18px;
    border-radius: 24px;
    text-align: center;
  }

  body.homepage-live .owho-home-team__grid {
    grid-template-columns: 1fr;
  }

  body.homepage-live .owho-home-team-card--featured,
  body.homepage-live .owho-home-team-card--featured:hover {
    transform: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  body.homepage-live .owho-home-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.homepage-live .owho-home-team-card--featured {
    transform: none;
  }
}

/* Homepage Our Impact dashboard refresh: compact current metrics. */
body.homepage-live .owho-home-impact-strip {
  padding: clamp(64px, 7vw, 104px) 0 !important;
  background:
    radial-gradient(circle at 8% 12%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.22), transparent 30%),
    radial-gradient(circle at 92% 10%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.17), transparent 34%),
    linear-gradient(135deg, rgba(var(--owho-purple-rgb, 99, 69, 165), 0.08), rgba(255, 255, 255, 0.96) 48%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.10)) !important;
}

body.homepage-live .owho-home-impact-strip .container {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.55fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
}

body.homepage-live .owho-home-impact-strip__head {
  position: relative;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(24px, 3vw, 36px);
  border-radius: 34px;
  text-align: left !important;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(var(--owho-purple-rgb, 99, 69, 165), 0.12);
  box-shadow: 0 24px 60px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.10);
  overflow: hidden;
}

body.homepage-live .owho-home-impact-strip__head::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -62px;
  bottom: -68px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--owho-pink, #f31371) 16%, transparent);
}

body.homepage-live .owho-home-impact-strip__head span {
  justify-content: flex-start;
}

body.homepage-live .owho-home-impact-strip__head span::after {
  display: none;
}

body.homepage-live .owho-home-impact-strip__head h2 {
  font-size: clamp(38px, 5vw, 66px) !important;
}

body.homepage-live .owho-home-impact-strip__head p {
  max-width: 36rem !important;
  margin-left: 0 !important;
  font-size: 15.5px !important;
  font-weight: 750 !important;
}

body.homepage-live .owho-home-impact-strip__seal {
  position: relative;
  z-index: 1;
  margin-top: 22px !important;
}

body.homepage-live .owho-home-impact-strip__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(12px, 1.4vw, 18px) !important;
}

body.homepage-live .owho-home-impact-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 132px !important;
  padding: clamp(16px, 1.8vw, 22px) !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.90) !important;
  border: 1px solid color-mix(in srgb, var(--impact-accent, var(--owho-teal)) 23%, transparent) !important;
  box-shadow: 0 18px 44px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.09) !important;
}

body.homepage-live .owho-home-impact-card::before {
  top: auto !important;
  right: 18px !important;
  bottom: 14px !important;
  left: 18px !important;
  width: auto !important;
  height: 4px !important;
  opacity: 0.45;
}

body.homepage-live .owho-home-impact-card i {
  width: 48px !important;
  height: 48px !important;
  margin: 0 !important;
  border-radius: 16px !important;
}

body.homepage-live .owho-home-impact-card strong {
  font-size: clamp(24px, 2.4vw, 36px) !important;
  line-height: 1.02 !important;
}

body.homepage-live .owho-home-impact-card:first-child strong {
  font-size: clamp(18px, 1.65vw, 24px) !important;
}

body.homepage-live .owho-home-impact-card span {
  margin-top: 7px !important;
  font-size: 13.5px !important;
  line-height: 1.28 !important;
  font-weight: 900 !important;
}

body.homepage-live .owho-home-impact-card:nth-child(1),
body.homepage-live .owho-home-impact-card:nth-child(5) {
  grid-column: span 2;
}

body.homepage-live .owho-home-impact-card:nth-child(5) span {
  max-width: 420px;
}

@media (max-width: 1199px) {
  body.homepage-live .owho-home-impact-strip .container {
    grid-template-columns: 1fr;
  }

  body.homepage-live .owho-home-impact-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 575px) {
  body.homepage-live .owho-home-impact-strip__grid {
    grid-template-columns: 1fr !important;
  }

  body.homepage-live .owho-home-impact-card:nth-child(1),
  body.homepage-live .owho-home-impact-card:nth-child(5) {
    grid-column: auto;
  }
}

/* Final homepage impact layout: simple premium full-width grid. */
body.homepage-live .owho-home-impact-strip {
  padding: clamp(58px, 7vw, 92px) 0 !important;
  background:
    linear-gradient(rgba(255,255,255,0.52) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.50) 1px, transparent 1px),
    radial-gradient(circle at 12% 8%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.18), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.14), transparent 32%),
    linear-gradient(135deg, #f8fffd 0%, #fff5fb 100%) !important;
  background-size: 42px 42px, 42px 42px, auto, auto, auto !important;
}

body.homepage-live .owho-home-impact-strip .container {
  display: block !important;
}

body.homepage-live .owho-home-impact-strip__head {
  max-width: 920px !important;
  margin: 0 auto clamp(26px, 3.8vw, 46px) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center !important;
  overflow: visible !important;
}

body.homepage-live .owho-home-impact-strip__head::after {
  display: none !important;
}

body.homepage-live .owho-home-impact-strip__head span {
  justify-content: center !important;
}

body.homepage-live .owho-home-impact-strip__head span::after {
  display: block !important;
}

body.homepage-live .owho-home-impact-strip__head h2 {
  font-size: clamp(36px, 5vw, 62px) !important;
}

body.homepage-live .owho-home-impact-strip__head p {
  max-width: 760px !important;
  margin: 0 auto !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  font-weight: 800 !important;
}

body.homepage-live .owho-home-impact-strip__seal {
  margin-top: 18px !important;
  background: rgba(255, 255, 255, 0.84) !important;
}

body.homepage-live .owho-home-impact-strip__grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(14px, 1.7vw, 22px) !important;
}

body.homepage-live .owho-home-impact-card,
body.homepage-live .owho-home-impact-card:nth-child(1),
body.homepage-live .owho-home-impact-card:nth-child(5) {
  grid-column: auto !important;
}

body.homepage-live .owho-home-impact-card {
  display: flex !important;
  min-height: 168px !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 0 !important;
  padding: clamp(19px, 2.1vw, 26px) !important;
  border-radius: 26px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(var(--owho-purple-rgb, 99, 69, 165), 0.12) !important;
  box-shadow: 0 20px 50px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.09) !important;
}

body.homepage-live .owho-home-impact-card::before {
  top: 18px !important;
  right: auto !important;
  bottom: 18px !important;
  left: 0 !important;
  width: 6px !important;
  height: auto !important;
  opacity: 1 !important;
}

body.homepage-live .owho-home-impact-card i {
  width: 48px !important;
  height: 48px !important;
  margin: 0 0 16px !important;
  border-radius: 16px !important;
}

body.homepage-live .owho-home-impact-card strong,
body.homepage-live .owho-home-impact-card:first-child strong {
  font-size: clamp(28px, 3vw, 42px) !important;
  line-height: 1 !important;
}

body.homepage-live .owho-home-impact-card:first-child strong {
  font-size: clamp(21px, 2.15vw, 30px) !important;
  line-height: 1.08 !important;
}

body.homepage-live .owho-home-impact-card span {
  max-width: none !important;
  margin-top: 10px !important;
  font-size: 14.5px !important;
  line-height: 1.32 !important;
  font-weight: 900 !important;
}

body.homepage-live .owho-home-impact-card:nth-child(5) {
  grid-column: span 2 !important;
}

body.homepage-live .owho-home-impact-card:nth-child(5) span {
  max-width: 420px !important;
}

@media (max-width: 1199px) {
  body.homepage-live .owho-home-impact-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 575px) {
  body.homepage-live .owho-home-impact-strip__head {
    text-align: center !important;
  }

  body.homepage-live .owho-home-impact-strip__head span::after {
    display: none !important;
  }

  body.homepage-live .owho-home-impact-strip__grid {
    grid-template-columns: 1fr !important;
  }

  body.homepage-live .owho-home-impact-card:nth-child(5) {
    grid-column: auto !important;
  }
}

/* Homepage What We Do cards routed to each program page. */
body.homepage-live .owho-home-whatwedo {
  padding: clamp(58px, 7vw, 92px) 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.12), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, rgba(var(--owho-purple-rgb, 99, 69, 165), 0.045) 100%);
}

body.homepage-live .owho-home-whatwedo__head {
  max-width: 840px;
  margin: 0 auto clamp(26px, 3.2vw, 42px);
  text-align: center;
}

body.homepage-live .owho-home-whatwedo__head span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 9px;
  color: var(--owho-pink, #f31371);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 1000;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.homepage-live .owho-home-whatwedo__head span::before,
body.homepage-live .owho-home-whatwedo__head span::after {
  content: "";
  width: 32px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.45;
}

body.homepage-live .owho-home-whatwedo__head h2 {
  margin: 0 0 10px;
  color: var(--owho-navy, #063d1e);
  font-size: clamp(30px, 4.2vw, 52px);
  line-height: 1.04;
  font-weight: 1000;
  letter-spacing: -0.045em;
}

body.homepage-live .owho-home-whatwedo__head p {
  max-width: 680px;
  margin: 0 auto;
  color: #334155;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 750;
}

body.homepage-live .owho-home-whatwedo__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
}

body.homepage-live .owho-home-whatwedo-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(20px, 2.1vw, 28px);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid color-mix(in srgb, var(--work-accent, var(--owho-teal)) 21%, transparent);
  box-shadow: 0 22px 58px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.09);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.homepage-live .owho-home-whatwedo-card:hover {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--work-accent, var(--owho-teal)) 46%, transparent);
  box-shadow: 0 30px 76px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.14);
}

body.homepage-live .owho-home-whatwedo-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 16px;
  border-radius: 17px;
  color: var(--work-accent, var(--owho-teal));
  background: color-mix(in srgb, var(--work-accent, var(--owho-teal)) 14%, white);
  font-size: 24px;
}

body.homepage-live .owho-home-whatwedo-card h3 {
  margin: 0 0 10px;
  color: var(--owho-navy, #063d1e);
  font-size: clamp(22px, 2vw, 29px);
  line-height: 1.08;
  font-weight: 1000;
  letter-spacing: -0.04em;
}

body.homepage-live .owho-home-whatwedo-card p {
  margin: 0 0 18px;
  color: #1f2937;
  font-size: 15px;
  line-height: 1.62;
  font-weight: 750;
}

body.homepage-live .owho-home-whatwedo-card img {
  display: block;
  width: 100%;
  height: clamp(150px, 13vw, 210px);
  margin-top: auto;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 16px 34px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.10);
}

body.homepage-live .owho-home-whatwedo-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: fit-content;
  margin-top: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--work-accent, var(--owho-teal));
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 1000;
  box-shadow: 0 12px 24px color-mix(in srgb, var(--work-accent, var(--owho-teal)) 24%, transparent);
}

body.homepage-live .owho-home-whatwedo-card__link:hover,
body.homepage-live .owho-home-whatwedo-card__link:focus-visible {
  color: #fff;
  transform: translateX(2px);
  outline: none;
}

@media (max-width: 991px) {
  body.homepage-live .owho-home-whatwedo__grid {
    grid-template-columns: 1fr;
  }
}

/* Force homepage health pathway cards into one desktop row and keep summaries short. */
@media (min-width: 1200px) {
  body.homepage-live .owho-home-health-pathways .owho-home-health-pathways__grid,
  body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid.owho-home-health-pathways__grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(14px, 1.8vw, 22px) !important;
  }

  body.homepage-live .owho-home-health-pathways .owho-home-health-pathway-card,
  body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid .owho-home-health-pathway-card,
  body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid .owho-home-health-pathway-card:nth-child(even) {
    display: flex !important;
    grid-template-columns: none !important;
    min-height: 100% !important;
    padding: clamp(15px, 1.6vw, 20px) !important;
    text-align: left !important;
  }

  body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid .owho-home-health-pathway-card .owho-health-help-card__visual,
  body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid .owho-home-health-pathway-card:nth-child(even) .owho-health-help-card__visual {
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100% !important;
    height: clamp(132px, 10vw, 170px) !important;
    min-height: 0 !important;
    margin: 0 0 14px !important;
  }

  body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid .owho-home-health-pathway-card > :not(.owho-health-help-card__visual),
  body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid .owho-home-health-pathway-card:nth-child(even) > :not(.owho-health-help-card__visual) {
    grid-column: auto !important;
  }

  body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid .owho-home-health-pathway-card h3,
  body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid .owho-home-health-pathway-card:nth-child(even) h3 {
    font-size: clamp(18px, 1.35vw, 22px) !important;
    line-height: 1.16 !important;
    margin: 0 0 8px !important;
  }

  body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid .owho-home-health-pathway-card p,
  body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid .owho-home-health-pathway-card:nth-child(even) p {
    display: -webkit-box !important;
    min-height: 3.05em !important;
    margin: 0 0 16px !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    font-size: 14.5px !important;
    line-height: 1.52 !important;
  }
}

/* Get Support program cards: 3-line preview, expandable copy, contained images. */
body.homepage-live.get-support-page .owho-support-card-copy {
  margin-bottom: 12px;
}

body.homepage-live.get-support-page .owho-support-card-copy:not(.is-expanded) {
  max-height: 4.75em;
  -webkit-mask-image: linear-gradient(180deg, #000 58%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 58%, transparent 100%);
}

body.homepage-live.get-support-page .owho-support-program-card .owho-read-more {
  margin: 2px 0 16px;
}

body.homepage-live.get-support-page .owho-support-program-card img {
  object-fit: contain;
  background: linear-gradient(135deg, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.08), rgba(var(--owho-pink-rgb, 243, 19, 113), 0.05));
}

/* Tighten homepage health pathway cards after 4-column layout. */
@media (min-width: 1200px) {
  body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid .owho-home-health-pathway-card,
  body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid .owho-home-health-pathway-card:nth-child(even) {
    min-height: auto !important;
    padding: 14px 14px 18px !important;
    gap: 0 !important;
  }

  body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid .owho-home-health-pathway-card .owho-health-help-card__visual,
  body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid .owho-home-health-pathway-card:nth-child(even) .owho-health-help-card__visual {
    height: 130px !important;
    margin-bottom: 14px !important;
    border-radius: 20px !important;
  }

  body.homepage-live .owho-home-health-pathway-card > span,
  body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid .owho-home-health-pathway-card > span,
  body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid .owho-home-health-pathway-card:nth-child(even) > span {
    min-height: 2.7em !important;
    margin-bottom: 10px !important;
  }

  body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid .owho-home-health-pathway-card h3,
  body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid .owho-home-health-pathway-card:nth-child(even) h3 {
    min-height: 2.35em !important;
    margin-bottom: 8px !important;
    font-size: 20px !important;
  }

  body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid .owho-home-health-pathway-card p,
  body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid .owho-home-health-pathway-card:nth-child(even) p {
    min-height: 3em !important;
    margin-bottom: 18px !important;
  }

  body.homepage-live .owho-home-health-pathway-card .owho-pathway-read-more {
    min-height: 38px !important;
    padding: 8px 14px !important;
  }
}

/* Get Support read-more buttons and covered support images. */
body.homepage-live.get-support-page .owho-support-program-card .owho-read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  min-height: 40px;
  margin: 2px 0 16px;
  border: 0;
  border-radius: 999px;
  padding: 9px 16px;
  background: var(--support-accent, var(--owho-pink, #f31371));
  color: #fff;
  font-size: 13px;
  font-weight: 1000;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 24px color-mix(in srgb, var(--support-accent, var(--owho-pink, #f31371)) 24%, transparent);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

body.homepage-live.get-support-page .owho-support-program-card .owho-read-more::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: transform 180ms ease;
}

body.homepage-live.get-support-page .owho-support-program-card .owho-read-more[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

body.homepage-live.get-support-page .owho-support-program-card .owho-read-more:hover,
body.homepage-live.get-support-page .owho-support-program-card .owho-read-more:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px color-mix(in srgb, var(--support-accent, var(--owho-pink, #f31371)) 30%, transparent);
  outline: none;
}

body.homepage-live.get-support-page .owho-support-program-card img {
  object-fit: cover !important;
  object-position: center center;
  background: transparent;
}

/* Homepage pathway images should show the full artwork, not crop. */
body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid .owho-home-health-pathway-card .owho-health-help-card__visual img,
body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid .owho-home-health-pathway-card:nth-child(even) .owho-health-help-card__visual img {
  object-fit: contain !important;
  object-position: center center !important;
  background: #fff !important;
}

/* Homepage pathway cards: let images render in their natural full ratio. */
body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid .owho-home-health-pathway-card .owho-health-help-card__visual,
body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid .owho-home-health-pathway-card:nth-child(even) .owho-health-help-card__visual {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  display: block !important;
  padding: 0 !important;
}

body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid .owho-home-health-pathway-card .owho-health-help-card__visual img,
body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid .owho-home-health-pathway-card:nth-child(even) .owho-health-help-card__visual img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
}

/* Equalize homepage pathway artwork boxes while preserving full image visibility. */
@media (min-width: 1200px) {
  body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid .owho-home-health-pathway-card .owho-health-help-card__visual,
  body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid .owho-home-health-pathway-card:nth-child(even) .owho-health-help-card__visual {
    height: 190px !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 !important;
    border-radius: 22px !important;
    background: #fff !important;
  }

  body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid .owho-home-health-pathway-card .owho-health-help-card__visual img,
  body.homepage-live .owho-home-health-help.owho-home-health-pathways .owho-health-help__grid .owho-home-health-pathway-card:nth-child(even) .owho-health-help-card__visual img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    border-radius: inherit !important;
  }
}

/* Homepage core service CTA color fixes. */
body.homepage-live .owho-core-services__story-col .owho-core-services__get-support-cta {
  background: var(--owho-orange, #ff8a1d) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 14px 30px rgba(255, 138, 29, 0.24) !important;
}

body.homepage-live .owho-core-services__story-col .owho-core-services__get-support-cta span,
body.homepage-live .owho-core-services__story-col .owho-core-services__consultation-cta span {
  color: inherit !important;
}

body.homepage-live .owho-core-services__story-col .owho-core-services__consultation-cta {
  background: var(--owho-teal, #66c5b8) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 14px 30px rgba(var(--owho-teal-rgb, 102, 197, 184), 0.26) !important;
}

body.homepage-live .owho-core-services__story-col .owho-core-services__get-support-cta:hover,
body.homepage-live .owho-core-services__story-col .owho-core-services__consultation-cta:hover {
  color: #fff !important;
  transform: translateY(-2px);
}

/* Cybersecurity learning application form replacing removed awareness artwork blocks. */
body.homepage-live.program-page--cyber .owho-cyber-apply {
  padding: clamp(72px, 8vw, 112px) 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(var(--owho-teal-rgb, 102, 197, 184), 0.16), transparent 32%),
    radial-gradient(circle at 88% 14%, rgba(var(--owho-pink-rgb, 243, 19, 113), 0.12), transparent 34%),
    linear-gradient(135deg, #f8fffd 0%, #fff6fb 100%);
}

body.homepage-live.program-page--cyber .owho-cyber-apply__shell {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 1fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: stretch;
}

body.homepage-live.program-page--cyber .owho-cyber-apply__content,
body.homepage-live.program-page--cyber .owho-cyber-apply__form {
  border: 1px solid rgba(var(--owho-purple-rgb, 99, 69, 165), 0.12);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 64px rgba(var(--owho-navy-rgb, 99, 69, 165), 0.10);
}

body.homepage-live.program-page--cyber .owho-cyber-apply__content {
  padding: clamp(28px, 4vw, 46px);
}

body.homepage-live.program-page--cyber .owho-cyber-apply__content h2 {
  margin: 8px 0 14px;
  color: var(--owho-navy, #063d1e);
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.04;
  font-weight: 1000;
  letter-spacing: -0.045em;
}

body.homepage-live.program-page--cyber .owho-cyber-apply__content p {
  margin: 0 0 22px;
  color: #1f2937;
  font-size: 16px;
  line-height: 1.72;
  font-weight: 750;
}

body.homepage-live.program-page--cyber .owho-cyber-apply__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.homepage-live.program-page--cyber .owho-cyber-apply__content li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #253044;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 850;
}

body.homepage-live.program-page--cyber .owho-cyber-apply__content li + li {
  margin-top: 13px;
}

body.homepage-live.program-page--cyber .owho-cyber-apply__content li i {
  color: var(--owho-teal, #66c5b8);
  margin-top: 0.18em;
}

body.homepage-live.program-page--cyber .owho-cyber-apply__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(24px, 3vw, 34px);
}

body.homepage-live.program-page--cyber .owho-cyber-apply__form label {
  display: grid;
  gap: 7px;
  margin: 0;
}

body.homepage-live.program-page--cyber .owho-cyber-apply__form label span {
  color: var(--owho-navy, #063d1e);
  font-size: 13px;
  font-weight: 1000;
}

body.homepage-live.program-page--cyber .owho-cyber-apply__form input,
body.homepage-live.program-page--cyber .owho-cyber-apply__form textarea {
  width: 100%;
  border: 1px solid rgba(var(--owho-purple-rgb, 99, 69, 165), 0.16);
  border-radius: 16px;
  background: #fff;
  color: #111827;
  padding: 13px 15px;
  font-size: 15px;
  font-weight: 700;
  outline: none;
}

body.homepage-live.program-page--cyber .owho-cyber-apply__form input:focus,
body.homepage-live.program-page--cyber .owho-cyber-apply__form textarea:focus {
  border-color: var(--owho-teal, #66c5b8);
  box-shadow: 0 0 0 4px rgba(var(--owho-teal-rgb, 102, 197, 184), 0.15);
}

body.homepage-live.program-page--cyber .owho-cyber-apply__full,
body.homepage-live.program-page--cyber .owho-cyber-apply__form button {
  grid-column: 1 / -1;
}

body.homepage-live.program-page--cyber .owho-cyber-apply__form button {
  border: 0;
  justify-self: start;
}

@media (max-width: 991px) {
  body.homepage-live.program-page--cyber .owho-cyber-apply__shell,
  body.homepage-live.program-page--cyber .owho-cyber-apply__form {
    grid-template-columns: 1fr;
  }
}


/* 2026-05-20 final: healthcare topic sections use two clean cards per row with image first and copy below. */
body.homepage-live.program-page--health .owho-health-help__grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(22px, 2.6vw, 34px) !important;
  align-items: stretch !important;
}

body.homepage-live.program-page--health .owho-health-help-card,
body.homepage-live.program-page--health .owho-health-help-card:nth-child(even) {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: none !important;
  gap: 0 !important;
  align-items: stretch !important;
  min-height: 0 !important;
  padding: clamp(16px, 1.8vw, 24px) !important;
  text-align: left !important;
  overflow: hidden !important;
}

body.homepage-live.program-page--health .owho-health-help-card .owho-health-help-card__visual,
body.homepage-live.program-page--health .owho-health-help-card:nth-child(even) .owho-health-help-card__visual {
  display: block !important;
  order: 0 !important;
  grid-column: auto !important;
  grid-row: auto !important;
  width: 100% !important;
  height: clamp(220px, 18vw, 300px) !important;
  min-height: 0 !important;
  margin: 0 0 clamp(18px, 2vw, 26px) !important;
  border-radius: 26px !important;
  overflow: hidden !important;
  background: #f7fbf8 !important;
}

body.homepage-live.program-page--health .owho-health-help-card .owho-health-help-card__visual img,
body.homepage-live.program-page--health .owho-health-help-card:nth-child(even) .owho-health-help-card__visual img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: #f7fbf8 !important;
}

body.homepage-live.program-page--health .owho-health-help-card > :not(.owho-health-help-card__visual),
body.homepage-live.program-page--health .owho-health-help-card:nth-child(even) > :not(.owho-health-help-card__visual) {
  grid-column: auto !important;
}

body.homepage-live.program-page--health .owho-health-help-card h3,
body.homepage-live.program-page--health .owho-health-help-card:nth-child(even) h3 {
  font-size: clamp(28px, 2.3vw, 42px) !important;
  line-height: 1.08 !important;
  margin: 0 0 14px !important;
  color: #174b43 !important;
}

body.homepage-live.program-page--health .owho-health-help-card p,
body.homepage-live.program-page--health .owho-health-help-card:nth-child(even) p {
  font-size: clamp(15px, 0.95vw, 17px) !important;
  line-height: 1.72 !important;
  margin: 0 !important;
  color: #283047 !important;
}

@media (max-width: 991px) {
  body.homepage-live.program-page--health .owho-health-help__grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 575px) {
  body.homepage-live.program-page--health .owho-health-help-card .owho-health-help-card__visual,
  body.homepage-live.program-page--health .owho-health-help-card:nth-child(even) .owho-health-help-card__visual {
    height: 210px !important;
    border-radius: 20px !important;
  }
}

/* Legal document links should look intentional and clickable. */
body.homepage-live.legal-financial-page .owho-legal-documents a {
  color: #174b43;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--owho-teal, #66c5b8) 65%, transparent);
  text-underline-offset: 4px;
}

body.homepage-live.legal-financial-page .owho-legal-documents a:hover,
body.homepage-live.legal-financial-page .owho-legal-documents a:focus-visible {
  color: var(--owho-pink, #f31371);
}

/* Safety guard: the About-page purple leadership block must never show on homepage. */
body.homepage-live:not(.about-page) .owho-about-leadership,
body.homepage-live:not(.about-page) .owho-about-leadership__grid,
body.homepage-live:not(.about-page) .owho-about-leader-card {
  display: none !important;
}

/* Homepage leadership must use the newer light 3-card community team section. */
body.homepage-live:not(.about-page) .owho-home-team {
  display: block !important;
}
/* Ensure all donation submission forms collect an email address cleanly. */
.donate-info__form .owho-donation-email {
  margin-top: 18px;
  width: 100%;
}
.donate-info__form .owho-donation-email .owho-donation-field {
  display: block;
  width: 100%;
}
.donate-info__form .owho-donation-email input[type="email"] {
  text-align: left;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 16px;
  font-weight: 700;
}
.homepage-live .donate-info__form .owho-donation-email input[type="email"] {
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
}


.owho-health-footer-form {
  margin: 18px 0 16px;
  max-width: 100%;
}

.owho-health-footer-form input[type=email] {
  height: 52px;
  padding-right: 56px;
}
