* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.header_start96 {
    flex: 1 0 auto;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    scroll-behavior: auto;
}.content-wrapper04 {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}.container {
    margin: auto;
    width: 1102px;
    max-width: 100%;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}.enroll_info09 {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.program_results72 {
    position: relative;
    padding: 120px 0 160px;
    overflow: hidden;
    background: rgb(188,191,212);
}.program_results72::before {
    opacity: 0.07;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(0deg, transparent 24%, rgb(188,191,212,0.5) 25%, rgb(188,191,212,0.5) 26%, transparent 27%, transparent 74%, rgb(188,191,212,0.5) 75%, rgb(188,191,212,0.5) 76%, transparent 77%, transparent),
    linear-gradient(90deg, transparent 24%, rgb(188,191,212,0.5) 25%, rgb(188,191,212,0.5) 26%, transparent 27%, transparent 74%, rgb(188,191,212,0.5) 75%, rgb(188,191,212,0.5) 76%, transparent 77%, transparent);
    top: 0;
    animation: gridShift 25s linear infinite;
    left: 0;
    width: 100%;
    background-size: 60px 60px;
    content: '';
}.program_results72::after {
    width: 100%;
    background: linear-gradient(to top, #000000, transparent);
    z-index: 1;
    left: 0;
    content: '';
    bottom: 0;
    height: 200px;
    position: absolute;
}.program_results72 .how_grow19 {
    padding: 0 20px;
    z-index: 2;
    max-width: 1280px;
    align-items: center;
    flex-direction: column;
    display: flex;
    margin: 0 auto;
    position: relative;
}.program_results72 h2 {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 50px;
    color: #ffffff;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}.program_results72 h2::after {
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(188,191,212), rgb(154,162,189));
    width: 100px;
    height: 3px;
    content: '';
    bottom: 0;
    left: 50%;
    position: absolute;
}.program_results72 h2::before {
    bottom: -5px;
    background: #ffffff;
    content: '';
    opacity: 0.3;
    left: 50%;
    height: 1px;
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
}.program_results72 .pic_strip71 {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 400px;
    border-radius: 25px;
    margin-bottom: 80px;
    transform: perspective(1000px) rotateX(5deg);
}.program_results72 .pic_strip71::before {
    background: linear-gradient(45deg, rgb(188,191,212,0.5) 0%, transparent 40%);
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    content: '';
    left: 0;
    position: absolute;
}.program_results72 .pic_strip71::after {
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    width: 100%;
    z-index: 2;
    content: '';
    height: 40%;
    bottom: 0;
    position: absolute;
}.program_results72 .text_main_holder {
    gap: 30px;
    position: relative;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
}.program_results72 .text_main_holder::before {
    height: 40px;
    top: -60px;
    width: 2px;
    content: '';
    opacity: 0.8;
    position: absolute;
    transform: translateX(-50%);
    background: rgb(154,162,189);
    left: 50%;
}.program_results72 .text_main_holder::after {
    position: absolute;
    opacity: 0.8;
    top: -80px;
    height: 20px;
    border: 2px solid rgb(154,162,189);
    width: 20px;
    content: '';
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}.program_results72 .text_main_holder > div {
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 25px;
    align-items: center;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    gap: 20px;
    text-align: center;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid rgb(154,162,189,0.5);
    animation-delay: calc(var(--i, 0) * 0.15s);
    animation: floatUp 0.6s forwards;
    transform: translateY(50px);
}.program_results72 .text_main_holder > div:nth-child(1) {
    --i: 1;
}.program_results72 .text_main_holder > div:nth-child(2) {
    --i: 2;
}.program_results72 .text_main_holder > div:nth-child(3) {
    --i: 3;
}.program_results72 .text_main_holder > div:nth-child(4) {
    --i: 4;
}.program_results72 .text_main_holder > div:nth-child(5) {
    --i: 5;
}.program_results72 .text_main_holder > div:nth-child(6) {
    --i: 6;
}.program_results72 .text_main_holder > div::before {
    z-index: -1;
    transition: opacity 0.3s ease;
    right: -2px;
    background: linear-gradient(45deg, rgb(188,191,212,0.5) 0%, transparent 20%, transparent 80%, rgb(154,162,189,0.5) 100%);
    opacity: 0;
    position: absolute;
    border-radius: calc(10px + 1px);
    top: -2px;
    content: '';
    bottom: -2px;
    left: -2px;
}.program_results72 .text_main_holder > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}.program_results72 .text_main_holder > div:hover::before {
    opacity: 1;
}.program_results72 .text_main_holder svg {
    padding: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 15px rgb(188,191,212,0.5);
    border: 1px solid rgb(188,191,212,0.5);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    height: 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 50px;
}.program_results72 .text_main_holder > div:hover svg {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3),
                0 0 20px rgb(188,191,212);
    transform: scale(1.1);
}.program_results72 .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(154,162,189);
}.program_results72 .text_main_holder > div:hover svg path {
    fill: rgb(188,191,212);
}.program_results72 .text_main_holder p {
    color: #ffffff;
    margin: 0;
    position: relative;
    line-height: 1.5;
    font-size: 14px;
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes floatUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 992px) {.program_results72 .text_main_holder {
    grid-template-columns: repeat(2, 1fr);
}.program_results72 .pic_strip71 {
    height: 350px;
    margin-bottom: 60px;
}
}

@media (max-width: 768px) {.program_results72 {
    padding: 80px 0 120px;
}.program_results72 h2 {
    font-size: calc(45px * 0.8);
    margin-bottom: 40px;
}.program_results72 .pic_strip71 {
    margin-bottom: 50px;
    height: 300px;
}
}

@media (max-width: 576px) {.program_results72 {
    padding: 60px 0 100px;
}.program_results72 .text_main_holder {
    gap: 25px;
    grid-template-columns: 1fr;
}.program_results72 .pic_strip71 {
    height: 250px;
    margin-bottom: 40px;
}.program_results72 h2 {
    padding-bottom: 20px;
    font-size: 29px;
}.program_results72 .text_main_holder svg {
    padding: 8px;
    width: 45px;
    height: 45px;
}}header {
    margin-top: 0;
    background: rgb(154,162,189);
    padding: 0;
    overflow: visible;
    position: relative;
    z-index: 100;
}header::before {
    height: 100%;
    content: '';
    z-index: 0;
    left: 0;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
    linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    position: absolute;
    width: 100%;
    background-size: 20px 20px;
    top: 0;
}header::after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    background: 
        linear-gradient(to right, transparent 0%, rgb(154,162,189,0.5) 50%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgb(154,162,189,0.5) 50%, transparent 100%);
    position: absolute;
}header .first_expert78 {
    padding: 1.3rem 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    position: relative;
}header .head_wrap98 {
    padding: 0.5rem 0.7rem;
    position: relative;
    flex: 0 0 auto;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-right: 2rem;
    z-index: 2;
    border-left: 3px solid rgb(188,191,212);
}header .head_wrap98::before {
    position: absolute;
    transform: scaleX(0);
    content: '';
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    opacity: 0;
    transition: all 0.4s ease;
    height: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    left: 0;
    top: 0;
}header .head_wrap98:hover {
    transform: translateX(5px);
    box-shadow: 5px 0 15px -5px rgb(188,191,212);
}header .head_wrap98:hover::before {
    transform: scaleX(1);
    opacity: 1;
}header .main_class28 {
    position: relative;
    display: block;
    transition: all 0.3s ease;
}header .main_class28::after {
    opacity: 0;
    height: 10px;
    right: -5px;
    background: rgb(188,191,212);
    content: '';
    position: absolute;
    bottom: -5px;
    transition: all 0.3s ease;
    width: 10px;
}header .main_class28:hover::after {
    opacity: 1;
}header .main_class28 img {
    filter: brightness(1.1);
    max-height: 40px;
}header .header_train50 {
    margin: 0;
    z-index: 2;
    position: relative;
    list-style: none;
    display: flex;
    padding: 0;
}header .header_train50::before {
    right: -20px;
    position: absolute;
    width: 40px;
    top: 50%;
    height: 1px;
    transform: translateY(-50%);
    content: '';
    background: rgb(188,191,212);
}header .nav_lesson34 {
    position: relative;
    margin: 0 1px;
}header .nav_lesson34 a {
    display: flex;
    justify-content: center;
    overflow: hidden;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    padding: 0 1.2rem;
    font-size: 13px;
    z-index: 1;
    border-right: 1px solid transparent;
    position: relative;
    align-items: center;
    height: 45px;
    transition: all 0.3s ease;
    border-left: 1px solid transparent;
    letter-spacing: 1px;
}header .nav_lesson34 a::before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: transform 0.3s ease;
    position: absolute;
    transform: translateX(-100%);
    z-index: -1;
    background: rgb(188,191,212);
}header .nav_lesson34 a:hover {
    color: #ffffff;
    border-right-color: rgba(255, 255, 255, 0.2);
    border-left-color: rgba(255, 255, 255, 0.2);
}header .nav_lesson34 a:hover::before {
    transform: translateX(0);
}header .nav_lesson34 a::after {
    background: rgb(188,191,212);
    width: 100%;
    top: 0;
    transform: scaleX(0);
    position: absolute;
    transform-origin: right;
    content: '';
    height: 2px;
    transition: transform 0.3s ease;
    left: 0;
}header .nav_lesson34 a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}header .nav_lesson34::before {
    transform: translateY(-50%) scale(0);
    background: rgb(188,191,212);
    top: 50%;
    left: -10px;
    content: '';
    height: 5px;
    transition: transform 0.3s ease;
    position: absolute;
    width: 5px;
}header .nav_lesson34:hover::before {
    transform: translateY(-50%) scale(1);
}header .first_expert78::before {
    top: 20px;
    content: '';
    height: 1px;
    background: rgb(188,191,212);
    position: absolute;
    left: 20px;
    width: 30px;
}header .first_expert78::after {
    background: rgb(188,191,212);
    height: 30px;
    left: 20px;
    position: absolute;
    content: '';
    top: 20px;
    width: 1px;
}.header_start96 {
    z-index: 1;
    position: relative;
    padding-top: 2rem;
    background: rgb(221,222,235);
}@keyframes typingCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

