* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1232px;
}a {
    text-decoration: none;
    color: inherit;
}.wrapping-container-ex {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}header,footer {
    width: 100%;
}.press-room-ex {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.top-skill-ex {
    flex: 1 0 auto;
}html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    width: 100%;
    position: relative;
}.press-room-ex {
    color: #000000;
    position: relative;
    background-color: rgb(227,226,224);
    font-family: Arial, sans-serif;
    padding: 100px 0 30px;
}.press-room-ex::before {
    left: 0;
    position: absolute;
    background: 
        linear-gradient(135deg, rgb(227,226,224) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(227,226,224) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(227,226,224) 25%, transparent 25%),
        linear-gradient(45deg, rgb(227,226,224) 25%, transparent 25%);
    height: 120px;
    background-size: 100px 100px;
    width: 100%;
    content: "";
    top: 0;
    background-color: rgb(190,185,175,0.5);
}footer .cloud-lab-ex {
    position: relative;
    z-index: 1;
    margin-top: -70px;
}footer .start-chat-ex {
    border-radius: 23px;
    padding: 25px;
    flex-wrap: wrap;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    position: relative;
    margin-bottom: 60px;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    transform: translateY(-30px);
}footer .info_item {
    position: relative;
    margin: 10px;
    padding: 10px 15px;
    flex: 1 1 200px;
    background-color: rgb(227,226,224);
    border-radius: 10px;
    transition: all 0.3s ease;
}footer .info_item:hover {
    background-color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}footer .info_item::before {
    content: "";
    border-radius: 3px 0 0 3px;
    background-color: rgb(190,185,175);
    left: 0;
    top: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    height: 100%;
    width: 3px;
    opacity: 0;
}footer .info_item:hover::before {
    opacity: 1;
}footer .info_item svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
    fill: rgb(190,185,175);
    vertical-align: middle;
}footer .info_item p,
footer .info_item a {
    color: #000000;
    text-decoration: none;
    vertical-align: middle;
    font-size: 18px;
    display: inline-block;
    transition: color 0.3s ease;
}footer .info_item a:hover {
    color: rgb(190,185,175);
}footer .text_main_holder {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}footer .text_main_holder::before {
    width: 100%;
    content: "";
    border-radius: 23px;
    left: 0;
    background-color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    z-index: -1;
    position: absolute;
    height: calc(100% + 80px);
    top: -40px;
}footer .top-pagewrap-ex {
    padding: 0 30px;
    position: relative;
}footer .top-pagewrap-ex::after {
    background: linear-gradient(90deg, rgb(190,185,175), transparent);
    content: "";
    left: 30px;
    height: 1px;
    bottom: -15px;
    position: absolute;
    right: 30px;
}footer .top-pagewrap-ex svg {
    width: auto;
    height: 45px;
    margin-bottom: 15px;
}footer .cert-block-ex {
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
    max-width: 330px;
}footer .nav-primary-ex {
    padding: 30px;
    z-index: 1;
    margin-left: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-right: 20px;
    border-radius: 23px;
    background-color: rgb(227,226,224);
    margin-top: -10px;
}footer .nav-primary-ex h5 {
    font-size: 21px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    color: #000000;
}footer .nav-primary-ex h5::after {
    content: "";
    left: 0;
    bottom: -7px;
    width: 50px;
    position: absolute;
    background-color: rgb(190,185,175);
    height: 2px;
}footer .head-edu-ex {
    display: grid;
    margin-bottom: 20px;
    gap: 10px;
    grid-template-columns: 1fr;
}footer .head-edu-ex a {
    padding: 8px 0;
    font-size: 18px;
    transition: all 0.3s ease;
    color: #000000;
    position: relative;
    display: inline-block;
    text-decoration: none;
}footer .head-edu-ex a::after {
    left: 0;
    height: 2px;
    content: "";
    position: absolute;
    background-color: rgb(190,185,175);
    bottom: 5px;
    transition: width 0.3s ease;
    width: 0;
}footer .head-edu-ex a:hover {
    color: rgb(190,185,175);
    transform: translateX(5px);
}footer .head-edu-ex a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-top: -10px;
    border-radius: 23px;
    margin-right: 40px;
    z-index: 0;
    margin-left: 40px;
    color: #ffffff;
    background-color: rgb(190,185,175);
    position: relative;
    padding: 30px;
}footer .subscribe_holder::before {
    position: absolute;
    content: "";
    top: -15px;
    right: 30px;
    z-index: -1;
    width: 30px;
    background-color: rgb(190,185,175);
    transform: rotate(45deg);
    height: 30px;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 18px;
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
    position: relative;
}footer .input_holder input[type="email"] {
    border: none;
    transition: background-color 0.3s ease;
    border-radius: 10px;
    color: #000000;
    font-size: 18px;
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.9);
}footer .input_holder input[type="email"]:focus {
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}footer .sub-tutorial-ex {
    border: none;
    padding: 14px 20px;
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #000000;
    border-radius: 10px;
}footer .sub-tutorial-ex:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(165,152,133);
}footer .terms-legal-ex {
    position: relative;
    margin-top: 60px;
    z-index: 1;
    text-align: center;
}footer .tech-stack-ex {
    background-color: #ffffff;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 12px;
    color: #000000;
    border-radius: 30px;
    padding: 8px 20px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .head-edu-ex {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub-tutorial-ex {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .nav-primary-ex {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}

@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}

@media (max-width: 767px) {footer .press-room-ex {
    padding: 80px 0 30px;
}footer .start-chat-ex {
    padding: 20px;
    justify-content: center;
}footer .info_item {
    width: 100%;
}footer .nav-primary-ex, footer .subscribe_holder {
    margin-left: 10px;
    padding: 25px 20px;
    margin-right: 10px;
}footer .terms-legal-ex {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .press-room-ex {
    padding: 60px 0 20px;
}footer .start-chat-ex {
    margin-bottom: 40px;
    padding: 15px;
    transform: translateY(-20px);
}footer .text_main_holder::before {
    top: -30px;
    height: calc(100% + 60px);
}footer .top-pagewrap-ex {
    padding: 0 20px;
}footer .top-pagewrap-ex::after {
    left: 20px;
    right: 20px;
}footer .nav-primary-ex h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}footer .head-edu-ex a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .sub-tutorial-ex {
    padding: 12px 15px;
}}.locate-ex {
    background: rgb(227,226,224);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.locate-ex::before {
    opacity: 0.4;
    width: 100%;
    z-index: 0;
    background: linear-gradient(135deg, rgb(190,185,175,0.5) 0%, transparent 70%);
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
}.locate-ex::after {
    left: 0;
    height: 100%;
    background-image: linear-gradient(rgb(227,226,224) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(227,226,224) 1px, transparent 1px);
    background-position: center center;
    position: absolute;
    content: "";
    z-index: 0;
    background-size: 20px 20px;
    width: 100%;
    top: 0;
    opacity: 0.06;
}.locate-ex .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.locate-ex .message-section-ex {
    position: relative;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}.locate-ex .ask-form-ex {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    padding: 0;
    border-radius: 0;
    transition: all 0.4s ease;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}.locate-ex .ask-form-ex:first-child {
    flex-direction: column;
    padding: 40px;
    display: flex;
}.locate-ex .ask-form-ex:first-child::before {
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, rgb(190,185,175), rgb(165,152,133));
}.locate-ex .ask-form-ex:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}.locate-ex h2 {
    letter-spacing: -0.02em;
    font-size: 37px;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    color: #000000;
}.locate-ex h2::after {
    width: 30px;
    content: "";
    bottom: -15px;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    height: 2px;
    background: rgb(190,185,175);
}.locate-ex .ask-form-ex:hover h2::after {
    width: 50px;
}.locate-ex h3 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 24px;
}.locate-ex p {
    line-height: 1.6;
    color: #000000;
    margin-bottom: 15px;
    font-size: 16px;
}.locate-ex .get-assistance-ex {
    text-transform: uppercase;
    color: rgb(190,185,175);
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: calc(16px * 1.2);
}.locate-ex .connect-experts-ex {
    padding-left: 15px;
    margin-bottom: 30px;
    border-left: 2px solid rgb(190,185,175,0.5);
}.locate-ex .edu-ask-ex {
    margin-top: auto;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}.locate-ex .edu-ask-ex h3 {
    align-items: center;
    margin-bottom: 20px;
    display: flex;
}.locate-ex .edu-ask-ex h3::before {
    width: 16px;
    content: "";
    display: block;
    background: rgb(190,185,175);
    margin-right: 10px;
    height: 16px;
}.locate-ex .contact-help-ex {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    display: grid;
    gap: 10px;
}.locate-ex .contact-help-ex span {
    background: rgb(227,226,224);
    border-left: 3px solid rgb(190,185,175);
    transition: all 0.3s ease;
    display: block;
    text-align: center;
    padding: 8px 10px;
    font-size: calc(16px * 0.85);
    color: #000000;
}.locate-ex .contact-help-ex span:hover {
    color: #ffffff;
    transform: translateX(3px);
    background: rgb(190,185,175);
}.locate-ex .ask-form-ex .img-spot-ex {
    transition: transform 0.5s ease;
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
}.locate-ex .ask-form-ex:hover .img-spot-ex {
    transform: scale(1.05);
}.locate-ex .start-chat-ex {
    gap: 20px;
    flex-direction: column;
    display: flex;
    padding: 40px;
}.locate-ex .start-chat-ex a {
    padding-bottom: 20px;
    text-decoration: none;
    align-items: flex-start;
    transition: all 0.3s ease;
    display: flex;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.locate-ex .start-chat-ex a:last-child {
    padding-bottom: 0;
    border-bottom: none;
}.locate-ex .start-chat-ex a:hover {
    transform: translateX(5px);
}.locate-ex .start-chat-ex a::before {
    width: 0;
    content: "";
    transition: width 0.3s ease;
    left: -40px;
    background: rgb(190,185,175);
    top: 0;
    position: absolute;
    height: 100%;
}.locate-ex .start-chat-ex a:hover::before {
    width: 3px;
}.locate-ex .start-chat-ex a span {
    color: #000000;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
    display: block;
}.locate-ex .start-chat-ex a p {
    margin: 0;
    color: #000000;
    font-size: calc(16px * 1.1);
    font-weight: 600;
}.locate-ex svg {
    fill: rgb(190,185,175);
    flex-shrink: 0;
    transition: transform 0.3s ease;
    width: 24px;
    margin-top: 5px;
    margin-right: 15px;
    height: 24px;
}.locate-ex svg path {
    transition: fill 0.3s ease;
    fill: rgb(190,185,175);
}.locate-ex .start-chat-ex a:hover svg {
    transform: scale(1.2);
}.locate-ex .start-chat-ex a:hover svg,
.locate-ex .start-chat-ex a:hover svg path {
    fill: rgb(165,152,133);
}

@media (max-width: 992px) {.locate-ex {
    padding: 70px 0;
}.locate-ex .message-section-ex {
    grid-template-columns: 1fr 1fr;
}.locate-ex .ask-form-ex:last-child {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.locate-ex {
    padding: 50px 0;
}.locate-ex .message-section-ex {
    grid-template-columns: 1fr;
}.locate-ex .ask-form-ex:last-child {
    grid-column: span 1;
}.locate-ex .ask-form-ex .img-spot-ex {
    height: 300px;
}.locate-ex .ask-form-ex:first-child {
    order: 1;
}.locate-ex .ask-form-ex:nth-child(2) {
    order: 3;
}.locate-ex .ask-form-ex:last-child {
    order: 2;
}
}

@media (max-width: 576px) {.locate-ex {
    padding: 40px 0;
}.locate-ex .ask-form-ex:first-child,
    .locate-ex .start-chat-ex {
    padding: 30px 20px;
}.locate-ex .ask-form-ex .img-spot-ex {
    height: 220px;
}.locate-ex .contact-help-ex {
    grid-template-columns: 1fr 1fr;
}}

.locate-ex::before {
    animation: gradient-shift 15s ease infinite alternate;
}@keyframes gradient-shift {
    0% {
        opacity: 0.3;
        transform: translateX(-5%) translateY(-5%) rotate(0deg);
    }
    100% {
        opacity: 0.5;
        transform: translateX(5%) translateY(5%) rotate(2deg);
    }
}

.locate-ex .ask-form-ex:first-child {
    overflow: hidden;
    position: relative;
}.locate-ex .ask-form-ex:first-child::after {
    transition: transform 0.5s ease;
    background: linear-gradient(135deg, transparent 0%, rgb(190,185,175,0.5) 100%);
    right: -50%;
    top: -50%;
    width: 100%;
    transform: rotate(45deg);
    opacity: 0.05;
    height: 100%;
    content: "";
    z-index: -1;
    position: absolute;
}.locate-ex .ask-form-ex:first-child:hover::after {
    transform: rotate(45deg) scale(1.2);
}.locate-ex .start-chat-ex a:nth-child(1) {
    animation-delay: 0.1s;
}.locate-ex .start-chat-ex a:nth-child(2) {
    animation-delay: 0.2s;
}.locate-ex .start-chat-ex a:nth-child(3) {
    animation-delay: 0.3s;
}.locate-ex .ask-form-ex:nth-child(2) .img-spot-ex::after {
    inset: 0;
    position: absolute;
    content: "";
    z-index: 1;
    background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
}.locate-ex .contact-help-ex span:hover {
    animation: pulse 1s ease;
}@keyframes pulse {
    0% {
        transform: translateX(3px);
    }
    50% {
        transform: translateX(6px);
    }
    100% {
        transform: translateX(3px);
    }
}.course-program-description-ex {
    position: relative;
    background: linear-gradient(135deg, #f5f7fa 0%, #e0e6ed 100%);
    padding: 7rem 0;
    overflow: hidden;
}.course-program-description-ex::before {
    width: 100%;
    top: 0;
    z-index: 1;
    height: 100%;
    content: "";
    background: radial-gradient(circle at 70% 30%, rgb(165,152,133,0.5) 0%, transparent 60%);
    left: 0;
    opacity: 0.15;
    position: absolute;
}.course-program-description-ex::after {
    right: -50%;
    top: -50%;
    width: 100%;
    border-radius: 50%;
    height: 100%;
    transform: scale(2);
    background: radial-gradient(ellipse at center, rgb(190,185,175,0.5) 0%, transparent 70%);
    opacity: 0.1;
    z-index: 1;
    position: absolute;
    content: "";
}.course-program-description-ex .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.course-program-description-ex .education-track-ex {
    gap: 3rem;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}.course-program-description-ex .img-spot-ex {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(-3deg);
    overflow: hidden;
    height: 350px;
}.course-program-description-ex .img-spot-ex::before {
    opacity: 0.3;
    background: linear-gradient(45deg, rgb(190,185,175,0.5) 0%, transparent 100%);
    top: 0;
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
}.course-program-description-ex .img-spot-ex::after {
    animation: floatOrbit 15s infinite ease-in-out;
    position: absolute;
    top: -10%;
    opacity: 0.15;
    content: "";
    background: rgb(165,152,133);
    border-radius: 50%;
    filter: blur(30px);
    height: 50px;
    right: -10%;
    width: 50px;
}.course-program-description-ex .text-element-ex {
    position: relative;
}.course-program-description-ex .text-element-ex::before {
    background: linear-gradient(90deg, rgb(190,185,175) 0%, transparent 100%);
    width: 150px;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    top: -20px;
    opacity: 0.6;
}.course-program-description-ex h3 {
    padding-left: 1rem;
    color: #000000;
    position: relative;
    transform-origin: left center;
    font-size: calc(23px * 1.1);
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}.course-program-description-ex h3::before {
    height: 100%;
    transform-origin: bottom;
    position: absolute;
    content: "";
    animation: growUp 1.2s forwards ease-out 0.2s;
    top: 0;
    transform: scaleY(0);
    left: 0;
    width: 3px;
    background: rgb(190,185,175);
}.course-program-description-ex .description {
    transition: color 0.3s ease;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    position: relative;
    color: #000000;
    font-size: 15px;
}.course-program-description-ex p.description {
    display: none;
}.course-program-description-ex span.description {
    column-count: 1;
    column-gap: 2rem;
    display: block;
    padding: 0.5rem 0;
    position: relative;
}.course-program-description-ex span.description::first-letter {
    font-size: 1.2em;
    font-weight: 700;
    color: rgb(190,185,175);
}@keyframes floatOrbit {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-30px, 20px);
    }
    50% {
        transform: translate(-20px, -30px);
    }
    75% {
        transform: translate(30px, -10px);
    }
}

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

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

.course-program-description-ex .text-element-ex > div {
    position: relative;
    animation: fadeInUp 0.8s forwards ease-out 0.5s;
    opacity: 0;
}.course-program-description-ex .img-spot-ex:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course-program-description-ex .text-element-ex::after {
    opacity: 0.2;
    width: 100px;
    content: "";
    border: 1px solid rgb(165,152,133,0.5);
    border-radius: 50%;
    bottom: 10%;
    pointer-events: none;
    position: absolute;
    right: 10%;
    height: 100px;
}.course-program-description-ex::before {
    box-shadow: 
        30px 80px 0 -0.5px rgb(190,185,175,0.5),
        80px 200px 0 -1px rgb(165,152,133,0.5),
        200px 50px 0 -0.5px rgb(190,185,175,0.5),
        280px 160px 0 -1px rgb(165,152,133,0.5),
        320px 280px 0 -0.5px rgb(190,185,175,0.5);
}

@media (min-width: 768px) {.course-program-description-ex .education-track-ex {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}.course-program-description-ex .img-spot-ex {
    transform: perspective(1000px) rotateY(-5deg);
    height: 500px;
}.course-program-description-ex h3 {
    padding-left: 1.5rem;
    font-size: 29px;
}.course-program-description-ex span.description {
    column-count: 2;
}.course-program-description-ex .text-element-ex::after {
    height: 150px;
    width: 150px;
}
}

@media (min-width: 992px) {.course-program-description-ex {
    padding: 9rem 0;
}.course-program-description-ex .education-track-ex {
    gap: 6rem;
}.course-program-description-ex .img-spot-ex {
    height: 550px;
}.course-program-description-ex span.description {
    column-count: 2;
    column-gap: 3rem;
}.course-program-description-ex h3::before {
    width: 4px;
}.course-program-description-ex .text-element-ex::after {
    width: 180px;
    right: -5%;
    bottom: 20%;
    height: 180px;
}
}

@media (min-width: 1200px) {.course-program-description-ex .img-spot-ex {
    height: 600px;
}.course-program-description-ex h3 {
    margin-bottom: 2rem;
}.course-program-description-ex .text-element-ex::before {
    width: 200px;
}
}

@media (max-width: 767px) {.course-program-description-ex {
    padding: 5rem 0;
}.course-program-description-ex .img-spot-ex {
    height: 250px;
    margin-bottom: 1.5rem;
}.course-program-description-ex h3 {
    margin-bottom: 1rem;
    font-size: 23px;
}.course-program-description-ex .text-element-ex::before {
    width: 80px;
    top: -10px;
}}.contact-box-ex {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background: rgb(227,226,224);
}.contact-box-ex::before {
    position: absolute;
    height: 400px;
    filter: blur(70px);
    top: -150px;
    right: -150px;
    border-radius: 50%;
    width: 400px;
    background: linear-gradient(45deg, rgb(190,185,175,0.5), rgb(165,152,133,0.5));
    z-index: 1;
    content: "";
}.contact-box-ex::after {
    content: "";
    width: 300px;
    height: 300px;
    border-radius: 50%;
    z-index: 1;
    left: -100px;
    position: absolute;
    bottom: -100px;
    filter: blur(60px);
    background: linear-gradient(225deg, rgb(165,152,133,0.5), rgb(190,185,175,0.5));
}.contact-box-ex .container {
    padding: 0 30px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.contact-box-ex h2 {
    margin-bottom: 60px;
    position: relative;
    color: #000000;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
}.contact-box-ex h2::before {
    content: "";
    left: calc(50% - 120px);
    border-radius: 50%;
    background: rgb(190,185,175,0.5);
    top: -25px;
    z-index: -1;
    height: 50px;
    width: 50px;
    position: absolute;
}.contact-box-ex h2::after {
    bottom: -15px;
    z-index: -1;
    content: "";
    height: 30px;
    background: rgb(165,152,133,0.5);
    border-radius: 50%;
    width: 30px;
    position: absolute;
    right: calc(50% - 100px);
}.contact-box-ex .inquiry-reach-ex {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    display: flex;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}.contact-box-ex .inquiry-reach-ex::before {
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(190,185,175,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(165,152,133,0.5) 99%
    );
    pointer-events: none;
    inset: 0;
    content: "";
    position: absolute;
    z-index: 0;
}.contact-box-ex .img-spot-ex {
    transition: transform 0.5s ease;
    flex: 0 0 45%;
    position: relative;
    min-height: 500px;
}.contact-box-ex .img-spot-ex::before {
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    content: "";
    z-index: 1;
    position: absolute;
}.contact-box-ex .img-spot-ex::after {
    left: 20px;
    top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    pointer-events: none;
    content: "";
    z-index: 2;
    position: absolute;
    right: 20px;
    bottom: 20px;
}.contact-box-ex .query-map-ex {
    position: relative;
    flex-direction: column;
    padding: 60px;
    display: flex;
    justify-content: center;
    flex: 0 0 55%;
}.contact-box-ex form {
    position: relative;
    z-index: 3;
}.contact-box-ex form h3 {
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 30px;
    color: #000000;
}.contact-box-ex form input[type="text"] {
    color: #000000;
    background: rgb(227,226,224);
    margin-bottom: 25px;
    font-size: 12px;
    transition: all 0.3s ease;
    border: none;
    border-radius: 12px;
    padding: 18px 25px;
    width: 100%;
}.contact-box-ex form input[type="text"]:focus {
    border: 1px solid transparent;
    box-shadow: 0 5px 15px rgba(rgb(190,185,175), 0.1);
    outline: none;
    background: linear-gradient(rgb(227,226,224), rgb(227,226,224)) padding-box,
                linear-gradient(to right, rgb(190,185,175), rgb(165,152,133)) border-box;
}.contact-box-ex form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.contact-box-ex .inquiry-section-ex {
    position: relative;
    margin-bottom: 30px;
}.contact-box-ex .inquiry-section-ex input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-box-ex .inquiry-section-ex label {
    cursor: pointer;
    align-items: center;
    display: flex;
    padding-left: 35px;
    font-size: 16px;
    color: #000000;
    position: relative;
}.contact-box-ex .inquiry-section-ex label::before {
    top: 0;
    background: rgb(227,226,224);
    content: "";
    left: 0;
    border-radius: 6px;
    width: 22px;
    position: absolute;
    height: 22px;
    transition: all 0.3s ease;
}.contact-box-ex .inquiry-section-ex input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(190,185,175), rgb(165,152,133));
}.contact-box-ex .inquiry-section-ex input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    height: 12px;
    width: 6px;
    content: "";
    top: 4px;
    position: absolute;
    left: 8px;
}.contact-box-ex .inquiry-section-ex label a {
    text-decoration: none;
    color: rgb(190,185,175);
    transition: color 0.3s ease;
    font-weight: 600;
}.contact-box-ex .inquiry-section-ex label a:hover {
    color: rgb(165,152,133);
}.contact-box-ex .help-feedback-ex {
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(190,185,175), rgb(165,152,133));
    padding: 20px;
    font-size: 15px;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    border: none;
    width: 100%;
    border-radius: 12px;
    transition: all 0.5s ease;
    position: relative;
}.contact-box-ex .help-feedback-ex::before {
    transition: transform 0.5s ease;
    transform-origin: right;
    height: 100%;
    content: "";
    top: 0;
    transform: scaleX(0);
    z-index: -1;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(165,152,133), rgb(190,185,175));
}.contact-box-ex .help-feedback-ex:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.contact-box-ex svg {
    margin-right: 12px;
    width: 24px;
    height: 24px;
    stroke: rgb(190,185,175);
    transition: all 0.3s ease;
    fill: none;
}.contact-box-ex svg path {
    stroke-width: 2;
    transition: all 0.3s ease;
    fill: none;
    stroke: rgb(190,185,175);
}.contact-box-ex svg:hover,
.contact-box-ex svg:hover path {
    stroke: rgb(165,152,133);
}

