* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.wrap-container02679 {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    min-height: 100%;
    color: #000000;
    scroll-behavior: smooth;
    height: 100%;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
}.media_kit28051 {
    flex: 0 0 auto;
}.container {
    margin: auto;
    width: 1275px;
    max-width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.nav_main43261 {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.potential_enrollees06984 {
    overflow: hidden;
    position: relative;
    background-color: rgb(177,203,200);
    padding: 5rem 0;
}.potential_enrollees06984::before {
    content: '';
    opacity: 0.3;
    background-size: 200px 200px;
    height: 100%;
    background-image: 
        linear-gradient(45deg, transparent 75%, rgb(142,167,163,0.5) 75%, transparent 76%),
        linear-gradient(135deg, transparent 75%, rgb(107,129,125,0.5) 75%, transparent 76%);
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    animation: moveRays 30s linear infinite;
    position: absolute;
}.potential_enrollees06984::after {
    animation: moveRaysVertical 20s linear infinite;
    left: 0;
    background-size: 120px 120px;
    height: 100%;
    width: 100%;
    background-image: 
        linear-gradient(90deg, transparent 90%, rgb(142,167,163,0.5) 90%, rgb(142,167,163,0.5) 91%, transparent 91%),
        linear-gradient(0deg, transparent 95%, rgb(107,129,125,0.5) 95%, rgb(107,129,125,0.5) 96%, transparent 96%);
    top: 0;
    opacity: 0.2;
    content: '';
    position: absolute;
    z-index: 1;
}.potential_enrollees06984 .guide_values61857 {
    padding: 0 2rem;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 2;
}.potential_enrollees06984 h3 {
    position: relative;
    text-align: center;
    margin-bottom: 3.5rem;
    font-size: 38px;
    font-weight: 600;
    color: rgb(142,167,163);
}.potential_enrollees06984 h3::after {
    background: linear-gradient(90deg, transparent, rgb(142,167,163), transparent);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    bottom: -15px;
    animation: pulseLight 3s infinite alternate;
    height: 2px;
    content: '';
}.potential_enrollees06984 ul {
    margin: 0;
    gap: 1.5rem;
    padding: 0;
    flex-direction: column;
    display: flex;
    list-style-type: none;
}.potential_enrollees06984 li {
    background-color: rgba(255, 255, 255, 0.08);
    display: flex;
    border-radius: 17px;
    padding: 1.5rem 2rem;
    border-left: 3px solid rgb(142,167,163,0.5);
    align-items: center;
    backdrop-filter: blur(5px);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}.potential_enrollees06984 li::before {
    content: '';
    z-index: -1;
    width: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(142,167,163,0.5) 0%, transparent 100%);
    left: 0;
    top: 0;
    height: 100%;
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0.1;
}.potential_enrollees06984 li::after {
    height: 1px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(142,167,163) 0%, transparent 100%);
    box-shadow: 0 0 10px rgb(142,167,163,0.5);
    opacity: 0.5;
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
}.potential_enrollees06984 li:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-left-color: rgb(142,167,163);
}.potential_enrollees06984 li:hover::before {
    width: 100%;
}.potential_enrollees06984 li svg {
    filter: drop-shadow(0 0 8px rgb(142,167,163,0.5));
    flex-shrink: 0;
    height: 40px;
    transition: all 0.4s ease;
    fill: rgb(142,167,163);
    width: 40px;
    margin-right: 1.5rem;
}.potential_enrollees06984 li:hover svg {
    transform: scale(1.1);
    animation: flashLight 1s ease;
}.potential_enrollees06984 li svg path {
    fill: rgb(142,167,163);
    transition: all 0.4s ease;
}.potential_enrollees06984 li:hover svg path {
    fill: rgb(107,129,125);
}.potential_enrollees06984 li {
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    font-weight: 400;
}.potential_enrollees06984 li:nth-child(1) {
    animation-delay: 0s;
}.potential_enrollees06984 li:nth-child(2) {
    animation-delay: 0.1s;
}.potential_enrollees06984 li:nth-child(3) {
    animation-delay: 0.2s;
}.potential_enrollees06984 li:nth-child(4) {
    animation-delay: 0.3s;
}

@keyframes moveRays {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 200px 200px;
    }
}

@keyframes moveRaysVertical {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 120px 120px;
    }
}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.5;
        box-shadow: 0 0 5px rgb(142,167,163,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 15px rgb(142,167,163);
    }
}

@keyframes flashLight {
    0% {
        filter: drop-shadow(0 0 8px rgb(142,167,163,0.5));
    }
    50% {
        filter: drop-shadow(0 0 25px rgb(142,167,163));
    }
    100% {
        filter: drop-shadow(0 0 8px rgb(142,167,163,0.5));
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (min-width: 992px) {.potential_enrollees06984 li {
    animation: slideIn 0.5s forwards;
    opacity: 0;
}
}

@media (max-width: 991px) {.potential_enrollees06984 {
    padding: 4rem 0;
}.potential_enrollees06984 h3 {
    font-size: calc(38px * 0.9);
}.potential_enrollees06984 li {
    padding: 1.2rem 1.8rem;
}.potential_enrollees06984 li svg {
    margin-right: 1.2rem;
    width: 35px;
    height: 35px;
}
}

@media (max-width: 767px) {.potential_enrollees06984 {
    padding: 3rem 0;
}.potential_enrollees06984 h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 2.5rem;
}.potential_enrollees06984 h3::after {
    width: 120px;
}.potential_enrollees06984 li {
    padding: 1rem 1.5rem;
}.potential_enrollees06984 li svg {
    height: 30px;
    margin-right: 1rem;
    width: 30px;
}}.learning_impact52681 {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(177,203,200) 30%, rgba(255,255,255,0.9) 100%);
    z-index: 1;
    overflow: hidden;
    position: relative;
}.learning_impact52681::before {
    z-index: -1;
    height: 40%;
    top: -5%;
    width: 30%;
    content: "";
    background: rgb(142,167,163,0.5);
    filter: blur(40px);
    left: -2%;
    position: absolute;
    transform: rotate(-15deg);
}.learning_impact52681::after {
    bottom: -5%;
    transform: rotate(15deg);
    background: rgb(107,129,125,0.5);
    filter: blur(50px);
    z-index: -1;
    width: 35%;
    position: absolute;
    content: "";
    right: -2%;
    height: 45%;
}.learning_impact52681 .container {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    padding: 0 1.5rem;
    max-width: 1200px;
    gap: 2rem;
    position: relative;
}.learning_impact52681 .img_hover53419 {
    filter: saturate(1.1) contrast(1.05);
    clip-path: polygon(0 0, 100% 3%, 98% 97%, 2% 100%);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateY(-5deg);
    object-fit: cover;
    width: 100%;
    height: 300px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}.learning_impact52681 .img_hover53419:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.learning_impact52681 .guide_values61857 {
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    padding: 2.5rem 2rem;
    backdrop-filter: blur(10px);
    transform: translateY(-20px);
    background: rgba(255,255,255,0.8);
}.learning_impact52681 .paragraph_holder97436 {
    position: relative;
}.learning_impact52681 h1 {
    animation: fadeIn 0.7s ease-out forwards;
    color: #000000;
    position: relative;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    font-size: 28px;
    font-weight: 700;
    transform: translateX(-5px);
}.learning_impact52681 h1::before {
    position: absolute;
    animation: scaleIn 0.6s 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    width: 4px;
    left: -10px;
    height: 85%;
    content: "";
    transform: scaleY(0);
    top: 0.5rem;
    transform-origin: top;
    background: rgb(142,167,163);
}.learning_impact52681 ul {
    list-style: none;
    gap: 1.25rem;
    padding: 0;
    margin: 0;
    display: grid;
}.learning_impact52681 li {
    opacity: 0;
    animation: itemAppear 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    padding-left: 2.5rem;
    transform: translateY(10px);
    position: relative;
}.learning_impact52681 li:nth-child(1) {
    animation-delay: 0.3s;
}.learning_impact52681 li:nth-child(2) {
    animation-delay: 0.45s;
}.learning_impact52681 li:nth-child(3) {
    animation-delay: 0.6s;
}.learning_impact52681 li:nth-child(4) {
    animation-delay: 0.75s;
}.learning_impact52681 li:nth-child(5) {
    animation-delay: 0.9s;
}.learning_impact52681 li p {
    color: #000000;
    align-items: flex-start;
    line-height: 1.5;
    display: flex;
    font-size: calc(18px - 0.1rem);
    margin: 0;
    font-weight: 400;
}.learning_impact52681 li svg {
    margin-right: 0.75rem;
    left: 0;
    animation: iconPop 0.4s 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    top: 2px;
    position: absolute;
    flex-shrink: 0;
    transform: scale(0);
    height: 22px;
    width: 22px;
}.learning_impact52681 li svg path {
    transition: fill 0.3s;
    fill: rgb(142,167,163);
}.learning_impact52681 li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.learning_impact52681 li:hover svg path {
    fill: rgb(107,129,125);
}.learning_impact52681 li:hover p {
    color: #000000;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scaleIn {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes itemAppear {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes iconPop {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@media (min-width: 768px) {.learning_impact52681 {
    padding: 8rem 0;
}.learning_impact52681 .container {
    align-items: center;
    grid-template-columns: 1fr 1.2fr;
    gap: 3rem;
}.learning_impact52681 .img_hover53419 {
    clip-path: polygon(0 0, 100% 5%, 95% 95%, 5% 100%);
    transform: perspective(1200px) rotateY(-8deg) translateZ(30px);
    height: 400px;
}.learning_impact52681 .guide_values61857 {
    z-index: 2;
    margin-left: -3rem;
    padding: 3rem;
    transform: perspective(1000px) rotateY(2deg);
}.learning_impact52681 h1 {
    margin-bottom: 2rem;
    font-size: 40px;
}.learning_impact52681 ul {
    gap: 1.5rem 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (min-width: 992px) {.learning_impact52681 .container {
    gap: 0;
    grid-template-columns: 0.9fr 1.1fr;
}.learning_impact52681 .img_hover53419 {
    transform: perspective(1500px) rotateY(-12deg) translateZ(50px);
    height: 450px;
}.learning_impact52681 .guide_values61857 {
    max-width: 650px;
    padding: 3.5rem;
    margin-left: -5rem;
}.learning_impact52681 h1::before {
    width: 6px;
    left: -20px;
}.learning_impact52681 li p {
    font-size: 18px;
}
}

@media (min-width: 1200px) {.learning_impact52681 .img_hover53419 {
    height: 500px;
}.learning_impact52681 .guide_values61857 {
    margin-left: -8rem;
    padding: 4rem;
}
}

@media (max-width: 767px) {.learning_impact52681 h1 {
    font-size: calc(28px - 0.2rem);
}.learning_impact52681 .guide_values61857 {
    padding: 2rem 1.5rem;
}}.explore_now96583 {
    background: linear-gradient(135deg, rgb(142,167,163), rgb(107,129,125));
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 4rem 2rem;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
}.explore_now96583::before {
    top: 0;
    position: absolute;
    pointer-events: none;
    left: 0;
    transform: translateZ(-10px);
    height: 100%;
    content: '';
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
}.explore_now96583::after {
    position: absolute;
    width: 200%;
    top: -50%;
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 60%
    );
    mix-blend-mode: overlay;
    pointer-events: none;
    left: -50%;
    content: '';
    animation: rotateLightSource 15s infinite linear;
    height: 200%;
}.explore_now96583 .container {
    max-width: 1140px;
    position: relative;
    z-index: 1;
    align-items: center;
    gap: 2.5rem;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    transform: translateZ(20px);
}.explore_now96583 h6 {
    letter-spacing: 0.5px;
    font-weight: 600;
    max-width: 800px;
    position: relative;
    text-align: center;
    transform: perspective(1000px) rotateX(5deg);
    line-height: 1.6;
    backdrop-filter: blur(5px);
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    color: #ffffff;
    margin: 0;
    border-left: 3px solid #ffffff;
    font-family: Arial, sans-serif;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    font-size: 21px;
}.explore_now96583 div div {
    display: flex;
    perspective: 600px;
    justify-content: center;
}.explore_now96583 div div span {
    transition: transform 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transform: translateZ(30px);
    display: inline-block;
    position: relative;
}.explore_now96583 .query_list63029 {
    padding: 1rem 2.5rem;
    font-weight: 600;
    text-decoration: none;
    transform: translateZ(0);
    color: rgb(142,167,163);
    transform-style: preserve-3d;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    transition: all 0.4s ease;
    background: #ffffff;
    display: inline-block;
    font-family: Arial, sans-serif;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 
                0 6px 6px rgba(0, 0, 0, 0.1),
                0 0 0 3px rgba(255, 255, 255, 0.1);
    font-size: 19px;
}.explore_now96583 .query_list63029::before {
    filter: blur(10px);
    transition: opacity 0.4s ease;
    left: -2px;
    z-index: -1;
    top: -2px;
    transform: translateZ(-5px);
    background: linear-gradient(45deg, 
        rgb(107,129,125), 
        rgb(142,167,163), 
        rgb(107,129,125));
    opacity: 0;
    position: absolute;
    bottom: -2px;
    content: '';
    right: -2px;
}.explore_now96583 .query_list63029 span {
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    z-index: 2;
    position: relative;
}.explore_now96583 .query_list63029:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 
                0 10px 10px rgba(0, 0, 0, 0.15),
                0 0 0 4px rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) translateZ(10px);
}.explore_now96583 .query_list63029:hover::before {
    opacity: 0.7;
}.explore_now96583 .query_list63029:hover span {
    transform: scale(1.05);
}.explore_now96583 .query_list63029:active {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1),
                0 3px 3px rgba(0, 0, 0, 0.1),
                0 0 0 2px rgba(255, 255, 255, 0.1);
    transform: translateY(0) translateZ(0);
    transition: all 0.1s ease;
}

