* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.header_know037 {
    flex: 1 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1237px;
}.law_res325 {
    flex: 0 0 auto;
}.wrapper-skeleton942 {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    scroll-behavior: smooth;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.attempt_now084 {
    position: relative;
    padding: 4.5rem 0;
    overflow: hidden;
    transform-style: preserve-3d;
    background: linear-gradient(135deg, rgb(186,124,122) 0%, rgb(213,167,165) 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    perspective: 1000px;
}.attempt_now084::before {
    transform: translateZ(-5px);
    opacity: 0.1;
    position: absolute;
    content: "";
    z-index: 1;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(186,124,122,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(186,124,122,0.5) 12px
    );
    top: 0;
    width: 100%;
    left: 0;
}.attempt_now084::after {
    content: "";
    animation: lightShift 15s infinite alternate ease-in-out;
    right: -50%;
    background: radial-gradient(
        ellipse at center,
        rgb(255, 255, 255, 0.5) 0%,
        transparent 70%
    );
    top: -50%;
    width: 100%;
    opacity: 0.2;
    transform: rotate(-30deg);
    position: absolute;
    z-index: 0;
    height: 200%;
}.attempt_now084 .container {
    align-items: center;
    z-index: 2;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
    max-width: 1140px;
    padding: 0 15px;
    display: flex;
    transform: translateZ(10px);
    position: relative;
}.attempt_now084 h6 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 2.5rem;
    font-size: 23px;
    max-width: 85%;
    transform: translateZ(20px);
    line-height: 1.6;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.5px;
}.attempt_now084 div {
    justify-content: center;
    width: 100%;
    transform: translateZ(30px);
    position: relative;
    display: flex;
}.attempt_now084 span {
    position: relative;
    display: inline-block;
}.attempt_now084 .query_section165 {
    color: rgb(186,124,122);
    font-size: 15px;
    padding: 0.9rem 2.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    font-weight: 600;
    align-items: center;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    background: #ffffff;
}.attempt_now084 .query_section165::before {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    height: 100%;
    width: 200%;
    content: "";
    transition: transform 0.6s ease;
    transform: translateX(-100%);
    position: absolute;
    left: 0;
    top: 0;
}.attempt_now084 .query_section165:hover {
    transform: translateY(-3px) scale(1.03);
    color: rgb(213,167,165);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25), 0 0 0 2px rgba(255, 255, 255, 0.2);
}.attempt_now084 .query_section165:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}.attempt_now084 .query_section165:hover::before {
    transform: translateX(100%);
}.attempt_now084 .query_section165 span {
    position: relative;
    z-index: 1;
    pointer-events: none;
}

@keyframes lightShift {
    0% {
        opacity: 0.1;
        transform: rotate(-30deg) translateX(0);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
        transform: rotate(-30deg) translateX(-10%);
    }
}

@media (max-width: 991px) {.attempt_now084 {
    padding: 3.5rem 0;
}.attempt_now084 h6 {
    margin-bottom: 2rem;
    max-width: 90%;
    font-size: calc(21px + 0.1rem);
}.attempt_now084 .query_section165 {
    padding: 0.8rem 2rem;
}
}

@media (max-width: 767px) {.attempt_now084 {
    padding: 3rem 0;
}.attempt_now084 h6 {
    margin-bottom: 1.8rem;
    font-size: 21px;
    line-height: 1.5;
    max-width: 95%;
}.attempt_now084 .query_section165 {
    font-size: calc(15px - 0.1rem);
    padding: 0.75rem 1.8rem;
}
}

@media (max-width: 575px) {.attempt_now084 {
    padding: 2.5rem 0;
}.attempt_now084 h6 {
    margin-bottom: 1.5rem;
    max-width: 100%;
    font-size: calc(21px - 0.1rem);
}.attempt_now084 .query_section165 {
    font-size: calc(15px - 0.15rem);
    padding: 0.7rem 1.6rem;
}.attempt_now084::after {
    opacity: 0.15;
}
}

@media (hover: none) {.attempt_now084 .query_section165:hover {
    transform: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
}.attempt_now084 .query_section165::before {
    display: none;
}}.secure_archive398 {
    display: flex;
    padding: 2rem;
    flex-direction: column;
    background-color: rgb(213,167,165);
    font-family: Arial, sans-serif;
    box-shadow: 0 0 10px rgb(213,167,165,0.5);
    color: #ffffff;
    gap: 1.5rem;
}.secure_archive398 h1, .secure_archive398 h2 {
    margin-bottom: 0.75rem;
    color: rgb(213,167,165);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}.secure_archive398 h1 {
    border-left: 4px solid rgb(213,167,165);
    background-color: rgba(0, 0, 0, 0.5);
    font-weight: 700;
    padding-left: 0.5rem;
    font-size: 41px;
    padding: 0.5rem 1rem;
    border-radius: 10px;
}.secure_archive398 h2 {
    font-size: 37px;
    border-radius: 10px;
    padding-left: 0.5rem;
    border-left: 4px solid rgb(186,124,122);
    font-weight: 600;
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.5);
}.secure_archive398 h3, .secure_archive398 h4, .secure_archive398 h5, .secure_archive398 h6 {
    margin: 10px 0;
}.secure_archive398 ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 10px 0;
    gap: 0.75rem;
    padding-left: 0;
}.secure_archive398 ul li {
    font-weight: 400;
    font-size: 14px;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem;
    display: flex;
    background-color: rgb(186,124,122,0.5);
    border-radius: 10px;
}.secure_archive398 ul li::before {
    font-size: 1.2rem;
    content: '⭑';
    color: rgb(213,167,165);
}.secure_archive398 p, .secure_archive398 span {
    margin-bottom: 1rem;
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
}.secure_archive398 div {
    margin-bottom: 1rem;
}.secure_archive398 section {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}
@media only screen and (max-width: 800px) {.secure_archive398 {
    border-radius: 10px;
    gap: 1rem;
    padding: 1.5rem;
}.secure_archive398 h1 {
    font-size: calc(24px * 0.9);
}.secure_archive398 h2 {
    font-size: calc(24px * 0.9);
}.secure_archive398 ul {
    gap: 0.5rem;
}.secure_archive398 ul li {
    padding: 0.75rem;
}.secure_archive398 ul li::before {
    font-size: 1rem;
}}.tySpot761 {
    background: linear-gradient(135deg, rgb(213,167,165,0.5) 0%, rgb(241,219,218) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.tySpot761::before {
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0.1;
    pointer-events: none;
    height: 100%;
    content: "";
    background: repeating-linear-gradient(45deg, transparent, transparent 50px, rgb(186,124,122,0.5) 50px, rgb(186,124,122,0.5) 52px);
    top: 0;
}.tySpot761::after {
    z-index: 0;
    right: -20px;
    bottom: -20px;
    content: "";
    transform: rotate(15deg);
    height: 250px;
    background: rgb(213,167,165);
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    opacity: 0.08;
    width: 250px;
}.tySpot761 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}.tySpot761 .academy_learnings029 {
    transform: translateX(0);
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}.tySpot761 .academy_learnings029:hover {
    transform: translateX(10px);
}.tySpot761 .academy_learnings029 > div:first-child {
    padding-left: 30px;
    transform-origin: left center;
    position: relative;
    border-left: 4px solid rgb(213,167,165);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.tySpot761 .academy_learnings029 > div:first-child::before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: -14px;
    height: 24px;
    width: 24px;
    content: "";
    background: #ffffff;
    position: absolute;
    transition: transform 0.4s ease;
    border: 3px solid rgb(213,167,165);
}.tySpot761 .academy_learnings029:hover > div:first-child::before {
    transform: translateY(-50%) rotate(225deg);
}.tySpot761 h5 {
    margin: 0;
    line-height: 1.4;
    font-size: 19px;
    font-weight: 700;
    color: #000000;
    position: relative;
}.tySpot761 .academy_learnings029 > div:last-child {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    position: relative;
    transform: translateY(0);
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    padding: 35px 40px;
    background: #ffffff;
}.tySpot761 .academy_learnings029 > div:last-child::before {
    left: 0;
    position: absolute;
    height: 100%;
    transition: width 0.4s ease;
    background: linear-gradient(to bottom, rgb(213,167,165), rgb(186,124,122));
    content: "";
    width: 6px;
    top: 0;
}.tySpot761 .academy_learnings029 > div:last-child:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}.tySpot761 .academy_learnings029 > div:last-child:hover::before {
    width: 10px;
}.tySpot761 .academy_learnings029 > div:last-child::after {
    height: 90px;
    z-index: 0;
    right: -30px;
    content: "";
    background: rgb(186,124,122,0.5);
    top: -30px;
    opacity: 0.15;
    width: 90px;
    border-radius: 50%;
    position: absolute;
}.tySpot761 a {
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}.tySpot761 a:hover {
    transform: translateX(5px);
}.tySpot761 p {
    line-height: 1.8;
    z-index: 2;
    position: relative;
    font-size: 17px;
    margin: 0;
    color: #000000;
}