@media (max-width: 1024px) {.contact-box-ex {
    padding: 70px 0;
}.contact-box-ex .query-map-ex {
    padding: 45px;
}.contact-box-ex .img-spot-ex {
    min-height: 450px;
}
}

@media (max-width: 768px) {.contact-box-ex {
    padding: 60px 0;
}.contact-box-ex h2 {
    margin-bottom: 40px;
}.contact-box-ex .inquiry-reach-ex {
    flex-direction: column;
}.contact-box-ex .img-spot-ex {
    width: 100%;
    min-height: 300px;
    flex: 0 0 300px;
}.contact-box-ex .query-map-ex {
    flex: 0 0 auto;
    padding: 40px 30px;
}.contact-box-ex form h3 {
    margin-bottom: 25px;
}.contact-box-ex form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}
}

@media (max-width: 480px) {.contact-box-ex {
    padding: 50px 0;
}.contact-box-ex h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.9);
}.contact-box-ex .img-spot-ex {
    min-height: 220px;
}.contact-box-ex .query-map-ex {
    padding: 30px 20px;
}.contact-box-ex form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 20px;
}.contact-box-ex form input[type="text"] {
    margin-bottom: 16px;
    padding: 14px 16px;
    font-size: calc(12px * 0.95);
}.contact-box-ex .help-feedback-ex {
    padding: 16px;
}.contact-box-ex .inquiry-section-ex label {
    font-size: calc(16px * 0.95);
}}.cookie-message-overlay-ex {
    width: 100%;
    z-index: 90;
    position: fixed;
    background: rgb(227,226,224);
    border-top: 2px solid rgb(190,185,175);
    bottom: 0;
}.policy-ack-ex {
    align-items: center;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}#cookiePolicyBanner-ex {
    display: none;
}#cookiePolicyBanner-ex:checked ~ .cookie-message-overlay-ex {
    visibility: hidden;
    opacity: 0;
}.cookie-message-overlay-ex h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie-message-overlay-ex p {
    font-size: 18px;
}.privacy-cookies-ex {
    margin-right: 10px;
    flex-shrink: 0;
}.privacy-cookies-ex svg, .privacy-cookies-ex svg path, .privacy-cookies-ex img {
    height: 100px;
    fill: rgb(190,185,175);
    width: 100px;
}.policy-opt-ex {
    font-size: 24px;
    text-align: center;
    white-space: nowrap;
    border-bottom: 2px solid rgb(190,185,175);
    text-decoration: none;
    flex-shrink: 0;
    margin-left: 10px;
    color: rgb(190,185,175);
    cursor: pointer;
    line-height: 35px;
    min-width: 120px;
}.cookie-message-overlay-ex p a {
    text-decoration: none;
    color: rgb(190,185,175);
}
@media only screen and (max-width: 1200px) {.cookie-message-overlay-ex {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.privacy-cookies-ex {
    display: none;
}.policy-ack-ex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie-message-overlay-ex h5 {
    text-align: center;
}.cookie-message-overlay-ex p {
    text-align: center;
}.cookie-guard-ex {
    margin-bottom: 20px;
}body .wrapping-container-ex .policy-opt-ex {
    margin-bottom: 10px;
    margin-left: 0;
}}
.wrapping-container-ex .cookie-message-overlay-ex {
    background: #ffffff;
    border: none;
    box-shadow: rgb(190,185,175,0.5) 0px 0px 40px 39px;
}.wrapping-container-ex .policy-opt-ex {
    font-weight: 400;
    font-size: 20px;
    margin-left: 30px;
    padding: 10px;
    background: rgb(190,185,175);
    color: #ffffff;
    border: none;
}.wrapping-container-ex .privacy-cookies-ex {
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 80px;
    width: 80px;
    background:rgb(190,185,175);
}.wrapping-container-ex .privacy-cookies-ex svg, .wrapping-container-ex .privacy-cookies-ex svg path, .wrapping-container-ex .privacy-cookies-ex img {
    width: 40px;
    fill:#000000;
    height: 40px;
}.wrapping-container-ex .cookie-guard-ex h5, .wrapping-container-ex .cookie-guard-ex p {
    color: #000000;
}
@media only screen and (max-width: 800px){.wrapping-container-ex .privacy-cookies-ex {
    margin-bottom: 14px;
    margin: 0;
}}.instructional-approach-ex {
    padding: 7rem 1.5rem;
    background: linear-gradient(170deg, rgb(227,226,224), #ffffff);
    position: relative;
    overflow: hidden;
}.instructional-approach-ex::before {
    position: absolute;
    background-image: radial-gradient(circle at 10% 20%, rgb(190,185,175,0.5) 0%, transparent 40%);
    height: 100%;
    width: 100%;
    z-index: 0;
    content: "";
    left: 0;
    opacity: 0.3;
    top: 0;
}.instructional-approach-ex::after {
    right: 0;
    position: absolute;
    background-image: radial-gradient(circle at 90% 80%, rgb(165,152,133,0.5) 0%, transparent 40%);
    z-index: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.3;
}.instructional-approach-ex .fast-guide-ex {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    flex-direction: column;
    max-width: 850px;
    margin: 0 auto;
    border-radius: 29px;
    gap: 4px;
    padding: 4px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    z-index: 2;
}.instructional-approach-ex h3 {
    font-weight: 700;
    animation: tabSlideDown 0.6s ease-out forwards;
    text-align: left;
    background: linear-gradient(90deg, rgb(190,185,175), rgb(165,152,133));
    margin: 0;
    position: relative;
    color: #ffffff;
    border-radius: 29px 29px 0 0;
    font-size: 34px;
    padding: 1.5rem 2rem;
}.instructional-approach-ex h3::before {
    position: absolute;
    background: #ffffff;
    border-radius: 50%;
    top: 50%;
    height: 20px;
    transform: translateY(-50%);
    right: 2rem;
    animation: pulse 2s infinite;
    content: "";
    width: 20px;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}.instructional-approach-ex h3::after {
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    background: 
        linear-gradient(
            90deg, 
            rgba(255, 255, 255, 0.1) 0%, 
            rgba(255, 255, 255, 0) 50%, 
            rgba(255, 255, 255, 0.1) 100%
        );
    animation: shine 3s infinite ease-in-out;
    position: absolute;
    border-radius: inherit;
}.instructional-approach-ex span {
    color: #000000;
    padding: 2rem;
    position: relative;
    opacity: 0;
    animation: tabContent 0.8s 0.3s ease-out forwards;
    background: #ffffff;
    border-radius: 0 0 29px 29px;
    transform-origin: top center;
    line-height: 1.8;
    font-size: 16px;
}.instructional-approach-ex span::before {
    z-index: 1;
    width: 100%;
    background: linear-gradient(
        90deg,
        rgb(190,185,175,0.5),
        rgb(165,152,133,0.5)
    );
    content: "";
    position: absolute;
    top: 0;
    height: 5px;
    left: 0;
}.instructional-approach-ex span::after {
    width: 40px;
    content: "";
    background-size: 10px 10px;
    bottom: 1rem;
    opacity: 0.3;
    right: 1rem;
    animation: rotate 15s linear infinite;
    border: 2px solid rgb(190,185,175,0.5);
    position: absolute;
    height: 40px;
    background: 
        linear-gradient(
            45deg,
            transparent 45%,
            rgb(190,185,175) 45%,
            rgb(190,185,175) 55%,
            transparent 55%
        );
    border-radius: 50%;
}

@keyframes tabSlideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes tabContent {
    from {
        opacity: 0;
        transform: scaleY(0.8);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
    50% {
        opacity: 0.8;
        transform: translateY(-50%) scale(1.1);
    }
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.instructional-approach-ex {
    padding: 6rem 1.5rem;
}.instructional-approach-ex h3 {
    font-size: calc(34px * 0.9);
    padding: 1.3rem 2rem;
}.instructional-approach-ex span {
    padding: 1.8rem;
}.instructional-approach-ex h3::before {
    width: 16px;
    height: 16px;
}
}

@media (max-width: 768px) {.instructional-approach-ex {
    padding: 5rem 1rem;
}.instructional-approach-ex h3 {
    text-align: center;
    font-size: calc(34px * 0.8);
    padding: 1.2rem 1.5rem;
}.instructional-approach-ex span {
    padding: 1.5rem;
    font-size: calc(16px * 0.95);
}.instructional-approach-ex h3::before {
    height: 14px;
    width: 14px;
    right: 1.5rem;
}.instructional-approach-ex span::after {
    width: 30px;
    height: 30px;
}}.privacy-refuge-ex {
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(227,226,224) 0%, rgba(240, 242, 245, 0.9) 100%);
    color: #000000;
    padding: 4rem 2rem;
    overflow: hidden;
}.privacy-refuge-ex::before {
    height: 30vh;
    z-index: 0;
    opacity: 0.2;
    background: linear-gradient(225deg, rgb(165,152,133,0.5) 0%, transparent 70%);
    transform: translateY(-15%) translateX(15%);
    right: 0;
    content: "";
    width: 30vw;
    top: 0;
    position: absolute;
}.privacy-refuge-ex::after {
    transform: translateY(15%) translateX(-15%);
    background: linear-gradient(45deg, rgb(190,185,175,0.5) 0%, transparent 70%);
    content: "";
    height: 40vh;
    bottom: 0;
    position: absolute;
    left: 0;
    width: 40vw;
    z-index: 0;
    opacity: 0.15;
}.privacy-refuge-ex .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1140px;
}.privacy-refuge-ex h1 {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: calc(47px * 1.1);
    margin-bottom: 2rem;
    font-weight: 700;
    color: #000000;
    transform-origin: left center;
    position: relative;
}.privacy-refuge-ex h1::after {
    transition: transform 0.5s ease-out;
    background: rgb(190,185,175);
    left: 0;
    position: absolute;
    transform: scaleX(1);
    content: "";
    transform-origin: left center;
    bottom: -0.6rem;
    width: 4rem;
    height: 3px;
}.privacy-refuge-ex h1:hover {
    transform: translateX(5px);
}.privacy-refuge-ex h1:hover::after {
    transform: scaleX(1.5);
}.privacy-refuge-ex h2 {
    position: relative;
    padding-left: 1rem;
    font-size: 32px;
    margin: 2.5rem 0 1rem;
    padding-bottom: 0.5rem;
    border-left: 3px solid rgb(165,152,133);
    font-weight: 600;
    transition: transform 0.3s ease;
    transform: translateX(0);
    color: #000000;
}.privacy-refuge-ex h2:hover {
    transform: translateX(5px);
}.privacy-refuge-ex h3 {
    padding-bottom: 0.3rem;
    font-size: calc(32px * 0.85);
    font-weight: 600;
    margin: 2rem 0 1rem;
    color: #000000;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
}.privacy-refuge-ex h4 {
    font-size: calc(32px * 0.7);
    color: #000000;
    position: relative;
    margin: 1.5rem 0 1rem;
    padding-left: 1rem;
    font-weight: 600;
}.privacy-refuge-ex h4::before {
    transform: translateY(-50%);
    position: absolute;
    background: rgb(165,152,133);
    width: 5px;
    height: 5px;
    left: 0;
    content: "";
    top: 50%;
}.privacy-refuge-ex p {
    opacity: 0.9;
    transform: translateY(0);
    font-size: 13px;
    color: #000000;
    max-width: 90ch;
    margin-bottom: 1.5rem;
    transition: opacity 0.3s ease, transform 0.3s ease;
    line-height: 1.7;
}.privacy-refuge-ex p:hover {
    transform: translateY(-2px);
    opacity: 1;
}.privacy-refuge-ex strong {
    display: inline-block;
    font-weight: 600;
    position: relative;
    color: #000000;
}.privacy-refuge-ex strong::after {
    transform: scaleX(0.3);
    background: rgb(190,185,175,0.5);
    height: 1px;
    position: absolute;
    content: "";
    transition: transform 0.3s ease;
    bottom: -2px;
    transform-origin: left;
    left: 0;
    width: 100%;
}.privacy-refuge-ex strong:hover::after {
    transform: scaleX(1);
}.privacy-refuge-ex ul {
    position: relative;
    list-style: none;
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
}.privacy-refuge-ex ul::before {
    bottom: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(165,152,133,0.5) 0%, transparent 100%);
    top: 0;
    width: 2px;
    left: 0;
    content: "";
}.privacy-refuge-ex li {
    line-height: 1.6;
    transition: transform 0.3s ease;
    position: relative;
    margin-bottom: 0.5rem;
    color: #000000;
    font-size: 13px;
    padding: 0.5rem 0 0.5rem 1.5rem;
}.privacy-refuge-ex li::before {
    height: 6px;
    top: 1rem;
    transition: transform 0.3s ease, background 0.3s ease;
    border-radius: 10px;
    width: 6px;
    background: rgb(165,152,133);
    content: "";
    position: absolute;
    left: 0;
}.privacy-refuge-ex li:hover {
    transform: translateX(5px);
}.privacy-refuge-ex li:hover::before {
    background: rgb(190,185,175);
    transform: scale(1.3);
}.privacy-refuge-ex span {
    font-size: 13px;
    transform: perspective(1000px) rotateX(0);
    padding: 1rem;
    color: #000000;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    display: block;
    background: rgba(#ffffff, 0.5);
    border-left: 2px solid rgb(190,185,175,0.5);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}.privacy-refuge-ex span:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
}

