* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    scroll-behavior: auto;
    color: #000000;
}.content-wrapper {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}.container {
    width: 1165px;
    max-width: 100%;
    margin: auto;
}svg {
    height: 30px;
    width: 30px;
}.biz_learnings {
    flex: 0 0 auto;
}.main_know {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(217,206,200) 0%, rgb(185,169,164) 70%, rgb(242,234,231) 100%);
    z-index: 1;
}.contact:before {
    animation: rotateGlow 20s infinite linear;
    height: 200%;
    width: 200%;
    content: '';
    left: -50%;
    opacity: 0.2;
    position: absolute;
    z-index: -1;
    background: radial-gradient(circle at 30% 30%, rgb(217,206,200,0.5) 0%, transparent 60%);
    top: -50%;
}.contact:after {
    z-index: -1;
    background: radial-gradient(circle at 70% 70%, rgb(185,169,164,0.5) 0%, transparent 50%);
    right: -30%;
    animation: rotateGlowReverse 25s infinite linear;
    width: 150%;
    opacity: 0.15;
    bottom: -30%;
    position: absolute;
    height: 150%;
    content: '';
}.contact .container {
    max-width: 1240px;
    position: relative;
    margin: 0 auto;
}.contact .support_info {
    padding: 60px;
    box-shadow: 0 20px 50px rgb(217,206,200,0.5);
    border-radius: 25px;
    background: #ffffff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
}.contact .support_info:hover {
    box-shadow: 0 30px 70px rgb(185,169,164,0.5);
    transform: translateY(-15px);
}.contact .assist_grid {
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
    font-weight: 700;
    font-size: 29px;
    color: rgb(217,206,200);
}.contact .assist_grid:before {
    bottom: -12px;
    position: absolute;
    background: rgb(185,169,164);
    content: '';
    width: 100%;
    animation: slideIn 1.5s ease forwards;
    height: 5px;
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
    border-radius: 10px;
}.contact .image_frame {
    width: 100%;
    border-radius: 25px;
    height: 320px;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}.contact .image_frame:before {
    inset: 0;
    animation: scanLine 4s infinite linear;
    background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.2) 50%, transparent 60%);
    position: absolute;
    content: '';
}.contact .image_frame:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgb(185,169,164,0.5);
}.contact .learn_talk {
    position: relative;
    gap: 30px;
    display: grid;
}.contact .learn_talk p {
    line-height: 1.7;
    font-size: 14px;
    position: relative;
    font-family: Arial, sans-serif;
    padding-left: 0;
    margin: 0;
    display: flex;
    align-items: center;
    color: #000000;
}.contact .learn_talk p svg {
    height: 24px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    width: 24px;
    fill: rgb(185,169,164);
    margin: 0 15px;
}.contact .learn_talk p svg path {
    transition: fill 0.3s ease;
    fill: rgb(185,169,164);
}.contact .learn_talk p:hover svg {
    transform: translateX(5px);
}.contact .learn_talk p:hover svg path {
    fill: rgb(217,206,200);
}.contact .learn_talk p span {
    color: rgb(217,206,200);
    font-weight: 600;
}.contact .learn_talk p a {
    color: rgb(185,169,164);
    transition: color 0.3s ease;
    position: relative;
    text-decoration: none;
}.contact .learn_talk p a:after {
    transition: transform 0.3s ease;
    height: 1px;
    left: 0;
    transform: scaleX(0);
    content: '';
    bottom: -3px;
    width: 100%;
    transform-origin: right;
    background: rgb(185,169,164);
    position: absolute;
}.contact .learn_talk p a:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}.contact .learn_talk p a:hover {
    color: rgb(217,206,200);
}.contact .instant_help {
    overflow: hidden;
    position: relative;
    padding: 30px;
    background: rgb(242,234,231);
    border-radius: 25px;
    transition: all 0.4s ease;
    margin-top: 50px;
}.contact .instant_help:before {
    height: 100%;
    position: absolute;
    left: -100%;
    width: 100%;
    animation: sweep 6s infinite linear;
    top: 0;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.contact .instant_help:hover {
    background: rgb(185,169,164,0.5);
    box-shadow: 0 10px 30px rgb(217,206,200,0.5);
}.contact .contact_map {
    position: relative;
    align-items: center;
    display: flex;
    font-size: 21px;
    color: rgb(217,206,200);
    font-weight: 600;
    margin-bottom: 25px;
}.contact .contact_map svg {
    height: 22px;
    margin-right: 12px;
    width: 22px;
}.contact .contact_map svg path {
    transition: fill 0.3s ease;
    fill: rgb(217,206,200);
}.contact .instant_help:hover .contact_map svg path {
    fill: rgb(185,169,164);
}.contact .reach_form {
    gap: 20px;
    display: grid;
}.contact .get_support {
    padding: 12px 20px;
    align-items: center;
    border-radius: 10px;
    color: #000000;
    font-weight: 400;
    display: flex;
    transition: all 0.3s ease;
    font-size: 14px;
    position: relative;
    background: #ffffff;
}.contact .get_support svg {
    width: 16px;
    transform: translateX(-10px);
    margin-right: 10px;
    transition: all 0.3s ease;
    height: 16px;
    opacity: 0;
}.contact .get_support svg path {
    fill: rgb(185,169,164);
}.contact .get_support:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgb(185,169,164,0.5);
}.contact .get_support:hover svg {
    opacity: 1;
    transform: translateX(0);
}

@media screen and (max-width: 1024px) {.contact {
    padding: 80px 0;
}.contact .support_info {
    padding: 50px;
}.contact .image_frame {
    height: 280px;
}.contact .assist_grid {
    font-size: calc(29px * 0.9);
}.contact .learn_talk {
    gap: 25px;
}.contact .instant_help {
    padding: 25px;
}.contact .learn_talk p svg {
    height: 22px;
    width: 22px;
}
}

@media screen and (max-width: 768px) {.contact {
    padding: 60px 0;
}.contact .support_info {
    padding: 40px;
}.contact .image_frame {
    height: 240px;
    margin-bottom: 40px;
}.contact .assist_grid {
    font-size: calc(29px * 0.85);
    margin-bottom: 40px;
}.contact .learn_talk {
    gap: 20px;
}.contact .instant_help {
    margin-top: 40px;
    padding: 20px;
}.contact .contact_map {
    font-size: calc(21px * 0.9);
}.contact .get_support {
    padding: 10px 15px;
}.contact .learn_talk p svg {
    margin: 0 12px;
    width: 20px;
    height: 20px;
}.contact .contact_map svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
}

@media screen and (max-width: 480px) {.contact {
    padding: 40px 0;
}.contact .support_info {
    padding: 30px;
}.contact .image_frame {
    margin-bottom: 30px;
    height: 200px;
}.contact .assist_grid {
    font-size: calc(29px * 0.75);
}.contact .learn_talk {
    gap: 15px;
}.contact .instant_help {
    padding: 15px;
    margin-top: 30px;
}.contact .contact_map {
    font-size: calc(21px * 0.85);
}.contact .get_support {
    padding: 8px 12px;
}.contact .learn_talk p svg {
    height: 18px;
    width: 18px;
    margin: 0 10px;
}.contact .contact_map svg {
    margin-right: 8px;
    height: 18px;
    width: 18px;
}}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(360deg);
        opacity: 0.2;
    }
}

@keyframes rotateGlowReverse {
    0% {
        transform: rotate(360deg);
        opacity: 0.15;
    }
    50% {
        opacity: 0.25;
    }
    100% {
        transform: rotate(0deg);
        opacity: 0.15;
    }
}

@keyframes slideIn {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes scanLine {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes sweep {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}.course_summary {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(242,234,231) 0%, rgba(245, 245, 245, 0.95) 100%);
    overflow: hidden;
}.course_summary::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(217,206,200,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(185,169,164,0.5) 0%, transparent 25%);
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    opacity: 0.1;
}.course_summary::after {
    right: -50px;
    transform: rotate(15deg);
    height: 200px;
    opacity: 0.2;
    position: absolute;
    content: "";
    width: 200px;
    border: 1px solid rgb(217,206,200,0.5);
    top: -50px;
    z-index: 1;
}.course_summary .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.course_summary h2 {
    color: #000000;
    position: relative;
    line-height: 1.4;
    margin-bottom: 50px;
    font-weight: 700;
    transform: translateX(-5px);
    font-size: 28px;
}.course_summary h2::after {
    content: "";
    position: absolute;
    bottom: -15px;
    height: 3px;
    left: 0;
    transform-origin: left center;
    transform: scaleX(1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 80px;
    background: rgb(217,206,200);
}.course_summary h2:hover::after {
    transform: scaleX(1.5);
}.course_summary .job_training {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    gap: 40px;
}.course_summary .image_frame {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: perspective(1000px) rotateY(-2deg);
    height: 350px;
    overflow: hidden;
}.course_summary .image_frame::before {
    top: 0;
    z-index: 1;
    bottom: 0;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.3));
    right: 0;
}.course_summary .image_frame::after {
    left: -10%;
    transition: opacity 0.5s ease;
    content: "";
    width: 120%;
    height: 120%;
    opacity: 0;
    top: -10%;
    position: absolute;
    background: rgb(217,206,200);
    mix-blend-mode: overlay;
}.course_summary .image_frame:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}.course_summary .image_frame:hover::after {
    opacity: 0.1;
}.course_summary .paragraph_wrap {
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    transform: translateY(-5px);
}.course_summary .paragraph_wrap::before {
    width: 3px;
    position: absolute;
    content: "";
    left: 0;
    background: rgb(217,206,200);
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 0;
    top: 0;
}.course_summary .paragraph_wrap:hover {
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.course_summary .paragraph_wrap:hover::before {
    height: 100%;
}.course_summary .description {
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative;
    color: #000000;
    font-size: 14px;
    line-height: 1.8;
}.course_summary .description:last-child {
    margin-bottom: 0;
}.course_summary .description::before {
    left: 0;
    height: 5px;
    content: "";
    opacity: 0.7;
    width: 5px;
    background: rgb(217,206,200);
    border-radius: 50%;
    top: 0.7em;
    position: absolute;
}.course_summary .container:hover .description::before {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.5);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}