@media (min-width: 768px) {.tySpot761 {
    padding: 150px 0;
}.tySpot761 .academy_learnings029 {
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: center;
}.tySpot761 .academy_learnings029 > div:first-child {
    padding-left: 50px;
}.tySpot761 h5 {
    max-width: 90%;
    font-size: calc(19px * 1.2);
}
}

@media (min-width: 992px) {.tySpot761 {
    padding: 180px 0;
}.tySpot761 .academy_learnings029 {
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
}.tySpot761 .academy_learnings029 > div:first-child {
    transform: translateX(-30px);
}.tySpot761 .academy_learnings029:hover > div:first-child {
    transform: translateX(-20px);
}.tySpot761 .academy_learnings029 > div:last-child {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    padding: 50px 60px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), clip-path 0.6s ease, box-shadow 0.6s ease;
}.tySpot761 .academy_learnings029 > div:last-child:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}

@media (max-width: 767px) {.tySpot761 {
    padding: 80px 0;
}.tySpot761::after {
    height: 150px;
    width: 150px;
}.tySpot761 .academy_learnings029 > div:first-child {
    padding-left: 20px;
}.tySpot761 .academy_learnings029 > div:last-child {
    padding: 25px 30px;
}.tySpot761 h5 {
    font-size: calc(19px * 0.9);
}.tySpot761 p {
    font-size: calc(17px * 0.95);
}}header .top_plank {
    color:  #ffffff;
    background: rgb(213,167,165);
}header .top_plank .learn_links412 div svg, header .top_plank .learn_links412 div svg path {
    fill: #ffffff;
}header .top_plank .learn_links412 div span {
    color: #ffffff;
}header .top_plank .learn_links412 {
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    font-size: 13px;
    display: flex;
    padding: 15px 0 10px 0;
    width: 100%;
    line-height: 21px;
}header .top_plank .learn_links412 div {
    justify-content: flex-start;
    margin-right: 24px;
    display: flex;
    align-items: center;
}header .top_plank .learn_links412 div img, header .top_plank .learn_links412 div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.program_results795 {
    background: linear-gradient(135deg, rgb(241,219,218) 0%, rgba(245, 247, 251, 0.85) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.program_results795::before {
    position: absolute;
    width: 40%;
    content: "";
    right: -5%;
    filter: blur(40px);
    transform: rotate(-15deg);
    z-index: 1;
    height: 30%;
    background: linear-gradient(225deg, rgb(186,124,122,0.5) 0%, transparent 70%);
    top: -10%;
}.program_results795::after {
    z-index: 1;
    height: 15%;
    background: linear-gradient(45deg, rgb(213,167,165,0.5) 0%, transparent 80%);
    bottom: -5%;
    transform: rotate(10deg);
    filter: blur(50px);
    width: 60%;
    content: "";
    position: absolute;
    left: -10%;
}.program_results795 .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.program_results795 .academy_learnings029 {
    align-items: center;
    display: flex;
    gap: 40px;
    position: relative;
    justify-content: space-between;
}.program_results795 .text_cube078 {
    padding: 40px 0;
    position: relative;
    flex: 1;
}.program_results795 .text_cube078::before {
    width: 5px;
    position: absolute;
    top: 0;
    transform: scaleY(0.9);
    background: linear-gradient(to bottom, rgb(213,167,165) 0%, rgb(186,124,122) 100%);
    height: 100%;
    filter: drop-shadow(0 0 10px rgba(rgb(213,167,165,0.5), 0.3));
    left: -20px;
    content: "";
}.program_results795 h4 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    line-height: 1.4;
    font-size: calc(24px * 1.1);
    transform: translateX(0);
    color: #000000;
    margin-bottom: 30px;
    font-weight: 700;
}.program_results795 h4::after {
    height: 3px;
    content: "";
    left: 0;
    background: rgb(186,124,122);
    position: absolute;
    width: 80px;
    bottom: -8px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transform: scaleX(1);
    transform-origin: left;
}.program_results795 .text_cube078:hover h4 {
    transform: translateX(5px);
}.program_results795 .text_cube078:hover h4::after {
    transform: scaleX(1.2);
}.program_results795 .text_cube078 > div {
    gap: 30px;
    display: flex;
    margin-top: 20px;
}.program_results795 ul {
    list-style: none;
    margin: 0;
    flex: 1;
    padding: 0;
}.program_results795 li {
    margin-bottom: 25px;
    transition: transform 0.4s ease;
    position: relative;
    transform: translateY(0);
}.program_results795 li:hover {
    transform: translateY(-5px);
}.program_results795 li p {
    display: flex;
    backdrop-filter: blur(5px);
    border-left: 3px solid rgb(186,124,122);
    transition: all 0.3s ease;
    padding: 15px 20px;
    align-items: flex-start;
    background: rgba(#ffffff, 0.9);
    gap: 15px;
    box-shadow: 0 8px 20px rgba(rgba(0, 0, 0, 0.5), 0.05);
    margin: 0;
    border-radius: 10px;
}.program_results795 li:hover p {
    border-left-width: 5px;
    box-shadow: 0 12px 25px rgba(rgba(0, 0, 0, 0.5), 0.08);
}.program_results795 li p span:first-child {
    flex-shrink: 0;
    border-radius: 50%;
    align-items: center;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    background: linear-gradient(135deg, rgb(186,124,122,0.5) 0%, rgba(255, 255, 255, 0.7) 100%);
    padding: 8px;
}.program_results795 li:hover p span:first-child {
    transform: scale(1.1);
}.program_results795 li p span:last-child {
    line-height: 1.6;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}.program_results795 svg {
    width: 24px;
    transition: transform 0.3s ease;
    height: 24px;
}.program_results795 li:hover svg {
    transform: rotate(15deg);
}.program_results795 svg path {
    fill: rgb(186,124,122);
    transition: fill 0.3s ease;
}.program_results795 li:hover svg path {
    fill: rgb(213,167,165);
}.program_results795 .rounded_image894 {
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 3;
    position: relative;
    border-radius: 2px;
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
    flex: 0 0 45%;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.1);
    max-width: 45%;
}.program_results795 .rounded_image894:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}.program_results795 .rounded_image894::before {
    background: linear-gradient(45deg, rgba(rgb(213,167,165,0.5), 0.2), transparent);
    content: "";
    inset: 0;
    mix-blend-mode: overlay;
    z-index: 2;
    transition: opacity 0.5s ease;
    position: absolute;
}.program_results795 .rounded_image894:hover::before {
    opacity: 0.7;
}.program_results795 .rounded_image894::after {
    bottom: -20px;
    filter: blur(40px);
    width: 80%;
    z-index: -1;
    right: -20px;
    height: 80%;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(186,124,122,0.5), 0.1) 100%);
    position: absolute;
    content: "";
    transition: all 0.5s ease;
}.program_results795 .rounded_image894:hover::after {
    filter: blur(30px);
    transform: translate(-10px, -10px);
}

