.container {
    margin: auto;
    width: 1133px;
    max-width: 100%;
}

.verify-cta-RbOs {
    flex: 0 0 auto;
}

.verify-cta-RbOs {
    color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 6rem 0 3rem;
    background-attachment: fixed;
}


header .top_plank {
    background: rgb(215,196,163);
    color:  #ffffff;
}

header .top_plank .top-edu-bar-nPtf div span {
    color: #ffffff;
}

header .top_plank .top-edu-bar-nPtf div img, header .top_plank .top-edu-bar-nPtf div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}

.price-table-FHn3::before {
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.7));
    z-index: 1;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
}

.price-table-FHn3 .deal-grid-n1cB {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
    margin: 0;
}

.price-table-FHn3 .bundle-offer-SIyt {
    will-change: transform;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
    display: block;
    transform: translateZ(0);
    height: 100%;
}

.price-table-FHn3 .class-rates-v9TN {
    display: flex;
    height: 100%;
    z-index: 1;
    position: relative;
    color: #ffffff;
    flex-direction: column;
}

.price-table-FHn3 .class-rates-v9TN h4 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: calc(22px * 1.1);
    font-weight: 700;
    color: #ffffff;
    position: relative;
    transition: color 0.3s ease;
}

.price-table-FHn3 .class-rates-v9TN p {
    word-break: break-word;
    max-height: 200px;
    overflow-y: auto;
    scrollbar-width: thin;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    overflow-wrap: break-word;
    flex-grow: 1;
    margin-bottom: 30px;
    line-height: 1.6;
    scrollbar-color: rgb(215,196,163) rgba(255, 255, 255, 0.1);
}

.price-table-FHn3 .deal-grid-n1cB li:hover .promo-plans-oxeH {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.price-table-FHn3 .deal-grid-n1cB li:hover .class-rates-v9TN h4::after {
    width: 80px;
}

.price-table-FHn3 .deal-grid-n1cB li:nth-child(3) {
    animation: fadeInUp 0.8s ease-out 0.5s both;
}

.course-summary-8Ufx::before {
    top: -5%;
    content: "";
    transform: rotate(-15deg);
    height: 65%;
    position: absolute;
    opacity: 0.05;
    right: -10%;
    z-index: 0;
    width: 65%;
    background: linear-gradient(45deg, rgb(192,163,117,0.5), rgb(192,163,117));
}

.course-summary-8Ufx h2::after {
    bottom: -0.75rem;
    transition: transform 0.5s ease;
    left: 0;
    position: absolute;
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(192,163,117), rgb(215,196,163));
    content: "";
    transform-origin: left center;
    width: 5rem;
    height: 3px;
}

.course-summary-8Ufx .img-display-box-Kt7g::after {
    top: 30%;
    left: -100%;
    height: 200%;
    transform: rotate(45deg);
    width: 200%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.8s ease-out;
    content: "";
}

.course-summary-8Ufx .text-holder-wrap-jM9K::before {
    width: 4px;
    transform: scaleY(0.3);
    content: "";
    transform-origin: center;
    left: 0;
    background: linear-gradient(to bottom, rgb(192,163,117), rgb(215,196,163));
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100%;
    position: absolute;
    top: 0;
}