@media (min-width: 768px) {.course_summary {
    padding: 120px 0;
}.course_summary h2 {
    font-size: calc(28px * 1.1);
    max-width: 85%;
}.course_summary .job_training {
    align-items: center;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
}.course_summary .image_frame {
    height: 450px;
}.course_summary .paragraph_wrap {
    max-height: 450px;
    scrollbar-width: thin;
    padding: 40px 50px;
    scrollbar-color: rgb(217,206,200,0.5) rgba(0,0,0,0.05);
    overflow-y: auto;
}.course_summary .paragraph_wrap::-webkit-scrollbar {
    width: 6px;
}.course_summary .paragraph_wrap::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
}.course_summary .paragraph_wrap::-webkit-scrollbar-thumb {
    background-color: rgb(217,206,200,0.5);
}
}

@media (min-width: 992px) {.course_summary {
    padding: 150px 0;
}.course_summary::before {
    background: 
            radial-gradient(circle at 10% 30%, rgb(217,206,200,0.5) 0%, transparent 30%),
            radial-gradient(circle at 90% 70%, rgb(185,169,164,0.5) 0%, transparent 35%);
}.course_summary h2 {
    transform: translateX(0);
    max-width: 70%;
    margin-left: 30px;
}.course_summary .job_training {
    gap: 80px;
}.course_summary .image_frame {
    height: 500px;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.8s ease;
    transform: perspective(1000px) rotateY(-5deg) translateX(-20px);
}.course_summary .image_frame:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.course_summary .paragraph_wrap {
    padding: 50px 60px;
    max-height: 500px;
    transform: translateY(0) translateX(20px);
}.course_summary .paragraph_wrap:hover {
    transform: translateY(0) translateX(0);
}.course_summary .description {
    font-size: calc(14px * 1.05);
    padding-left: 25px;
}.course_summary .description::before {
    width: 6px;
    left: 10px;
    height: 6px;
}
}

@media (min-width: 1200px) {.course_summary h2 {
    margin-left: 50px;
}.course_summary .job_training {
    gap: 100px;
}.course_summary .image_frame {
    transform: perspective(1200px) rotateY(-8deg) translateX(-30px);
}.course_summary .paragraph_wrap {
    transform: translateY(0) translateX(30px);
}
}

@media (max-width: 767px) {.course_summary {
    padding: 60px 0;
}.course_summary h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.9);
}.course_summary h2::after {
    width: 60px;
    bottom: -10px;
}.course_summary .description {
    font-size: calc(14px * 0.95);
}.course_summary .image_frame {
    margin-bottom: 20px;
    height: 250px;
}.course_summary .paragraph_wrap {
    padding: 25px 20px;
}}.meet_us {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.meet_us::before {
    background: linear-gradient(135deg, rgb(217,206,200,0.5), rgb(185,169,164,0.5), rgba(20, 30, 40, 0.85));
    backdrop-filter: blur(3px) saturate(120%);
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
}.meet_us .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.meet_us .paragraph_wrap {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    transform: perspective(1000px) rotateY(-2deg);
    padding: 40px 50px;
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    border-left: 4px solid rgb(185,169,164);
}.meet_us .paragraph_wrap:hover {
    transform: perspective(1000px) rotateY(0deg);
}.meet_us .paragraph_wrap::before {
    left: 25px;
    height: 5px;
    top: -10px;
    width: 50px;
    content: "";
    transform: skewX(-25deg);
    background: rgb(185,169,164);
    position: absolute;
}.meet_us .paragraph_wrap::after {
    background: rgb(217,206,200);
    transform: skewX(-25deg);
    right: 45px;
    bottom: -10px;
    height: 5px;
    position: absolute;
    width: 70px;
    content: "";
}.meet_us h5 {
    text-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    background: linear-gradient(90deg, rgb(185,169,164), rgb(217,206,200));
    font-weight: 700;
    color: transparent;
    background-clip: text !important;
    display: inline-block;
    letter-spacing: 1.5px;
    font-size: 21px;
    -webkit-background-clip: text !important;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
}.meet_us h5::after {
    bottom: -8px;
    transform: scaleX(0.6);
    transition: transform 0.4s ease;
    width: 100%;
    background: linear-gradient(90deg, rgb(185,169,164), transparent);
    position: absolute;
    transform-origin: left;
    height: 2px;
    left: 0;
    content: "";
}.meet_us .paragraph_wrap:hover h5::after {
    transform: scaleX(1);
}.meet_us p {
    margin-bottom: 25px;
    z-index: 1;
    position: relative;
    font-weight: 600;
    font-size: calc(18px * 1.2);
    color: #ffffff;
    letter-spacing: 0.5px;
}.meet_us p b {
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    font-weight: 700;
}.meet_us p b::after {
    content: "";
    background: rgb(185,169,164);
    position: absolute;
    transform-origin: left;
    bottom: -2px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scaleX(0);
    z-index: -1;
    width: 100%;
    height: 3px;
    left: 0;
}.meet_us .paragraph_wrap:hover p b::after {
    transform: scaleX(1);
}.meet_us ol {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
}.meet_us ol li {
    max-height: 60vh;
    position: relative;
    font-size: 18px;
    color: #ffffff;
    scrollbar-color: rgb(185,169,164) transparent;
    padding-left: 10px;
    line-height: 1.8;
    scrollbar-width: thin;
    overflow-y: auto;
    text-align: justify;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}.meet_us ol li::-webkit-scrollbar {
    width: 6px;
}.meet_us ol li::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
}.meet_us ol li::-webkit-scrollbar-thumb {
    background: rgb(185,169,164);
    border-radius: 10px;
}.meet_us ol li::before {
    position: absolute;
    width: 3px;
    left: -10px;
    background: linear-gradient(to bottom, rgb(185,169,164), transparent);
    content: "";
    top: 0;
    height: 100%;
    transition: all 0.5s ease;
    transform: scaleY(0.9);
    opacity: 0.6;
}.meet_us .paragraph_wrap:hover ol li::before {
    transform: scaleY(1);
    opacity: 1;
}

