 @media only screen and (min-width: 0px) {#careers-hero {position: relative;min-height: 100vh;display: flex;align-items: center;justify-content: center;overflow: hidden;padding-top: 6rem;}#careers-hero .hero__bg {position: absolute;inset: 0;background-image: url('https://websthetic.tor1.cdn.digitaloceanspaces.com/Revibe%20Site/team-infront-of-revibe-clinic.webp');background-size: cover;background-position: center 40%;transform: scale(1.06);animation: ch-slowZoom 18s ease-out forwards;}@keyframes ch-slowZoom {to {transform: scale(1);}}#careers-hero .hero__overlay {position: absolute;inset: 0;background: #000;opacity: 0.8;}#careers-hero .hero__rule {position: absolute;bottom: 0;left: 0;right: 0;height: 2px;background: linear-gradient(90deg, transparent, var(--primary), transparent);}#careers-hero .hero__content {position: relative;z-index: 2;text-align: center;padding: 1.5rem 1rem;max-width: 37.5rem;animation: ch-fadeUp 1.1s cubic-bezier(0.22, 0.68, 0, 1.2) both;}@keyframes ch-fadeUp {from {opacity: 0;transform: translateY(2rem);}to {opacity: 1;transform: translateY(0);}}#careers-hero .hero__eyebrow {font-family: var(--bodyFont);font-size: var(--topperFontSize);font-weight: 700;letter-spacing: 0.1em;text-transform: uppercase;color: var(--primary);display: block;margin-bottom: 0.5rem;animation: ch-fadeUp 1s 0.15s both;}#careers-hero .hero__headline {font-family: "Bebas Neue";font-size: clamp(4rem, 10vw, 10rem);font-weight: 900;line-height: 1em;color: var(--bodyTextColorWhite);margin: 0 auto 1rem;animation: ch-fadeUp 1s 0.28s both;}#careers-hero .hero__headline em {font-style: normal;color: var(--primary);}#careers-hero .hero__sub {font-family: var(--bodyFont);font-size: 1.125rem;line-height: 1.5em;color: var(--bodyTextColorWhite);opacity: 0.8;max-width: 40.625rem;margin: 0 auto 2rem;animation: ch-fadeUp 1s 0.42s both;}#careers-hero .hero__ctas {display: flex;flex-direction: column;align-items: center;gap: 0.75rem;animation: ch-fadeUp 1s 0.56s both;}#careers-hero .btn {font-family: 'Bebas Neue';font-size: 1.125rem;font-weight: 700;line-height: 1em;letter-spacing: 0.04em;text-transform: uppercase;text-decoration: none;display: inline-flex;align-items: center;justify-content: center;gap: 0.5rem;width: 100%;max-width: 18rem;padding: 1rem 2rem;border-radius: 9999px;position: relative;z-index: 1;overflow: hidden;transition: color 0.3s;cursor: pointer;}#careers-hero .btn::before {content: "";position: absolute;z-index: -1;top: 0;left: 0;width: 0;height: 100%;background: var(--secondary);transition: width 0.3s;}#careers-hero .btn:hover::before {width: 100%;}#careers-hero .btn--primary {background: var(--primary);color: var(--bodyTextColorWhite);border: 2px solid var(--primary);}#careers-hero .btn--primary:hover {color: #fff;border-color: var(--secondary);}#careers-hero .btn--secondary {background: transparent;color: var(--bodyTextColorWhite);border: 2px solid var(--bodyTextColorWhite);}#careers-hero .btn--secondary:hover {color: #fff;border-color: var(--secondary);}#careers-hero .btn svg {width: 0.875rem;height: 0.875rem;flex-shrink: 0;transition: transform 0.3s ease;}#careers-hero .btn:hover svg {transform: translateX(3px);}#careers-hero .hero__scroll {display: none;}}@media only screen and (min-width: 48rem) {#careers-hero .hero__content {max-width: 46rem;padding: 1.5rem 1.5rem;}#careers-hero .hero__headline {font-size: clamp(3rem, 6vw, 4.5rem);}#careers-hero .hero__sub {margin-bottom: 2.5rem;}#careers-hero .hero__ctas {flex-direction: row;justify-content: center;flex-wrap: wrap;gap: 1rem;}#careers-hero .btn {width: auto;font-size: 1.25rem;}#careers-hero .hero__scroll {display: flex;position: absolute;width: max-content;bottom: 2.4rem;left: 50%;transform: translateX(-50%);z-index: 2;flex-direction: column;align-items: center;gap: 0.5rem;font-family: var(--bodyFont);font-size: 0.625rem;font-weight: 700;letter-spacing: 0.2em;text-transform: uppercase;color: rgba(250, 251, 252, 0.4);animation: ch-fadeUp 1s 0.8s both;}#careers-hero .hero__scroll-line {width: 1px;height: 2.25rem;background: linear-gradient(to bottom, rgba(250, 251, 252, 0.4), transparent);animation: ch-scrollPulse 2.2s ease-in-out infinite;}@keyframes ch-scrollPulse {0%, 100% {opacity: 0.4;transform: scaleY(1);}50% {opacity: 1;transform: scaleY(1.15);}}}#careers-hero .hero__sub + .hero__sub {margin-top: -1.25rem;}@media only screen and (min-width: 64rem) {#careers-hero .hero__content {max-width: 56.25rem;padding: 1.5rem 1rem;}#careers-hero .hero__headline {font-size: clamp(3.5rem, 6vw, 6rem);}#careers-hero .btn {min-width: 14rem;}#careers-hero .hero__sub {max-width: 38rem;}}@keyframes sf-scroll {from {transform: translateX(0);}to {transform: translateX(-25%);}}@media only screen and (min-width: 0rem) {#social-feed {padding: 3.75rem 0;overflow: hidden;}.sf-header {display: flex;align-items: center;justify-content: space-between;padding: 0 1rem;margin-bottom: 1.5rem;}.sf-heading {font-family: 'Bebas Neue', serif;font-size: 2.2rem;line-height: 1.05;color: #1a1a1a;letter-spacing: 0.01em;margin: 0;}.sf-follow {display: inline-flex;align-items: center;gap: 0.4rem;font-family: 'Bebas Neue', serif;font-size: 1.1rem;font-weight: 700;letter-spacing: 0.5px;text-transform: uppercase;text-decoration: none;text-align: center;color: #000;background: transparent;border: 2.5px solid #03ad84;padding: 0 1.5rem;line-height: 3rem;border-radius: 50px;flex-shrink: 0;position: relative;z-index: 1;overflow: visible;box-sizing: border-box;transition: transform 0.3s, border-color 0.3s;}.sf-follow::before {content: '';position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 25%;height: 100%;background-color: #03ad84;border-radius: 100px;z-index: -1;transition: width 0.3s ease;}.sf-follow::after {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(3, 173, 132, 0);border-radius: 50px;z-index: -2;transition: background-color 0.3s;}.sf-follow:hover {transform: translateY(-2px);}.sf-follow:hover::before {width: 100%;}.sf-follow svg {width: 13px;height: 13px;stroke: currentColor;fill: none;stroke-width: 2.5;stroke-linecap: round;stroke-linejoin: round;position: relative;z-index: 1;}.sf-marquee-outer {overflow: hidden;width: 100%;}.sf-track {display: flex;gap: 0;width: max-content;animation: sf-scroll linear infinite;will-change: transform;}.sf-card {flex: 0 0 180px;aspect-ratio: 4 / 5;margin-right: 0.5rem;border-radius: 10px;overflow: hidden;background: #ddd;display: block;text-decoration: none;cursor: pointer;}.sf-card img {width: 100%;height: 100%;object-fit: cover;object-position: center;display: block;transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);}.sf-card:hover img {transform: scale(1.04);}}@media (hover: hover) {.sf-marquee-outer:hover .sf-track {animation-play-state: paused;}}@media only screen and (min-width: 48rem) {#social-feed {padding: 5rem 0;}.sf-header {padding: 0 2rem;margin-bottom: 2rem;}.sf-heading {font-size: 3.2rem;}.sf-follow {font-size: 1.15rem;padding: 0 1.75rem;}.sf-card {flex: 0 0 220px;margin-right: 0.65rem;}}@media only screen and (min-width: 64rem) {#social-feed {padding: 6.25rem 0;}.sf-header {padding: 0 3rem;margin-bottom: 2.5rem;}.sf-heading {font-size: 4.5rem;}.sf-follow {font-size: 1.2rem;padding: 0 2rem;}.sf-card {flex: 0 0 280px;margin-right: 0.75rem;border-radius: 12px;}}@media only screen and (min-width: 0rem) {#hero-1946 {padding: var(--sectionPadding);overflow: hidden;position: relative;z-index: 1;background-color: #fff;}#hero-1946 .cs-highlight {color: var(--primary);}#hero-1946 .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;gap: clamp(2.5rem, 5vw, 4rem);padding-right: 0;}#hero-1946 .cs-left {width: 100%;display: flex;flex-direction: column;}#hero-1946 .cs-top {display: flex;flex-direction: column;gap: 1rem;}#hero-1946 .cs-topper {font-family: 'Montserrat', sans-serif;font-size: 0.6875rem;font-weight: 700;letter-spacing: 0.18em;text-transform: uppercase;color: var(--primary);margin: 0 0 0.5rem;display: block;}#hero-1946 .cs-title {font-family: 'Bebas Neue', sans-serif;font-size: clamp(2.438rem, 5vw, 4rem);font-weight: 400;line-height: 1;text-transform: uppercase;letter-spacing: 0.02em;color: var(--headerColor);margin: 0;}#hero-1946 .cs-belief {font-family: 'Montserrat', sans-serif;font-size: 1.125rem;font-weight: 500;line-height: 1.5;color: var(--primary);margin: 0;}#hero-1946 .cs-bottom {display: flex;flex-direction: column;gap: 0.875rem;padding-top: 1.5rem;}#hero-1946 .cs-text {font-family: 'Montserrat', sans-serif;font-size: 1.125rem;line-height: 1.75;color: var(--bodyTextColor);margin: 0;}#hero-1946 .cs-picture {width: 100%;height: clamp(20rem, 55vw, 38rem);display: block;position: relative;overflow: hidden;border-radius: 8px;flex-shrink: 0;}#hero-1946 .cs-picture img {width: 100%;height: 100%;object-fit: cover;object-position: center 20%;display: block;}#hero-1946 .cs-picture .cs-img-caption {font-family: 'Bebas Neue', sans-serif;font-size: clamp(1.25rem, 2vw, 1.75rem);font-weight: 400;line-height: 1.05;letter-spacing: 0.02em;text-transform: uppercase;color: #fff;margin: 0;position: absolute;bottom: 0;left: 0;right: 0;padding: 3rem 1.5rem 1.25rem;background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);text-align: right;}}@media only screen and (min-width: 64rem) {#hero-1946 .cs-container {display: grid;grid-template-columns: 1fr 1.5fr;align-items: stretch;gap: clamp(3rem, 5vw, 5rem);}#hero-1946 .cs-bottom {opacity: 1;}#hero-1946 .cs-picture {height: 100%;min-height: 30rem;border-radius: 8px;}}@media only screen and (min-width: 0rem) {#why-choose-223 {padding: var(--sectionPadding);background-color: #ffffff;}#why-choose-223 .cs-content .cta-button {display: inline-flex !important;align-items: center;gap: 0.4rem;font-family: 'Bebas Neue', serif !important;font-size: 1.1rem !important;font-weight: 700;letter-spacing: 0.5px;text-transform: uppercase;text-decoration: none;text-align: center;color: #000 !important;background: transparent !important;border: 2.5px solid #03ad84 !important;padding: 0 1.5rem !important;line-height: 3rem !important;border-radius: 50px !important;flex-shrink: 0;position: relative;z-index: 1;overflow: visible;box-sizing: border-box;transition: transform 0.3s, border-color 0.3s;margin-top: 2rem;cursor: pointer;width: auto !important;max-width: 13rem !important;}#why-choose-223 .cs-content .cta-button::before {content: '';position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 25%;height: 100%;background-color: #03ad84;border-radius: 100px;z-index: -1;transition: width 0.3s ease;}#why-choose-223 .cs-content .cta-button::after {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(3, 173, 132, 0);border-radius: 50px;z-index: -2;transition: background-color 0.3s;}#why-choose-223 .cs-content .cta-button:hover {transform: translateY(-2px);}#why-choose-223 .cs-content .cta-button:hover::before {width: 100%;}#why-choose-223 .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;gap: 2.5rem;}#why-choose-223 .rv-image-col {width: 100%;aspect-ratio: 4 / 3;position: relative;order: 2;}#why-choose-223 .rv-img-frame {position: absolute;inset: 0;border-radius: 0.25rem;overflow: hidden;background: #e8e6e0;}#why-choose-223 .rv-img-frame img {width: 100%;height: 100%;object-fit: cover;display: block;}#why-choose-223 .rv-img-frame::after {content: "";position: absolute;inset: 0;background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.2) 45%, rgba(0, 0, 0, 0) 100%);border-radius: 0.25rem;}#why-choose-223 .rv-img-quote {position: absolute;bottom: 1.75rem;left: 1.75rem;right: 1.75rem;z-index: 2;font-family: 'Bebas Neue';font-size: clamp(1.5rem, 3vw, 2rem);font-weight: 400;line-height: 1.15;color: #fff;margin: 0;}#why-choose-223 .cs-content {display: flex;flex-direction: column;gap: clamp(1.5rem, 3vw, 2rem);order: 1;}#why-choose-223 .cs-text-group {display: flex;flex-direction: column;}#why-choose-223 .cs-topper {font-size: 0.6875rem;font-weight: 600;letter-spacing: 0.18em;text-transform: uppercase;color: var(--primary);margin: 0 0 1rem;display: block;}#why-choose-223 .cs-title {font-family: "Bebas Neue";font-size: clamp(2.5rem, 10vw, 3.5rem);font-weight: 400;line-height: 1.15;color: #000;margin: 0 0 1.5rem;letter-spacing: -0.02em;}#why-choose-223 .cs-text {font-family: var(--bodyFont);font-size: 1.125rem;line-height: 1.75;color: #4a4a46;margin: 0 0 0.625rem;}#why-choose-223 .cs-text:last-of-type {margin-bottom: 0;}#why-choose-223 .rv-cards-group {display: flex;flex-direction: column;gap: 1.25rem;}#why-choose-223 .rv-cards-header {font-family: 'Bebas Neue';font-size: 1.5rem;font-weight: 400;color: #1a1a18;letter-spacing: -0.01em;margin: 0;}#why-choose-223 .cs-card-group {width: 100%;margin: 0;padding: 0;display: grid;grid-template-columns: 1fr;gap: 0.75rem;}#why-choose-223 .cs-item {list-style: none;background: rgba(5, 173, 132, 0.02);border-radius: 0.25rem;padding: 1.25rem;display: flex;align-items: flex-start;border-left: 3px solid var(--primary);}#why-choose-223 .cs-h3 {font-family: var(--bodyFont);font-size: 1rem;font-weight: 400;color: #000;margin: 0;line-height: 1.4;}}@media only screen and (min-width: 48rem) {#why-choose-223 .cs-content .cta-button {font-size: 1.15rem !important;padding: 0 1.75rem !important;}}@media only screen and (min-width: 64rem) {#why-choose-223 .cs-content .cta-button {font-size: 1.2rem !important;padding: 0 2rem !important;}#why-choose-223 .cs-container {display: grid;grid-template-columns: 1fr 1fr;gap: 4rem;align-items: stretch;min-height: 36rem;}#why-choose-223 .rv-image-col {aspect-ratio: unset;position: relative;height: 100%;max-height: unset;order: unset;}#why-choose-223 .cs-content {order: unset;}#why-choose-223 .cs-title {font-size: clamp(2.438rem, 5vw, 4rem);}#why-choose-223 .cs-text {font-size: 1.125rem;}#why-choose-223 .cs-card-group {grid-template-columns: repeat(2, 1fr);}#why-choose-223 .rv-img-quote {font-size: clamp(1.5rem, 2vw, 2rem);}}@media only screen and (min-width: 0rem) {.inside-revibe {background-color: #fff;width: 100%;padding: 2.25rem 0 2.5rem 0;overflow: hidden;}.revibe-container {max-width: 80rem;margin: 0 auto;display: flex;flex-direction: column;gap: 2.5rem;overflow: visible;}.revibe-header {width: 100%;box-sizing: border-box;padding-left: 1rem;padding-right: 1rem;display: flex;flex-direction: column;gap: 1rem;}.inside-revibe .headline {font-family: 'Bebas Neue', sans-serif;font-size: clamp(2.5rem, 10vw, 3.5rem);font-weight: 400;color: #000 !important;line-height: 1;margin: 0;letter-spacing: 0.02em;}.inside-revibe .highlight {color: var(--primary);}.inside-revibe .subheadline {font-family: 'Montserrat', sans-serif;font-size: 1.125rem;color: #000 !important;line-height: 1.7;max-width: 460px;margin: 0;}.arrows {display: flex;gap: 10px;}.arrow {width: 42px;height: 42px;border-radius: 50%;border: 1.5px solid var(--primary);background: #fff;cursor: pointer;display: flex;align-items: center;justify-content: center;transition: background 0.2s, border-color 0.2s, transform 0.15s;box-shadow: 0 2px 8px rgba(30, 40, 20, 0.07);}.arrow svg {width: 16px;height: 16px;stroke: var(--primary);fill: none;stroke-width: 2;stroke-linecap: round;stroke-linejoin: round;transition: stroke 0.2s;}.arrow:hover:not(:disabled) {background: var(--primary);border-color: var(--primary);transform: scale(1.08);}.arrow:hover:not(:disabled) svg {stroke: #fff;}.arrow:disabled {opacity: 0.25;cursor: default;}.carousel-outer {position: relative;overflow-x: scroll;-webkit-overflow-scrolling: touch;scroll-snap-type: x mandatory;scrollbar-width: none;margin-right: calc((100% - 100vw) / 2);scroll-padding-left: 1rem;}.carousel-outer::-webkit-scrollbar {display: none;}.carousel-track-wrap {overflow: visible;}.carousel-track {display: flex;gap: 24px;padding-left: 1rem;will-change: transform;}.carousel-track::after {content: '';flex: 0 0 1rem;display: block;}.card {flex: 0 0 85%;scroll-snap-align: start;background: transparent;border-radius: 0;overflow: visible;display: flex;flex-direction: column;gap: 16px;transition: transform 0.3s ease, box-shadow 0.3s ease;}.card-photo {width: 100%;height: 400px;overflow: hidden;border-radius: 4px;flex-shrink: 0;position: relative;}.card-photo img {width: 100%;height: 100%;object-fit: cover;object-position: center 20%;display: block;transition: transform 0.4s ease;}.card-quote {display: block;padding: 0;margin-top: 8px;background: none;color: #000 !important;opacity: 1;transform: none;font-family: 'Montserrat', sans-serif;font-weight: 400;font-size: 1rem;line-height: 1.75;}.card-body {flex: none;display: flex;flex-direction: column;align-items: flex-start;}.card-name {font-family: 'Bebas Neue', sans-serif;font-size: 1.6rem;font-weight: 400;letter-spacing: 0.04em;color: #000;margin-bottom: 5px;}.card-role {font-family: 'Montserrat', sans-serif;font-size: 14px;font-weight: 500;letter-spacing: 0.16em;text-transform: uppercase;color: var(--primary);margin-bottom: 12px;}.card-quote {display: block;overflow: hidden;max-height: 3.5rem;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);-webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);mask-image: linear-gradient(to bottom, black 60%, transparent 100%);}.card-quote.expanded {max-height: 600px;-webkit-mask-image: none;mask-image: none;}.read-more-btn {display: block;margin-top: 8px;background: none;border: none;padding: 0;text-align: left;font-family: 'Montserrat', sans-serif;font-size: 0.875rem;font-weight: 600;color: var(--primary);cursor: pointer;letter-spacing: 0.04em;text-decoration: underline;text-underline-offset: 3px;}}@media only screen and (min-width: 32.5rem) {.revibe-container {padding: 42px 0 54px;}.revibe-header {padding-left: 2rem;padding-right: 2rem;}.inside-revibe .headline {font-size: 64px;}.carousel-track {padding-left: 2rem;}.card {flex: 0 0 calc((100% - 24px) / 2);}}@media only screen and (min-width: 50rem) {.revibe-container {padding: 48px 0 60px;flex-direction: row;align-items: center;gap: 5rem;position: relative;}.revibe-header {width: 18rem;flex-shrink: 0;padding-left: 0;padding-right: 2rem;align-self: stretch;display: flex;flex-direction: column;justify-content: flex-start;position: relative;z-index: 2;background: #ffffff;box-shadow: -100vw 0 0 100vw #ffffff;}.inside-revibe .headline {font-size: clamp(2.438rem, 5vw, 4rem);}.carousel-outer {flex: none;width: calc(100vw - 15rem - 5rem - 2rem);overflow: visible;overflow-x: unset;scroll-snap-type: unset;position: relative;z-index: 1;margin-right: 0;}.carousel-track {padding-left: 0;transition: transform 0.55s cubic-bezier(0.65, 0, 0.35, 1);}.card {flex: 0 0 calc((100% - 48px) / 3 * 0.88);scroll-snap-align: unset;position: relative;}.read-more-btn {display: none;}.card-quote {position: absolute;top: 0;left: 0;right: 0;height: 400px;max-height: 400px;box-sizing: border-box;max-height: none;-webkit-mask-image: none;mask-image: none;margin: 0;padding: 1.25rem;background: rgba(0, 0, 0, 0.82);color: #fff !important;display: block;overflow-y: auto;-webkit-line-clamp: unset;-webkit-box-orient: unset;opacity: 0;transform: translateY(6px);transition: opacity 0.35s ease, transform 0.35s ease;border-radius: 4px;font-size: 0.85rem;font-weight: 500;line-height: 1.65;letter-spacing: 0.01em;pointer-events: none;scrollbar-width: thin;scrollbar-color: rgba(255, 255, 255, 0.4) transparent;}.card-quote::-webkit-scrollbar {width: 4px;}.card-quote::-webkit-scrollbar-thumb {background: rgba(255, 255, 255, 0.4);border-radius: 2px;}.card:hover .card-quote {opacity: 1;transform: translateY(0);pointer-events: auto;}}.revibe-edu-section {padding: var(--sectionPadding);font-family: 'Montserrat', sans-serif;color: #fff;}.revibe-edu-section .revibe-edu-container {width: 100%;max-width: 80rem;margin: 0 auto;display: grid;grid-template-columns: 1fr 1fr;gap: 5rem;align-items: stretch;}.revibe-edu-content {opacity: 0;animation: revibeEduUp 0.6s 0.1s ease forwards;}.revibe-edu-tag {display: inline-block;font-size: 0.72rem;font-weight: 600;letter-spacing: 0.14em;text-transform: uppercase;color: #03ad84;margin-bottom: 1rem;}.revibe-edu-heading {font-family: 'Bebas Neue', sans-serif;font-weight: 400;font-size: clamp(3rem, 5.5vw, 4.4rem);line-height: 1;letter-spacing: 0.02em;margin-bottom: 1rem;color: #1c1a18 !important;}.revibe-edu-heading em {font-style: normal;color: #03ad84;}.revibe-edu-intro {font-size: 1.125rem;line-height: 1.65;color: #000 !important;margin-bottom: 0.75rem;max-width: 550px;}.revibe-edu-intro strong {font-weight: 600;}.revibe-edu-intro + .revibe-edu-intro {margin-top: 0;margin-bottom: 1rem;}.revibe-edu-items {display: flex;flex-direction: column;}.revibe-edu-item {display: flex;align-items: flex-start;gap: 1rem;padding: 0.6rem 0;opacity: 0;transform: translateX(-10px);}.revibe-edu-item:nth-child(1) {animation: revibeEduRight 0.45s 0.3s forwards;}.revibe-edu-item:nth-child(2) {animation: revibeEduRight 0.45s 0.4s forwards;}.revibe-edu-item:nth-child(3) {animation: revibeEduRight 0.45s 0.5s forwards;}.revibe-edu-item:nth-child(4) {animation: revibeEduRight 0.45s 0.6s forwards;}.revibe-edu-item:nth-child(5) {animation: revibeEduRight 0.45s 0.7s forwards;}.revibe-edu-item-icon {flex-shrink: 0;margin-top: 0.25rem;width: 20px;height: 20px;border-radius: 50%;background: rgba(3, 173, 132, 0.12);display: flex;align-items: center;justify-content: center;}.revibe-edu-item-icon svg {width: 11px;height: 11px;}.revibe-edu-item-body {font-size: 1.125rem;line-height: 1.55;color: #1c1a18;}.revibe-edu-section .revibe-edu-content .cta-button {display: inline-flex !important;align-items: center;gap: 0.4rem;font-family: 'Bebas Neue', serif !important;font-size: 1.1rem !important;font-weight: 700;letter-spacing: 0.5px;text-transform: uppercase;text-decoration: none;text-align: center;color: #000 !important;background: transparent !important;border: 2.5px solid #03ad84 !important;padding: 0 1.5rem !important;line-height: 3rem !important;border-radius: 50px !important;flex-shrink: 0;position: relative;z-index: 1;overflow: visible;box-sizing: border-box;transition: transform 0.3s, border-color 0.3s;margin-top: 2rem;cursor: pointer;width: auto !important;max-width: 13rem !important;}.revibe-edu-section .revibe-edu-content .cta-button::before {content: '';position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 25%;height: 100%;background-color: #03ad84;border-radius: 100px;z-index: -1;transition: width 0.3s ease;}.revibe-edu-section .revibe-edu-content .cta-button::after {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(3, 173, 132, 0);border-radius: 50px;z-index: -2;transition: background-color 0.3s;}.revibe-edu-section .revibe-edu-content .cta-button:hover {transform: translateY(-2px);}.revibe-edu-section .revibe-edu-content .cta-button:hover::before {width: 100%;}.revibe-edu-image-col {position: relative;align-self: stretch;display: flex;flex-direction: column;opacity: 0;animation: revibeEduUp 0.6s 0.2s ease forwards;}.revibe-edu-photo-wrap {border-radius: 8px;overflow: hidden;flex: 1;min-height: 0;position: relative;background: #e0d9cf;}.revibe-edu-photo-wrap img {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;display: block;filter: saturate(0.88);}.revibe-edu-photo-wrap::before {content: '';position: absolute;inset: 0;background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.35) 45%, transparent 70%);z-index: 1;border-radius: 8px;}.revibe-edu-photo-text {position: absolute;bottom: 0;left: 0;right: 0;padding: 2rem;z-index: 2;}.revibe-edu-photo-label {display: block;font-family: 'Bebas Neue', sans-serif;font-size: clamp(0.85rem, 1.4vw, 1.05rem);letter-spacing: 0.14em;color: var(--secondary);margin-bottom: 0.35rem;}.revibe-edu-photo-quote {font-family: 'Bebas Neue', sans-serif;font-size: clamp(1.5rem, 3vw, 2rem);line-height: 1.1;letter-spacing: 0.03em;color: #fff;margin: 0;}@keyframes revibeEduUp {from {opacity: 0;transform: translateY(16px);}to {opacity: 1;transform: translateY(0);}}@keyframes revibeEduRight {to {opacity: 1;transform: translateX(0);}}@media (max-width: 48rem) {.revibe-edu-section .revibe-edu-content .cta-button {font-size: 1.15rem !important;padding: 0 1.75rem !important;}}@media (max-width: 64rem) {.revibe-edu-section .revibe-edu-container {grid-template-columns: 1fr;gap: 3rem;}.revibe-edu-image-col {order: -1;min-height: 280px;}.revibe-edu-intro {max-width: 100%;}.revibe-edu-section .revibe-edu-content .cta-button {font-size: 1.2rem !important;padding: 0 2rem !important;}}@media only screen and (min-width: 0rem) {#what-makes-different {background: #ffffff;padding-top: clamp(3.75rem, 7.5vw, 6rem);padding-bottom: clamp(3.75rem, 7.5vw, 6rem);padding-left: 0;padding-right: 0;overflow: hidden;}#what-makes-different .cs-viewport {overflow-x: scroll;-webkit-overflow-scrolling: touch;scroll-snap-type: x mandatory;scroll-padding-left: 1rem;scrollbar-width: none;width: 100%;}#what-makes-different .cs-viewport::-webkit-scrollbar {display: none;}#what-makes-different .cs-container {width: 100%;max-width: 80rem;margin: auto;padding: 0;display: flex;flex-direction: column;gap: 2.5rem;overflow: visible;}#what-makes-different .cs-header {width: 100%;box-sizing: border-box;padding-left: 1rem;padding-right: 1rem;display: flex;flex-direction: column;gap: 1.5rem;}#what-makes-different .cs-topper {font-family: 'Montserrat', sans-serif;font-size: 0.6rem;font-weight: 700;letter-spacing: 0.2em;text-transform: uppercase;color: var(--primary);margin: 0 0 0.6rem;display: block;}#what-makes-different .cs-title {font-family: 'Bebas Neue', sans-serif;font-size: clamp(3rem, 5.5vw, 4.4rem);font-weight: 400;line-height: 1;text-transform: uppercase;letter-spacing: 0.02em;color: #0a0a0a;margin: 0;display: block;}#what-makes-different .cs-arrows {display: flex;gap: 0.625rem;align-items: center;}#what-makes-different .cs-arrow {width: 2.75rem;height: 2.75rem;border-radius: 50%;border: 1.5px solid var(--primary);background: #fff;cursor: pointer;display: flex;align-items: center;justify-content: center;transition: background 0.2s, border-color 0.2s, transform 0.15s;flex-shrink: 0;}#what-makes-different .cs-arrow svg {width: 1rem;height: 1rem;stroke: var(--primary);fill: none;transition: stroke 0.2s;}#what-makes-different .cs-arrow:hover {background: var(--primary);transform: scale(1.08);}#what-makes-different .cs-arrow:hover svg {stroke: #fff;}#what-makes-different .cs-arrow:disabled {opacity: 0.25;cursor: default;transform: none;}#what-makes-different .cs-track {display: flex;gap: 0.75rem;padding-left: 1rem;padding-right: 0;margin: 0;list-style: none;will-change: transform;}#what-makes-different .cs-track::after {content: '';flex: 0 0 1rem;display: block;}#what-makes-different .cs-item {flex-shrink: 0;width: 78vw;background: #fff;border-radius: 10px;border: 1px solid rgba(0, 0, 0, 0.08);padding: 1.5rem 1.25rem 1.75rem;display: flex;flex-direction: column;position: relative;box-sizing: border-box;scroll-snap-align: start;}#what-makes-different .cs-number {font-family: 'Bebas Neue', sans-serif;font-size: 3.5rem;font-weight: 400;line-height: 1;color: rgba(0, 0, 0, 0.07);letter-spacing: 0.02em;margin-bottom: 0.9rem;display: block;}#what-makes-different .cs-h3 {font-family: 'Bebas Neue', sans-serif;font-size: 1.125rem;font-weight: 400;letter-spacing: 0.03em;text-transform: uppercase;color: #0a0a0a;margin: 0 0 0.75rem;line-height: 1.1;}#what-makes-different .cs-text {font-family: 'Montserrat', sans-serif;font-size: 1.125rem;font-weight: 300;color: rgba(0, 0, 0, 0.5);line-height: 1.8;margin: 0;}}@media only screen and (min-width: 48rem) {#what-makes-different .cs-header {padding-left: 2rem;padding-right: 2rem;}#what-makes-different .cs-track {padding-left: 2rem;}#what-makes-different .cs-viewport {scroll-padding-left: 2rem;}#what-makes-different .cs-item {width: 44vw;}}@media only screen and (min-width: 64rem) {#what-makes-different .cs-container {flex-direction: row;align-items: center;gap: 3rem;position: relative;}#what-makes-different .cs-header {width: 13rem;flex-shrink: 0;padding-left: 0;padding-right: 0;align-self: stretch;display: flex;flex-direction: column;justify-content: center;position: relative;z-index: 2;background: #ffffff;box-shadow: -100vw 0 0 100vw #ffffff;}#what-makes-different .cs-title {font-size: clamp(2.438rem, 5vw, 4rem);margin: 0;}#what-makes-different .cs-viewport {flex: none;width: calc(100vw - 13rem - 3rem - 2rem);overflow: visible;overflow-x: unset;scroll-snap-type: unset;position: relative;z-index: 1;}#what-makes-different .cs-track {padding-left: 0;transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);}#what-makes-different .cs-track::after {display: none;}#what-makes-different .cs-item {width: 28vw;min-height: 18rem;scroll-snap-align: unset;}#what-makes-different .cs-number {font-size: 2.75rem;}#what-makes-different .cs-h3 {font-size: 1.5rem;}#what-makes-different .cs-text {font-size: 1rem;}}@media only screen and (min-width: 80rem) {#what-makes-different .cs-item {width: 22vw;}}@media only screen and (min-width: 0rem) {.career-pathways {background: #fff;padding: 2.25rem 1.25rem;}.career-pathways__container {width: 100%;max-width: 60rem;margin: 0 auto;}.career-pathways__header {text-align: center;display: flex;flex-direction: column;gap: 0.75rem;margin-bottom: 2.5rem;}.career-pathways__eyebrow {display: inline-block;font-size: 0.72rem;font-weight: 600;letter-spacing: 0.14em;text-transform: uppercase;color: var(--primary) !important;margin-bottom: 1rem;}.career-pathways__headline {font-family: 'Bebas Neue', sans-serif;font-size: clamp(2.438rem, 5vw, 4rem);font-weight: 400;letter-spacing: 0.02em;line-height: 1;color: #000 !important;margin: 0;}.cp-arrow-sep {font-size: 0.55em;vertical-align: middle;color: #ccc;letter-spacing: 0;}.career-pathways__description {font-family: 'Montserrat', sans-serif;font-size: 1.125rem;line-height: 1.75;color: #555 !important;margin: 0;}.cp-tracks {display: flex;justify-content: center;border-bottom: 0.5px solid #ddddd8;margin-bottom: 1.5rem;}.cp-track-item {padding: 0.75rem 1.5rem;cursor: pointer;border-bottom: 2px solid transparent;margin-bottom: -1px;}.cp-track-item__name {font-family: 'Montserrat', sans-serif;font-size: 0.6875rem;font-weight: 700;letter-spacing: 0.1em;text-transform: uppercase;color: #ccc;transition: color 0.2s ease;display: block;}.cp-track-item.is-active .cp-track-item__name {color: #1a1a1a;}.cp-track-item.is-active {border-bottom: 2px solid #03ad84;}.cp-panels-wrapper {position: relative;}.cp-panel {display: none;flex-direction: column;gap: 0;width: 100%;}.cp-panel.is-active {display: flex;}.cp-spacer {display: flex;flex-direction: column;visibility: hidden;pointer-events: none;position: absolute;width: 100%;}.cp-card {display: flex;align-items: center;gap: 1rem;padding: 1rem 1.25rem;border-radius: 8px;background: #f7f7f5;border: 1.5px solid #e0e0e0;transition: border-color 0.3s ease;}.cp-card__num {font-family: 'Bebas Neue', sans-serif;font-size: 2rem;line-height: 1;min-width: 2.5rem;flex-shrink: 0;color: #ddd;transition: color 0.3s ease;}.cp-card__body {display: flex;flex-direction: row;align-items: center;gap: 1rem;}.cp-card__role {font-family: 'Bebas Neue', sans-serif;font-size: 1.125rem;letter-spacing: 0.04em;line-height: 1.2;text-transform: uppercase;color: #1a1a1a;}.cp-card--last {background: #03ad84;border-color: #03ad84;}.cp-card--last .cp-card__num {color: rgba(255, 255, 255, 0.3);}.cp-card--last .cp-card__role {color: #fff;}.cp-card.is-lit {border-color: #03ad84;}.cp-card.is-lit .cp-card__num {color: #03ad84;}.cp-arrow {display: flex;align-items: center;justify-content: center;height: 1.25rem;}.cp-arrow-line {stroke-dasharray: 12;stroke-dashoffset: 12;transition: stroke-dashoffset 0.25s ease;}.cp-arrow-head {opacity: 0;transition: opacity 0.15s ease;}.cp-arrow.is-lit .cp-arrow-line {stroke-dashoffset: 0;}.cp-arrow.is-lit .cp-arrow-head {opacity: 1;}.cp-card--last.is-lit .cp-card__num {color: var(--secondary);}}@media only screen and (min-width: 48rem) {.career-pathways {padding: 3rem 2.5rem;}.cp-track-item {padding: 0.75rem 2rem;}.cp-card {padding: 1.125rem 1.5rem;}.cp-card__num {font-size: 2.25rem;min-width: 3rem;}.cp-card__role {font-size: 1.25rem;}}@media only screen and (min-width: 64rem) {.career-pathways {padding: 3.75rem 4rem;}.cp-card__num {font-size: 2.5rem;min-width: 3.25rem;}.cp-card__role {font-size: 1.375rem;}.cp-card--last.is-lit .cp-card__num {color: var(--secondary);}}@media only screen and (min-width: 0rem) {.revibe-section {padding: var(--sectionPadding);font-family: 'Montserrat', sans-serif;color: #fff;}.revibe-section .revibe-container {width: 100%;max-width: 80rem;margin: 0 auto;display: grid;grid-template-columns: 1fr;gap: 3rem;align-items: stretch;}.revibe-content {opacity: 0;animation: revibeUp 0.6s 0.1s ease forwards;}.revibe-tag {display: inline-block;font-size: 0.72rem;font-weight: 600;letter-spacing: 0.14em;text-transform: uppercase;color: #03ad84;margin-bottom: 1rem;}.revibe-heading {font-family: 'Bebas Neue', sans-serif;font-weight: 400;font-size: clamp(3rem, 5.5vw, 4.4rem);line-height: 1;letter-spacing: 0.02em;margin-bottom: 1rem;color: #1c1a18 !important;}.revibe-heading em {font-style: normal;color: #03ad84;}.revibe-intro {font-size: 1.125rem;line-height: 1.65;color: #000 !important;margin-bottom: 2.2rem;max-width: 100%;}.revibe-items {display: flex;flex-direction: column;}.revibe-item {display: flex;align-items: flex-start;gap: 1rem;padding: 0.6rem 0;opacity: 0;transform: translateX(-10px);}.revibe-item:nth-child(1) {animation: revibeRight 0.45s 0.3s forwards;}.revibe-item:nth-child(2) {animation: revibeRight 0.45s 0.4s forwards;}.revibe-item:nth-child(3) {animation: revibeRight 0.45s 0.5s forwards;}.revibe-item:nth-child(4) {animation: revibeRight 0.45s 0.6s forwards;}.revibe-item:nth-child(5) {animation: revibeRight 0.45s 0.7s forwards;}.revibe-item-icon {flex-shrink: 0;margin-top: 0.35rem;width: 16px;height: 16px;display: flex;align-items: center;justify-content: center;}.revibe-item-body {font-size: 1.125rem;line-height: 1.55;color: #1c1a18;}.revibe-section .revibe-content .cta-button {display: inline-flex !important;align-items: center;gap: 0.4rem;font-family: 'Bebas Neue', serif !important;font-size: 1.1rem !important;font-weight: 700;letter-spacing: 0.5px;text-transform: uppercase;text-decoration: none;text-align: center;color: #000 !important;background: transparent !important;border: 2.5px solid #03ad84 !important;padding: 0 1.5rem !important;line-height: 3rem !important;border-radius: 50px !important;flex-shrink: 0;position: relative;z-index: 1;overflow: visible;box-sizing: border-box;transition: transform 0.3s, border-color 0.3s;margin-top: 2rem;cursor: pointer;width: auto !important;max-width: 13rem !important;}.revibe-section .revibe-content .cta-button::before {content: '';position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 25%;height: 100%;background-color: #03ad84;border-radius: 100px;z-index: -1;transition: width 0.3s ease;}.revibe-section .revibe-content .cta-button::after {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(3, 173, 132, 0);border-radius: 50px;z-index: -2;transition: background-color 0.3s;}.revibe-section .revibe-content .cta-button:hover {transform: translateY(-2px);}.revibe-section .revibe-content .cta-button:hover::before {width: 100%;}.revibe-image-col {order: -1;position: relative;align-self: stretch;display: flex;flex-direction: column;opacity: 0;animation: revibeUp 0.6s 0.2s ease forwards;}.revibe-photo-wrap {border-radius: 8px;overflow: hidden;flex: 1;min-height: 0;position: relative;background: #e0d9cf;}.revibe-photo-wrap img {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;display: block;filter: saturate(0.88);}@keyframes revibeUp {to {opacity: 1;transform: translateY(0);}}@keyframes revibeRight {to {opacity: 1;transform: translateX(0);}}}@media only screen and (min-width: 48rem) {.revibe-section .revibe-content .cta-button {font-size: 1.15rem !important;padding: 0 1.75rem !important;}}@media only screen and (min-width: 64rem) {.revibe-section .revibe-content .cta-button {font-size: 1.2rem !important;padding: 0 2rem !important;}.revibe-section .revibe-container {grid-template-columns: 1fr 1fr;gap: 5rem;}.revibe-image-col {order: unset;min-height: unset;}.revibe-intro {max-width: 550px;}.revibe-photo-wrap img {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;display: block;filter: saturate(0.88);}}@media only screen and (min-width: 0rem) {.jobs-section {background: #ffffff;padding: var(--sectionPadding);}button.job-card {border: none;background: transparent;font-family: inherit;text-align: left;width: 100%;cursor: pointer;border: 0.5px solid #e0e0e0;}.jobs-wrap {font-family: 'Montserrat', sans-serif;width: 100%;max-width: 80rem;margin: 0 auto;}.jobs-eyebrow {font-family: 'Montserrat', sans-serif;font-weight: 600;font-size: 11px;letter-spacing: 0.2em;text-transform: uppercase;color: #03ad84 !important;margin-bottom: 14px;display: flex;align-items: center;gap: 10px;}.jobs-headline {font-family: 'Bebas Neue', sans-serif;font-size: clamp(3rem, 5.5vw, 4.4rem);font-weight: 400;color: #000 !important;line-height: 1.05;letter-spacing: 0.02em;margin: 0 0 12px;}.jobs-accent {color: #03ad84;}.jobs-sub {font-size: 1.125rem;color: #000 !important;line-height: 1.7;margin: 0 0 48px;}.jobs-grid {display: flex;flex-direction: column;gap: 10px;margin-bottom: 48px;}.job-card {display: flex;align-items: center;justify-content: space-between;padding: 18px 20px;border: 0.5px solid #e0e0e0;border-radius: 12px;background: #ffffff;text-decoration: none;transition: border-color 0.2s ease, transform 0.15s ease;}.job-card:hover {border-color: #03ad84;transform: translateX(4px);}.job-card:hover .job-card-arrow {color: #03ad84;}.job-card-left {display: flex;flex-direction: column;gap: 4px;}.job-card-title {font-family: 'Bebas Neue';font-size: 1.5rem;font-weight: 500;color: #000;}.job-card-dept {font-size: 11px;color: #bbbbbb;font-weight: 300;}.job-card-right {display: flex;align-items: center;gap: 12px;}.job-card-tag {display: none;}.job-card-arrow {font-size: 16px;color: #cccccc;transition: color 0.2s ease;}.jobs-cta {display: flex;align-items: center;gap: 24px;}.jobs-cta-btn {display: inline-flex;align-items: center;gap: 10px;background: #03ad84;color: #ffffff;font-family: 'Bebas Neue', sans-serif;font-size: 1.125rem;font-weight: 500;letter-spacing: 0.02em;padding: 13px 26px;border-radius: 100px;text-decoration: none;transition: background 0.2s ease;}.jobs-cta-btn:hover {background: #029e78;}.jobs-cta-note {font-size: 13px;color: #bbbbbb;font-weight: 300;}}@media only screen and (min-width: 37.5rem) {.jobs-headline {font-size: clamp(3rem, 5.5vw, 4.4rem);}.job-card {padding: 22px 28px;}.job-card-tag {display: block;font-size: 11px;background: #f0faf7;color: #03ad84;padding: 4px 12px;border-radius: 20px;font-weight: 500;}}@media only screen and (min-width: 0rem) {.cta-section {position: relative;overflow: hidden;min-height: 420px;display: flex;flex-direction: column;align-items: center;justify-content: center;font-family: 'DM Sans', sans-serif;}.cta-bg-image {position: absolute;inset: 0;background-image: url('https://websthetic.tor1.cdn.digitaloceanspaces.com/Revibe%20Site/team-meeting-outside.webp');background-size: cover;background-position: center 30%;}.cta-overlay {position: absolute;inset: 0;background: rgba(0, 0, 0, 0.8);}.cta-content {position: relative;z-index: 2;padding: 36px 28px;display: flex;flex-direction: column;align-items: center;text-align: center;}.cta-badge {display: inline-block;background: rgba(90, 196, 160, 0.15);border: 1px solid rgba(90, 196, 160, 0.3);border-radius: 100px;padding: 6px 16px;margin-bottom: 28px;font-size: 12px;font-weight: 500;color: #6DCFB0;letter-spacing: 0.08em;text-transform: uppercase;}.cta-headline {font-family: 'Bebas Neue', sans-serif;font-size: clamp(3rem, 5.5vw, 4.4rem);font-weight: 300;color: var(--primary) !important;line-height: 1.1;margin: 0 0 24px;max-width: 960px;}.cta-headline--accent {color: var(--color-primary) !important;}.cta-body {font-size: 16px;color: rgba(245, 242, 236, 0.68);line-height: 1.75;max-width: 660px;margin: 0 0 10px;}.cta-body:last-of-type {margin-bottom: 44px;}.cta-button {display: inline-flex;align-items: center;gap: 10px;background: var(--primary) !important;color: #fff;font-family: 'Bebas Neue', sans-serif;font-size: 1.125rem;font-weight: 500;padding: 14px 32px;border-radius: 100px;text-decoration: none;letter-spacing: 0.01em;transition: background 0.2s ease, transform 0.15s ease;}.cta-button:hover {background: #6DCFB0;transform: translateY(-1px);}.cta-button:active {transform: translateY(0);}}@media only screen and (min-width: 64rem) {.cta-content {padding: 54px 60px;}.cta-headline {font-size: 54px;}}