.course-summary-8Ufx .description strong {
    background: linear-gradient(to right, rgb(192,163,117,0.5), transparent);
    color: #000000;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}

.reach-out-BUAR::after {
    position: absolute;
    z-index: 1;
    background-size: 50px 50px;
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgb(192,163,117,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(192,163,117,0.5) 1px, transparent 1px);
    width: 100%;
    left: 0;
    opacity: 0.1;
    content: '';
    top: 0;
}

.reach-out-BUAR .support-box-HsGM {
    display: flex;
    backdrop-filter: blur(10px);
    justify-content: space-between;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    overflow: hidden;
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reach-out-BUAR form {
    position: relative;
    z-index: 2;
}

.reach-out-BUAR form h3 {
    font-size: 23px;
    background: linear-gradient(to right, #ffffff, rgb(215,196,163));
    -webkit-background-clip: text !important;
    text-shadow: none;
    text-align: left;
    margin-bottom: 25px;
    -webkit-text-fill-color: transparent;
}

.reach-out-BUAR textarea {
    height: 120px;
    resize: none;
}

.reach-out-BUAR .connect-message-mVB1 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    position: relative;
}

.reach-out-BUAR .connect-message-mVB1 label::before {
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 20px;
    border-radius: 10px;
    left: 0;
    position: absolute;
    top: 2px;
    content: '';
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.08);
}

.reach-out-BUAR .connect-message-mVB1 a:hover {
    text-decoration: underline;
    color: rgb(192,163,117);
}

.reach-out-BUAR .request-support-fuYz::before {
    position: absolute;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    left: -100%;
    height: 100%;
    transition: left 0.7s ease;
}

.reach-out-BUAR .inquiry-inquiry-VG2v::before {
    height: 100%;
    background-image: 
        radial-gradient(circle at 70% 30%, rgb(215,196,163,0.5) 0%, transparent 60%);
    opacity: 0.4;
    top: 0;
    width: 100%;
    position: absolute;
    content: '';
    right: 0;
}

.reach-out-BUAR .reach-card-5GMK li {
    transition: transform 0.3s ease;
    margin-bottom: 25px;
    padding-left: 5px;
    position: relative;
    align-items: flex-start;
    display: flex;
}

.reach-out-BUAR .reach-card-5GMK svg {
    height: 24px;
    width: 24px;
    transition: transform 0.3s ease;
    fill: rgb(215,196,163);
    flex-shrink: 0;
    filter: drop-shadow(0 0 5px rgb(215,196,163,0.5));
    margin-right: 15px;
}

.reach-out-BUAR .reach-card-5GMK a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.follow-tyCl::after {
    border-radius: 50%;
    top: -10%;
    position: absolute;
    content: "";
    right: -5%;
    z-index: -1;
    animation: pulse 8s infinite alternate ease-in-out;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgb(215,196,163,0.5) 0%, transparent 70%);
}

.follow-tyCl h4 {
    font-family: Arial, sans-serif;
    position: relative;
    z-index: 2;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    line-height: 1.4;
    font-size: clamp(1.25rem, 4vw, 1.75rem);
    font-weight: 600;
    transform: translateY(0);
    max-width: 800px;
    transition: transform 0.5s ease;
    text-align: center;
    color: #ffffff;
}

.follow-tyCl .input_holder span {
    flex: 1 1 250px;
    position: relative;
}

.follow-tyCl input[type="email"] {
    color: #ffffff;
    font-family: Arial, sans-serif;
    backdrop-filter: blur(5px);
    border: 2px solid rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.1);
    transition: all 0.3s ease;
    width: 100%;
    font-size: 12px;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    font-weight: 400;
}

.follow-tyCl .sub-texts-fzqV:hover {
    transform: translateY(-3px);
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    color: rgb(215,196,163);
}

.about-this-rRTD {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.about-this-rRTD .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}

.about-this-rRTD h2::after {
    left: 0;
    width: 80px;
    background: rgb(215,196,163);
    position: absolute;
    animation: lineExpand 0.8s 0.6s forwards;
    transform-origin: left;
    bottom: 0;
    transform: scaleX(0);
    content: '';
    height: 3px;
}

.about-this-rRTD .text-holder-wrap-jM9K p {
    margin: 0;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
    font-size: calc(18px * 1.5);
    letter-spacing: 1px;
    color: rgb(215,196,163);
}

.about-this-rRTD .text-holder-wrap-jM9K div div {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
    position: relative;
    letter-spacing: 0.3px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding-left: 15px;
}

.homepage-F0Dl:hover h1 {
    transform: translateY(-5px);
}

.homepage-F0Dl .creds-sect-l9zt {
    flex-direction: column-reverse;
    position: relative;
    gap: 3rem;
    display: flex;
    z-index: 2;
}

.homepage-F0Dl .text-holder-wrap-jM9K ol {
    padding: 0;
    perspective: 1000px;
    list-style: none;
    display: flex;
    margin: 0;
    flex-direction: column;
    gap: 2.5rem;
}

.homepage-F0Dl .edu-hero-CuQa {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    padding: 1rem;
    backdrop-filter: blur(10px);
    position: relative;
    display: flex;
}

