* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.header_wrap6 {
    flex: 1 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    auto
contain
touch-action: none;
    color: #000000;
    scroll-snap-type: none;
    min-height: 100%;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.warp-container1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}.story_spot7 {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    width: 1183px;
    max-width: 100%;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.title_welcome8 {
    width: 100%;
    color: #ffffff;
    height: 100vh;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
}.title_welcome8 .skill_upfast2 {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}.title_welcome8 .skill_upfast2::before {
    position: absolute;
    height: 100%;
    z-index: 2;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.65) 40%, 
        rgba(0, 0, 0, 0.4) 100%);
    left: 0;
    width: 100%;
    content: "";
    top: 0;
}.title_welcome8 .skill_upfast2::after {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, 
        rgb(143,155,155,0.5) 0%, 
        transparent 30%, 
        transparent 70%, 
        rgb(143,155,155,0.5) 100%);
    z-index: 3;
    width: 100%;
    mix-blend-mode: overlay;
    top: 0;
}.title_welcome8 .learn_way0 {
    transition: transform 0.8s cubic-bezier(0.17, 0.84, 0.44, 1);
    display: grid;
    transform: translateY(0);
    padding: 5rem;
    grid-gap: 2rem;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    align-content: center;
    z-index: 5;
    grid-template-columns: 1fr;
}.title_welcome8 .learn_way0:hover {
    transform: translateY(-10px);
}.title_welcome8 .learn_way0 > div {
    position: relative;
    animation: fadeSlideIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    transform: translateX(-30px);
    opacity: 0;
}.title_welcome8 .learn_way0 > div:nth-child(1) {
    animation-delay: 0.3s;
}.title_welcome8 .learn_way0 > div:nth-child(2) {
    animation-delay: 0.6s;
}.title_welcome8 .learn_way0 > div:nth-child(3) {
    animation-delay: 0.9s;
}.title_welcome8 .learn_way0 > div::before {
    left: -20px;
    position: absolute;
    transform: translateY(-50%);
    animation: growLine 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    width: 4px;
    content: "";
    animation-delay: inherit;
    height: 0;
    top: 50%;
    background: rgb(107,117,116);
}.title_welcome8 .learn_way0 p {
    margin-bottom: 0;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    font-size: calc(17px * 1.2);
    padding: 0.5rem 1rem;
    letter-spacing: 0.05em;
    position: relative;
    border-left: 3px solid rgb(107,117,116);
    background: rgba(rgb(107,117,116,0.5), 0.15);
    backdrop-filter: blur(5px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}.title_welcome8 .title_style_header {
    background-clip: text !important;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: transparent;
    -webkit-background-clip: text !important;
    font-size: clamp(2.5rem, 5vw, 46px);
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    background: linear-gradient(
        to right,
        #ffffff 30%,
        rgb(107,117,116) 100%
    );
    transform-origin: left center;
}.title_welcome8 h3 {
    border-radius: 0 10px 10px 0;
    font-size: calc(21px * 1.1);
    position: relative;
    backdrop-filter: blur(10px);
    perspective: 1000px;
    background: linear-gradient(135deg, 
        rgba(rgb(143,155,155,0.5), 0.2) 0%, 
        rgba(rgb(143,155,155,0.5), 0.05) 100%);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    max-width: 700px;
    font-weight: 400;
    margin: 0;
    transform-style: preserve-3d;
    line-height: 1.5;
    padding: 1.5rem;
    border-left: 5px solid rgb(143,155,155);
}.title_welcome8 h3::after {
    content: "";
    right: 20px;
    bottom: -5px;
    position: absolute;
    transform: translateZ(-10px);
    height: 1px;
    background: linear-gradient(to right, 
        transparent, 
        rgb(107,117,116), 
        transparent);
    width: 60%;
}

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

@keyframes growLine {
    0% {
        height: 0;
    }
    100% {
        height: 70%;
    }
}

@media (max-width: 1200px) {.title_welcome8 .learn_way0 {
    grid-gap: 1.5rem;
    padding: 4rem 3rem;
}.title_welcome8 .title_style_header {
    font-size: clamp(2rem, 4vw, 34px);
}.title_welcome8 h3 {
    padding: 1.2rem;
    font-size: 21px;
}
}

@media (max-width: 768px) {.title_welcome8 .learn_way0 {
    padding: 3rem 2rem;
    grid-gap: 1.2rem;
}.title_welcome8 .learn_way0 > div::before {
    left: -15px;
    width: 3px;
}.title_welcome8 .learn_way0 p {
    padding: 0.4rem 0.8rem;
    font-size: 17px;
}.title_welcome8 h3 {
    padding: 1rem;
    font-size: calc(17px * 1.1);
}
}

@media (max-width: 576px) {.title_welcome8 {
    min-height: 100vh;
    height: auto;
}.title_welcome8 .learn_way0 {
    grid-gap: 1rem;
    padding: 2rem 1.5rem;
}.title_welcome8 .learn_way0 > div::before {
    width: 2px;
    left: -12px;
}.title_welcome8 .title_style_header {
    font-size: clamp(1.8rem, 6vw, 2.2rem);
}.title_welcome8 h3 {
    font-size: 17px;
    padding: 0.8rem;
}.title_welcome8 h3::after {
    width: 40%;
}
}

@media (hover: hover) {.title_welcome8 .title_style_header {
    transition: transform 0.4s ease, text-shadow 0.4s ease;
}.title_welcome8 .learn_way0:hover .title_style_header {
    transform: scale(1.02);
    text-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}.title_welcome8 h3 {
    transition: transform 0.5s cubic-bezier(0.17, 0.84, 0.44, 1), box-shadow 0.5s ease;
}.title_welcome8 .learn_way0:hover h3 {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg) translateZ(10px);
}}.price_card_item3 {
    background-color: rgb(180,192,192);
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 100px 0;
}.price_card_item3::before {
    width: 100%;
    position: absolute;
    content: "";
    z-index: 0;
    background: linear-gradient(135deg, rgba(rgb(107,117,116,0.5), 0.05) 0%, rgba(rgb(143,155,155,0.5), 0.08) 100%);
    left: 0;
    top: 0;
    height: 100%;
}.price_card_item3 .container {
    padding: 0 20px;
    max-width: 1400px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}.price_card_item3 .premium_cost8 {
    display: flex;
    flex-direction: column;
}.price_card_item3 .cost_rates2 {
    opacity: 0;
    transform: translateY(20px);
    margin-bottom: 60px;
    animation: fadeUp 0.8s ease-out forwards;
}.price_card_item3 .cost_rates2 h2 {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #000000;
    font-size: 28px;
}.price_card_item3 .cost_rates2 h2::after {
    background: linear-gradient(90deg, rgb(107,117,116), rgb(143,155,155));
    border-radius: 2px;
    width: 80px;
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 4px;
    content: "";
}.price_card_item3 .edu_packages3 {
    margin-top: 25px;
    line-height: 1.6;
    font-size: 17px;
    max-width: 800px;
    color: #000000;
}.price_card_item3 .learning_package1 {
    display: grid;
    margin-top: 20px;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.price_card_item3 .sub_options4 {
    transform: translateY(30px);
    animation: fadeUp 0.8s ease-out forwards;
    display: block;
    perspective: 1000px;
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-delay: calc(0.15s * var(--i, 1));
    text-decoration: none;
}.price_card_item3 .sub_options4:nth-child(1) {
    --i: 1;
}.price_card_item3 .sub_options4:nth-child(2) {
    --i: 2;
}.price_card_item3 .sub_options4:nth-child(3) {
    --i: 3;
}.price_card_item3 .sub_options4:nth-child(4) {
    --i: 4;
}.price_card_item3 .pricing_deals8 {
    background-color: #ffffff;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    transition: all 0.4s ease;
}.price_card_item3 .sub_options4:hover .pricing_deals8 {
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(143,155,155,0.5), 0.1);
}.price_card_item3 .price_plan9 {
    z-index: 2;
    padding: 35px 30px;
    min-height: 250px;
    box-sizing: border-box;
    position: relative;
}.price_card_item3 .price_plan9 h3 {
    display: inline-block;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    font-size: calc(19px + 2px);
    color: #000000;
    transition: transform 0.3s ease;
}.price_card_item3 .sub_options4:hover .price_plan9 h3 {
    color: rgb(143,155,155);
    transform: translateX(5px);
}.price_card_item3 .value_plan2 {
    color: rgb(107,117,116);
    position: relative;
    font-size: calc(19px + 4px);
    font-weight: 700;
    margin: 20px 0;
    transition: all 0.3s ease;
    display: block;
}.price_card_item3 .value_plan2::before {
    top: -10px;
    width: 40px;
    left: 0;
    content: "";
    position: absolute;
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(107,117,116), transparent);
    height: 3px;
}.price_card_item3 .sub_options4:hover .value_plan2 {
    transform: scale(1.05);
    color: rgb(143,155,155);
}.price_card_item3 .price_plan9 p {
    overflow-wrap: break-word;
    transition: color 0.3s ease;
    margin-top: 15px;
    color: #000000;
    word-wrap: break-word;
    white-space: normal;
    font-size: 17px;
    word-break: normal;
    line-height: 1.6;
    hyphens: auto;
}.price_card_item3 .hero_banner9 {
    width: 100%;
    position: relative;
    height: 200px;
    overflow: hidden;
    transition: all 0.5s ease;
}.price_card_item3 .hero_banner9::after {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    transition: opacity 0.4s ease;
    width: 100%;
    content: "";
    opacity: 0.6;
    z-index: 1;
}.price_card_item3 .sub_options4:hover .hero_banner9 {
    transform: scale(1.05);
}.price_card_item3 .sub_options4:hover .hero_banner9::after {
    opacity: 0.3;
}

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

@media (min-width: 1200px) {.price_card_item3 .premium_cost8 {
    flex-direction: row-reverse;
}.price_card_item3 .cost_rates2 {
    padding-left: 50px;
    margin-bottom: 0;
    width: 30%;
}.price_card_item3 .learning_package1 {
    width: 70%;
}.price_card_item3 .cost_rates2 h2 {
    font-size: calc(28px + 4px);
}
}

@media (max-width: 1199px) {.price_card_item3 {
    padding: 80px 0;
}.price_card_item3 .cost_rates2 {
    margin: 0 auto 50px;
    text-align: center;
    max-width: 800px;
}.price_card_item3 .cost_rates2 h2::after {
    left: 50%;
    transform: translateX(-50%);
}
}

@media (max-width: 767px) {.price_card_item3 {
    padding: 60px 0;
}.price_card_item3 .learning_package1 {
    gap: 20px;
    grid-template-columns: 1fr;
}.price_card_item3 .price_plan9 {
    padding: 25px 20px;
}.price_card_item3 .hero_banner9 {
    height: 180px;
}.price_card_item3 .cost_rates2 h2 {
    font-size: calc(28px - 2px);
}.price_card_item3 .edu_packages3 {
    font-size: calc(17px - 1px);
}
}

