@charset "UTF-8";
.title34 {
  font-size: 2.125rem;
  line-height: 2.625rem;
  font-weight: bold;
  color: #00871D;
  letter-spacing: -0.7px;
}
@media (max-width: 768px) {
  .title34 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.title24 {
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 500;
  color: #5B5A5B;
}

.green-marker li::marker {
  color: #43B02A;
}

.cta-type2 a {
  background-color: #F4F3F3 !important;
  color: #00871D !important;
}

.gred1 {
  background: linear-gradient(90deg, #00501D, #43B02A);
}

.gre-blue {
  background: linear-gradient(90deg, #136EB3, #002C77);
}

.gre-yello {
  background: linear-gradient(90deg, #E2E71F, #FFB81C);
}

.mob {
  display: none;
}
@media (max-width: 768px) {
  .mob {
    display: block;
  }
}

.desk {
  display: block;
}
@media (max-width: 768px) {
  .desk {
    display: none;
  }
}

@media (max-width: 768px) {
  .mob-br-none br {
    display: none;
  }
}

@media (max-width: 781px) {
  .col-mob-row.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: auto !important;
    width: 50% !important;
    flex-grow: 0 !important;
  }
  .col-mob-row.wp-block-columns {
    flex-wrap: nowrap !important;
    overflow-x: auto;
  }
}
.cta-type1 a, .cta-type2 a {
  background-color: #00871D;
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 3.063rem;
  justify-content: center;
  padding: 0 5rem 0 2rem;
  color: #fff;
  font-size: 1.063rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  transition: filter 150ms ease, transform 150ms ease;
}
@media (max-width: 768px) {
  .cta-type1 a, .cta-type2 a {
    font-size: 0.938rem;
    height: 2.875rem;
  }
}
.cta-type1 a::after, .cta-type2 a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3.063rem;
  background: #e7e42a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>  <path d='M9 6l6 6-6 6' fill='none' stroke='%23117c22' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 25px;
  transition: background-position 150ms ease, filter 150ms ease;
  pointer-events: none;
}
.cta-type1 a:hover, .cta-type2 a:hover {
  filter: brightness(1.02);
}
.cta-type1 a:hover::after, .cta-type2 a:hover::after {
  background-position: calc(50% + 1px) center;
}
.cta-type1 a:active, .cta-type2 a:active {
  transform: translateY(0.5px);
}
.cta-type1 a:focus-visible, .cta-type2 a:focus-visible {
  outline: 2px solid #0a5;
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .cta-type1 a, .cta-type2 a {
    transition: none;
  }
  .cta-type1 a::after, .cta-type2 a::after {
    transition: none;
  }
}

.gradient-background {
  background-image: url("../../images/hcp/home-banner-bg-hcp.jpg");
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 0;
}
@media screen and (min-width: 1920px) {
  .gradient-background {
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .gradient-background {
    background-image: linear-gradient(115deg, #00501D, #43B02A);
  }
}
.gradient-background .banner-type-home {
  display: flex;
  justify-content: space-between;
  align-items: center !important;
}
@media (max-width: 768px) {
  .gradient-background .banner-type-home {
    gap: 0.5rem;
  }
}
.gradient-background .banner-type-home .ban-right-img {
  text-align: center;
}
.gradient-background .banner-type-home .ban-right-img img {
  width: 28.5rem;
}
.gradient-background h1 {
  color: #e0e326;
  text-align: center;
  font-weight: 700;
}
.gradient-background h1 span.big-f {
  font-size: 15rem;
  line-height: 14rem;
}
@media (max-width: 768px) {
  .gradient-background h1 span.big-f {
    font-size: 11rem;
    line-height: 10rem;
  }
}
.gradient-background h1 span.get-txt {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .gradient-background h1 span.get-txt {
    font-size: 1.875rem;
  }
}
.gradient-background h1 span.ude-txt {
  font-size: 6rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .gradient-background h1 span.ude-txt {
    font-size: 4rem;
  }
}

.home-sec1 {
  background-color: #F4F3F3;
  padding: 3.125rem 0;
}
@media (max-width: 768px) {
  .home-sec1 {
    padding: 3rem 0 1rem 0;
  }
}
.home-sec1 .container {
  max-width: 63.563rem;
}
.home-sec1 h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #00871D;
}
@media (max-width: 768px) {
  .home-sec1 h2 {
    font-size: 1.438rem;
    margin-bottom: 0;
    line-height: 1.9rem;
  }
}
.home-sec1 ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.375rem;
  padding: 0;
}
@media (max-width: 768px) {
  .home-sec1 ul {
    flex-direction: column;
  }
}
.home-sec1 ul li {
  font-family: "Chantal_Light_Italic";
  font-size: 1.625rem;
  color: #5B5A5B;
  border-right: 1px solid #5B5A5B;
  width: 33%;
  text-align: center;
}
.home-sec1 ul li:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .home-sec1 ul li {
    width: 18.75rem;
    border-right: 0;
    border-bottom: 1px solid #c6c5c5;
    font-size: 1.375rem;
    line-height: 3.8rem;
  }
  .home-sec1 ul li:last-child {
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .home-sec1 ul li br {
    display: none;
  }
}

body .home-sec2-boxes .is-layout-flex {
  justify-content: space-between;
}

@media (min-width: 782px) {
  .home-sec2-boxes .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
  .f-b-unset .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: unset;
    flex-grow: unset;
  }
}
.home-sec2-boxes {
  padding: 9.75rem 0;
}
@media (max-width: 768px) {
  .home-sec2-boxes {
    padding: 8rem 0 2.8rem 0;
    background: linear-gradient(to bottom, #ffffff, #f7f7f7 100%);
  }
}
.home-sec2-boxes h3 {
  color: #e0e326;
  font-size: 1.75rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .home-sec2-boxes h3 {
    font-size: 1.375rem;
  }
}
.home-sec2-boxes a {
  color: #e0e326;
  text-decoration: underline;
}
.home-sec2-boxes .explore-link a {
  position: relative;
  font-size: 1.25rem;
  padding-right: 1.2rem;
}
@media (max-width: 768px) {
  .home-sec2-boxes .explore-link a {
    font-size: 0.938rem;
  }
}
.home-sec2-boxes .explore-link a::after {
  content: "→";
  margin-left: 0.5rem;
  text-decoration: none;
  color: inherit;
  position: absolute;
  font-size: 1.35rem;
  font-weight: 600;
}
.home-sec2-boxes .home-box {
  background-image: linear-gradient(115deg, #00501D, #43B02A);
  width: 27.75rem;
  text-align: center;
  padding: 3.063rem 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.24);
}
@media (max-width: 768px) {
  .home-sec2-boxes .home-box {
    padding: 2.063rem 0;
  }
}
.home-sec2-boxes .home-box p {
  font-size: 1.25rem;
  line-height: 1.438rem;
}
@media (max-width: 768px) {
  .home-sec2-boxes .home-box p {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0 1rem;
  }
  .home-sec2-boxes .home-box p br {
    display: none;
  }
}
.home-sec2-boxes .home-box p:first-of-type {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .home-sec2-boxes .home-box p:first-of-type {
    margin-bottom: 1.4rem;
  }
}
.home-sec2-boxes .home-box figure {
  height: 6rem;
}
.home-sec2-boxes .home-box1 p,
.home-sec2-boxes .home-box3 p {
  color: #fff;
}
.home-sec2-boxes .home-box1 {
  position: relative;
}
.home-sec2-boxes .home-box1 figure {
  position: relative;
  height: 6rem;
}
.home-sec2-boxes .home-box1 figure img {
  position: absolute;
  width: 16.75rem;
  top: -9rem;
  left: 21%;
}
@media (max-width: 768px) {
  .home-sec2-boxes .home-box1 figure img {
    width: 15rem;
    left: calc(50% - 7.5rem);
    top: -8rem;
  }
}
.home-sec2-boxes .home-box2 {
  background: linear-gradient(115deg, #e6e4e4, #f8f8f8);
}
.home-sec2-boxes .home-box2 h3,
.home-sec2-boxes .home-box2 a {
  color: #00871D;
}
.home-sec2-boxes .home-box2 img {
  width: 5rem;
}
.home-sec2-boxes .home-box3 img {
  width: 5.5rem;
}

.home-last {
  background: -moz-linear-gradient(top, rgba(244, 243, 243, 0.0784313725), #F4F3F3 100%);
  background: -webkit-linear-gradient(top, rgba(244, 243, 243, 0.0784313725), #F4F3F3 100%);
  background: linear-gradient(to bottom, rgba(244, 243, 243, 0.0784313725), #F4F3F3 100%);
  padding: 0 0 7rem 0;
}
@media (max-width: 768px) {
  .home-last {
    padding: 0 0 3rem 0;
    background: linear-gradient(to bottom, #f7f7f7, #F4F3F3 100%);
  }
}
.home-last .box-img img {
  width: 20.25rem;
}
@media (max-width: 768px) {
  .home-last .box-img img {
    width: 19rem;
  }
}
.home-last .container {
  width: 47.125rem;
}

body .home-last .is-layout-flex {
  display: flex;
  align-items: center !important;
  justify-content: space-around;
  width: 47.125rem;
}
@media (max-width: 768px) {
  body .home-last .is-layout-flex {
    text-align: center;
    width: auto;
    max-width: 100%;
    gap: 1rem;
  }
  body .home-last .is-layout-flex br {
    display: none;
  }
}

/* ------------- Variables ------------- */
/* ------------- Base ------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ------------- Layout ------------- */
.layout {
  max-width: 1200px;
  margin: 24px auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
}
@media (max-width: 960px) {
  .layout {
    grid-template-columns: 1fr;
  }
}
.layout {
  /* ------------- Filters ------------- */
}
.layout .filters {
  position: sticky;
  top: 12px;
  align-self: start;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.1), 0 1px 1px rgba(16, 24, 40, 0.06);
}
@media (max-width: 960px) {
  .layout .filters {
    position: static;
  }
}
.layout .filters__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid #e9e9e9;
}
.layout .filters__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.layout .filters__clear {
  background: transparent;
  border: 0;
  color: #11843a;
  font-weight: 600;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
}
.layout .filters__clear:hover {
  background: #daf2e3;
}
.layout .filter-group {
  border-bottom: 1px solid #e9e9e9;
}
.layout .filter-group:last-child {
  border-bottom: 0;
}
.layout .filter-group__header {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  cursor: pointer;
}
.layout .filter-group__header .chev {
  display: inline-flex;
  color: #5c5c5c;
  transition: transform 0.2s ease;
}
.layout .filter-group.is-open .filter-group__header .chev {
  transform: rotate(180deg);
}
.layout .filter-group__body {
  padding: 0 16px 14px 16px;
  display: grid;
  gap: 10px;
}
.layout .check {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
}
.layout .check input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #11843a;
}
.layout {
  /* ------------- Header bar ------------- */
}
.layout .collection-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  padding: 14px 16px;
  color: #fff;
  background: linear-gradient(90deg, #0b6b25, #19a34a);
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.1), 0 1px 1px rgba(16, 24, 40, 0.06);
}
.layout .collection-header__title {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
}
.layout .collection-header__right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.layout .results {
  background: rgba(255, 255, 255, 0.15);
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 600;
}
.layout .section-toggle {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
}
.layout .section-toggle:hover {
  background: rgba(255, 255, 255, 0.15);
}
.layout {
  /* ------------- Cards ------------- */
}
.layout .card-grid-wrap[data-collapsible][data-collapsed=true] .card-grid {
  display: none;
}
.layout .card-grid {
  list-style: none;
  padding: 0;
  margin: 16px 0 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 960px) {
  .layout .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .layout .card-grid {
    grid-template-columns: 1fr;
  }
}
.layout .doc-card {
  position: relative;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.1), 0 1px 1px rgba(16, 24, 40, 0.06);
  padding: 18px 18px 12px 18px;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto auto;
  gap: 10px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.layout .doc-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(16, 24, 40, 0.12);
}
.layout .doc-card__pdf {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #11843a;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 800;
  border-radius: 4px;
}
.layout .doc-card__thumb {
  margin-top: 14px;
  display: grid;
  place-items: center;
}
.layout .doc-card__thumb img {
  width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  background: #f6f7f8;
}
.layout .doc-card__title {
  margin: 6px 0 0 0;
  font-size: 16px;
  font-weight: 800;
  color: #1a1a1a;
  text-align: center;
}
.layout .doc-card__desc {
  margin: 0;
  color: #3d3d3d;
  font-size: 14px;
  text-align: center;
}
.layout .doc-card__actions {
  display: flex;
  place-items: center;
  margin-top: 6px;
  align-items: center;
  justify-content: space-around;
}
.layout .btn {
  --btn-h: 44px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: var(--btn-h);
  padding: 0 14px 0 16px;
  border-radius: 6px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.2px;
}
.layout .btn--download {
  color: #fff;
  background: #11843a;
  position: relative;
  overflow: hidden;
}
.layout .btn--download .btn__icon {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: calc(var(--btn-h));
  margin-right: -14px; /* pulls icon box to the right edge */
  background: #29b35b;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: transform 0.18s ease;
}
.layout .btn--download:hover .btn__icon {
  transform: translateX(2px);
}
.layout .btn--download:hover {
  background: #0b6b25;
}
.layout .doc-card__chips {
  margin: 10px -6px 0 -6px;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.layout .chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  color: #3d3d3d;
  background: #f6f7f8;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
}
.layout .no-results {
  margin: 24px 0;
  color: #3d3d3d;
  background: #f6f7f8;
  border: 1px dashed #d8d8d8;
  border-radius: 6px;
  padding: 12px 14px;
}

/* ---------- Tokens ---------- */
:root {
  --tf-gap: 12px;
  --tf-pad-y: 8px;
  --tf-pad-x: 14px;
  --tf-radius: 24px;
  --tf-bg: #ffffff;
  --tf-border: #e6e8ec;
  --tf-shadow: 0 1px 2px rgba(16, 24, 40, 0.06);
  --tf-text: #111827;
  --tf-muted: #6b7280;
  --tf-accent: #2563eb;
  --tf-accent-contrast: #ffffff;
  --tf-chip-bg: #f3f4f6;
  --tf-chip-text: #111827;
  --tf-chip-hover: #e5e7eb;
  --tf-clear-bg: #111827;
  --tf-clear-text: #ffffff;
  --tf-clear-hover: #0b1220;
  --tf-focus: 2px solid #94c2ff;
}

/* ---------- Container ---------- */
.top-filters {
  position: relative;
  padding-inline: 8px;
  background: var(--tf-bg);
}

.top-filters__scroller {
  display: flex;
  gap: var(--tf-gap);
  align-items: center;
  overflow-x: auto; /* horizontal scroll */
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
  padding: 8px 4px;
  scroll-snap-type: x proximity;
  /* make it feel like an input row */
  border-bottom: 1px solid var(--tf-border);
}

/* Scrollbar (WebKit) */
.top-filters__scroller::-webkit-scrollbar {
  height: 8px;
}

.top-filters__scroller::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 8px;
}

.top-filters__scroller::-webkit-scrollbar-track {
  background: transparent;
}

/* groups */
.top-filters__group {
  display: flex;
  gap: var(--tf-gap);
  align-items: center;
  flex: 0 0 auto; /* don’t stretch—content width */
}

.top-filters__group--left {
  padding-left: 4px;
}

.top-filters__group--right {
  display: inline-flex;
}

/* ---------- Chips ---------- */
.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: var(--tf-pad-y) var(--tf-pad-x);
  border-radius: var(--tf-radius);
  white-space: nowrap;
  line-height: 1;
  scroll-snap-align: start;
  box-shadow: var(--tf-shadow);
  border: 1px solid var(--tf-border);
  user-select: none;
}