.homepage-F0Dl .edu-hero-CuQa:hover svg {
    transform: translateZ(30px) scale(1.05);
}

.homepage-F0Dl svg path {
    transition: fill 0.3s ease;
    fill: rgb(192,163,117);
}

.homepage-F0Dl .request-support-fuYz {
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    isolation: isolate;
    color: #ffffff;
    box-shadow: 0 8px 20px -6px rgba(94, 170, 168, 0.4);
    position: relative;
    background: linear-gradient(135deg, rgb(192,163,117) 0%, rgba(94, 170, 168, 0.85) 100%);
    font-size: 16px;
    text-align: center;
    transform: translateZ(5px);
    padding: 1rem 2rem;
}

.homepage-F0Dl .img-display-box-Kt7g:hover {
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 25px 50px -10px rgba(0, 0, 0, 0.4);
}

.homepage-F0Dl .img-display-box-Kt7g:hover::before {
    opacity: 0.5;
}

.online-tracking-MJqK {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}


.cookie-warning-panel-XQsP h5 {
    color: rgb(215,196,163);
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
}

.visitor-confirm-510l {
    margin: 5px;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    border-radius: 10px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    padding: 10px 20px;
    color: #ffffff;
    background: rgb(215,196,163);
    display: inline-block;
    width: calc(50% - 10px);
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.program-assets-rsCA::before {
    width: 100%;
    top: 0;
    opacity: 0.15;
    position: absolute;
    left: 0;
    height: 100%;
    content: '';
    background: linear-gradient(135deg, rgb(215,196,163,0.5) 0%, transparent 70%);
}

.program-assets-rsCA .img-display-box-Kt7g {
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    border-radius: 0 20px 20px 0;
    z-index: 2;
    grid-area: photo;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    height: 550px;
    overflow: hidden;
}

.program-assets-rsCA h2 {
    transform: translateX(-30px);
    opacity: 0;
    position: relative;
    color: #ffffff;
    grid-area: header;
    font-size: 47px;
    animation: slideIn 0.8s forwards;
    margin: 0;
    font-weight: 700;
    padding-left: 30px;
}

.program-assets-rsCA .text_main_holder::before {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 40%;
    top: -80px;
    animation: rotate 30s linear infinite;
    border: 1px solid rgb(192,163,117,0.5);
    opacity: 0.3;
    left: -100px;
    z-index: -1;
    content: '';
}

.program-assets-rsCA .text_main_holder > div:nth-child(4) {
    --i: 4;
}

.program-assets-rsCA .text_main_holder > div:nth-child(6) {
    --i: 6;
}

.program-assets-rsCA .text_main_holder > div:nth-child(8) {
    --i: 8;
}

.program-assets-rsCA .text_main_holder > div::after {
    right: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(192,163,117), 0.05) 100%);
    z-index: -1;
    width: 100%;
    content: '';
    top: 0;
}

.program-assets-rsCA .text_main_holder > div:hover svg path {
    fill: rgb(192,163,117);
}

.privacy-widget-yeFD:before, .privacy-widget-yeFD:after {
    opacity: 0.2;
    transform-origin: center;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    content: "";
    background: linear-gradient(45deg, rgb(215,196,163,0.5), rgb(192,163,117,0.5));
    width: 100%;
    transform: rotate(45deg) translate(-50%, -50%);
    top: 0;
    pointer-events: none;
}

.privacy-widget-yeFD li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    counter-increment: list-counter;
    font-size: 18px;
    line-height: 1.6;
}

.privacy-widget-yeFD .container {
    z-index: 1;
    position: relative;
}

.privacy-widget-yeFD h3, .privacy-widget-yeFD h4, .privacy-widget-yeFD h5, .privacy-widget-yeFD h6 {
    z-index: 1;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    position: relative;
    color: rgb(215,196,163);
}

.privacy-widget-yeFD button {
    position: relative;
    font-weight: 700;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 20px;
    z-index: 1;
    color: #ffffff;
    background: rgb(215,196,163);
    padding: 15px 30px;
}