header .nav_lesson34:last-child::after {
    top: 50%;
    color: rgb(188,191,212);
    animation: typingCursor 1s infinite;
    transform: translateY(-50%);
    content: '|';
    position: absolute;
    right: -10px;
    font-weight: 700;
}

@media (min-width: 1400px) {header .first_expert78 {
    max-width: 1320px;
    margin: 0 auto;
}header .nav_lesson34 {
    margin: 0 2px;
}header .nav_lesson34 a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .first_expert78 {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .head_wrap98 {
    margin-bottom: 0;
    margin-right: 0;
}header .header_train50 {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .header_train50::before {
    display: none;
}header .nav_lesson34 a {
    font-size: calc(13px - 1px);
    padding: 0 1rem;
    height: 40px;
}header .nav_lesson34::before {
    display: none;
}header .first_expert78::before,
    header .first_expert78::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .first_expert78 {
    padding: 0.8rem 1.5rem;
}header .head_wrap98 {
    padding: 0.4rem 0.6rem;
    max-width: 140px;
}header .main_class28 img {
    max-height: 35px;
}header .header_train50 {
    overflow-x: auto;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    justify-content: flex-start;
}header .header_train50::-webkit-scrollbar {
    height: 3px;
}header .header_train50::-webkit-scrollbar-thumb {
    background: rgb(188,191,212);
    border-radius: 10px;
}header .nav_lesson34 {
    flex: 0 0 auto;
    margin: 0;
}header .nav_lesson34 a {
    font-size: calc(13px - 2px);
    letter-spacing: 0.5px;
    padding: 0 0.8rem;
    white-space: nowrap;
    height: 35px;
}header .nav_lesson34:last-child::after {
    display: none;
}
}

@media (max-width: 479px) {header .first_expert78 {
    padding: 0.7rem 1.2rem;
}header .head_wrap98 {
    max-width: 120px;
    padding: 0.3rem 0.5rem;
}header .nav_lesson34 a {
    font-size: calc(13px - 3px);
    height: 32px;
    padding: 0 0.6rem;
}}footer {
    background-color: #000000;
    position: relative;
    margin-top: 0;
}footer::before {
    height: 100%;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(188,191,212,0.5) 50%,
    #000000 100%);
    z-index: 1;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
}.enroll_info09 {
    padding: 60px 0 40px;
    z-index: 5;
    background-color: transparent;
    position: relative;
}.enroll_info09 .container {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
}.enroll_info09 .company_holder {
    padding: 30px;
    position: relative;
    border-radius: 10px;
    grid-column: span 4;
    background-color: rgba(255, 255, 255, 0.03);
}.enroll_info09 .company_holder h3 {
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 20px;
}.enroll_info09 .company_holder h3::after {
    background: rgb(188,191,212);
    bottom: -8px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    content: "";
}.enroll_info09 .equity_pledge34 {
    font-size: 17px;
    line-height: 1.6;
    opacity: 0.8;
    color: #ffffff;
}.enroll_info09 .rating_stars49 {
    grid-column: span 8;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.enroll_info09 .header_train50 {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
    position: relative;
}.enroll_info09 .header_train50 h5 {
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 19px;
    color: #ffffff;
}.enroll_info09 .header_train50 h5::after {
    height: 2px;
    left: 0;
    width: 100%;
    content: "";
    background: rgb(154,162,189);
    bottom: -8px;
    position: absolute;
}.enroll_info09 .header_train50 .header_master09 {
    grid-gap: 15px;
    display: grid;
}.enroll_info09 .header_train50 .header_master09 a {
    position: relative;
    padding-left: 15px;
    color: #ffffff;
    opacity: 0.8;
    font-size: 17px;
    display: block;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}.enroll_info09 .header_train50 .header_master09 a::before {
    top: 50%;
    transform: translateY(-50%);
    content: "";
    left: 0;
    width: 6px;
    height: 6px;
    background: rgb(154,162,189);
    position: absolute;
    border-radius: 50%;
}.enroll_info09 .header_train50 .header_master09 a:hover {
    opacity: 1;
    color: rgb(188,191,212);
    transform: translateX(5px);
}.gdpr_block28 {
    padding: 25px 0;
    margin-top: 40px;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
}.gdpr_block28 .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.gdpr_block28 .subscr_info13 {
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    opacity: 0.7;
}

@media (max-width: 991px) {.enroll_info09 .container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
}.enroll_info09 .company_holder {
    grid-column: span 12;
}.enroll_info09 .rating_stars49 {
    grid-template-columns: 1fr 1fr;
    grid-column: span 12;
}
}

@media (max-width: 767px) {.enroll_info09 {
    padding: 40px 0 30px;
}.enroll_info09 .rating_stars49 {
    grid-template-columns: 1fr;
}.enroll_info09 .company_holder {
    padding: 25px;
}.enroll_info09 .header_train50 {
    padding: 25px;
}.enroll_info09 .company_holder h3 {
    font-size: calc(33px - 2px);
}.enroll_info09 .header_train50 h5 {
    font-size: calc(19px - 1px);
}
}

@media (max-width: 575px) {.enroll_info09 {
    padding: 30px 0 20px;
}.enroll_info09 .company_holder,
  .enroll_info09 .header_train50 {
    padding: 20px;
}.enroll_info09 .company_holder h3 {
    font-size: calc(33px - 4px);
}.gdpr_block28 {
    padding: 20px 0;
}}

.enroll_info09 .company_holder:hover,
.enroll_info09 .header_train50:hover {
    background-color: rgba(255, 255, 255, 0.05);
    transition: background-color 0.3s ease;
}.enroll_info09 .container::before {
    height: 100%;
    opacity: 0.05;
    z-index: -1;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    background: 
    linear-gradient(to right, rgb(188,191,212,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(188,191,212,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    left: 0;
    width: 100%;
}.enroll_info09 .company_holder::before {
    height: 100%;
    opacity: 0.5;
    width: 5px;
    background: rgb(188,191,212);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}.enroll_info09 .header_train50::before {
    content: "";
    width: 5px;
    background: rgb(154,162,189);
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.5;
}footer::after {
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right,
    rgb(188,191,212),
    rgb(154,162,189),
    rgb(188,191,212));
    height: 5px;
    opacity: 0.3;
    content: "";
    position: absolute;
    z-index: 2;
}.enroll_info09 .header_master09 {
    position: relative;
}.enroll_info09 .header_master09::after {
    bottom: -15px;
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.2;
    background: rgb(154,162,189,0.5);
    width: 100%;
    height: 1px;
}.enroll_info09 .header_train50 h5,
.enroll_info09 .company_holder h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
}.enroll_info09 .header_train50:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}.enroll_info09 .header_train50:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}.gdpr_block28 .subscr_info13 {
    position: relative;
    display: inline-block;
}.gdpr_block28 .subscr_info13::before {
    height: 1px;
    content: "";
    opacity: 0.5;
    position: absolute;
    left: -40px;
    background: rgb(188,191,212);
    transform: translateY(-50%);
    width: 30px;
    top: 50%;
}.gdpr_block28 .subscr_info13::after {
    transform: translateY(-50%);
    width: 30px;
    background: rgb(188,191,212);
    height: 1px;
    position: absolute;
    top: 50%;
    right: -40px;
    content: "";
    opacity: 0.5;
}header .top_plank {
    color:  #ffffff;
    background: rgb(188,191,212);
}header .top_plank .plank_header58 div svg, header .top_plank .plank_header58 div svg path {
    fill: #ffffff;
}header .top_plank .plank_header58 div span {
    color: #ffffff;
}header .top_plank .plank_header58 {
    flex-wrap: wrap;
    line-height: 21px;
    font-size: 14px;
    padding: 15px 0 10px 0;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}header .top_plank .plank_header58 div {
    margin-right: 24px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}header .top_plank .plank_header58 div img, header .top_plank .plank_header58 div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}.landing_page92 {
    position: relative;
    color: #ffffff;
    overflow: hidden;
}.landing_page92 .edu_entry36 {
    padding: 5rem 2rem;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    min-height: 100vh;
    z-index: 1;
}.landing_page92 .edu_entry36::before {
    bottom: 0;
    content: '';
    left: 0;
    right: 0;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.7) 0%, 
    rgba(0, 0, 0, 0.5) 50%, 
    rgba(0, 0, 0, 0.8) 100%);
    z-index: -1;
    top: 0;
    position: absolute;
}.landing_page92 .edu_entry36::after {
    width: 120%;
    left: -10%;
    content: '';
    height: 120%;
    pointer-events: none;
    background: linear-gradient(to bottom, 
    rgb(188,191,212,0.5) 0%, 
    transparent 60%);
    transform: rotate(-3deg);
    position: absolute;
    opacity: 0.4;
    z-index: -1;
    top: -10%;
}.landing_page92 .expert_team96 {
    animation: slideIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    padding: 4rem;
    position: relative;
    width: 100%;
    max-width: 1200px;
    border-left: 4px solid rgb(188,191,212);
    transform: translateY(0);
    background: linear-gradient(170deg, 
    rgba(255, 255, 255, 0.1) 0%, 
    rgba(255, 255, 255, 0.05) 100%);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
}.landing_page92 .expert_team96::before {
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    background: linear-gradient(to right, 
    rgb(188,191,212,0.5) 0%, 
    transparent 15%);
    opacity: 0.5;
    height: 100%;
    content: '';
}.landing_page92 .expert_team96 > div:first-child {
    animation: fadeSlideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    transform: translateX(-30px);
    position: relative;
    opacity: 0;
    margin-bottom: 2.5rem;
}.landing_page92 .expert_team96 > div:last-child {
    transform: translateX(-30px);
    position: relative;
    opacity: 0;
    animation: fadeSlideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.6s forwards;
}.landing_page92 .title_style_header {
    position: relative;
    margin-bottom: 1.5rem;
    font-size: calc(44px * 1.2);
    line-height: 1.2;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    color: #ffffff;
}.landing_page92 .title_style_header::after {
    transform-origin: left;
    background: rgb(188,191,212);
    bottom: -0.5rem;
    left: 0;
    content: '';
    width: 120px;
    height: 4px;
    transform: scaleX(0);
    position: absolute;
    animation: lineExpand 1.2s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.8s forwards;
}.landing_page92 h3 {
    max-width: 90%;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: calc(19px * 1.1);
    position: relative;
    line-height: 1.4;
}.landing_page92 p {
    position: relative;
    padding-left: 1rem;
    transform: translateY(20px);
    max-width: 80%;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    font-size: 14px;
    opacity: 0;
    border-left: 2px solid rgb(154,162,189);
    line-height: 1.6;
    animation: fadeUp 0.8s ease 1s forwards;
}

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

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

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

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