@media (max-width: 1024px) {.program_results795 {
    padding: 100px 0;
}.program_results795 .academy_learnings029 {
    gap: 30px;
}.program_results795 .rounded_image894 {
    max-width: 40%;
    flex: 0 0 40%;
}
}

@media (max-width: 900px) {.program_results795 .text_cube078 > div {
    gap: 0;
    flex-direction: column;
}.program_results795 ul {
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.program_results795 {
    padding: 80px 0;
}.program_results795 .academy_learnings029 {
    gap: 50px;
    flex-direction: column-reverse;
}.program_results795 .text_cube078 {
    width: 100%;
}.program_results795 .rounded_image894 {
    align-self: center;
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg) scale(0.95);
    max-width: 80%;
}.program_results795 h4 {
    text-align: center;
    font-size: calc(24px * 1.05);
}.program_results795 h4::after {
    left: 50%;
    transform: translateX(-50%) scaleX(1);
}.program_results795 .text_cube078::before {
    width: 100px;
    top: -20px;
    transform: translateX(-50%);
    left: 50%;
    height: 5px;
}.program_results795 .text_cube078:hover h4 {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.program_results795 {
    padding: 60px 0;
}.program_results795 .rounded_image894 {
    max-width: 95%;
}.program_results795 li p {
    padding: 12px 15px;
}.program_results795 li p span:first-child {
    width: 35px;
    height: 35px;
}.program_results795 h4 {
    font-size: 24px;
}.program_results795 li p span:last-child {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.program_results795 .text_cube078 > div {
    gap: 0;
}.program_results795 li {
    margin-bottom: 15px;
}.program_results795 li p {
    gap: 10px;
}.program_results795 li p span:first-child {
    height: 30px;
    width: 30px;
}.program_results795 svg {
    width: 20px;
    height: 20px;
}}.program_offerings708 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(241,219,218) 0%, rgba(249, 249, 249, 0.95) 100%);
    position: relative;
    padding: 5rem 0;
}.program_offerings708::before {
    height: 100%;
    width: 100%;
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 15px,
        rgba(var(--primary-color-rgb, 0, 110, 255), 0.02) 15px,
        rgba(var(--primary-color-rgb, 0, 110, 255), 0.02) 30px
    );
    position: absolute;
    top: 0;
    z-index: 1;
    content: "";
    left: 0;
}.program_offerings708 .container {
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.program_offerings708 .online_learn921 {
    transform: perspective(1000px) rotateX(0deg);
    display: grid;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.program_offerings708 .online_learn921:hover {
    transform: perspective(1000px) rotateX(1deg);
}.program_offerings708 .rounded_image894 {
    position: relative;
    height: 300px;
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
}.program_offerings708 .rounded_image894::after {
    background: linear-gradient(
        to bottom,
        transparent 60%,
        rgba(var(--primary-color-rgb, 0, 110, 255), 0.3) 100%
    );
    inset: 0;
    content: '';
    position: absolute;
    z-index: 1;
}.program_offerings708 .rounded_image894:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateZ(30px);
}.program_offerings708 .text_cube078 {
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.95) 100%
    );
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    transform: translateZ(10px);
    position: relative;
    border-left: 4px solid rgb(213,167,165);
    padding: 2.5rem;
}.program_offerings708 .text_cube078::before {
    width: 30px;
    transform: rotate(45deg);
    content: '';
    left: 30px;
    z-index: -1;
    height: 30px;
    top: -15px;
    background-color: rgb(213,167,165);
    position: absolute;
}.program_offerings708 .text_cube078:hover {
    transform: translateZ(15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.program_offerings708 h3 {
    margin-bottom: 1.5rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding-bottom: 0.75rem;
    font-size: 23px;
    color: #000000;
    position: relative;
    font-weight: 700;
    transform: translateY(0);
}.program_offerings708 h3::after {
    position: absolute;
    transition: width 0.4s ease;
    left: 0;
    height: 3px;
    width: 50px;
    background: linear-gradient(
        to right,
        rgb(213,167,165) 0%,
        rgb(186,124,122) 100%
    );
    bottom: 0;
    content: '';
}.program_offerings708 .text_cube078:hover h3 {
    transform: translateY(-5px);
}.program_offerings708 .text_cube078:hover h3::after {
    width: 100px;
}.program_offerings708 .description {
    line-height: 1.75;
    margin-bottom: 1.5rem;
    font-size: 15px;
    transform: translateY(20px);
    opacity: 0;
    color: #000000;
    animation: fadeInUp 0.8s forwards 0.2s;
}.program_offerings708 span.description {
    display: none;
}

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

@media (min-width: 768px) {.program_offerings708 {
    padding: 7rem 0;
}.program_offerings708 .online_learn921 {
    align-items: center;
    grid-template-columns: 40% 1fr;
    gap: 3.5rem;
}.program_offerings708 .rounded_image894 {
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
    height: 450px;
}.program_offerings708 h3 {
    font-size: calc(23px * 1.2);
}.program_offerings708 .description {
    column-gap: 2.5rem;
    column-count: 2;
}
}

@media (min-width: 992px) {.program_offerings708 {
    padding: 8rem 0;
}.program_offerings708 .online_learn921 {
    grid-template-columns: 45% 1fr;
    gap: 4rem;
}.program_offerings708 .rounded_image894 {
    height: 550px;
}.program_offerings708 .text_cube078 {
    padding: 3.5rem;
}.program_offerings708 h3 {
    font-size: calc(23px * 1.4);
    margin-bottom: 2rem;
}
}

@media (max-width: 767px) {.program_offerings708 .container {
    padding: 0 15px;
}.program_offerings708 .rounded_image894 {
    margin-bottom: 1rem;
    margin-top: 1rem;
}.program_offerings708 .text_cube078 {
    padding: 1.5rem;
}.program_offerings708 h3 {
    font-size: calc(23px * 0.9);
}.program_offerings708 .description {
    font-size: calc(15px * 0.95);
}}.greeting_page176 {
    width: 100%;
    min-height: 100vh;
    background-color: rgb(241,219,218);
    position: relative;
    justify-content: center;
    display: flex;
    overflow: hidden;
    align-items: center;
}.greeting_page176::before {
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    pointer-events: none;
    content: "";
    background: 
    linear-gradient(120deg, rgb(213,167,165,0.5) 0%, transparent 30%),
    linear-gradient(240deg, rgb(186,124,122,0.5) 0%, transparent 30%);
}.greeting_page176::after {
    opacity: 0.4;
    background-image: 
    repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 21px),
    repeating-linear-gradient(90deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 21px);
    content: "";
    width: 100%;
    z-index: 0;
    height: 100%;
    position: absolute;
}.greeting_page176 .learning_primary307 {
    width: 90%;
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    max-width: 1200px;
}.greeting_page176 .start_home526 {
    overflow: hidden;
    flex-direction: column;
    position: relative;
    display: flex;
    border-radius: 10px;
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.2),
    0 5px 15px rgba(0,0,0,0.1);
    padding: 6rem 4rem;
    justify-content: center;
}.greeting_page176 .start_home526::before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    z-index: 1;
    width: 100%;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0,0,0,0.85) 100%);
}.greeting_page176 .start_home526::after {
    z-index: 2;
    height: 150%;
    left: -25%;
    position: absolute;
    width: 150%;
    background: radial-gradient(circle at center, transparent 30%, rgba(0,0,0,0.6) 70%);
    top: -25%;
    content: "";
}.greeting_page176 .start_home526 span {
    position: relative;
    transform: translateX(-1rem);
    margin-bottom: 1.5rem;
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    opacity: 0;
    z-index: 3;
}.greeting_page176 .start_home526 h3 {
    color: #ffffff;
    background: linear-gradient(120deg, rgb(213,167,165,0.5) 0%, rgb(186,124,122,0.5) 100%);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    font-size: calc(24px * 0.9);
    line-height: 1.4;
    border-left: 3px solid rgb(213,167,165);
    backdrop-filter: blur(5px);
    padding: 0.75rem 1.5rem;
    max-width: 80%;
    letter-spacing: 0.5px;
    font-weight: 400;
}.greeting_page176 .start_home526 h1 {
    opacity: 0;
    font-size: calc(48px * 1.2);
    position: relative;
    transform: translateY(1rem);
    text-shadow: 0 2px 5px rgba(0,0,0,0.3);
    z-index: 3;
    margin-bottom: 1.5rem;
    font-weight: 700;
    animation: fadeUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    line-height: 1.2;
    color: #ffffff;
}.greeting_page176 .start_home526 h1::after {
    position: absolute;
    bottom: -15px;
    transform: scaleX(0);
    content: "";
    left: 0;
    transform-origin: left;
    height: 4px;
    background: rgb(213,167,165);
    width: 80px;
    animation: expandLine 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
}.greeting_page176 .start_home526 > div {
    position: relative;
    z-index: 3;
    margin-top: 2rem;
    opacity: 0;
    transform: translateY(1rem);
    animation: fadeUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
}.greeting_page176 .start_home526 p {
    letter-spacing: 0.3px;
    position: relative;
    font-size: calc(12px * 1.2);
    font-weight: 300;
    line-height: 1.6;
    max-width: 80%;
    padding-left: 1rem;
    color: #ffffff;
}.greeting_page176 .start_home526 p::before {
    width: 2px;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(213,167,165), rgb(186,124,122));
    position: absolute;
    height: 100%;
}@keyframes slideIn {
  from {
    transform: translateX(-1rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeUp {
  from {
    transform: translateY(1rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes expandLine {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.greeting_page176 .start_home526:hover::before {
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.5) 10%,
    rgba(0,0,0,0.8) 100%);
    transition: background 0.5s ease;
}.greeting_page176 .start_home526:hover h1::after {
    transition: background 0.5s ease;
    background: linear-gradient(to right, rgb(213,167,165), rgb(186,124,122));
}

@media (max-width: 992px) {.greeting_page176 .start_home526 {
    padding: 5rem 3rem;
}.greeting_page176 .start_home526 h1 {
    font-size: calc(48px * 1.1);
}.greeting_page176 .start_home526 h3,
  .greeting_page176 .start_home526 p {
    max-width: 90%;
}
}

@media (max-width: 768px) {.greeting_page176 .learning_primary307 {
    width: 95%;
    transform: perspective(1000px) rotateX(1deg);
}.greeting_page176 .start_home526 {
    padding: 4rem 2rem;
}.greeting_page176 .start_home526 h1 {
    font-size: 48px;
}.greeting_page176 .start_home526 h3 {
    font-size: 24px;
    max-width: 100%;
}.greeting_page176 .start_home526 p {
    font-size: 12px;
    max-width: 100%;
}
}

@media (max-width: 576px) {.greeting_page176 {
    min-height: 90vh;
}.greeting_page176 .start_home526 {
    padding: 3rem 1.5rem;
}.greeting_page176 .start_home526 h1 {
    font-size: calc(48px * 0.9);
}.greeting_page176 .start_home526 h3 {
    padding: 0.5rem 1rem;
    font-size: calc(24px * 0.85);
}.greeting_page176 .learning_primary307 {
    transform: none;
}
}

@media (max-height: 600px) {.greeting_page176 {
    min-height: 120vh;
}.greeting_page176 .start_home526 {
    padding: 3rem 2rem;
}
}

@media (hover: hover) {.greeting_page176 .start_home526 {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.greeting_page176 .start_home526:hover {
    transform: translateY(-5px);
}}.connect_with_us069 {
    position: relative;
    padding: 5rem 0;
}.connect_with_us069::before {
    left: 0;
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}.connect_with_us069 .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.connect_with_us069 .contact_feedback693 {
    background: rgb(241,219,218);
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}.connect_with_us069 .contact_feedback693::before {
    top: 0;
    background: linear-gradient(90deg, 
        rgb(213,167,165), 
        rgb(186,124,122));
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    height: 5px;
}.connect_with_us069 .feedback_info416 {
    position: relative;
    background: rgb(241,219,218);
    flex: 1 0 300px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 3rem;
}.connect_with_us069 .feedback_info416::after {
    height: 100%;
    top: 0;
    right: 0;
    width: 1px;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom,
        transparent,
        rgb(213,167,165,0.5),
        transparent);
}.connect_with_us069 .feedback_info416 h3 {
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgb(186,124,122);
    display: inline-block;
    font-size: 23px;
    color: rgb(213,167,165);
    font-weight: 700;
}.connect_with_us069 .feedback_info416 div {
    border-radius: 10px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.02));
    padding: 1rem;
}.connect_with_us069 .feedback_info416 div:hover {
    transform: translateX(5px);
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.05));
}.connect_with_us069 .feedback_info416 div svg {
    background: rgb(213,167,165);
    height: 24px;
    padding: 5px;
    border-radius: 50%;
    width: 24px;
    margin-right: 1rem;
    flex-shrink: 0;
}.connect_with_us069 .feedback_info416 div svg path {
    fill: #ffffff;
}.connect_with_us069 .feedback_info416 div span {
    color: #000000;
    font-size: 16px;
}.connect_with_us069 .feedback_info416 div span a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}.connect_with_us069 .feedback_info416 div span a:hover {
    color: rgb(213,167,165);
}.connect_with_us069 .support_box758 {
    background: #ffffff;
    flex: 1 0 450px;
    position: relative;
    padding: 3rem;
}.connect_with_us069 .support_box758::before {
    top: 3rem;
    width: 20px;
    content: "";
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
    height: 20px;
    background: #ffffff;
    position: absolute;
    transform: rotate(45deg);
    left: -10px;
}.connect_with_us069 .support_box758 form {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}.connect_with_us069 .support_box758 h3 {
    position: relative;
    margin-bottom: 2rem;
    font-size: 23px;
    text-align: center;
    color: #000000;
    font-weight: 600;
}.connect_with_us069 .support_box758 h3::after {
    position: absolute;
    content: "";
    bottom: -10px;
    transform: translateX(-50%);
    background: rgb(213,167,165);
    height: 3px;
    left: 50%;
    width: 50px;
}.connect_with_us069 .support_box758 input[type="text"],
.connect_with_us069 .support_box758 input[type="email"] {
    border-radius: 10px;
    font-size: 16px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem 1.2rem;
    color: #000000;
    background: rgb(241,219,218);
    transition: all 0.3s ease;
}.connect_with_us069 .support_box758 input[type="text"]:focus,
.connect_with_us069 .support_box758 input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(213,167,165,0.5);
    border-color: rgb(213,167,165);
}.connect_with_us069 .support_box758 input[type="text"]::placeholder,
.connect_with_us069 .support_box758 input[type="email"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.connect_with_us069 .support_box758 .inquiry_form684 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0.5rem 0;
}.connect_with_us069 .support_box758 .inquiry_form684 input[type="checkbox"] {
    margin-top: 2px;
    -webkit-appearance: none;
    transition: all 0.2s ease;
    flex-shrink: 0;
    appearance: none;
    cursor: pointer;
    border: 2px solid #000000;
    width: 20px;
    border-radius: 4px;
    height: 20px;
    position: relative;
    background-color: #ffffff;
}.connect_with_us069 .support_box758 .inquiry_form684 input[type="checkbox"]:checked {
    border-color: rgb(213,167,165);
    background-color: rgb(213,167,165);
}.connect_with_us069 .support_box758 .inquiry_form684 input[type="checkbox"]:checked::after {
    left: 7px;
    height: 8px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    border: solid #ffffff;
    content: "";
    width: 4px;
}.connect_with_us069 .support_box758 .inquiry_form684 label {
    font-size: calc(16px - 1px);
    color: #000000;
    line-height: 1.5;
}.connect_with_us069 .support_box758 .inquiry_form684 label a {
    color: rgb(213,167,165);
    text-decoration: none;
    font-weight: 600;
}.connect_with_us069 .support_box758 .query_section165 {
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin-top: 1rem;
    color: #ffffff;
    padding: 1rem;
    font-size: 15px;
    font-weight: 600;
    background: rgb(213,167,165);
    cursor: pointer;
    width: 100%;
    border: none;
}.connect_with_us069 .support_box758 .query_section165::after {
    top: 50%;
    height: 5px;
    border-radius: 100%;
    opacity: 0;
    transform: scale(1, 1) translate(-50%);
    width: 5px;
    content: "";
    position: absolute;
    left: 50%;
    transform-origin: 50% 50%;
    background: rgba(255, 255, 255, 0.5);
}.connect_with_us069 .support_box758 .query_section165:hover {
    background: rgb(186,124,122);
}.connect_with_us069 .support_box758 .query_section165:focus {
    outline: none;
}.connect_with_us069 .support_box758 .query_section165:active::after {
    animation: ripple 1s ease-out;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    20% {
        transform: scale(25, 25);
        opacity: 0.3;
    }
    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}

