﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}html,body {
    height: 100%;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
}.inner-container3157 {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}svg {
    width: 30px;
    height: 30px;
}.stats_tool9578 {
    flex: 0 0 auto;
}.main_edu1943 {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    width: 1195px;
    max-width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact_box2938 {
    background: linear-gradient(135deg, rgb(224,222,230) 0%, rgb(224,222,230) 50%, rgb(192,186,206,0.5) 150%);
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
}.contact_box2938::before {
    width: 100%;
    opacity: 0.05;
    background-size: 30px 30px;
    left: 0;
    height: 100%;
    background-image: 
        linear-gradient(to right, rgb(192,186,206,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(192,186,206,0.5) 1px, transparent 1px);
    position: absolute;
    z-index: 1;
    top: 0;
    content: "";
}.contact_box2938::after {
    left: 0;
    z-index: 2;
    animation: scanline 3s infinite linear;
    width: 100%;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(192,186,206) 15%, 
        rgb(158,149,176) 35%, 
        rgb(192,186,206) 65%, 
        transparent 100%);
    height: 2px;
    content: "";
}@keyframes scanline {
    0% {
        transform: translateX(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.5;
    }
}

.contact_box2938 .img_hover_effect6528 {
    height: 100%;
    z-index: 0;
    width: 100%;
    opacity: 0.06;
    mix-blend-mode: luminosity;
    filter: contrast(1.2) brightness(0.8) grayscale(0.5);
    top: 0;
    left: 0;
    position: absolute;
}.contact_box2938 .img_hover_effect6528::before {
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(192,186,206) 0,
        rgb(192,186,206) 5px,
        transparent 5px,
        transparent 10px
    );
    mix-blend-mode: color-burn;
    height: 100%;
    opacity: 0.03;
}.contact_box2938 .container {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.contact_box2938 h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 33px;
    letter-spacing: 3px;
    color: rgb(192,186,206);
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}.contact_box2938 .query_box9063 {
    display: flex;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02),
        0 0 0 15px rgb(224,222,230),
        0 0 30px rgb(192,186,206,0.5);
    border-radius: 10px;
    flex-wrap: wrap;
    z-index: 2;
}.contact_box2938 .query_box9063::before {
    position: absolute;
    top: 0;
    height: 3px;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(192,186,206), rgb(158,149,176));
    z-index: 3;
}.contact_box2938 .help_request7823 {
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #ffffff 85%,
        rgba(rgb(224,222,230), 0.3) 100%
    );
    flex: 1 1 60%;
    padding: 50px;
    position: relative;
    z-index: 2;
}.contact_box2938 .help_request7823::after {
    border-right: 2px solid rgb(192,186,206,0.5);
    top: 20px;
    opacity: 0.5;
    right: 20px;
    content: "";
    height: 40px;
    border-top: 2px solid rgb(192,186,206,0.5);
    position: absolute;
    width: 40px;
}.contact_box2938 .help_request7823::before {
    height: 40px;
    content: "";
    opacity: 0.5;
    width: 40px;
    border-bottom: 2px solid rgb(192,186,206,0.5);
    bottom: 20px;
    position: absolute;
    border-left: 2px solid rgb(192,186,206,0.5);
    left: 20px;
}.contact_box2938 .help_request7823 h3 {
    text-align: left;
    margin-bottom: 30px;
    letter-spacing: normal;
    text-transform: none;
    padding: 0 0 10px 0;
    font-size: 19px;
    border-bottom: 1px solid rgb(224,222,230);
    color: #000000;
}.contact_box2938 .help_request7823 h3::before,
.contact_box2938 .help_request7823 h3::after {
    display: none;
}.contact_box2938 .help_request7823 input[type="text"],
.contact_box2938 .help_request7823 textarea {
    color: #000000;
    border: none;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    font-size: 18px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    padding: 16px 20px;
    width: 100%;
    background: rgb(224,222,230);
    margin-bottom: 20px;
}.contact_box2938 .help_request7823 input[type="text"]:focus,
.contact_box2938 .help_request7823 textarea:focus {
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 0 0 2px rgb(192,186,206,0.5);
    outline: none;
    background: #ffffff;
}.contact_box2938 .help_request7823 input[type="text"]::placeholder,
.contact_box2938 .help_request7823 textarea::placeholder {
    transition: all 0.3s ease;
    opacity: 0.6;
    color: #000000;
}.contact_box2938 .help_request7823 input[type="text"]:focus::placeholder,
.contact_box2938 .help_request7823 textarea:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.4;
}.contact_box2938 .help_request7823 textarea {
    resize: vertical;
    min-height: 150px;
}.contact_box2938 .help_request7823 .reach_reach2308 {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}.contact_box2938 .help_request7823 .reach_reach2308 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_box2938 .help_request7823 .reach_reach2308 label {
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.6;
    position: relative;
    padding-left: 35px;
}.contact_box2938 .help_request7823 .reach_reach2308 label::before {
    background: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid rgb(224,222,230);
    left: 0;
    position: absolute;
    transition: all 0.2s ease;
    top: 2px;
    content: "";
}.contact_box2938 .help_request7823 .reach_reach2308 input[type="checkbox"]:checked + label::before {
    background: rgb(192,186,206);
    border-color: rgb(192,186,206);
}.contact_box2938 .help_request7823 .reach_reach2308 input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 7px;
    content: "";
    top: 4px;
    transform: rotate(45deg);
    border: solid #ffffff;
    height: 12px;
    width: 6px;
}.contact_box2938 .help_request7823 .reach_reach2308 a {
    color: rgb(192,186,206);
    text-decoration: none;
    transition: all 0.3s ease;
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(192,186,206,0.5) 2px
    );
    background-size: 0% 100%;
    font-weight: 600;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease;
}.contact_box2938 .help_request7823 .reach_reach2308 a:hover {
    background-size: 100% 100%;
}.contact_box2938 .help_request7823 .help_block0935 {
    padding: 16px 30px;
    border-radius: 10px;
    border: none;
    font-size: 20px;
    transition: all 0.4s ease;
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
    z-index: 1;
    background: rgb(192,186,206);
    box-shadow: 0 4px 15px rgb(192,186,206,0.5);
    overflow: hidden;
    color: #ffffff;
    cursor: pointer;
}.contact_box2938 .help_request7823 .help_block0935::before {
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(158,149,176) 0%,
        rgb(158,149,176) 10%,
        rgb(192,186,206) 10%,
        rgb(192,186,206) 20%
    );
    width: 100%;
    left: 0;
    transition: opacity 0.4s ease;
    height: 100%;
    opacity: 0;
    top: 0;
    z-index: -1;
    background-size: 200% 200%;
    position: absolute;
}.contact_box2938 .help_request7823 .help_block0935:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(192,186,206,0.5);
}.contact_box2938 .help_request7823 .help_block0935:hover::before {
    animation: buttonBg 5s linear infinite;
    opacity: 1;
}@keyframes buttonBg {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.contact_box2938 .reach_inquiry4398 {
    flex: 1 1 35%;
    position: relative;
    background: rgb(224,222,230);
    padding: 50px;
    overflow: hidden;
    z-index: 2;
}.contact_box2938 .reach_inquiry4398::before {
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    opacity: 0.1;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(192,186,206,0.5) 0%, transparent 10px),
        radial-gradient(circle at 80% 70%, rgb(192,186,206,0.5) 0%, transparent 10px);
    top: 0;
    height: 100%;
    background-size: 60px 60px;
}.contact_box2938 .reach_inquiry4398::after {
    background: 
        linear-gradient(90deg, transparent 90%, rgb(192,186,206,0.5) 100%),
        linear-gradient(180deg, transparent 90%, rgb(192,186,206,0.5) 100%);
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    opacity: 0.3;
    height: 100%;
}.contact_box2938 .reach_inquiry4398 h4 {
    padding-bottom: 15px;
    margin-bottom: 40px;
    color: #000000;
    position: relative;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 19px;
}.contact_box2938 .reach_inquiry4398 h4::after {
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(192,186,206), rgb(158,149,176));
    bottom: -1px;
    left: 0;
    content: "";
    width: 50px;
}.contact_box2938 .reach_inquiry4398 .inquiry_grid0418 {
    list-style: none;
    padding: 0;
    margin: 0;
}.contact_box2938 .reach_inquiry4398 .inquiry_grid0418 li {
    background: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    border-left: 3px solid rgb(192,186,206);
    align-items: center;
    backdrop-filter: blur(5px);
    padding: 15px;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}.contact_box2938 .reach_inquiry4398 .inquiry_grid0418 li::before {
    position: absolute;
    z-index: 2;
    background: rgb(192,186,206);
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
}.contact_box2938 .reach_inquiry4398 .inquiry_grid0418 li::after {
    top: 0;
    content: "";
    position: absolute;
    opacity: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease;
    width: 100%;
    background: rgb(192,186,206,0.5);
    height: 100%;
}.contact_box2938 .reach_inquiry4398 .inquiry_grid0418 li:hover {
    transform: translateX(5px);
    border-left-color: rgb(158,149,176);
}.contact_box2938 .reach_inquiry4398 .inquiry_grid0418 li:hover::after {
    opacity: 0.05;
}.contact_box2938 .reach_inquiry4398 .inquiry_grid0418 li svg {
    margin-right: 15px;
    height: 22px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    width: 22px;
}.contact_box2938 .reach_inquiry4398 .inquiry_grid0418 li:hover svg {
    transform: scale(1.2);
}.contact_box2938 .reach_inquiry4398 .inquiry_grid0418 li svg path {
    fill: rgb(192,186,206);
    transition: all 0.3s ease;
}.contact_box2938 .reach_inquiry4398 .inquiry_grid0418 li:hover svg path {
    fill: rgb(158,149,176);
}.contact_box2938 .reach_inquiry4398 .inquiry_grid0418 li span {
    z-index: 2;
    position: relative;
    font-size: 18px;
    color: #000000;
}.contact_box2938 .reach_inquiry4398 .inquiry_grid0418 li a {
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
    position: relative;
}.contact_box2938 .reach_inquiry4398 .inquiry_grid0418 li a::before {
    transform: scaleX(0);
    content: "";
    width: 100%;
    bottom: -2px;
    left: 0;
    position: absolute;
    transition: transform 0.3s ease;
    background: rgb(192,186,206);
    height: 1px;
    transform-origin: right;
}.contact_box2938 .reach_inquiry4398 .inquiry_grid0418 li a:hover {
    color: rgb(192,186,206);
}.contact_box2938 .reach_inquiry4398 .inquiry_grid0418 li a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