@keyframes rotateLightSource {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {.explore_now96583 {
    padding: 3rem 1.5rem;
}.explore_now96583 h6 {
    transform: perspective(1000px) rotateX(3deg);
    font-size: calc(21px * 0.9);
}.explore_now96583 .query_list63029 {
    padding: 0.875rem 2rem;
    font-size: calc(19px * 0.9);
}.explore_now96583 .container {
    gap: 2rem;
}
}

@media (max-width: 576px) {.explore_now96583 {
    padding: 2.5rem 1rem;
}.explore_now96583 h6 {
    transform: perspective(1000px) rotateX(2deg);
    padding: 0.5rem 0.75rem;
    font-size: calc(21px * 0.85);
    line-height: 1.5;
}.explore_now96583 .query_list63029 {
    font-size: calc(19px * 0.85);
    padding: 0.75rem 1.75rem;
}.explore_now96583 .container {
    gap: 1.5rem;
}
}

@media (min-width: 992px) {.explore_now96583 {
    padding: 5rem 2rem;
}.explore_now96583 .container {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 3rem;
}.explore_now96583 h6 {
    flex: 1;
    max-width: 60%;
    text-align: left;
    transform: perspective(1000px) rotateX(5deg) translateZ(10px);
}.explore_now96583 div div {
    flex: 0 0 auto;
}.explore_now96583 .query_list63029 {
    padding: 1.125rem 2.75rem;
}
}

@media (min-width: 1200px) {.explore_now96583 h6 {
    font-size: calc(21px * 1.1);
}.explore_now96583 .query_list63029 {
    font-size: calc(19px * 1.1);
    padding: 1.25rem 3rem;
}
}

@media (prefers-reduced-motion) {.explore_now96583::after {
    animation: none;
}.explore_now96583 .query_list63029:hover,
    .explore_now96583 .query_list63029:active {
    transform: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.explore_now96583 h6,
    .explore_now96583 .container,
    .explore_now96583 div div span {
    transform: none;
}}.price_offering84209 {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.price_offering84209::before {
    right: 0;
    bottom: 0;
    content: "";
    top: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.85) 100%);
    left: 0;
}.price_offering84209 .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.price_offering84209 .learning_plan82706 {
    position: relative;
}.price_offering84209 h2 {
    color: #ffffff;
    margin-bottom: 20px;
    transform: perspective(1000px) translateZ(30px);
    position: relative;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 5px 15px rgba(0,0,0,0.3);
    font-size: 33px;
}.price_offering84209 h2::after {
    height: 4px;
    width: 80px;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    bottom: -15px;
    left: 50%;
    background: linear-gradient(90deg, rgb(142,167,163,0.5), rgb(142,167,163), rgb(142,167,163,0.5));
}.price_offering84209 .rate_plans94628 {
    transform: perspective(1000px) translateZ(20px);
    color: #ffffff;
    margin: 0 auto 50px;
    line-height: 1.6;
    font-size: calc(12px * 1.1);
    max-width: 800px;
    opacity: 0.9;
    font-weight: 300;
    text-align: center;
}.price_offering84209 .bundle_price87134 {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
    perspective: 1000px;
    display: grid;
    gap: 30px;
    padding: 0;
}.price_offering84209 .bundle_price87134 li {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
}.price_offering84209 .discount_tier91653 {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    transform-style: preserve-3d;
    position: relative;
    text-decoration: none;
    display: block;
}.price_offering84209 .plan_details59726 {
    overflow: hidden;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.1) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    transform-style: preserve-3d;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.1);
    padding: 40px 30px;
    position: relative;
}.price_offering84209 .plan_details59726::before {
    height: 5px;
    content: "";
    opacity: 0.8;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: scaleX(0.8);
    left: 0;
    background: linear-gradient(90deg, rgb(142,167,163), rgb(107,129,125));
    top: 0;
    width: 100%;
    position: absolute;
}.price_offering84209 .plan_details59726::after {
    background: radial-gradient(circle, rgb(142,167,163,0.5) 0%, transparent 70%);
    right: 0;
    transform: translate(30%, 30%);
    z-index: -1;
    height: 150px;
    opacity: 0.2;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    transition: all 0.6s ease;
    content: "";
    width: 150px;
}.price_offering84209 .pricing_tiers05723 {
    transition: transform 0.5s ease;
    position: relative;
    transform-style: preserve-3d;
}.price_offering84209 .pricing_tiers05723 h4 {
    transform: translateZ(10px);
    font-weight: 600;
    font-size: calc(24px * 1.2);
    padding-bottom: 15px;
    position: relative;
    color: #ffffff;
    margin: 0 0 25px;
}.price_offering84209 .pricing_tiers05723 h4::after {
    width: 50px;
    background: rgb(107,129,125);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    content: "";
    transition: width 0.4s ease;
}.price_offering84209 .pricing_tiers05723 p {
    font-size: 12px;
    font-weight: 300;
    max-height: 250px;
    transform: translateZ(5px);
    overflow-wrap: break-word;
    margin: 0 0 30px;
    word-break: break-word;
    opacity: 0.8;
    overflow-y: auto;
    color: #ffffff;
    padding-right: 5px;
    line-height: 1.7;
}.price_offering84209 .pricing_tiers05723 p::-webkit-scrollbar {
    width: 4px;
}.price_offering84209 .pricing_tiers05723 p::-webkit-scrollbar-thumb {
    background: rgb(142,167,163,0.5);
    border-radius: 10px;
}.price_offering84209 .pricing_tiers05723 p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
}.price_offering84209 .study_rates52618 {
    color: #ffffff;
    transition: all 0.4s ease;
    display: inline-block;
    font-size: calc(24px * 1.5);
    transform: translateZ(15px);
    padding: 10px 5px;
    position: relative;
    font-weight: 700;
}.price_offering84209 .study_rates52618::before {
    bottom: 5px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(107,129,125), transparent);
    left: 0;
    transform: scaleX(0.5);
    position: absolute;
    content: "";
    transform-origin: center;
    width: 100%;
    opacity: 0.6;
    transition: transform 0.5s ease, opacity 0.5s ease;
}.price_offering84209 .discount_tier91653:hover .plan_details59726 {
    box-shadow: 0 30px 60px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.15);
    transform: translateY(-10px) translateZ(20px);
}.price_offering84209 .discount_tier91653:hover .plan_details59726::before {
    transform: scaleX(1);
    opacity: 1;
}.price_offering84209 .discount_tier91653:hover .plan_details59726::after {
    transform: translate(20%, 20%) scale(1.2);
    opacity: 0.4;
}.price_offering84209 .discount_tier91653:hover .pricing_tiers05723 h4::after {
    width: 80px;
}.price_offering84209 .discount_tier91653:hover .study_rates52618 {
    transform: translateZ(25px) scale(1.05);
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
}.price_offering84209 .discount_tier91653:hover .study_rates52618::before {
    transform: scaleX(0.8);
    opacity: 1;
}