@media (hover: none) {.price_card_item3 .sub_options4:hover .pricing_deals8 {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transform: none;
}.price_card_item3 .sub_options4:hover .price_plan9 h3 {
    transform: none;
}.price_card_item3 .sub_options4:hover .value_plan2 {
    transform: none;
}.price_card_item3 .sub_options4:hover .hero_banner9 {
    transform: none;
}}.thanksPoint5 {
    background: linear-gradient(135deg, rgb(180,192,192) 0%, rgb(180,192,192) 60%, rgba(rgb(143,155,155,0.5), 0.05) 100%);
    overflow: hidden;
    position: relative;
    perspective: 1000px;
    padding: 6rem 0;
}.thanksPoint5::before,
.thanksPoint5::after {
    pointer-events: none;
    position: absolute;
    content: '';
}.thanksPoint5::before {
    left: -10%;
    filter: blur(20px);
    transform: rotate(-15deg) translateZ(-10px);
    height: 70%;
    opacity: 0.03;
    width: 40%;
    background: linear-gradient(45deg, rgb(143,155,155,0.5) 10%, transparent 70%);
    top: -5%;
}.thanksPoint5::after {
    filter: blur(15px);
    transform: rotate(10deg) translateZ(-5px);
    bottom: -10%;
    opacity: 0.04;
    background: linear-gradient(135deg, rgb(107,117,116,0.5) 10%, transparent 70%);
    height: 60%;
    right: -5%;
    width: 30%;
}.thanksPoint5 .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    transform-style: preserve-3d;
    position: relative;
    padding: 0 2rem;
}.thanksPoint5 h2 {
    transform: translateZ(10px);
    max-width: 90%;
    color: #000000;
    font-size: 30px;
    margin-bottom: 3rem;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    text-shadow: 0 2px 4px rgba(0,0,0,0.05);
}.thanksPoint5 h2::after {
    transform: translateZ(15px) scaleX(1);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    content: '';
    background: linear-gradient(90deg, rgb(143,155,155) 0%, rgb(143,155,155,0.5) 100%);
    transform-origin: left;
    bottom: -0.8rem;
    height: 3px;
    width: 80px;
    left: 0;
    position: absolute;
}.thanksPoint5 .learning_track7 {
    border-radius: 27px;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin: 1rem 0;
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
    position: relative;
    padding: 2.5rem 3rem;
    box-shadow: 
        0 20px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 10px 20px -10px rgba(rgba(0, 0, 0, 0.5), 0.07);
    transform: translateZ(20px) rotateY(-2deg);
}.thanksPoint5 .learning_track7::before {
    border: 1px solid rgb(143,155,155,0.5);
    top: -10px;
    position: absolute;
    bottom: -10px;
    border-radius: 100px;
    pointer-events: none;
    opacity: 0.1;
    content: '';
    right: -10px;
    transform: translateZ(5px);
    left: -10px;
}.thanksPoint5 .learning_track7:hover {
    transform: translateZ(25px) rotateY(0deg);
    box-shadow: 
        0 25px 35px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 15px 25px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.thanksPoint5 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.thanksPoint5 li {
    padding-left: 0;
    position: relative;
}.thanksPoint5 li::before {
    top: -20px;
    position: absolute;
    content: '';
    height: 60px;
    left: -30px;
    transition: all 0.4s ease-out;
    background: linear-gradient(135deg, rgb(143,155,155,0.5) 0%, transparent 80%);
    opacity: 0.2;
    border-radius: 50%;
    transform: translateZ(15px) scale(0.95);
    width: 60px;
}.thanksPoint5 li span {
    transform: translateZ(5px);
    font-size: 16px;
    position: relative;
    display: block;
    line-height: 1.7;
    text-shadow: 0 1px 1px rgba(255,255,255,0.8);
    font-family: Arial, sans-serif;
    color: #000000;
}

@media (min-width: 992px) {.thanksPoint5 {
    padding: 8rem 0;
}.thanksPoint5 h2 {
    transform: translateZ(15px);
    max-width: 80%;
    font-size: calc(30px * 1.1);
}.thanksPoint5 h2::after {
    width: 100px;
}.thanksPoint5 .learning_track7 {
    margin: 2rem 0;
    padding: 3.5rem 4rem;
}.thanksPoint5 li span {
    font-size: calc(16px * 1.05);
    line-height: 1.8;
}.thanksPoint5 li::before {
    height: 80px;
    width: 80px;
}
}

@media (max-width: 991px) {.thanksPoint5 {
    padding: 5rem 0;
}.thanksPoint5 h2 {
    max-width: 100%;
    font-size: calc(30px * 0.9);
}.thanksPoint5 .learning_track7 {
    transform: translateZ(10px) rotateY(-1deg);
    padding: 2rem 2.5rem;
}
}

@media (max-width: 767px) {.thanksPoint5 {
    padding: 4rem 0;
}.thanksPoint5 h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.8);
}.thanksPoint5 h2::after {
    height: 2px;
    width: 60px;
}.thanksPoint5 .learning_track7 {
    transform: translateZ(5px) rotateY(0deg);
    padding: 1.5rem 2rem;
}.thanksPoint5 li::before {
    width: 40px;
    top: -15px;
    height: 40px;
    left: -20px;
}
}

@media (max-width: 480px) {.thanksPoint5 {
    padding: 3rem 0;
}.thanksPoint5 .container {
    padding: 0 1.5rem;
}.thanksPoint5 h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.5rem;
}.thanksPoint5 .learning_track7 {
    margin: 0.5rem 0;
    padding: 1.25rem 1.5rem;
}.thanksPoint5 li span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}}

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

.thanksPoint5 .learning_track7 {
    animation: floatIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.mentorship_profile9 {
    background: linear-gradient(
        125deg,
        rgb(180,192,192) 0%,
        rgb(180,192,192) 60%,
        rgb(143,155,155,0.5) 120%
    );
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.mentorship_profile9::before {
    background-size: 60px 60px;
    width: 100%;
    left: 0;
    opacity: 0.03;
    top: 0;
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    background-image: 
        linear-gradient(45deg, rgb(143,155,155,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(143,155,155,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(143,155,155,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(143,155,155,0.5) 75%);
    position: absolute;
    height: 100%;
    content: "";
}.mentorship_profile9::after {
    width: 200%;
    animation: pulse-subtle 15s infinite alternate ease-in-out;
    opacity: 0.2;
    background: 
        radial-gradient(
            ellipse at center,
            rgb(143,155,155,0.5) 0%,
            transparent 60%
        );
    left: -50%;
    height: 200%;
    top: -50%;
    content: "";
    position: absolute;
}@keyframes pulse-subtle {
    0% {
        transform: scale(1);
        opacity: 0.15;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.25;
    }
}

.mentorship_profile9 .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.mentorship_profile9 .feedback_list4 {
    display: flex;
    position: relative;
    border-radius: 25px;
    padding: 0;
    overflow: visible;
    align-items: center;
    background: transparent;
    flex-direction: column;
}.mentorship_profile9 .hero_banner9 {
    width: 260px;
    margin-bottom: 30px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 20px;
    transform: rotate(-5deg);
    z-index: 3;
    height: 260px;
    position: relative;
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -25px -25px 50px rgba(255, 255, 255, 0.7),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}.mentorship_profile9 .hero_banner9::before {
    inset: -10px;
    content: "";
    position: absolute;
    opacity: 0.3;
    background: linear-gradient(
        135deg,
        rgb(143,155,155,0.5) 0%,
        transparent 50%,
        rgb(107,117,116,0.5) 100%
    );
    transition: all 0.5s ease;
    transform: rotate(5deg);
    border-radius: 30px;
    z-index: -1;
}.mentorship_profile9 .hero_banner9::after {
    border-radius: 40px;
    transform: rotate(10deg);
    inset: -20px;
    position: absolute;
    transition: all 0.5s ease;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent 0,
            transparent 10px,
            rgb(143,155,155,0.5) 10px,
            rgb(143,155,155,0.5) 11px
        );
    opacity: 0.05;
    content: "";
    z-index: -2;
}.mentorship_profile9 .name {
    font-size: 44px;
    text-align: center;
    -webkit-background-clip: text !important;
    margin-bottom: 15px;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(143,155,155) 100%
    );
    padding: 0 20px 15px;
    position: relative;
    z-index: 2;
    text-fill-color: transparent;
    font-weight: 700;
    background-clip: text !important;
    color: #000000;
    -webkit-text-fill-color: transparent;
}.mentorship_profile9 .name::after {
    width: 80px;
    background: linear-gradient(
        to right,
        rgb(143,155,155) 0%,
        rgb(107,117,116) 100%
    );
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    left: 50%;
    content: "";
    border-radius: 3px;
    bottom: 0;
}.mentorship_profile9 .feedback_list4 span:not(.name) {
    color: rgb(107,117,116);
    letter-spacing: 3px;
    font-weight: 600;
    text-align: center;
    opacity: 0.8;
    font-size: 21px;
    margin-bottom: 40px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    z-index: 2;
    position: relative;
}.mentorship_profile9 .job_content1 {
    text-align: center;
    background: #ffffff;
    padding: 40px 50px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(0, 0, 0, 0.04);
    position: relative;
    font-size: 15px;
    width: 80%;
    max-width: 700px;
    margin: 0;
    z-index: 1;
    line-height: 1.9;
    border-radius: 25px;
    color: #000000;
}.mentorship_profile9 .job_content1::before {
    border-radius: 0 0 10px 0;
    background: 
        linear-gradient(45deg, rgb(143,155,155,0.5) 0%, transparent 100%);
    left: 25px;
    position: absolute;
    top: 25px;
    content: "";
    width: 35px;
    opacity: 0.2;
    height: 35px;
}.mentorship_profile9 .job_content1::after {
    width: 35px;
    content: "";
    border-radius: 0 0 0 10px;
    background: 
        linear-gradient(225deg, rgb(107,117,116,0.5) 0%, transparent 100%);
    right: 25px;
    opacity: 0.2;
    bottom: 25px;
    position: absolute;
    height: 35px;
}.mentorship_profile9 .feedback_list4::before {
    content: "";
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: morphing 15s infinite alternate ease-in-out;
    height: 300px;
    z-index: 0;
    top: -70px;
    background: 
        linear-gradient(
            135deg,
            rgb(143,155,155,0.5) 0%,
            transparent 100%
        );
    width: 300px;
    opacity: 0.1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

.mentorship_profile9 .feedback_list4::after {
    border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    top: -50px;
    width: 350px;
    position: absolute;
    transform: translateX(-50%) rotate(-45deg);
    opacity: 0.08;
    content: "";
    background: 
        linear-gradient(
            135deg,
            transparent 0%,
            rgb(107,117,116,0.5) 100%
        );
    left: 50%;
    z-index: 0;
    animation: morphing 15s infinite alternate-reverse ease-in-out;
    height: 350px;
}.mentorship_profile9 .feedback_list4:hover .hero_banner9 {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 
        30px 30px 60px rgba(0, 0, 0, 0.15),
        -30px -30px 60px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}.mentorship_profile9 .feedback_list4:hover .hero_banner9::before {
    transform: rotate(0deg);
    opacity: 0.5;
}.mentorship_profile9 .feedback_list4:hover .hero_banner9::after {
    transform: rotate(5deg);
}.mentorship_profile9 .feedback_list4:hover span:not(.name) {
    letter-spacing: 5px;
    opacity: 1;
}

@media (max-width: 991px) {.mentorship_profile9 {
    padding: 80px 0;
}.mentorship_profile9 .hero_banner9 {
    margin-bottom: 25px;
    height: 220px;
    width: 220px;
}.mentorship_profile9 .name {
    margin-bottom: 12px;
    font-size: calc(44px * 0.9);
}.mentorship_profile9 .job_content1 {
    width: 85%;
    padding: 35px 40px;
}.mentorship_profile9 .feedback_list4::before,
    .mentorship_profile9 .feedback_list4::after {
    height: 250px;
    width: 250px;
}
}

@media (max-width: 767px) {.mentorship_profile9 {
    padding: 60px 0;
}.mentorship_profile9 .hero_banner9 {
    margin-bottom: 20px;
    height: 180px;
    width: 180px;
}.mentorship_profile9 .name {
    padding: 0 15px 12px;
    margin-bottom: 10px;
    font-size: calc(44px * 0.8);
}.mentorship_profile9 .feedback_list4 span:not(.name) {
    font-size: calc(21px * 0.9);
    letter-spacing: 2px;
    margin-bottom: 30px;
}.mentorship_profile9 .job_content1 {
    width: 90%;
    padding: 30px 35px;
    font-size: calc(15px * 0.95);
}.mentorship_profile9 .job_content1::before,
    .mentorship_profile9 .job_content1::after {
    height: 25px;
    width: 25px;
}.mentorship_profile9 .feedback_list4::before,
    .mentorship_profile9 .feedback_list4::after {
    width: 200px;
    height: 200px;
}.mentorship_profile9 .feedback_list4:hover span:not(.name) {
    letter-spacing: 3px;
}
}

@media (max-width: 575px) {.mentorship_profile9 {
    padding: 50px 0;
}.mentorship_profile9 .hero_banner9 {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
    border-radius: 15px;
}.mentorship_profile9 .hero_banner9::before {
    border-radius: 22px;
    inset: -8px;
}.mentorship_profile9 .hero_banner9::after {
    border-radius: 30px;
    inset: -15px;
}.mentorship_profile9 .name {
    font-size: calc(44px * 0.7);
    padding: 0 10px 10px;
    margin-bottom: 8px;
}.mentorship_profile9 .name::after {
    height: 2px;
    width: 60px;
}.mentorship_profile9 .feedback_list4 span:not(.name) {
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-size: calc(21px * 0.85);
}.mentorship_profile9 .job_content1 {
    width: 100%;
    font-size: calc(15px * 0.9);
    padding: 25px 20px;
    border-radius: 10px;
}.mentorship_profile9 .job_content1::before,
    .mentorship_profile9 .job_content1::after {
    height: 20px;
    left: 15px;
    top: 15px;
    width: 20px;
}.mentorship_profile9 .job_content1::after {
    right: 15px;
    bottom: 15px;
}.mentorship_profile9 .feedback_list4::before,
    .mentorship_profile9 .feedback_list4::after {
    width: 150px;
    height: 150px;
}.mentorship_profile9 .feedback_list4:hover span:not(.name) {
    letter-spacing: 2px;
}}.study_method6 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(180,192,192) 0%, rgba(240,240,255,0.9) 100%);
    padding: 7rem 0;
    position: relative;
}.study_method6::before {
    right: -5%;
    background: linear-gradient(225deg, rgb(107,117,116,0.5) 0%, transparent 80%);
    animation: floatBackground 15s ease-in-out infinite alternate;
    position: absolute;
    opacity: 0.6;
    width: 40%;
    filter: blur(20px);
    z-index: 1;
    content: "";
    height: 70%;
    transform: rotate(-15deg) skewX(15deg);
    top: -10%;
}.study_method6::after {
    filter: blur(15px);
    z-index: 1;
    position: absolute;
    background: linear-gradient(45deg, rgb(143,155,155,0.5) 0%, transparent 70%);
    left: -2%;
    content: "";
    transform: rotate(10deg) skewX(-10deg);
    animation: floatBackground 18s ease-in-out infinite alternate-reverse;
    height: 60%;
    width: 35%;
    opacity: 0.5;
    bottom: -5%;
}.study_method6 .learning_track7 {
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    gap: 2.5rem;
    display: grid;
    perspective: 1000px;
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
}.study_method6 h2 {
    margin-bottom: 1.5rem;
    color: #000000;
    position: relative;
    transform: translateZ(20px);
    font-size: 32px;
    letter-spacing: -0.02em;
    font-weight: 700;
    padding-bottom: 1rem;
}.study_method6 h2::after {
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 120px;
    content: "";
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(143,155,155) 0%, rgb(107,117,116) 100%);
    bottom: 0;
    left: 0;
    transform: scaleX(1);
}.study_method6:hover h2::after {
    transform: scaleX(1.5);
}.study_method6 .text_post2 {
    position: relative;
    padding: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    transform: translateZ(10px) translateY(0);
    border-left: 3px solid rgb(107,117,116);
    box-shadow: 
    0 10px 30px -10px rgba(0, 0, 0, 0.1), 
    0 1px 4px rgba(0, 0, 0, 0.05),
    20px 20px 60px -20px rgba(rgb(143,155,155,0.5), 0.1);
    overflow: hidden;
}.study_method6 .text_post2:hover {
    transform: translateZ(20px) translateY(-5px);
    box-shadow: 
    0 15px 40px -15px rgba(0, 0, 0, 0.15), 
    0 1px 6px rgba(0, 0, 0, 0.08),
    25px 25px 80px -25px rgba(rgb(143,155,155,0.5), 0.15);
}.study_method6 .text_post2::before {
    top: 0;
    content: "";
    pointer-events: none;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%);
}.study_method6 p {
    position: relative;
    margin: 0;
    line-height: 1.8;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    z-index: 2;
    transition: transform 0.3s ease;
}.study_method6 .text_post2:hover p {
    transform: translateY(2px);
}

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