@media (max-width: 992px) {.contact_box2938 {
    padding: 80px 0 60px;
}.contact_box2938 h3 {
    margin-bottom: 40px;
}.contact_box2938 .query_box9063 {
    flex-direction: column;
}.contact_box2938 .help_request7823,
    .contact_box2938 .reach_inquiry4398 {
    flex: 1 1 100%;
}.contact_box2938 .reach_inquiry4398 {
    border-top: 1px solid rgb(224,222,230);
}
}

@media (max-width: 768px) {.contact_box2938 {
    padding: 60px 0;
}.contact_box2938 h3 {
    margin-bottom: 35px;
    font-size: calc(33px * 0.85);
}.contact_box2938 .help_request7823 h3,
    .contact_box2938 .reach_inquiry4398 h4 {
    font-size: calc(19px * 0.9);
}.contact_box2938 .help_request7823,
    .contact_box2938 .reach_inquiry4398 {
    padding: 35px;
}.contact_box2938 .help_request7823::before,
    .contact_box2938 .help_request7823::after {
    width: 30px;
    height: 30px;
}.contact_box2938 .help_request7823 input[type="text"],
    .contact_box2938 .help_request7823 textarea {
    padding: 14px 16px;
}
}

@media (max-width: 576px) {.contact_box2938 {
    padding: 50px 0;
}.contact_box2938 h3 {
    font-size: calc(33px * 0.7);
    margin-bottom: 30px;
}.contact_box2938 .query_box9063 {
    box-shadow: 
            0 15px 30px rgba(0, 0, 0, 0.1),
            0 0 0 1px rgba(0, 0, 0, 0.02),
            0 0 0 8px rgb(224,222,230);
}.contact_box2938 .help_request7823,
    .contact_box2938 .reach_inquiry4398 {
    padding: 25px 20px;
}.contact_box2938 .help_request7823::before,
    .contact_box2938 .help_request7823::after {
    display: none;
}.contact_box2938 .help_request7823 input[type="text"],
    .contact_box2938 .help_request7823 textarea {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_box2938 .help_request7823 .reach_reach2308 label {
    font-size: calc(12px * 0.9);
}.contact_box2938 .help_request7823 .help_block0935 {
    padding: 14px 20px;
    width: 100%;
}.contact_box2938 .reach_inquiry4398 .inquiry_grid0418 li {
    margin-bottom: 15px;
    padding: 12px;
}}.welcome_board0179 {
    background: rgb(224,222,230);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
}.welcome_board0179 > div {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.welcome_board0179 .academy_cult1975 {
    z-index: 2;
    margin-bottom: 30px;
    position: relative;
}.welcome_board0179 .edu_start8796 {
    display: inline-block;
    padding-bottom: 15px;
    transform: translateY(0);
    color: rgb(192,186,206);
    position: relative;
    font-weight: 700;
    transition: transform 0.5s ease;
    margin: 0;
    font-size: 38px;
}.welcome_board0179 .edu_start8796:hover {
    transform: translateY(-5px);
}.welcome_board0179 .edu_start8796::after {
    bottom: 0;
    transition: width 0.3s ease;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(192,186,206), rgb(158,149,176));
    height: 4px;
    position: absolute;
    left: 0;
}.welcome_board0179 .edu_start8796:hover::after {
    width: 100%;
}.welcome_board0179 .learning_main2105 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    padding: 50px 40px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 20px;
}.welcome_board0179 .learning_main2105:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.welcome_board0179 .learning_main2105::before {
    right: 0;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgb(192,186,206,0.5), rgba(0, 0, 0, 0.5));
    bottom: 0;
    z-index: 1;
    top: 0;
    position: absolute;
}.welcome_board0179 .learning_main2105 > div {
    max-width: 800px;
    z-index: 2;
    position: relative;
}.welcome_board0179 .learning_main2105 p {
    border-left: 3px solid rgb(158,149,176);
    color: #ffffff;
    padding-left: 15px;
    animation: fadeInUp 0.8s ease-out forwards;
    position: relative;
    margin-bottom: 30px;
    font-size: calc(17px * 1.2);
    line-height: 1.6;
}.welcome_board0179 .learning_main2105 h3 {
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
    position: relative;
    padding-top: 20px;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.4;
    transform: translateY(20px);
    color: #ffffff;
}.welcome_board0179 .learning_main2105 h3::before {
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    top: 0;
    background: rgb(158,149,176);
}

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