@media (min-width: 768px) {.privacy-refuge-ex {
    padding: 6rem 3rem;
}.privacy-refuge-ex .container {
    padding: 0 2rem;
}.privacy-refuge-ex h1 {
    margin-bottom: 3rem;
    font-size: calc(47px * 1.3);
}.privacy-refuge-ex h1::after {
    height: 4px;
    width: 6rem;
}.privacy-refuge-ex h2 {
    padding-left: 1.2rem;
    margin: 3.5rem 0 1.5rem;
    font-size: calc(32px * 1.1);
}.privacy-refuge-ex h3 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(32px * 0.9);
}.privacy-refuge-ex h4 {
    font-size: calc(32px * 0.75);
    margin: 2rem 0 1rem;
    padding-left: 1.2rem;
}.privacy-refuge-ex ul {
    padding-left: 2rem;
}.privacy-refuge-ex li {
    padding: 0.7rem 0 0.7rem 1.5rem;
}.privacy-refuge-ex span {
    padding: 1.5rem;
    margin-left: 1rem;
}
}

@media (min-width: 992px) {.privacy-refuge-ex {
    padding: 8rem 4rem;
}.privacy-refuge-ex::before {
    height: 40vh;
    width: 40vw;
}.privacy-refuge-ex::after {
    height: 50vh;
    width: 50vw;
}.privacy-refuge-ex h1 {
    font-size: calc(47px * 1.5);
    margin-bottom: 4rem;
    transform: translateZ(0);
}.privacy-refuge-ex h1::after {
    width: 8rem;
}.privacy-refuge-ex h2 {
    margin: 4rem 0 2rem;
    font-size: calc(32px * 1.2);
    border-left-width: 4px;
    padding-left: 1.5rem;
}.privacy-refuge-ex p {
    margin-bottom: 2rem;
    line-height: 1.8;
}.privacy-refuge-ex ul {
    margin: 2rem 0 2.5rem;
}.privacy-refuge-ex li {
    margin-bottom: 0.8rem;
    padding: 0.8rem 0 0.8rem 1.8rem;
}.privacy-refuge-ex span {
    margin-left: 2rem;
    padding: 2rem;
    line-height: 1.8;
}
}