@media (min-width: 768px) {.study_method6 .learning_track7 {
    gap: 3rem;
    padding: 0 4rem;
    grid-template-columns: 1fr;
}.study_method6 h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 1.1);
}.study_method6 .text_post2 {
    padding: 3rem;
}
}

@media (min-width: 992px) {.study_method6 {
    padding: 9rem 0;
}.study_method6 .learning_track7 {
    gap: 4rem;
    grid-template-columns: 1fr;
}.study_method6 h2 {
    font-size: calc(32px * 1.2);
    margin-bottom: 2.5rem;
}.study_method6 .text_post2 {
    padding: 3.5rem 4rem;
    border-left-width: 4px;
}.study_method6 p {
    line-height: 1.9;
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 1200px) {.study_method6 .learning_track7 {
    padding: 0 2rem;
}.study_method6 h2 {
    font-size: calc(32px * 1.3);
}.study_method6 .text_post2 {
    margin: 0 auto;
    max-width: 90%;
}
}

@media (max-width: 767px) {.study_method6 {
    padding: 5rem 0;
}.study_method6 h2 {
    font-size: calc(32px * 0.9);
}.study_method6 .text_post2 {
    padding: 2rem;
}.study_method6 p {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}
}

@media (hover: none) {.study_method6 .text_post2 {
    transform: none !important;
    box-shadow: 
      0 10px 30px -10px rgba(0, 0, 0, 0.1), 
      0 1px 4px rgba(0, 0, 0, 0.05) !important;
}.study_method6 p {
    transform: none !important;
}.study_method6 h2::after {
    transform: scaleX(1) !important;
}}.client_opinions6 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(180,192,192) 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.client_opinions6::before {
    z-index: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(143,155,155,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(107,117,116,0.5) 0%, transparent 40%);
    content: "";
    top: 0;
}.client_opinions6::after {
    transform: translate(-50%, -50%);
    top: 50%;
    opacity: 0.5;
    content: "";
    animation: pulse 3s infinite;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(143,155,155,0.5) 20%, 
        rgb(143,155,155) 50%, 
        rgb(143,155,155,0.5) 80%, 
        transparent 100%);
    z-index: 1;
    width: 100%;
    left: 50%;
    position: absolute;
}@keyframes pulse {
    0%, 100% { opacity: 0.2; }
    50% { opacity: 0.7; }
}

.client_opinions6 .container {
    position: relative;
    z-index: 2;
}.client_opinions6 h2 {
    margin-bottom: 4rem;
    font-size: 28px;
    color: #000000;
    position: relative;
    display: inline-block;
    padding: 0.5rem 1rem;
    font-weight: 700;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}.client_opinions6 h2::before {
    bottom: 0;
    right: 0;
    border: 2px solid transparent;
    border-image-slice: 1;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    border-image: linear-gradient(45deg, rgb(143,155,155), rgb(107,117,116));
    animation: borderGlow 4s infinite alternate;
    content: "";
}@keyframes borderGlow {
    from { 
        filter: drop-shadow(0 0 2px rgb(143,155,155,0.5)) 
                drop-shadow(0 0 5px rgb(143,155,155,0.5)); 
    }
    to { 
        filter: drop-shadow(0 0 5px rgb(107,117,116,0.5)) 
                drop-shadow(0 0 10px rgb(107,117,116,0.5)); 
    }
}

.client_opinions6 .rating_praise8 {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    perspective: 1000px;
    gap: 3rem;
}.client_opinions6 .feedback_list4 {
    transform-style: preserve-3d;
    width: calc(33% - 3rem);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    flex-direction: column;
    background: rgba(255, 255, 255, 0.05);
}.client_opinions6 .feedback_list4::before {
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    opacity: 0.7;
    border: 1px solid transparent;
    position: absolute;
    background: linear-gradient(135deg, rgb(143,155,155), rgb(107,117,116)) border-box;
    z-index: -1;
    border-radius: 10px;
    mask-composite: exclude;
    inset: 0;
    content: "";
}.client_opinions6 .feedback_list4::after {
    z-index: -1;
    left: -50%;
    content: "";
    background: linear-gradient(
        0deg,
        transparent,
        rgb(143,155,155,0.5),
        rgb(143,155,155,0.5),
        transparent
    );
    position: absolute;
    top: -50%;
    height: 200%;
    width: 200%;
    transform: rotate(45deg);
    animation: scanline 6s linear infinite;
}@keyframes scanline {
    0% { transform: rotate(45deg) translateY(-80%); }
    100% { transform: rotate(45deg) translateY(80%); }
}

.client_opinions6 .feedback_list4:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 10px rgb(143,155,155,0.5), 
        0 0 20px rgb(107,117,116,0.5);
    transform: translateZ(20px);
}.client_opinions6 .feedback_list4 img {
    border-radius: 50%;
    height: 90px;
    border: 3px solid #ffffff;
    object-fit: cover;
    width: 90px;
    margin-bottom: 1.5rem;
    box-shadow: 
        0 0 0 1px rgb(143,155,155,0.5),
        0 0 10px rgb(143,155,155,0.5);
    transition: all 0.5s ease;
    filter: grayscale(50%);
}.client_opinions6 .feedback_list4:hover img {
    filter: grayscale(0%);
    box-shadow: 
        0 0 0 2px rgb(143,155,155),
        0 0 15px rgb(143,155,155,0.5),
        0 0 30px rgb(143,155,155,0.5);
    transform: scale(1.1);
}.client_opinions6 .feedback_list4 p {
    color: #000000;
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: calc(17px * 1.1);
    font-weight: 600;
}.client_opinions6 .feedback_list4 .description {
    color: #000000;
    line-height: 1.6;
    margin: 0 auto;
    font-size: 17px;
    text-align: center;
    max-width: 90%;
    font-weight: 400;
}.client_opinions6 .feedback_list4:nth-child(3n+1) {
    transform: translateY(-10px) rotate(-1deg);
}.client_opinions6 .feedback_list4:nth-child(3n+2) {
    transform: translateY(10px) rotate(1deg);
}.client_opinions6 .feedback_list4:nth-child(3n+3) {
    transform: translateY(0) rotate(0);
}.client_opinions6 .feedback_list4:hover {
    transform: translateZ(30px) rotate(0);
}

@media (max-width: 992px) {.client_opinions6 .feedback_list4 {
    width: calc(50% - 2rem);
}
}