@media (max-width: 991px) {.welcome_board0179 {
    padding: 60px 0;
}.welcome_board0179 .edu_start8796 {
    font-size: calc(38px * 0.85);
}.welcome_board0179 .learning_main2105 {
    padding: 40px 30px;
}.welcome_board0179 .learning_main2105 h3 {
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 767px) {.welcome_board0179 {
    padding: 50px 0;
}.welcome_board0179 .edu_start8796 {
    font-size: calc(38px * 0.7);
}.welcome_board0179 .learning_main2105 {
    padding: 30px 25px;
}.welcome_board0179 .learning_main2105 p {
    font-size: 17px;
    margin-bottom: 20px;
}.welcome_board0179 .learning_main2105 h3 {
    font-size: calc(32px * 0.75);
}
}

@media (max-width: 480px) {.welcome_board0179 {
    padding: 40px 0;
}.welcome_board0179 > div {
    padding: 0 15px;
}.welcome_board0179 .edu_start8796 {
    font-size: calc(38px * 0.6);
}.welcome_board0179 .learning_main2105 {
    padding: 25px 20px;
}.welcome_board0179 .learning_main2105 p {
    padding-left: 10px;
    font-size: calc(17px * 0.95);
}.welcome_board0179 .learning_main2105 h3 {
    font-size: calc(32px * 0.65);
}.welcome_board0179 .learning_main2105 h3::before {
    height: 2px;
    width: 40px;
}}footer {
    position: relative;
    width: 100%;
}footer .stats_tool9578 {
    padding: 80px 0 30px;
    background-color: rgb(158,149,176);
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
}footer .stats_tool9578::before {
    content: "";
    background-image: 
        linear-gradient(30deg, rgb(158,149,176) 12%, transparent 12.5%, transparent 87%, rgb(158,149,176) 87.5%, rgb(158,149,176)),
        linear-gradient(150deg, rgb(158,149,176) 12%, transparent 12.5%, transparent 87%, rgb(158,149,176) 87.5%, rgb(158,149,176)),
        linear-gradient(30deg, rgb(158,149,176) 12%, transparent 12.5%, transparent 87%, rgb(158,149,176) 87.5%, rgb(158,149,176)),
        linear-gradient(150deg, rgb(158,149,176) 12%, transparent 12.5%, transparent 87%, rgb(158,149,176) 87.5%, rgb(158,149,176)),
        linear-gradient(60deg, rgb(192,186,206,0.5) 25%, transparent 25.5%, transparent 75%, rgb(192,186,206,0.5) 75%, rgb(192,186,206,0.5)),
        linear-gradient(60deg, rgb(192,186,206,0.5) 25%, transparent 25.5%, transparent 75%, rgb(192,186,206,0.5) 75%, rgb(192,186,206,0.5));
    pointer-events: none;
    height: 100%;
    left: 0;
    background-size: 80px 140px;
    position: absolute;
    width: 100%;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    top: 0;
    opacity: 0.05;
}footer .stats_tool9578::after {
    background: linear-gradient(90deg, rgb(192,186,206), rgb(158,149,176));
    width: 100%;
    content: "";
    position: absolute;
    height: 5px;
    left: 0;
    pointer-events: none;
    top: 0;
}footer .program_foot4165 {
    position: relative;
    z-index: 1;
}footer .contact_support8521 {
    gap: 20px;
    margin-bottom: 60px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}footer .info_item {
    flex: 0 1 auto;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    position: relative;
    min-height: 60px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding: 20px 25px;
    background-color: rgba(255, 255, 255, 0.03);
    display: flex;
    min-width: 200px;
    transition: all 0.4s ease;
    max-width: 300px;
}footer .info_item::before {
    top: 3px;
    pointer-events: none;
    position: absolute;
    bottom: 3px;
    background-color: rgb(158,149,176);
    left: 3px;
    content: "";
    z-index: -1;
    right: 3px;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
}footer .info_item:hover {
    background-color: rgb(192,186,206);
    transform: translateY(-5px);
}footer .info_item svg {
    margin-right: 12px;
    height: 20px;
    flex-shrink: 0;
    width: 20px;
    transition: fill 0.3s ease;
    fill: rgb(192,186,206);
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    display: flex;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    align-items: center;
    font-size: 17px;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 1;
    height: 100%;
    width: 100%;
    color: #ffffff;
}footer .text_main_holder {
    gap: 50px;
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 40px;
    position: relative;
}footer .text_main_holder::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    content: "";
    height: 1px;
    width: 80%;
    left: 10%;
    pointer-events: none;
    top: 0;
}footer .nav_mentor1754 {
    position: relative;
    padding: 20px;
    justify-content: center;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    margin: 0 auto;
    flex-direction: column;
    text-align: center;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    max-width: 350px;
}footer .nav_mentor1754::before {
    z-index: -1;
    bottom: 3px;
    pointer-events: none;
    position: absolute;
    background-color: rgb(158,149,176);
    top: 3px;
    left: 3px;
    right: 3px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    content: "";
}footer .nav_mentor1754 svg {
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    width: auto;
    height: 45px;
}footer .referral_prog4320 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    line-height: 1.6;
}footer .head_master3107 {
    border-radius: 28px;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
    padding: 30px;
}footer .head_master3107 h5 {
    margin-bottom: 25px;
    position: relative;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 10px;
    display: inline-block;
}footer .head_master3107 h5::after {
    position: absolute;
    content: "";
    pointer-events: none;
    background-color: rgb(192,186,206);
    bottom: 0;
    height: 2px;
    width: 50px;
    left: 0;
}footer .top_head3569 {
    margin-bottom: 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    display: grid;
}footer .top_head3569 a {
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.03);
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    padding: 12px 15px;
    position: relative;
    border-radius: 10px;
    display: flex;
    font-size: 17px;
    cursor: pointer;
    align-items: center;
}footer .top_head3569 a::before {
    border-left: 4px solid rgb(192,186,206);
    transform: translateY(-50%);
    pointer-events: none;
    top: 50%;
    border-top: 4px solid transparent;
    width: 0;
    transition: all 0.3s ease;
    height: 0;
    opacity: 0;
    content: "";
    left: 5px;
    border-bottom: 4px solid transparent;
    position: absolute;
}footer .top_head3569 a:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    padding-left: 25px;
}footer .top_head3569 a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 28px;
}footer .subscribe_holder::before {
    width: 100%;
    pointer-events: none;
    opacity: 0.05;
    content: "";
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(192,186,206,0.5) 49%, rgb(192,186,206,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(192,186,206,0.5) 49%, rgb(192,186,206,0.5) 51%, transparent 52%);
    background-size: 20px 20px;
    border-radius: 28px;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
}footer .subscribe_holder h5 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 24px;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 17px;
    margin-bottom: 25px;
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    width: 100%;
    z-index: 5;
    position: relative;
    display: flex;
}footer .input_holder input[type="email"] {
    position: relative;
    border-radius: 10px;
    width: 100%;
    padding: 14px 16px;
    z-index: 5;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    appearance: none;
    color: #ffffff;
    font-size: 17px;
    -webkit-appearance: none;
    cursor: text;
    background-color: rgba(255, 255, 255, 0.05);
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.08);
    outline: none;
    border-color: rgb(192,186,206);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .sub_solution7493 {
    cursor: pointer;
    font-size: 20px;
    background-color: rgb(192,186,206);
    border: none;
    z-index: 5;
    width: 100%;
    text-align: center;
    padding: 14px 20px;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    border-radius: 10px;
}footer .sub_solution7493:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background-color: rgb(158,149,176);
}footer .sample_docs8476 {
    margin-top: 50px;
    position: relative;
    text-align: center;
}footer .cert_block3154 {
    display: inline-block;
    font-size: 12px;
    padding: 0 20px;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
}footer .cert_block3154::before,
footer .cert_block3154::after {
    width: 20px;
    top: 50%;
    content: "";
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    height: 1px;
}footer .cert_block3154::before {
    transform: rotate(-45deg);
    left: -10px;
}footer .cert_block3154::after {
    transform: rotate(45deg);
    right: -10px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_solution7493 {
    min-width: 150px;
    width: auto;
    flex-shrink: 0;
}footer .input_holder input[type="email"] {
    min-width: 0;
    flex: 1;
}
}