@media screen and (max-width: 992px) {.connect_with_us069 .contact_feedback693 {
    flex-direction: column;
}.connect_with_us069 .feedback_info416 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none;
}.connect_with_us069 .feedback_info416::after {
    left: 0;
    width: 100%;
    top: unset;
    right: unset;
    bottom: 0;
    background: linear-gradient(to right,
            transparent,
            rgb(213,167,165,0.5),
            transparent);
    height: 1px;
}.connect_with_us069 .support_box758::before {
    transform: rotate(135deg);
    left: 3rem;
    top: -10px;
}
}

@media screen and (max-width: 768px) {.connect_with_us069 {
    padding: 4rem 0;
}.connect_with_us069 .feedback_info416,
    .connect_with_us069 .support_box758 {
    padding: 2rem;
}.connect_with_us069 .feedback_info416 h3,
    .connect_with_us069 .support_box758 h3 {
    font-size: calc(23px - 2px);
}
}

@media screen and (max-width: 576px) {.connect_with_us069 {
    padding: 3rem 0;
}.connect_with_us069 .feedback_info416,
    .connect_with_us069 .support_box758 {
    padding: 1.5rem;
}.connect_with_us069 .feedback_info416 div {
    margin-bottom: 1.25rem;
    padding: 0.75rem;
}.connect_with_us069 .feedback_info416 div svg {
    width: 20px;
    height: 20px;
}.connect_with_us069 .support_box758 input[type="text"],
    .connect_with_us069 .support_box758 input[type="email"] {
    padding: 0.8rem 1rem;
}.connect_with_us069 .support_box758::before {
    display: none;
}}.meet_us903 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.meet_us903::before {
    position: absolute;
    content: "";
    opacity: 0.92;
    width: 100%;
    background: linear-gradient(135deg, rgb(213,167,165,0.5), rgb(186,124,122,0.5));
    left: 0;
    z-index: 1;
    height: 100%;
    top: 0;
}.meet_us903 .container {
    grid-template-columns: 1fr;
    grid-gap: 40px;
    display: grid;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.meet_us903 h2 {
    color: #ffffff;
    font-size: calc(35px * 1.2);
    position: relative;
    opacity: 0;
    transform: translateX(-10px);
    font-weight: 700;
    margin: 0 0 30px;
    animation: slideInTitle 0.8s ease-out forwards;
}.meet_us903 h2::after {
    left: 0;
    transform: scaleX(0);
    position: absolute;
    background: rgb(186,124,122);
    width: 80px;
    transform-origin: left;
    animation: expandLine 1s 0.5s ease-in-out forwards;
    content: "";
    height: 3px;
    bottom: -12px;
}.meet_us903 .text_cube078 {
    position: relative;
    opacity: 0;
    padding: 40px;
    transform: translateY(20px);
    animation: fadeIn 1s 0.3s ease-out forwards;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
}.meet_us903 .text_cube078::before {
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(213,167,165), rgb(186,124,122));
    transform: scaleY(0);
    content: "";
    animation: expandVertical 0.8s 0.7s ease-out forwards;
    top: 0;
    transform-origin: top;
    width: 5px;
}.meet_us903 .text_cube078 > div {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: 1fr;
}.meet_us903 .text_cube078 p {
    font-weight: 600;
    color: rgb(213,167,165);
    animation: slideInText 0.8s 0.4s ease-out forwards;
    opacity: 0;
    margin: 0;
    transform: translateX(-10px);
    padding-bottom: 10px;
    position: relative;
    font-size: calc(15px * 1.4);
}.meet_us903 .text_cube078 p::after {
    background: rgb(186,124,122);
    bottom: 0;
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    content: "";
    position: absolute;
    height: 2px;
    animation: expandLine 0.6s 0.9s ease-out forwards;
    width: 40px;
}.meet_us903 .text_cube078 div div {
    transform: translateY(15px);
    column-count: 1;
    opacity: 0;
    color: #000000;
    line-height: 1.8;
    column-gap: 40px;
    animation: fadeIn 1s 0.6s ease-out forwards;
    font-size: 15px;
}

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

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

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