@media (max-width: 1200px) {.price_offering84209 {
    padding: 80px 0;
}.price_offering84209 .bundle_price87134 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 991px) {.price_offering84209 {
    padding: 70px 0;
}.price_offering84209 h2 {
    font-size: calc(33px * 0.9);
}.price_offering84209 .rate_plans94628 {
    margin-bottom: 40px;
    font-size: 12px;
}.price_offering84209 .bundle_price87134 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.price_offering84209 .plan_details59726 {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.price_offering84209 {
    padding: 60px 0;
}.price_offering84209 h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 15px;
}.price_offering84209 .rate_plans94628 {
    margin-bottom: 30px;
}.price_offering84209 .bundle_price87134 {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.price_offering84209 .pricing_tiers05723 h4 {
    font-size: 24px;
}.price_offering84209 .study_rates52618 {
    font-size: calc(24px * 1.3);
}
}

@media (max-width: 480px) {.price_offering84209 {
    padding: 50px 0;
}.price_offering84209 .plan_details59726 {
    padding: 25px 20px;
}.price_offering84209 .pricing_tiers05723 p {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
    max-height: 200px;
}.price_offering84209 .study_rates52618 {
    font-size: calc(24px * 1.2);
}
}

@media (hover: none) {.price_offering84209 .plan_details59726 {
    box-shadow: 0 10px 30px rgba(0,0,0,0.15), 0 0 0 1px rgba(255,255,255,0.1) !important;
    transform: none !important;
}.price_offering84209 .plan_details59726::before {
    opacity: 0.9;
    transform: scaleX(0.9);
}.price_offering84209 .pricing_tiers05723 h4::after {
    width: 60px;
}}header {
    z-index: 100;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: fixed;
    transition: all 0.5s ease;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    backdrop-filter: blur(10px);
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}header::before {
    opacity: 0.3;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    animation: pulse 15s infinite alternate;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(142,167,163,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(107,129,125,0.5) 0%, transparent 20%);
    position: absolute;
}header .container {
    padding: 1rem 2rem;
    position: relative;
}header .main_mainwrap74631 {
    position: relative;
    justify-content: space-between;
    z-index: 2;
    align-items: center;
    display: flex;
}header .main_core81049 {
    gap: 2rem;
    align-items: center;
    display: flex;
    position: relative;
}header .main_core81049::before {
    content: "";
    border-radius: 18px;
    height: calc(100% + 30px);
    background: linear-gradient(90deg, transparent 0%, rgb(142,167,163,0.5) 50%, transparent 100%);
    left: -30px;
    z-index: -1;
    top: -15px;
    transform: skewX(-15deg);
    position: absolute;
    width: calc(100% + 60px);
    opacity: 0.1;
}header .main_train51960 {
    text-transform: uppercase;
    text-decoration: none;
    font-family: Arial, sans-serif;
    padding: 0.5rem 0;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    color: #ffffff;
    position: relative;
}header .main_train51960::before {
    left: 0;
    bottom: 0;
    width: 0;
    content: "";
    background: linear-gradient(to right, rgb(142,167,163), rgb(107,129,125));
    position: absolute;
    transition: width 0.3s ease;
    height: 2px;
}header .main_train51960:hover {
    color: rgb(142,167,163);
    transform: translateY(-2px);
}header .main_train51960:hover::before {
    width: 100%;
}header .main_master39407 {
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
}header .main_master39407 svg {
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    height: 40px;
    width: auto;
}header .main_master39407:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 12px rgb(142,167,163,0.5));
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@media (max-width: 991px) {header .container {
    padding: 0.8rem 1.5rem;
}header .main_core81049 {
    gap: 1.5rem;
}header .main_train51960 {
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header {
    position: relative;
}header .main_mainwrap74631 {
    flex-direction: column-reverse;
    padding: 1rem 0;
    gap: 1rem;
}header .main_master39407 {
    margin-bottom: 0.5rem;
}header .main_core81049 {
    overflow-x: auto;
    mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
    width: 100%;
    padding: 0.5rem 0;
    justify-content: flex-start;
}header .main_core81049::before {
    display: none;
}header .main_train51960 {
    padding: 0.5rem 1rem;
    white-space: nowrap;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}header .main_train51960::before {
    display: none;
}}.greeting_page38615 {
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(107,129,125,0.5), rgb(142,167,163,0.5));
    justify-content: center;
    display: flex;
    overflow: hidden;
    width: 100%;
    align-items: center;
    position: relative;
}.greeting_page38615::before {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    background: radial-gradient(circle at 30% 40%, rgba(255,255,255,0.15) 0%, transparent 60%);
}.greeting_page38615::after {
    width: 60%;
    right: 0;
    top: 0;
    background: radial-gradient(ellipse at 70% 50%, rgb(107,129,125,0.5) 0%, transparent 70%);
    height: 100%;
    position: absolute;
    z-index: 0;
    animation: pulse 15s infinite alternate ease-in-out;
    content: "";
    opacity: 0.4;
}.greeting_page38615 .learn_team23876 {
    width: 90%;
    transform: translateY(-2vh);
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.greeting_page38615 .learn_first17256 {
    background-blend-mode: overlay !important;
    backdrop-filter: blur(10px);
    padding: 4rem 3rem;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15), 
              0 5px 15px rgba(0,0,0,0.1),
              0 0 0 1px rgba(255,255,255,0.1) inset;
    overflow: hidden;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.greeting_page38615 .learn_first17256::before {
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(145deg, 
                rgba(255,255,255,0.15), 
                rgba(255,255,255,0.05) 30%, 
                rgba(0,0,0,0.2) 100%);
    top: 0;
    z-index: -1;
    position: absolute;
}.greeting_page38615 .learn_first17256::after {
    border-radius: 50%;
    height: 200px;
    top: -50px;
    animation: orbitFloat 25s infinite linear;
    content: "";
    z-index: -1;
    width: 200px;
    background: radial-gradient(circle, rgb(142,167,163,0.5) 0%, transparent 70%);
    opacity: 0.6;
    position: absolute;
    right: -50px;
}.greeting_page38615 .learn_first17256 span {
    opacity: 0;
    position: relative;
    animation: slideInLeft 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.43, 0.99);
    display: block;
    margin-bottom: 1.5rem;
    transform: translateX(-5px);
}.greeting_page38615 .learn_first17256 h3 {
    color: #ffffff;
    font-weight: 600;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    max-width: 85%;
    z-index: 3;
    font-size: calc(20px * 0.9);
    line-height: 1.5;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    position: relative;
}.greeting_page38615 .learn_first17256 h1 {
    background-clip: text !important;
    animation: slideInUp 0.8s 0.4s forwards cubic-bezier(0.17, 0.67, 0.43, 0.99);
    -webkit-background-clip: text !important;
    opacity: 0;
    z-index: 3;
    position: relative;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    line-height: 1.2;
    transform: translateY(20px);
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: 46px;
    background: linear-gradient(135deg, #ffffff, rgba(255,255,255,0.85));
}.greeting_page38615 .learn_first17256 h1::after {
    background: linear-gradient(90deg, rgb(142,167,163), transparent);
    opacity: 0;
    transform-origin: left center;
    position: absolute;
    width: 80px;
    left: 0;
    bottom: -10px;
    animation: expandWidth 0.6s 1s forwards cubic-bezier(0.17, 0.67, 0.43, 0.99);
    content: "";
    height: 4px;
}.greeting_page38615 .learn_first17256 div div {
    animation: slideInUp 0.8s 0.6s forwards cubic-bezier(0.17, 0.67, 0.43, 0.99);
    transform: translateY(20px);
    opacity: 0;
}.greeting_page38615 .learn_first17256 p {
    position: relative;
    z-index: 3;
    font-size: calc(15px * 1.2);
    max-width: 90%;
    line-height: 1.6;
    color: #ffffff;
    font-family: Arial, sans-serif;
    letter-spacing: 0.2px;
    margin: 0;
}.greeting_page38615 .learn_first17256::before {
    z-index: 2;
    width: 6px;
    top: 30%;
    content: "";
    position: absolute;
    background-color: #ffffff;
    animation: twinkle 4s infinite alternate ease-in-out;
    height: 6px;
    border-radius: 50%;
    box-shadow: 0 0 15px 5px rgba(255,255,255,0.3);
    right: 20%;
}.greeting_page38615 .learn_first17256 span::before,
.greeting_page38615 .learn_first17256 span::after,
.greeting_page38615 .learn_first17256 h1::before,
.greeting_page38615 .learn_first17256 p::before {
    position: absolute;
    height: 4px;
    background-color: #ffffff;
    width: 4px;
    z-index: 2;
    border-radius: 50%;
    content: "";
}.greeting_page38615 .learn_first17256 span::before {
    animation: twinkle 3s infinite alternate-reverse ease-in-out;
    box-shadow: 0 0 10px 2px rgba(255,255,255,0.2);
    left: 20%;
    top: -15px;
}.greeting_page38615 .learn_first17256 span::after {
    animation: twinkle 5s infinite alternate ease-in-out;
    bottom: 10px;
    right: 30%;
    box-shadow: 0 0 10px 3px rgba(255,255,255,0.25);
}.greeting_page38615 .learn_first17256 h1::before {
    animation: twinkle 4.5s infinite alternate-reverse ease-in-out;
    right: 25%;
    top: 10px;
    box-shadow: 0 0 12px 4px rgba(255,255,255,0.3);
}.greeting_page38615 .learn_first17256 p::before {
    top: -15px;
    box-shadow: 0 0 8px 2px rgba(255,255,255,0.2);
    animation: twinkle 3.5s infinite alternate ease-in-out;
    left: 15%;
}.greeting_page38615 .learn_first17256 h1::after {
    opacity: 0.5;
    background: linear-gradient(to right, rgb(255, 255, 255, 0.5), transparent);
    position: absolute;
    z-index: 1;
    width: 80px;
    height: 1px;
    right: -90px;
    top: 30%;
    transform: rotate(45deg);
    content: "";
}.greeting_page38615 .learn_first17256 span::after {
    height: 1px;
    position: absolute;
    z-index: 1;
    left: -70px;
    content: "";
    width: 60px;
    bottom: -10px;
    opacity: 0.5;
    transform: rotate(-30deg);
    background: linear-gradient(to right, rgb(255, 255, 255, 0.5), transparent);
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes expandWidth {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes twinkle {
  0%, 100% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.05);
  }
}

@keyframes orbitFloat {
  0% {
    transform: rotate(0deg) translateX(50px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(50px) rotate(-360deg);
  }
}


@media (max-width: 1200px) {.greeting_page38615 .learn_first17256 {
    padding: 3.5rem 2.5rem;
}.greeting_page38615 .learn_first17256 h1 {
    font-size: calc(46px * 0.9);
}.greeting_page38615 .learn_first17256 h3 {
    max-width: 90%;
}
}

@media (max-width: 992px) {.greeting_page38615 .learn_first17256 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 3rem 2rem;
}.greeting_page38615 .learn_first17256 h1 {
    font-size: calc(46px * 0.8);
}.greeting_page38615 .learn_first17256 h3 {
    font-size: calc(20px * 0.85);
}.greeting_page38615 .learn_first17256 p {
    font-size: calc(15px * 1.1);
    max-width: 95%;
}
}

@media (max-width: 768px) {.greeting_page38615 {
    min-height: 90vh;
}.greeting_page38615 .learn_team23876 {
    width: 95%;
}.greeting_page38615 .learn_first17256 {
    padding: 2.5rem 1.5rem;
    transform: none;
}.greeting_page38615 .learn_first17256 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(46px * 0.7);
}.greeting_page38615 .learn_first17256 h3 {
    font-size: calc(20px * 0.8);
    max-width: 100%;
}.greeting_page38615 .learn_first17256 p {
    font-size: 15px;
    max-width: 100%;
}.greeting_page38615 .learn_first17256 h1::after {
    height: 3px;
    width: 60px;
}
}