@media (max-width: 991px) {footer .top_head3569 {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .stats_tool9578 {
    padding: 60px 0 30px;
}footer .contact_support8521 {
    margin-bottom: 40px;
}footer .info_item {
    min-width: 150px;
    padding: 15px 20px;
}footer .head_master3107, footer .subscribe_holder {
    padding: 25px 20px;
}footer .nav_mentor1754 {
    padding: 15px;
    margin-bottom: 20px;
}footer .sample_docs8476 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .stats_tool9578 {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .head_master3107 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(24px - 2px);
}footer .head_master3107, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .sub_solution7493 {
    padding: 12px;
}}.follow8219 {
    z-index: 1;
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
    background: rgb(224,222,230);
}.follow8219::before {
    background: rgb(224,222,230);
    top: -80px;
    position: absolute;
    width: 100%;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    left: 0;
    z-index: 2;
    height: 80px;
    content: "";
}.follow8219::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    background: rgb(224,222,230);
    width: 100%;
    clip-path: polygon(0 100%, 100% 0, 0 0);
    bottom: -80px;
    height: 80px;
}.follow8219 .container {
    position: relative;
    max-width: 500px;
    z-index: 2;
    margin: 0 auto;
}.follow8219 .value_prop3257 {
    transform-style: preserve-3d;
    flex-direction: column;
    position: relative;
    display: flex;
    perspective: 1000px;
}.follow8219 .value_prop3257::before {
    position: absolute;
    z-index: -1;
    filter: blur(20px);
    border-radius: 24px;
    width: 70%;
    content: "";
    transform: rotateY(30deg) translateZ(-50px);
    opacity: 0.1;
    height: 100%;
    animation: floatLayer 8s ease-in-out infinite alternate;
    background: rgb(192,186,206);
    left: -20%;
    top: 15%;
}.follow8219 .value_prop3257::after {
    position: absolute;
    right: -20%;
    animation: floatLayer 8s ease-in-out infinite alternate-reverse;
    height: 100%;
    filter: blur(20px);
    bottom: 15%;
    border-radius: 24px;
    opacity: 0.1;
    transform: rotateY(-30deg) translateZ(-50px);
    width: 70%;
    content: "";
    background: rgb(158,149,176);
    z-index: -1;
}.follow8219 p {
    font-family: Arial, sans-serif;
    margin-bottom: 3rem;
    font-weight: 700;
    transform: translateZ(50px);
    color: #000000;
    position: relative;
    text-align: center;
    line-height: 1.4;
    font-size: 29px;
}.follow8219 p::before {
    content: "";
    width: 80px;
    z-index: -1;
    position: absolute;
    top: -40px;
    opacity: 0.5;
    height: 80px;
    background: rgb(192,186,206,0.5);
    filter: blur(30px);
    border-radius: 50%;
    left: -20px;
}.follow8219 p::after {
    position: absolute;
    right: -10px;
    bottom: -30px;
    filter: blur(20px);
    content: "";
    width: 60px;
    height: 60px;
    background: rgb(158,149,176,0.5);
    opacity: 0.5;
    z-index: -1;
    border-radius: 50%;
}.follow8219 .input_holder {
    border-radius: 24px;
    transform: translateZ(30px);
    position: relative;
    padding: 0.5rem;
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}.follow8219 .input_holder::before {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    background: #ffffff;
    z-index: -1;
    transform: translateZ(-10px);
    bottom: -10px;
    right: -10px;
    left: -10px;
    position: absolute;
    top: -10px;
    border-radius: 24px;
    content: "";
}.follow8219 .news_signup_form5427 {
    border-radius: 24px;
    color: #000000;
    transform-origin: bottom;
    transition: all 0.3s ease;
    background: #ffffff;
    outline: none;
    font-family: Arial, sans-serif;
    font-size: 18px;
    transform: perspective(500px) rotateX(5deg);
    border: 2px solid rgb(192,186,206,0.5);
    padding: 1.5rem;
}.follow8219 .news_signup_form5427:focus {
    transform: perspective(500px) rotateX(0);
    border-color: rgb(192,186,206);
    box-shadow: 0 10px 20px rgb(192,186,206,0.5);
}.follow8219 .help_block0935 {
    position: relative;
    padding: 1.5rem;
    color: #ffffff;
    border-radius: 24px;
    border: none;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    background: rgb(192,186,206);
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 19px;
    transform: perspective(500px) rotateX(-5deg);
    transform-origin: top;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-weight: 600;
}.follow8219 .help_block0935:hover {
    box-shadow: 0 15px 25px rgb(158,149,176,0.5);
    transform: perspective(500px) rotateX(0);
    background: rgb(158,149,176);
}.follow8219 .help_block0935::before {
    transform: scale(0.5);
    position: absolute;
    transition: opacity 0.5s ease;
    opacity: 0;
    height: 200%;
    left: -50%;
    top: -50%;
    width: 200%;
    content: "";
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
}.follow8219 .help_block0935:hover::before {
    animation: ripple 1s ease-out;
    opacity: 0.15;
}

@keyframes floatLayer {
    0% {
        transform: rotateY(30deg) translateZ(-50px) translateY(0);
    }
    100% {
        transform: rotateY(30deg) translateZ(-50px) translateY(-20px);
    }
}