@keyframes expandVertical {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

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

@media (min-width: 768px) {.meet_us903 {
    padding: 150px 0;
}.meet_us903 .container {
    grid-template-columns: 1fr;
    grid-gap: 60px;
}.meet_us903 h2 {
    margin-bottom: 40px;
    font-size: calc(35px * 1.5);
}.meet_us903 h2::after {
    height: 4px;
    width: 120px;
}.meet_us903 .text_cube078 {
    transition: transform 0.5s ease-out;
    padding: 60px;
    transform: perspective(1000px) rotateY(0deg);
}.meet_us903 .text_cube078:hover {
    transform: perspective(1000px) rotateY(1deg);
}.meet_us903 .text_cube078 > div {
    grid-template-columns: 1fr;
    grid-gap: 30px;
}.meet_us903 .text_cube078 p {
    font-size: calc(15px * 1.6);
}.meet_us903 .text_cube078 div div {
    column-gap: 50px;
    column-count: 2;
}
}

@media (min-width: 1024px) {.meet_us903 {
    padding: 180px 0;
}.meet_us903 .container {
    padding: 0 30px;
    grid-template-columns: 1fr;
}.meet_us903 .text_cube078 {
    width: calc(100% + 40px);
    padding: 70px;
    margin-left: -40px;
}.meet_us903 .text_cube078::after {
    right: 0;
    content: "";
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(213,167,165,0.5), 0.05) 50%);
    width: 150px;
    z-index: -1;
    position: absolute;
    bottom: 0;
    height: 150px;
}.meet_us903 .text_cube078 p {
    padding-bottom: 15px;
    font-size: calc(15px * 1.8);
}.meet_us903 .text_cube078 div div {
    column-count: 2;
}
}