@media (max-width: 576px) {.greeting_page38615 {
    min-height: 85vh;
}.greeting_page38615 .learn_first17256 {
    padding: 2rem 1.25rem;
}.greeting_page38615 .learn_first17256 h1 {
    margin-bottom: 1.25rem;
    font-size: calc(46px * 0.6);
}.greeting_page38615 .learn_first17256 h3 {
    font-size: calc(20px * 0.75);
}.greeting_page38615 .learn_first17256 span {
    margin-bottom: 1rem;
}.greeting_page38615 .learn_first17256 h1::after {
    height: 3px;
    width: 50px;
    bottom: -8px;
}
}

@media (max-width: 390px) {.greeting_page38615 .learn_first17256 {
    padding: 1.5rem 1rem;
}.greeting_page38615 .learn_first17256 h1 {
    font-size: calc(46px * 0.5);
}.greeting_page38615 .learn_first17256 h3 {
    font-size: calc(20px * 0.7);
}.greeting_page38615 .learn_first17256 p {
    font-size: calc(15px * 0.9);
}}.privacy_guardhouse19620 {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease-in-out;
    margin-right: 5%;
    color: #000000;
    padding: 40px;
    margin-left: 5%;
    background-color: rgb(177,203,200);
}.privacy_guardhouse19620:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}.privacy_guardhouse19620 h1,
.privacy_guardhouse19620 h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px 0;
}.privacy_guardhouse19620 h1 {
    padding-bottom: 10px;
    color: rgb(142,167,163);
    border-bottom: 3px solid rgb(142,167,163);
    font-weight: 700;
    font-size: 41px;
}.privacy_guardhouse19620 h2 {
    padding-left: 10px;
    border-left: 5px solid rgb(107,129,125);
    color: rgb(107,129,125);
    font-size: 32px;
    font-weight: 600;
}.privacy_guardhouse19620 ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}.privacy_guardhouse19620 ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-weight: 400;
    color: #000000;
    padding: 10px 0;
    font-size: 18px;
}.privacy_guardhouse19620 ul li:last-child {
    border-bottom: none;
}.privacy_guardhouse19620 p {
    color: #000000;
    line-height: 1.6;
    font-weight: 300;
    margin: 20px 0;
    font-size: 18px;
}.privacy_guardhouse19620 div {
    margin: 20px 0;
}
@media only screen and (max-width: 800px) {.privacy_guardhouse19620 {
    padding: 20px;
}.privacy_guardhouse19620 h1 {
    font-size: calc(21px - 10px);
}.privacy_guardhouse19620 h2 {
    font-size: calc(21px - 10px);
}.privacy_guardhouse19620 ul li {
    font-size: calc(18px - 2px);
}.privacy_guardhouse19620 p {
    font-size: calc(18px - 2px);
}}.contact_form_box75461 {
    background: rgb(177,203,200);
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}.contact_form_box75461::before {
    top: 0;
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.2;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(142,167,163,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(107,129,125,0.5) 0%, transparent 60%);
    left: 0;
}.contact_form_box75461::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    content: '';
    width: 100%;
}.contact_form_box75461 .img_hover53419 {
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    top: 2.5%;
    height: 95%;
    right: 0;
    position: absolute;
    z-index: 1;
    width: 45%;
    border-radius: 100px 0 0 100px;
}.contact_form_box75461 .img_hover53419::after {
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(to right, rgb(142,167,163,0.5), transparent 70%);
    content: '';
    border-radius: 100px 0 0 100px;
    height: 100%;
    position: absolute;
}.contact_form_box75461 .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.contact_form_box75461 h3 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 28px;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
}.contact_form_box75461 .help_grid02973 {
    overflow: hidden;
    background: #ffffff;
    width: 100%;
    display: flex;
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}.contact_form_box75461 .help_grid02973::before {
    content: '';
    top: -100px;
    background: rgb(142,167,163,0.5);
    position: absolute;
    opacity: 0.05;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    left: -100px;
}.contact_form_box75461 .help_grid02973::after {
    opacity: 0.05;
    width: 150px;
    background: rgb(107,129,125,0.5);
    content: '';
    height: 150px;
    border-radius: 50%;
    bottom: -75px;
    position: absolute;
    right: -75px;
}.contact_form_box75461 .support_card90256 {
    position: relative;
    padding: 50px;
    width: 60%;
}.contact_form_box75461 form h3 {
    font-size: 18px;
    color: rgb(142,167,163);
    margin-bottom: 30px;
    text-align: left;
}.contact_form_box75461 form h3::before,
.contact_form_box75461 form h3::after {
    display: none;
}.contact_form_box75461 input[type="text"],
.contact_form_box75461 textarea {
    margin-bottom: 20px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border-radius: 30px;
    font-family: Arial, sans-serif;
    padding: 15px 25px;
    background: rgba(245, 245, 245, 0.5);
    width: 100%;
    color: #000000;
}.contact_form_box75461 input[type="text"]:focus,
.contact_form_box75461 textarea:focus {
    box-shadow: 0 0 15px rgb(142,167,163,0.5);
    outline: none;
    background: rgba(255, 255, 255, 1);
    border-color: rgb(142,167,163,0.5);
}.contact_form_box75461 textarea {
    resize: none;
    height: 140px;
    border-radius: 20px;
}.contact_form_box75461 .query_query03875 {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}.contact_form_box75461 .query_query03875 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_form_box75461 .query_query03875 label {
    line-height: 1.6;
    position: relative;
    color: #000000;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
}.contact_form_box75461 .query_query03875 label::before {
    position: absolute;
    width: 22px;
    content: '';
    background: #ffffff;
    border-radius: 50%;
    height: 22px;
    border: 2px solid rgb(142,167,163,0.5);
    top: 2px;
    left: 0;
    transition: all 0.3s ease;
}.contact_form_box75461 .query_query03875 input[type="checkbox"]:checked + label::before {
    background: rgb(142,167,163);
    border-color: rgb(142,167,163);
}.contact_form_box75461 .query_query03875 input[type="checkbox"]:checked + label::after {
    top: 6px;
    height: 10px;
    width: 6px;
    transform: rotate(45deg);
    left: 8px;
    border: solid #ffffff;
    content: '';
    border-width: 0 2px 2px 0;
    position: absolute;
}.contact_form_box75461 .query_query03875 a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(142,167,163);
}.contact_form_box75461 .query_query03875 a:hover {
    color: rgb(107,129,125);
}.contact_form_box75461 .query_list63029 {
    font-family: Arial, sans-serif;
    z-index: 1;
    background: rgb(142,167,163);
    font-size: 15px;
    transition: all 0.3s ease;
    overflow: hidden;
    font-weight: 600;
    color: #ffffff;
    border-radius: 50px;
    cursor: pointer;
    padding: 15px 40px;
    border: none;
    position: relative;
}.contact_form_box75461 .query_list63029::before {
    background: rgb(107,129,125);
    left: 0;
    top: 0;
    width: 100%;
    transition: all 0.5s ease;
    border-radius: 50px;
    height: 100%;
    z-index: -1;
    position: absolute;
    transform: translateY(100%);
    content: '';
}.contact_form_box75461 .query_list63029:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgb(142,167,163,0.5);
}.contact_form_box75461 .query_list63029:hover::before {
    transform: translateY(0);
}.contact_form_box75461 .query_box73105 {
    background: linear-gradient(135deg, rgb(142,167,163), rgb(107,129,125));
    top: 50%;
    display: flex;
    right: 0;
    width: 40%;
    flex-direction: column;
    z-index: 3;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
    justify-content: center;
    padding: 50px;
    position: absolute;
    border-radius: 70px 0 0 70px;
    transform: translateY(-50%);
}.contact_form_box75461 .query_box73105::before {
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    width: 100%;
    border-radius: 70px 0 0 70px;
    top: 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
}.contact_form_box75461 .query_box73105 h4 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 30px;
}.contact_form_box75461 .query_box73105 h4::after {
    position: absolute;
    left: 0;
    width: 40px;
    border-radius: 3px;
    height: 3px;
    bottom: -10px;
    background: #ffffff;
    content: '';
}.contact_form_box75461 .request_map09278 {
    padding: 0;
    list-style: none;
    margin: 0;
}.contact_form_box75461 .request_map09278 li {
    align-items: flex-start;
    padding: 5px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    display: flex;
    border-radius: 10px;
}.contact_form_box75461 .request_map09278 li:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}.contact_form_box75461 .request_map09278 svg {
    flex-shrink: 0;
    margin-top: 3px;
    height: 24px;
    width: 24px;
    margin-right: 15px;
    transition: transform 0.3s ease;
}.contact_form_box75461 .request_map09278 li:hover svg {
    transform: scale(1.2);
}.contact_form_box75461 .request_map09278 svg path {
    fill: #ffffff;
}.contact_form_box75461 .request_map09278 span {
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.contact_form_box75461 .request_map09278 a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}.contact_form_box75461 .request_map09278 a:hover {
    opacity: 0.8;
}

@media (max-width: 1200px) {.contact_form_box75461 .help_grid02973 {
    width: 70%;
}.contact_form_box75461 .query_box73105 {
    width: 35%;
}
}

@media (max-width: 992px) {.contact_form_box75461 .img_hover53419 {
    display: none;
}.contact_form_box75461 .container {
    flex-direction: column;
    align-items: center;
    display: flex;
}.contact_form_box75461 .help_grid02973 {
    max-width: 600px;
    flex-direction: column;
    width: 100%;
}.contact_form_box75461 .query_box73105 {
    transform: none;
    max-width: 600px;
    right: auto;
    width: 100%;
    top: auto;
    position: relative;
    border-radius: 20px;
    margin-top: 30px;
}.contact_form_box75461 .query_box73105::before {
    border-radius: 20px;
}
}