/* Action chip: "Clear all filters" */
.chip--action {
  background: var(--tf-clear-bg);
  color: var(--tf-clear-text);
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 600;
}

.chip--action:hover {
  background: var(--tf-clear-hover);
}

.chip--action:focus-visible {
  outline: var(--tf-focus);
  outline-offset: 2px;
}

/* Filter chip (with remove) */
.chip--filter {
  background: var(--tf-chip-bg);
  color: var(--tf-chip-text);
}

.chip--filter:hover {
  background: var(--tf-chip-hover);
}

.chip--filter:focus-within {
  outline: var(--tf-focus);
  outline-offset: 2px;
}

/* label text */
.chip__label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

/* remove button */
.chip__remove {
  inline-size: 26px;
  block-size: 26px;
  border-radius: 50%;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #111827;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

.chip__remove:hover {
  background: #f8fafc;
}

.chip__remove:focus-visible {
  outline: var(--tf-focus);
  outline-offset: 2px;
}

/* ---------- Fade edges (optional, for overflow hint) ---------- */
.top-filters__fade {
  position: absolute;
  inset-block: 0;
  width: 36px;
  pointer-events: none;
  background: linear-gradient(to right, var(--tf-bg), rgba(255, 255, 255, 0));
}

.top-filters__fade--left {
  left: 0;
  transform: scaleX(1);
}

.top-filters__fade--right {
  right: 0;
  transform: scaleX(-1);
  background: linear-gradient(to left, var(--tf-bg), rgba(255, 255, 255, 0));
}

/* ---------- Responsive tweaks ---------- */
@media (max-width: 640px) {
  .chip__label {
    font-size: 13px;
  }
  .chip__remove {
    inline-size: 24px;
    block-size: 24px;
  }
}
.why-sec1 {
  text-align: center;
  padding: 4.813rem 0;
  width: 64.313rem;
}
@media (max-width: 768px) {
  .why-sec1 {
    width: 100%;
    padding: 3.125rem 0;
  }
}
@media (max-width: 768px) {
  .why-sec1 p br {
    display: none;
  }
}
.why-sec1 .home-sec1-row {
  margin-top: 2.5rem;
}
.why-sec1 .home-sec1-row .wp-block-image {
  margin-bottom: 1.25rem;
}
.why-sec1 .home-sec1-row .wp-block-image img {
  width: 4.375rem;
  height: 4.375rem;
}

.full-section {
  background-image: url("../../images/hcp/bg-why-full.jpg");
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.5rem 0 1rem 0;
  height: 22.125rem;
}
@media (max-width: 768px) {
  .full-section {
    height: auto;
    text-align: center;
    padding: 2.5rem 0 3rem 0;
    background-image: unset;
    background: linear-gradient(134deg, #00501D, #43B02A);
  }
}
.full-section .wp-block-columns-is-layout-flex {
  display: flex;
  align-items: center !important;
  gap: 5.5rem;
}
@media (max-width: 768px) {
  .full-section .wp-block-columns-is-layout-flex {
    gap: 1.2rem;
  }
}
.full-section .img-box {
  text-align: right !important;
}
.full-section .img-box img {
  width: 30.25rem;
}
@media (max-width: 768px) {
  .full-section .img-box img {
    left: -3rem;
    position: relative;
  }
}
.full-section h3 {
  color: #fff;
  font-size: 2.625rem;
  line-height: 3.25rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .full-section h3 {
    font-size: 2.063rem;
    line-height: 2.563rem;
    margin-bottom: 1.5625rem;
  }
  .full-section h3 br {
    display: none;
  }
}
.full-section h3 span {
  color: #e0e326;
}
.gray-sec {
  background-color: #f2f2f2;
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .gray-sec {
    padding: 3.125rem 0;
  }
}
.gray-sec .wp-block-columns-is-layout-flex h3 {
  font-size: 1.5rem;
  line-height: 1.8125rem;
  color: #00871D;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .gray-sec .wp-block-columns-is-layout-flex h3 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    margin-bottom: 0.9rem;
  }
  .gray-sec .wp-block-columns-is-layout-flex h3 br {
    display: none;
  }
}

.full-section-banner {
  background-color: #08821f;
  color: #fff;
  padding: 3rem 0;
  text-align: center;
}

.banner-diagonal {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .banner-diagonal {
    padding: 2rem 0 0 0;
  }
}
.banner-diagonal figure {
  margin: 0;
}
.banner-diagonal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .banner-diagonal img {
    z-index: 1;
    position: relative;
  }
}
.banner-diagonal .is-layout-flex {
  gap: 0;
  position: static;
}
@media (max-width: 768px) {
  .banner-diagonal .is-layout-flex {
    flex-direction: column;
  }
}
.banner-diagonal .banner-text {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-diagonal .banner-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 59%;
  height: 100%;
  background: linear-gradient(90deg, #00501D, #43B02A);
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  z-index: 1;
}
@media (max-width: 768px) {
  .banner-diagonal .banner-text::before {
    width: 100%;
    clip-path: none;
    z-index: 0;
    padding: 0 1.5rem;
  }
}
.banner-diagonal .banner-text .banner-left-txt {
  color: #fff;
  position: relative;
  z-index: 2;
}
.banner-diagonal .banner-text h1 {
  color: #e2e71f;
  font-family: "Chantal_Light_Italic";
  font-size: 1.625rem;
  font-style: italic;
  font-weight: 400;
}
.banner-diagonal .banner-text h1 sup {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-style: normal;
}
@media (max-width: 768px) {
  .banner-diagonal .banner-text h1 {
    text-align: center;
    font-size: 1.625rem;
  }
}
.banner-diagonal .banner-text p {
  color: #fff;
  font-size: 2.625rem;
  line-height: 3.25rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .banner-diagonal .banner-text p {
    text-align: center;
    font-size: 2.063rem;
    line-height: 2.563rem;
    padding: 0 1.2rem;
  }
  .banner-diagonal .banner-text p br {
    display: none;
  }
}
.banner-diagonal .portrals {
  font-size: 0.8125rem;
  color: #5B5A5B;
  position: absolute;
  right: 8.163rem;
  bottom: 1rem;
}
@media (max-width: 768px) {
  .banner-diagonal .portrals {
    display: none;
  }
}

.avg-length .container {
  width: 72.25rem;
  max-width: unset;
}
.avg-length .wp-block-columns {
  gap: 12.5rem;
}
@media (max-width: 768px) {
  .avg-length .wp-block-columns {
    gap: 1.75rem;
  }
}
.avg-length .wp-block-columns ul {
  padding-left: 1rem;
}
.avg-length .wp-block-columns ul:first-child {
  margin-bottom: 1.875rem;
}
.avg-length .wp-block-columns ul li {
  font-size: 1.063rem;
  line-height: 1.438rem;
  margin-bottom: 0.5rem;
  letter-spacing: -0.2px;
}
@media (max-width: 768px) {
  .avg-length .wp-block-columns ul {
    margin-bottom: 1.75rem;
  }
  .avg-length .wp-block-columns ul:last-child {
    margin-bottom: 0;
  }
}

.febrile {
  text-align: center;
  padding: 4.75rem 0;
  width: 88.75rem;
}
@media (max-width: 768px) {
  .febrile {
    padding: 3.75rem 0 3.125rem 0;
    width: 100%;
  }
}
.febrile h4 {
  font-size: 1.5rem;
  color: #5B5A5B;
  margin: 2.813rem 0 1.5625rem 0;
}
.febrile h3 {
  margin-bottom: 3.125rem;
}
.febrile h3 sup {
  font-weight: 400;
  font-size: 0.6em;
}
.febrile .h3-2nd {
  margin-bottom: 1.5625rem;
}
.febrile .febrile-box {
  width: fit-content;
  gap: 9.125rem;
  justify-content: center;
  margin: 0 auto 4.875rem auto;
}
@media (max-width: 768px) {
  .febrile .febrile-box {
    gap: 1.875rem;
    margin-bottom: 2.813rem;
  }
}
.febrile .febrile-box h3 {
  font-size: 3.75rem;
  line-height: 2.625rem;
}
@media (max-width: 768px) {
  .febrile .febrile-box h3 {
    font-size: 3.125rem;
    line-height: 2.625rem;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 768px) {
  .febrile .febrile-box p br {
    display: none;
  }
}
.febrile .green-boxes {
  display: flex;
  width: fit-content;
  gap: 3.25rem;
  justify-content: center;
  margin: 0 auto 1.75rem auto;
}
.febrile .green-boxes .gred1 {
  padding: 3.125rem 2.125rem;
  width: 31.688rem;
  max-width: 100%;
}
@media (max-width: 768px) {
  .febrile .green-boxes .gred1 {
    padding: 2.25rem 1.75rem;
  }
}
@media (max-width: 768px) {
  .febrile .green-boxes .gred1 {
    width: 100%;
  }
}
.febrile .green-boxes .gred1 img {
  width: 4.375rem;
  height: 4.375rem;
  margin-bottom: 1.25rem;
}
.febrile .green-boxes .gred1 h3 {
  color: #fff;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .febrile .green-boxes .gred1 h3 {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}
.febrile .green-boxes .gred1 p {
  color: #fff;
}
.febrile .small-txt-box {
  text-align: left;
  margin-top: 2rem;
}

.how-udenyca-works {
  text-align: center;
  padding: 4.375rem 0;
}
@media (max-width: 768px) {
  .how-udenyca-works {
    padding: 3.125rem 0;
  }
}
.how-udenyca-works h4 {
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .how-udenyca-works h4 {
    margin-bottom: 0.75rem;
  }
}
.how-udenyca-works .boxes-how {
  display: flex;
  width: fit-content;
  gap: 3.25rem;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .how-udenyca-works .boxes-how {
    gap: 1.25rem;
  }
}
.how-udenyca-works .boxes-how img {
  height: 3.125rem;
  width: 3.125rem;
  margin-bottom: 0.938rem;
  margin-top: 0.938rem;
}

.why-dia h3 {
  font-size: 2.625rem;
  line-height: 3.25rem;
  color: #fff;
  z-index: 9;
}
@media (max-width: 768px) {
  .why-dia h3 {
    text-align: center;
    font-size: 2.063rem;
    line-height: 2.43rem;
  }
  .why-dia h3 br {
    display: none;
  }
}
.why-dia h3 span {
  color: #e0e326;
}
.why-dia .portrals {
  bottom: 0.5rem;
}
@media (max-width: 768px) {
  .why-dia {
    padding: 4.375rem 1.5rem;
  }
}

.why-confirmed {
  width: 65.5rem;
  padding: 4.375rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  .why-confirmed {
    padding: 2.813rem 0;
  }
}
.why-confirmed h3 {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .why-confirmed h3 {
    margin-bottom: 1.875rem;
  }
}
.why-confirmed h3 sup {
  font-weight: 400;
  font-size: 0.6em;
}
.why-confirmed img {
  width: 56.438rem;
  margin-bottom: 0.625rem;
}
.why-confirmed p {
  text-align: center;
}
.why-confirmed p small {
  font-size: 0.8125rem;
  line-height: 1rem;
  display: inline-block;
}
@media (max-width: 768px) {
  .why-confirmed p small {
    font-size: 0.6875rem;
    line-height: 0.875rem;
  }
  .why-confirmed p small br {
    display: none;
  }
}
@media (max-width: 768px) {
  .why-confirmed p {
    margin-top: 15px;
  }
}

.last3admin {
  background-image: url("../../images/hcp/why-bg2.jpg");
  padding: 0;
  height: auto;
}
@media (max-width: 768px) {
  .last3admin {
    background: linear-gradient(149deg, #00501D, #43B02A);
  }
}
@media (max-width: 768px) {
  .last3admin .container {
    padding: 1.875rem 2.063rem 2.813rem 2.063rem;
  }
}
.last3admin .wp-block-columns-is-layout-flex {
  gap: 4.375rem;
}
@media (max-width: 781px) {
  .last3admin .wp-block-columns-is-layout-flex {
    gap: 0.625rem;
  }
}
.last3admin h3 {
  font-size: 2.625rem;
  line-height: 3.25rem;
  color: #fff;
  z-index: 9;
}
@media (max-width: 768px) {
  .last3admin h3 {
    font-size: 2.063rem;
    line-height: 2.563rem;
  }
}
.last3admin h3 span {
  color: #e0e326;
}
.last3admin img {
  width: 37.188rem;
}

.approval-backed {
  width: 57.438rem;
}
.approval-backed .title24 {
  margin-bottom: 1.375rem;
}
@media (max-width: 781px) {
  .approval-backed .title24 {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}
.approval-backed p:first-of-type {
  margin-bottom: 1.25rem;
}
.approval-backed ul {
  padding-left: 1rem;
}
.approval-backed ul li {
  font-size: 1.063rem;
  line-height: 1.438rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 781px) {
  .approval-backed ul li {
    font-size: 0.938rem;
    line-height: 1.1875rem;
  }
}

.overview-ban {
  background-image: url(../../images/hcp/overview-ban.jpg);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .overview-ban {
    background-image: unset;
    background: linear-gradient(120deg, #00501D, #43B02A);
  }
}
.overview-ban .wp-block-columns {
  align-items: center !important;
}
.overview-ban .wp-block-columns figure {
  text-align: center;
}
.overview-ban .wp-block-columns figure img {
  width: auto;
  height: 22.5rem;
}
@media (max-width: 768px) {
  .overview-ban .wp-block-columns figure img {
    width: auto;
    height: auto;
  }
}
.overview-ban h1 {
  text-align: left;
  font-weight: 400;
}
@media (max-width: 768px) {
  .overview-ban h1 {
    text-align: center;
    font-size: 1.625rem;
  }
}
.overview-ban h2 {
  font-size: 2.625rem;
  line-height: 3.25rem;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .overview-ban h2 {
    text-align: center;
    font-size: 2.063rem;
    line-height: 2.563rem;
  }
}

.overview-full-section {
  background-image: url("../../images/hcp/overview-bg2.jpg");
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .overview-full-section {
    background-image: unset;
    background: linear-gradient(120deg, #00501D, #43B02A);
  }
}
.overview-full-section .wp-block-columns-is-layout-flex {
  display: flex;
  align-items: center !important;
  gap: 5.5rem;
  height: 17.438rem;
  justify-content: center;
}
@media (max-width: 768px) {
  .overview-full-section .wp-block-columns-is-layout-flex {
    flex-direction: column;
    gap: 2.25rem;
    height: auto;
    padding: 4.375rem 0;
  }
}
.overview-full-section .img-box {
  text-align: right !important;
}
.overview-full-section .img-box img {
  width: 30.25rem;
}
.overview-full-section h3 {
  color: #fff;
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 3.25rem;
}
@media (max-width: 768px) {
  .overview-full-section h3 {
    font-size: 2.063rem;
    line-height: 2.43rem;
    text-align: center;
  }
}
.overview-full-section h3 span {
  color: #e0e326;
}
.overview-full-section h3 sup {
  font-size: 0.4em;
  top: -1.2em;
}

.admistration-3box {
  padding: 4.375rem 0;
  text-align: center;
  gap: 3.438rem;
  width: 79.62rem;
  max-width: 100%;
}
@media (max-width: 768px) {
  .admistration-3box {
    padding: 3rem 0;
    gap: 1.625rem;
  }
}
.admistration-3box > .wp-block-column {
  background: #F4F3F3;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.24);
}
.admistration-3box .eq-height {
  min-height: 8.375rem;
}
@media (max-width: 768px) {
  .admistration-3box .eq-height {
    min-height: auto;
    margin-bottom: 1.75rem;
  }
}
.admistration-3box .gray-bg {
  background: #F4F3F3;
  padding: 2.5rem 2.1rem 3.125rem 2.1rem;
}
.admistration-3box .gray-bg h5 {
  font-size: 1.75rem;
  line-height: 2.125rem;
  color: #00871D;
  font-weight: bold;
  margin-bottom: 1.475rem;
}
.admistration-3box .gray-bg p {
  color: #5B5A5B;
  border-bottom: 1px solid rgba(171, 165, 165, 0.5);
  margin-bottom: 0;
  padding: 0.875rem 0;
}
.admistration-3box .gray-bg p:last-child {
  border-bottom: 0;
}
.admistration-3box .gray-bg p small {
  display: block;
  font-size: 0.8125rem;
  line-height: 1rem;
}
@media (max-width: 768px) {
  .admistration-3box h3 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    margin-bottom: 0;
  }
}
.admistration-3box h4 {
  font-size: 2rem;
  line-height: 3.25rem;
  color: #fff;
}
@media (max-width: 768px) {
  .admistration-3box h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.75rem;
  }
}
.admistration-3box p {
  font-size: 1.25rem;
  line-height: 1.438rem;
  color: #fff;
  letter-spacing: -0.05rem;
}
@media (max-width: 768px) {
  .admistration-3box p {
    font-size: 0.938rem;
    line-height: 1.25rem;
  }
}
.admistration-3box .wp-block-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15rem;
}
@media (max-width: 768px) {
  .admistration-3box .wp-block-image {
    height: auto;
  }
}
.admistration-3box .gre-blue {
  padding: 0 2.375rem 2.75rem 2.375rem;
}
@media (max-width: 768px) {
  .admistration-3box .gre-blue {
    padding: 0 2.375rem 2.063rem 2.375rem;
  }
}
.admistration-3box .gre-blue img {
  height: 10rem;
  width: auto;
}
.admistration-3box .gre-blue .wp-block-image {
  padding: 1.5625rem 0 1.25rem 0;
}
.admistration-3box .gred1 {
  padding: 0 2.375rem 2.75rem 2.375rem;
}
@media (max-width: 768px) {
  .admistration-3box .gred1 {
    padding: 0 2.375rem 2.063rem 2.375rem;
  }
}
.admistration-3box .gred1 img {
  height: 2.813rem;
  width: auto;
}
.admistration-3box .gred1 .wp-block-image {
  padding: 3.125rem 0 2.813rem 0;
}
.admistration-3box .gre-yello {
  padding: 0 2.375rem 2.75rem 2.375rem;
}
@media (max-width: 768px) {
  .admistration-3box .gre-yello {
    padding: 0 2.375rem 2.063rem 2.375rem;
  }
}
.admistration-3box .gre-yello img {
  height: 5.75rem;
  width: auto;
}
.admistration-3box .gre-yello h4, .admistration-3box .gre-yello p {
  color: #5B5A5B;
}
.admistration-3box .gre-yello h3 {
  color: #00871D;
}
@media (max-width: 768px) {
  .admistration-3box .gre-yello .wp-block-image {
    padding: 3.188rem 0 2.8rem 0;
  }
}

@media (max-width: 768px) {
  .on-body-ban {
    padding: 2rem 0 0 0;
  }
}
.on-body-ban figure {
  margin: 0;
}
.on-body-ban img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .on-body-ban img {
    z-index: 1;
    position: relative;
  }
}
.on-body-ban .ban-icon {
  width: 1.9375rem;
  height: 3.75rem;
}
.on-body-ban .banner-text {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.on-body-ban .banner-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 59%;
  height: 100%;
  background: linear-gradient(90deg, #136EB3, #002C77);
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  z-index: 1;
}
@media (max-width: 768px) {
  .on-body-ban .banner-text::before {
    width: 100%;
    height: 70%;
    clip-path: none;
    z-index: 0;
    padding: 0 1.5rem;
  }
}
.on-body-ban .banner-text .banner-left-txt {
  color: #fff;
  position: relative;
  z-index: 2;
}
.on-body-ban .banner-text .ban-icon-txt {
  align-items: center !important;
  justify-content: flex-start;
  gap: 1.375rem;
}
@media (max-width: 768px) {
  .on-body-ban .banner-text .ban-icon-txt {
    justify-content: center;
    flex-wrap: nowrap !important;
    flex-direction: row;
    width: 16rem;
    margin: 0 auto;
  }
}
.on-body-ban .banner-text .ban-icon-txt .wp-block-column {
  flex-basis: unset;
  flex-grow: unset;
}
@media (max-width: 768px) {
  .on-body-ban .banner-text .ban-icon-txt .wp-block-column {
    flex-basis: auto !important;
    width: auto !important;
  }
}
@media (max-width: 768px) {
  .on-body-ban .banner-text .ban-icon-txt img {
    height: 3.125rem;
    width: auto;
  }
}
.on-body-ban .banner-text .ban-icon-txt p {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.438rem;
  font-weight: 400;
  font-style: italic;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .on-body-ban .banner-text .ban-icon-txt p {
    text-align: left;
    font-size: 0.938rem;
    line-height: 1.1875rem;
  }
  .on-body-ban .banner-text .ban-icon-txt p br {
    display: none;
  }
}

.admin-links ul {
  padding: 0;
  margin: 1.25rem auto 0 auto;
  width: fit-content;
}
.admin-links ul li {
  display: inline-block;
  margin-right: 8px;
  border-right: 1px solid rgba(172, 172, 172, 0.5058823529);
}
.admin-links ul li.active a {
  text-decoration: none;
  font-weight: bold;
  color: #5B5A5B;
}
@media (max-width: 768px) {
  .admin-links ul li {
    margin-right: 2px;
  }
}
.admin-links ul li:last-child {
  border-right: none;
}
.admin-links ul li a {
  color: #00871D;
  margin-right: 0;
  padding-right: 8px;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 0.813rem;
  text-decoration: underline;
  display: block;
}
@media (max-width: 768px) {
  .admin-links ul li a {
    font-size: 0.6875rem;
    line-height: 0.6875rem;
  }
}
.admin-links ul li a:hover {
  text-decoration: none;
  color: #5B5A5B;
}

.on-body-sec1 {
  padding: 3.375rem 0 4.375rem 0;
}
.on-body-sec1 img {
  width: 62.813rem;
}
.on-body-sec1 h3 {
  text-align: center;
  margin: 2.625rem 0;
}
.on-body-sec1 .wp-block-list.pointers {
  display: none;
  list-style: none;
  counter-reset: step;
  margin: 0;
  padding: 0 1.5rem;
}
@media (max-width: 768px) {
  .on-body-sec1 .wp-block-list.pointers {
    display: block;
  }
}
.on-body-sec1 .wp-block-list.pointers li {
  position: relative;
  margin: 1rem 0;
  padding-left: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #333;
  text-align: left;
  letter-spacing: -0.2px;
}
.on-body-sec1 .wp-block-list.pointers li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #2e7d32;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}
.on-body-sec1 .wp-block-list.pointers li strong {
  color: #2e7d32;
  font-weight: 600;
}
@media (max-width: 768px) {
  .on-body-sec1 .ob-sec1p small {
    font-size: 0.6875rem;
    line-height: 0.875rem;
    text-align: left;
    display: inline-block;
  }
}

.onbody-tbl table {
  margin: 0 auto;
  width: 56.43rem !important;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 1.063rem;
  max-width: 100%;
  text-align: left;
}
.onbody-tbl table tr:first-child td {
  background-color: #136EB3;
  color: #fff;
  border: 1px solid #136EB3;
  font-weight: 700;
}
@media (max-width: 768px) {
  .onbody-tbl table tr:first-child td:first-child {
    display: none;
  }
}
.onbody-tbl table tr:first-child td td {
  font-weight: 600;
  text-align: center;
  padding: 1rem 2rem;
}
.onbody-tbl table td {
  padding: 1rem 2rem;
  vertical-align: top;
  font-size: 0.95rem;
  line-height: 1.4;
  border: 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .onbody-tbl table td {
    border-color: #F4F3F3;
  }
}
.onbody-tbl table tr:nth-child(even) {
  background-color: #F4F3F3;
}
.onbody-tbl table tr:nth-child(odd) {
  background-color: #fff;
}
.onbody-tbl table td:first-child {
  font-weight: 600;
  width: 22%;
  vertical-align: middle;
}
.onbody-tbl table td:nth-child(2) strong {
  color: #136EB3;
}
@media (max-width: 768px) {
  .onbody-tbl table td {
    padding: 0.75rem;
    width: 50%;
    background: #fff;
    font-size: 0.875rem;
  }
  .onbody-tbl table td:first-child {
    display: block;
    width: 100%;
    background: #F4F3F3;
  }
  .onbody-tbl table tr {
    display: block;
    border: none;
  }
}

.help4-sec {
  text-align: center;
}
.help4-sec p:first-of-type {
  margin-bottom: 2.813rem;
  font-weight: 500;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .help4-sec p:first-of-type {
    font-size: 1.063rem;
  }
  .help4-sec p:first-of-type br {
    display: none;
  }
}
.help4-sec .help-box p {
  text-align: center;
  margin: 1rem 0 2.188rem 3.25rem;
  font-weight: 400;
}

.blue-sec {
  background: linear-gradient(90deg, #136EB3, #002C77);
  padding: 4.5rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  .blue-sec {
    padding: 2.813rem 0;
  }
}
.blue-sec h3 {
  color: #E2E71F;
  margin-bottom: 1.875rem;
}
.blue-sec p {
  color: #fff;
  margin-bottom: 3.125rem;
}
@media (max-width: 768px) {
  .blue-sec p {
    margin-bottom: 1.875rem;
  }
}

.vedio-sec {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .vedio-sec .vdMobile {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .vedio-sec .vdMobile .vdMobileCl {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .vedio-sec .vdMobile .vdMobileCl .customRatio {
    --bs-aspect-ratio: 56.257143%;
  }
}
.vedio-sec iframe {
  width: 100%;
}

.customRatio {
  --bs-aspect-ratio: 48.257143%;
  flex-basis: unset;
  flex-grow: unset;
}

.ratio {
  width: 100%;
  position: relative;
}

.ratio:before {
  padding-top: var(--bs-aspect-ratio);
  content: "";
  display: block;
}

.ratio > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100% ;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75% ;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25% ;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571% ;
}

@media (max-width: 768px) {
  .ratio-21x9 {
    --bs-aspect-ratio: 58% !important;
  }
}
.box2-sec {
  background-color: #f2f2f2;
  padding: 4rem 0;
  text-align: center;
}
.box2-sec .flex-unset {
  gap: 8.125rem;
}
.box2-sec .flex-unset h3 {
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .box2-sec {
    gap: 1.625rem;
  }
}
.box2-sec .eq-height {
  min-height: 5.375rem;
}
@media (max-width: 768px) {
  .box2-sec .eq-height {
    min-height: auto;
    margin-bottom: 1.75rem;
  }
}
.box2-sec .title34 {
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .box2-sec h3 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    margin-bottom: 0;
  }
}
.box2-sec h4 {
  font-size: 2rem;
  line-height: 2.25rem;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .box2-sec h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.75rem;
  }
}
.box2-sec p {
  font-size: 1.063rem;
  line-height: 1.438rem;
  color: #fff;
  letter-spacing: -0.05rem;
}
@media (max-width: 768px) {
  .box2-sec p {
    font-size: 0.938rem;
    line-height: 1.25rem;
  }
}
.box2-sec .wp-block-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15rem;
}
@media (max-width: 768px) {
  .box2-sec .wp-block-image {
    height: auto;
  }
}
.box2-sec .gre-blue {
  padding: 0 2.375rem 2.75rem 2.375rem;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.24);
}
@media (max-width: 768px) {
  .box2-sec .gre-blue {
    padding: 0 2.375rem 2.063rem 2.375rem;
  }
}
.box2-sec .gre-blue img {
  height: 10rem;
  width: auto;
}
.box2-sec .gre-blue .wp-block-image {
  padding: 1.5625rem 0 1.25rem 0;
}
.box2-sec .gre-blue h3 {
  margin-bottom: 0;
}
.box2-sec .gred1 {
  padding: 0 2rem 2.75rem 2rem;
  background: linear-gradient(90deg, #43B02A, #00501D);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.24);
}
@media (max-width: 768px) {
  .box2-sec .gred1 {
    padding: 0 2.375rem 2.063rem 2.375rem;
  }
}
.box2-sec .gred1 img {
  height: 3.813rem;
  width: auto;
}
.box2-sec .gred1 .wp-block-image {
  padding: 3.125rem 0 2.813rem 0;
}
.box2-sec .gred1 h3 {
  color: #e2e71f;
}
.box2-sec .gre-yello {
  padding: 0 2rem 2.75rem 2rem;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.24);
}
@media (max-width: 768px) {
  .box2-sec .gre-yello {
    padding: 0 2.375rem 2.063rem 2.375rem;
  }
}
.box2-sec .gre-yello img {
  height: 6.75rem;
  width: auto;
}
.box2-sec .gre-yello h4,
.box2-sec .gre-yello p {
  color: #5B5A5B;
}
.box2-sec .gre-yello h3 {
  color: #00871D;
}
@media (max-width: 768px) {
  .box2-sec .gre-yello .wp-block-image {
    padding: 3.188rem 0 2.8rem 0;
  }
}

/*# sourceMappingURL=hcp-styles.css.map */