@media (min-width: 1200px) {.meet_us903 {
    padding: 200px 0;
}.meet_us903::after {
    height: 250px;
    transform: translateY(-50%);
    content: "";
    right: 0;
    position: absolute;
    z-index: 1;
    opacity: 0.15;
    width: 250px;
    top: 50%;
    background: radial-gradient(circle, rgb(186,124,122,0.5) 0%, transparent 70%);
}.meet_us903 .container {
    max-width: 1400px;
    padding: 0 40px;
}.meet_us903 h2 {
    margin-bottom: 50px;
    font-size: calc(35px * 1.8);
}.meet_us903 .text_cube078 {
    display: flex;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    width: calc(100% + 80px);
    padding: 80px;
    margin-left: -80px;
}.meet_us903 .text_cube078 > div {
    grid-template-columns: 1fr;
    grid-gap: 35px;
    max-width: 90%;
}.meet_us903 .text_cube078 div div {
    column-gap: 60px;
    column-count: 2;
    line-height: 1.9;
}
}

@media (max-width: 767px) {.meet_us903 {
    padding: 80px 0;
}.meet_us903 .container {
    padding: 0 15px;
}.meet_us903 h2 {
    margin-bottom: 25px;
    font-size: 35px;
}.meet_us903 .text_cube078 {
    padding: 25px;
}.meet_us903 .text_cube078 p {
    font-size: calc(15px * 1.2);
}.meet_us903 .text_cube078 div div {
    font-size: 15px;
    line-height: 1.6;
}}header {
    padding: 1.5rem 3%;
    width: 100%;
    z-index: 100;
    position: relative;
    background: linear-gradient(to right, rgb(213,167,165,0.5), rgb(186,124,122,0.5));
}header::before {
    right: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 0;
    bottom: 0.5rem;
    border-radius: 10px;
    left: 0.5rem;
    pointer-events: none;
    top: 0.5rem;
    position: absolute;
    content: '';
}header::after {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    content: '';
}header .container {
    z-index: 1;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
}header .head_guide253 {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    padding: 1.5rem;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    align-items: center;
    display: flex;
}header .head_guide253::before {
    height: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, rgb(213,167,165), rgb(186,124,122));
    top: 0;
    width: 5px;
    left: 0;
}header .head_guide253::after {
    top: 0;
    right: 0;
    background: linear-gradient(to bottom, rgb(186,124,122), rgb(213,167,165));
    position: absolute;
    height: 100%;
    width: 5px;
    content: '';
}header .top_study291 {
    justify-content: center;
    position: relative;
    padding: 0 0 1rem 0;
    display: flex;
    text-decoration: none;
}header .top_study291::after {
    position: absolute;
    height: 1px;
    transform: translateX(-50%);
    background: rgb(213,167,165,0.5);
    width: 80px;
    left: 50%;
    content: '';
    bottom: 0;
}header .top_study291 svg {
    width: 170px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    transition: all 0.3s ease;
    height: auto;
}header .top_study291:hover svg {
    transform: scale(1.03);
}header .head_page374 {
    padding-top: 1rem;
    flex-wrap: wrap;
    gap: 0.7rem;
    display: flex;
    width: 100%;
    max-width: 90%;
    justify-content: center;
}header .main_info816 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    padding: 0.7rem 1.3rem;
    z-index: 1;
    position: relative;
    background: rgb(241,219,218);
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    color: #000000;
    text-decoration: none;
}header .main_info816::before {
    z-index: -1;
    position: absolute;
    width: 3px;
    background: linear-gradient(to bottom, rgb(213,167,165), rgb(186,124,122));
    top: 0;
    border-radius: 10px 0 0 10px;
    height: 100%;
    transition: width 0.3s ease;
    left: 0;
    content: '';
}header .main_info816:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: #ffffff;
    transform: translateY(-2px);
}header .main_info816:hover::before {
    width: 100%;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .head_guide253 {
    padding: 1.2rem;
}header .top_study291 {
    padding: 0 0 0.8rem 0;
}header .top_study291 svg {
    width: 150px;
}header .head_page374 {
    padding-top: 0.8rem;
    gap: 0.6rem;
}header .main_info816 {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .head_guide253 {
    padding: 1rem;
}header .top_study291 {
    padding: 0 0 0.7rem 0;
}header .top_study291 svg {
    width: 130px;
}header .head_page374 {
    gap: 0.5rem;
    max-width: 95%;
    padding-top: 0.7rem;
}header .main_info816 {
    padding: 0.5rem 1rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .head_guide253 {
    padding: 0.8rem 0.8rem 1rem;
}header .top_study291 {
    padding: 0 0 0.6rem 0;
}header .top_study291 svg {
    width: 120px;
}header .head_page374 {
    padding-bottom: 0.3rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-top: 0.6rem;
    justify-content: flex-start;
}header .head_page374::-webkit-scrollbar {
    height: 3px;
}header .head_page374::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(213,167,165);
}header .main_info816 {
    flex-shrink: 0;
    margin-right: 3px;
    white-space: nowrap;
}}footer {
    width: 100%;
    position: relative;
}footer .law_res325 {
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(213,167,165), rgb(186,124,122));
    padding: 80px 0 30px;
}footer .law_res325::before {
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
                      radial-gradient(circle at 85% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 25%),
                      radial-gradient(circle at 40% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 15%);
}footer .discuss_cta204 {
    z-index: 1;
    position: relative;
}footer .get_help972 {
    margin-bottom: 60px;
    justify-content: center;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}footer .info_item {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    padding: 20px;
    z-index: 1;
    flex: 0 1 220px;
    border-radius: 50%;
    transition: all 0.4s ease;
    display: flex;
    height: 220px;
    justify-content: center;
    position: relative;
    background-color: rgb(213,167,165,0.5);
    align-items: center;
}footer .info_item:nth-child(1) {
    transform: translateY(-20px);
}footer .info_item:nth-child(2) {
    transform: translateY(20px);
}footer .info_item:nth-child(3) {
    transform: translateY(-10px);
}footer .info_item:nth-child(4) {
    transform: translateY(10px);
}footer .info_item:hover {
    z-index: 2;
    background-color: rgb(186,124,122,0.5);
    transform: scale(1.05) translateY(0);
}footer .info_item svg {
    margin-right: 10px;
    flex-shrink: 0;
    width: 24px;
    fill: #ffffff;
    height: 24px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    font-size: 15px;
    text-align: center;
    max-width: 80%;
    color: #ffffff;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    position: relative;
    display: flex;
}footer .main_top736, footer .head_page374, footer .subscribe_holder {
    backdrop-filter: blur(5px);
    align-items: center;
    background-color: rgb(213,167,165,0.5);
    overflow: hidden;
    display: flex;
    padding: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    flex: 1 1 300px;
    position: relative;
    flex-direction: column;
    text-align: center;
    max-width: 400px;
}footer .main_top736:hover, footer .head_page374:hover, footer .subscribe_holder:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    background-color: rgb(186,124,122,0.5);
    transform: translateY(-10px);
}footer .main_top736::before, footer .head_page374::before, footer .subscribe_holder::before {
    content: "";
    width: 150px;
    border-radius: 50%;
    opacity: 0.1;
    height: 150px;
    position: absolute;
    z-index: -1;
}footer .main_top736::before {
    left: -50px;
    top: -50px;
    background-color: rgb(213,167,165);
}footer .head_page374::before {
    bottom: -50px;
    right: -50px;
    background-color: rgb(186,124,122);
}footer .subscribe_holder::before {
    left: -50px;
    background-color: rgb(213,167,165);
    bottom: -50px;
}footer .main_top736 svg {
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    width: auto;
    height: 50px;
}footer .rating_stars039 {
    font-size: 13px;
    max-width: 300px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}footer .head_page374 h5, footer .subscribe_holder h5 {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
}footer .head_page374 h5::after, footer .subscribe_holder h5::after {
    transition: width 0.3s ease;
    width: 40px;
    position: absolute;
    height: 2px;
    bottom: -8px;
    content: "";
    left: 50%;
    background-color: #ffffff;
    transform: translateX(-50%);
}footer .head_page374:hover h5::after, footer .subscribe_holder:hover h5::after {
    width: 80px;
}footer .header_lesson375 {
    justify-content: center;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    max-width: 300px;
    gap: 10px;
}footer .header_lesson375 a {
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 15px;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 10px;
    background-color: rgb(213,167,165,0.5);
}footer .header_lesson375 a:hover {
    background-color: rgb(186,124,122,0.5);
    transform: translateY(-3px);
}footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 15px;
    max-width: 300px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
}footer .input_holder {
    width: 100%;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    max-width: 300px;
    display: flex;
}footer .input_holder input[type="email"] {
    font-size: 15px;
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
    text-align: center;
    padding: 15px 20px;
    border-radius: 10px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 3px rgb(213,167,165,0.5);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .join_form256 {
    padding: 15px 20px;
    color: #ffffff;
    border: none;
    background-color: rgb(213,167,165);
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
    width: 100%;
    font-size: 17px;
}footer .join_form256:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(186,124,122);
}footer .access_cta793 {
    text-align: center;
    position: relative;
    margin-top: 60px;
}footer .encrypt_cta196 {
    backdrop-filter: blur(5px);
    display: inline-block;
    padding: 8px 20px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.7);
    background-color: rgb(213,167,165,0.5);
    font-size: 13px;
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: nowrap;
}
}