@media (max-width: 1200px) {.landing_page92 .expert_team96 {
    padding: 3rem;
}.landing_page92 .title_style_header {
    font-size: calc(44px * 1.1);
}.landing_page92 h3 {
    font-size: 19px;
    max-width: 95%;
}.landing_page92 p {
    max-width: 85%;
}
}

@media (max-width: 992px) {.landing_page92 .expert_team96 {
    padding: 2.5rem;
}.landing_page92 .title_style_header {
    font-size: 44px;
}.landing_page92 h3 {
    max-width: 100%;
}.landing_page92 p {
    max-width: 90%;
}
}

@media (max-width: 768px) {.landing_page92 .edu_entry36 {
    padding: 3rem 1.5rem;
    min-height: 80vh;
}.landing_page92 .expert_team96 {
    padding: 2rem 1.5rem;
}.landing_page92 .title_style_header {
    font-size: calc(37px * 1.1);
}.landing_page92 h3 {
    font-size: calc(19px * 0.9);
    line-height: 1.5;
}.landing_page92 p {
    padding-left: 0.75rem;
    max-width: 100%;
}
}

@media (max-width: 576px) {.landing_page92 .edu_entry36 {
    padding: 2rem 1rem;
}.landing_page92 .expert_team96 {
    padding: 1.5rem 1.25rem;
}.landing_page92 .title_style_header {
    margin-bottom: 1rem;
    font-size: 37px;
}.landing_page92 h3 {
    margin-bottom: 1rem;
    font-size: calc(19px * 0.85);
}.landing_page92 p {
    padding-left: 0.5rem;
    font-size: calc(14px * 0.95);
}.landing_page92 .title_style_header::after {
    height: 3px;
    width: 80px;
}
}