@media (max-width: 768px) {.client_opinions6 {
    padding: 4rem 0;
}.client_opinions6 h2 {
    margin-bottom: 3rem;
    font-size: calc(28px * 0.9);
}.client_opinions6 .rating_praise8 {
    gap: 2rem;
    flex-direction: column;
}.client_opinions6 .feedback_list4 {
    width: 100%;
    transform: none !important;
}.client_opinions6 .feedback_list4:hover {
    transform: translateZ(10px) !important;
}.client_opinions6::after {
    height: 100%;
    width: 1px;
}}.course_structure5 {
    background-color: #000000;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    display: flex;
    overflow: hidden;
}.course_structure5 .knowledge2 {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 0;
    height: 100%;
    overflow: hidden;
}.course_structure5 .class_route8 {
    height: 100%;
    animation: split-carousel 40s linear infinite;
    width: 500%;
    display: flex;
}.course_structure5 .knowledge2:hover .class_route8 {
    animation-play-state: paused;
}.course_structure5 .lesson_plan0 {
    flex: 1;
    overflow: hidden;
    position: relative;
}.course_structure5 .lesson_plan0:nth-child(odd) {
    mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
}.course_structure5 .lesson_plan0:nth-child(even) {
    mask-image: linear-gradient(to right, transparent 5%, black 20%, black 80%, transparent 95%);
}.course_structure5 .lesson_plan0 img {
    width: 100%;
    transition: all 0.7s ease;
    object-fit: cover;
    transform: scale(1.1);
    filter: grayscale(0.3) contrast(1.2);
    height: 100%;
}.course_structure5 .lesson_plan0:hover img {
    transform: scale(1.05);
    filter: grayscale(0) contrast(1.3);
}.course_structure5 .container {
    padding: 0 1rem;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    max-width: 1200px;
    width: 100%;
}.course_structure5 .learning_track7 {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}.course_structure5 .class_track0 {
    max-width: 550px;
    padding: 3rem;
    text-align: center;
    border-radius: 21px;
    border: 1px solid rgb(143,155,155,0.5);
    backdrop-filter: blur(10px);
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
}.course_structure5 .class_track0::before {
    content: "";
    top: -50%;
    z-index: -1;
    position: absolute;
    left: -50%;
    height: 200%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        transparent 0deg,
        rgb(143,155,155,0.5) 90deg,
        transparent 180deg,
        rgb(107,117,116,0.5) 270deg,
        transparent 360deg
    );
    animation: rotate-background 20s linear infinite;
    width: 200%;
    opacity: 0.1;
}.course_structure5 .class_track0 h3 {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
}.course_structure5 .class_track0 h3::after {
    bottom: -10px;
    background: rgb(143,155,155);
    left: 50%;
    content: "";
    width: 80px;
    position: absolute;
    height: 2px;
    transform: translateX(-50%);
}.course_structure5 .class_track0 p {
    margin-bottom: 2.5rem;
    position: relative;
    color: #ffffff;
    line-height: 1.8;
    font-size: 14px;
}.course_structure5 .class_track0 .feedback_help0 {
    padding: 0.9rem 2.5rem;
    font-weight: 600;
    display: inline-block;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background-color: transparent;
    transition: all 0.4s ease;
    text-decoration: none;
    z-index: 1;
    border: 2px solid rgb(143,155,155);
    font-size: 15px;
    border-radius: 10px;
}.course_structure5 .class_track0 .feedback_help0::before {
    height: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
    transition: width 0.6s ease, height 0.6s ease;
    left: 50%;
    background-color: rgb(143,155,155);
    top: 50%;
    width: 0;
    z-index: -1;
}.course_structure5 .class_track0 .feedback_help0:hover {
    color: #000000;
}.course_structure5 .class_track0 .feedback_help0:hover::before {
    width: 300%;
    height: 300%;
}

@keyframes split-carousel {
    0%, 18% {
        transform: translateX(0);
    }
    23%, 41% {
        transform: translateX(-20%);
    }
    46%, 64% {
        transform: translateX(-40%);
    }
    69%, 87% {
        transform: translateX(-60%);
    }
    92%, 100% {
        transform: translateX(-80%);
    }
}

@keyframes rotate-background {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {.course_structure5 .class_track0 {
    max-width: 500px;
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.course_structure5 {
    min-height: 100vh;
}.course_structure5 .class_route8 {
    animation-duration: 30s;
}.course_structure5 .class_track0 {
    padding: 2rem;
    max-width: 90%;
}.course_structure5 .class_track0 h3 {
    font-size: calc(35px * 0.85);
}.course_structure5 .lesson_plan0::after {
    background: linear-gradient(to bottom, 
            #000000 0%, 
            transparent 30%, 
            transparent 70%, 
            #000000 100%
        );
}

}

@media (max-width: 576px) {.course_structure5 .container {
    padding: 0 1rem;
}.course_structure5 .class_track0 {
    max-width: 100%;
    padding: 1.5rem;
}.course_structure5 .class_track0 h3 {
    font-size: calc(35px * 0.7);
}.course_structure5 .class_track0 .feedback_help0 {
    display: block;
    padding: 0.8rem 1.5rem;
    width: 100%;
}.course_structure5 .lesson_plan0 img {
    filter: grayscale(0.2) contrast(1.1);
}
}

@media (min-width: 1800px) {.course_structure5 .class_track0 {
    max-width: 650px;
    padding: 3.5rem;
}.course_structure5 .class_track0 h3 {
    font-size: calc(35px * 1.2);
}.course_structure5 .class_track0 p {
    font-size: calc(14px * 1.1);
}.course_structure5 .class_track0 .feedback_help0 {
    padding: 1rem 3rem;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    bottom: 0;
    content: "";
    top: 0;
    right: 0;
    z-index: -2;
    background: linear-gradient(to right, rgb(107,117,116), rgb(143,155,155));
    left: 0;
    opacity: 0.9;
    position: absolute;
}footer::after {
    z-index: -1;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    right: 0;
}.story_spot7 {
    color: #ffffff;
    padding: 5rem 0 2rem;
    position: relative;
}.story_spot7::before {
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(143,155,155), rgb(107,117,116), rgb(143,155,155));
    top: 0;
    content: "";
    height: 10px;
}.story_spot7 .container {
    gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    position: relative;
}.story_spot7 .company_holder {
    position: relative;
    padding: 0;
    grid-column: span 5;
}.story_spot7 .company_holder h3 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    margin: 0 0 1.5rem;
    padding-bottom: 1rem;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    font-size: 32px;
}.story_spot7 .company_holder h3::after {
    left: 0;
    height: 2px;
    content: "";
    width: 80px;
    background: #ffffff;
    bottom: -2px;
    position: absolute;
}.story_spot7 .intern_ship6 {
    font-size: 18px;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    margin-top: 1.5rem;
    position: relative;
    line-height: 1.7;
    padding: 0 0 0 1.5rem;
    color: #ffffff;
}.story_spot7 .event_cal5 {
    grid-column: span 7;
}.story_spot7 .nav_learn9 {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.story_spot7 .nav_know0 {
    position: relative;
}.story_spot7 .nav_know0 h5 {
    font-weight: 600;
    position: relative;
    padding-bottom: 0.8rem;
    font-size: 23px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    margin: 0 0 1.5rem;
    color: #ffffff;
}.story_spot7 .nav_know0 h5::after {
    left: 0;
    height: 2px;
    position: absolute;
    content: "";
    width: 40px;
    background: #ffffff;
    bottom: -2px;
}.story_spot7 .nav_know0 .nav_learn9 {
    gap: 1rem;
    display: grid;
}.story_spot7 .nav_know0 .nav_learn9 a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    align-items: center;
    position: relative;
    display: flex;
    transition: all 0.3s ease;
    font-size: 18px;
}.story_spot7 .nav_know0 .nav_learn9 a::after {
    transform: translateX(-5px);
    content: "\2192";
    transition: all 0.3s ease;
    margin-left: 0.5rem;
    opacity: 0;
}.story_spot7 .nav_know0 .nav_learn9 a:hover {
    color: #ffffff;
    padding-left: 0.5rem;
}.story_spot7 .nav_know0 .nav_learn9 a:hover::after {
    transform: translateX(0);
    opacity: 1;
}.transcript5 {
    margin-top: 4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 2rem 0;
    background: rgba(0, 0, 0, 0.1);
}.transcript5 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.transcript5 .access_help9 {
    color: #ffffff;
    font-size: 15px;
    padding: 0 1rem;
    text-align: center;
    opacity: 0.9;
    position: relative;
}.story_spot7::after {
    content: "";
    right: 2rem;
    top: 2rem;
    height: 50px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
}.story_spot7 .company_holder::before {
    height: 50px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    left: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    content: "";
}.story_spot7 .company_holder::after {
    bottom: 0;
    width: 50px;
    height: 50px;
    content: "";
    left: 0;
    position: absolute;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}.story_spot7 .event_cal5::after {
    right: 0;
    bottom: 0;
    position: absolute;
    height: 50px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
}

@media (max-width: 1200px) {.story_spot7 .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.story_spot7 {
    padding: 4rem 0 2rem;
}.story_spot7 .container {
    grid-template-columns: 1fr;
}.story_spot7 .company_holder,
    .story_spot7 .event_cal5 {
    grid-column: span 12;
}.story_spot7 .company_holder {
    margin-bottom: 2rem;
}.story_spot7::after,
    .story_spot7 .company_holder::before,
    .story_spot7 .company_holder::after,
    .story_spot7 .event_cal5::after {
    display: none;
}
}

@media (max-width: 768px) {.story_spot7 {
    padding: 3rem 0 1.5rem;
}.story_spot7 .nav_learn9 {
    gap: 1.5rem;
}.story_spot7 .company_holder h3 {
    font-size: calc(32px - 2px);
}.transcript5 {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.story_spot7 {
    padding: 2.5rem 0 1rem;
}.story_spot7 .nav_learn9 {
    gap: 2rem;
    grid-template-columns: 1fr;
}.story_spot7 .intern_ship6 {
    padding-left: 1rem;
}.transcript5 {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.story_spot7 .company_holder h3::after,
    .story_spot7 .nav_know0 h5::after {
    width: 30px;
}.story_spot7 .nav_know0 .nav_learn9 a:hover {
    padding-left: 0.3rem;
}}header .top_base1 {
    align-items: center;
    left: 0;
    padding: 1.5rem 2rem;
    position: relative;
    border-bottom-right-radius: 0;
    justify-content: space-between;
    background: linear-gradient(135deg, rgb(143,155,155,0.5) 0%, rgb(107,117,116) 100%);
    display: flex;
    border-bottom-left-radius: 14px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    overflow: visible;
    z-index: 100;
    width: 100%;
}header .top_base1 .head_class5 {
    z-index: 2;
    position: relative;
    transform: skewX(5deg);
}header .top_base1 .head_class5 .top_sitewrap0 {
    display: block;
    transition: transform 0.3s ease-in-out;
}header .top_base1 .head_class5 .top_sitewrap0:hover {
    transform: translateY(-8px) rotate(0deg);
}header .top_base1 .head_class5 svg {
    height: auto;
    width: 80px;
}header .top_base1 .nav_know0 {
    padding: 0;
    margin: 0;
    position: relative;
    gap: 1rem;
    list-style: none;
    display: flex;
}header .top_base1 .nav_know0::before {
    opacity: 0;
    width: calc(100% + 40px);
    height: calc(100% + 20px);
    z-index: -1;
    top: -10px;
    position: absolute;
    transition: opacity 0.3s ease, transform 0.3s ease;
    border-radius: 10px;
    content: "";
    background: linear-gradient(45deg, transparent 0%, rgb(143,155,155,0.5) 100%);
    left: -20px;
}header .top_base1 .top_page0 {
    position: relative;
    transition: transform 0.3s ease;
}header .top_base1 .top_page0 a {
    display: block;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    padding: 0.5rem 1rem;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    font-size: 15px;
    text-decoration: none;
}header .top_base1 .top_page0 a::before {
    content: "";
    transform: scaleX(0) rotate(-2deg);
    transform-origin: right;
    background: rgb(107,117,116);
    transition: transform 0.3s ease;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 2px;
    width: 100%;
}header .top_base1 .top_page0 a:hover {
    color: rgb(107,117,116);
}header .top_base1 .top_page0 a:hover::before {
    transform: scaleX(1) rotate(-2deg);
    transform-origin: left;
}

@media (max-width: 992px) {header .top_base1 {
    margin-left: calc(-50vw + 50%);
    transform: skewX(0);
    width: 100vw;
    flex-direction: column;
    box-sizing: border-box;
    padding: 1rem;
}header .top_base1 .head_class5 {
    transform: skewX(0);
    margin-bottom: 1rem;
}header .top_base1 .nav_know0 {
    justify-content: center;
    transform: skewX(0);
    flex-wrap: wrap;
    width: 100%;
}header .top_base1 .nav_know0::before {
    transform: skewX(0);
}header .top_base1 .nav_know0:hover::before {
    transform: skewX(0);
}header .top_base1 .top_page0 {
    margin: 0.25rem;
}header .top_base1 .top_page0:nth-child(odd),
  header .top_base1 .top_page0:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .top_base1 {
    padding: 0.75rem;
}header .top_base1 .nav_know0 {
    align-items: center;
    flex-direction: column;
}header .top_base1 .top_page0 {
    text-align: center;
    width: 100%;
}header .top_base1 .head_class5 svg {
    width: 100px;
}}.privacy_sanctuary8 {
    padding: 5rem 2rem;
    color: #000000;
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(180,192,192) 0%, rgba(245, 247, 250, 0.95) 100%);
}.privacy_sanctuary8::before {
    content: "";
    opacity: 0.05;
    position: absolute;
    top: 0;
    height: 100%;
    transform: skewX(-15deg) translateX(20%);
    right: 0;
    width: 30%;
    background: linear-gradient(90deg, transparent, rgb(143,155,155,0.5));
}.privacy_sanctuary8::after {
    height: 5px;
    bottom: 0;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(143,155,155), rgb(107,117,116), rgb(143,155,155));
    opacity: 0.7;
    position: absolute;
}.privacy_sanctuary8 .container {
    z-index: 2;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
}.privacy_sanctuary8 h1 {
    color: #000000;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    transform: translateX(-0.5rem);
    position: relative;
    font-weight: 700;
    font-size: 48px;
}.privacy_sanctuary8 h1::after {
    transform-origin: left;
    content: "";
    bottom: 0;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 0;
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(143,155,155), rgb(107,117,116));
    height: 4px;
}.privacy_sanctuary8 h1:hover::after {
    transform: scaleX(1.5);
}.privacy_sanctuary8 h2 {
    font-size: 37px;
    color: #000000;
    margin: 2.5rem 0 1.5rem;
    position: relative;
    padding-left: 1rem;
    font-weight: 600;
}.privacy_sanctuary8 h2::before {
    background: linear-gradient(to bottom, rgb(143,155,155), rgb(107,117,116));
    position: absolute;
    border-radius: 10px;
    top: 0.25rem;
    width: 4px;
    bottom: 0.25rem;
    left: 0;
    content: "";
}.privacy_sanctuary8 h3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0.75rem;
    margin: 2rem 0 1.2rem;
    color: #000000;
    font-weight: 600;
    font-size: calc(37px * 0.85);
}.privacy_sanctuary8 h4 {
    font-size: calc(37px * 0.75);
    color: #000000;
    font-weight: 600;
    margin: 1.8rem 0 1rem;
}.privacy_sanctuary8 p {
    max-width: 95%;
    font-size: 14px;
    line-height: 1.75;
    color: #000000;
    margin-bottom: 1.5rem;
}.privacy_sanctuary8 p strong {
    font-weight: 600;
    color: #000000;
    display: inline-block;
    position: relative;
}.privacy_sanctuary8 p strong::after {
    opacity: 0.5;
    left: 0;
    background: rgb(107,117,116,0.5);
    content: "";
    position: absolute;
    height: 2px;
    bottom: -2px;
    width: 100%;
}.privacy_sanctuary8 ul {
    padding-left: 1.5rem;
    list-style: none;
    margin: 1.5rem 0 2rem;
}.privacy_sanctuary8 li {
    line-height: 1.6;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
}.privacy_sanctuary8 li::before {
    content: "";
    opacity: 0.8;
    position: absolute;
    background: rgb(107,117,116);
    width: 8px;
    transform: rotate(45deg);
    height: 8px;
    top: 0.75rem;
    left: 0;
}.privacy_sanctuary8 span {
    padding-left: 1rem;
    max-width: 95%;
    line-height: 1.7;
    font-size: 14px;
    margin-bottom: 1.75rem;
    display: block;
    border-left: 2px solid rgb(107,117,116,0.5);
}