@media (max-width: 992px) {.meet_us {
    padding: 80px 0;
}.meet_us .paragraph_wrap {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 30px 35px;
}.meet_us h5 {
    font-size: calc(21px * 0.95);
}.meet_us p {
    font-size: 18px;
}.meet_us ol li {
    max-height: 50vh;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 768px) {.meet_us {
    padding: 60px 0;
}.meet_us .paragraph_wrap {
    transform: none;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    padding: 25px;
}.meet_us .paragraph_wrap::before,
    .meet_us .paragraph_wrap::after {
    width: 40px;
}.meet_us h5 {
    font-size: calc(21px * 0.9);
}.meet_us p {
    font-size: calc(18px * 0.95);
}.meet_us ol li {
    font-size: calc(18px * 0.9);
    line-height: 1.7;
    max-height: 40vh;
}
}

@media (max-width: 576px) {.meet_us {
    padding: 50px 0;
}.meet_us .paragraph_wrap {
    border-left-width: 3px;
    padding: 20px 15px;
}.meet_us .paragraph_wrap::before,
    .meet_us .paragraph_wrap::after {
    width: 30px;
    height: 3px;
}.meet_us h5 {
    margin-bottom: 15px;
    font-size: calc(21px * 0.85);
}.meet_us p {
    font-size: calc(18px * 0.9);
    margin-bottom: 15px;
}.meet_us ol li {
    line-height: 1.6;
    max-height: 35vh;
    font-size: calc(18px * 0.85);
}
}

@media (prefers-reduced-motion: reduce) {.meet_us .paragraph_wrap,
    .meet_us .paragraph_wrap:hover,
    .meet_us h5::after,
    .meet_us .paragraph_wrap:hover h5::after,
    .meet_us p b::after,
    .meet_us .paragraph_wrap:hover p b::after,
    .meet_us ol li::before,
    .meet_us .paragraph_wrap:hover ol li::before {
    transition: none;
    transform: none;
}}.get_in_touch {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(242,234,231) 0%, rgb(217,206,200,0.5) 100%);
    overflow: hidden;
    position: relative;
}.get_in_touch::before {
    width: 100%;
    content: "";
    background: linear-gradient(45deg, 
        rgb(217,206,200,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(217,206,200,0.5) 50%, 
        rgb(217,206,200,0.5) 75%, 
        transparent 75%, 
        transparent);
    opacity: 0.05;
    animation: gradientMove 20s linear infinite;
    left: 0;
    background-size: 60px 60px;
    position: absolute;
    height: 100%;
    top: 0;
}@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.get_in_touch .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.get_in_touch h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgb(217,206,200);
    margin-bottom: 60px;
    position: relative;
    font-weight: 700;
    text-align: center;
    font-size: 36px;
    font-family: Arial, sans-serif;
}.get_in_touch h2::after {
    background: rgb(217,206,200);
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
    width: 60px;
    position: absolute;
    content: "";
    height: 4px;
}.get_in_touch .inquiry_request {
    border-radius: 13px;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    display: grid;
    max-width: 1000px;
    position: relative;
    overflow: hidden;
    gap: 0;
}.get_in_touch .image_frame {
    order: 2;
    position: relative;
    min-height: 600px;
    height: 100%;
}.get_in_touch .reach_message {
    background: #ffffff;
    order: 1;
    justify-content: center;
    flex-direction: column;
    display: flex;
    padding: 60px;
    position: relative;
}.get_in_touch .reach_message::before {
    right: 0;
    background: linear-gradient(to bottom, rgb(217,206,200), rgb(185,169,164));
    height: 100%;
    content: "";
    width: 10px;
    position: absolute;
    top: 0;
}.get_in_touch form {
    width: 100%;
    position: relative;
}.get_in_touch form h3 {
    margin-bottom: 40px;
    border-bottom: 2px solid rgb(185,169,164,0.5);
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    color: #000000;
    font-size: 22px;
    font-family: Arial, sans-serif;
}.get_in_touch form input[type="text"] {
    border-radius: 10px;
    font-size: 18px;
    background: rgb(242,234,231);
    color: #000000;
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
    padding: 16px 20px 16px 50px;
    width: 100%;
    position: relative;
    transition: all 0.3s ease;
    border: none;
}.get_in_touch form input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(217,206,200);
}.get_in_touch form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.get_in_touch form input#name {
    position: relative;
}.get_in_touch form input#name::before {
    height: 20px;
    background: rgb(217,206,200);
    border-radius: 50%;
    position: absolute;
    width: 20px;
    top: 50%;
    left: 20px;
    content: "";
    transform: translateY(-50%);
}.get_in_touch .help_query {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.get_in_touch .help_query input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.get_in_touch .help_query label {
    padding-left: 35px;
    cursor: pointer;
    color: #000000;
    font-size: 13px;
    position: relative;
    line-height: 1.5;
}.get_in_touch .help_query label::before {
    height: 24px;
    position: absolute;
    width: 24px;
    left: 0;
    background: rgb(242,234,231);
    top: 0;
    content: "";
    border-radius: 10px;
    transition: all 0.3s ease;
}.get_in_touch .help_query input[type="checkbox"]:checked + label::before {
    background: rgb(217,206,200);
}.get_in_touch .help_query input[type="checkbox"]:checked + label::after {
    top: 4px;
    transform: rotate(45deg);
    content: "";
    height: 14px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    left: 8px;
    width: 8px;
    position: absolute;
}.get_in_touch .help_query label a {
    font-weight: 600;
    color: rgb(217,206,200);
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
}.get_in_touch .help_query label a::after {
    height: 1px;
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    background: rgb(217,206,200);
    content: "";
    width: 0;
    bottom: -2px;
}.get_in_touch .help_query label a:hover::after {
    width: 100%;
}.get_in_touch form .contact_reach {
    z-index: 1;
    display: inline-block;
    color: #ffffff;
    background: rgb(217,206,200);
    transition: all 0.3s ease;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    padding: 16px 40px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}.get_in_touch form .contact_reach::before {
    height: 100%;
    transition: width 0.3s ease;
    left: 0;
    content: "";
    position: absolute;
    z-index: -1;
    width: 0;
    background: rgb(185,169,164);
    top: 0;
}.get_in_touch form .contact_reach:hover::before {
    width: 100%;
}.get_in_touch form .contact_reach:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -10px rgb(217,206,200);
}.get_in_touch svg {
    fill: rgb(217,206,200);
    left: 20px;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    height: 20px;
    width: 20px;
}.get_in_touch svg path {
    transition: fill 0.3s ease;
    fill: rgb(217,206,200);
}.get_in_touch form #name,
.get_in_touch form #phone {
    position: relative;
}

@media screen and (max-width: 1024px) {.get_in_touch .inquiry_request {
    max-width: 800px;
}.get_in_touch .reach_message {
    padding: 40px;
}
}

@media screen and (max-width: 768px) {.get_in_touch {
    padding: 80px 0 60px;
}.get_in_touch .inquiry_request {
    grid-template-columns: 1fr;
}.get_in_touch .image_frame {
    min-height: 300px;
    clip-path: none;
    order: 1;
}.get_in_touch .reach_message {
    order: 2;
    padding: 40px 30px;
}.get_in_touch .reach_message::before {
    top: 0;
    background: linear-gradient(to right, rgb(217,206,200), rgb(185,169,164));
    width: 100%;
    height: 6px;
    right: 0;
}.get_in_touch h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 480px) {.get_in_touch {
    padding: 60px 0 40px;
}.get_in_touch h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.8);
}.get_in_touch .image_frame {
    min-height: 200px;
}.get_in_touch .reach_message {
    padding: 30px 20px;
}.get_in_touch form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 30px;
}.get_in_touch form .contact_reach {
    width: 100%;
    padding: 14px 20px;
}}.user_feedback {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: radial-gradient(ellipse at 30% 20%, rgb(217,206,200,0.5), rgb(185,169,164) 80%), 
                radial-gradient(circle at 70% 80%, rgb(185,169,164,0.5), transparent 70%);
}.user_feedback::before {
    width: 100%;
    position: absolute;
    content: "";
    pointer-events: none;
    height: 100%;
    background-position: 0 0, 75px 75px, 30px 30px, 120px 120px;
    background-image: 
        radial-gradient(circle at 15% 25%, rgba(255,255,255,0.05) 2px, transparent 2px),
        radial-gradient(circle at 35% 65%, rgba(255,255,255,0.05) 2px, transparent 2px),
        radial-gradient(circle at 75% 35%, rgba(255,255,255,0.05) 2px, transparent 2px),
        radial-gradient(circle at 85% 85%, rgba(255,255,255,0.05) 2px, transparent 2px);
    background-size: 150px 150px;
    top: 0;
    left: 0;
}.user_feedback .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.user_feedback h2 {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    text-shadow: 0 2px 10px rgba(0,0,0,0.15);
    text-align: center;
    margin-bottom: 3.5rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    font-size: 32px;
    color: #ffffff;
}.user_feedback h2::after {
    left: 50%;
    transform: translateX(-50%) rotate(-1deg);
    position: absolute;
    bottom: -0.75rem;
    width: 120px;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(217,206,200) 30%, #ffffff 70%, transparent);
    content: "";
}.user_feedback .student_views {
    margin: 0;
    perspective: 1000px;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    display: grid;
    padding: 0;
}.user_feedback .learner_voices {
    border-radius: 16px;
    transform-origin: center center;
    padding: 1.5rem;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transform: translateY(0) rotate(0);
    position: relative;
    box-shadow: 0 10px 30px -10px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1), 
                box-shadow 0.4s cubic-bezier(0.2, 0.85, 0.4, 1);
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 50%, 
        rgba(255,255,255,0.02) 100%);
}.user_feedback .learner_voices:hover {
    box-shadow: 0 20px 40px -15px rgba(0,0,0,0.25), 
                0 15px 20px -5px rgba(0,0,0,0.1);
    transform: translateY(-10px) rotate(0.5deg);
}.user_feedback .learner_voices::before {
    pointer-events: none;
    left: -50%;
    top: -50%;
    position: absolute;
    transform: scale(0.8);
    width: 200%;
    height: 200%;
    content: "";
    background: radial-gradient(circle at center, 
                rgba(rgb(217,206,200,0.5), 0.1), 
                transparent 70%);
    opacity: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}.user_feedback .learner_voices:hover::before {
    transform: scale(1);
    opacity: 1;
}.user_feedback .learner_voices div {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
}.user_feedback .learner_voices img {
    height: 60px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    object-fit: cover;
    transform: scale(1) translateY(0);
    border-radius: 50%;
    border: 2px solid rgb(217,206,200);
    width: 60px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}.user_feedback .learner_voices:hover img {
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    border-color: #ffffff;
    transform: scale(1.05) translateY(-5px);
}.user_feedback .learner_voices h4 {
    position: relative;
    font-weight: 600;
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: 19px;
    color: #ffffff;
    margin-left: 1rem;
}.user_feedback .learner_voices:hover h4 {
    transform: translateX(5px);
    color: rgb(217,206,200);
}.user_feedback .learner_voices h4::after {
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, rgb(217,206,200), transparent);
    content: "";
    position: absolute;
    width: 0;
    transition: width 0.3s ease-out;
    bottom: -5px;
}.user_feedback .learner_voices:hover h4::after {
    width: 100%;
}.user_feedback .description {
    margin: 0;
    z-index: 1;
    line-height: 1.6;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    padding: 0.5rem 0 0;
    transition: transform 0.3s ease;
}.user_feedback .learner_voices:hover .description {
    transform: translateY(-5px);
}.user_feedback .description::before {
    z-index: -1;
    font-size: 5rem;
    position: absolute;
    top: -20px;
    font-family: serif;
    left: -10px;
    content: "";
    color: rgba(255,255,255,0.1);
    line-height: 1;
}.user_feedback a {
    padding: 0.8rem 2rem;
    overflow: hidden;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    background: linear-gradient(135deg, rgb(217,206,200), rgb(185,169,164));
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    position: relative;
    font-size: 17px;
    margin-top: 2.5rem;
    color: #ffffff;
    font-weight: 600;
}.user_feedback a:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}.user_feedback a::before {
    left: -100%;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.6s ease-in-out;
    top: 0;
}.user_feedback a:hover::before {
    left: 100%;
}