@media (max-width: 767px) {.privacy-refuge-ex {
    padding: 3rem 1.5rem;
}.privacy-refuge-ex h1 {
    margin-bottom: 1.5rem;
    font-size: calc(47px * 1);
}.privacy-refuge-ex h1::after {
    width: 3rem;
    height: 2px;
}.privacy-refuge-ex h2 {
    border-left-width: 2px;
    padding-left: 0.8rem;
    margin: 2rem 0 1rem;
    font-size: 32px;
}.privacy-refuge-ex h3, 
    .privacy-refuge-ex h4 {
    font-size: calc(32px * 0.8);
    margin: 1.5rem 0 0.8rem;
}.privacy-refuge-ex p {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
    margin-bottom: 1.2rem;
}.privacy-refuge-ex ul {
    margin: 1rem 0 1.5rem;
    padding-left: 0.8rem;
}.privacy-refuge-ex li {
    font-size: calc(13px * 0.95);
    margin-bottom: 0.4rem;
    line-height: 1.5;
    padding: 0.4rem 0 0.4rem 1.2rem;
}.privacy-refuge-ex span {
    padding: 0.8rem;
    margin-left: 0;
    font-size: calc(13px * 0.95);
    line-height: 1.6;
    margin-bottom: 1.2rem;
}}.developer-experience-ex {
    background: linear-gradient(170deg, rgb(227,226,224), #ffffff);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.developer-experience-ex::before {
    position: absolute;
    border-radius: 50%;
    width: 500px;
    height: 500px;
    top: -200px;
    right: -200px;
    content: "";
    opacity: 0.1;
    background-color: rgb(190,185,175,0.5);
}.developer-experience-ex .container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
}.developer-experience-ex .success-testimonials-ex {
    margin: 0 auto;
    border-radius: 24px;
    max-width: 800px;
    background-color: #ffffff;
    flex-direction: column;
    padding: 50px;
    display: flex;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}.developer-experience-ex .success-testimonials-ex:hover {
    transform: translateY(-10px);
}.developer-experience-ex .success-testimonials-ex::before {
    left: 50px;
    position: absolute;
    top: -15px;
    width: 30px;
    background-color: rgb(165,152,133);
    z-index: -1;
    transform: rotate(45deg);
    height: 30px;
    content: "";
}.developer-experience-ex .success-testimonials-ex::after {
    background-color: rgb(190,185,175);
    width: 30px;
    transform: rotate(45deg);
    z-index: -1;
    height: 30px;
    content: "";
    position: absolute;
    right: 50px;
    bottom: -15px;
}.developer-experience-ex .img-spot-ex {
    width: 120px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    position: relative;
    height: 120px;
    margin-bottom: 30px;
    overflow: hidden;
    align-self: center;
}.developer-experience-ex .success-testimonials-ex:hover .img-spot-ex {
    transform: scale(1.05);
}.developer-experience-ex .img-spot-ex::before {
    background: linear-gradient(45deg, transparent 40%, rgb(190,185,175,0.5));
    transition: opacity 0.3s ease;
    inset: 0;
    opacity: 0;
    content: "";
    position: absolute;
}.developer-experience-ex .success-testimonials-ex:hover .img-spot-ex::before {
    opacity: 1;
}.developer-experience-ex .work-table-ex {
    background-color: rgb(227,226,224);
    padding: 20px 30px;
    margin: 25px 0 0;
    order: 3;
    color: #000000;
    font-size: 14px;
    line-height: 1.8;
    position: relative;
    border-radius: 24px;
}.developer-experience-ex .work-table-ex::before {
    content: "";
    border-left: 10px solid transparent;
    border-bottom: 10px solid rgb(227,226,224);
    left: 30px;
    border-right: 10px solid transparent;
    top: -10px;
    position: absolute;
}.developer-experience-ex .name {
    margin: 5px 0;
    color: #000000;
    order: 1;
    position: relative;
    font-weight: 700;
    font-size: 22px;
    display: block;
    padding-bottom: 10px;
    text-align: center;
}.developer-experience-ex .name::after {
    transform: translateX(-50%);
    height: 2px;
    background-color: rgb(190,185,175);
    bottom: 0;
    content: "";
    position: absolute;
    width: 40px;
    transition: width 0.3s ease;
    left: 50%;
}.developer-experience-ex .success-testimonials-ex:hover .name::after {
    width: 80px;
}.developer-experience-ex span:not(.name) {
    order: 2;
    font-size: calc(14px * 0.9);
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    color: rgb(165,152,133);
    font-weight: 600;
}