@media screen and (min-width: 1200px) {.privacy_sanctuary8 {
    padding: 7rem 3rem;
}.privacy_sanctuary8 .container {
    grid-template-columns: 1fr;
    display: grid;
    gap: 0.5rem;
}.privacy_sanctuary8 h1 {
    grid-column: 1 / -1;
    transform: translateX(-1rem);
    font-size: calc(48px * 1.2);
}.privacy_sanctuary8 h1::after {
    width: 120px;
}.privacy_sanctuary8 h2, 
    .privacy_sanctuary8 h3, 
    .privacy_sanctuary8 h4 {
    grid-column: 1 / -1;
}.privacy_sanctuary8 p, 
    .privacy_sanctuary8 ul,
    .privacy_sanctuary8 span {
    max-width: 85%;
}
}

@media screen and (max-width: 991px) {.privacy_sanctuary8 {
    padding: 4rem 1.5rem;
}.privacy_sanctuary8 h1 {
    font-size: calc(48px * 0.9);
}.privacy_sanctuary8 h2 {
    font-size: calc(37px * 0.9);
}.privacy_sanctuary8::before {
    width: 50%;
}
}

@media screen and (max-width: 767px) {.privacy_sanctuary8 {
    padding: 3rem 1rem;
}.privacy_sanctuary8 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(48px * 0.8);
}.privacy_sanctuary8 h2 {
    font-size: calc(37px * 0.8);
    margin: 2rem 0 1rem;
}.privacy_sanctuary8 h3 {
    font-size: calc(37px * 0.7);
}.privacy_sanctuary8 h4 {
    font-size: calc(37px * 0.6);
}.privacy_sanctuary8 p,
    .privacy_sanctuary8 span,
    .privacy_sanctuary8 li {
    font-size: calc(14px * 0.95);
}.privacy_sanctuary8 ul {
    padding-left: 0.5rem;
}.privacy_sanctuary8 span {
    padding-left: 0.75rem;
}
}

@media screen and (max-width: 480px) {.privacy_sanctuary8 {
    padding: 2.5rem 1rem;
}.privacy_sanctuary8 h1::after {
    width: 60px;
}.privacy_sanctuary8 h2::before {
    width: 3px;
}.privacy_sanctuary8 li {
    padding-left: 1.25rem;
}.privacy_sanctuary8 p,
    .privacy_sanctuary8 span,
    .privacy_sanctuary8 li {
    max-width: 100%;
}}.reach_out_info8 {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(180,192,192) 0%, rgb(107,117,116,0.5) 100%);
}.reach_out_info8::before {
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, #ffffff 0%, transparent 40%);
    content: "";
    position: absolute;
    width: 100%;
    opacity: 0.03;
}.reach_out_info8::after {
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 2;
    left: 0;
    opacity: 0.2;
    animation: patternFloat 30s linear infinite;
    content: "";
    background-position: center center;
    position: absolute;
    background-size: 180px 180px;
    background-image:
        radial-gradient(circle at 20% 30%, rgb(143,155,155,0.5) 1px, transparent 8px),
        radial-gradient(circle at 70% 60%, rgb(143,155,155,0.5) 1px, transparent 8px),
        radial-gradient(circle at 40% 80%, rgb(143,155,155,0.5) 1px, transparent 8px),
        radial-gradient(circle at 80% 10%, rgb(143,155,155,0.5) 1px, transparent 8px);
}@keyframes patternFloat {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 180px 180px;
    }
}

.reach_out_info8 .container {
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 3;
}.reach_out_info8 .write_form6 {
    transform: translateZ(0);
    box-shadow:
        0 15px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px #ffffff,
        inset 0 0 30px rgb(143,155,155,0.5);
    border-radius: 26px;
    position: relative;
    padding: 40px;
    overflow: hidden;
    background: rgb(107,117,116,0.5);
}.reach_out_info8 .write_form6::before {
    top: -50%;
    left: -50%;
    position: absolute;
    width: 200%;
    transform-origin: center;
    content: "";
    z-index: -1;
    animation: lightSweep 6s linear infinite;
    opacity: 0.03;
    background: linear-gradient(
        45deg,
        transparent 0%,
        #ffffff 50%,
        transparent 100%
    );
    height: 200%;
}@keyframes lightSweep {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.reach_out_info8 .write_form6 h3 {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 33px;
    position: relative;
    display: inline-block;
    color: #ffffff;
}.reach_out_info8 .write_form6 h3::after {
    width: 60%;
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(143,155,155) 0%, transparent 100%);
    content: "";
    bottom: -8px;
    left: 0;
    position: absolute;
}.reach_out_info8 .request_info7 {
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 30px;
    max-width: 90%;
}.reach_out_info8 .message_us7 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 15px;
    position: relative;
}.reach_out_info8 .message_us7::before {
    opacity: 0.1;
    height: 1px;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    top: -15px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        #ffffff 50%,
        transparent 100%
    );
}.reach_out_info8 .message_us7 span {
    border-radius: 10px;
    padding: 18px;
    transition: all 0.3s ease;
    display: flex;
    border-left: 2px solid rgb(143,155,155);
    background: linear-gradient(135deg, #000000 0%, rgb(107,117,116) 100%);
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    flex-direction: column;
}.reach_out_info8 .message_us7 span:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}.reach_out_info8 .message_us7 span p {
    font-weight: 700;
    line-height: 1.6;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.3px;
    margin: 0;
}.reach_out_info8 .message_us7 span {
    color: #ffffff;
}.reach_out_info8 .message_us7 span a {
    text-decoration: none;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
    display: inline-block;
}.reach_out_info8 .message_us7 span a:hover {
    color: rgb(143,155,155);
}.reach_out_info8 .message_us7 span span {
    margin: 0;
    font-weight: 400;
    box-shadow: none;
    font-size: 14px;
    border: none;
    transform: none;
    background: transparent;
    color: #ffffff;
}.reach_out_info8 .message_us7 span span:hover {
    background: transparent;
    box-shadow: none;
    transform: none;
}.reach_out_info8 .assist_form2 {
    position: relative;
    overflow: hidden;
    padding: 20px;
    background: rgb(107,117,116,0.5);
    border-radius: 10px;
    grid-column: 1 / -1;
    margin-top: 10px;
}.reach_out_info8 .assist_form2::before {
    background: linear-gradient(
        45deg,
        transparent 0%,
        #ffffff 50%,
        transparent 100%
    );
    height: 100%;
    z-index: -1;
    top: 0;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    opacity: 0.02;
}.reach_out_info8 .assist_form2 h4 {
    position: relative;
    font-size: 24px;
    margin-bottom: 15px;
    color: #ffffff;
    display: inline-block;
}.reach_out_info8 .assist_form2 h4::after {
    width: 50%;
    border-radius: 10px;
    background: rgb(143,155,155);
    bottom: -5px;
    left: 0;
    content: "";
    position: absolute;
    height: 2px;
}.reach_out_info8 .assist_form2 span {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 15px;
    display: block;
    padding: 12px;
    transition: all 0.3s ease;
    opacity: 0.8;
    border-bottom: 1px dashed #ffffff;
}.reach_out_info8 .assist_form2 span:last-child {
    border-bottom: none;
}.reach_out_info8 .assist_form2 span:hover {
    padding-left: 5px;
    opacity: 1;
    color: rgb(143,155,155);
}

@media (max-width: 992px) {.reach_out_info8 {
    padding: 60px 0;
}.reach_out_info8 .write_form6 {
    padding: 30px;
}.reach_out_info8 .write_form6 h3 {
    font-size: calc(33px * 0.9);
}.reach_out_info8 .request_info7 {
    max-width: 100%;
}.reach_out_info8 .message_us7 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}

@media (max-width: 768px) {.reach_out_info8 {
    padding: 40px 0;
}.reach_out_info8 .write_form6 {
    padding: 25px 20px;
}.reach_out_info8 .write_form6 h3 {
    font-size: calc(33px * 0.8);
    margin-bottom: 20px;
}.reach_out_info8 .request_info7 {
    margin-bottom: 25px;
    font-size: calc(14px * 0.95);
}.reach_out_info8 .message_us7 {
    gap: 15px;
    grid-template-columns: 1fr;
}.reach_out_info8 .message_us7 span {
    padding: 15px;
}.reach_out_info8 .message_us7 span p,
    .reach_out_info8 .message_us7 span a,
    .reach_out_info8 .message_us7 span span {
    line-height: 1.5;
    font-size: calc(14px * 1.05);
}.reach_out_info8 .assist_form2 {
    padding: 15px;
}.reach_out_info8 .assist_form2 h4 {
    font-size: calc(24px * 0.9);
}.reach_out_info8 .assist_form2 span {
    font-size: calc(14px * 0.9);
    padding: 8px 0;
}.reach_out_info8::after {
    background-size: 100px 100px;
}@keyframes patternFloat {
        0% {
            background-position: 0 0;
        }
        100% {
            background-position: 100px 100px;
        }
    }
}