@media (max-width: 991px) {.user_feedback {
    padding: 4rem 0;
}.user_feedback h2 {
    margin-bottom: 2.5rem;
    font-size: calc(32px * 0.9);
}.user_feedback .student_views {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}

@media (max-width: 768px) {.user_feedback {
    background: radial-gradient(ellipse at 50% 30%, rgb(217,206,200,0.5), rgb(185,169,164) 90%);
    padding: 3rem 0;
}.user_feedback h2 {
    transform: perspective(1000px) rotateX(0deg);
    font-size: calc(32px * 0.8);
    margin-bottom: 2rem;
}.user_feedback .student_views {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.user_feedback .learner_voices {
    padding: 1.25rem;
}
}

@media (max-width: 576px) {.user_feedback {
    padding: 2.5rem 0;
}.user_feedback h2 {
    margin-bottom: 1.5rem;
    font-size: calc(32px * 0.7);
}.user_feedback h2::after {
    width: 80px;
    height: 2px;
}.user_feedback .learner_voices img {
    width: 50px;
    height: 50px;
}.user_feedback .description {
    font-size: calc(14px * 0.95);
}.user_feedback a {
    font-size: calc(17px * 0.9);
    padding: 0.7rem 1.5rem;
}
}

@media (prefers-reduced-motion) {.user_feedback .learner_voices,
    .user_feedback .learner_voices::before,
    .user_feedback .learner_voices img,
    .user_feedback .learner_voices h4,
    .user_feedback .learner_voices h4::after,
    .user_feedback .description,
    .user_feedback a,
    .user_feedback a::before {
    transition: none;
}}.instructor_profile {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(242,234,231) 0%, rgba(255,255,255,0.95) 100%);
}.instructor_profile::before {
    opacity: 0.1;
    top: 0;
    height: 100%;
    width: 100%;
    transform: translateY(-30%) skewY(-5deg);
    background: linear-gradient(45deg, rgb(217,206,200,0.5) 0%, transparent 70%);
    z-index: 0;
    content: "";
    left: 0;
    position: absolute;
}.instructor_profile::after {
    bottom: -20%;
    opacity: 0.15;
    transform: rotate(-15deg);
    background: linear-gradient(135deg, rgb(185,169,164,0.5) 0%, transparent 80%);
    right: -20%;
    content: "";
    width: 100%;
    height: 60%;
    z-index: 0;
    position: absolute;
}.instructor_profile .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
    perspective: 1000px;
}.instructor_profile .learner_voices {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: #ffffff;
    border-radius: 10px;
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    overflow: hidden;
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.05),
    0 5px 15px rgba(0,0,0,0.03),
    0 0 0 1px rgba(255,255,255,0.1) inset;
    display: grid;
    grid-gap: 2rem;
    padding: 2.5rem;
    position: relative;
    border: 1px solid rgba(0,0,0,0.05);
}.instructor_profile .learner_voices::before {
    position: absolute;
    height: 5px;
    animation: gradientMove 8s ease-in-out infinite;
    top: 0;
    z-index: 2;
    left: 0;
    content: "";
    background-size: 200% 100%;
    background: linear-gradient(90deg, 
    rgb(217,206,200) 0%, 
    rgb(185,169,164) 50%, 
    rgb(217,206,200) 100%);
    width: 100%;
}.instructor_profile .learner_voices > div:first-child {
    z-index: 1;
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
}.instructor_profile .image_frame {
    box-shadow: 
    0 10px 25px rgba(0,0,0,0.1),
    0 5px 10px rgba(0,0,0,0.05);
    height: 180px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    transform: translateZ(30px);
    border-radius: 50%;
    width: 180px;
}.instructor_profile .image_frame::before {
    border-radius: 50%;
    position: absolute;
    content: "";
    z-index: -1;
    background: linear-gradient(
    135deg,
    rgb(185,169,164) 0%,
    transparent 50%,
    rgb(217,206,200) 100%
  );
    opacity: 0.8;
    animation: rotateGradient 15s linear infinite;
    transform: rotate(-45deg);
    inset: -8px;
}.instructor_profile .image_frame::after {
    inset: 0;
    box-shadow: inset 0 0 0 10px rgba(255,255,255,0.1);
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}.instructor_profile .learner_voices > div:nth-child(2) {
    position: relative;
    transform: translateZ(20px);
    text-align: center;
}.instructor_profile .name {
    display: inline-block;
    margin-bottom: 0.5rem;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}.instructor_profile .name::after {
    content: "";
    height: 3px;
    transform: translateZ(5px);
    bottom: -8px;
    position: absolute;
    width: 40%;
    left: 30%;
    background: rgb(217,206,200);
}.instructor_profile .learner_voices > div:nth-child(2) > div {
    font-size: calc(16px * 0.9);
    letter-spacing: 0.5px;
    margin-top: 1rem;
    color: rgb(185,169,164);
    font-weight: 600;
}.instructor_profile .learner_voices > div:nth-child(3) {
    position: relative;
    transform: translateZ(10px);
}.instructor_profile .job_expertise {
    text-align: justify;
    padding-left: 1rem;
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
    position: relative;
}.instructor_profile .job_expertise::before {
    left: 0;
    bottom: 0;
    background: linear-gradient(
    to bottom,
    rgb(217,206,200) 0%,
    rgb(185,169,164) 100%
  );
    top: 0;
    width: 3px;
    border-radius: 3px;
    position: absolute;
    content: "";
}.instructor_profile .learner_voices:hover {
    transform: translateY(-5px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 
    0 30px 60px rgba(0,0,0,0.08),
    0 10px 25px rgba(0,0,0,0.05),
    0 0 0 1px rgba(255,255,255,0.2) inset;
}.instructor_profile .learner_voices:hover .image_frame {
    transform: translateZ(40px) scale(1.05);
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes rotateGradient {
  0% { transform: rotate(-45deg); }
  100% { transform: rotate(315deg); }
}

@media (min-width: 768px) {.instructor_profile {
    padding: 7rem 0;
}.instructor_profile .learner_voices {
    grid-template-columns: auto 1fr;
    grid-gap: 2.5rem;
    padding: 3rem;
    grid-template-rows: auto 1fr;
}.instructor_profile .learner_voices > div:first-child {
    grid-row: 1 / span 2;
}.instructor_profile .learner_voices > div:nth-child(2) {
    padding-top: 1.5rem;
    text-align: left;
    align-self: end;
}.instructor_profile .name::after {
    width: 60px;
    left: 0;
}.instructor_profile .job_expertise {
    padding-left: 1.5rem;
}.instructor_profile .job_expertise::before {
    width: 4px;
}
}

@media (min-width: 992px) {.instructor_profile .learner_voices {
    grid-template-columns: 250px 1fr;
    padding: 3.5rem 4rem;
    grid-gap: 3rem;
}.instructor_profile .image_frame {
    width: 220px;
    height: 220px;
}.instructor_profile .name {
    font-size: calc(18px * 1.1);
}.instructor_profile .learner_voices > div:nth-child(2) > div {
    font-size: 16px;
}.instructor_profile .job_expertise {
    line-height: 1.9;
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 1200px) {.instructor_profile .container {
    padding: 0 2rem;
}.instructor_profile .learner_voices {
    grid-template-columns: 280px 1fr;
    padding: 4rem 5rem;
}.instructor_profile .image_frame {
    width: 240px;
    height: 240px;
}
}

@media (max-width: 767px) {.instructor_profile {
    padding: 4rem 0;
}.instructor_profile .learner_voices {
    padding: 2rem 1.5rem;
    text-align: center;
}.instructor_profile .image_frame {
    height: 150px;
    width: 150px;
}.instructor_profile .job_expertise {
    padding-left: 0;
    text-align: left;
    padding-top: 1rem;
}.instructor_profile .job_expertise::before {
    transform: translateX(-50%);
    left: 50%;
    bottom: auto;
    top: 0;
    width: 50px;
    height: 3px;
}}.tyPanel {
    background: linear-gradient(135deg, rgb(242,234,231) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.tyPanel::before {
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 0% 85%);
    top: -10%;
    left: -10%;
    width: 60%;
    transform: rotate(-5deg);
    position: absolute;
    height: 120%;
    background: rgb(217,206,200,0.5);
    opacity: 0.1;
    z-index: 1;
    content: "";
}.tyPanel::after {
    transform: rotate(3deg);
    z-index: 1;
    right: -5%;
    opacity: 0.1;
    height: 80%;
    bottom: -5%;
    width: 40%;
    background: rgb(185,169,164,0.5);
    content: "";
    clip-path: polygon(15% 0, 100% 15%, 100% 100%, 0% 85%);
    position: absolute;
}.tyPanel .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.tyPanel .expert_study {
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    gap: 30px;
    padding: 60px 40px;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
}.tyPanel .expert_study:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
}.tyPanel .expert_study::before {
    background: linear-gradient(90deg, rgb(217,206,200) 0%, rgb(185,169,164) 100%);
    left: 0;
    height: 6px;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
}.tyPanel .expert_study::after {
    height: 60px;
    z-index: -1;
    content: "";
    animation: rotate 15s infinite linear;
    border: 2px solid rgb(217,206,200,0.5);
    position: absolute;
    width: 60px;
    opacity: 0.2;
    top: 20px;
    right: 20px;
}.tyPanel h5 {
    line-height: 1.4;
    color: rgb(217,206,200);
    margin: 0 0 10px;
    position: relative;
    transform: translateZ(0);
    padding-left: 20px;
    font-size: 19px;
    font-weight: 700;
}.tyPanel h5::before {
    content: "";
    top: 0.4em;
    left: 0;
    height: 8px;
    width: 8px;
    background: rgb(217,206,200);
    transform: rotate(45deg);
    position: absolute;
}.tyPanel p {
    position: relative;
    color: #000000;
    margin: 0;
    padding-left: 20px;
    border-left: 1px solid rgb(217,206,200,0.5);
    font-size: 17px;
    transition: all 0.3s ease;
    line-height: 1.8;
}.tyPanel a {
    text-decoration: none;
    padding: 20px;
    display: block;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    background-color: rgba(rgb(242,234,231), 0.3);
}.tyPanel a::before {
    transition: transform 0.5s ease;
    position: absolute;
    bottom: 0;
    transform-origin: left;
    transform: scaleX(0.7);
    background: linear-gradient(90deg, transparent, rgb(217,206,200,0.5), transparent);
    height: 2px;
    width: 100%;
    left: 0;
    content: "";
}.tyPanel a:hover::before {
    transform: scaleX(1);
}.tyPanel a:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background-color: rgba(rgb(242,234,231), 0.5);
}.tyPanel a:hover p {
    border-left-color: rgb(217,206,200);
    padding-left: 25px;
}

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

@media screen and (min-width: 768px) {.tyPanel {
    padding: 150px 0;
}.tyPanel .expert_study {
    gap: 40px;
    padding: 80px 60px;
    grid-template-columns: 1fr 1fr;
}.tyPanel h5 {
    font-size: calc(19px * 1.1);
    max-width: 90%;
}.tyPanel p {
    font-size: calc(17px * 1.05);
}.tyPanel a {
    padding: 25px;
}
}

@media screen and (min-width: 992px) {.tyPanel {
    padding: 180px 0;
}.tyPanel .expert_study {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
    padding: 100px 80px;
}.tyPanel h5 {
    padding-left: 30px;
    font-size: calc(19px * 1.2);
}.tyPanel h5::before {
    width: 10px;
    height: 10px;
}.tyPanel p {
    padding-left: 30px;
    font-size: calc(17px * 1.1);
}.tyPanel a {
    padding: 30px;
}
}

@media screen and (max-width: 767px) {.tyPanel {
    padding: 80px 0;
}.tyPanel .expert_study {
    padding: 40px 25px;
}.tyPanel h5 {
    font-size: calc(19px * 0.95);
}.tyPanel p {
    font-size: calc(17px * 0.95);
}.tyPanel a {
    padding: 15px;
}
}

@media (prefers-reduced-motion: reduce) {.tyPanel .expert_study,
    .tyPanel .expert_study:hover,
    .tyPanel a,
    .tyPanel a:hover,
    .tyPanel p,
    .tyPanel a:hover p,
    .tyPanel a::before,
    .tyPanel a:hover::before {
    transform: none;
    animation: none;
    transition: none;
}}.cookieNoticePromptPanel {
    bottom: 0;
    padding: 20px 0;
    z-index: 90;
    border-top: 3px solid rgb(217,206,200);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    background: rgb(242,234,231);
    position: fixed;
    width: 100%;
}.cookie_control {
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 20px;
    display: flex;
    max-width: 1200px;
    margin: auto;
}#popupCookieConsent {
    display: none;
}#popupCookieConsent:checked ~ .cookieNoticePromptPanel {
    opacity: 0;
    visibility: hidden;
}.cookieNoticePromptPanel h5 {
    font-size: 18px;
    margin-bottom: 6px;
    color: rgb(217,206,200);
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}.cookieNoticePromptPanel p {
    max-width: 500px;
    color: #000000;
    font-size: 13px;
}.cookie_ack {
    margin-right: 20px;
    flex-shrink: 0;
}.cookie_ack svg, .cookie_ack svg path {
    height: 80px;
    fill: rgb(217,206,200);
    width: 80px;
}.privacy_opt {
    min-width: 140px;
    flex-shrink: 0;
    font-size: 19px;
    text-decoration: none;
    font-weight: 600;
    transition: border 0.2s;
    background: rgb(217,206,200);
    text-align: center;
    color: #ffffff;
    margin-left: 10px;
    border: 2px solid transparent;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 12px 24px;
}.cookie_button.track_switch {
    background: rgb(217,206,200);
}.cookie_button.cookie_guard {
    background: rgb(185,169,164);
}.privacy_opt:hover {
    border: 2px solid #ffffff;
}.cookieNoticePromptPanel p a {
    font-weight: 700;
    color: rgb(217,206,200);
    text-decoration: underline;
}
@media only screen and (max-width: 1200px) {.cookie_control {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.cookie_ack {
    display: none;
}.cookie_control {
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}.cookieNoticePromptPanel h5, .cookieNoticePromptPanel p {
    text-align: center;
}.track_accept {
    margin-bottom: 20px;
}.privacy_opt {
    width: 100%;
    max-width: 300px;
    margin-left: 0;
    margin-top: 10px;
}}
.content-wrapper .cookieNoticePromptPanel {
    padding: 30px 0;
    border: none;
    background: rgb(185,169,164);
}.content-wrapper .privacy_opt {
    background: rgb(217,206,200);
    color: #ffffff;
    border-radius: 10px;
    margin-left: 0;
    border: none;
    font-weight: 600;
    font-size: 19px;
}.content-wrapper .track_accept h5, .content-wrapper .track_accept p {
    color: #ffffff;
}header {
    padding: 0;
    z-index: 100;
    width: 100%;
    background: rgb(242,234,231);
    position: relative;
}header::before {
    z-index: 0;
    opacity: 0.6;
    left: 0;
    background: linear-gradient(135deg, 
        rgb(217,206,200,0.5) 0%, 
        transparent 60%, 
        rgb(185,169,164,0.5) 100%);
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
}header .container {
    margin: 0;
    max-width: 100%;
    z-index: 1;
    padding: 0;
    position: relative;
    width: 100%;
}header .main_teach {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 0.8rem 3%;
}header .nav_lead {
    display: flex;
    margin-right: 1rem;
    padding: 0.6rem;
    position: relative;
    align-items: center;
    text-decoration: none;
}header .nav_lead::after {
    left: 0;
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    transform: scaleX(0.7);
    background: linear-gradient(to right, rgb(217,206,200), rgb(185,169,164));
    width: 100%;
    transition: transform 0.3s ease;
}header .nav_lead:hover::after {
    transform: scaleX(1);
}header .nav_lead svg {
    transition: all 0.3s ease;
    height: auto;
    width: 140px;
}header .nav_lead:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .head_know {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    padding: 0.5rem;
    flex-wrap: wrap;
    gap: 0.4rem;
}header .site_info {
    text-decoration: none;
    padding: 0.4rem 0.7rem;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    transition: all 0.3s ease;
}header .site_info::after {
    transition: transform 0.3s ease;
    height: 2px;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(217,206,200), rgb(185,169,164));
    transform: scaleX(0);
    content: '';
    transform-origin: left;
    width: 100%;
}header .site_info:hover {
    background: rgba(255, 255, 255, 0.7);
    color: rgb(217,206,200);
}header .site_info:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header .main_teach {
    padding: 0.7rem 2.5%;
}header .nav_lead svg {
    width: 130px;
}header .head_know {
    padding: 0.4rem;
    gap: 0.35rem;
}header .site_info {
    padding: 0.35rem 0.6rem;
    font-size: calc(20px - 1px);
}
}