@media (max-width: 375px) {.landing_page92 .expert_team96 {
    padding: 1.25rem 1rem;
}.landing_page92 .title_style_header {
    font-size: calc(37px * 0.9);
}.landing_page92 h3 {
    font-size: calc(19px * 0.8);
}.landing_page92 p {
    font-size: calc(14px * 0.9);
}}.teacher_profile35 {
    background: linear-gradient(150deg, rgb(221,222,235) 0%, #000000 100%);
    padding: 8rem 0;
    overflow: hidden;
    position: relative;
    min-height: 700px;
}.teacher_profile35::before {
    top: 0;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(188,191,212,0.5) 85%, rgb(188,191,212,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(154,162,189,0.5) 85%, rgb(154,162,189,0.5) 88%, transparent 88%);
    position: absolute;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    background-size: 150px 150px;
    left: 0;
    content: "";
    z-index: 1;
    animation: gridFlow 20s linear infinite;
}.teacher_profile35 .container {
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1300px;
}.teacher_profile35 .alumni_testimonials61 {
    background: transparent;
    gap: 20px 30px;
    grid-template-columns: 45% 1fr;
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
    min-height: 580px;
    position: relative;
    grid-template-rows: auto auto 1fr;
    display: grid;
}.teacher_profile35 .alumni_testimonials61::before {
    border-radius: 14px;
    height: 90%;
    right: 0;
    content: "";
    z-index: -1;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    opacity: 0.3;
    filter: blur(40px);
    background: linear-gradient(90deg, rgb(188,191,212,0.5) 0%, transparent 50%);
    left: 0;
}.teacher_profile35 .alumni_testimonials61::after {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    top: 0;
    position: absolute;
    backdrop-filter: blur(15px);
    border-radius: 14px;
    width: 100%;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    content: "";
    z-index: -2;
}.teacher_profile35 .pic_strip71 {
    position: relative;
    overflow: hidden;
    filter: contrast(1.1) brightness(1.05);
    grid-area: photo;
    transform: scale(1);
    border-radius: 14px 0 0 14px;
    z-index: 2;
    height: 100%;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}.teacher_profile35 .alumni_testimonials61:hover .pic_strip71 {
    transform: scale(1.02);
    filter: contrast(1.2) brightness(1.1);
}.teacher_profile35 .pic_strip71::before {
    opacity: 0.7;
    height: 100%;
    background: rgb(188,191,212);
    left: 0;
    top: 0;
    width: 10px;
    z-index: 3;
    position: absolute;
    content: "";
    animation: pulseOpacity 3s ease-in-out infinite;
}.teacher_profile35 .name {
    color: #ffffff;
    transform: translateX(0);
    position: relative;
    font-weight: 700;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    align-self: end;
    z-index: 3;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    font-size: 36px;
    padding-bottom: 10px;
    grid-area: name;
    margin-top: 80px;
}.teacher_profile35 .alumni_testimonials61:hover .name {
    transform: translateX(15px);
}.teacher_profile35 .name::after {
    height: 2px;
    left: 0;
    position: absolute;
    width: 0;
    bottom: 0;
    background: rgb(188,191,212);
    content: "";
    transition: width 0.5s ease;
}.teacher_profile35 .alumni_testimonials61:hover .name::after {
    width: 60%;
}.teacher_profile35 .alumni_testimonials61 span:not(.name) {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: relative;
    padding: 0.6rem 1.2rem;
    font-weight: 600;
    color: rgb(154,162,189);
    transform: translateX(0);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    display: inline-block;
    z-index: 3;
    backdrop-filter: blur(5px);
    align-self: start;
    grid-area: job;
    font-size: 24px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}.teacher_profile35 .alumni_testimonials61:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(15px);
}.teacher_profile35 .job_view93 {
    font-size: 16px;
    align-self: start;
    color: #ffffff;
    border-left: 4px solid rgb(154,162,189);
    padding: 2rem;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    border-radius: 14px;
    width: 95%;
    grid-area: quote;
    backdrop-filter: blur(10px);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    line-height: 1.8;
    z-index: 2;
    margin-right: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    transform: translateY(0);
}.teacher_profile35 .alumni_testimonials61:hover .job_view93 {
    transform: translateX(15px) translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.teacher_profile35 .container::after {
    width: 300px;
    background: radial-gradient(circle, rgb(154,162,189,0.5) 0%, transparent 70%);
    opacity: 0.3;
    content: "";
    height: 300px;
    z-index: -1;
    position: absolute;
    filter: blur(70px);
    animation: pulseGlow 10s ease-in-out infinite alternate;
    right: -150px;
    bottom: -150px;
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}

@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 992px) {.teacher_profile35 .alumni_testimonials61 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    gap: 20px;
    grid-template-areas:
            "pic_strip71"
            "name"
            "past_career32"
            "job_view93";
}.teacher_profile35 .pic_strip71 {
    border-radius: 14px 14px 0 0;
    height: 350px;
}.teacher_profile35 .pic_strip71::before {
    height: 10px;
    width: 100%;
}.teacher_profile35 .name {
    text-align: center;
    margin-top: 0;
}.teacher_profile35 .name::after {
    transform: translateX(-50%);
    left: 50%;
}.teacher_profile35 .alumni_testimonials61:hover .name {
    transform: translateY(-5px);
}.teacher_profile35 .alumni_testimonials61 span:not(.name) {
    margin: 0 auto;
}.teacher_profile35 .alumni_testimonials61:hover span:not(.name) {
    transform: translateY(-5px);
}.teacher_profile35 .job_view93 {
    border-top: 4px solid rgb(154,162,189);
    width: 90%;
    border-left: none;
    margin: 0 auto;
}.teacher_profile35 .alumni_testimonials61:hover .job_view93 {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.teacher_profile35 {
    padding: 5rem 0;
}.teacher_profile35 .pic_strip71 {
    height: 250px;
}.teacher_profile35 .name {
    font-size: 24px;
}.teacher_profile35 .alumni_testimonials61 span:not(.name) {
    padding: 0.5rem 1rem;
    font-size: 16px;
}.teacher_profile35 .job_view93 {
    padding: 1.5rem;
    line-height: 1.6;
    font-size: calc(16px * 0.9);
    width: 95%;
}}.offer_grid57 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.offer_grid57::before {
    z-index: 1;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
}.offer_grid57 .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.fee_plan98 {
    position: relative;
}.offer_grid57 h2 {
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 28px;
}.offer_grid57 h2::after {
    height: 3px;
    width: 80px;
    content: "";
    left: 50%;
    background: linear-gradient(90deg, rgb(188,191,212), rgb(154,162,189));
    position: absolute;
    transform: translateX(-50%);
    bottom: -12px;
}.offer_grid57 .pro_rates49 {
    opacity: 0.9;
    line-height: 1.6;
    color: #ffffff;
    margin: 0 auto 50px;
    max-width: 800px;
    font-size: 16px;
    text-align: center;
}.offer_grid57 .basic_cost58 {
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
    display: grid;
    margin: 0;
}.offer_grid57 .payment_scheme49 {
    text-decoration: none;
    display: block;
    height: 100%;
    position: relative;
    will-change: transform;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}.offer_grid57 .payment_scheme49:hover {
    transform: translateY(-8px);
}.offer_grid57 .bundle_offer03 {
    -webkit-backdrop-filter: blur(10px);
    border-radius: 4px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.1);
    height: 100%;
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s ease, border 0.3s ease;
    backdrop-filter: blur(10px);
}.offer_grid57 .payment_scheme49:hover .bundle_offer03 {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 20px rgba(0,0,0,0.15);
    border-color: rgba(255,255,255,0.2);
}.offer_grid57 .pay_options49 {
    position: relative;
    display: flex;
    padding: 35px 30px;
    height: 100%;
    z-index: 2;
    flex-direction: column;
}.offer_grid57 .bundle_offer03::before {
    z-index: 1;
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(188,191,212), rgb(154,162,189));
    top: 0;
    left: 0;
}.offer_grid57 .pay_options49 h4 {
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    font-size: calc(24px + 2px);
    margin: 0 0 20px;
    color: #ffffff;
}.offer_grid57 .pay_options49 h4::after {
    bottom: 0;
    height: 2px;
    position: absolute;
    width: 40px;
    background-color: rgb(154,162,189);
    content: "";
    left: 0;
}.offer_grid57 .pay_options49 p {
    color: #ffffff;
    line-height: 1.6;
    overflow-wrap: break-word;
    hyphens: auto;
    flex-grow: 1;
    margin: 0 0 25px;
    word-wrap: break-word;
    opacity: 0.85;
    white-space: normal;
    font-size: 16px;
}.offer_grid57 .program_fees71 {
    z-index: 1;
    display: inline-block;
    padding: 10px 20px;
    font-weight: 700;
    position: relative;
    background: linear-gradient(135deg, rgb(188,191,212,0.5) 0%, rgb(154,162,189,0.5) 100%);
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: calc(24px + 4px);
    border-radius: 3px;
}.offer_grid57 .program_fees71::before {
    content: "";
    border-radius: 3px;
    background: linear-gradient(135deg, rgb(188,191,212,0.5) 0%, rgb(154,162,189,0.5) 100%);
    opacity: 0.6;
    inset: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    z-index: -1;
}.offer_grid57 .payment_scheme49:hover .program_fees71::before {
    opacity: 1;
}.offer_grid57 li:nth-child(even) .bundle_offer03::before {
    background: linear-gradient(90deg, rgb(154,162,189), rgb(188,191,212));
}