.reach_out_info8 .message_us7 span:first-child {
    color: #ffffff;
}.reach_out_info8 .write_form6::after {
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    height: 100px;
    top: 50%;
    border-radius: 50%;
    width: 100px;
    content: "";
    transform: translate(-50%, -50%);
    z-index: -1;
    animation: pulse 10s infinite;
    left: 50%;
    opacity: 0.1;
    position: absolute;
}@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0.6;
    }
    70% {
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(6);
        opacity: 0;
    }
}

.reach_out_info8 .write_form6::after {
    right: 0;
    width: 150px;
    content: "";
    z-index: -1;
    position: absolute;
    background-size: 30px 30px;
    bottom: 0;
    background-position: center;
    background:
        linear-gradient(45deg, transparent 48%, rgb(143,155,155) 48%, rgb(143,155,155) 52%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgb(143,155,155) 48%, rgb(143,155,155) 52%, transparent 52%);
    border-radius: 0 0 26px 0;
    height: 150px;
    opacity: 0.1;
}.reach_out_info8 .write_form6::before {
    opacity: 0.1;
    background:
        linear-gradient(45deg, rgb(143,155,155) 0%, transparent 30%),
        radial-gradient(circle at 20px 20px, rgb(143,155,155) 0%, transparent 8px);
    background-size: 100% 100%, 40px 40px;
    top: 0;
    z-index: -1;
    height: 100px;
    left: 0;
    border-radius: 26px 0 0 0;
    width: 100px;
    content: "";
    position: absolute;
}.reach_out_info8 .write_form6 {
    position: relative;
    overflow: hidden;
}.reach_out_info8 .write_form6:before {
    background: rgb(143,155,155);
    z-index: -1;
    width: 200px;
    right: -100px;
    height: 200px;
    content: "";
    border-radius: 50%;
    opacity: 0.05;
    position: absolute;
    top: -100px;
}.reach_out_info8 .write_form6:after {
    left: -75px;
    width: 150px;
    border-radius: 50%;
    position: absolute;
    bottom: -75px;
    content: "";
    z-index: -1;
    height: 150px;
    background: rgb(107,117,116);
    opacity: 0.05;
}.reach_out_info8 .container:before {
    top: 20px;
    border: 2px solid rgb(143,155,155);
    height: 40px;
    width: 40px;
    animation: rotate 15s linear infinite;
    opacity: 0.2;
    border-radius: 10px;
    content: "";
    right: 20px;
    position: absolute;
}.reach_out_info8 .container:after {
    animation: rotate 10s linear infinite reverse;
    border: 2px solid rgb(107,117,116);
    opacity: 0.2;
    position: absolute;
    content: "";
    bottom: 20px;
    height: 30px;
    width: 30px;
    border-radius: 10px;
    left: 20px;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.reach_out_info8 .message_us7 span {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}.reach_out_info8 .message_us7 span p {
    letter-spacing: 0.5px;
}.reach_out_info8 .message_us7 a {
    overflow: hidden;
    position: relative;
}.reach_out_info8 .message_us7 a:hover {
    color: rgb(143,155,155);
}.reach_out_info8 .assist_form2 {
    background: linear-gradient(45deg, rgb(107,117,116,0.5) 0%, rgb(143,155,155,0.5) 100%);
}.reach_out_info8 .assist_form2 span {
    transition: transform 0.3s ease, color 0.3s ease;
    position: relative;
}.reach_out_info8 .assist_form2 span:hover {
    transform: translateX(10px);
}.reach_out_info8 .assist_form2 span:before {
    height: 0;
    border-width: 4px 0 4px 6px;
    left: -10px;
    transition: opacity 0.3s ease;
    opacity: 0;
    border-color: transparent transparent transparent rgb(143,155,155);
    top: 50%;
    width: 0;
    border-style: solid;
    transform: translateY(-50%);
    content: "";
    position: absolute;
}.reach_out_info8 .assist_form2 span:hover:before {
    opacity: 1;
}.reach_out_info8 .message_us7 span svg {
    width: 18px;
    margin-bottom: 8px;
    height: 18px;
    margin-top: 8px;
    top: -1px;
    transition: all 0.3s ease;
    opacity: 0.7;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    margin-right: 8px;
}.reach_out_info8 .message_us7 span:hover svg {
    opacity: 1;
    transform: scale(1.1);
}.reach_out_info8 .message_us7 span svg path {
    transition: all 0.3s ease;
    fill: rgb(143,155,155);
}.reach_out_info8 .message_us7 span:hover svg path {
    fill: #ffffff;
}.reach_out_info8 .message_us7 span svg path {
    fill: none;
    stroke: #ffffff;
    stroke-width: 1.5;
}.reach_out_info8 .message_us7 span:hover svg path {
    stroke: rgb(143,155,155);
}.reach_out_info8 .assist_form2 svg {
    margin-right: 5px;
    vertical-align: middle;
    height: 16px;
    width: 16px;
}.reach_out_info8 .assist_form2 svg path {
    fill: rgb(143,155,155);
}.reach_out_info8 .assist_form2 span:hover svg path {
    fill: #ffffff;
}.reach_out_info8 .write_form6 h3 svg {
    margin-right: 10px;
    height: 24px;
    width: 24px;
    vertical-align: middle;
}.reach_out_info8 .write_form6 h3 svg path {
    fill: rgb(143,155,155);
    transition: all 0.3s ease;
}.reach_out_info8 .write_form6 h3:hover svg path {
    fill: #ffffff;
}.reach_out_info8 .message_us7 span a:hover svg {
    animation: wobble 1s ease;
}

@keyframes wobble {
    0%, 100% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(-5deg);
    }
    75% {
        transform: rotate(5deg);
    }
}

@media (max-width: 992px) {.reach_out_info8 .message_us7 span svg {
    height: 18px;
    width: 18px;
}.reach_out_info8 .write_form6 h3 svg {
    height: 20px;
    width: 20px;
}
}

@media (max-width: 768px) {.reach_out_info8 .message_us7 span svg {
    height: 16px;
    width: 16px;
}}.future_learners7 {
    padding: 100px 0;
    background: linear-gradient(120deg, rgb(180,192,192) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}.future_learners7::before {
    content: "";
    right: 0;
    background-size: 20px 20px;
    height: 60%;
    opacity: 0.3;
    position: absolute;
    z-index: 1;
    width: 60%;
    background-position: 0 0;
    bottom: 0;
    background-image: radial-gradient(rgb(143,155,155,0.5) 20%, transparent 20%);
}.future_learners7 .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
    position: relative;
}.future_learners7 .learning_track7 {
    position: relative;
}.future_learners7 h4 {
    transition: transform 0.5s ease;
    position: relative;
    text-align: center;
    color: rgb(143,155,155);
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 50px;
    transform: perspective(1000px) rotateX(0deg);
}.future_learners7 h4:hover {
    transform: perspective(1000px) rotateX(5deg);
}.future_learners7 h4::after {
    background: linear-gradient(90deg, rgb(143,155,155), rgb(107,117,116));
    height: 5px;
    position: absolute;
    content: "";
    width: 100px;
    transform: translateX(-50%);
    border-radius: 5px;
    left: 50%;
    bottom: -15px;
}.future_learners7 div > div {
    gap: 30px;
    display: grid;
    padding: 0 20px;
    grid-template-columns: repeat(3, 1fr);
}.future_learners7 p {
    background: #ffffff;
    height: 200px;
    transition: all 0.3s ease;
    font-size: 17px;
    position: relative;
    display: flex;
    text-align: center;
    margin: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    color: #000000;
    z-index: 1;
    padding: 40px 30px;
    align-items: center;
}.future_learners7 p:nth-child(even) {
    transform: translateY(100px);
}.future_learners7 p::before {
    content: "";
    background: linear-gradient(135deg, #ffffff, rgb(180,192,192));
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    z-index: -1;
    position: absolute;
}.future_learners7 p:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    color: #000000;
}.future_learners7 p:hover::before {
    opacity: 1;
}.future_learners7 p svg {
    transform: translateX(-50%);
    width: 32px;
    position: absolute;
    height: 32px;
    left: 50%;
    top: 30px;
    transition: all 0.3s ease;
}.future_learners7 p svg path {
    transition: fill 0.3s ease;
    fill: rgb(143,155,155);
}.future_learners7 p span {
    margin-top: 50px;
    width: 100%;
    display: block;
}.future_learners7 p:hover svg {
    transform: translateX(-50%) scale(1.2);
}.future_learners7 p:hover svg path {
    fill: rgb(107,117,116);
}@keyframes hexSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.future_learners7::after {
    content: "";
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    position: absolute;
    left: 5%;
    animation: hexSpin 30s linear infinite;
    opacity: 0.5;
    top: 10%;
    border: 2px dashed rgb(107,117,116,0.5);
    z-index: 1;
    height: 200px;
    width: 200px;
}@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.future_learners7 .learning_track7 > div p {
    animation: fadeScale 0.5s ease forwards;
    opacity: 0;
}.future_learners7 .learning_track7 > div p:nth-child(1) {
    animation-delay: 0.1s;
}.future_learners7 .learning_track7 > div p:nth-child(2) {
    animation-delay: 0.2s;
}.future_learners7 .learning_track7 > div p:nth-child(3) {
    animation-delay: 0.3s;
}.future_learners7 .learning_track7 > div p:nth-child(4) {
    animation-delay: 0.4s;
}.future_learners7 .learning_track7 > div p:nth-child(5) {
    animation-delay: 0.5s;
}.future_learners7 .learning_track7 > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.future_learners7 {
    padding: 80px 0;
}.future_learners7 h4 {
    margin-bottom: 70px;
    font-size: calc(43px * 0.85);
}.future_learners7 div > div {
    gap: 100px 20px;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
}.future_learners7 p {
    padding: 35px 25px;
    height: 180px;
}.future_learners7 p:nth-child(3n+2) {
    transform: translateY(0);
}.future_learners7 p:nth-child(even) {
    transform: translateY(90px);
}.future_learners7 p svg {
    top: 25px;
}.future_learners7 p span {
    margin-top: 45px;
}.future_learners7::after {
    height: 150px;
    width: 150px;
}
}

@media (max-width: 768px) {.future_learners7 {
    padding: 70px 0;
}.future_learners7 h4 {
    margin-bottom: 60px;
    font-size: calc(43px * 0.7);
}.future_learners7 h4::after {
    width: 80px;
    bottom: -12px;
}.future_learners7 div > div {
    gap: 20px;
    grid-template-columns: 1fr;
}.future_learners7 p {
    border-radius: 19px;
    clip-path: none;
    padding: 20px;
    height: auto;
    aspect-ratio: 1.73 / 1;
}.future_learners7 p::before {
    border-radius: 19px;
    clip-path: none;
}.future_learners7 p:nth-child(even) {
    transform: translateY(0);
}.future_learners7 p svg {
    margin-right: 15px;
    position: static;
    height: 28px;
    width: 28px;
    transform: none;
}.future_learners7 p span {
    display: inline;
    margin-top: 0;
}.future_learners7 p:hover {
    transform: translateY(0) scale(1.03);
}.future_learners7 p:hover svg {
    transform: scale(1.2);
}.future_learners7::after {
    display: none;
}
}