@media (min-width: 768px) {.developer-experience-ex .success-testimonials-ex {
    gap: 10px 30px;
    grid-template-areas: 
            "photo name"
            "photo job"
            "quote quote";
    grid-template-columns: auto 1fr;
    align-items: center;
    display: grid;
}.developer-experience-ex .img-spot-ex {
    width: 180px;
    margin-bottom: 0;
    height: 180px;
    align-self: start;
    grid-area: photo;
}.developer-experience-ex .name {
    text-align: left;
    grid-area: name;
    font-size: 30px;
}.developer-experience-ex .name::after {
    left: 0;
    transform: none;
}.developer-experience-ex span:not(.name) {
    grid-area: job;
    text-align: left;
    margin-bottom: 0;
}.developer-experience-ex .work-table-ex {
    margin-top: 30px;
    grid-area: quote;
}
}

@media (max-width: 768px) {.developer-experience-ex {
    padding: 70px 0;
}.developer-experience-ex .success-testimonials-ex {
    padding: 40px 30px;
}
}

@media (max-width: 576px) {.developer-experience-ex {
    padding: 50px 0;
}.developer-experience-ex .success-testimonials-ex {
    padding: 30px 20px;
}.developer-experience-ex .work-table-ex {
    padding: 15px 20px;
    margin-top: 20px;
}}.price-plan-item-ex {
    background: rgb(227,226,224);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.price-plan-item-ex::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(190,185,175,0.5) 0%, transparent 70%);
    z-index: 1;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
}.price-plan-item-ex .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
    position: relative;
}.price-plan-item-ex .plan-deals-ex {
    display: flex;
    flex-direction: column-reverse;
    gap: 60px;
}.price-plan-item-ex .plan-options-ex {
    margin: 0 auto;
    transform: translateY(-10px);
    max-width: 800px;
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards;
}.price-plan-item-ex .plan-options-ex h2 {
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    position: relative;
}.price-plan-item-ex .plan-options-ex h2::after {
    width: 80px;
    height: 3px;
    content: "";
    bottom: -10px;
    transform: translateX(-50%);
    left: 50%;
    background: rgb(190,185,175);
    position: absolute;
}.price-plan-item-ex .price-sheet-ex {
    color: #000000;
    word-break: break-word;
    line-height: 1.7;
    overflow-wrap: break-word;
    font-size: 13px;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 0;
}.price-plan-item-ex .basic-cost-ex {
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
    width: 100%;
}.price-plan-item-ex .price-plan-ex {
    animation: fadeInUp 0.8s ease-out forwards;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 0;
    text-decoration: none;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    animation-delay: calc(var(--index, 0) * 0.1s);
    transform: translateY(20px);
    height: 100%;
}.price-plan-item-ex .price-plan-ex:nth-child(1) {
    --index: 1;
}.price-plan-item-ex .price-plan-ex:nth-child(2) {
    --index: 2;
}.price-plan-item-ex .price-plan-ex:nth-child(3) {
    --index: 3;
}.price-plan-item-ex .price-plan-ex:nth-child(4) {
    --index: 4;
}.price-plan-item-ex .price-plan-ex:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.price-plan-item-ex .pay-plans-ex {
    box-sizing: border-box;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
}.price-plan-item-ex .pay-plans-ex::before {
    height: 5px;
    background: linear-gradient(90deg, rgb(190,185,175), rgb(165,152,133));
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
}.price-plan-item-ex .rate-choices-ex {
    box-sizing: border-box;
    display: flex;
    flex: 1;
    padding: 40px 30px;
    flex-direction: column;
}.price-plan-item-ex .rate-choices-ex h3 {
    margin-top: 0;
    font-weight: 700;
    word-break: break-word;
    font-size: 19px;
    color: #000000;
    position: relative;
    overflow-wrap: break-word;
    margin-bottom: 15px;
}.price-plan-item-ex .rate-choices-ex h3::after {
    width: 40px;
    left: 0;
    background-color: rgb(190,185,175);
    transition: width 0.3s ease;
    bottom: -8px;
    content: "";
    position: absolute;
    height: 2px;
}.price-plan-item-ex .price-plan-ex:hover .rate-choices-ex h3::after {
    width: 70px;
}.price-plan-item-ex .cert-fees-ex {
    color: rgb(190,185,175);
    font-size: calc(19px * 1.2);
    word-break: break-word;
    padding: 8px 16px;
    font-weight: 700;
    position: relative;
    margin: 10px 0 20px;
    border-radius: 10px;
    overflow-wrap: break-word;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    display: inline-block;
}.price-plan-item-ex .rate-choices-ex p {
    white-space: normal;
    flex-grow: 1;
    margin-bottom: 0;
    overflow-wrap: break-word;
    font-size: 13px;
    word-break: break-word;
    line-height: 1.7;
    color: #000000;
}.price-plan-item-ex .img-spot-ex {
    width: 100%;
    height: 200px;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
}.price-plan-item-ex .price-plan-ex:hover .img-spot-ex {
    filter: brightness(1.05);
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.price-plan-item-ex .basic-cost-ex {
    grid-template-columns: repeat(2, 1fr);
}.price-plan-item-ex .rate-choices-ex {
    padding: 40px;
}.price-plan-item-ex .img-spot-ex {
    height: 220px;
}
}

@media (min-width: 992px) {.price-plan-item-ex .plan-deals-ex {
    align-items: center;
    flex-direction: row;
    gap: 50px;
}.price-plan-item-ex .basic-cost-ex {
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
}.price-plan-item-ex .plan-options-ex {
    margin: 0;
    width: 35%;
    text-align: left;
}.price-plan-item-ex .plan-options-ex h2::after {
    left: 0;
    transform: none;
}.price-plan-item-ex .price-sheet-ex {
    margin: 0;
}
}

@media (min-width: 1200px) {.price-plan-item-ex .basic-cost-ex {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.price-plan-item-ex .rate-choices-ex h3 {
    font-size: calc(19px * 1.1);
}.price-plan-item-ex .cert-fees-ex {
    font-size: calc(19px * 1.3);
}.price-plan-item-ex .img-spot-ex {
    height: 240px;
}
}

@media (max-width: 767px) {.price-plan-item-ex {
    padding: 80px 0;
}.price-plan-item-ex .rate-choices-ex {
    padding: 30px 20px;
}.price-plan-item-ex .cert-fees-ex {
    padding: 6px 12px;
    font-size: 19px;
}.price-plan-item-ex .img-spot-ex {
    height: 180px;
}
}

@media (max-width: 480px) {.price-plan-item-ex {
    padding: 60px 0;
}.price-plan-item-ex .plan-options-ex h2 {
    font-size: calc(35px * 0.85);
}.price-plan-item-ex .rate-choices-ex h3 {
    font-size: calc(19px * 0.95);
}.price-plan-item-ex .img-spot-ex {
    height: 160px;
}}header {
    z-index: 99;
    background: linear-gradient(135deg, rgb(227,226,224), #ffffff);
    overflow: visible;
    position: relative;
    width: 100%;
}header::before {
    background-size: 20px 20px;
    opacity: 0.3;
    position: absolute;
    left: 0;
    width: 100%;
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(190,185,175,0.5) 6px,
            rgb(190,185,175,0.5) 10px,
            transparent 10px
        ) repeat-x;
    bottom: 0;
    content: "";
    height: 15px;
}header .head-pagewrap-ex {
    justify-content: space-between;
    align-items: center;
    position: relative;
    display: flex;
    padding: 25px 30px;
}header .head-pagewrap-ex::before,
header .head-pagewrap-ex::after {
    width: 30%;
    height: 2px;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(190,185,175), transparent);
}header .head-pagewrap-ex::before {
    left: 0;
    top: 10px;
}header .head-pagewrap-ex::after {
    background: linear-gradient(to left, rgb(165,152,133), transparent);
    bottom: 10px;
    right: 0;
}header .head-pagewrap-ex .top-pagewrap-ex {
    position: relative;
    z-index: 2;
}header .head-pagewrap-ex .top-pagewrap-ex::before {
    top: -20%;
    background: rgb(190,185,175,0.5);
    width: 140%;
    left: -20%;
    position: absolute;
    z-index: -1;
    opacity: 0.05;
    height: 140%;
    transition: transform 0.5s ease-in-out;
    content: "";
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
}header .head-pagewrap-ex .top-pagewrap-ex:hover::before {
    transform: rotate(15deg) scale(1.1);
}header .head-pagewrap-ex .top-pagewrap-ex .top-tutor-ex {
    display: block;
    transition: transform 0.3s ease;
}header .head-pagewrap-ex .top-pagewrap-ex:hover .top-tutor-ex {
    transform: translateY(-3px);
}header .head-pagewrap-ex .top-pagewrap-ex .top-tutor-ex svg {
    width: auto;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    height: 45px;
}header .head-pagewrap-ex .nav-primary-ex {
    position: relative;
    padding: 0;
    display: flex;
    list-style: none;
    margin: 0;
}header .head-pagewrap-ex .nav-primary-ex::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: -1;
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
    transition: all 0.5s ease;
    opacity: 0.05;
    background: rgb(165,152,133,0.5);
    position: absolute;
    top: 0;
}header .head-pagewrap-ex .nav-primary-ex:hover::before {
    opacity: 0.08;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}header .head-pagewrap-ex .nav-primary-ex .header-main-ex {
    position: relative;
    margin: 0 8px;
}header .head-pagewrap-ex .nav-primary-ex .header-main-ex a {
    overflow: hidden;
    font-weight: 600;
    text-decoration: none;
    font-family: Arial, sans-serif;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    font-size: 13px;
    position: relative;
    display: block;
    transition: all 0.4s ease;
    padding: 10px 15px;
    color: #000000;
}header .head-pagewrap-ex .nav-primary-ex .header-main-ex a:hover {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    color: #ffffff;
}header .head-pagewrap-ex .nav-primary-ex .header-main-ex a::before {
    left: 0;
    width: 100%;
    transform-origin: right top;
    background: rgb(190,185,175);
    transform: scale(0);
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    content: "";
    transition: transform 0.4s ease, border-radius 0.4s ease;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
}header .head-pagewrap-ex .nav-primary-ex .header-main-ex a:hover::before {
    transform: scale(1);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}header .head-pagewrap-ex .nav-primary-ex .header-main-ex:nth-child(2n) a::before {
    transform-origin: left bottom;
    background: rgb(165,152,133);
}header .head-pagewrap-ex .nav-primary-ex .header-main-ex:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}header .head-pagewrap-ex .nav-primary-ex .header-main-ex:hover {
    animation: menu-wobble 1s ease;
}

@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