@media (max-width: 1200px) {.offer_grid57 {
    padding: 100px 0;
}.offer_grid57 .basic_cost58 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 991px) {.offer_grid57 {
    padding: 80px 0;
}.offer_grid57 .basic_cost58 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}.offer_grid57 .pay_options49 {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.offer_grid57 {
    padding: 60px 0;
}.offer_grid57 h2 {
    font-size: calc(28px - 4px);
}.offer_grid57 .pro_rates49 {
    margin-bottom: 40px;
    font-size: calc(16px - 1px);
}.offer_grid57 .basic_cost58 {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.offer_grid57 .pay_options49 h4 {
    font-size: 24px;
}.offer_grid57 .program_fees71 {
    font-size: 24px;
}
}

@media (max-width: 480px) {.offer_grid57 {
    padding: 50px 0;
}.offer_grid57 .pay_options49 {
    padding: 25px 20px;
}.offer_grid57 h2 {
    font-size: calc(28px - 6px);
}.offer_grid57 .pro_rates49 {
    font-size: calc(16px - 2px);
}}.course_summary80 {
    background: rgb(221,222,235);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.course_summary80::before {
    width: 100%;
    top: 0;
    height: 100%;
    background: radial-gradient(circle at 30% 30%, rgb(188,191,212,0.5) 0%, transparent 40%);
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
}.course_summary80::after {
    height: 100%;
    z-index: 1;
    position: absolute;
    width: 100%;
    bottom: 0;
    content: "";
    right: 0;
    background: radial-gradient(circle at 70% 80%, rgb(154,162,189,0.5) 0%, transparent 40%);
}.course_summary80 .container {
    max-width: 1200px;
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
    z-index: 2;
}.course_summary80 .how_grow19 {
    position: relative;
    display: grid;
    border-radius: 15px;
    gap: 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    grid-template-columns: 1fr;
    background: #ffffff;
    overflow: hidden;
}.course_summary80 .how_grow19::before {
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgb(188,191,212), rgb(154,162,189));
    height: 5px;
    width: 100%;
}.course_summary80 .skill_academy74 {
    flex-direction: column;
    justify-content: center;
    padding: 60px 50px;
    display: flex;
    position: relative;
}.course_summary80 .skill_academy74::before {
    content: "";
    left: 40px;
    width: 80px;
    height: 80px;
    top: 40px;
    position: absolute;
    border-radius: 10px;
    animation: float 8s ease-in-out infinite;
    border: 2px solid rgb(188,191,212,0.5);
    opacity: 0.5;
    z-index: -1;
}.course_summary80 .skill_academy74::after {
    width: 60px;
    content: "";
    height: 60px;
    opacity: 0.3;
    border-radius: 50%;
    background: rgb(154,162,189,0.5);
    z-index: -1;
    bottom: 40px;
    position: absolute;
    right: 40px;
    animation: pulse 6s ease-in-out infinite;
}.course_summary80 .head_wrap98 {
    transition: all 0.3s ease;
    border-radius: 10px;
    display: inline-block;
    padding: 15px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.05), 
              -8px -8px 16px rgba(255, 255, 255, 0.8);
    position: relative;
    background: linear-gradient(145deg, rgb(221,222,235), #ffffff);
    margin-bottom: 35px;
}.course_summary80 .head_wrap98:hover {
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.07), 
              -12px -12px 20px rgba(255, 255, 255, 0.9);
    transform: translateY(-5px);
}.course_summary80 .head_wrap98 svg {
    max-width: 140px;
    max-height: 50px;
    transition: all 0.3s ease;
}.course_summary80 .head_wrap98 svg path {
    transition: fill 0.3s ease;
    fill: rgb(188,191,212);
}.course_summary80 .head_wrap98:hover svg path {
    fill: rgb(154,162,189);
}.course_summary80 h3 {
    color: #000000;
    font-size: 38px;
    position: relative;
    line-height: 1.3;
    margin-bottom: 25px;
    font-weight: 700;
}.course_summary80 h3::after {
    border-radius: 10px;
    background: linear-gradient(to right, rgb(188,191,212), rgb(154,162,189));
    position: absolute;
    left: 0;
    bottom: -12px;
    content: "";
    width: 70px;
    height: 3px;
}.course_summary80 p {
    color: #000000;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 400;
    font-size: 18px;
}.course_summary80 .pic_strip71 {
    min-height: 500px;
    height: 100%;
    transition: all 0.5s ease;
    position: relative;
}.course_summary80 .pic_strip71::before {
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(
    135deg,
    rgb(188,191,212,0.5) 0%,
    transparent 60%
  );
}.course_summary80 .pic_strip71::after {
    animation: pulseCircle 3s infinite;
    width: 20px;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    z-index: 2;
    border-radius: 50%;
    height: 20px;
    content: "";
    right: 30px;
    top: 30px;
    border: 2px solid #ffffff;
    position: absolute;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}

@keyframes pulseCircle {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@media screen and (max-width: 1024px) {.course_summary80 {
    padding: 90px 0;
}.course_summary80 .skill_academy74 {
    padding: 50px 40px;
}
}

@media screen and (max-width: 992px) {.course_summary80 .how_grow19 {
    grid-template-columns: 1fr;
}.course_summary80 .pic_strip71 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    min-height: 400px;
    order: -1;
}.course_summary80 .skill_academy74 {
    padding: 40px;
}.course_summary80 .skill_academy74::before,
  .course_summary80 .skill_academy74::after {
    display: none;
}.course_summary80 .head_wrap98 {
    margin-bottom: 25px;
}
}

@media screen and (max-width: 768px) {.course_summary80 {
    padding: 70px 0;
}.course_summary80 .skill_academy74 {
    padding: 30px;
}.course_summary80 h3 {
    font-size: calc(38px - 4px);
}.course_summary80 .pic_strip71 {
    min-height: 350px;
}.course_summary80 .head_wrap98 {
    padding: 12px;
}.course_summary80 .head_wrap98 svg {
    max-width: 120px;
}
}