@media (max-width: 768px) {.contact_form_box75461 {
    padding: 70px 0;
}.contact_form_box75461 h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 40px;
}.contact_form_box75461 .support_card90256,
    .contact_form_box75461 .query_box73105 {
    padding: 30px;
}
}

@media (max-width: 576px) {.contact_form_box75461 {
    padding: 50px 0;
}.contact_form_box75461 h3 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.8);
}.contact_form_box75461 .support_card90256,
    .contact_form_box75461 .query_box73105 {
    padding: 25px 20px;
}.contact_form_box75461 input[type="text"],
    .contact_form_box75461 textarea {
    margin-bottom: 15px;
    padding: 12px 20px;
}.contact_form_box75461 .query_list63029 {
    width: 100%;
    padding: 12px;
}}.media_kit28051 {
    position: relative;
    padding: 5rem 0 2rem;
    background-color: rgb(177,203,200);
    font-family: Arial, sans-serif;
    color: #000000;
}.media_kit28051::before {
    right: 0;
    background: linear-gradient(180deg, transparent 0%, rgb(142,167,163,0.5) 100%);
    opacity: 0.05;
    z-index: 0;
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    height: 250px;
}.media_kit28051 .container {
    position: relative;
    z-index: 1;
}.media_kit28051 .sponsor_logo50139 {
    gap: 4rem;
    display: flex;
    flex-direction: column;
}.media_kit28051 .msg_team97812 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgb(107,129,125,0.5);
    gap: 1.5rem;
    position: relative;
}.media_kit28051 .msg_team97812::after {
    bottom: -1px;
    left: 0;
    width: 60px;
    content: '';
    height: 3px;
    position: absolute;
    background-color: rgb(142,167,163);
}.media_kit28051 .info_item {
    transition: transform 0.3s ease-out;
    padding: 0.5rem;
}.media_kit28051 .info_item:hover {
    transform: translateX(5px);
}.media_kit28051 .info_item p,
.media_kit28051 .info_item a {
    font-size: 14px;
    display: flex;
    gap: 0.75rem;
    text-decoration: none;
    align-items: center;
    transition: color 0.3s ease;
    color: #000000;
    font-weight: 400;
}.media_kit28051 .info_item a:hover {
    color: rgb(142,167,163);
}.media_kit28051 .info_item svg {
    height: 20px;
    width: 20px;
    flex-shrink: 0;
    fill: rgb(142,167,163);
}.media_kit28051 .text_main_holder {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.2fr;
    gap: 3rem;
}.media_kit28051 .main_teach78542 {
    gap: 1.25rem;
    display: flex;
    flex-direction: column;
}.media_kit28051 .main_teach78542 svg {
    height: auto;
    max-width: 160px;
    transition: opacity 0.3s ease;
}.media_kit28051 .main_teach78542 svg:hover {
    opacity: 0.8;
}.media_kit28051 .quiz_links31672 {
    opacity: 0.8;
    color: #000000;
    max-width: 300px;
    line-height: 1.6;
    font-size: 12px;
}.media_kit28051 .main_core81049 {
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
}.media_kit28051 .main_core81049 h5 {
    margin-bottom: 0.5rem;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    position: relative;
}.media_kit28051 .top_sitewrap41856 {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}.media_kit28051 .top_sitewrap41856 a {
    position: relative;
    color: #000000;
    font-size: 14px;
    transition: color 0.3s ease, padding-left 0.3s ease;
    padding-left: 0;
    text-decoration: none;
}.media_kit28051 .top_sitewrap41856 a::before {
    content: '';
    width: 0;
    top: 50%;
    background-color: rgb(142,167,163);
    height: 1px;
    position: absolute;
    transition: width 0.3s ease, left 0.3s ease;
    left: -10px;
    transform: translateY(-50%);
}.media_kit28051 .top_sitewrap41856 a:hover {
    color: rgb(142,167,163);
    padding-left: 12px;
}.media_kit28051 .top_sitewrap41856 a:hover::before {
    left: 0;
    width: 10px;
}.media_kit28051 .subscribe_holder {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    gap: 1.5rem;
    flex-direction: column;
    border-radius: 24px;
    display: flex;
    padding: 2rem;
}.media_kit28051 .subscribe_holder h5 {
    font-weight: 600;
    color: #000000;
    font-size: 24px;
}.media_kit28051 .subscribe_holder p {
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
}.media_kit28051 .input_holder {
    gap: 0.5rem;
    display: flex;
    position: relative;
}.media_kit28051 .input_holder input[type="email"] {
    background-color: transparent;
    padding: 1rem 1.25rem;
    border: 1px solid rgb(107,129,125,0.5);
    border-radius: 10px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    font-size: 14px;
    flex: 1;
    color: #000000;
}.media_kit28051 .input_holder input[type="email"]:focus {
    border-color: rgb(142,167,163);
    outline: none;
    box-shadow: 0 0 0 3px rgb(142,167,163,0.5);
}.media_kit28051 .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.media_kit28051 .email_form53814 {
    border: none;
    background-color: rgb(142,167,163);
    transition: background-color 0.3s ease, transform 0.3s ease;
    border-radius: 10px;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 1rem 1.5rem;
}.media_kit28051 .email_form53814:hover {
    transform: translateY(-2px);
    background-color: rgb(107,129,125);
}.media_kit28051 .lecture_ref71802 {
    padding-top: 1.5rem;
    border-top: 1px solid rgb(107,129,125,0.5);
    text-align: center;
    margin-top: 3rem;
}.media_kit28051 .facebook_cta19028 {
    font-size: 12px;
    color: #000000;
    opacity: 0.8;
}.media_kit28051 .top_sitewrap41856:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}.media_kit28051 .top_sitewrap41856:first-child::after {
    position: absolute;
    width: 30px;
    bottom: -0.75rem;
    height: 1px;
    left: 0;
    background-color: rgb(107,129,125,0.5);
    content: '';
}.media_kit28051 {
    background-blend-mode: overlay;
    background-repeat: repeat;
    background-attachment: fixed;
    background-image: 
        linear-gradient(rgb(107,129,125,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(107,129,125,0.5) 1px, transparent 1px);
    background-position: center;
    background-size: 40px 40px;
}

@media (max-width: 1024px) {.media_kit28051 {
    padding: 4rem 0 2rem;
}.media_kit28051 .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
}.media_kit28051 .subscribe_holder {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.media_kit28051 {
    padding: 3.5rem 0 1.5rem;
}.media_kit28051 .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.media_kit28051 .subscribe_holder {
    grid-column: auto;
}.media_kit28051 .msg_team97812 {
    grid-template-columns: 1fr 1fr;
}.media_kit28051 .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 576px) {.media_kit28051 {
    padding: 3rem 0 1.5rem;
}.media_kit28051 .msg_team97812 {
    grid-template-columns: 1fr;
}.media_kit28051 .input_holder {
    flex-direction: column;
}.media_kit28051 .email_form53814 {
    width: 100%;
}.media_kit28051 .main_teach78542,
    .media_kit28051 .main_core81049 h5,
    .media_kit28051 .top_sitewrap41856,
    .media_kit28051 .top_sitewrap41856 a {
    text-align: center;
    align-items: center;
}.media_kit28051 .main_teach78542 svg {
    margin: 0 auto;
}.media_kit28051 .quiz_links31672 {
    max-width: 100%;
    text-align: center;
}.media_kit28051 .top_sitewrap41856:first-child::after {
    transform: translateX(-50%);
    left: 50%;
}.media_kit28051 .msg_team97812::after {
    left: 50%;
    transform: translateX(-50%);
}.media_kit28051 .top_sitewrap41856 a::before {
    display: none;
}.media_kit28051 .top_sitewrap41856 a:hover {
    padding-left: 0;
}}.client_feedback90862 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(165deg, rgb(177,203,200) 0%, #ffffff 100%);
    padding: 120px 0;
}.client_feedback90862::before {
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    z-index: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(142,167,163,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(107,129,125,0.5) 0%, transparent 40%);
    opacity: 0.5;
    top: 0;
}.client_feedback90862::after {
    content: "";
    top: 0;
    background-size: 50px 50px;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.05;
    background-image: 
        linear-gradient(90deg, rgb(142,167,163,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(142,167,163,0.5) 1px, transparent 1px);
    position: absolute;
    z-index: 0;
}.client_feedback90862 .guide_values61857 {
    margin: 0 auto;
    padding: 0;
    max-width: 1300px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}.client_feedback90862 h4 {
    position: relative;
    z-index: 2;
    font-weight: 700;
    margin-bottom: 80px;
    font-size: 31px;
    color: #000000;
    text-align: center;
}.client_feedback90862 h4::before {
    width: 100px;
    bottom: -20px;
    height: 8px;
    background: linear-gradient(90deg, rgb(142,167,163), rgb(107,129,125));
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    border-radius: 10px;
}.client_feedback90862 h4::after {
    position: absolute;
    bottom: -26px;
    width: 20px;
    background: #ffffff;
    content: "";
    left: 50%;
    height: 20px;
    border: 3px solid rgb(142,167,163);
    z-index: 1;
    border-radius: 50%;
    transform: translateX(-50%);
}.client_feedback90862 .rating_showcase10596 {
    width: max-content;
    animation: scrollReviews 60s linear infinite;
    display: flex;
    position: relative;
    padding: 20px 0;
}.client_feedback90862 .rating_showcase10596:hover {
    animation-play-state: paused;
}.client_feedback90862 .feedback_cloud86752 {
    transition: all 0.4s ease;
    background: #ffffff;
    width: 320px;
    position: relative;
    z-index: 1;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 400px;
    padding: 30px;
    flex-direction: column;
    margin: 0 20px;
    align-items: center;
    display: flex;
    transform: translateY(0);
}.client_feedback90862 .feedback_cloud86752:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 2;
}.client_feedback90862 .feedback_cloud86752::before {
    content: "";
    left: 0;
    border-radius: inherit;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    z-index: -1;
}.client_feedback90862 .feedback_cloud86752::after {
    width: 60px;
    opacity: 0.2;
    content: "";
    z-index: -1;
    right: -10px;
    height: 60px;
    border-radius: 50%;
    background: rgb(142,167,163,0.5);
    transition: all 0.4s ease;
    top: -10px;
    position: absolute;
}.client_feedback90862 .feedback_cloud86752:hover::after {
    opacity: 0.3;
    transform: scale(1.2);
}.client_feedback90862 .img_hover53419 {
    height: 110px;
    border: 5px solid #ffffff;
    border-radius: 50%;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 110px;
    transition: all 0.4s ease;
    position: relative;
}.client_feedback90862 .feedback_cloud86752:hover .img_hover53419 {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: rgb(142,167,163,0.5);
    transform: scale(1.1);
}.client_feedback90862 .feedback_cloud86752 span {
    position: relative;
    text-align: center;
    color: #000000;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: calc(12px * 1.2);
}.client_feedback90862 .feedback_cloud86752 span::after {
    opacity: 0.5;
    background: rgb(142,167,163);
    position: absolute;
    transition: all 0.3s ease;
    width: 40px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    bottom: -8px;
    height: 2px;
}.client_feedback90862 .feedback_cloud86752:hover span {
    color: rgb(142,167,163);
}.client_feedback90862 .feedback_cloud86752:hover span::after {
    opacity: 1;
    width: 60px;
}.client_feedback90862 .feedback_cloud86752 p {
    transition: all 0.3s ease;
    color: #000000;
    align-items: center;
    display: flex;
    font-size: 12px;
    line-height: 1.6;
    overflow: hidden;
    flex-grow: 1;
    text-align: center;
}.client_feedback90862 .feedback_cloud86752:nth-child(3n+1) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(142,167,163,0.5), 0.05));
}.client_feedback90862 .feedback_cloud86752:nth-child(3n+2) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(107,129,125,0.5), 0.05));
}.client_feedback90862 .feedback_cloud86752:nth-child(3n+2)::after {
    background: rgb(107,129,125,0.5);
}.client_feedback90862 .feedback_cloud86752:nth-child(3n+3) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(142,167,163,0.5), 0.03));
}.client_feedback90862 .feedback_cloud86752:nth-child(even) {
    margin-top: 30px;
}.client_feedback90862 .feedback_cloud86752:nth-child(odd) {
    margin-top: -30px;
}