.course-instructor-r8fw .container {
    z-index: 1;
    transform-style: preserve-3d;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.course-instructor-r8fw .feedback-stories-gwaV:hover {
    transform: translateZ(30px) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.course-instructor-r8fw .img-display-box-Kt7g {
    width: 100%;
    position: relative;
    height: 300px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    border: 3px solid #ffffff;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotateY(-3deg) rotateX(2deg);
    overflow: hidden;
}

.course-instructor-r8fw .feedback-stories-gwaV:hover .name::after {
    transform: scaleX(1);
}

.course-instructor-r8fw .career-back-SMX1 {
    opacity: 0.9;
    color: #000000;
    font-size: 16px;
    transform: translateZ(5px);
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    transition: opacity 0.3s ease;
}

header::before {
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(215,196,163,0.5) 49.5%, rgb(215,196,163,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(192,163,117,0.5) 49.5%, rgb(192,163,117,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    animation: gridMove 40s linear infinite;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0.15;
    z-index: -1;
    content: '';
}

header .header-lead-QgAV::before {
    bottom: -2px;
    opacity: 0;
    border-radius: calc(10px + 2px);
    transition: all 0.3s ease;
    background: linear-gradient(45deg, rgb(215,196,163), rgb(192,163,117));
    position: absolute;
    content: '';
    top: -2px;
    right: -2px;
    transform: scale(0.95);
    left: -2px;
    z-index: -1;
}

header .nav-mainbar-wpm0 {
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.thxPanel-ZmU9::before {
    z-index: 1;
    position: absolute;
    top: -10%;
    transform: rotate(-15deg) skew(10deg);
    height: 70%;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    background: linear-gradient(120deg, rgb(192,163,117) 0%, rgb(215,196,163) 100%);
    content: "";
    pointer-events: none;
    animation: float 12s ease-in-out infinite;
    right: -5%;
    opacity: 0.1;
    width: 50%;
}

.thxPanel-ZmU9 h2::after {
    width: 120px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(215,196,163) 0%, rgb(192,163,117) 100%);
    height: 4px;
    transform: scaleX(0);
    content: "";
    bottom: -15px;
    animation: expandLine 1.2s 0.4s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    transform-origin: left;
}

.thxPanel-ZmU9 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.thxPanel-ZmU9 li::before {
    left: 0;
    width: 8px;
    top: 0.5rem;
    transform: rotate(45deg) scale(0);
    animation: popIn 0.5s 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    height: 8px;
    background: rgb(192,163,117);
    position: absolute;
    content: "";
    opacity: 0;
}

.verify-cta-RbOs::after {
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
}



.verify-cta-RbOs .company_holder h3 {
    position: relative;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: calc(36px * 1.3);
    display: inline-block;
}

.verify-cta-RbOs .news-feed-rU14 {
    font-size: 17px;
    opacity: 0.8;
    color: #ffffff;
    max-width: 600px;
    margin: 1.5rem auto 0;
    line-height: 1.7;
}

.verify-cta-RbOs .header-base-7Gjb {
    position: relative;
    background: rgba(255,255,255,0.05);
    padding: 1rem 1.5rem;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.verify-cta-RbOs .header-base-7Gjb .nav-begin-9Nob a {
    padding: 0.4rem 0;
    font-size: 17px;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    opacity: 0.75;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.verify-cta-RbOs .header-base-7Gjb .nav-begin-9Nob a:hover::before {
    transform: scaleX(1);
}

.trial-offer-pm3N::before {
    position: absolute;
    opacity: 0.3;
    width: 100%;
    background-image: linear-gradient(45deg, rgba(rgb(215,196,163,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(215,196,163,0.5), 0.05) 50%, rgba(rgb(215,196,163,0.5), 0.05) 75%, transparent 75%, transparent);
    content: "";
    top: 0;
    animation: bgMove 20s linear infinite;
    height: 100%;
    background-size: 4px 4px;
    left: 0;
}



@media (max-width: 1200px) {.price-table-FHn3 {
    padding: 80px 0;
}.price-table-FHn3 .deal-grid-n1cB {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.price-table-FHn3 .promo-plans-oxeH {
    padding: 25px;
    min-height: 400px;
}
}



@media (max-width: 576px) {.price-table-FHn3 {
    padding: 50px 0;
}.price-table-FHn3 h2 {
    font-size: calc(30px * 0.8);
}.price-table-FHn3 .payment-option-ekP6 {
    font-size: calc(16px * 0.85);
}.price-table-FHn3 .promo-plans-oxeH {
    padding: 20px 15px;
}.price-table-FHn3 .class-rates-v9TN h4 {
    padding-bottom: 10px;
    font-size: calc(22px * 0.95);
    margin-bottom: 15px;
}.price-table-FHn3 .class-rates-v9TN p {
    font-size: calc(16px * 0.9);
    margin-bottom: 20px;
}.price-table-FHn3 .bundle-price-Ssfz {
    font-size: calc(22px * 1.1);
}}



@media (min-width: 1200px) {.course-summary-8Ufx h2 {
    font-size: calc(36px * 1.3);
    max-width: 50%;
}.course-summary-8Ufx .training-track-rYvP {
    gap: 5rem;
}.course-summary-8Ufx .img-display-box-Kt7g {
    height: 600px;
    transform: perspective(1000px) rotateY(-5deg) translateX(-30px);
}.course-summary-8Ufx .text-holder-wrap-jM9K {
    max-height: 600px;
    margin-right: -3rem;
    padding: 4rem;
}.course-summary-8Ufx .description {
    line-height: 2;
    font-size: calc(12px * 1.1);
}
}



@media (max-width: 767px) {.course-summary-8Ufx {
    padding: 4rem 0;
}.course-summary-8Ufx h2 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.9);
    max-width: 100%;
}.course-summary-8Ufx .img-display-box-Kt7g {
    height: 300px;
    transform: perspective(1000px) rotateY(0deg);
}.course-summary-8Ufx .text-holder-wrap-jM9K {
    padding: 2rem;
}.course-summary-8Ufx .description {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}}



@media (max-width: 576px) {.reach-out-BUAR {
    padding: 30px 0;
}.reach-out-BUAR h3 {
    margin-bottom: 20px;
    font-size: calc(33px * 0.7);
}.reach-out-BUAR .message-reach-RaX7,
    .reach-out-BUAR .inquiry-inquiry-VG2v {
    padding: 20px;
}.reach-out-BUAR .support-box-HsGM {
    margin: 0 10px;
}.reach-out-BUAR .connect-message-mVB1 label {
    font-size: calc(12px * 0.9);
}.reach-out-BUAR .reach-card-5GMK li {
    margin-bottom: 15px;
}.reach-out-BUAR .reach-card-5GMK span {
    font-size: calc(16px * 0.9);
}.reach-out-BUAR::before,
    .reach-out-BUAR::after,
    .reach-out-BUAR .message-reach-RaX7::before,
    .reach-out-BUAR .message-reach-RaX7::after,
    .reach-out-BUAR .inquiry-inquiry-VG2v::before {
    opacity: 0.2;
}}



@media (max-width: 767px) {.about-this-rRTD {
    padding: 80px 0;
}.about-this-rRTD h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.9);
}.about-this-rRTD .text-holder-wrap-jM9K {
    padding: 25px;
}.about-this-rRTD .text-holder-wrap-jM9K p {
    font-size: calc(18px * 1.2);
    padding-left: 12px;
}.about-this-rRTD .text-holder-wrap-jM9K div div {
    font-size: 18px;
    padding-left: 12px;
    line-height: 1.6;
}}



@media (min-width: 768px) {.homepage-F0Dl h1 {
    margin-bottom: 3rem;
    font-size: calc(31px * 0.7);
}.homepage-F0Dl .creds-sect-l9zt {
    flex-direction: row;
    gap: 4rem;
    align-items: center;
}.homepage-F0Dl .text-holder-wrap-jM9K {
    flex: 1;
}.homepage-F0Dl .img-display-box-Kt7g {
    height: 400px;
    flex: 1;
}.homepage-F0Dl .edu-hero-CuQa {
    align-items: flex-start;
    padding: 1.5rem;
}.homepage-F0Dl .edu-hero-CuQa p {
    text-align: left;
}
}



@media (min-width: 1200px) {.homepage-F0Dl .creds-sect-l9zt {
    gap: 8rem;
}.homepage-F0Dl .img-display-box-Kt7g {
    height: 550px;
}.homepage-F0Dl .edu-hero-CuQa p {
    max-width: 85%;
    font-size: calc(15px * 1.2);
}
}



@media (prefers-reduced-motion: reduce) {.homepage-F0Dl *,
    .homepage-F0Dl *::before,
    .homepage-F0Dl *::after {
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    animation-iteration-count: 1 !important;
    animation-duration: 0.01ms !important;
}}



@media (max-width: 768px) {.program-assets-rsCA {
    padding: 80px 0;
}.program-assets-rsCA .text_main_holder {
    grid-template-columns: 1fr;
    gap: 20px;
}.program-assets-rsCA .img-display-box-Kt7g {
    height: 350px;
}.program-assets-rsCA h2 {
    font-size: 33px;
}
}



@media (max-width: 576px) {.program-assets-rsCA {
    padding: 60px 0;
}.program-assets-rsCA .img-display-box-Kt7g {
    height: 280px;
}.program-assets-rsCA .text_main_holder > div {
    padding: 20px;
}.program-assets-rsCA .text_main_holder svg {
    width: 30px;
    height: 30px;
}}



@media (min-width: 768px) {.course-instructor-r8fw {
    padding: 8rem 0;
}.course-instructor-r8fw .feedback-stories-gwaV {
    gap: 2rem 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 2fr;
}.course-instructor-r8fw .feedback-stories-gwaV > div:first-child {
    grid-row: span 2;
}.course-instructor-r8fw .feedback-stories-gwaV > div:nth-child(3) {
    grid-column: 2;
}.course-instructor-r8fw .img-display-box-Kt7g {
    transform: rotateY(-5deg) translateZ(20px);
    min-height: 400px;
    height: 100%;
}.course-instructor-r8fw .career-back-SMX1 {
    font-size: calc(16px + 0.05rem);
}.course-instructor-r8fw .name {
    font-size: calc(23px + 0.1rem);
}
}



@media (hover: none) {.course-instructor-r8fw .feedback-stories-gwaV {
    transform: translateZ(0) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.course-instructor-r8fw .img-display-box-Kt7g {
    transform: none !important;
}}



@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .header-base-7Gjb {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
}header .header-base-7Gjb::-webkit-scrollbar {
    height: 3px;
}header .header-base-7Gjb::-webkit-scrollbar-thumb {
    background: rgb(215,196,163);
    border-radius: 10px;
}header .header-lead-QgAV {
    white-space: nowrap;
}header .nav-mainbar-wpm0 svg {
    width: 110px;
}}



@media screen and (max-width: 992px) {.verify-cta-RbOs {
    padding: 4rem 0 2rem;
}.verify-cta-RbOs .company_holder {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}.verify-cta-RbOs .company_holder h3 {
    font-size: 36px;
}.verify-cta-RbOs .nav-begin-9Nob {
    gap: 3rem;
}
}



@media screen and (max-width: 576px) {.verify-cta-RbOs {
    padding: 3rem 0 1.5rem;
}.verify-cta-RbOs .company_holder h3 {
    font-size: calc(36px * 0.9);
}.verify-cta-RbOs .news-feed-rU14 {
    font-size: calc(17px * 0.9);
}.verify-cta-RbOs .header-base-7Gjb {
    padding: 1rem;
}.verify-cta-RbOs .header-base-7Gjb h5 {
    font-size: calc(17px * 0.9);
}.trial-offer-pm3N {
    padding: 1rem 0;
    margin-top: 2rem;
}.trial-offer-pm3N .media-kit-hvlq {
    font-size: calc(12px * 0.9);
}.trial-offer-pm3N .media-kit-hvlq::before,
    .trial-offer-pm3N .media-kit-hvlq::after {
    display: none;
}
}



@keyframes pulse {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.6;
    }
}



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



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



@keyframes popIn {
    0% {
        transform: rotate(45deg) scale(0);
        opacity: 0;
    }
    70% {
        transform: rotate(45deg) scale(1.2);
        opacity: 1;
    }
    100% {
        transform: rotate(45deg) scale(1);
        opacity: 1;
    }
}

@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