@media screen and (max-width: 576px) {.course_summary80 {
    padding: 50px 0;
}.course_summary80 .container {
    padding: 0 20px;
}.course_summary80 .how_grow19 {
    border-radius: 10px;
}.course_summary80 .skill_academy74 {
    padding: 25px 20px;
}.course_summary80 h3 {
    margin-bottom: 20px;
    font-size: calc(38px - 6px);
}.course_summary80 p {
    font-size: calc(18px - 1px);
}.course_summary80 .head_wrap98 {
    padding: 10px;
    margin-bottom: 20px;
}.course_summary80 .head_wrap98 svg {
    max-width: 100px;
}.course_summary80 .pic_strip71 {
    min-height: 280px;
}.course_summary80 .pic_strip71::after {
    width: 15px;
    height: 15px;
    top: 20px;
    right: 20px;
}}.who_we_are38 {
    background: rgb(221,222,235);
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}.who_we_are38::before {
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(188,191,212), rgb(154,162,189));
    left: 0;
    width: 100%;
    position: absolute;
    height: 5px;
}.who_we_are38 .container {
    position: relative;
    z-index: 2;
}.who_we_are38 h2 {
    text-align: center;
    background: #ffffff;
    position: relative;
    font-weight: 700;
    padding: 0 15px;
    display: inline-block;
    font-size: 33px;
    transform: translateX(-50%);
    margin-bottom: 50px;
    color: #000000;
    left: 50%;
}.who_we_are38 h2::after {
    bottom: -10px;
    transform: translateX(-50%);
    left: 50%;
    height: 2px;
    background: rgb(188,191,212);
    width: 40px;
    position: absolute;
    content: "";
}.who_we_are38 .mentor_values42 {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.who_we_are38 .mentor_values42::before {
    content: "";
    border-radius: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    width: 50px;
    left: 50%;
    height: 50px;
    border: 3px solid rgb(188,191,212);
    top: 50%;
    background: #ffffff;
    position: absolute;
}.who_we_are38 .mentor_values42::after {
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    background: rgb(188,191,212,0.5);
    z-index: 1;
    transform: translateX(-50%);
    width: 1px;
    left: 50%;
}.who_we_are38 .skills_center49 {
    padding: 35px;
    border-radius: 16px;
    background: #ffffff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}.who_we_are38 .skills_center49:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.who_we_are38 .skills_center49:first-child {
    border-bottom: 3px solid rgb(188,191,212);
}.who_we_are38 .skills_center49:last-child {
    border-bottom: 3px solid rgb(154,162,189);
}.who_we_are38 .skills_center49 h3 {
    display: inline-block;
    font-weight: 600;
    color: rgb(188,191,212);
    font-size: 22px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}.who_we_are38 .skills_center49 h3::after {
    width: 60px;
    content: "";
    height: 2px;
    position: absolute;
    background: rgb(154,162,189);
    left: 0;
    bottom: 0;
}.who_we_are38 .skills_center49 p {
    color: #000000;
    line-height: 1.7;
    font-size: 14px;
    margin-bottom: 0;
}.who_we_are38 .skills_center49:first-child::before {
    color: rgb(188,191,212,0.5);
    top: 20px;
    content: "01";
    line-height: 1;
    right: 20px;
    font-weight: 700;
    opacity: 0.2;
    position: absolute;
    font-size: 70px;
}.who_we_are38 .skills_center49:last-child::before {
    opacity: 0.2;
    line-height: 1;
    font-size: 70px;
    top: 20px;
    font-weight: 700;
    position: absolute;
    content: "02";
    color: rgb(154,162,189,0.5);
    right: 20px;
}.who_we_are38 .container::before {
    border-radius: 50%;
    height: 200px;
    left: -100px;
    top: -100px;
    border: 30px solid rgb(188,191,212,0.5);
    opacity: 0.1;
    width: 200px;
    position: absolute;
    z-index: -1;
    content: "";
}.who_we_are38 .container::after {
    content: "";
    right: -70px;
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    border: 30px solid rgb(154,162,189,0.5);
    width: 150px;
    bottom: -70px;
    height: 150px;
    border-radius: 50%;
}

@media screen and (max-width: 991px) {.who_we_are38 {
    padding: 70px 0;
}.who_we_are38 h2 {
    margin-bottom: 40px;
}.who_we_are38 .mentor_values42 {
    grid-template-columns: 1fr;
    gap: 25px;
}.who_we_are38 .mentor_values42::before,
    .who_we_are38 .mentor_values42::after {
    display: none;
}.who_we_are38 .skills_center49 {
    padding: 30px;
}
}

@media screen and (max-width: 767px) {.who_we_are38 {
    padding: 60px 0;
}.who_we_are38 h2 {
    margin-bottom: 35px;
    font-size: calc(33px * 0.9);
}.who_we_are38 .skills_center49 {
    padding: 25px;
}.who_we_are38 .skills_center49 h3 {
    margin-bottom: 15px;
    font-size: calc(22px * 0.9);
}.who_we_are38 .skills_center49 p {
    font-size: calc(14px * 0.95);
}.who_we_are38 .skills_center49:first-child::before,
    .who_we_are38 .skills_center49:last-child::before {
    right: 15px;
    font-size: 60px;
    top: 15px;
}
}

@media screen and (max-width: 575px) {.who_we_are38 {
    padding: 50px 0;
}.who_we_are38 h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 30px;
}.who_we_are38 .skills_center49 {
    padding: 20px;
}.who_we_are38 .skills_center49 h3 {
    padding-bottom: 10px;
    margin-bottom: 12px;
    font-size: calc(22px * 0.85);
}.who_we_are38 .skills_center49 p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.who_we_are38 .skills_center49:first-child::before,
    .who_we_are38 .skills_center49:last-child::before {
    font-size: 50px;
    right: 10px;
    top: 10px;
}.who_we_are38 .container::before,
    .who_we_are38 .container::after {
    width: 100px;
    border-width: 20px;
    height: 100px;
}}.join_our_community37 {
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(154,162,189) 0%, rgb(188,191,212) 100%);
}.join_our_community37::before {
    left: 0;
    z-index: -1;
    background: repeating-linear-gradient(45deg, rgba(255,255,255,0.03), rgba(255,255,255,0.03) 2px, transparent 2px, transparent 8px);
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
}.join_our_community37::after {
    animation: pulse 8s infinite alternate ease-in-out;
    height: 300px;
    z-index: -1;
    background: radial-gradient(circle, rgb(188,191,212,0.5) 0%, transparent 70%);
    right: -5%;
    content: "";
    top: -10%;
    border-radius: 50%;
    width: 300px;
    position: absolute;
}.join_our_community37 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.join_our_community37 .how_grow19 {
    justify-content: center;
    position: relative;
    flex-direction: column;
    gap: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    align-items: center;
    padding: 2rem;
}.join_our_community37 .how_grow19::before {
    content: "";
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
    height: 100%;
    z-index: -1;
    left: 0;
    opacity: 0.08;
    background: rgb(255, 255, 255, 0.5);
    width: 100%;
    top: 0;
    transform: translateZ(-10px);
    position: absolute;
}.join_our_community37 h4 {
    line-height: 1.4;
    transition: transform 0.5s ease;
    color: #ffffff;
    font-size: clamp(1.25rem, 4vw, 1.75rem);
    z-index: 2;
    text-align: center;
    font-family: Arial, sans-serif;
    transform: translateY(0);
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: relative;
    font-weight: 600;
    max-width: 800px;
    margin: 0;
}.join_our_community37 h4::after {
    width: 80px;
    left: 50%;
    background: #ffffff;
    height: 3px;
    transform: translateX(-50%);
    opacity: 0.5;
    content: "";
    position: absolute;
    bottom: -12px;
}.join_our_community37 .input_holder {
    gap: 1rem;
    position: relative;
    z-index: 3;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 600px;
    display: flex;
    width: 100%;
}.join_our_community37 .input_holder span {
    flex: 1 1 250px;
    position: relative;
}.join_our_community37 .input_holder span:first-child {
    flex: 1 1 350px;
}.join_our_community37 input[type="email"] {
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    color: #ffffff;
    font-weight: 400;
    font-family: Arial, sans-serif;
    border: 2px solid rgba(255,255,255,0.3);
    backdrop-filter: blur(5px);
    font-size: 12px;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    width: 100%;
}.join_our_community37 input[type="email"]:focus {
    outline: none;
    background: rgba(255,255,255,0.15);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transform: translateY(-2px);
    border-color: #ffffff;
}.join_our_community37 input[type="email"]::placeholder {
    color: rgba(255,255,255,0.7);
    transition: opacity 0.3s ease;
    opacity: 1;
}.join_our_community37 input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.join_our_community37 .sub_grids16 {
    border-radius: 10px;
    font-weight: 600;
    font-size: 19px;
    width: 100%;
    position: relative;
    color: rgb(154,162,189);
    cursor: pointer;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 1rem 1.5rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    border: none;
    font-family: Arial, sans-serif;
}.join_our_community37 .sub_grids16::before {
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    width: 100%;
    transition: all 0.5s ease;
    position: absolute;
    content: "";
    height: 100%;
}.join_our_community37 .sub_grids16:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    color: rgb(188,191,212);
    transform: translateY(-3px);
    background: #ffffff;
}.join_our_community37 .sub_grids16:hover::before {
    left: 100%;
}.join_our_community37 .sub_grids16:active {
    transform: translateY(0);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.2); opacity: 0.3; }
    100% { transform: scale(1); opacity: 0.5; }
}

@media (min-width: 768px) {.join_our_community37 {
    padding: 5rem 2rem;
}.join_our_community37 .how_grow19 {
    gap: 3rem;
    flex-direction: row;
    justify-content: space-between;
}.join_our_community37 .how_grow19 > div {
    text-align: left;
    flex: 1 1 50%;
}.join_our_community37 h4 {
    text-align: left;
}.join_our_community37 h4::after {
    transform: none;
    left: 0;
}.join_our_community37 .input_holder {
    flex: 1 1 50%;
    justify-content: flex-end;
}
}

@media (max-width: 767px) {.join_our_community37 .how_grow19::before {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}.join_our_community37 .how_grow19 {
    padding: 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}
}