@keyframes ripple {
    0% {
        transform: scale(0.5);
        opacity: 0.3;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@media (max-width: 992px) {.follow8219 {
    padding: 4rem 1.5rem;
    margin: 5rem 0;
}.follow8219 p {
    font-size: calc(29px * 0.9);
}.follow8219::before,
    .follow8219::after {
    height: 60px;
}.follow8219::before {
    top: -60px;
}.follow8219::after {
    bottom: -60px;
}
}

@media (max-width: 768px) {.follow8219 {
    padding: 3rem 1.5rem;
    margin: 4rem 0;
}.follow8219 p {
    font-size: 23px;
    margin-bottom: 2rem;
}.follow8219 .news_signup_form5427,
    .follow8219 .help_block0935 {
    padding: 1.2rem;
}.follow8219::before,
    .follow8219::after {
    height: 40px;
}.follow8219::before {
    top: -40px;
}.follow8219::after {
    bottom: -40px;
}
}

@media (max-width: 576px) {.follow8219 {
    padding: 2.5rem 1rem;
    margin: 3rem 0;
}.follow8219 .value_prop3257::before,
    .follow8219 .value_prop3257::after {
    display: none;
}.follow8219 p {
    transform: none;
}.follow8219 .input_holder {
    transform: none;
    gap: 1rem;
}.follow8219 .news_signup_form5427,
    .follow8219 .help_block0935 {
    transform: none;
    padding: 1rem;
}}.privacy_holdfast5307 {
    border: 2px solid rgb(192,186,206);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    align-items: center;
    height: 100%;
    background: #ffffff;
    display: flex;
    padding: 50px;
    width: 100%;
    overflow: hidden;
}.privacy_holdfast5307 h1 {
    border-bottom: 3px solid rgb(158,149,176);
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 44px;
    font-weight: 700;
    color: rgb(192,186,206);
}.privacy_holdfast5307 h2 {
    color: rgb(158,149,176);
    font-weight: 600;
    text-align: center;
    padding-bottom: 5px;
    font-size: 34px;
    margin-top: 30px;
    border-bottom: 2px solid rgb(192,186,206);
    width: 100%;
    margin-bottom: 20px;
}.privacy_holdfast5307 ul, .privacy_holdfast5307 ol {
    border-top: 2px solid #000000;
    width: 100%;
    font-size: 16px;
    list-style: none;
    font-family: Arial, sans-serif;
    padding: 0;
    margin: 20px 0;
    text-align: left;
    border-bottom: 2px solid #000000;
    color: #000000;
}.privacy_holdfast5307 li {
    border-bottom: 1px solid rgb(158,149,176,0.5);
    padding: 10px 0;
}.privacy_holdfast5307 section {
    background: none;
}.privacy_holdfast5307 p, .privacy_holdfast5307 span, .privacy_holdfast5307 div {
    color: #000000;
    width: 100%;
    font-size: 16px;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}

@media only screen and (max-width: 800px) {.privacy_holdfast5307 {
    padding: 30px;
    border-radius: 10px;
}.privacy_holdfast5307 h1 {
    font-size: calc(21px - 5px);
}.privacy_holdfast5307 h2 {
    font-size: calc(21px - 3px);
}.privacy_holdfast5307 ul, .privacy_holdfast5307 ol {
    margin: 15px 0;
}.privacy_holdfast5307 li {
    padding: 8px 0;
}.privacy_holdfast5307 p, .privacy_holdfast5307 span, .privacy_holdfast5307 div {
    margin-bottom: 15px;
}}.pricing_menu8056 {
    background: linear-gradient(135deg, rgb(224,222,230), rgba(240, 240, 255, 0.95));
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.pricing_menu8056::before {
    background: linear-gradient(145deg, rgb(192,186,206,0.5), rgb(158,149,176,0.5));
    transform: rotate(-15deg) skewX(15deg);
    content: "";
    opacity: 0.4;
    position: absolute;
    top: -10%;
    width: 40%;
    height: 70%;
    filter: blur(60px);
    z-index: 0;
    right: -5%;
}.pricing_menu8056::after {
    height: 60%;
    opacity: 0.3;
    width: 35%;
    transform: rotate(12deg) skewX(-10deg);
    position: absolute;
    z-index: 0;
    left: -5%;
    bottom: -10%;
    content: "";
    background: linear-gradient(215deg, rgb(158,149,176,0.5), rgb(192,186,206,0.5));
    filter: blur(50px);
}.pricing_menu8056 .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1320px;
    position: relative;
    padding: 0 20px;
}.pricing_menu8056 .annual_plan5381 {
    gap: 60px;
    display: grid;
    grid-template-columns: 1fr;
}.pricing_menu8056 .monthly_plan0129 {
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
    opacity: 0;
    transform: translateY(30px);
}.pricing_menu8056 .monthly_plan0129 h2 {
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 33px;
}.pricing_menu8056 .monthly_plan0129 h2::after {
    position: absolute;
    width: 80px;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, rgb(192,186,206), rgb(158,149,176));
    border-radius: 10px;
    transform: translateX(-50%);
    bottom: -12px;
    left: 50%;
}.pricing_menu8056 .rate_card8059 {
    color: #000000;
    max-width: 680px;
    margin: 20px auto 0;
    font-size: 13px;
    line-height: 1.6;
}.pricing_menu8056 .trial_rates1974 {
    gap: 30px;
    opacity: 0;
    display: grid;
    grid-template-columns: 1fr;
    transform: translateY(40px);
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
}.pricing_menu8056 .edu_deals3521 {
    transform: perspective(1000px) rotateX(0deg);
    text-decoration: none;
    display: block;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
    backface-visibility: hidden;
}.pricing_menu8056 .payment_plans6928 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    will-change: transform, box-shadow;
    overflow: hidden;
    display: flex;
    height: 100%;
    border-radius: 8px;
    position: relative;
    flex-direction: column;
    background: #ffffff;
}.pricing_menu8056 .edu_deals3521:hover .payment_plans6928 {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
    transform: translateY(-8px);
}.pricing_menu8056 .price_view2671 {
    flex-direction: column;
    display: flex;
    flex-grow: 1;
    padding: 35px 30px;
}.pricing_menu8056 .price_view2671 h3 {
    font-size: calc(18px + 2px);
    position: relative;
    word-break: break-word;
    overflow-wrap: break-word;
    padding-left: 15px;
    white-space: normal;
    margin-bottom: 15px;
    font-weight: 700;
    color: #000000;
}.pricing_menu8056 .price_view2671 h3::before {
    left: 0;
    height: calc(100% - 10px);
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(192,186,206), rgb(158,149,176));
    top: 5px;
    border-radius: 10px;
    width: 4px;
}.pricing_menu8056 .fee_struct8610 {
    border-radius: 6px;
    margin: 5px 0 20px;
    font-size: calc(18px + 4px);
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
    color: rgb(192,186,206);
    position: relative;
    font-weight: 700;
    padding: 8px 15px;
    display: inline-block;
}.pricing_menu8056 .price_view2671 p {
    white-space: normal;
    margin-top: 5px;
    line-height: 1.6;
    flex-grow: 1;
    overflow-wrap: break-word;
    margin-bottom: 10px;
    font-size: 13px;
    word-break: break-word;
    color: #000000;
}.pricing_menu8056 .img_hover_effect6528 {
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    height: 220px;
    position: relative;
    overflow: hidden;
}.pricing_menu8056 .img_hover_effect6528::after {
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    right: 0;
    content: "";
    bottom: 0;
    left: 0;
    z-index: 1;
}.pricing_menu8056 .edu_deals3521:hover .img_hover_effect6528 {
    transform: scale(1.05);
}

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

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

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