@keyframes scrollReviews {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 1200px) {.client_feedback90862 {
    padding: 90px 0;
}.client_feedback90862 .feedback_cloud86752 {
    padding: 25px;
    width: 280px;
    height: 380px;
}.client_feedback90862 .img_hover53419 {
    width: 90px;
    height: 90px;
}
}

@media (max-width: 992px) {.client_feedback90862 {
    padding: 70px 0;
}.client_feedback90862 h4 {
    margin-bottom: 60px;
}.client_feedback90862 .feedback_cloud86752 {
    margin: 0 15px;
    width: 250px;
    padding: 20px;
    height: 350px;
}.client_feedback90862 .img_hover53419 {
    margin-bottom: 20px;
    height: 80px;
    width: 80px;
}.client_feedback90862 .feedback_cloud86752 span {
    font-size: 12px;
}.client_feedback90862 .feedback_cloud86752:nth-child(even) {
    margin-top: 20px;
}.client_feedback90862 .feedback_cloud86752:nth-child(odd) {
    margin-top: -20px;
}
}

@media (max-width: 768px) {.client_feedback90862 {
    padding: 60px 0;
}.client_feedback90862 .guide_values61857 {
    overflow: visible;
    padding: 0 20px;
}.client_feedback90862 .rating_showcase10596 {
    animation: none;
    flex-direction: column;
    width: 100%;
}.client_feedback90862 .feedback_cloud86752 {
    min-height: 200px;
    width: 100%;
    padding: 25px;
    margin: 0 0 30px;
    height: auto;
}.client_feedback90862 .feedback_cloud86752:last-child {
    margin-bottom: 0;
}.client_feedback90862 .feedback_cloud86752:nth-child(even),
    .client_feedback90862 .feedback_cloud86752:nth-child(odd) {
    margin-top: 0;
}.client_feedback90862 .feedback_cloud86752::after {
    height: 40px;
    width: 40px;
}.client_feedback90862 .img_hover53419 {
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
}.client_feedback90862 .feedback_cloud86752 p {
    margin-top: 10px;
}}.sign_up87254 {
    position: relative;
    background: rgb(177,203,200);
    z-index: 1;
    padding: 5rem 2rem;
    overflow: hidden;
}.sign_up87254::before {
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 38.2% 100%);
    height: 100%;
    opacity: 0.08;
    position: absolute;
    z-index: -1;
    width: 61.8%;
    background: rgb(142,167,163,0.5);
    content: "";
    right: 0;
}.sign_up87254::after {
    width: 38.2%;
    bottom: 0;
    position: absolute;
    content: "";
    left: 0;
    background: rgb(107,129,125,0.5);
    height: 61.8%;
    z-index: -1;
    opacity: 0.08;
    clip-path: polygon(0 38.2%, 100% 0, 100% 100%, 0 100%);
}.sign_up87254 .container {
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.sign_up87254 .guide_values61857 {
    display: grid;
    gap: 0;
    grid-template-columns: 38.2% 61.8%;
    position: relative;
}.sign_up87254 .guide_values61857::before {
    z-index: -1;
    top: -100px;
    border-radius: 50%;
    position: absolute;
    content: "";
    opacity: 0.05;
    right: -100px;
    height: 200px;
    border: 15px solid rgb(107,129,125);
    width: 200px;
}.sign_up87254 .guide_values61857::after {
    left: 38.2%;
    z-index: -1;
    width: 120px;
    position: absolute;
    bottom: -60px;
    animation: rotateDiamond 15s linear infinite;
    background: rgb(142,167,163);
    height: 120px;
    opacity: 0.05;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.sign_up87254 p {
    position: relative;
    margin: 0;
    font-weight: 700;
    padding-right: 2rem;
    font-family: Arial, sans-serif;
    font-size: 37px;
    align-items: center;
    line-height: 1.3;
    color: #000000;
    height: 100%;
    display: flex;
}.sign_up87254 p::before {
    height: 61.8%;
    position: absolute;
    content: "";
    left: -20px;
    animation: extendHeight 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    width: 3px;
    background: rgb(142,167,163);
}.sign_up87254 p::after {
    transform-origin: right;
    width: 38.2%;
    bottom: -20px;
    background: rgb(107,129,125);
    height: 3px;
    right: 0;
    content: "";
    position: absolute;
    animation: extendWidth 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
}.sign_up87254 .input_holder {
    padding-left: 2rem;
    position: relative;
    display: flex;
    align-items: center;
}.sign_up87254 .input_holder::before {
    background: transparent;
    opacity: 0.05;
    top: -8px;
    width: 100%;
    transition: all 0.3s ease;
    border: 1px solid #000000;
    left: 8px;
    height: 100%;
    z-index: -1;
    position: absolute;
    pointer-events: none;
    content: "";
}.sign_up87254 .input_holder:hover::before {
    transform: translate(4px, -4px);
}.sign_up87254 .join_wrap40923 {
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 61.8%;
    color: #000000;
    outline: none;
    padding: 1.2rem 1.5rem;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    background: #ffffff;
    border-right: none;
    font-size: 18px;
}.sign_up87254 .join_wrap40923:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(142,167,163);
}.sign_up87254 .query_list63029 {
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 600;
    width: 38.2%;
    background: #000000;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    border: 1px solid #000000;
    font-family: Arial, sans-serif;
    padding: 1.2rem 0;
    cursor: pointer;
}.sign_up87254 .query_list63029::before {
    height: 100%;
    width: 100%;
    z-index: -1;
    background: rgb(142,167,163);
    position: absolute;
    content: "";
    transition: all 0.3s ease;
    left: -100%;
    top: 0;
}.sign_up87254 .query_list63029:hover {
    color: #ffffff;
    border-color: rgb(142,167,163);
}.sign_up87254 .query_list63029:hover::before {
    left: 0;
}

@keyframes extendWidth {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes extendHeight {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes rotateDiamond {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.sign_up87254 {
    padding: 4rem 1.5rem;
}.sign_up87254 .guide_values61857 {
    grid-template-columns: 1fr;
    gap: 2rem;
}.sign_up87254 p {
    padding-left: 1.5rem;
    padding-right: 0;
    font-size: calc(37px * 0.9);
}.sign_up87254 p::before {
    height: 80%;
    left: 0;
}.sign_up87254 p::after {
    right: auto;
    width: 50%;
    left: 0;
}.sign_up87254 .input_holder {
    padding-left: 0;
}
}

@media (max-width: 768px) {.sign_up87254 {
    padding: 3.5rem 1.5rem;
}.sign_up87254 p {
    font-size: 19px;
}.sign_up87254 .input_holder {
    align-items: stretch;
    flex-direction: column;
}.sign_up87254 .join_wrap40923 {
    margin-bottom: 1rem;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
}.sign_up87254 .query_list63029 {
    width: 100%;
}.sign_up87254::before,
    .sign_up87254::after {
    opacity: 0.05;
}
}

@media (max-width: 576px) {.sign_up87254 {
    margin: 4rem 0;
    padding: 3rem 1rem;
}.sign_up87254 p {
    padding-left: 1rem;
}.sign_up87254 p::before {
    width: 2px;
}.sign_up87254 p::after {
    height: 2px;
}.sign_up87254 .join_wrap40923,
    .sign_up87254 .query_list63029 {
    padding: 1rem;
}.sign_up87254 .guide_values61857::before,
    .sign_up87254 .guide_values61857::after {
    display: none;
}}.who_we_are86234 {
    background: #ffffff;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.who_we_are86234::before {
    top: 0;
    position: absolute;
    transform: skewY(-6deg) translateY(-30%);
    left: 0;
    background: rgb(142,167,163);
    z-index: 1;
    width: 100%;
    content: '';
    height: 50%;
}.who_we_are86234 .container {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.who_we_are86234 .guide_values61857 {
    position: relative;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}.who_we_are86234 .class_space73048 {
    text-align: center;
    flex: 0 0 300px;
    position: relative;
}.who_we_are86234 .img_hover53419 {
    width: 220px;
    position: relative;
    height: 220px;
    z-index: 3;
    margin: 0 auto 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 50%;
    border: 8px solid #ffffff;
}.who_we_are86234 .principles_list02168 {
    margin-bottom: 20px;
}.who_we_are86234 .why_choose49167 {
    font-weight: 700;
    margin-bottom: 8px;
    color: #000000;
    font-size: 23px;
}.who_we_are86234 .expert_sessions78924 {
    color: rgb(142,167,163);
    font-weight: 600;
    padding: 0 15px;
    display: inline-block;
    font-size: 14px;
    position: relative;
}.who_we_are86234 .expert_sessions78924::before,
.who_we_are86234 .expert_sessions78924::after {
    width: 30px;
    position: absolute;
    height: 1px;
    top: 50%;
    background-color: rgb(142,167,163,0.5);
    content: '';
}.who_we_are86234 .expert_sessions78924::before {
    left: -30px;
}.who_we_are86234 .expert_sessions78924::after {
    right: -30px;
}.who_we_are86234 .paragraph_holder97436 {
    padding: 50px;
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    background-color: #ffffff;
    min-width: 300px;
    flex: 1;
}.who_we_are86234 .paragraph_holder97436::before {
    height: 60px;
    width: 60px;
    border-left: 4px solid rgb(142,167,163,0.5);
    position: absolute;
    left: 30px;
    top: 30px;
    content: '';
    opacity: 0.5;
    border-top: 4px solid rgb(142,167,163,0.5);
}.who_we_are86234 .paragraph_holder97436::after {
    border-right: 4px solid rgb(107,129,125,0.5);
    height: 60px;
    bottom: 30px;
    content: '';
    opacity: 0.5;
    width: 60px;
    border-bottom: 4px solid rgb(107,129,125,0.5);
    position: absolute;
    right: 30px;
}.who_we_are86234 .exp_years42958 {
    color: #000000;
    font-weight: 600;
    display: flex;
    font-size: 16px;
    align-items: center;
    margin-bottom: 25px;
}.who_we_are86234 .exp_years42958 svg {
    width: 35px;
    fill: rgb(142,167,163);
    height: 35px;
    margin-right: 10px;
}.who_we_are86234 .exp_years42958 svg path {
    fill: rgb(142,167,163);
}.who_we_are86234 h2 {
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    color: #000000;
    font-weight: 700;
    font-size: 33px;
}.who_we_are86234 h2::after {
    bottom: 0;
    content: '';
    background: rgb(142,167,163);
    width: 70px;
    height: 3px;
    position: absolute;
    left: 0;
}.who_we_are86234 p {
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    color: #000000;
}.who_we_are86234 p::first-line {
    font-weight: 600;
    color: #000000;
}

@media (max-width: 992px) {.who_we_are86234 {
    padding: 80px 0;
}.who_we_are86234 .class_space73048 {
    flex: 0 0 100%;
    margin-bottom: 20px;
}.who_we_are86234 .paragraph_holder97436 {
    flex: 0 0 100%;
    padding: 40px;
}.who_we_are86234 .paragraph_holder97436::before,
    .who_we_are86234 .paragraph_holder97436::after {
    height: 40px;
    width: 40px;
}
}

@media (max-width: 768px) {.who_we_are86234 {
    padding: 60px 0;
}.who_we_are86234 .img_hover53419 {
    width: 180px;
    border-width: 6px;
    height: 180px;
}.who_we_are86234 .paragraph_holder97436 {
    padding: 30px;
}.who_we_are86234 h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 20px;
}.who_we_are86234 .paragraph_holder97436::before,
    .who_we_are86234 .paragraph_holder97436::after {
    height: 30px;
    width: 30px;
}
}

@media (max-width: 480px) {.who_we_are86234 {
    padding: 40px 0;
}.who_we_are86234 .img_hover53419 {
    height: 150px;
    margin-bottom: 20px;
    width: 150px;
    border-width: 5px;
}.who_we_are86234 .why_choose49167 {
    font-size: calc(23px * 0.9);
}.who_we_are86234 .expert_sessions78924 {
    padding: 0 10px;
    font-size: calc(14px * 0.9);
}.who_we_are86234 .expert_sessions78924::before,
    .who_we_are86234 .expert_sessions78924::after {
    width: 20px;
}.who_we_are86234 .expert_sessions78924::before {
    left: -20px;
}.who_we_are86234 .expert_sessions78924::after {
    right: -20px;
}.who_we_are86234 .paragraph_holder97436 {
    padding: 25px 20px;
}.who_we_are86234 h2 {
    padding-bottom: 10px;
    font-size: calc(33px * 0.8);
    margin-bottom: 15px;
}.who_we_are86234 p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.who_we_are86234 .exp_years42958 {
    margin-bottom: 15px;
    font-size: calc(16px * 0.9);
}.who_we_are86234 .exp_years42958 svg {
    height: 30px;
    width: 30px;
}.who_we_are86234 .paragraph_holder97436::before,
    .who_we_are86234 .paragraph_holder97436::after {
    height: 25px;
    border-width: 3px;
    width: 25px;
}}.program_offerings71206 {
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    align-items: center;
    background: rgb(142,167,163);
    perspective: 1500px;
    padding: 100px 0;
}.program_offerings71206::before {
    width: 100%;
    left: 0;
    content: "";
    background: 
        linear-gradient(90deg, transparent 49.9%, rgb(142,167,163,0.5) 50%, rgb(142,167,163,0.5) 50.1%, transparent 50.2%) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 49.9%, rgb(142,167,163,0.5) 50%, rgb(142,167,163,0.5) 50.1%, transparent 50.2%) 0 0 / 100% 100px;
    top: 0;
    animation: gridPulse 8s linear infinite;
    height: 100%;
    z-index: 1;
    position: absolute;
    opacity: 0.08;
}.program_offerings71206::after {
    mix-blend-mode: screen;
    left: 0;
    background: 
        radial-gradient(circle at 30% 20%, rgb(142,167,163,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgb(107,129,125,0.5) 0%, transparent 50%);
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.2;
    z-index: 2;
    position: absolute;
}.program_offerings71206 .container {
    position: relative;
    width: 100%;
    padding: 0 30px;
    max-width: 1600px;
    z-index: 5;
    margin: 0 auto;
}.program_offerings71206 .learn_work90867 {
    transform-style: preserve-3d;
    grid-template-columns: 2fr 3fr;
    position: relative;
    display: grid;
    grid-gap: 0;
}.program_offerings71206 .paragraph_holder97436 {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0;
    border-left: 3px solid rgb(142,167,163);
    z-index: 15;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    padding: 60px;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(142,167,163,0.5);
    position: relative;
    backdrop-filter: blur(20px);
    transform: translateZ(50px);
}.program_offerings71206 .paragraph_holder97436::before {
    background: 
        linear-gradient(45deg, transparent 49.9%, rgb(142,167,163,0.5) 50%, rgb(142,167,163,0.5) 50.1%, transparent 50.2%) 0 0 / 30px 30px;
    left: 0;
    opacity: 0.05;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    content: "";
    top: 0;
}.program_offerings71206 .paragraph_holder97436::after {
    position: absolute;
    bottom: 0;
    height: 150px;
    border-radius: 50%;
    background: 
        conic-gradient(from 0deg, rgb(142,167,163,0.5) 0deg, transparent 120deg);
    animation: rotateConic 10s linear infinite;
    transform: translate(50%, 50%);
    opacity: 0.2;
    width: 150px;
    right: 0;
    content: "";
}.program_offerings71206 .paragraph_holder97436 h2 {
    color: #ffffff;
    text-shadow: 0 0 15px rgb(142,167,163,0.5);
    text-transform: uppercase;
    padding-bottom: 20px;
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 42px;
}.program_offerings71206 .paragraph_holder97436 h2::after {
    content: "";
    background: rgb(142,167,163);
    bottom: 0;
    left: 0;
    box-shadow: 0 0 15px rgb(142,167,163);
    width: 100px;
    position: absolute;
    height: 3px;
}.program_offerings71206 .paragraph_holder97436 .description {
    position: relative;
    padding-left: 20px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    line-height: 1.9;
    opacity: 0.9;
    margin-bottom: 30px;
    font-size: 12px;
    color: #ffffff;
}.program_offerings71206 .paragraph_holder97436 .description::before {
    position: absolute;
    opacity: 0.7;
    color: rgb(107,129,125);
    left: 0;
    content: ">";
}.program_offerings71206 .paragraph_holder97436 .description:last-child {
    margin-bottom: 0;
}.program_offerings71206 .hud-element {
    position: absolute;
    opacity: 0.2;
    z-index: 5;
    border: 1px solid rgb(142,167,163,0.5);
}.program_offerings71206 .img_hover53419 {
    overflow: hidden;
    box-shadow: -20px 0 50px rgba(0, 0, 0, 0.4);
    z-index: 10;
    border-radius: 0;
    position: relative;
    transform-origin: right center;
    width: 100%;
    height: 650px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    transform: translateZ(0) rotateY(-10deg);
}.program_offerings71206 .img_hover53419::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 1;
    background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to right, #000000 0%, transparent 20%);
    top: 0;
    left: 0;
}.program_offerings71206 .img_hover53419::after {
    height: 100%;
    opacity: 0.1;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(rgb(142,167,163), 0.1) 2px, rgba(rgb(142,167,163), 0.1) 4px);
    width: 100%;
    mix-blend-mode: overlay;
    z-index: 2;
    animation: scanlines 8s linear infinite;
}

@keyframes gridPulse {
    0% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
    50% {
        opacity: 0.1;
        background-size: 110px 110%, 110% 110px;
    }
    100% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
}

@keyframes rotateConic {
    0% {
        transform: translate(50%, 50%) rotate(0deg);
    }
    100% {
        transform: translate(50%, 50%) rotate(360deg);
    }
}

@keyframes scanlines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes dataFlow {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
@media screen and (max-width: 1200px) {.program_offerings71206 {
    padding: 80px 0;
}.program_offerings71206 .paragraph_holder97436 {
    padding: 40px;
}.program_offerings71206 .img_hover53419 {
    height: 550px;
}
}

@media screen and (max-width: 991px) {.program_offerings71206 {
    min-height: auto;
    padding: 60px 0;
}.program_offerings71206 .learn_work90867 {
    grid-template-columns: 1fr;
    grid-gap: 40px;
}.program_offerings71206 .paragraph_holder97436 {
    padding: 30px;
    transform: translateZ(0);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
}.program_offerings71206 .img_hover53419 {
    height: 450px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    transform: translateZ(0) rotateY(0);
}
}

@media screen and (max-width: 767px) {.program_offerings71206 {
    padding: 50px 0;
}.program_offerings71206 .container {
    padding: 0 20px;
}.program_offerings71206 .paragraph_holder97436 {
    padding: 25px;
}.program_offerings71206 .paragraph_holder97436 h2 {
    margin-bottom: 30px;
    font-size: calc(42px * 0.8);
    padding-bottom: 15px;
}.program_offerings71206 .paragraph_holder97436 .description {
    margin-bottom: 20px;
    font-size: calc(12px * 0.95);
    padding-left: 15px;
}.program_offerings71206 .img_hover53419 {
    height: 350px;
}
}

@media screen and (max-width: 480px) {.program_offerings71206 {
    padding: 40px 0;
}.program_offerings71206 .container {
    padding: 0 15px;
}.program_offerings71206 .paragraph_holder97436 {
    padding: 20px;
}.program_offerings71206 .paragraph_holder97436 h2 {
    margin-bottom: 20px;
    font-size: calc(42px * 0.7);
}.program_offerings71206 .paragraph_holder97436 h2::before {
    font-size: 14px;
    top: -20px;
}.program_offerings71206 .img_hover53419 {
    height: 280px;
}}.leadership_experience62395 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(150deg, rgb(177,203,200) 0%, rgb(107,129,125,0.5) 100%);
    padding: 120px 0;
}.leadership_experience62395::before {
    opacity: 0.07;
    content: "";
    height: 100%;
    top: 0;
    background-size: 40px 40px;
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(to right, transparent 49.5%, rgb(142,167,163,0.5) 49.5%, rgb(142,167,163,0.5) 50.5%, transparent 50.5%),
        linear-gradient(to bottom, transparent 49.5%, rgb(142,167,163,0.5) 49.5%, rgb(142,167,163,0.5) 50.5%, transparent 50.5%);
    left: 0;
}.leadership_experience62395::after {
    height: 100%;
    position: absolute;
    opacity: 0.04;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 40px,
            rgb(142,167,163,0.5) 40px,
            rgb(142,167,163,0.5) 41px,
            transparent 41px,
            transparent 60px,
            rgb(142,167,163,0.5) 60px,
            rgb(142,167,163,0.5) 61px,
            transparent 61px,
            transparent 80px,
            rgb(142,167,163,0.5) 80px,
            rgb(142,167,163,0.5) 81px
        );
    width: 100%;
    top: 0;
    left: 0;
    content: "";
}.leadership_experience62395 .container {
    padding: 0 15px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.leadership_experience62395 .feedback_cloud86752 {
    display: grid;
    border-radius: 0;
    overflow: hidden;
    padding: 50px;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.leadership_experience62395 .feedback_cloud86752::before {
    height: 6px;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    background: linear-gradient(
        90deg,
        rgb(142,167,163) 0%,
        rgb(107,129,125) 100%
    );
    position: absolute;
}.leadership_experience62395 .feedback_cloud86752::after {
    width: 100%;
    animation: scanner 4s linear infinite;
    content: "";
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(142,167,163,0.5) 0%,
        transparent 20%,
        rgb(142,167,163,0.5) 40%,
        transparent 60%,
        rgb(107,129,125,0.5) 80%,
        transparent 100%
    );
    top: 6px;
    height: 1px;
    position: absolute;
}@keyframes scanner {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(calc(100% - 7px));
        opacity: 0.8;
    }
    50.1% {
        opacity: 0;
    }
    50.2% {
        transform: translateY(0);
        opacity: 0;
    }
    55% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
}