@media (max-width: 992px) {header .head-pagewrap-ex {
    padding: 20px 15px;
    flex-direction: column;
}header .head-pagewrap-ex .top-pagewrap-ex {
    margin-bottom: 15px;
}header .head-pagewrap-ex .nav-primary-ex {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}header .head-pagewrap-ex .nav-primary-ex .header-main-ex {
    margin: 5px;
}header .head-pagewrap-ex .nav-primary-ex .header-main-ex a {
    font-size: calc(13px - 1px);
    padding: 8px 12px;
}
}

@media (max-width: 767px) {header .head-pagewrap-ex {
    padding: 15px 10px;
}header .head-pagewrap-ex .top-pagewrap-ex .top-tutor-ex svg {
    height: 40px;
}header .head-pagewrap-ex .nav-primary-ex .header-main-ex a {
    font-size: calc(13px - 2px);
    padding: 6px 10px;
}}.follow-ex {
    padding: 4rem;
    box-shadow: 0 0 30px rgb(190,185,175,0.5);
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}.follow-ex::before {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;
    opacity: 0.05;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 0 70%);
    right: 0;
    bottom: 0;
    background: 
        repeating-linear-gradient(
            -45deg, 
            transparent, 
            transparent 5px, 
            rgb(190,185,175,0.5) 5px, 
            rgb(190,185,175,0.5) 6px
        ),
        repeating-linear-gradient(
            45deg, 
            transparent, 
            transparent 5px, 
            rgb(165,152,133,0.5) 5px, 
            rgb(165,152,133,0.5) 6px
        );
}.follow-ex::after {
    left: -25%;
    top: -25%;
    position: absolute;
    z-index: 0;
    animation: pulse-glow 5s infinite alternate;
    opacity: 0.1;
    height: 150%;
    background: radial-gradient(
        circle at center,
        rgb(190,185,175,0.5) 0%,
        transparent 70%
    );
    content: "";
    width: 150%;
}.follow-ex .fast-guide-ex {
    align-items: center;
    position: relative;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    display: grid;
    z-index: 2;
}.follow-ex p {
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    grid-column: 1 / 2;
    font-size: 20px;
    padding-left: 2rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.5;
}.follow-ex p::before {
    bottom: 0;
    width: 4px;
    box-shadow: 
        0 0 5px rgb(190,185,175),
        0 0 10px rgb(190,185,175),
        0 0 15px rgb(190,185,175);
    left: 0;
    content: "";
    top: 0;
    animation: pulse-neon 2s infinite alternate;
    position: absolute;
    background: linear-gradient(to bottom, rgb(190,185,175), rgb(165,152,133));
}.follow-ex .input_holder {
    transform: perspective(1000px) rotateY(-5deg);
    flex-direction: row;
    display: flex;
    position: relative;
    transform-style: preserve-3d;
    grid-column: 2 / 3;
}.follow-ex .sub-banner-ex {
    color: #ffffff;
    flex: 1;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px 0 0 10px;
    padding: 1rem 1.5rem;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    box-shadow: inset 0 0 10px rgb(190,185,175,0.5);
    font-size: 12px;
    border: 1px solid rgb(190,185,175,0.5);
}.follow-ex .sub-banner-ex:focus {
    outline: none;
    border-color: rgb(190,185,175);
    box-shadow: 
        inset 0 0 10px rgb(190,185,175,0.5),
        0 0 15px rgb(190,185,175,0.5);
}.follow-ex .sub-banner-ex::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.follow-ex .sub-tutorial-ex {
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    position: relative;
    background: rgb(190,185,175);
    overflow: hidden;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
    z-index: 1;
    border-radius: 0 10px 10px 0;
    padding: 1rem 2rem;
}.follow-ex .sub-tutorial-ex::before {
    top: 0;
    left: -100%;
    height: 100%;
    transition: all 0.6s ease;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    width: 100%;
    content: "";
    position: absolute;
    z-index: -1;
}.follow-ex .sub-tutorial-ex:hover::before {
    left: 100%;
}.follow-ex .sub-tutorial-ex:hover {
    background: rgb(165,152,133);
    box-shadow: 
        0 0 10px rgb(165,152,133),
        0 0 20px rgb(165,152,133,0.5);
}

@keyframes pulse-neon {
    0% {
        opacity: 0.7;
        box-shadow: 
            0 0 5px rgb(190,185,175),
            0 0 10px rgb(190,185,175);
    }
    100% {
        opacity: 1;
        box-shadow: 
            0 0 10px rgb(190,185,175),
            0 0 20px rgb(190,185,175),
            0 0 30px rgb(190,185,175);
    }
}

@keyframes pulse-glow {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    100% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

@media (max-width: 768px) {.follow-ex {
    padding: 2.5rem 1.5rem;
}.follow-ex .fast-guide-ex {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.follow-ex p {
    grid-column: 1 / 2;
    margin-bottom: 0.5rem;
    font-size: 18px;
}.follow-ex .input_holder {
    flex-direction: column;
    grid-column: 1 / 2;
    transform: none;
}.follow-ex .sub-banner-ex {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 10px;
}.follow-ex .sub-tutorial-ex {
    width: 100%;
    border-radius: 10px;
}}.company-overview-ex {
    overflow: hidden;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 120px 0;
}.company-overview-ex::before {
    height: 100%;
    left: 0;
    opacity: 0.15;
    background: 
        linear-gradient(0deg, transparent 0%, transparent 49%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, transparent 51%, transparent 100%),
        linear-gradient(90deg, transparent 0%, transparent 49%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, transparent 51%, transparent 100%);
    position: absolute;
    z-index: 1;
    content: "";
    background-size: 40px 40px;
    top: 0;
    width: 100%;
}.company-overview-ex::after {
    width: 400px;
    top: -100px;
    animation: float 20s infinite alternate linear;
    border-radius: 50%;
    content: "";
    z-index: 1;
    right: -100px;
    background: linear-gradient(135deg, rgb(190,185,175) 0%, transparent 80%);
    position: absolute;
    height: 400px;
    filter: blur(80px);
    opacity: 0.25;
}@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-50px, 50px) rotate(180deg);
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

.company-overview-ex .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.company-overview-ex h2 {
    text-align: center;
    text-shadow: 0 0 20px rgb(190,185,175,0.5);
    font-weight: 700;
    position: relative;
    font-size: 40px;
    margin-bottom: 60px;
    color: #ffffff;
    letter-spacing: 2px;
}.company-overview-ex h2::after {
    transform: translateX(-50%);
    content: "";
    bottom: -20px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(190,185,175), transparent);
    left: 50%;
    height: 3px;
    width: 100px;
}.company-overview-ex .learning-growth-ex {
    display: flex;
    gap: 40px;
    flex-direction: column;
}.company-overview-ex .legacy-story-ex {
    overflow: hidden;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px;
    border-radius: 13px;
    backdrop-filter: blur(5px);
}.company-overview-ex .legacy-story-ex:nth-child(1) {
    transform: translateX(-40px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
}.company-overview-ex .legacy-story-ex:nth-child(2) {
    background: linear-gradient(135deg, rgba(rgb(165,152,133), 0.2) 0%, rgba(rgb(165,152,133), 0.05) 100%);
    transform: translateX(40px);
}.company-overview-ex .legacy-story-ex::before {
    content: "";
    z-index: -1;
    top: 0;
    background-size: 60px 60px;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%),
        linear-gradient(-45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%);
    left: 0;
    width: 100%;
    position: absolute;
}.company-overview-ex .legacy-story-ex:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}.company-overview-ex .legacy-story-ex:nth-child(1):hover {
    transform: translateY(-10px) translateX(-40px);
}.company-overview-ex .legacy-story-ex:nth-child(2):hover {
    transform: translateY(-10px) translateX(40px);
}.company-overview-ex .legacy-story-ex h3 {
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    position: relative;
    margin-left: 15px;
    padding-bottom: 15px;
}.company-overview-ex .legacy-story-ex h3::before {
    height: 6px;
    content: "";
    position: absolute;
    box-shadow: 0 0 10px rgb(190,185,175);
    top: 8px;
    border-radius: 50%;
    left: -15px;
    background: rgb(190,185,175);
    width: 6px;
}.company-overview-ex .legacy-story-ex:nth-child(2) h3::before {
    box-shadow: 0 0 10px rgb(165,152,133);
    background: rgb(165,152,133);
}.company-overview-ex .legacy-story-ex h3::after {
    position: absolute;
    width: 40px;
    content: "";
    left: 0;
    background: rgb(190,185,175);
    height: 2px;
    bottom: 0;
    transition: width 0.3s ease;
}.company-overview-ex .legacy-story-ex:nth-child(2) h3::after {
    background: rgb(165,152,133);
}.company-overview-ex .legacy-story-ex:hover h3::after {
    width: 80px;
}.company-overview-ex .legacy-story-ex p {
    letter-spacing: 0.5px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    font-weight: 300;
}.company-overview-ex .container::before {
    width: 400px;
    z-index: 1;
    animation: float 20s infinite alternate-reverse linear;
    background: linear-gradient(135deg, rgb(165,152,133) 0%, transparent 80%);
    height: 400px;
    filter: blur(80px);
    bottom: -100px;
    border-radius: 50%;
    content: "";
    opacity: 0.25;
    position: absolute;
    left: -100px;
}

@media screen and (max-width: 991px) {.company-overview-ex {
    padding: 100px 0;
}.company-overview-ex h2 {
    margin-bottom: 50px;
}.company-overview-ex .legacy-story-ex {
    padding: 40px;
}.company-overview-ex .legacy-story-ex:nth-child(1) {
    transform: translateX(-30px);
}.company-overview-ex .legacy-story-ex:nth-child(2) {
    transform: translateX(30px);
}.company-overview-ex .legacy-story-ex:nth-child(1):hover {
    transform: translateY(-10px) translateX(-30px);
}.company-overview-ex .legacy-story-ex:nth-child(2):hover {
    transform: translateY(-10px) translateX(30px);
}
}