@media (min-width: 1200px) {.pricing_menu8056 .trial_rates1974 {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_menu8056 .price_view2671 {
    padding: 40px 35px;
}.pricing_menu8056 .img_hover_effect6528 {
    height: 240px;
}
}

@media (max-width: 767px) {.pricing_menu8056 {
    padding: 80px 0;
}.pricing_menu8056 .monthly_plan0129 {
    margin-bottom: 20px;
}.pricing_menu8056 .payment_plans6928 {
    max-width: 100%;
}.pricing_menu8056 .price_view2671 {
    padding: 30px 25px;
}.pricing_menu8056 .price_view2671 h3 {
    font-size: calc(18px + 1px);
}.pricing_menu8056 .fee_struct8610 {
    margin: 0 0 15px;
    font-size: 18px;
}.pricing_menu8056 .img_hover_effect6528 {
    height: 200px;
}
}

@media (max-width: 480px) {.pricing_menu8056 {
    padding: 60px 0;
}.pricing_menu8056 .price_view2671 {
    padding: 25px 20px;
}.pricing_menu8056 .img_hover_effect6528 {
    height: 180px;
}}header {
    margin-top: 0;
    position: relative;
    background: linear-gradient(90deg, rgb(158,149,176) 0%, rgb(192,186,206) 100%);
    z-index: 100;
    padding: 0;
    overflow: visible;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}header::before {
    z-index: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    left: 0;
    content: '';
    position: absolute;
}header .top_skill9384 {
    justify-content: space-between;
    position: relative;
    z-index: 5;
    padding: 1.2rem 2.5rem;
    display: flex;
    align-items: center;
}header .nav_mentor1754 {
    overflow: visible;
    flex: 0 0 auto;
    margin-right: 2rem;
    padding: 0.5rem;
    position: relative;
}header .nav_mentor1754::before {
    border: 2px solid #ffffff;
    bottom: -5px;
    position: absolute;
    transform: skew(-5deg);
    left: -5px;
    z-index: -1;
    opacity: 0.1;
    content: '';
    right: -5px;
    transition: all 0.3s ease;
    top: -5px;
}header .nav_mentor1754::after {
    bottom: -5px;
    position: absolute;
    transition: all 0.3s ease;
    z-index: -1;
    left: -5px;
    content: '';
    opacity: 0;
    right: -5px;
    transform: skew(-5deg);
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    top: -5px;
    border: 2px solid #ffffff;
}header .nav_mentor1754:hover::before {
    opacity: 0;
}header .nav_mentor1754:hover::after {
    opacity: 0.5;
    animation: neonPulse 1.5s infinite alternate;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .top_master1309 {
    position: relative;
    display: block;
    transition: all 0.3s ease;
}header .top_master1309:hover {
    transform: scale(1.05);
}header .top_master1309 img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .head_master3107 {
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 2;
    display: flex;
    margin: 0;
}header .main_head0653 {
    position: relative;
    margin: 0 0.4rem;
}header .main_head0653 a {
    text-shadow: 0 0 5px #ffffff;
    position: relative;
    overflow: hidden;
    font-size: 17px;
    display: flex;
    font-weight: 600;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    height: 40px;
    letter-spacing: 0.5px;
    z-index: 1;
    justify-content: center;
    padding: 0 1.2rem;
}header .main_head0653 a::before {
    bottom: -2px;
    opacity: 0;
    z-index: -1;
    right: -2px;
    transition: opacity 0.3s ease;
    background: #ffffff;
    top: -2px;
    position: absolute;
    content: '';
    transform: scale(0.9);
    left: -2px;
}header .main_head0653 a:hover {
    transform: translateY(-3px);
    text-shadow: none;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    color: rgb(192,186,206);
    border-color: #ffffff;
}header .main_head0653 a:hover::before {
    transform: scale(1);
    opacity: 1;
}header .main_head0653::after {
    content: '';
    left: 10%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    filter: blur(3px);
    opacity: 0;
    height: 5px;
    position: absolute;
    bottom: -10px;
    width: 80%;
    transition: all 0.3s ease;
}header .main_head0653:hover::after {
    opacity: 0.5;
    bottom: -5px;
}header .top_skill9384::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    width: 100%;
}header .top_skill9384::after {
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    height: 1px;
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
}header .main_edu1943 {
    padding-top: 2rem;
    z-index: 1;
    background: rgb(224,222,230);
    position: relative;
}

@media (min-width: 1400px) {header .top_skill9384 {
    max-width: 1320px;
    margin: 0 auto;
}header .main_head0653 {
    margin: 0 0.6rem;
}header .main_head0653 a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .top_skill9384 {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .nav_mentor1754 {
    margin-right: 0;
    margin-bottom: 0;
}header .head_master3107 {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .main_head0653 a {
    font-size: calc(17px - 1px);
    height: 36px;
    padding: 0 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top_skill9384 {
    padding: 0.8rem 1.5rem;
}header .nav_mentor1754 {
    max-width: 140px;
}header .nav_mentor1754::before, 
    header .nav_mentor1754::after {
    right: -3px;
    bottom: -3px;
    top: -3px;
    left: -3px;
}header .top_master1309 img {
    max-height: 35px;
}header .head_master3107 {
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    scrollbar-width: thin;
    overflow-x: auto;
    margin-top: 0.8rem;
}header .head_master3107::-webkit-scrollbar {
    height: 3px;
}header .head_master3107::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .main_head0653 {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .main_head0653 a {
    height: 32px;
    font-size: calc(17px - 2px);
    padding: 0 0.8rem;
    white-space: nowrap;
}header .main_head0653::after {
    display: none;
}
}

@media (max-width: 479px) {header .top_skill9384 {
    padding: 0.7rem 1.2rem;
}header .nav_mentor1754 {
    max-width: 120px;
}header .main_head0653 a {
    font-size: calc(17px - 3px);
    height: 30px;
    padding: 0 0.6rem;
}}.appSpace3895 {
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,222,230) 0%, rgb(192,186,206,0.5) 100%);
    position: relative;
}.appSpace3895::before {
    top: 0;
    height: 100%;
    content: "";
    right: 0;
    z-index: 1;
    width: 40%;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    background: linear-gradient(230deg, rgb(158,149,176,0.5) 10%, transparent 80%);
}.appSpace3895::after {
    position: absolute;
    content: "";
    height: 20rem;
    width: 20rem;
    filter: blur(30px);
    bottom: -5rem;
    animation: pulse 8s infinite ease-in-out;
    background: linear-gradient(45deg, rgb(192,186,206,0.5) 0%, transparent 70%);
    z-index: 0;
    left: -5rem;
    border-radius: 50%;
}.appSpace3895 .container {
    margin: 0 auto;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    padding: 0 2rem;
    position: relative;
}.appSpace3895 h2 {
    font-weight: 700;
    line-height: 1.3;
    max-width: 90%;
    animation: slideInTitle 0.8s ease-out forwards;
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 35px;
    transform-origin: left center;
    position: relative;
}.appSpace3895 h2::after {
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(192,186,206) 0%, rgb(158,149,176) 100%);
    left: 0;
    height: 0.3rem;
    width: 6rem;
    content: "";
    animation: expandLine 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    transform-origin: left;
    bottom: -1rem;
}.appSpace3895 .value_prop3257 {
    background: #ffffff;
    padding: 3rem;
    opacity: 0;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.08);
    transform: translateY(20px);
    position: relative;
    animation: fadeInUp 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.appSpace3895 .value_prop3257::before {
    top: 0;
    height: 100%;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 80%, 95% 100%, 0 100%);
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 60%, rgb(158,149,176,0.5) 150%);
    width: 100%;
    z-index: -1;
}.appSpace3895 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.appSpace3895 li {
    padding-left: 2rem;
    position: relative;
}.appSpace3895 li::before {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
    transform: rotate(45deg) scale(0);
    top: 0.5rem;
    position: absolute;
    left: 0;
    height: 0.6rem;
    width: 0.6rem;
    animation: scaleIn 0.5s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(192,186,206);
}.appSpace3895 span {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.8;
    display: block;
    color: #000000;
    position: relative;
}