@media (max-width: 576px) {.future_learners7 {
    padding: 60px 0;
}.future_learners7 h4 {
    font-size: calc(43px * 0.6);
    margin-bottom: 40px;
}.future_learners7 h4::after {
    bottom: -10px;
    height: 4px;
    width: 60px;
}.future_learners7 p {
    padding: 15px;
    font-size: calc(17px * 0.9);
}.future_learners7 p svg {
    height: 24px;
    width: 24px;
    margin-right: 10px;
}}.our_background5 {
    background: rgb(180,192,192);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.our_background5::before {
    left: 0;
    height: 100%;
    z-index: 0;
    width: 100%;
    opacity: 0.1;
    background: repeating-linear-gradient(
        -45deg,
        rgb(143,155,155,0.5) 0,
        rgb(143,155,155,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    content: "";
    position: absolute;
}.our_background5 .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}.our_background5 .learning_track7 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
}.our_background5 h3 {
    color: #000000;
    margin-bottom: 50px;
    grid-column: 1 / 4;
    padding-bottom: 20px;
    font-weight: 700;
    display: inline-block;
    font-size: 33px;
    position: relative;
}.our_background5 h3::after {
    background: rgb(143,155,155);
    position: absolute;
    content: "";
    left: 0;
    height: 4px;
    bottom: 0;
    width: 80px;
}.our_background5 .learning_creators8 {
    padding: 40px;
    border-radius: 30px;
    grid-row: 2 / 3;
    transition: transform 0.4s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 2;
    grid-column: 2 / 3;
    background: #ffffff;
    padding-right: 300px;
}.our_background5 .learning_creators8:hover {
    transform: translateX(0);
}.our_background5 .learning_creators8 span {
    font-size: 23px;
    color: rgb(143,155,155);
    display: block;
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
}.our_background5 .learning_creators8 span::before {
    transform: translateY(-50%);
    left: -40px;
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: rgb(143,155,155);
    top: 50%;
}.our_background5 .learning_creators8 p {
    font-size: 17px;
    margin-bottom: 0;
    color: #000000;
    line-height: 1.7;
}.our_background5 .learning_creators8 .hero_banner9 {
    right: -30px;
    border-radius: 0 30px 30px 0;
    box-shadow: 10px 10px 0 rgb(107,117,116,0.5);
    z-index: -1;
    position: absolute;
    width: 280px;
    height: 350px;
    top: -30px;
}.our_background5 .learn_vision5 {
    border-radius: 30px;
    z-index: 2;
    margin-top: 40px;
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding-left: 300px;
    background: #ffffff;
    transition: transform 0.4s ease;
    grid-row: 3 / 4;
    position: relative;
    grid-column: 2 / 4;
}.our_background5 .learn_vision5:hover {
    transform: translateX(0);
}.our_background5 .learn_vision5 p {
    line-height: 1.7;
    color: #000000;
    position: relative;
    padding-right: 20px;
    font-size: 17px;
    margin-bottom: 0;
}.our_background5 .learn_vision5 p::after {
    width: 30px;
    position: absolute;
    top: 30px;
    background: rgb(107,117,116);
    content: "";
    height: 2px;
    right: -40px;
}.our_background5 .learn_vision5 .study_experts9 {
    top: -30px;
    z-index: -1;
    width: 280px;
    box-shadow: -10px 10px 0 rgb(143,155,155,0.5);
    position: absolute;
    border-radius: 30px 0 0 30px;
    height: 350px;
    left: -30px;
}.our_background5 .learning_track7::after {
    top: 100px;
    content: "";
    z-index: 0;
    position: absolute;
    border: 3px solid rgb(107,117,116,0.5);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    right: -100px;
}.our_background5 .learning_track7::before {
    bottom: 50px;
    content: "";
    left: -70px;
    border: 3px solid rgb(143,155,155,0.5);
    position: absolute;
    width: 150px;
    border-radius: 50%;
    height: 150px;
    z-index: 0;
}.our_background5 .container::before {
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    background: linear-gradient(to right, transparent, rgb(143,155,155,0.5), transparent);
    position: absolute;
}.our_background5 .container::after {
    right: 0;
    content: "";
    left: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(107,117,116,0.5), transparent);
    position: absolute;
    bottom: 0;
}.our_background5 .learning_creators8::before {
    height: 80px;
    background: rgb(143,155,155,0.5);
    position: absolute;
    top: -20px;
    opacity: 0.3;
    left: -20px;
    border-radius: 50%;
    width: 80px;
    content: "";
    z-index: -1;
}.our_background5 .learn_vision5::after {
    opacity: 0.3;
    right: -20px;
    content: "";
    border-radius: 50%;
    bottom: -20px;
    background: rgb(107,117,116,0.5);
    height: 80px;
    z-index: -1;
    position: absolute;
    width: 80px;
}

@media screen and (max-width: 1200px) {.our_background5 .container {
    padding: 0 30px;
}.our_background5 .learning_creators8 {
    padding-right: 250px;
}.our_background5 .learn_vision5 {
    padding-left: 250px;
}.our_background5 .learning_creators8 .hero_banner9,
    .our_background5 .learn_vision5 .study_experts9 {
    width: 220px;
    height: 280px;
}
}

@media screen and (max-width: 992px) {.our_background5 {
    padding: 80px 0;
}.our_background5 .learning_track7 {
    grid-gap: 30px;
    grid-template-columns: 1fr;
}.our_background5 h3 {
    font-size: calc(33px * 0.9);
    grid-column: 1 / 2;
    margin-bottom: 30px;
}.our_background5 .learning_creators8 {
    grid-column: 1 / 2;
    margin-bottom: 60px;
    padding-bottom: 250px;
    padding: 30px;
    transform: translateX(0);
}.our_background5 .learn_vision5 {
    transform: translateX(0);
    padding-top: 250px;
    grid-row: 3 / 4;
    grid-column: 1 / 2;
    padding: 30px;
    margin-top: 60px;
}.our_background5 .learning_creators8 span::before,
    .our_background5 .learn_vision5 p::after {
    display: none;
}.our_background5 .learning_creators8 .hero_banner9 {
    top: auto;
    right: 30px;
    bottom: 30px;
    height: 200px;
    width: calc(100% - 60px);
    left: 30px;
}.our_background5 .learn_vision5 .study_experts9 {
    width: calc(100% - 60px);
    left: 30px;
    top: 30px;
    height: 200px;
    right: 30px;
}.our_background5 .learning_track7::after,
    .our_background5 .learning_track7::before {
    display: none;
}
}

@media screen and (max-width: 768px) {.our_background5 {
    padding: 60px 0;
}.our_background5 .learning_creators8 {
    padding-bottom: 220px;
}.our_background5 .learn_vision5 {
    padding-top: 220px;
}.our_background5 .learning_creators8 .hero_banner9 {
    height: 180px;
}.our_background5 .learn_vision5 .study_experts9 {
    height: 180px;
}
}

@media screen and (max-width: 576px) {.our_background5 {
    padding: 50px 0;
}.our_background5 h3 {
    font-size: calc(33px * 0.8);
    margin-bottom: 25px;
}.our_background5 h3::after {
    height: 3px;
    width: 60px;
}.our_background5 .learning_creators8,
    .our_background5 .learn_vision5 {
    padding: 25px;
}.our_background5 .learning_creators8 {
    margin-bottom: 40px;
    padding-bottom: 200px;
}.our_background5 .learn_vision5 {
    margin-top: 70px;
    padding-top: 200px;
}.our_background5 .learning_creators8 span {
    margin-bottom: 15px;
    font-size: calc(23px * 0.9);
}.our_background5 .learning_creators8 p,
    .our_background5 .learn_vision5 p {
    font-size: calc(17px * 0.95);
}.our_background5 .learning_creators8 .hero_banner9 {
    height: 180px;
    right: 25px;
    width: calc(100% - 50px);
    bottom: 25px;
}.our_background5 .learn_vision5 .study_experts9 {
    height: 180px;
    width: calc(100% - 50px);
    left: 25px;
    top: 25px;
}.our_background5 .learning_creators8::before,
    .our_background5 .learn_vision5::after {
    height: 60px;
    width: 60px;
}
}