@media screen and (max-width: 768px) {.company-overview-ex {
    padding: 80px 0;
}.company-overview-ex h2 {
    font-size: calc(30px + 0.2rem);
    margin-bottom: 40px;
}.company-overview-ex .legacy-story-ex {
    padding: 30px;
}.company-overview-ex .legacy-story-ex:nth-child(1),
    .company-overview-ex .legacy-story-ex:nth-child(2) {
    transform: translateX(0);
}.company-overview-ex .legacy-story-ex:nth-child(1):hover,
    .company-overview-ex .legacy-story-ex:nth-child(2):hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.company-overview-ex {
    padding: 60px 0;
}.company-overview-ex h2 {
    font-size: 30px;
}.company-overview-ex .learning-growth-ex {
    gap: 30px;
}.company-overview-ex .legacy-story-ex {
    padding: 25px;
}.company-overview-ex .legacy-story-ex h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(16px + 0.1rem);
}.company-overview-ex .legacy-story-ex p {
    font-size: calc(16px - 0.05rem);
}}.ty-div-ex {
    padding: 5rem 2rem;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgb(227,226,224) 0%, rgb(190,185,175,0.5) 100%);
    overflow: hidden;
    display: flex;
    min-height: 60vh;
    position: relative;
}.ty-div-ex::before {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    opacity: 0.05;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(190,185,175,0.5) 0px,
        rgb(190,185,175,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: 1;
}.ty-div-ex::after {
    width: 30%;
    content: "";
    background: rgb(165,152,133,0.5);
    position: absolute;
    right: -5%;
    height: 30%;
    z-index: 1;
    top: -5%;
    transform: rotate(15deg);
    opacity: 0.1;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.ty-div-ex .container {
    max-width: 1200px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.ty-div-ex .fast-guide-ex {
    position: relative;
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.97);
    grid-template-columns: 1fr;
    padding: 3.5rem;
    gap: 2rem;
    border-left: 5px solid rgb(190,185,175);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
}.ty-div-ex .fast-guide-ex::before {
    top: 0;
    height: 8px;
    width: 100%;
    transform-origin: left top;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(190,185,175) 0%, rgb(165,152,133) 100%);
}.ty-div-ex .fast-guide-ex > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}.ty-div-ex .fast-guide-ex > div:first-child::after {
    content: "";
    height: 4px;
    position: absolute;
    animation: lineGrow 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    transform-origin: left;
    background: rgb(165,152,133);
    width: 80px;
    left: 0;
    bottom: 0;
}.ty-div-ex h5 {
    font-weight: 700;
    font-size: calc(18px * 1.1);
    opacity: 0;
    color: #000000;
    margin: 0;
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards;
    transform: translateY(20px);
    line-height: 1.4;
}.ty-div-ex a {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-decoration: none;
    display: block;
}.ty-div-ex a:hover {
    transform: translateY(-5px);
}.ty-div-ex p {
    transform: translateY(20px);
    border-left: 3px solid rgb(165,152,133,0.5);
    background: linear-gradient(to bottom right, rgba(rgb(227,226,224), 0.3), rgba(255, 255, 255, 0.9));
    line-height: 1.8;
    opacity: 0;
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s forwards;
    font-size: 13px;
    margin: 0;
    padding: 1.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    position: relative;
    border-radius: 10px;
    color: #000000;
}.ty-div-ex p::before {
    background: rgb(190,185,175);
    display: flex;
    content: "✓";
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 36px;
    font-weight: 700;
    position: absolute;
    justify-content: center;
    height: 36px;
    left: -15px;
    align-items: center;
    top: -15px;
    border-radius: 50%;
    color: #ffffff;
}

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

@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

@media (min-width: 768px) {.ty-div-ex {
    padding: 7rem 3rem;
}.ty-div-ex .fast-guide-ex {
    padding: 4rem;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    transform: perspective(1000px) rotateX(1deg);
}.ty-div-ex h5 {
    font-size: calc(18px * 1.3);
}.ty-div-ex .fast-guide-ex > div:first-child {
    display: flex;
    align-items: center;
    padding-bottom: 0;
}.ty-div-ex .fast-guide-ex > div:first-child::after {
    display: none;
}.ty-div-ex p {
    padding: 2rem;
}
}

@media (max-width: 767px) {.ty-div-ex {
    padding: 4rem 1.5rem;
}.ty-div-ex .fast-guide-ex {
    padding: 2.5rem 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.ty-div-ex h5 {
    font-size: 18px;
    line-height: 1.5;
}.ty-div-ex p {
    padding: 1.2rem;
    font-size: calc(13px * 0.95);
}.ty-div-ex p::before {
    top: -10px;
    left: -10px;
    width: 30px;
    font-size: 0.8rem;
    height: 30px;
}
}

@media (max-width: 480px) {.ty-div-ex {
    padding: 3rem 1rem;
}.ty-div-ex .fast-guide-ex {
    border-left-width: 3px;
    padding: 2rem 1.2rem;
}.ty-div-ex .fast-guide-ex::before {
    height: 5px;
}.ty-div-ex h5 {
    font-size: calc(18px * 0.9);
}.ty-div-ex p {
    padding: 1rem;
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}}.title-opener-ex {
    position: relative;
    min-height: 100vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    display: flex;
    background: rgb(227,226,224);
}.title-opener-ex > div {
    width: 100%;
    position: relative;
    padding: 2rem;
    max-width: 1200px;
    z-index: 2;
}.title-opener-ex .knowledge-hub-ex {
    position: relative;
    perspective: 1000px;
    margin-bottom: 2rem;
    transform-style: preserve-3d;
}.title-opener-ex .start-primary-ex {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    margin: 0;
    font-size: 48px;
    color: rgb(190,185,175);
    transform: translateZ(20px);
    position: relative;
    padding: 1.5rem 0;
    font-weight: 700;
}.title-opener-ex .start-primary-ex::before {
    left: 0;
    transform: scaleX(1);
    bottom: 0;
    background: linear-gradient(90deg, rgb(190,185,175), rgb(165,152,133));
    transform-origin: left;
    height: 4px;
    content: "";
    position: absolute;
    transition: transform 0.5s ease;
    width: 80px;
}.title-opener-ex .start-primary-ex::after {
    background: linear-gradient(90deg, transparent, rgb(165,152,133,0.5), transparent);
    position: absolute;
    content: "";
    width: 40%;
    top: 0;
    height: 1px;
    right: 0;
}.title-opener-ex .skill-upfast-ex {
    backdrop-filter: blur(5px);
    border-radius: 14px;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
    overflow: hidden;
}.title-opener-ex .skill-upfast-ex::before {
    z-index: -1;
    position: absolute;
    opacity: 0.85;
    background: linear-gradient(135deg, rgb(190,185,175,0.5), rgba(0, 0, 0, 0.5));
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
}.title-opener-ex .skill-upfast-ex::after {
    top: -50%;
    height: 200%;
    animation: pulse 10s infinite alternate;
    content: "";
    position: absolute;
    z-index: -1;
    left: -50%;
    background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.5) 100%);
    width: 200%;
    opacity: 0.2;
}.title-opener-ex .skill-upfast-ex > div {
    transform: translateZ(30px);
    position: relative;
    z-index: 2;
}.title-opener-ex .skill-upfast-ex p {
    max-width: 80%;
    font-size: calc(15px * 1.2);
    line-height: 1.6;
    position: relative;
    border-left: 3px solid rgb(165,152,133);
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
}.title-opener-ex .skill-upfast-ex h3 {
    padding-right: 2rem;
    font-size: 24px;
    color: #ffffff;
    line-height: 1.4;
    position: relative;
    margin-top: 2rem;
    font-weight: 600;
}.title-opener-ex .skill-upfast-ex h3::after {
    transition: transform 0.4s ease;
    right: 0;
    position: absolute;
    background: rgb(165,152,133);
    bottom: -12px;
    transform-origin: right;
    height: 3px;
    transform: scaleX(1);
    content: "";
    width: 60px;
}@keyframes pulse {
  0%, 100% {
    opacity: 0.2;
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(1.05);
  }
}

.title-opener-ex:hover .skill-upfast-ex {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(0deg);
}.title-opener-ex:hover .start-primary-ex {
    transform: translateZ(30px);
}.title-opener-ex:hover .start-primary-ex::before {
    transform: scaleX(1.2);
}.title-opener-ex:hover .skill-upfast-ex h3::after {
    transform: scaleX(1.5);
}

@media (max-width: 992px) {.title-opener-ex {
    min-height: 80vh;
}.title-opener-ex > div {
    padding: 1.5rem;
}.title-opener-ex .start-primary-ex {
    font-size: calc(48px * 0.85);
}.title-opener-ex .skill-upfast-ex {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.title-opener-ex .skill-upfast-ex p {
    font-size: 15px;
    max-width: 90%;
}.title-opener-ex .skill-upfast-ex h3 {
    font-size: calc(24px * 0.9);
}
}

@media (max-width: 768px) {.title-opener-ex {
    padding: 4rem 0;
    min-height: auto;
}.title-opener-ex .start-primary-ex {
    font-size: calc(48px * 0.7);
    padding: 1rem 0;
}.title-opener-ex .knowledge-hub-ex {
    margin-bottom: 1.5rem;
}.title-opener-ex .skill-upfast-ex {
    transform: none;
    padding: 1.5rem;
}.title-opener-ex .skill-upfast-ex p {
    padding-left: 0.75rem;
    max-width: 100%;
}.title-opener-ex .skill-upfast-ex h3 {
    padding-right: 0;
    font-size: calc(24px * 0.8);
}.title-opener-ex .skill-upfast-ex h3::after {
    width: 40px;
}
}

@media (max-width: 576px) {.title-opener-ex > div {
    padding: 1rem;
}.title-opener-ex .start-primary-ex {
    font-size: calc(48px * 0.6);
}.title-opener-ex .skill-upfast-ex {
    padding: 1.25rem;
}.title-opener-ex .skill-upfast-ex p {
    font-size: calc(15px * 0.9);
}.title-opener-ex .skill-upfast-ex h3 {
    margin-top: 1.5rem;
    font-size: calc(24px * 0.7);
}}.testimonials-ex {
    background: rgb(227,226,224);
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
}.testimonials-ex::before {
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
    width: 100%;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 50px,
            rgb(190,185,175,0.5) 50px,
            rgb(190,185,175,0.5) 51px
        );
    height: 100%;
    position: absolute;
    opacity: 0.3;
}.testimonials-ex::after {
    right: 0;
    width: 30%;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    background: linear-gradient(90deg, transparent, rgb(165,152,133,0.5));
    z-index: 0;
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
}.testimonials-ex .container {
    z-index: 1;
    position: relative;
}.testimonials-ex h2 {
    margin-bottom: 5rem;
    font-size: 34px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    transform: translateX(2rem);
    color: #000000;
}.testimonials-ex h2::after {
    content: "";
    top: 50%;
    background: rgb(190,185,175);
    position: absolute;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 5px;
    left: -2rem;
}.testimonials-ex .success-stories-ex {
    position: relative;
    padding-left: 3rem;
    display: flex;
    gap: 6rem;
    flex-direction: column;
}.testimonials-ex .success-stories-ex::before {
    width: 3px;
    position: absolute;
    bottom: 0;
    top: 0;
    background: linear-gradient(
        to bottom,
        rgb(190,185,175),
        rgb(165,152,133)
    );
    z-index: 1;
    content: "";
    left: 0;
}.testimonials-ex .success-testimonials-ex {
    flex-direction: column;
    max-width: 80%;
    border-radius: 27px;
    display: flex;
    padding: 2rem 2rem 2rem 3rem;
    background: #ffffff;
    margin-left: auto;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateX(0);
}.testimonials-ex .success-testimonials-ex::before {
    background: linear-gradient(
        to right,
        rgb(190,185,175),
        rgb(165,152,133)
    );
    width: 3rem;
    height: 3px;
    content: "";
    transform: translateY(-50%);
    left: -3rem;
    top: 50%;
    z-index: 1;
    position: absolute;
}.testimonials-ex .success-testimonials-ex::after {
    background: #ffffff;
    left: -3.5rem;
    transform: translateY(-50%);
    height: 15px;
    z-index: 2;
    top: 50%;
    content: "";
    position: absolute;
    box-shadow: 0 0 0 5px rgb(227,226,224);
    border: 3px solid rgb(190,185,175);
    border-radius: 50%;
    width: 15px;
}.testimonials-ex .success-testimonials-ex:nth-child(odd) {
    margin-right: auto;
    transform: translateX(3rem);
    margin-left: 0;
    align-self: flex-start;
}.testimonials-ex .success-testimonials-ex:nth-child(odd)::before {
    right: -3rem;
    background: linear-gradient(
        to left,
        rgb(190,185,175),
        rgb(165,152,133)
    );
    left: auto;
}.testimonials-ex .success-testimonials-ex:nth-child(odd)::after {
    right: -3.5rem;
    left: auto;
}.testimonials-ex .success-testimonials-ex:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 5px rgb(190,185,175,0.5);
    transform: translateY(-10px);
}.testimonials-ex .success-testimonials-ex:nth-child(odd):hover {
    transform: translateX(3rem) translateY(-10px);
}.testimonials-ex .success-testimonials-ex img {
    width: 70px;
    border-radius: 50%;
    right: 30px;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 70px;
    top: -35px;
    transition: all 0.4s ease;
    position: absolute;
    border: 5px solid #ffffff;
}.testimonials-ex .success-testimonials-ex:nth-child(odd) img {
    left: 30px;
    right: auto;
}.testimonials-ex .success-testimonials-ex:hover img {
    transform: scale(1.1) rotate(10deg);
}.testimonials-ex .success-testimonials-ex p {
    color: #000000;
    font-size: calc(13px * 1.1);
    margin-bottom: 0.5rem;
    font-weight: 600;
}.testimonials-ex .success-testimonials-ex .description {
    font-size: 13px;
    color: #000000;
    margin-top: 1rem;
    font-weight: 400;
    line-height: 1.6;
    position: relative;
    border-left: 3px solid rgb(165,152,133,0.5);
    padding-left: 1rem;
}.testimonials-ex .success-testimonials-ex:nth-child(odd) .description {
    padding-right: 1rem;
    padding-left: 0;
    border-left: none;
    text-align: right;
    border-right: 3px solid rgb(165,152,133,0.5);
}