@keyframes slideInTitle {
    from {
        transform: translateX(-30px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@keyframes scaleIn {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}

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

@media (max-width: 992px) {.appSpace3895 {
    padding: 4rem 0;
}.appSpace3895 h2 {
    font-size: calc(35px * 0.9);
    max-width: 100%;
}.appSpace3895 .value_prop3257 {
    padding: 2.5rem;
}.appSpace3895::before {
    width: 30%;
}
}

@media (max-width: 768px) {.appSpace3895 {
    padding: 3.5rem 0;
}.appSpace3895 h2 {
    margin-bottom: 2.5rem;
    line-height: 1.4;
    font-size: calc(35px * 0.8);
}.appSpace3895 .value_prop3257 {
    padding: 2rem;
}.appSpace3895 .container {
    transform: perspective(1000px) rotateX(1deg);
}.appSpace3895::before {
    width: 25%;
}.appSpace3895 li::before {
    top: 0.4rem;
}
}

@media (max-width: 576px) {.appSpace3895 {
    padding: 3rem 0;
}.appSpace3895 h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 2rem;
}.appSpace3895 h2::after {
    height: 0.25rem;
    bottom: -0.75rem;
    width: 5rem;
}.appSpace3895 .value_prop3257 {
    padding: 1.5rem;
}.appSpace3895 .container {
    transform: none;
    padding: 0 1.5rem;
}.appSpace3895::before {
    display: none;
}.appSpace3895 li {
    padding-left: 1.5rem;
}.appSpace3895 li::before {
    width: 0.5rem;
    height: 0.5rem;
    top: 0.4rem;
}.appSpace3895 span {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}}.mentorship_experience8549 {
    background: rgb(224,222,230);
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
}.mentorship_experience8549::before {
    width: 100%;
    content: "";
    top: 0;
    background: linear-gradient(120deg, rgb(192,186,206,0.5) 0%, transparent 70%);
    z-index: 0;
    height: 100%;
    left: 0;
    position: absolute;
}.mentorship_experience8549::after {
    background: linear-gradient(210deg, rgb(158,149,176,0.5) 0%, transparent 70%);
    bottom: 0;
    z-index: 0;
    width: 70%;
    right: 0;
    height: 70%;
    content: "";
    position: absolute;
}.mentorship_experience8549 .student_insights6913 {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    max-width: 600px;
}.mentorship_experience8549 .img_hover_effect6528 {
    border-radius: 19px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    height: 400px;
    margin: 0 auto;
    width: 80%;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(0);
}.mentorship_experience8549 .img_hover_effect6528::before {
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    content: "";
    width: 100%;
}.mentorship_experience8549 .img_hover_effect6528::after {
    content: "";
    mix-blend-mode: overlay;
    top: -100%;
    transition: all 0.8s ease;
    left: -100%;
    width: 300%;
    background: linear-gradient(45deg, rgb(192,186,206,0.5) 0%, transparent 40%, transparent 60%, rgb(158,149,176,0.5) 100%);
    position: absolute;
    opacity: 0.3;
    height: 300%;
    animation: shiftGradient 10s infinite alternate;
}.mentorship_experience8549 .experience_area6891 {
    z-index: 3;
    background: #ffffff;
    position: relative;
    transform: translateY(0);
    padding: 2.5rem 2rem 2rem;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    width: 90%;
    margin: -80px auto 0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    border-radius: 19px;
}.mentorship_experience8549 .experience_area6891::before {
    background: #ffffff;
    left: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 4;
    transform: translate(-50%, -50%);
    content: "";
    position: absolute;
    height: 70px;
    border-radius: 50%;
    border: 5px solid rgb(224,222,230);
    width: 70px;
    top: 0;
}.mentorship_experience8549 .name {
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 0.5rem;
    color: rgb(192,186,206);
    font-size: 29px;
}.mentorship_experience8549 .experience_area6891 div:nth-child(2) {
    position: relative;
    font-size: 19px;
    color: rgb(158,149,176);
    margin-bottom: 1.5rem;
    text-align: center;
    font-weight: 600;
}.mentorship_experience8549 .experience_area6891 div:nth-child(2)::after {
    content: "";
    margin: 1rem auto 0;
    height: 3px;
    background: rgb(192,186,206,0.5);
    width: 40px;
    display: block;
}.mentorship_experience8549 .career_record2345 {
    color: #000000;
    padding: 0 1rem;
    line-height: 1.7;
    font-size: 16px;
    position: relative;
    font-style: italic;
    text-align: center;
}.mentorship_experience8549 .career_record2345::before,
.mentorship_experience8549 .career_record2345::after {
    position: absolute;
    font-family: serif;
    color: rgb(192,186,206,0.5);
    font-size: 3rem;
    line-height: 0;
    content: "";
}.mentorship_experience8549 .career_record2345::before {
    top: 0.5rem;
    left: 0;
    transform: rotate(180deg);
}.mentorship_experience8549 .career_record2345::after {
    bottom: -0.5rem;
    right: 0;
}.mentorship_experience8549 .student_insights6913:hover .img_hover_effect6528 {
    transform: translateY(-20px);
}.mentorship_experience8549 .student_insights6913:hover .experience_area6891 {
    transform: translateY(20px);
}

@keyframes shiftGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 767px) {.mentorship_experience8549 .img_hover_effect6528 {
    height: 320px;
    width: 90%;
}.mentorship_experience8549 .experience_area6891 {
    width: 95%;
    margin-top: -60px;
    padding: 2rem 1.5rem 1.5rem;
}.mentorship_experience8549 .experience_area6891::before {
    width: 60px;
    height: 60px;
}}.about_this2017 {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 120px 0 80px;
}.about_this2017::before {
    left: 0;
    content: "";
    opacity: 0.85;
    position: absolute;
    background: #000000;
    z-index: -1;
    bottom: 0;
    top: 0;
    right: 0;
}.about_this2017::after {
    top: -75px;
    z-index: -1;
    position: absolute;
    left: -25%;
    height: 150px;
    content: "";
    transform: rotate(-2deg);
    background: rgb(192,186,206);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
    width: 150%;
    opacity: 0.05;
}.about_this2017 h4 {
    font-size: 35px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 60px;
    text-align: center;
    color: #ffffff;
}.about_this2017 h4::after {
    content: "";
    position: absolute;
    width: 80px;
    bottom: -15px;
    background: rgb(192,186,206);
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
}.about_this2017 .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.about_this2017 .text_column3457 {
    transform: perspective(1000px) rotateY(-2deg);
    padding: 40px;
    overflow: hidden;
    transform-origin: center left;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 5px solid rgb(192,186,206);
}.about_this2017 .text_column3457:hover {
    transform: perspective(1000px) rotateY(0deg);
}.about_this2017 .text_column3457::before {
    top: 0;
    content: "";
    opacity: 0;
    position: absolute;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(135deg, 
        rgb(192,186,206,0.5) 0%, 
        transparent 100%);
    transition: opacity 0.5s ease;
    width: 100%;
    height: 100%;
    left: 0;
}.about_this2017 .text_column3457:hover::before {
    opacity: 0.05;
}.about_this2017 .text_column3457::after {
    width: 20px;
    position: absolute;
    top: -10px;
    left: -10px;
    content: "";
    background: rgb(192,186,206);
    height: 20px;
    transform: rotate(45deg);
}.about_this2017 .text_column3457 h6 {
    color: rgb(192,186,206);
    margin-bottom: 25px;
    transition: transform 0.4s ease;
    position: relative;
    transform: translateX(0);
    font-size: calc(19px * 1.2);
    font-weight: 700;
}.about_this2017 .text_column3457:hover h6 {
    transform: translateX(8px);
}.about_this2017 .text_column3457 h6::before {
    bottom: -10px;
    transition: transform 0.4s ease;
    content: "";
    left: 0;
    transform: scaleX(1);
    position: absolute;
    width: 40px;
    height: 2px;
    transform-origin: left;
    background: rgb(192,186,206);
}.about_this2017 .text_column3457:hover h6::before {
    transform: scaleX(1.5);
}.about_this2017 .text_column3457 div {
    position: relative;
    z-index: 1;
}.about_this2017 .text_column3457 span {
    font-size: 13px;
    position: relative;
    column-count: 1;
    column-gap: 40px;
    line-height: 1.8;
    color: #000000;
    display: block;
    font-family: Arial, sans-serif;
}

@media (min-width: 768px) {.about_this2017 .text_column3457 span {
    column-count: 2;
}
}

@media (min-width: 992px) {.about_this2017 {
    padding: 180px 0 120px;
}.about_this2017::after {
    top: -90px;
    height: 180px;
}.about_this2017 h4 {
    margin-bottom: 80px;
}.about_this2017 .text_column3457 {
    margin: 0 40px;
    padding: 60px;
}.about_this2017 .text_column3457 span {
    column-count: 2;
}
}

@media (max-width: 767px) {.about_this2017 {
    padding: 100px 0 60px;
}.about_this2017 h4 {
    font-size: calc(35px * 0.8);
    margin-bottom: 40px;
}.about_this2017 .text_column3457 {
    padding: 30px;
    transform: perspective(1000px) rotateY(-1deg);
}.about_this2017 .text_column3457 h6 {
    font-size: calc(19px * 1.1);
    margin-bottom: 20px;
}
}

@media (max-width: 480px) {.about_this2017 {
    padding: 80px 0 40px;
}.about_this2017 h4 {
    font-size: calc(35px * 0.7);
}.about_this2017 .text_column3457 {
    transform: none;
    padding: 25px 20px;
}.about_this2017 .text_column3457 span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}

@media (hover: none) {.about_this2017 .text_column3457 {
    transform: none !important;
}.about_this2017 .text_column3457:hover h6 {
    transform: none;
}.about_this2017 .text_column3457:hover h6::before {
    transform: scaleX(1);
}}.course_program3725 {
    position: relative;
    background: linear-gradient(135deg, rgb(224,222,230) 0%, rgba(245, 245, 247, 0.9) 100%);
    padding: 100px 0;
    overflow: hidden;
}.course_program3725::before {
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(rgb(192,186,206,0.5), 0.03) 0px,
    rgba(rgb(192,186,206,0.5), 0.03) 2px,
    transparent 2px,
    transparent 8px
  );
    z-index: 0;
    position: absolute;
    top: 0;
}.course_program3725 .container {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
}.course_program3725 .program_plan4975 {
    opacity: 0;
    transform: translateY(20px);
    grid-template-columns: 1fr;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    display: grid;
    gap: 40px;
}.course_program3725 .img_hover_effect6528 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 380px;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.course_program3725 .img_hover_effect6528::after {
    position: absolute;
    background: linear-gradient(
    to right,
    rgba(rgb(192,186,206,0.5), 0.2),
    transparent 40%
  );
    content: "";
    backdrop-filter: brightness(1.05);
    inset: 0;
}.course_program3725 .img_hover_effect6528:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.course_program3725 .text_column3457 {
    background: #ffffff;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transform: translateY(0);
    padding: 40px;
    position: relative;
}.course_program3725 .text_column3457::before {
    position: absolute;
    left: 0;
    transition: height 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    height: 0;
    width: 6px;
    background: rgb(192,186,206);
    top: 0;
    z-index: 1;
}.course_program3725 .text_column3457:hover::before {
    height: 100%;
}.course_program3725 .text_column3457 h3 {
    font-weight: 700;
    margin-bottom: 25px;
    border-bottom: 2px solid rgb(158,149,176,0.5);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateX(0);
    line-height: 1.3;
    padding-bottom: 12px;
    color: #000000;
    font-size: calc(19px * 1.1);
}.course_program3725 .text_column3457:hover h3 {
    transform: translateX(15px);
    color: rgb(192,186,206);
}.course_program3725 .text_column3457 div {
    position: relative;
    overflow: hidden;
}.course_program3725 .description {
    font-family: Arial, sans-serif;
    color: #000000;
    max-height: 300px;
    margin-bottom: 15px;
    overflow-y: auto;
    font-size: 16px;
    line-height: 1.8;
    scroll-behavior: smooth;
    padding-right: 15px;
}.course_program3725 .description::-webkit-scrollbar {
    width: 4px;
}.course_program3725 .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.course_program3725 .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(158,149,176);
}.course_program3725 .text_column3457 span.description {
    display: none;
}

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