@media (max-width: 991px) {footer .info_item {
    height: 180px;
    flex: 0 1 180px;
}footer .info_item:nth-child(1),
    footer .info_item:nth-child(2),
    footer .info_item:nth-child(3),
    footer .info_item:nth-child(4) {
    transform: none;
}
}

@media (max-width: 767px) {footer .law_res325 {
    padding: 60px 0 30px;
}footer .get_help972 {
    flex-direction: column;
    margin-bottom: 40px;
}footer .info_item {
    height: 100px;
    padding: 15px;
    flex: 0 1 100px;
}footer .main_top736, footer .head_page374, footer .subscribe_holder {
    padding: 25px 20px;
}footer .access_cta793 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .law_res325 {
    padding: 50px 0 20px;
}footer .info_item {
    flex: 0 1 90px;
    height: 90px;
}footer .info_item p, footer .info_item a {
    font-size: calc(15px - 1px);
}footer .head_page374 h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .header_lesson375 a {
    font-size: calc(15px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .join_form256 {
    padding: 12px 15px;
}footer .encrypt_cta196 {
    padding: 6px 15px;
}}.cookieInformationAlert290 {
    border-top: 3px solid rgb(213,167,165);
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    background: rgb(241,219,218);
    z-index: 100;
    width: 100%;
    position: fixed;
    display: flex;
    padding: 20px 0;
    justify-content: center;
    bottom: 0;
}.manage_tracking164 {
    border: 2px solid rgb(213,167,165);
    border-radius: 20px;
    max-width: 1200px;
    display: flex;
    width: 90%;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding: 20px;
}.consent_comply762 {
    flex-shrink: 0;
    margin-right: 20px;
}.consent_comply762 svg {
    fill: rgb(213,167,165);
    width: 50px;
    height: 50px;
}.cookie_screen139 {
    color: #ffffff;
    text-align: left;
    flex-grow: 1;
}.cookie_screen139 h5 {
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(213,167,165);
}.cookie_screen139 p {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
}.cookie_screen139 p a {
    color: rgb(213,167,165);
    text-decoration: underline;
}.data_agree765 {
    text-decoration: none;
    font-size: 18px;
    border: none;
    border-radius: 10px;
    background: rgb(213,167,165);
    text-align: center;
    padding: 10px 20px;
    min-width: 120px;
    cursor: pointer;
    color: #ffffff;
    flex-shrink: 0;
}.cookie_button.data_settings531 {
    margin-right: 10px;
}#panelCookieWarning869 {
    display: none;
}#panelCookieWarning869:checked ~ .cookieInformationAlert290 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.manage_tracking164 {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.consent_comply762 {
    margin-bottom: 20px;
    margin-right: 0;
}.data_agree765 {
    max-width: 250px;
    width: 100%;
    margin: 10px 0;
}}
.price_combo086 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.price_combo086::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    height: 100%;
    left: 0;
    content: "";
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0;
}.price_combo086 .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.fee_options931 {
    position: relative;
}.price_combo086 h2 {
    position: relative;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    font-size: 33px;
}.price_combo086 h2::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(213,167,165), rgb(186,124,122));
    bottom: -12px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
}.price_combo086 .pricing_block024 {
    margin: 0 auto 50px;
    max-width: 800px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    opacity: 0.9;
    line-height: 1.6;
}.price_combo086 .learn_price015 {
    list-style: none;
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}.price_combo086 .premium_grid503 {
    display: block;
    text-decoration: none;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
    height: 100%;
    position: relative;
}.price_combo086 .premium_grid503:hover {
    transform: translateY(-8px);
}.price_combo086 .price_choices306 {
    transition: box-shadow 0.3s ease, border 0.3s ease;
    overflow: hidden;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    height: 100%;
    border-radius: 4px;
    -webkit-backdrop-filter: blur(10px);
}.price_combo086 .premium_grid503:hover .price_choices306 {
    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);
}.price_combo086 .discount_tier924 {
    display: flex;
    height: 100%;
    flex-direction: column;
    z-index: 2;
    padding: 35px 30px;
    position: relative;
}.price_combo086 .price_choices306::before {
    top: 0;
    width: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(213,167,165), rgb(186,124,122));
    content: "";
}.price_combo086 .discount_tier924 h4 {
    padding-bottom: 15px;
    position: relative;
    font-size: calc(22px + 2px);
    margin: 0 0 20px;
    color: #ffffff;
    font-weight: 600;
}.price_combo086 .discount_tier924 h4::after {
    height: 2px;
    background-color: rgb(186,124,122);
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    width: 40px;
}.price_combo086 .discount_tier924 p {
    flex-grow: 1;
    word-wrap: break-word;
    hyphens: auto;
    font-size: 16px;
    white-space: normal;
    overflow-wrap: break-word;
    opacity: 0.85;
    margin: 0 0 25px;
    line-height: 1.6;
    color: #ffffff;
}.price_combo086 .class_deals381 {
    z-index: 1;
    color: #ffffff;
    padding: 10px 20px;
    font-weight: 700;
    font-size: calc(22px + 4px);
    background: linear-gradient(135deg, rgb(213,167,165,0.5) 0%, rgb(186,124,122,0.5) 100%);
    display: inline-block;
    letter-spacing: 0.5px;
    border-radius: 3px;
    position: relative;
}.price_combo086 .class_deals381::before {
    transition: opacity 0.3s ease;
    opacity: 0.6;
    background: linear-gradient(135deg, rgb(213,167,165,0.5) 0%, rgb(186,124,122,0.5) 100%);
    position: absolute;
    border-radius: 3px;
    z-index: -1;
    content: "";
    inset: 0;
}.price_combo086 .premium_grid503:hover .class_deals381::before {
    opacity: 1;
}.price_combo086 li:nth-child(even) .price_choices306::before {
    background: linear-gradient(90deg, rgb(186,124,122), rgb(213,167,165));
}

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

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