@media (max-width: 992px) {.testimonials-ex .success-testimonials-ex,
    .testimonials-ex .success-testimonials-ex:nth-child(odd) {
    max-width: 90%;
}
}

@media (max-width: 768px) {.testimonials-ex {
    padding: 5rem 0;
}.testimonials-ex h2 {
    transform: translateX(0);
    font-size: calc(34px * 0.9);
    margin-bottom: 4rem;
}.testimonials-ex h2::after {
    top: -1rem;
    height: 3px;
    width: 50px;
    left: 0;
}.testimonials-ex .success-stories-ex {
    padding-left: 0;
}.testimonials-ex .success-stories-ex::before {
    transform: translateX(-50%);
    left: 50%;
}.testimonials-ex .success-testimonials-ex,
    .testimonials-ex .success-testimonials-ex:nth-child(odd) {
    max-width: 90%;
    padding: 2rem;
    transform: translateX(0);
    margin: 0 auto;
}.testimonials-ex .success-testimonials-ex::before,
    .testimonials-ex .success-testimonials-ex:nth-child(odd)::before {
    left: 50%;
    background: linear-gradient(
            to bottom,
            rgb(190,185,175),
            rgb(165,152,133)
        );
    width: 3px;
    transform: translateX(-50%);
    height: 1.5rem;
    top: -1.5rem;
}.testimonials-ex .success-testimonials-ex::after,
    .testimonials-ex .success-testimonials-ex:nth-child(odd)::after {
    transform: translateX(-50%);
    top: -2rem;
    left: 50%;
}.testimonials-ex .success-testimonials-ex img,
    .testimonials-ex .success-testimonials-ex:nth-child(odd) img {
    transform: translateX(-50%);
    right: auto;
    left: 50%;
}.testimonials-ex .success-testimonials-ex:hover,
    .testimonials-ex .success-testimonials-ex:nth-child(odd):hover {
    transform: translateY(-10px);
}.testimonials-ex .success-testimonials-ex:hover img {
    transform: translateX(-50%) scale(1.1) rotate(10deg);
}.testimonials-ex .success-testimonials-ex .description,
    .testimonials-ex .success-testimonials-ex:nth-child(odd) .description {
    border-top: 3px solid rgb(165,152,133,0.5);
    text-align: center;
    border: none;
    padding: 1rem 0 0 0;
}}.give-it-a-try-ex {
    background: linear-gradient(125deg, rgb(190,185,175) 0%, rgb(165,152,133) 100%);
    overflow: hidden;
    padding: 130px 0;
    position: relative;
    z-index: 1;
}.give-it-a-try-ex::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    background-size: 20px 20px;
    background: 
        linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.07) 1px, transparent 1px);
}.give-it-a-try-ex::after {
    top: 0;
    width: 100%;
    z-index: -1;
    left: 0;
    background: 
        radial-gradient(circle at 30% 20%, rgba(255,255,255,0.2) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(255,255,255,0.2) 0%, transparent 50%);
    content: '';
    position: absolute;
    height: 100%;
    filter: blur(60px);
}.give-it-a-try-ex .fast-guide-ex {
    justify-content: center;
    box-shadow:
        0 20px 50px rgba(0,0,0,0.15),
        0 5px 15px rgba(255,255,255,0.05),
        inset 0 0 0 1px rgba(255,255,255,0.1);
    backdrop-filter: blur(15px);
    perspective: 1000px;
    position: relative;
    max-width: 900px;
    transform-style: preserve-3d;
    background: rgba(255,255,255,0.1);
    align-items: center;
    margin: 0 auto;
    border-radius: 30px;
    padding: 70px 50px;
    transform: rotateX(2deg) rotateY(2deg);
    z-index: 2;
    transition: transform 0.6s ease;
    flex-direction: column;
    display: flex;
}.give-it-a-try-ex .fast-guide-ex::before {
    opacity: 0.5;
    content: '';
    z-index: -1;
    background: linear-gradient(45deg, 
        rgba(255,255,255,0.1),
        rgba(255,255,255,0),
        rgba(255,255,255,0.1),
        rgba(255,255,255,0),
        rgba(255,255,255,0.1)
    );
    bottom: -5px;
    filter: blur(5px);
    top: -5px;
    border-radius: 35px;
    left: -5px;
    right: -5px;
    position: absolute;
    animation: borderGlow 10s linear infinite;
}.give-it-a-try-ex .fast-guide-ex::after {
    background: 
        linear-gradient(to bottom,
            rgba(255,255,255,0.1) 0%,
            transparent 100%
        );
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 30px;
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
}.give-it-a-try-ex .fast-guide-ex:hover {
    transform: rotateX(0deg) rotateY(0deg) translateY(-5px);
}.give-it-a-try-ex h3 {
    margin-bottom: 55px;
    font-family: Arial, sans-serif;
    letter-spacing: 3px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
}.give-it-a-try-ex h3::before {
    border-radius: 2px;
    height: 4px;
    background: linear-gradient(90deg, 
        transparent, 
        #ffffff, 
        transparent);
    position: absolute;
    width: 60px;
    bottom: -20px;
    content: '';
    left: 50%;
    box-shadow: 0 2px 10px rgba(255,255,255,0.2);
    transform: translateX(-50%);
}.give-it-a-try-ex h3::after {
    height: 100%;
    position: absolute;
    animation: lightScan 5s linear infinite;
    top: 0;
    width: 100%;
    z-index: -1;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255,255,255,0.1), 
        transparent
    );
    content: '';
    left: -100%;
}.give-it-a-try-ex .connect-block-ex {
    background: rgba(255,255,255,0.9);
    transition: all 0.4s ease;
    transform: perspective(1000px) translateZ(20px);
    padding: 18px 50px;
    z-index: 1;
    text-transform: uppercase;
    font-size: 16px;
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05),
        inset 0 0 0 1px rgba(255,255,255,0.4);
    border-radius: 50px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    position: relative;
    color: rgb(190,185,175);
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
}.give-it-a-try-ex .connect-block-ex::before {
    position: absolute;
    width: 100%;
    opacity: 0;
    top: 0;
    height: 100%;
    content: '';
    background: linear-gradient(45deg, 
        rgb(190,185,175), 
        rgb(165,152,133));
    transition: opacity 0.4s ease;
    left: 0;
    z-index: -1;
}.give-it-a-try-ex .connect-block-ex::after {
    background: linear-gradient(
        to right,
        transparent,
        rgba(255,255,255,0.7),
        transparent
    );
    transform: rotate(35deg);
    position: absolute;
    height: 200%;
    width: 20px;
    content: '';
    z-index: 1;
    top: -50%;
    transition: all 0.6s ease;
    left: -100px;
}.give-it-a-try-ex .connect-block-ex:hover {
    transform: perspective(1000px) translateZ(30px);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 10px 25px rgba(0,0,0,0.1),
        inset 0 0 0 1px rgba(255,255,255,0.4);
    color: #ffffff;
}.give-it-a-try-ex .connect-block-ex:hover::before {
    opacity: 1;
}.give-it-a-try-ex .connect-block-ex:hover::after {
    left: 200%;
}

@media screen and (max-width: 992px) {.give-it-a-try-ex {
    padding: 110px 0;
}.give-it-a-try-ex .fast-guide-ex {
    padding: 60px 40px;
    max-width: 85%;
}.give-it-a-try-ex h3 {
    margin-bottom: 50px;
    font-size: calc(35px * 0.9);
}.give-it-a-try-ex h3::before {
    width: 50px;
    height: 3px;
    bottom: -18px;
}.give-it-a-try-ex .connect-block-ex {
    font-size: calc(16px * 0.95);
    padding: 16px 45px;
}
}

@media screen and (max-width: 768px) {.give-it-a-try-ex {
    padding: 90px 0;
}.give-it-a-try-ex .fast-guide-ex {
    transform: none;
    padding: 50px 30px;
}.give-it-a-try-ex h3 {
    margin-bottom: 45px;
    letter-spacing: 2px;
    font-size: calc(35px * 0.8);
}.give-it-a-try-ex h3::before {
    bottom: -15px;
    width: 45px;
    height: 3px;
}.give-it-a-try-ex .connect-block-ex {
    transform: none;
    font-size: calc(16px * 0.9);
    padding: 14px 40px;
    letter-spacing: 1.5px;
}.give-it-a-try-ex .connect-block-ex:hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.give-it-a-try-ex {
    padding: 70px 0;
}.give-it-a-try-ex .fast-guide-ex {
    border-radius: 20px;
    padding: 40px 20px;
}.give-it-a-try-ex h3 {
    margin-bottom: 40px;
    letter-spacing: 1.5px;
    font-size: calc(35px * 0.7);
}.give-it-a-try-ex h3::before {
    bottom: -12px;
    width: 40px;
    height: 2px;
}.give-it-a-try-ex .connect-block-ex {
    padding: 12px 35px;
    font-size: calc(16px * 0.85);
    letter-spacing: 1px;
    border-radius: 30px;
}
}

@keyframes borderGlow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@keyframes lightScan {
    0%, 100% {
        left: -100%;
        opacity: 0;
    }
    50% {
        left: 100%;
        opacity: 0.5;
    }
}