@media (min-width: 768px) {.course_program3725 {
    padding: 120px 0;
}.course_program3725 .program_plan4975 {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}.course_program3725 .img_hover_effect6528 {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0 95%);
    height: 480px;
}.course_program3725 .text_column3457 {
    padding: 50px 60px 50px 50px;
    margin-left: -40px;
    backdrop-filter: blur(5px);
}.course_program3725 .text_column3457 h3 {
    font-size: 19px;
    margin-bottom: 30px;
}.course_program3725 .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_program3725 .program_plan4975 {
    gap: 0;
}.course_program3725 .img_hover_effect6528 {
    height: 580px;
    z-index: 2;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0 95%);
}.course_program3725 .text_column3457 {
    padding: 60px 70px 60px 100px;
    margin-left: -80px;
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.08);
}.course_program3725 .text_column3457 h3 {
    font-size: calc(19px * 1.15);
}.course_program3725 .description {
    max-height: 380px;
    line-height: 1.9;
}
}

@media (max-width: 767px) {.course_program3725 {
    padding: 70px 0;
}.course_program3725 .img_hover_effect6528 {
    height: 280px;
    width: calc(100% + 30px);
    margin: 0 -15px;
}.course_program3725 .text_column3457 {
    padding: 30px 25px;
}.course_program3725 .text_column3457 h3 {
    font-size: calc(17px * 1.1);
    margin-bottom: 20px;
}.course_program3725 .description {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
    max-height: 250px;
}}.cookie_message_panel4236 {
    bottom: 0;
    border-top: 3px solid rgb(192,186,206);
    z-index: 100;
    justify-content: center;
    background: rgb(224,222,230);
    display: flex;
    padding: 20px 0;
    position: fixed;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
}.consent_box7509 {
    border-radius: 23px;
    display: flex;
    margin: auto;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    width: 90%;
    border: 2px solid rgb(192,186,206);
    max-width: 1200px;
    justify-content: space-between;
}.user_alert4673 {
    margin-right: 20px;
    flex-shrink: 0;
}.user_alert4673 svg {
    width: 50px;
    fill: rgb(192,186,206);
    height: 50px;
}.user_safety8174 {
    color: #ffffff;
    text-align: left;
    flex-grow: 1;
}.user_safety8174 h5 {
    letter-spacing: 1px;
    font-size: 21px;
    font-weight: 700;
    color: rgb(192,186,206);
    text-transform: uppercase;
    margin-bottom: 10px;
}.user_safety8174 p {
    line-height: 1.5;
    margin: 0;
    color: #ffffff;
    font-size: 14px;
}.user_safety8174 p a {
    color: rgb(192,186,206);
    text-decoration: underline;
}.cookie_overview1857 {
    text-align: center;
    text-decoration: none;
    border: none;
    background: rgb(192,186,206);
    min-width: 120px;
    border-radius: 10px;
    flex-shrink: 0;
    color: #ffffff;
    font-size: 17px;
    padding: 10px 20px;
    cursor: pointer;
}.cookie_button.online_cookies8347 {
    margin-right: 10px;
}#cookie_warning_box3510 {
    display: none;
}#cookie_warning_box3510:checked ~ .cookie_message_panel4236 {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.consent_box7509 {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.user_alert4673 {
    margin-right: 0;
    margin-bottom: 20px;
}.cookie_overview1857 {
    width: 100%;
    margin: 10px 0;
    max-width: 250px;
}}
.attempt_now1973 {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(45deg, rgb(224,222,230) 0%, #ffffff 100%);
    overflow: hidden;
}.attempt_now1973::before {
    top: 0;
    content: '';
    width: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 40px,
        rgba(0, 0, 0, 0.02) 40px,
        rgba(0, 0, 0, 0.02) 41px
    );
    left: 0;
    height: 100%;
    z-index: 1;
}.attempt_now1973::after {
    z-index: 1;
    height: 100%;
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 40px,
        rgba(0, 0, 0, 0.02) 40px,
        rgba(0, 0, 0, 0.02) 41px
    );
    width: 100%;
    left: 0;
    content: '';
}.attempt_now1973 .value_prop3257 {
    margin: 0 auto;
    max-width: 800px;
    z-index: 10;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}.attempt_now1973 .container {
    position: relative;
}.attempt_now1973 .container p {
    z-index: 5;
    background: #ffffff;
    line-height: 1.4;
    display: inline-block;
    padding: 30px 50px;
    border-radius: 0 18px 18px 18px;
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: 38px;
    margin: 0 0 50px 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.attempt_now1973 .container p::before {
    z-index: -1;
    width: 30px;
    top: 0;
    height: 30px;
    background: rgb(192,186,206);
    position: absolute;
    left: 0;
    content: '';
}.attempt_now1973 .help_block0935 {
    overflow: hidden;
    font-weight: 600;
    z-index: 5;
    border-radius: 18px 0 18px 18px;
    padding: 20px 40px;
    transition: all 0.4s ease;
    color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    position: relative;
    align-self: flex-end;
    background: rgb(192,186,206);
    font-size: 19px;
}.attempt_now1973 .help_block0935::before {
    width: 30px;
    content: '';
    right: 0;
    height: 30px;
    z-index: -1;
    background: rgb(158,149,176);
    top: 0;
    position: absolute;
}.attempt_now1973 .help_block0935::after {
    width: 100%;
    top: 0;
    z-index: -2;
    transition: transform 0.4s ease;
    background: rgb(158,149,176);
    transform: translateX(-101%);
    content: '';
    left: 0;
    position: absolute;
    height: 100%;
}.attempt_now1973 .help_block0935:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.attempt_now1973 .help_block0935:hover::after {
    transform: translateX(0);
}.attempt_now1973 .value_prop3257::before {
    height: 60px;
    z-index: -1;
    content: '';
    top: 50%;
    left: -30px;
    border-radius: 50%;
    width: 60px;
    opacity: 0.2;
    position: absolute;
    background: rgb(192,186,206,0.5);
    transform: translateY(-50%);
}.attempt_now1973 .value_prop3257::after {
    background: rgb(158,149,176,0.5);
    right: -30px;
    width: 100px;
    content: '';
    bottom: -30px;
    z-index: -1;
    opacity: 0.2;
    height: 100px;
    position: absolute;
    border-radius: 50%;
}

@media (max-width: 991px) {.attempt_now1973 {
    padding: 90px 0;
}.attempt_now1973 .container p {
    margin-bottom: 40px;
    font-size: calc(20px * 1.2);
    padding: 25px 40px;
}.attempt_now1973 .help_block0935 {
    padding: 18px 35px;
}
}

@media (max-width: 767px) {.attempt_now1973 {
    padding: 70px 0;
}.attempt_now1973 .container p {
    font-size: 20px;
    margin-bottom: 30px;
    padding: 20px 30px;
    border-radius: 0 10px 10px 10px;
}.attempt_now1973 .help_block0935 {
    padding: 15px 30px;
    border-radius: 10px 0 10px 10px;
}.attempt_now1973 .container p::before,
    .attempt_now1973 .help_block0935::before {
    width: 20px;
    height: 20px;
}
}

@media (max-width: 480px) {.attempt_now1973 {
    padding: 50px 0;
}.attempt_now1973 .value_prop3257 {
    align-items: stretch;
}.attempt_now1973 .container p {
    font-size: calc(12px * 1.2);
    margin-bottom: 25px;
    padding: 15px 20px;
    width: 100%;
}.attempt_now1973 .help_block0935 {
    padding: 12px 25px;
    font-size: calc(19px * 0.9);
    align-self: flex-start;
}
}