.leadership_experience62395 .img_hover53419 {
    border-radius: 0;
    min-height: 360px;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    height: 100%;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
    width: 100%;
}.leadership_experience62395 .img_hover53419::before {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.2) 100%
    );
    inset: 0;
    position: absolute;
    content: "";
    z-index: 1;
}.leadership_experience62395 .img_hover53419::after {
    background: 
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 12px
        );
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    z-index: 2;
    left: 0;
}.leadership_experience62395 .name {
    font-weight: 700;
    padding-left: 16px;
    line-height: 1.2;
    margin-bottom: 12px;
    border-left: 4px solid rgb(142,167,163);
    position: relative;
    color: #000000;
    font-size: 37px;
}.leadership_experience62395 .name::before {
    height: 0;
    top: 0;
    transition: height 0.5s ease;
    background: rgb(107,129,125);
    content: "";
    left: -4px;
    position: absolute;
    width: 4px;
}.leadership_experience62395 .feedback_cloud86752:hover .name::before {
    height: 100%;
}.leadership_experience62395 .feedback_cloud86752 span:not(.name) {
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    padding: 6px 12px;
    font-size: 19px;
    background: rgb(177,203,200);
    border-radius: 3px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
}.leadership_experience62395 .feedback_cloud86752 span:not(.name)::after {
    content: "";
    height: 2px;
    width: 0;
    background: rgb(142,167,163);
    transition: width 0.3s ease;
    bottom: 0;
    left: 0;
    position: absolute;
}.leadership_experience62395 .feedback_cloud86752:hover span:not(.name)::after {
    width: 100%;
}.leadership_experience62395 .emp_milestones29167 {
    line-height: 1.8;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 25px 30px;
    background: linear-gradient(
        to right,
        rgb(177,203,200) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    border-radius: 10px;
    margin: 0;
    border-left: 1px solid rgb(142,167,163);
    color: #000000;
    font-size: 18px;
}.leadership_experience62395 .emp_milestones29167::before {
    opacity: 0.6;
    border-left: 2px solid rgb(142,167,163);
    top: 15px;
    border-top: 2px solid rgb(142,167,163);
    height: 12px;
    width: 12px;
    left: 12px;
    position: absolute;
    content: "";
}.leadership_experience62395 .emp_milestones29167::after {
    right: 12px;
    content: "";
    opacity: 0.6;
    border-right: 2px solid rgb(107,129,125);
    height: 12px;
    bottom: 15px;
    border-bottom: 2px solid rgb(107,129,125);
    width: 12px;
    position: absolute;
}.leadership_experience62395 .feedback_cloud86752:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateY(-10px);
}.leadership_experience62395 .feedback_cloud86752:hover .img_hover53419 {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.9);
    transform: scale(1.03);
}