@media (max-width: 767px) {.price_combo086 {
    padding: 60px 0;
}.price_combo086 h2 {
    font-size: calc(33px - 4px);
}.price_combo086 .pricing_block024 {
    font-size: calc(16px - 1px);
    margin-bottom: 40px;
}.price_combo086 .learn_price015 {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.price_combo086 .discount_tier924 h4 {
    font-size: 22px;
}.price_combo086 .class_deals381 {
    font-size: 22px;
}
}

@media (max-width: 480px) {.price_combo086 {
    padding: 50px 0;
}.price_combo086 .discount_tier924 {
    padding: 25px 20px;
}.price_combo086 h2 {
    font-size: calc(33px - 6px);
}.price_combo086 .pricing_block024 {
    font-size: calc(16px - 2px);
}}.training_specialist782 {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(241,219,218) 0%, #ffffff 100%);
    overflow: hidden;
}.training_specialist782::before {
    opacity: 0.05;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: repeating-linear-gradient(
        -45deg,
        rgb(186,124,122,0.5) 0px,
        rgb(186,124,122,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    position: absolute;
    content: "";
    left: 0;
}.training_specialist782::after {
    right: -25%;
    content: "";
    position: absolute;
    z-index: 1;
    height: 200%;
    opacity: 0.1;
    width: 80%;
    transform: rotate(-15deg);
    background: radial-gradient(
        ellipse at center,
        rgb(213,167,165,0.5) 0%,
        transparent 70%
    );
    top: -50%;
}.training_specialist782 .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.training_specialist782 .opinion_ratings350 {
    gap: 2rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    padding: 3rem;
    background: #ffffff;
    transform: perspective(1000px) rotateY(0deg);
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}.training_specialist782 .opinion_ratings350:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}.training_specialist782 .opinion_ratings350::before {
    content: "";
    background: linear-gradient(to bottom, rgb(213,167,165), rgb(186,124,122));
    width: 5px;
    transform-origin: top;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleY(0);
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}.training_specialist782 .opinion_ratings350:hover::before {
    transform: scaleY(1);
}.training_specialist782 .rounded_image894 {
    margin: 0 auto;
    border: 6px solid #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    width: 180px;
    height: 180px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: rotate(-3deg) translateY(0);
    position: relative;
}.training_specialist782 .opinion_ratings350:hover .rounded_image894 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: rotate(0deg) translateY(-10px);
}.training_specialist782 .rounded_image894::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
    content: "";
}.training_specialist782 .name {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0.5rem 0;
    text-align: center;
    color: rgb(213,167,165);
    position: relative;
    transform: translateY(0);
    display: inline-block;
    font-weight: 700;
    font-size: calc(22px * 1.1);
    width: 100%;
}.training_specialist782 .opinion_ratings350:hover .name {
    transform: translateY(-5px);
}.training_specialist782 .name::after {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(-50%) scaleX(0.5);
    content: "";
    background: rgb(186,124,122);
    width: 80px;
    bottom: -5px;
    left: 50%;
    position: absolute;
    height: 2px;
}.training_specialist782 .opinion_ratings350:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.training_specialist782 .opinion_ratings350 div:nth-child(2) div {
    font-style: italic;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    margin-top: 0.5rem;
    text-align: center;
    font-size: calc(15px * 1.05);
    color: rgb(186,124,122);
}.training_specialist782 .opinion_ratings350:hover div:nth-child(2) div {
    transform: translateY(-3px);
}.training_specialist782 .exp_timeline269 {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    text-align: justify;
    opacity: 0.95;
    line-height: 1.8;
    font-size: 15px;
    margin: 1.5rem 0 0;
    transition: opacity 0.4s ease;
    position: relative;
    color: #000000;
    padding: 1.5rem 0.5rem 0.5rem;
}.training_specialist782 .opinion_ratings350:hover .exp_timeline269 {
    opacity: 1;
}.training_specialist782 .exp_timeline269::before {
    text-shadow: 2px 2px 0 #ffffff;
    position: absolute;
    transform: translateX(-50%);
    top: -0.5rem;
    font-size: 4rem;
    left: 50%;
    font-family: serif;
    line-height: 1;
    content: "";
    color: rgb(213,167,165,0.5);
}

@media (min-width: 768px) {.training_specialist782 .opinion_ratings350 {
    grid-template-columns: auto 1fr;
    gap: 2.5rem;
    padding: 3.5rem;
}.training_specialist782 .rounded_image894 {
    margin: 0;
    width: 200px;
    height: 200px;
}.training_specialist782 .name {
    text-align: left;
}.training_specialist782 .name::after {
    left: 0;
    transform: translateX(0) scaleX(0.5);
}.training_specialist782 .opinion_ratings350:hover .name::after {
    transform: translateX(0) scaleX(1);
}.training_specialist782 .opinion_ratings350 div:nth-child(2) div {
    text-align: left;
}.training_specialist782 .opinion_ratings350 div:nth-child(3) {
    grid-column: span 2;
}.training_specialist782 .exp_timeline269 {
    padding: 2rem 1rem 0.5rem;
}.training_specialist782 .exp_timeline269::before {
    left: 1rem;
    transform: translateX(0);
}
}

@media (min-width: 992px) {.training_specialist782 {
    padding: 150px 0;
}.training_specialist782 .opinion_ratings350 {
    grid-template-columns: 220px 1fr 2fr;
    gap: 3rem;
    padding: 4rem;
}.training_specialist782 .opinion_ratings350 div:nth-child(1) {
    grid-row: span 2;
}.training_specialist782 .opinion_ratings350 div:nth-child(3) {
    grid-column: 3;
    grid-row: span 2;
}.training_specialist782 .rounded_image894 {
    width: 220px;
    height: 280px;
}.training_specialist782 .exp_timeline269 {
    border-top: none;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    margin: 0;
    align-items: center;
    height: 100%;
    padding: 0 0 0 3rem;
}.training_specialist782 .exp_timeline269::before {
    left: 1rem;
    top: 1rem;
}
}

@media (min-width: 1200px) {.training_specialist782 .opinion_ratings350 {
    grid-template-columns: 250px 1fr 2.5fr;
    padding: 5rem;
    gap: 3.5rem;
}.training_specialist782 .rounded_image894 {
    height: 320px;
    width: 250px;
}.training_specialist782 .name {
    font-size: calc(22px * 1.2);
}.training_specialist782 .opinion_ratings350 div:nth-child(2) div {
    margin-top: 0.75rem;
    font-size: calc(15px * 1.1);
}.training_specialist782 .exp_timeline269 {
    padding: 0 0 0 4rem;
    line-height: 1.9;
    font-size: calc(15px * 1.05);
}
}