@media (max-width: 480px) {.join_our_community37 {
    padding: 3rem 1rem;
}.join_our_community37 h4 {
    font-size: 1.2rem;
}.join_our_community37 .input_holder span {
    flex: 1 1 100%;
}.join_our_community37 input[type="email"],
    .join_our_community37 .sub_grids16 {
    padding: 0.875rem 1.25rem;
}}.contact_information71 {
    background: rgb(221,222,235);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.contact_information71::before {
    background: linear-gradient(180deg, rgb(154,162,189,0.5) 0%, transparent 100%);
    z-index: 1;
    width: 100%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    content: "";
}.contact_information71::after {
    background: linear-gradient(0deg, rgb(221,222,235) 0%, transparent 100%);
    bottom: 0;
    width: 100%;
    position: absolute;
    height: 200px;
    left: 0;
    content: "";
    z-index: 2;
}.contact_information71 .pic_strip71 {
    position: absolute;
    opacity: 0.12;
    filter: grayscale(100%) contrast(120%);
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
}.contact_information71 .container {
    padding: 0 20px;
    z-index: 5;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.contact_information71 h3 {
    text-align: center;
    position: relative;
    font-size: 29px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 60px;
    font-weight: 700;
}.support_support28 {
    gap: 0;
    z-index: 10;
    position: relative;
    display: flex;
}.support_support28 .request_feedback29 {
    flex: 0 0 58%;
    z-index: 1;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 60px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.support_support28 .request_feedback29 h3 {
    text-transform: none;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: left;
    color: #000000;
    font-size: 24px;
}.support_support28 .request_feedback29 h3::before,
.support_support28 .request_feedback29 h3::after {
    content: none;
}.support_support28 .request_feedback29 form {
    flex-direction: column;
    display: flex;
}.support_support28 .request_feedback29 input[type="text"],
.support_support28 .request_feedback29 textarea {
    margin-bottom: 25px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    transition: all 0.3s ease;
    padding: 16px 20px;
    background: rgba(245, 245, 245, 0.5);
    font-family: Arial, sans-serif;
    width: 100%;
    border: none;
}.support_support28 .request_feedback29 input[type="text"]:focus,
.support_support28 .request_feedback29 textarea:focus {
    background: rgba(245, 245, 245, 0.8);
    border-bottom-color: rgb(188,191,212);
    outline: none;
}.support_support28 .request_feedback29 textarea {
    min-height: 150px;
    resize: vertical;
}.support_support28 .request_feedback29 .support_feedback47 {
    align-items: flex-start;
    position: relative;
    margin-bottom: 30px;
    display: flex;
}.support_support28 .request_feedback29 .support_feedback47 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.support_support28 .request_feedback29 .support_feedback47 label {
    cursor: pointer;
    font-size: calc(16px - 2px);
    position: relative;
    line-height: 1.5;
    color: #000000;
    padding-left: 35px;
}.support_support28 .request_feedback29 .support_feedback47 label::before {
    background: rgba(245, 245, 245, 0.5);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    width: 22px;
    position: absolute;
    left: 0;
    content: "";
    transition: all 0.3s ease;
    height: 22px;
    top: 2px;
}.support_support28 .request_feedback29 .support_feedback47 input[type="checkbox"]:checked + label::before {
    border-bottom-color: rgb(188,191,212);
    background: rgb(188,191,212);
}.support_support28 .request_feedback29 .support_feedback47 input[type="checkbox"]:checked + label::after {
    width: 6px;
    left: 8px;
    border: solid #ffffff;
    height: 12px;
    top: 4px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    content: "";
}.support_support28 .request_feedback29 .support_feedback47 a {
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: rgb(188,191,212);
    border-bottom: 1px dashed rgb(188,191,212);
}.support_support28 .request_feedback29 .support_feedback47 a:hover {
    border-bottom-color: rgb(154,162,189);
    color: rgb(154,162,189);
}.support_support28 .request_feedback29 .request_list81 {
    font-size: 19px;
    cursor: pointer;
    text-transform: uppercase;
    color: #000000;
    align-self: flex-start;
    padding: 15px 35px;
    border-bottom: 2px solid rgb(188,191,212);
    border: none;
    display: inline-block;
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
    background: transparent;
    transition: all 0.3s ease;
}.support_support28 .request_feedback29 .request_list81::before {
    z-index: -1;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: rgb(188,191,212);
    width: 100%;
}.support_support28 .request_feedback29 .request_list81:hover {
    color: #ffffff;
}.support_support28 .request_feedback29 .request_list81:hover::before {
    height: 100%;
}.support_support28 .help_panel14 {
    background: rgba(0, 0, 0, 0.5);
    padding: 60px;
    flex: 0 0 42%;
    margin-left: -40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    position: relative;
    color: #ffffff;
    z-index: 0;
}.support_support28 .help_panel14::before {
    height: 100%;
    left: 0;
    z-index: -1;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05) 0,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
}.support_support28 .help_panel14 h4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 24px;
    position: relative;
    margin-bottom: 40px;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 15px;
}.support_support28 .help_panel14 .inquiry_feedback97 {
    margin: 0;
    padding: 0;
    list-style: none;
}.support_support28 .help_panel14 .inquiry_feedback97 li {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    align-items: center;
    padding-bottom: 30px;
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
}.support_support28 .help_panel14 .inquiry_feedback97 li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}.support_support28 .help_panel14 .inquiry_feedback97 li svg {
    margin-right: 20px;
    width: 24px;
    flex-shrink: 0;
    height: 24px;
}.support_support28 .help_panel14 .inquiry_feedback97 li svg path {
    fill: rgb(188,191,212);
    transition: all 0.3s ease;
}.support_support28 .help_panel14 .inquiry_feedback97 li:hover svg path {
    fill: #ffffff;
}.support_support28 .help_panel14 .inquiry_feedback97 li span {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    font-size: 16px;
}.support_support28 .help_panel14 .inquiry_feedback97 li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}.support_support28 .help_panel14 .inquiry_feedback97 li a:hover {
    color: rgb(188,191,212);
}

@media screen and (max-width: 992px) {.contact_information71 {
    padding: 80px 0;
}.support_support28 {
    flex-direction: column;
}.support_support28 .request_feedback29 {
    clip-path: none;
    width: 100%;
}.support_support28 .help_panel14 {
    margin-left: 0;
    clip-path: none;
    width: 100%;
}
}