@media (max-width: 991px) {.leadership_experience62395 {
    padding: 90px 0;
}.leadership_experience62395 .feedback_cloud86752 {
    padding: 40px 30px;
    gap: 30px;
}.leadership_experience62395 .img_hover53419 {
    min-height: 320px;
}.leadership_experience62395 .emp_milestones29167 {
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.leadership_experience62395 {
    padding: 70px 0;
}.leadership_experience62395 .feedback_cloud86752 {
    grid-template-rows: auto auto;
    gap: 25px;
    padding: 35px 25px;
    grid-template-columns: 1fr;
}.leadership_experience62395 .img_hover53419 {
    min-height: 280px;
}.leadership_experience62395 .name {
    font-size: calc(37px * 0.9);
}.leadership_experience62395 .feedback_cloud86752 span:not(.name) {
    margin-bottom: 20px;
    font-size: calc(19px * 0.95);
}.leadership_experience62395 .emp_milestones29167 {
    padding: 18px 22px;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 575px) {.leadership_experience62395 {
    padding: 50px 0;
}.leadership_experience62395 .feedback_cloud86752 {
    padding: 30px 20px;
    gap: 20px;
}.leadership_experience62395 .img_hover53419 {
    min-height: 220px;
}.leadership_experience62395 .name {
    padding-left: 12px;
    font-size: calc(37px * 0.8);
}.leadership_experience62395 .feedback_cloud86752 span:not(.name) {
    margin-bottom: 15px;
    padding: 4px 10px;
    font-size: calc(19px * 0.9);
}.leadership_experience62395 .emp_milestones29167 {
    font-size: calc(18px * 0.9);
    padding: 15px 18px;
}}.thxFrame35784 {
    padding: 5rem 2rem;
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(142,167,163,0.5) 0%, rgb(177,203,200) 70%);
}.thxFrame35784::before {
    content: "";
    opacity: 0.15;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, transparent 20%, rgb(142,167,163,0.5) 21%, transparent 22%),
        radial-gradient(circle at 90% 60%, transparent 10%, rgb(142,167,163,0.5) 11%, transparent 12%),
        radial-gradient(circle at 50% 40%, transparent 30%, rgb(142,167,163,0.5) 31%, transparent 32%);
    background-size: 80px 80px, 60px 60px, 100px 100px;
    left: 0;
}.thxFrame35784 .container {
    transform-style: preserve-3d;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.thxFrame35784 h2 {
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    transform: translateZ(40px);
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
    font-size: 33px;
    color: #000000;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    font-weight: 700;
    opacity: 0;
    position: relative;
    line-height: 1.3;
}.thxFrame35784 h2::after {
    height: 3px;
    background: rgb(142,167,163);
    transform: scaleX(0);
    left: 0;
    content: "";
    animation: lineExpand 1.2s 0.6s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform-origin: left;
    bottom: -15px;
    position: absolute;
    width: 80px;
}.thxFrame35784 .guide_values61857 {
    transition: transform 0.5s ease;
    opacity: 0;
    transform-style: preserve-3d;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    background: #ffffff;
    border-left: 5px solid rgb(142,167,163);
    transform: translateZ(20px) rotateY(-2deg);
    box-shadow: 
        0 10px 25px -10px rgba(0,0,0,0.1),
        0 5px 10px -5px rgba(0,0,0,0.04);
}.thxFrame35784 .guide_values61857:hover {
    transform: translateZ(25px) rotateY(0deg);
}.thxFrame35784 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}.thxFrame35784 li {
    position: relative;
    padding: 2.5rem;
}.thxFrame35784 li::before {
    height: 40px;
    background: rgb(107,129,125,0.5);
    transform: scale(0);
    opacity: 0.7;
    position: absolute;
    right: -8px;
    border-radius: 50%;
    top: -8px;
    content: "";
    z-index: -1;
    animation: pulseIn 1.5s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    width: 40px;
}.thxFrame35784 span {
    line-height: 1.8;
    display: block;
    position: relative;
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: #000000;
    transform: translateZ(10px);
}

@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(40px);
    }
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 992px) {.thxFrame35784 {
    padding: 4rem 1.5rem;
}.thxFrame35784 h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 2.5rem;
}.thxFrame35784 .guide_values61857 {
    transform: translateZ(15px) rotateY(-1deg);
}
}

@media (max-width: 768px) {.thxFrame35784 {
    padding: 3rem 1rem;
}.thxFrame35784 h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 2rem;
}.thxFrame35784 .guide_values61857 {
    transform: translateZ(10px) rotateY(0);
}.thxFrame35784 li {
    padding: 2rem;
}
}

@media (max-width: 576px) {.thxFrame35784 {
    padding: 2.5rem 0.8rem;
}.thxFrame35784 h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 1.5rem;
}.thxFrame35784 h2::after {
    width: 60px;
    height: 2px;
}.thxFrame35784 li {
    padding: 1.5rem;
}.thxFrame35784 span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}
}