@media screen and (max-width: 480px) {.our_background5 {
    padding: 40px 0;
}.our_background5 .container {
    padding: 0 20px;
}.our_background5 h3 {
    font-size: calc(33px * 0.7);
    margin-bottom: 20px;
}.our_background5 .learning_creators8,
    .our_background5 .learn_vision5 {
    padding: 20px;
}.our_background5 .learning_creators8 {
    padding-bottom: 170px;
}.our_background5 .learn_vision5 {
    padding-top: 170px;
}.our_background5 .learning_creators8 .hero_banner9,
    .our_background5 .learn_vision5 .study_experts9 {
    height: 150px;
}}.cookie_overlay_banner6 {
    width: 100%;
    position: fixed;
    padding: 20px 0;
    z-index: 90;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    background: rgb(107,117,116);
    transition: all 0.3s ease-in-out;
    bottom: 0;
    border-top: 2px solid rgb(143,155,155);
}.user_dialog9 {
    align-items: center;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    padding: 20px 30px;
}.cookie_overlay_banner6 h5 {
    margin-bottom: 6px;
    font-weight: 700;
    color: #ffffff;
    font-size: 20px;
    transition: color 0.3s ease-in-out;
}.cookie_overlay_banner6 p {
    max-width: 500px;
    font-size: 14px;
    color: #ffffff;
}.cookie_guard4 {
    margin-right: 20px;
    flex-shrink: 0;
}.cookie_guard4 svg, .cookie_guard4 svg path {
    fill: rgb(143,155,155);
    height: 80px;
    width: 80px;
    transition: transform 0.3s ease-in-out;
}.cookie_guard4:hover svg {
    transform: rotate(10deg);
}.user_safety4 {
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    line-height: 35px;
    cursor: pointer;
    background: rgb(143,155,155);
    padding: 10px 20px;
    text-decoration: none;
    margin-left: 20px;
    font-size: 19px;
    border-radius: 21px;
    color: #ffffff;
    box-shadow: rgb(143,155,155,0.5) 0px 4px 10px 0px;
}.cookie_button.cookie_visitor6 {
    background: rgb(143,155,155);
}.cookie_button.data_accept2 {
    background: rgb(107,117,116);
}.user_safety4:hover {
    transform: scale(1.05);
    box-shadow: rgb(143,155,155,0.5) 0px 6px 15px 0px;
}.cookie_overlay_banner6 p a {
    text-decoration: none;
    color: rgb(143,155,155);
    transition: color 0.3s ease-in-out;
    font-weight: 600;
}.cookie_overlay_banner6 p a:hover {
    color: rgb(107,117,116);
}.warp-container1 .cookie_overlay_banner6 {
    padding: 40px 0;
    border: none;
    background: rgb(107,117,116);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
}.warp-container1 .user_safety4 {
    margin-left: 30px;
    border-radius: 10px;
    background: rgb(143,155,155);
    padding: 10px;
    font-weight: 400;
    border: none;
    color: #ffffff;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-size: 19px;
}.warp-container1 .track_cookies4 h5, .warp-container1 .track_cookies4 p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookie_overlay_banner6 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_guard4 {
    display: none;
}.user_dialog9 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie_overlay_banner6 h5 {
    text-align: center;
}.cookie_overlay_banner6 p {
    text-align: center;
}.track_cookies4 {
    text-align: center;
    margin-bottom: 20px;
}.user_safety4 {
    width: 100%;
    margin-top: 10px;
    max-width: 300px;
    margin-left: 0;
}}
#cookieNoticeBanner3 {
    display: none;
}#cookieNoticeBanner3:checked ~ .cookie_overlay_banner6 {
    opacity: 0;
    visibility: hidden;
}.get_in_touch8 {
    padding: 100px 0;
    position: relative;
    background: rgb(180,192,192);
    overflow: hidden;
}.get_in_touch8::before {
    top: 0;
    left: 0;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(143,155,155,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(107,117,116,0.5) 0%, transparent 30%);
    background: rgb(180,192,192);
    width: 100%;
    content: "";
    z-index: 1;
    position: absolute;
}.get_in_touch8::after {
    left: 0;
    animation: backgroundMove 30s infinite linear;
    opacity: 0.2;
    background-image: 
        repeating-linear-gradient(45deg, rgb(143,155,155,0.5) 0, rgb(143,155,155,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(107,117,116,0.5) 0, rgb(107,117,116,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(143,155,155,0.5), transparent 70%),
        linear-gradient(180deg, rgb(107,117,116,0.5), transparent 70%);
    z-index: 1;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    content: "";
    height: 100%;
    background-position: 0 0, 0 0, 0 0, 0 0;
    position: absolute;
    width: 100%;
    top: 0;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.get_in_touch8 .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 30px;
    position: relative;
}.get_in_touch8 h2 {
    text-transform: uppercase;
    font-size: 43px;
    color: #000000;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 50px;
    font-weight: 700;
    text-align: center;
}.get_in_touch8 h2::before {
    box-shadow: 
        0 0 5px rgb(143,155,155),
        0 0 10px rgb(143,155,155),
        0 0 15px rgb(143,155,155);
    background: rgb(143,155,155);
    left: calc(50% - 50px);
    content: "";
    position: absolute;
    bottom: -15px;
    width: 100px;
    height: 2px;
}.get_in_touch8 .inquiry_info1 {
    border-radius: 12px;
    position: relative;
    display: flex;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(143,155,155,0.5);
    overflow: hidden;
}.get_in_touch8 .inquiry_info1::before {
    border: 1px solid rgb(143,155,155);
    position: absolute;
    pointer-events: none;
    z-index: 3;
    content: "";
    border-radius: 12px;
    inset: 0;
    opacity: 0.2;
}.get_in_touch8 .hero_banner9 {
    position: relative;
    flex: 0 0 45%;
    min-height: 550px;
    overflow: hidden;
}.get_in_touch8 .hero_banner9::before {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    inset: 0;
    z-index: 1;
}.get_in_touch8 .hero_banner9::after {
    inset: 0;
    position: absolute;
    opacity: 0.7;
    content: "";
    z-index: 2;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(143,155,155,0.5) 100%);
}.get_in_touch8 .query_help6 {
    flex: 0 0 55%;
    background: #ffffff;
    padding: 60px;
    position: relative;
}.get_in_touch8 .query_help6::before {
    filter: blur(100px);
    width: 200px;
    top: -100px;
    z-index: 0;
    opacity: 0.3;
    position: absolute;
    right: -100px;
    content: "";
    background: rgb(143,155,155,0.5);
    height: 200px;
}.get_in_touch8 .query_help6::after {
    z-index: 0;
    bottom: -75px;
    width: 150px;
    position: absolute;
    background: rgb(107,117,116,0.5);
    content: "";
    filter: blur(80px);
    height: 150px;
    left: -75px;
    opacity: 0.3;
}.get_in_touch8 form {
    position: relative;
    z-index: 2;
}.get_in_touch8 form h3 {
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 40px;
    color: #000000;
    font-weight: 700;
    font-size: 19px;
    text-transform: uppercase;
}.get_in_touch8 form h3::after {
    left: 0;
    width: 40px;
    background: rgb(143,155,155);
    height: 2px;
    position: absolute;
    box-shadow: 
        0 0 5px rgb(143,155,155,0.5),
        0 0 10px rgb(143,155,155,0.5);
    content: "";
    bottom: -15px;
}.get_in_touch8 form input[type="text"] {
    color: #000000;
    transition: all 0.3s ease;
    border: 1px solid rgb(143,155,155,0.5);
    margin-bottom: 25px;
    border-radius: 8px;
    padding: 18px 25px;
    background: rgb(180,192,192);
    font-size: 12px;
    width: 100%;
}.get_in_touch8 form input[type="text"]:focus {
    box-shadow: 
        0 0 0 1px rgb(143,155,155),
        0 0 5px rgb(143,155,155,0.5);
    outline: none;
    border-color: rgb(143,155,155);
}.get_in_touch8 form input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.get_in_touch8 .query_form2 {
    position: relative;
    margin-bottom: 35px;
}.get_in_touch8 .query_form2 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.get_in_touch8 .query_form2 label {
    line-height: 1.5;
    padding-left: 35px;
    position: relative;
    color: #000000;
    font-size: 15px;
    cursor: pointer;
}.get_in_touch8 .query_form2 label::before {
    background: rgb(180,192,192);
    height: 22px;
    border: 1px solid rgb(143,155,155,0.5);
    top: 0;
    position: absolute;
    border-radius: 4px;
    content: "";
    left: 0;
    transition: all 0.3s ease;
    width: 22px;
}.get_in_touch8 .query_form2 input[type="checkbox"]:checked + label::before {
    border-color: rgb(143,155,155);
    box-shadow: 0 0 5px rgb(143,155,155,0.5);
    background: rgb(143,155,155);
}.get_in_touch8 .query_form2 input[type="checkbox"]:checked + label::after {
    top: 4px;
    transform: rotate(45deg);
    content: "";
    width: 6px;
    border: solid #ffffff;
    position: absolute;
    height: 12px;
    border-width: 0 2px 2px 0;
    left: 8px;
}.get_in_touch8 .query_form2 label a {
    transition: all 0.3s ease;
    font-weight: 600;
    color: rgb(143,155,155);
    position: relative;
    text-decoration: none;
}.get_in_touch8 .query_form2 label a::after {
    content: "";
    transform: scaleX(0);
    position: absolute;
    transition: transform 0.3s ease;
    height: 1px;
    bottom: -1px;
    transform-origin: right;
    left: 0;
    width: 100%;
    background: rgb(143,155,155);
}.get_in_touch8 .query_form2 label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.get_in_touch8 .feedback_help0 {
    border: none;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    text-transform: uppercase;
    padding: 18px 30px;
    border-radius: 8px;
    font-size: 15px;
    letter-spacing: 1px;
    background: rgb(143,155,155);
    font-weight: 700;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 
        0 5px 15px rgb(143,155,155,0.5),
        0 0 0 1px rgb(143,155,155);
}.get_in_touch8 .feedback_help0::before {
    height: 100%;
    transform-origin: right;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    background: rgb(107,117,116);
    z-index: -1;
    transition: transform 0.5s ease;
    transform: scaleX(0);
    position: absolute;
}.get_in_touch8 .feedback_help0:hover {
    box-shadow: 
        0 5px 20px rgb(107,117,116,0.5),
        0 0 0 1px rgb(107,117,116);
}.get_in_touch8 .feedback_help0:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.get_in_touch8 svg {
    height: 22px;
    fill: rgb(143,155,155);
    width: 22px;
    filter: drop-shadow(0 0 2px rgb(143,155,155,0.5));
    transition: all 0.3s ease;
}.get_in_touch8 svg path {
    fill: rgb(143,155,155);
    transition: all 0.3s ease;
}.get_in_touch8 svg:hover,
.get_in_touch8 svg:hover path {
    filter: drop-shadow(0 0 3px rgb(107,117,116,0.5));
    transform: translateY(-2px);
    fill: rgb(107,117,116);
}

@media (max-width: 1024px) {.get_in_touch8 {
    padding: 80px 0;
}.get_in_touch8 .hero_banner9 {
    min-height: 500px;
}.get_in_touch8 .query_help6 {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.get_in_touch8 {
    padding: 60px 0;
}.get_in_touch8 h2 {
    margin-bottom: 40px;
    font-size: calc(43px * 0.8);
}.get_in_touch8 .inquiry_info1 {
    flex-direction: column;
}.get_in_touch8 .hero_banner9 {
    min-height: 300px;
    width: 100%;
}.get_in_touch8 .query_help6 {
    width: 100%;
    padding: 40px 30px;
}.get_in_touch8 form h3 {
    margin-bottom: 30px;
}.get_in_touch8 form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.get_in_touch8 .query_form2 {
    margin-bottom: 25px;
}.get_in_touch8 .feedback_help0 {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.get_in_touch8 {
    padding: 50px 0;
}.get_in_touch8 h2 {
    font-size: calc(43px * 0.7);
    margin-bottom: 30px;
}.get_in_touch8 .hero_banner9 {
    min-height: 200px;
}.get_in_touch8 .query_help6 {
    padding: 30px 20px;
}.get_in_touch8 form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}.get_in_touch8 form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.get_in_touch8 .query_form2 {
    margin-bottom: 20px;
}.get_in_touch8 .query_form2 label {
    font-size: calc(15px * 0.9);
}.get_in_touch8 .feedback_help0 {
    padding: 12px 20px;
}}.sign_up_now6 {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(143,155,155) 0%, rgb(107,117,116) 100%);
}.sign_up_now6::before {
    background: radial-gradient(circle at center, transparent 0%, rgba(255, 255, 255, 0.03) 20%, transparent 70%);
    top: -50%;
    left: -50%;
    position: absolute;
    pointer-events: none;
    width: 200%;
    animation: rotate 60s linear infinite;
    content: "";
    height: 200%;
}.sign_up_now6::after {
    content: "";
    width: 100%;
    left: 0;
    z-index: 1;
    background-size: 100px 100px;
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    height: 100%;
    opacity: 0.6;
    position: absolute;
    top: 0;
}.sign_up_now6 .container {
    margin: 0 auto;
    padding: 2.5rem;
    max-width: 1200px;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 
                inset 0 1px 1px rgba(255, 255, 255, 0.1),
                inset 0 -1px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    justify-content: center;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(8px);
    flex-direction: column;
    background: rgba(255, 255, 255, 0.08);
    align-items: center;
}.sign_up_now6 .container:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25), 
                inset 0 1px 1px rgba(255, 255, 255, 0.15),
                inset 0 -1px 1px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.sign_up_now6 h6 {
    font-size: calc(19px * 1.15);
    margin-bottom: 2.5rem;
    color: #ffffff;
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) both;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    text-align: center;
    font-weight: 700;
    max-width: 80%;
    position: relative;
}.sign_up_now6 h6::after {
    content: "";
    left: 50%;
    width: 60px;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    height: 3px;
    bottom: -15px;
}.sign_up_now6 div div {
    justify-content: center;
    position: relative;
    align-items: center;
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s both;
    display: flex;
    margin-top: 1rem;
}.sign_up_now6 div div::before {
    content: "";
    border-radius: 50%;
    height: 150px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.15);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    animation: pulse 4s ease-in-out infinite;
    top: 50%;
}.sign_up_now6 div span {
    display: inline-block;
    z-index: 2;
    position: relative;
}.sign_up_now6 .feedback_help0 {
    position: relative;
    transform: translateZ(0);
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    padding: 1rem 2.5rem;
    overflow: hidden;
    align-items: center;
    background: linear-gradient(135deg, rgb(107,117,116) 0%, rgb(255, 255, 255, 0.5) 100%);
    font-family: Arial, sans-serif;
    display: inline-flex;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
}.sign_up_now6 .feedback_help0::before {
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    width: 100%;
    left: -100%;
    content: "";
    transition: left 0.7s ease;
    top: 0;
}.sign_up_now6 .feedback_help0:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transform: translateY(-3px) scale(1.02);
}.sign_up_now6 .feedback_help0:hover::before {
    left: 100%;
}.sign_up_now6 .feedback_help0 span {
    position: relative;
    transition: transform 0.3s ease;
    z-index: 2;
}.sign_up_now6 .feedback_help0:hover span {
    transform: scale(1.05);
}.sign_up_now6 .feedback_help0:active {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(0) scale(0.98);
}

@keyframes pulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.2;
    }
}

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

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

@media (max-width: 992px) {.sign_up_now6 {
    padding: 4rem 0;
}.sign_up_now6 .container {
    transform: perspective(800px) rotateX(1deg);
    padding: 2rem;
}.sign_up_now6 h6 {
    font-size: calc(19px * 1.05);
    max-width: 90%;
}
}

@media (max-width: 768px) {.sign_up_now6 {
    padding: 3rem 0;
}.sign_up_now6 .container {
    transform: none;
    padding: 1.75rem;
}.sign_up_now6 h6 {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: 19px;
}.sign_up_now6 div div::before {
    height: 120px;
    width: 120px;
}.sign_up_now6 .feedback_help0 {
    padding: 0.9rem 2rem;
}
}

@media (max-width: 576px) {.sign_up_now6 {
    padding: 2.5rem 0;
}.sign_up_now6 .container {
    padding: 1.5rem;
}.sign_up_now6 h6 {
    margin-bottom: 1.75rem;
    font-size: calc(19px * 0.9);
}.sign_up_now6 div div::before {
    height: 100px;
    width: 100px;
}.sign_up_now6 .feedback_help0 {
    font-size: calc(16px * 0.95);
    padding: 0.8rem 1.75rem;
}
}