@media (max-width: 767px) {header .main_teach {
    justify-content: center;
    padding: 0.7rem 2%;
}header .nav_lead {
    margin: 0 0 0.6rem 0;
}header .nav_lead svg {
    width: 120px;
}header .head_know {
    justify-content: center;
    width: 100%;
}header .site_info {
    font-size: calc(20px - 2px);
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header .main_teach {
    padding: 0.6rem 1.5%;
}header .nav_lead svg {
    width: 110px;
}header .head_know {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .head_know::-webkit-scrollbar {
    height: 2px;
}header .head_know::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(217,206,200);
}header .site_info {
    white-space: nowrap;
    flex-shrink: 0;
}}footer {
    position: relative;
}footer::before {
    z-index: 1;
    content: '';
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(125deg, #000000 0%, rgb(185,169,164) 100%);
    opacity: 0.95;
    top: 0;
}.biz_learnings {
    padding: 60px 0;
    color: #ffffff;
    font-family: Arial, sans-serif;
    z-index: 2;
    position: relative;
}.biz_learnings .container {
    flex-wrap: wrap;
    display: flex;
}.biz_learnings .company_holder {
    border-radius: 29px;
    padding: 25px;
    flex: 0 0 100%;
    margin-bottom: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
}.biz_learnings .company_holder h3 {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}.biz_learnings .conduct_code {
    background: rgba(255, 255, 255, 0.1);
    font-size: 18px;
    padding: 15px 20px;
    line-height: 1.7;
    border-radius: 10px;
    margin: 0 auto;
    color: #ffffff;
    max-width: 80%;
    text-align: center;
}.biz_learnings .cookie_ctrl {
    flex: 0 0 100%;
    margin-top: 20px;
}.biz_learnings .header_master {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}.biz_learnings .head_know {
    background: rgba(255, 255, 255, 0.05);
    max-width: calc(50% - 30px);
    transition: all 0.3s ease;
    border-radius: 29px;
    flex: 0 0 calc(50% - 30px);
    padding: 20px;
}.biz_learnings .head_know:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
}.biz_learnings .head_know h5 {
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}.biz_learnings .head_know .header_master {
    gap: 12px;
    margin-top: 0;
    flex-direction: column;
    display: flex;
}.biz_learnings .head_know .header_master a {
    padding: 8px 12px;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    color: #ffffff;
}.biz_learnings .head_know .header_master a:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}.policy_links {
    margin-top: 40px;
    z-index: 2;
    padding: 20px 0;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
}.policy_links::before {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 20%;
    position: absolute;
    right: 20%;
    opacity: 0.2;
    height: 1px;
    content: '';
    top: 0;
}.policy_links .container {
    display: flex;
    justify-content: center;
}.policy_links .footer_workshops {
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.5px;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.biz_learnings .header_master {
    justify-content: space-between;
}.biz_learnings .company_holder {
    flex: 0 0 30%;
    text-align: left;
}.biz_learnings .cookie_ctrl {
    flex: 0 0 65%;
}.biz_learnings .container {
    justify-content: space-between;
    align-items: flex-start;
}.biz_learnings .conduct_code {
    max-width: 100%;
    margin: 0;
    text-align: left;
}
}