@media screen and (max-width: 768px) {.contact_information71 {
    padding: 60px 0;
}.contact_information71 h3 {
    font-size: calc(29px - 4px);
}.support_support28 .request_feedback29,
    .support_support28 .help_panel14 {
    padding: 40px 30px;
}.support_support28 .request_feedback29 .request_list81 {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.contact_information71 {
    padding: 40px 0;
}.support_support28 .request_feedback29,
    .support_support28 .help_panel14 {
    padding: 30px 20px;
}.support_support28 .request_feedback29 h3,
    .support_support28 .help_panel14 h4 {
    font-size: calc(24px - 2px);
}}.privacy_garrison63 {
    padding: 40px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background-color: rgb(221,222,235);
}.privacy_garrison63::before {
    border-radius: 50%;
    transform: translateX(-50%);
    background-color: rgb(188,191,212);
    position: absolute;
    height: 120px;
    z-index: -1;
    top: 0;
    content: '';
    left: 50%;
    width: 120px;
}.privacy_garrison63 h1 {
    font-size: calc(18px * 1.2);
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}.privacy_garrison63 h1::after {
    bottom: -8px;
    left: 0;
    position: absolute;
    width: 40%;
    content: '';
    height: 3px;
    background-color: rgb(188,191,212);
}.privacy_garrison63 h2 {
    color: rgb(154,162,189);
    font-size: calc(18px * 1.2);
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}.privacy_garrison63 h3, .privacy_garrison63 h4, .privacy_garrison63 h5, .privacy_garrison63 h6 {
    margin: 1rem 0;
}.privacy_garrison63 ul {
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
}.privacy_garrison63 li {
    padding-left: 20px;
    font-size: 18px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    line-height: 1.6;
}.privacy_garrison63 li::before {
    position: absolute;
    left: 0;
    color: rgb(188,191,212);
    content: "\2022";
}
@media only screen and (max-width: 800px) {.privacy_garrison63 {
    padding: 30px;
}.privacy_garrison63 h1 {
    font-size: 35px;
}.privacy_garrison63 h2 {
    font-size: 18px;
}.privacy_garrison63 li {
    font-size: 18px;
}}.client_opinions35 {
    background: linear-gradient(135deg, rgb(221,222,235) 40%, rgb(154,162,189,0.5) 100%);
    perspective: 1000px;
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.client_opinions35::before {
    background: linear-gradient(225deg, rgb(188,191,212,0.5) 0%, transparent 70%);
    z-index: 0;
    transform: rotate(-15deg) translateZ(-50px);
    position: absolute;
    right: -5%;
    content: '';
    height: 70%;
    filter: blur(15px);
    width: 40%;
    top: -10%;
}.client_opinions35::after {
    width: 30%;
    height: 60%;
    transform: rotate(10deg) translateZ(-30px);
    background: linear-gradient(45deg, rgb(154,162,189,0.5) 0%, transparent 80%);
    z-index: 0;
    bottom: -5%;
    left: -2%;
    filter: blur(10px);
    content: '';
    position: absolute;
}.client_opinions35 h2 {
    color: #000000;
    transform: perspective(1000px) rotateX(2deg);
    line-height: 1.2;
    transform-origin: left center;
    font-size: calc(28px * 1.1);
    text-align: left;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 3.5rem;
    position: relative;
}.client_opinions35 h2::after {
    left: 0;
    background: linear-gradient(90deg, rgb(188,191,212) 0%, rgb(154,162,189) 100%);
    height: 3px;
    transform: scaleX(1);
    transition: transform 0.5s ease-out;
    bottom: -12px;
    content: '';
    transform-origin: left;
    position: absolute;
    width: 80px;
}.client_opinions35 h2:hover::after {
    transform: scaleX(1.5);
}.client_opinions35 .container.how_grow19 {
    z-index: 2;
    position: relative;
}.client_opinions35 .student_voices76 {
    position: relative;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    transform-style: preserve-3d;
}.client_opinions35 .alumni_testimonials61 {
    backface-visibility: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 5px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    padding: 2rem;
    background: #ffffff;
    position: relative;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform: translateZ(0) rotateX(0) translateY(0);
}.client_opinions35 .alumni_testimonials61::before {
    top: -15px;
    color: rgb(188,191,212,0.5);
    font-size: 120px;
    right: 20px;
    opacity: 0.2;
    z-index: 0;
    font-family: serif;
    position: absolute;
    content: '"';
    line-height: 1;
}.client_opinions35 .alumni_testimonials61:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.08),
                0 5px 10px rgba(0, 0, 0, 0.05);
    transform: translateZ(15px) translateY(-8px);
}.client_opinions35 .alumni_testimonials61 h3 {
    margin-bottom: 0.8rem;
    position: relative;
    transform: translateX(0);
    font-weight: 600;
    z-index: 2;
    letter-spacing: 0.5px;
    transition: transform 0.3s ease;
    font-size: calc(24px * 1.05);
    color: rgb(188,191,212);
}.client_opinions35 .alumni_testimonials61:hover h3 {
    transform: translateX(5px);
}.client_opinions35 .alumni_testimonials61 h3::after {
    width: 5px;
    height: 0;
    position: absolute;
    content: '';
    left: -10px;
    top: 50%;
    background: rgb(188,191,212);
    transform: translateY(-50%);
    transition: height 0.3s ease;
    z-index: -1;
}.client_opinions35 .alumni_testimonials61:hover h3::after {
    height: 80%;
}.client_opinions35 .alumni_testimonials61 .description {
    font-size: 15px;
    position: relative;
    line-height: 1.6;
    z-index: 2;
    font-weight: 400;
    color: #000000;
    margin-bottom: 1.5rem;
}.client_opinions35 .alumni_testimonials61 div {
    border-radius: 50%;
    position: relative;
    margin-top: 1rem;
    height: 60px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 60px;
    transition: transform 0.3s ease;
    z-index: 2;
}.client_opinions35 .alumni_testimonials61:hover div {
    transform: scale(1.05);
}.client_opinions35 .alumni_testimonials61 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}.client_opinions35 .alumni_testimonials61:hover img {
    transform: scale(1.1);
}.client_opinions35 .alumni_testimonials61:nth-child(odd) {
    transform: translateZ(0) rotateX(0) translateY(0);
}.client_opinions35 .alumni_testimonials61:nth-child(odd):hover {
    transform: translateZ(10px) rotateX(1deg) translateY(-8px);
}.client_opinions35 .alumni_testimonials61:nth-child(even) {
    transform: translateZ(0) rotateX(0) translateY(0);
}.client_opinions35 .alumni_testimonials61:nth-child(even):hover {
    transform: translateZ(10px) rotateX(-1deg) translateY(-8px);
}.client_opinions35 .alumni_testimonials61:nth-child(3n+1)::after {
    width: 30%;
    transition: opacity 0.3s ease;
    height: 40%;
    opacity: 0.05;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(135deg, transparent 50%, rgb(188,191,212,0.5) 100%);
    content: '';
}.client_opinions35 .alumni_testimonials61:nth-child(3n+1):hover::after {
    opacity: 0.1;
}.client_opinions35 .alumni_testimonials61:nth-child(3n+2)::after {
    position: absolute;
    height: 30%;
    top: 0;
    left: 0;
    width: 40%;
    opacity: 0.05;
    z-index: 1;
    transition: opacity 0.3s ease;
    content: '';
    background: linear-gradient(225deg, transparent 50%, rgb(154,162,189,0.5) 100%);
}.client_opinions35 .alumni_testimonials61:nth-child(3n+2):hover::after {
    opacity: 0.1;
}

@media (max-width: 991px) {.client_opinions35 {
    padding: 5rem 0;
}.client_opinions35 h2 {
    font-size: 28px;
    transform: none;
    text-align: center;
}.client_opinions35 h2::after {
    left: 50%;
    transform: translateX(-50%) scaleX(1);
}.client_opinions35 h2:hover::after {
    transform: translateX(-50%) scaleX(1.3);
}.client_opinions35 .student_voices76 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}
}

@media (max-width: 767px) {.client_opinions35 {
    padding: 4rem 0;
}.client_opinions35 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(28px * 0.9);
}.client_opinions35 .student_voices76 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.client_opinions35 .alumni_testimonials61 {
    padding: 1.5rem;
}.client_opinions35 .alumni_testimonials61::before {
    right: 15px;
    font-size: 100px;
    top: -10px;
}
}

@media (max-width: 480px) {.client_opinions35 {
    padding: 3rem 0;
}.client_opinions35 h2 {
    margin-bottom: 2rem;
    font-size: calc(28px * 0.8);
}.client_opinions35 .alumni_testimonials61 {
    padding: 1.25rem;
}.client_opinions35 .alumni_testimonials61::before {
    font-size: 80px;
}.client_opinions35 .alumni_testimonials61 div {
    width: 50px;
    height: 50px;
}}.thanksCore68 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(221,222,235) 0%, rgb(154,162,189,0.5) 100%);
}.thanksCore68::before {
    transform: perspective(1000px) rotateX(5deg);
    opacity: 0.1;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(188,191,212,0.5) 0px,
        rgb(188,191,212,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: 1;
    height: 100%;
    left: 0;
}.thanksCore68::after {
    animation: float 15s ease-in-out infinite;
    position: absolute;
    width: 300px;
    right: -50px;
    transform: rotate(15deg);
    border-radius: 100px;
    bottom: -50px;
    background: rgb(188,191,212);
    content: "";
    opacity: 0.1;
    height: 300px;
    z-index: 0;
}.thanksCore68 .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    transform-style: preserve-3d;
}.thanksCore68 h2 {
    color: #000000;
    transform: translateZ(20px);
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    line-height: 1.3;
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
    font-size: 38px;
}.thanksCore68 h2::after {
    animation: pulse 3s infinite alternate;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 4px;
    transform: translateZ(30px);
    background: rgb(188,191,212);
    content: "";
    left: 0;
    width: 80px;
    bottom: -15px;
    position: absolute;
}.thanksCore68 .how_grow19 {
    border-radius: 8px;
    transform: perspective(1000px) rotateY(-2deg);
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05);
    padding: 40px;
    background: #ffffff;
}.thanksCore68 .how_grow19::before {
    content: "";
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(188,191,212) 0%, rgb(154,162,189) 100%);
    position: absolute;
    height: 6px;
    left: 0;
}.thanksCore68 .how_grow19:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.thanksCore68 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.thanksCore68 li {
    position: relative;
    padding-left: 25px;
}.thanksCore68 li::before {
    transform: rotate(45deg);
    content: "";
    left: 0;
    position: absolute;
    animation: spin 12s linear infinite;
    width: 8px;
    height: 8px;
    top: 8px;
    background: rgb(188,191,212);
}.thanksCore68 span {
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    display: block;
    line-height: 1.7;
    z-index: 2;
    font-size: 17px;
}

@keyframes float {
    0%, 100% {
        transform: rotate(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(20deg) translate(-20px, 20px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateZ(30px) scaleX(1);
    }
    50% {
        opacity: 0.8;
        transform: translateZ(30px) scaleX(1.1);
    }
}

@keyframes spin {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@media (max-width: 992px) {.thanksCore68 {
    padding: 90px 0;
}.thanksCore68 h2 {
    font-size: calc(38px * 0.9);
}.thanksCore68 .how_grow19 {
    padding: 30px;
}
}

@media (max-width: 768px) {.thanksCore68 {
    padding: 70px 0;
}.thanksCore68 h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 30px;
}.thanksCore68 h2::after {
    width: 60px;
}.thanksCore68 .how_grow19 {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 25px;
}.thanksCore68 span {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.thanksCore68 {
    padding: 50px 0;
}.thanksCore68 h2 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.7);
}.thanksCore68 h2::after {
    height: 3px;
    width: 50px;
}.thanksCore68 .how_grow19 {
    transform: none;
    padding: 20px;
}.thanksCore68 li {
    padding-left: 20px;
}.thanksCore68 span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}
}