@media (max-width: 767px) {.biz_learnings .head_know {
    flex: 0 0 100%;
    margin-bottom: 20px;
    max-width: 100%;
}.biz_learnings .company_holder {
    padding: 20px 15px;
}.biz_learnings .conduct_code {
    padding: 15px;
    max-width: 100%;
}
}

@media (max-width: 576px) {.biz_learnings {
    padding: 40px 0;
}.biz_learnings .company_holder h3 {
    font-size: calc(30px * 0.8);
}.biz_learnings .head_know h5 {
    font-size: calc(21px * 0.9);
}.biz_learnings .head_know .header_master a {
    font-size: calc(18px * 0.95);
}}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

footer::after {
    content: '';
    left: 0;
    z-index: 1;
    top: 0;
    background-size: 20px 20px;
    height: 100%;
    position: absolute;
    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);
    width: 100%;
}.pricing_matrix {
    background: linear-gradient(135deg, rgb(242,234,231), rgba(240, 240, 255, 0.95));
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.pricing_matrix::before {
    width: 40%;
    z-index: 0;
    position: absolute;
    top: -10%;
    opacity: 0.4;
    height: 70%;
    background: linear-gradient(145deg, rgb(217,206,200,0.5), rgb(185,169,164,0.5));
    right: -5%;
    transform: rotate(-15deg) skewX(15deg);
    content: "";
    filter: blur(60px);
}.pricing_matrix::after {
    opacity: 0.3;
    width: 35%;
    content: "";
    bottom: -10%;
    filter: blur(50px);
    left: -5%;
    position: absolute;
    z-index: 0;
    height: 60%;
    transform: rotate(12deg) skewX(-10deg);
    background: linear-gradient(215deg, rgb(185,169,164,0.5), rgb(217,206,200,0.5));
}.pricing_matrix .container {
    max-width: 1320px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.pricing_matrix .rate_choice {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr;
}.pricing_matrix .pro_rates {
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
    transform: translateY(30px);
    opacity: 0;
}.pricing_matrix .pro_rates h2 {
    font-weight: 700;
    color: #000000;
    font-size: 34px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}.pricing_matrix .pro_rates h2::after {
    border-radius: 10px;
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
    background: linear-gradient(90deg, rgb(217,206,200), rgb(185,169,164));
    height: 4px;
    content: "";
    bottom: -12px;
}.pricing_matrix .edu_deals {
    font-size: 16px;
    color: #000000;
    max-width: 680px;
    margin: 20px auto 0;
    line-height: 1.6;
}.pricing_matrix .fee_package {
    transform: translateY(40px);
    grid-template-columns: 1fr;
    opacity: 0;
    display: grid;
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
    gap: 30px;
}.pricing_matrix .basic_cost {
    display: block;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
    backface-visibility: hidden;
    text-decoration: none;
    transform: perspective(1000px) rotateX(0deg);
}.pricing_matrix .learning_pricing {
    height: 100%;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    will-change: transform, box-shadow;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
}.pricing_matrix .basic_cost:hover .learning_pricing {
    transform: translateY(-8px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
}.pricing_matrix .pricing_levels {
    flex-grow: 1;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
}.pricing_matrix .pricing_levels h3 {
    position: relative;
    word-break: break-word;
    color: #000000;
    overflow-wrap: break-word;
    font-weight: 700;
    font-size: calc(20px + 2px);
    margin-bottom: 15px;
    white-space: normal;
    padding-left: 15px;
}.pricing_matrix .pricing_levels h3::before {
    top: 5px;
    content: "";
    border-radius: 10px;
    position: absolute;
    left: 0;
    width: 4px;
    height: calc(100% - 10px);
    background: linear-gradient(to bottom, rgb(217,206,200), rgb(185,169,164));
}.pricing_matrix .learn_deals {
    color: rgb(217,206,200);
    font-size: calc(20px + 4px);
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
    margin: 5px 0 20px;
    display: inline-block;
    border-radius: 6px;
    font-weight: 700;
    padding: 8px 15px;
    position: relative;
}.pricing_matrix .pricing_levels p {
    margin-bottom: 10px;
    font-size: 16px;
    white-space: normal;
    line-height: 1.6;
    flex-grow: 1;
    color: #000000;
    word-break: break-word;
    margin-top: 5px;
    overflow-wrap: break-word;
}.pricing_matrix .image_frame {
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    height: 220px;
}.pricing_matrix .image_frame::after {
    right: 0;
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}.pricing_matrix .basic_cost:hover .image_frame {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.pricing_matrix .fee_package {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}.pricing_matrix .rate_choice {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.pricing_matrix .rate_choice {
    gap: 40px;
    grid-template-columns: 2fr 1fr;
}.pricing_matrix .pro_rates {
    align-self: center;
    grid-column: 2;
    text-align: left;
    grid-row: 1;
}.pricing_matrix .pro_rates h2 {
    display: inline-block;
}.pricing_matrix .pro_rates h2::after {
    left: 0;
    transform: none;
}.pricing_matrix .edu_deals {
    margin: 25px 0 0;
}.pricing_matrix .fee_package {
    grid-row: 1;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 1;
}
}

@media (min-width: 1200px) {.pricing_matrix .fee_package {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_matrix .pricing_levels {
    padding: 40px 35px;
}.pricing_matrix .image_frame {
    height: 240px;
}
}

@media (max-width: 767px) {.pricing_matrix {
    padding: 80px 0;
}.pricing_matrix .pro_rates {
    margin-bottom: 20px;
}.pricing_matrix .learning_pricing {
    max-width: 100%;
}.pricing_matrix .pricing_levels {
    padding: 30px 25px;
}.pricing_matrix .pricing_levels h3 {
    font-size: calc(20px + 1px);
}.pricing_matrix .learn_deals {
    margin: 0 0 15px;
    font-size: 20px;
}.pricing_matrix .image_frame {
    height: 200px;
}
}

@media (max-width: 480px) {.pricing_matrix {
    padding: 60px 0;
}.pricing_matrix .pricing_levels {
    padding: 25px 20px;
}.pricing_matrix .image_frame {
    height: 180px;
}}.analysis_summary {
    overflow: hidden;
    position: relative;
    isolation: isolate;
    color: #ffffff;
    padding: 100px 0;
}.analysis_summary::before {
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    left: 0;
    height: 100%;
    z-index: -1;
    top: 0;
    position: absolute;
    width: 100%;
    backdrop-filter: blur(8px);
}.analysis_summary::after {
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(217,206,200,0.5) 0%, transparent 70%);
    content: '';
}.analysis_summary .container {
    position: relative;
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
}.analysis_summary .smart_statistics {
    position: relative;
    z-index: 1;
    flex-direction: column;
    display: flex;
}.analysis_summary .expert_upgrade {
    justify-content: center;
    margin-bottom: 30px;
    display: flex;
}.analysis_summary .expert_upgrade svg {
    width: 60px;
    filter: drop-shadow(0 0 8px rgb(217,206,200,0.5));
    height: 60px;
    fill: rgb(217,206,200);
}.analysis_summary .expert_upgrade svg path {
    fill: rgb(217,206,200);
    stroke: #ffffff;
    stroke-width: 0.5;
}.analysis_summary .advantage_statistics {
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-size: 37px;
    letter-spacing: 2px;
}.analysis_summary .statistics_pro {
    text-align: center;
    opacity: 0.9;
    margin: 0 auto 50px;
    max-width: 800px;
    color: #ffffff;
    line-height: 1.6;
    font-size: 12px;
}.analysis_summary .statistics_advantages {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    width: 100%;
}.analysis_summary .gain_statistics {
    display: flex;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    overflow: hidden;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    align-items: center;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 25px 10px;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.analysis_summary .gain_statistics:hover {
    transform: translateY(-5px);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}.analysis_summary .key_statistics {
    margin-bottom: 15px;
    justify-content: center;
    display: flex;
    height: 40px;
    align-items: center;
}.analysis_summary .key_statistics svg {
    width: 30px;
    fill: rgb(217,206,200);
    height: 30px;
}.analysis_summary .key_statistics svg path {
    stroke: #ffffff;
    fill: rgb(217,206,200);
    stroke-width: 0.5;
}.analysis_summary .gain_statistics span {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 22px;
    color: #ffffff;
    position: relative;
    display: block;
}.analysis_summary .gain_statistics p {
    opacity: 0.9;
    line-height: 1.3;
    font-size: calc(12px * 0.8);
    color: #ffffff;
    margin: 0;
}.analysis_summary .gain_statistics::before {
    transform: scaleX(0);
    width: 100%;
    position: absolute;
    left: 0;
    content: '';
    background: linear-gradient(to right, transparent, rgb(217,206,200), transparent);
    transition: transform 0.3s ease;
    bottom: 0;
    height: 3px;
}.analysis_summary .gain_statistics:hover::before {
    transform: scaleX(1);
}.analysis_summary .statistics_advantages:has(.gain_statistics:only-child) {
    margin: 0 auto;
    display: block;
    max-width: 300px;
}.analysis_summary .statistics_advantages:has(.gain_statistics:nth-child(2):last-child) {
    max-width: 600px;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
}.analysis_summary .statistics_advantages:has(.gain_statistics:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    max-width: 900px;
}.analysis_summary .statistics_advantages:has(.gain_statistics:nth-child(4):last-child) {
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
    max-width: 1200px;
}.analysis_summary .statistics_advantages:has(.gain_statistics:nth-child(5):last-child) {
    grid-template-columns: repeat(5, 1fr);
}.analysis_summary .statistics_advantages:has(.gain_statistics:nth-child(n+6):nth-child(-n+8):last-child) {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}.analysis_summary .statistics_advantages:has(.gain_statistics:nth-child(n+9):last-child) {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}

@media screen and (max-width: 1200px) {.analysis_summary .statistics_advantages {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}.analysis_summary .gain_statistics {
    padding: 20px 15px;
}.analysis_summary .statistics_advantages:has(.gain_statistics:nth-child(n+6):last-child) {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
}

@media screen and (max-width: 992px) {.analysis_summary .statistics_advantages {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}.analysis_summary .statistics_advantages:has(.gain_statistics:nth-child(n+5):last-child) {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}
}

@media screen and (max-width: 768px) {.analysis_summary .statistics_advantages {
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}.analysis_summary .advantage_statistics {
    font-size: calc(37px * 0.8);
}.analysis_summary .statistics_pro {
    font-size: calc(12px * 0.9);
    margin-bottom: 30px;
}.analysis_summary .gain_statistics span {
    font-size: 21px;
}.analysis_summary .statistics_advantages:has(.gain_statistics:nth-child(n+3):last-child) {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
}

@media screen and (max-width: 576px) {.analysis_summary {
    padding: 60px 0;
}.analysis_summary .statistics_advantages {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 15px;
}.analysis_summary .gain_statistics {
    padding: 20px;
}.analysis_summary .key_statistics {
    height: 35px;
}.analysis_summary .key_statistics svg {
    height: 25px;
    width: 25px;
}.analysis_summary .gain_statistics span {
    font-size: 21px;
}.analysis_summary .gain_statistics p {
    font-size: 12px;
}.analysis_summary .statistics_advantages:has(.gain_statistics:nth-child(n+3):last-child) {
    grid-template-columns: 1fr 1fr;
}.analysis_summary .statistics_advantages:has(.gain_statistics:nth-child(n+5):last-child) {
    grid-template-columns: 1fr 1fr;
}
}

@media screen and (max-width: 400px) {.analysis_summary .statistics_advantages {
    grid-template-columns: 1fr;
}.analysis_summary .statistics_advantages:has(.gain_statistics:nth-child(n+2):last-child) {
    grid-template-columns: 1fr;
}}

.analysis_summary .smart_statistics {
    position: relative;
}.analysis_summary .smart_statistics::before,
.analysis_summary .smart_statistics::after {
    height: 200px;
    border-radius: 50%;
    content: '';
    width: 200px;
    background: radial-gradient(circle, rgb(185,169,164,0.5) 0%, transparent 70%);
    z-index: -1;
    position: absolute;
}.analysis_summary .smart_statistics::before {
    top: -50px;
    animation: float 15s infinite alternate ease-in-out;
    left: -50px;
}.analysis_summary .smart_statistics::after {
    right: -50px;
    bottom: -50px;
    animation: float 15s infinite alternate-reverse ease-in-out;
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(30px, 15px);
    }
    100% {
        transform: translate(-15px, 30px);
    }
}

.analysis_summary .statistics_advantages::before {
    top: -20px;
    height: 1px;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
}.analysis_summary .gain_statistics span::after {
    height: 2px;
    margin: 8px auto 0;
    width: 20px;
    display: block;
    content: '';
    background-color: rgb(185,169,164);
}.welcome_page {
    position: relative;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(242,234,231), rgb(217,206,200,0.5) 70%);
    padding: 3rem 1.5rem;
    display: flex;
    overflow: hidden;
}.welcome_page::before {
    opacity: 0.6;
    left: 0;
    content: "";
    height: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(185,169,164,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(217,206,200,0.5) 0%, transparent 30%);
    width: 100%;
    z-index: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
}.welcome_page::after {
    height: 50%;
    background: rgb(185,169,164,0.5);
    width: 50%;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    animation: floatElement 12s ease-in-out infinite alternate;
    z-index: 0;
    top: -10%;
    content: "";
    transform: rotate(-15deg);
    opacity: 0.1;
    right: -10%;
    position: absolute;
}.welcome_page > div {
    z-index: 1;
    grid-template-columns: 1fr;
    max-width: 1200px;
    width: 100%;
    gap: 3rem;
    display: grid;
    position: relative;
}.welcome_page h1.quick_edu {
    font-size: 43px;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: translateY(0);
    font-weight: 700;
}.welcome_page h1.quick_edu::before {
    animation: growLine 1s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    width: 5px;
    transform-origin: top;
    transform: scaleY(0);
    background: rgb(217,206,200);
    left: -10px;
    position: absolute;
    top: 0.5em;
    height: 60%;
    content: "";
}.welcome_page p {
    transition: all 0.5s ease;
    position: relative;
    max-width: 85%;
    transform: translateX(0);
    line-height: 1.6;
    font-size: calc(13px * 1.2);
    color: #000000;
    padding-left: 0;
    margin-bottom: 2rem;
}.welcome_page p::after {
    transform-origin: left;
    width: 60px;
    content: "";
    position: absolute;
    height: 3px;
    background: rgb(185,169,164);
    left: 0;
    animation: expandWidth 1.2s 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    bottom: -10px;
}.welcome_page .course_first {
    width: 100%;
    perspective: 1000px;
    position: relative;
}.welcome_page .guide_bios {
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(0);
    height: 350px;
    transform: translateY(0) rotateX(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    border-radius: 15px;
}.welcome_page .guide_bios::before {
    background: linear-gradient(to bottom, 
    rgba(#000000, 0.2), 
    rgba(#000000, 0.8));
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
}.welcome_page .guide_bios:hover {
    transform: translateY(-10px) rotateX(5deg);
    box-shadow: 0 20px 40px rgba(#000000, 0.3);
}.welcome_page .guide_bios span {
    background: linear-gradient(to top, 
    rgba(#000000, 0.9), 
    rgba(#000000, 0.3) 90%);
    transform: translateY(0);
    width: 100%;
    bottom: 0;
    z-index: 2;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2rem;
    position: absolute;
}.welcome_page .guide_bios:hover span {
    transform: translateY(-10px);
}.welcome_page .guide_bios h3 {
    color: #ffffff;
    line-height: 1.4;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 21px;
    transition: transform 0.4s ease;
}.welcome_page .guide_bios:hover h3 {
    transform: translateY(-5px);
}

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

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

@keyframes expandWidth {
  from { width: 0; }
  to { width: 60px; }
}

@media (min-width: 768px) {.welcome_page > div {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}.welcome_page h1.quick_edu {
    font-size: calc(43px * 1.2);
    max-width: 90%;
}.welcome_page p {
    font-size: calc(13px * 1.4);
    max-width: 90%;
}.welcome_page .guide_bios {
    transform: translateY(0) rotateX(0) rotateY(-3deg);
    height: 400px;
}.welcome_page .guide_bios:hover {
    transform: translateY(-15px) rotateX(5deg) rotateY(-5deg);
}
}

@media (min-width: 992px) {.welcome_page {
    padding: 4rem 2rem;
}.welcome_page > div {
    gap: 4rem;
}.welcome_page h1.quick_edu {
    font-size: calc(43px * 1.4);
}.welcome_page h1.quick_edu::before {
    width: 8px;
    left: -20px;
}.welcome_page p {
    font-size: calc(13px * 1.5);
    padding-left: 0;
}.welcome_page .guide_bios {
    height: 450px;
}.welcome_page .guide_bios h3 {
    font-size: calc(21px * 1.1);
}
}

@media (max-width: 767px) {.welcome_page {
    padding: 2rem 1rem;
}.welcome_page h1.quick_edu {
    font-size: calc(43px * 0.85);
}.welcome_page p {
    max-width: 100%;
    font-size: 13px;
}.welcome_page .guide_bios {
    height: 280px;
}.welcome_page .guide_bios span {
    padding: 1.5rem;
}.welcome_page .guide_bios h3 {
    font-size: calc(21px * 0.9);
}}.program_assets {
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(242,234,231) 100%);
    padding: 80px 0;
    overflow: hidden;
    font-family: Arial, sans-serif;
}.program_assets::before {
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    background: 
    radial-gradient(circle at 20% 30%, rgb(217,206,200,0.5) 0%, transparent 30%),
    radial-gradient(circle at 80% 70%, rgb(185,169,164,0.5) 0%, transparent 30%);
    height: 100%;
    opacity: 0.4;
}.program_assets::after {
    animation: movePattern 60s linear infinite;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    background-image: repeating-linear-gradient(
    45deg,
    #ffffff 0px,
    #ffffff 1px,
    transparent 1px,
    transparent 15px
  );
    opacity: 0.1;
    height: 100%;
}@keyframes movePattern {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 100px;
  }
}

.program_assets .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.program_assets .expert_study {
    position: relative;
    border-radius: 18px;
    align-items: center;
    padding: 40px;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.6);
    display: flex;
    background: #ffffff;
    overflow: hidden;
    gap: 40px;
}.program_assets .expert_study::before {
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, 
    rgb(217,206,200), 
    rgb(185,169,164), 
    rgb(217,206,200));
    height: 8px;
    animation: gradientShift 8s linear infinite;
    opacity: 0.7;
    left: 0;
    width: 100%;
    content: "";
    background-size: 200% 100%;
}@keyframes gradientShift {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}

.program_assets .image_frame {
    flex: 0 0 40%;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    border-radius: 18px;
    transform-origin: center;
    transition: all 0.5s ease;
    max-width: 450px;
}.program_assets .image_frame:hover {
    box-shadow: 
    15px 15px 35px rgba(0, 0, 0, 0.15),
    -7px -7px 25px rgba(255, 255, 255, 0.8);
    transform: scale(1.03);
}.program_assets .paragraph_wrap {
    flex: 1;
    position: relative;
}.program_assets h3 {
    margin-bottom: 25px;
    color: rgb(217,206,200);
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
    font-size: 33px;
}.program_assets h3::after {
    bottom: 0;
    border-radius: 10px;
    width: 60px;
    left: 0;
    background: linear-gradient(to right, rgb(217,206,200), rgb(185,169,164));
    content: "";
    position: absolute;
    transition: width 0.3s ease;
    height: 3px;
}.program_assets .paragraph_wrap:hover h3::after {
    width: 120px;
}.program_assets ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.program_assets li {
    transform: translateX(0);
    transition: all 0.3s ease;
    padding-left: 12px;
    margin-bottom: 16px;
    position: relative;
}.program_assets li:last-child {
    margin-bottom: 0;
}.program_assets li::before {
    height: 100%;
    position: absolute;
    opacity: 0.5;
    transition: all 0.3s ease;
    background: linear-gradient(to bottom, rgb(217,206,200,0.5), rgb(185,169,164,0.5));
    content: "";
    border-radius: 10px;
    top: 0;
    width: 3px;
    left: 0;
}.program_assets li:hover {
    transform: translateX(8px);
}.program_assets li:hover::before {
    width: 5px;
    opacity: 1;
}.program_assets li p {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3));
    gap: 15px;
    font-size: 13px;
    display: flex;
    color: #000000;
    align-items: center;
    padding: 15px;
    margin: 0;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.03),
    -3px -3px 10px rgba(255, 255, 255, 0.8);
}.program_assets li:hover p {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -5px -5px 15px rgba(255, 255, 255, 1);
}.program_assets svg {
    border-radius: 12px;
    width: 24px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgb(217,206,200,0.5), rgb(185,169,164,0.5));
    transition: all 0.3s ease;
    height: 24px;
}.program_assets svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.program_assets li:hover svg {
    background: linear-gradient(135deg, rgb(217,206,200), rgb(185,169,164));
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
    transform: rotate(10deg);
}

@media (max-width: 992px) {.program_assets {
    padding: 60px 0;
}.program_assets .expert_study {
    flex-direction: column;
    padding: 30px;
}.program_assets .image_frame {
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
    flex: 0 0 auto;
}
}

@media (max-width: 768px) {.program_assets {
    padding: 50px 0;
}.program_assets h3 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 576px) {.program_assets {
    padding: 40px 0;
}.program_assets .expert_study {
    padding: 25px 20px;
}.program_assets h3 {
    margin-bottom: 20px;
    font-size: calc(33px * 0.85);
    padding-bottom: 10px;
}.program_assets li {
    margin-bottom: 12px;
}.program_assets li p {
    gap: 12px;
    padding: 12px;
    font-size: calc(13px * 1);
}.program_assets svg {
    height: 20px;
    border-radius: 10px;
    width: 20px;
    padding: 8px;
}}.secure_bolt {
    background-color: rgb(242,234,231);
    padding: 40px;
    color: #000000;
    margin-right: 5%;
    transition: all 0.3s ease-in-out;
    font-family: Arial, sans-serif;
    margin-left: 5%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}.secure_bolt:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}.secure_bolt h1,
.secure_bolt h2 {
    text-transform: uppercase;
    margin: 20px 0;
    letter-spacing: 2px;
}.secure_bolt h1 {
    border-bottom: 3px solid rgb(217,206,200);
    padding-bottom: 10px;
    font-weight: 700;
    color: rgb(217,206,200);
    font-size: 43px;
}.secure_bolt h2 {
    padding-left: 10px;
    font-size: 29px;
    color: rgb(185,169,164);
    font-weight: 600;
    border-left: 5px solid rgb(185,169,164);
}.secure_bolt ul {
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
}.secure_bolt ul li {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 12px;
    padding: 10px 0;
    font-weight: 400;
}.secure_bolt ul li:last-child {
    border-bottom: none;
}.secure_bolt p {
    font-size: 12px;
    margin: 20px 0;
    line-height: 1.6;
    color: #000000;
    font-weight: 300;
}.secure_bolt div {
    margin: 20px 0;
}
@media only screen and (max-width: 800px) {.secure_bolt {
    padding: 20px;
}.secure_bolt h1 {
    font-size: calc(21px - 10px);
}.secure_bolt h2 {
    font-size: calc(21px - 10px);
}.secure_bolt ul li {
    font-size: calc(12px - 2px);
}.secure_bolt p {
    font-size: calc(12px - 2px);
}
}