* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}svg {
    width: 30px;
    height: 30px;
}.wrapper-holder {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}html,body {
    color: #000000;
    min-height: 100%;
    auto
contain
    scroll-behavior: auto;
    height: 100%;
    font-family: Arial, sans-serif;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1173px;
}a {
    color: inherit;
    text-decoration: none;
}.top_wrap {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.trial_offer {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.program_structure {
    padding: 120px 0;
    position: relative;
    background: rgb(238,233,223);
    overflow: hidden;
}.program_structure::before {
    position: absolute;
    right: -100px;
    content: "";
    z-index: 1;
    transform: rotate(-15deg);
    opacity: 0.7;
    background: linear-gradient(135deg, rgb(204,195,190,0.5) 0%, transparent 70%);
    top: -100px;
    height: 300px;
    width: 300px;
}.program_structure::after {
    left: -50px;
    position: absolute;
    bottom: -50px;
    transform: rotate(15deg);
    content: "";
    height: 200px;
    opacity: 0.5;
    background: linear-gradient(225deg, rgb(164,151,150,0.5) 0%, transparent 70%);
    width: 200px;
    z-index: 1;
}.program_structure .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
}.program_structure .future_class {
    position: relative;
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}.program_structure .image_item {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 320px;
}.program_structure .image_item::before {
    opacity: 0.4;
    background: linear-gradient(
        to right,
        rgb(204,195,190,0.5) 0%,
        transparent 20%,
        transparent 80%,
        rgb(164,151,150,0.5) 100%
    );
    position: absolute;
    transition: opacity 0.5s ease;
    content: "";
    inset: 0;
}.program_structure .image_item:hover {
    transform: perspective(1000px) rotateY(0deg);
}.program_structure .image_item:hover::before {
    opacity: 0.2;
}.program_structure .tag_content {
    padding: 30px;
    background-color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    transform: translateY(0);
}.program_structure .tag_content:hover {
    transform: translateY(-5px);
}.program_structure .tag_content::before {
    height: 0;
    content: "";
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 4px;
    top: 0;
    background: linear-gradient(to bottom, rgb(204,195,190), rgb(164,151,150));
    position: absolute;
    left: 0;
}.program_structure .tag_content:hover::before {
    height: 100%;
}.program_structure h3 {
    position: relative;
    font-weight: 600;
    margin-bottom: 25px;
    transition: transform 0.4s ease;
    padding-bottom: 15px;
    transform: translateX(0);
    font-family: Arial, sans-serif;
    font-size: calc(21px * 1.1);
    color: #000000;
}.program_structure .tag_content:hover h3 {
    transform: translateX(10px);
}.program_structure h3::after {
    content: "";
    height: 2px;
    transition: width 0.4s ease;
    position: absolute;
    left: 0;
    background: rgb(204,195,190);
    bottom: 0;
    width: 60px;
}.program_structure .tag_content:hover h3::after {
    width: 100px;
}.program_structure .description {
    font-size: 18px;
    transition: opacity 0.3s ease;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    margin-bottom: 20px;
    opacity: 0.9;
    color: #000000;
}.program_structure .tag_content:hover .description {
    opacity: 1;
}.program_structure p.description {
    display: block;
    scrollbar-width: thin;
    scrollbar-color: rgb(204,195,190,0.5) #ffffff;
    overflow-y: auto;
    padding-right: 15px;
    max-height: 300px;
}.program_structure p.description::-webkit-scrollbar {
    width: 6px;
}.program_structure p.description::-webkit-scrollbar-track {
    background: #ffffff;
}.program_structure p.description::-webkit-scrollbar-thumb {
    background-color: rgb(204,195,190,0.5);
    border-radius: 10px;
}.program_structure span.description {
    display: none;
}

@media (min-width: 768px) {.program_structure {
    padding: 150px 0;
}.program_structure .future_class {
    gap: 60px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.program_structure .image_item {
    height: 450px;
    transform: perspective(1000px) rotateY(3deg) translateX(-20px);
}.program_structure .image_item:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.program_structure .tag_content {
    padding: 40px;
}.program_structure h3 {
    margin-bottom: 30px;
    font-size: 21px;
}.program_structure p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.program_structure .future_class {
    gap: 80px;
}.program_structure .image_item {
    height: 500px;
}.program_structure .tag_content {
    padding: 50px;
}.program_structure h3 {
    font-size: calc(21px * 1.2);
}.program_structure p.description {
    font-size: calc(18px * 1.05);
    line-height: 1.75;
    max-height: 400px;
}
}

@media (min-width: 1200px) {.program_structure .future_class {
    gap: 100px;
}.program_structure .image_item {
    height: 550px;
    transform: perspective(1200px) rotateY(5deg) translateX(-30px);
}.program_structure .image_item:hover {
    transform: perspective(1200px) rotateY(0deg) translateX(0);
}.program_structure .tag_content {
    padding: 60px 70px 60px 60px;
}.program_structure h3 {
    padding-bottom: 20px;
    font-size: calc(21px * 1.3);
    margin-bottom: 35px;
}.program_structure p.description {
    max-height: 450px;
}
}

@media (max-width: 767px) {.program_structure {
    padding: 80px 0;
}.program_structure .tag_content {
    padding: 25px 20px;
}.program_structure h3 {
    padding-bottom: 12px;
    font-size: calc(22px * 1.1);
    margin-bottom: 20px;
}.program_structure p.description {
    max-height: 250px;
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}}.connect_with_us {
    background: linear-gradient(160deg, rgb(238,233,223) 0%, rgb(204,195,190,0.5) 100%);
    overflow: hidden;
    padding: 90px 0;
    position: relative;
}.connect_with_us::before {
    top: 0;
    opacity: 0.03;
    position: absolute;
    left: 0;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(204,195,190,0.5),
        rgb(204,195,190,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    height: 100%;
}.connect_with_us .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}.connect_with_us h2 {
    text-align: center;
    color: #000000;
    font-size: 38px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 50px;
}.connect_with_us .support_info {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    display: flex;
    margin: 0 auto;
    overflow: hidden;
    flex-direction: column;
    border-radius: 23px;
    background: #ffffff;
    max-width: 800px;
}.connect_with_us .image_item {
    position: relative;
    width: 100%;
    height: 200px;
}.connect_with_us .support_links {
    width: 100%;
    position: relative;
    padding: 50px;
}.connect_with_us form {
    width: 100%;
}.connect_with_us form h3 {
    display: inline-block;
    font-weight: 700;
    position: relative;
    font-size: 22px;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    color: #000000;
}.connect_with_us form h3::after {
    background: rgb(204,195,190);
    border-radius: 1.5px;
    height: 3px;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    bottom: -10px;
}.connect_with_us form input[type="text"] {
    border: 2px solid transparent;
    background: rgb(238,233,223);
    color: #000000;
    margin-bottom: 20px;
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border-radius: 10px;
}.connect_with_us form input[type="text"]:focus {
    outline: none;
    border-color: rgb(204,195,190);
}.connect_with_us form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.connect_with_us .inquiry_support {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}.connect_with_us .inquiry_support input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_with_us .inquiry_support label {
    line-height: 1.6;
    padding-left: 35px;
    position: relative;
    font-size: 15px;
    cursor: pointer;
    color: #000000;
}.connect_with_us .inquiry_support label::before {
    width: 22px;
    top: 2px;
    content: "";
    position: absolute;
    background: rgb(238,233,223);
    left: 0;
    height: 22px;
    transition: all 0.3s ease;
    border-radius: 10px;
}.connect_with_us .inquiry_support input[type="checkbox"]:checked + label::before {
    background: rgb(204,195,190);
}.connect_with_us .inquiry_support input[type="checkbox"]:checked + label::after {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    top: 5px;
    width: 6px;
    left: 8px;
    content: "";
    height: 12px;
    transform: rotate(45deg);
}.connect_with_us .inquiry_support label a {
    color: rgb(204,195,190);
    transition: all 0.3s ease;
    text-decoration: none;
}.connect_with_us .inquiry_support label a:hover {
    text-decoration: underline;
}.connect_with_us form .request_box {
    background: rgb(204,195,190);
    font-weight: 600;
    font-size: 16px;
    padding: 16px 20px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    transition: all 0.3s ease;
    border: none;
    width: 100%;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}.connect_with_us form .request_box:hover {
    background: rgb(164,151,150);
}.connect_with_us svg {
    height: 20px;
    width: 20px;
    fill: rgb(204,195,190);
}.connect_with_us svg path {
    fill: rgb(204,195,190);
    transition: fill 0.3s ease;
}

@media screen and (min-width: 768px) {.connect_with_us .support_info {
    flex-direction: row;
    max-width: 1000px;
}.connect_with_us .image_item {
    width: 40%;
    height: auto;
    min-height: 400px;
}.connect_with_us .support_links {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.connect_with_us .image_item {
    width: 50%;
}.connect_with_us .support_links {
    width: 50%;
    padding: 60px;
}
}

@media screen and (min-width: 1200px) {.connect_with_us .support_info {
    max-width: 1100px;
}.connect_with_us .image_item {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.connect_with_us {
    padding: 60px 0;
}.connect_with_us h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 30px;
}.connect_with_us .support_links {
    padding: 30px 20px;
}.connect_with_us form h3 {
    font-size: calc(22px * 0.9);
}}.user_feedback {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: rgb(238,233,223);
}.user_feedback::before {
    top: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    background-position: 0 0, 0 0, 25px 25px, 25px 25px, 0 0, 25px 25px;
    background-image: 
        linear-gradient(30deg, rgb(204,195,190,0.5) 12%, transparent 12.5%, transparent 87%, rgb(204,195,190,0.5) 87.5%, rgb(204,195,190,0.5)),
        linear-gradient(150deg, rgb(204,195,190,0.5) 12%, transparent 12.5%, transparent 87%, rgb(204,195,190,0.5) 87.5%, rgb(204,195,190,0.5)),
        linear-gradient(30deg, rgb(204,195,190,0.5) 12%, transparent 12.5%, transparent 87%, rgb(204,195,190,0.5) 87.5%, rgb(204,195,190,0.5)),
        linear-gradient(150deg, rgb(204,195,190,0.5) 12%, transparent 12.5%, transparent 87%, rgb(204,195,190,0.5) 87.5%, rgb(204,195,190,0.5)),
        linear-gradient(60deg, rgb(164,151,150,0.5) 25%, transparent 25.5%, transparent 75%, rgb(164,151,150,0.5) 75%, rgb(164,151,150,0.5)),
        linear-gradient(60deg, rgb(164,151,150,0.5) 25%, transparent 25.5%, transparent 75%, rgb(164,151,150,0.5) 75%, rgb(164,151,150,0.5));
    height: 100%;
    content: "";
    width: 100%;
    background-size: 50px 50px;
    opacity: 0.05;
}.user_feedback .expert_learning {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.user_feedback h4 {
    position: relative;
    font-size: 31px;
    transform: skew(-5deg);
    color: #000000;
    font-weight: 700;
    margin-bottom: 70px;
    display: inline-block;
}.user_feedback h4::before {
    position: absolute;
    width: 200%;
    transform: skew(15deg);
    height: 10px;
    left: -50px;
    content: "";
    z-index: -1;
    background: rgb(164,151,150,0.5);
    bottom: -5px;
}.user_feedback h4::after {
    top: -15px;
    content: "";
    background: rgb(204,195,190,0.5);
    animation: rotate 6s linear infinite;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    right: -40px;
    width: 30px;
    height: 30px;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.user_feedback .learning_testimonials {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    z-index: 2;
    gap: 40px;
}.user_feedback .learner_testimonials {
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 80%, 
        85% 100%, 
        0 100%
    );
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background: #ffffff;
    padding: 40px 30px;
    position: relative;
}.user_feedback .learner_testimonials::before {
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: -1;
    background: linear-gradient(135deg, rgb(204,195,190,0.5), rgb(164,151,150,0.5));
    inset: 0;
    position: absolute;
    transform: translate(8px, 8px);
    clip-path: inherit;
    content: "";
}.user_feedback .learner_testimonials::after {
    z-index: -2;
    content: "";
    background: rgb(238,233,223);
    bottom: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 15%;
    transform: rotate(45deg) translateY(25px);
}.user_feedback .learner_testimonials:nth-child(odd)::after {
    background: rgb(204,195,190,0.5);
}.user_feedback .learner_testimonials:nth-child(even)::after {
    background: rgb(164,151,150,0.5);
}.user_feedback .learner_testimonials:hover {
    transform: translateY(-15px);
}.user_feedback .learner_testimonials:hover::before {
    transform: translate(4px, 4px);
}.user_feedback .image_item {
    right: 20px;
    transition: all 0.4s ease;
    position: absolute;
    z-index: 3;
    top: -20px;
    width: 80px;
    height: 80px;
    border: 3px solid #ffffff;
}.user_feedback .learner_testimonials:nth-child(odd) .image_item {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 70%, 
        70% 100%, 
        0% 100%
    );
}.user_feedback .learner_testimonials:nth-child(even) .image_item {
    clip-path: polygon(
        30% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 30%
    );
}.user_feedback .learner_testimonials:hover .image_item {
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
    transform: translateY(-5px) rotate(-5deg);
}.user_feedback .learner_testimonials span {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgb(204,195,190,0.5);
    font-size: 22px;
    color: #000000;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 700;
}.user_feedback .learner_testimonials p {
    color: #000000;
    line-height: 1.6;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
}.user_feedback .learner_testimonials p::first-letter {
    color: rgb(204,195,190);
    font-weight: 700;
    font-size: 1.5em;
}.user_feedback .learning_testimonials::before {
    content: "";
    border: 10px solid rgb(164,151,150,0.5);
    height: 100px;
    top: -50px;
    left: 10%;
    width: 100px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
}.user_feedback .learning_testimonials::after {
    position: absolute;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: rgb(204,195,190,0.5);
    width: 150px;
    content: "";
    right: 10%;
    height: 150px;
    bottom: -75px;
    opacity: 0.2;
    z-index: -1;
}

@media (max-width: 767px) {.user_feedback {
    padding: 70px 0;
}.user_feedback h4 {
    font-size: calc(31px * 0.85);
    display: block;
    margin-bottom: 60px;
    text-align: center;
    transform: none;
}.user_feedback h4::before {
    left: 0;
    transform: none;
    width: 100%;
}.user_feedback .learning_testimonials {
    grid-template-columns: 1fr;
    gap: 50px;
}.user_feedback .learner_testimonials {
    padding: 30px 25px;
}.user_feedback .image_item {
    top: -15px;
    right: 15px;
    height: 70px;
    width: 70px;
}.user_feedback .learner_testimonials span {
    font-size: calc(22px * 0.9);
}.user_feedback .learner_testimonials p {
    font-size: calc(13px * 0.9);
}}.price_pack {
    padding: 5rem 0;
    position: relative;
    background: rgb(238,233,223);
    overflow: hidden;
}.price_pack::before {
    width: 300px;
    top: -50px;
    position: absolute;
    filter: blur(60px);
    right: -50px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(164,151,150,0.5), rgb(204,195,190,0.5));
    z-index: 0;
    content: "";
    height: 300px;
}.price_pack::after {
    left: -50px;
    filter: blur(50px);
    content: "";
    height: 250px;
    position: absolute;
    width: 250px;
    bottom: -50px;
    background: linear-gradient(225deg, rgb(204,195,190,0.5), rgb(164,151,150,0.5));
    border-radius: 50%;
    z-index: 0;
}.price_pack .container {
    position: relative;
    z-index: 1;
}.price_pack .cost_deals {
    display: flex;
    flex-direction: column-reverse;
    gap: 3rem;
}.price_pack .plan_options {
    margin: 0 auto;
    text-align: center;
    max-width: 800px;
    padding: 0 1rem;
    position: relative;
}.price_pack .plan_options h2 {
    font-weight: 700;
    color: #000000;
    font-size: calc(32px * 1.1);
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
}.price_pack .plan_options h2::after {
    position: absolute;
    height: 3px;
    bottom: -10px;
    left: 50%;
    width: 80px;
    background: linear-gradient(90deg, rgb(204,195,190), rgb(164,151,150));
    transform: translateX(-50%);
    content: "";
}.price_pack .access_rates {
    margin-bottom: 1rem;
    color: #000000;
    line-height: 1.6;
    font-size: 17px;
}.price_pack .fee_struct {
    gap: 2rem;
    display: grid;
    perspective: 1000px;
    grid-template-columns: 1fr;
}.price_pack .study_cost {
    position: relative;
    display: block;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-style: preserve-3d;
}.price_pack .study_cost:hover {
    transform: translateY(-10px);
}.price_pack .trial_pricing {
    min-height: 430px;
    background: #ffffff;
    transition: all 0.4s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    z-index: 1;
    flex-direction: column;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}.price_pack .study_cost:hover .trial_pricing {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.price_pack .study_costs {
    z-index: 2;
    flex: 1;
    padding: 2rem;
    position: relative;
}.price_pack .study_cost h3 {
    display: inline-block;
    font-size: calc(19px * 1.1);
    margin-bottom: 1rem;
    font-weight: 700;
    position: relative;
    color: #000000;
}.price_pack .study_cost h3::before {
    width: 40px;
    position: absolute;
    bottom: -5px;
    background: rgb(204,195,190);
    height: 2px;
    left: 0;
    transition: width 0.3s ease;
    content: "";
}.price_pack .study_cost:hover h3::before {
    width: 100%;
}.price_pack .offer_box {
    font-size: calc(19px * 1.4);
    display: block;
    margin: 1.5rem 0;
    color: rgb(164,151,150);
    font-weight: 700;
    position: relative;
}.price_pack .offer_box::after {
    background: rgb(204,195,190);
    width: 3px;
    border-radius: 3px;
    left: -10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 20px;
}.price_pack .study_cost p {
    color: #000000;
    hyphens: auto;
    line-height: 1.6;
    margin-bottom: 1rem;
    word-wrap: break-word;
    font-size: 17px;
    overflow-wrap: break-word;
}.price_pack .image_item {
    height: 180px;
    position: relative;
}.price_pack .image_item::before {
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}.price_pack .study_cost:nth-child(1) .trial_pricing {
    border-top: 4px solid rgb(204,195,190);
}.price_pack .study_cost:nth-child(2) .trial_pricing {
    border-top: 4px solid rgb(164,151,150);
}.price_pack .study_cost:nth-child(3) .trial_pricing {
    border-top: 4px solid #6c5ce7;
}.price_pack .study_cost:nth-child(4) .trial_pricing {
    border-top: 4px solid #00b894;
}

@media (min-width: 768px) {.price_pack .fee_struct {
    grid-template-columns: repeat(2, 1fr);
}.price_pack .trial_pricing {
    min-height: 480px;
}.price_pack .plan_options {
    padding: 0 2rem;
}.price_pack .plan_options h2 {
    font-size: calc(32px * 1.2);
}
}

@media (min-width: 992px) {.price_pack .cost_deals {
    align-items: center;
    gap: 4rem;
    flex-direction: row;
}.price_pack .fee_struct {
    grid-template-columns: repeat(2, 1fr);
    flex: 2;
}.price_pack .plan_options {
    flex: 1;
    text-align: left;
    padding-right: 3rem;
}.price_pack .plan_options h2::after {
    left: 0;
    transform: none;
}.price_pack .trial_pricing {
    min-height: 500px;
}
}

@media (min-width: 1200px) {.price_pack .fee_struct {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.price_pack .study_cost {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(0);
}.price_pack .study_cost:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.price_pack .trial_pricing {
    backface-visibility: hidden;
    transform-style: preserve-3d;
    min-height: 520px;
}.price_pack .image_item {
    height: 200px;
}.price_pack .offer_box {
    font-size: calc(19px * 1.6);
}.price_pack .plan_options h2 {
    font-size: calc(32px * 1.3);
}}.privacy_recess {
    margin: 0 auto;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    max-width: 1200px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 60px;
}.privacy_recess h1 {
    border-bottom: 4px solid rgb(204,195,190);
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-weight: 700;
    color: rgb(204,195,190);
    font-size: 41px;
}.privacy_recess h2 {
    border-left: 6px solid rgb(164,151,150);
    font-size: 36px;
    margin-bottom: 20px;
    padding-left: 20px;
    margin-top: 30px;
    color: rgb(164,151,150);
    font-weight: 600;
}.privacy_recess ul {
    margin: 20px 0;
    padding-left: 0;
    list-style-type: none;
}.privacy_recess ul li::before {
    content: "•";
    color: rgb(204,195,190);
    width: 1em;
    display: inline-block;
    margin-left: -1em;
    font-size: 1.5em;
}.privacy_recess li {
    margin-bottom: 15px;
    font-size: 15px;
    border-left: 2px solid rgb(204,195,190,0.5);
    line-height: 1.8;
    padding-left: 10px;
}.privacy_recess p, .privacy_recess span, .privacy_recess div {
    margin-bottom: 20px;
    font-size: 15px;
    color: #ffffff;
    line-height: 1.8;
}.privacy_recess h3, .privacy_recess h4, .privacy_recess h5, .privacy_recess h6 {
    border-left: 5px solid rgb(204,195,190);
    font-size: 19px;
    padding-left: 15px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
    color: rgb(204,195,190);
}

@media only screen and (max-width: 800px) {.privacy_recess {
    padding: 30px;
}.privacy_recess h1 {
    font-size: calc(19px - 4px);
}.privacy_recess h2 {
    font-size: calc(19px - 3px);
}.privacy_recess h3, .privacy_recess h4, .privacy_recess h5, .privacy_recess h6 {
    font-size: calc(19px - 2px);
}.privacy_recess p, .privacy_recess span, .privacy_recess div, .privacy_recess li {
    font-size: calc(15px - 2px);
}}.our_mission {
    background: rgb(238,233,223);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}.our_mission::before {
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
    left: 0;
    height: 100%;
    width: 100%;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 5px,
            rgba(rgb(204,195,190,0.5), 0.03) 5px,
            rgba(rgb(204,195,190,0.5), 0.03) 10px
        );
}.our_mission::after {
    height: 100%;
    opacity: 0.2;
    left: 0;
    z-index: -1;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    background: radial-gradient(
        circle at top right,
        rgb(204,195,190,0.5) 0%,
        transparent 70%
    );
}.our_mission .container {
    overflow: visible;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0;
}.our_mission h2 {
    color: #000000;
    text-align: left;
    font-size: 34px;
    padding-left: 20px;
    margin-bottom: 60px;
    border-left: 4px solid rgb(204,195,190);
    font-weight: 700;
    position: relative;
}.our_mission h2::before {
    opacity: 0.05;
    left: -10px;
    font-size: calc(38px * 1.5);
    color: rgba(0, 0, 0, 0.5);
    content: "01";
    top: -40px;
    font-weight: 700;
    z-index: -1;
    position: absolute;
}.our_mission .creds_sect {
    position: relative;
    gap: 50px;
    grid-template-columns: 1fr;
    display: grid;
}.our_mission .our_journey {
    align-items: center;
    padding: 0;
    display: grid;
    gap: 30px;
    grid-template-columns: 3fr 7fr;
    position: relative;
}.our_mission .our_journey:nth-child(2) {
    margin-left: -50px;
    margin-right: 50px;
    grid-template-columns: 7fr 3fr;
}.our_mission .our_journey h3 {
    display: inline-block;
    padding: 15px 30px;
    font-size: 23px;
    margin-bottom: 0;
    text-align: center;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    font-weight: 600;
    background: linear-gradient(
        135deg, 
        rgb(204,195,190,0.5) 0%, 
        rgba(0, 0, 0, 0.5) 100%
    );
    position: relative;
    color: #000000;
}.our_mission .our_journey:nth-child(1) h3 {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    grid-column: 1;
    margin-right: -30px;
    z-index: 2;
    grid-row: 1;
}.our_mission .our_journey:nth-child(2) h3 {
    background: linear-gradient(
        135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(164,151,150,0.5) 100%
    );
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.1);
    grid-row: 1;
    z-index: 2;
    grid-column: 2;
    margin-left: -30px;
}.our_mission .our_journey p {
    border-radius: 27px;
    background: #ffffff;
    padding: 30px;
    font-size: 17px;
    position: relative;
    color: #000000;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    line-height: 1.8;
}.our_mission .our_journey:nth-child(1) p {
    margin-left: -20px;
    grid-row: 1;
    border-left: 3px solid rgb(204,195,190);
    grid-column: 2;
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
}.our_mission .our_journey:nth-child(2) p {
    border-right: 3px solid rgb(164,151,150);
    grid-column: 1;
    margin-right: -20px;
    text-align: right;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
    grid-row: 1;
}.our_mission .our_journey:nth-child(1)::before {
    animation: rotate 30s linear infinite;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 200px;
    border: 1px dashed rgb(204,195,190,0.5);
    position: absolute;
    opacity: 0.2;
    z-index: 0;
    width: 200px;
    border-radius: 50%;
}.our_mission .our_journey:nth-child(2)::before {
    z-index: 0;
    content: "";
    left: -100px;
    animation: rotate 30s linear infinite reverse;
    border-radius: 50%;
    width: 200px;
    position: absolute;
    border: 1px dashed rgb(164,151,150,0.5);
    top: 50%;
    opacity: 0.2;
    height: 200px;
    transform: translateY(-50%);
}.our_mission::before {
    width: 100%;
    background: linear-gradient(to right, 
        rgb(204,195,190) 0%, 
        rgb(204,195,190) 20%, 
        transparent 20%, 
        transparent 40%,
        rgb(164,151,150) 40%, 
        rgb(164,151,150) 60%,
        transparent 60%,
        transparent 80%,
        rgb(204,195,190) 80%,
        rgb(204,195,190) 100%
    );
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}

@keyframes rotate {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }
    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

@media screen and (max-width: 1200px) {.our_mission .our_journey:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
}
}

@media screen and (max-width: 992px) {.our_mission {
    padding: 80px 0;
}.our_mission h2 {
    margin-bottom: 50px;
}.our_mission .our_journey,
    .our_mission .our_journey:nth-child(2) {
    gap: 20px;
    grid-template-columns: 1fr;
    margin-right: 0;
    margin-left: 0;
}.our_mission .our_journey:nth-child(1) h3,
    .our_mission .our_journey:nth-child(2) h3 {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    justify-self: center;
    width: 80%;
}.our_mission .our_journey:nth-child(1) p,
    .our_mission .our_journey:nth-child(2) p {
    margin: 0;
    border: none;
    text-align: left;
    grid-column: 1;
    grid-row: 2;
    clip-path: none;
    border-top: 3px solid rgb(204,195,190);
}.our_mission .our_journey:nth-child(2) p {
    border-top: 3px solid rgb(164,151,150);
}.our_mission .our_journey::before {
    display: none;
}
}

@media screen and (max-width: 768px) {.our_mission {
    padding: 60px 0;
}.our_mission h2 {
    margin-bottom: 40px;
    padding-left: 15px;
    font-size: calc(34px * 0.9);
}.our_mission h2::before {
    top: -30px;
    font-size: calc(38px * 1.2);
}.our_mission .our_journey h3 {
    font-size: calc(23px * 0.9);
    width: 90%;
    padding: 12px 20px;
}.our_mission .our_journey p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
    padding: 20px;
}
}

@media screen and (max-width: 576px) {.our_mission {
    padding: 50px 0;
}.our_mission .container {
    padding: 0 15px;
}.our_mission h2 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.8);
}.our_mission h2::before {
    top: -25px;
    left: -5px;
    font-size: calc(38px);
}.our_mission .creds_sect {
    gap: 40px;
}.our_mission .our_journey h3 {
    width: 100%;
    font-size: calc(23px * 0.85);
    padding: 10px 15px;
}.our_mission .our_journey p {
    padding: 15px;
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}}.mentorship_profile {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(238,233,223) 0%, rgb(204,195,190,0.5) 70%, rgb(164,151,150,0.5) 100%);
    padding: 6rem 0;
}.mentorship_profile::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(204,195,190,0.5) 2px, transparent 2px),
        radial-gradient(circle at 40% 70%, rgb(204,195,190,0.5) 2px, transparent 2px),
        radial-gradient(circle at 70% 10%, rgb(204,195,190,0.5) 2px, transparent 2px),
        radial-gradient(circle at 90% 50%, rgb(204,195,190,0.5) 2px, transparent 2px);
    opacity: 0.3;
    top: 0;
    width: 100%;
    content: "";
    background-size: 120px 120px;
    left: 0;
    position: absolute;
    z-index: 0;
    height: 100%;
}.mentorship_profile::after {
    z-index: 0;
    height: 90%;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgb(164,151,150,0.5) 0%, transparent 70%);
    opacity: 0.2;
    top: -50%;
    right: -50%;
    width: 90%;
    position: absolute;
    transform: rotate(-15deg);
    content: "";
}.mentorship_profile .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 1.5rem;
    position: relative;
}.mentorship_profile .learner_testimonials {
    backdrop-filter: blur(10px);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    display: grid;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2.5rem;
    gap: 2rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 
                0 3px 10px rgba(0,0,0,0.05),
                0 1px 0 rgba(255,255,255,0.8) inset;
    border-left: 4px solid rgb(204,195,190);
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    transform: perspective(1200px) rotateX(2deg);
    grid-template-columns: 1fr;
}.mentorship_profile .learner_testimonials:hover {
    transform: perspective(1200px) rotateX(0);
    box-shadow: 0 18px 40px rgba(0,0,0,0.15), 
                0 5px 12px rgba(0,0,0,0.08),
                0 1px 0 rgba(255,255,255,0.8) inset;
}.mentorship_profile .learner_testimonials > div:first-child {
    justify-content: center;
    display: flex;
}.mentorship_profile .image_item {
    border-radius: 50%;
    height: 150px;
    z-index: 2;
    width: 150px;
    transition: all 0.4s ease-out;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1),
                0 0 0 8px rgba(255,255,255,0.8),
                0 0 0 12px rgb(204,195,190,0.5);
    position: relative;
}.mentorship_profile .learner_testimonials:hover .image_item {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15),
                0 0 0 8px rgba(255,255,255,0.9),
                0 0 0 12px rgb(204,195,190);
}.mentorship_profile .learner_testimonials > div:nth-child(2) {
    text-align: center;
    position: relative;
}.mentorship_profile .name {
    transform: translateZ(0);
    display: inline-block;
    padding-bottom: 0.5rem;
    font-size: 19px;
    font-weight: 700;
    position: relative;
    margin-bottom: 0.5rem;
    color: #000000;
}.mentorship_profile .name::after {
    height: 2px;
    left: 50%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(204,195,190), transparent);
    transform: translateX(-50%);
    content: "";
    width: 40%;
    transition: width 0.3s ease;
}.mentorship_profile .learner_testimonials:hover .name::after {
    width: 70%;
}.mentorship_profile .learner_testimonials > div:nth-child(2) > div {
    display: inline-block;
    font-size: calc(13px - 0.1rem);
    font-weight: 600;
    position: relative;
    background: linear-gradient(to right, rgba(rgb(204,195,190,0.5), 0.1), rgba(rgb(204,195,190,0.5), 0), rgba(rgb(204,195,190,0.5), 0.1));
    color: rgb(164,151,150);
    font-style: italic;
    padding: 0.5rem 1.5rem;
}.mentorship_profile .work_table {
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
    border-radius: 10px;
    font-size: 13px;
    position: relative;
    color: #000000;
    line-height: 1.7;
    background-color: rgba(255,255,255,0.5);
    padding: 1.5rem;
    font-family: Arial, sans-serif;
}.mentorship_profile .work_table::before,
.mentorship_profile .work_table::after {
    font-size: 3.5rem;
    line-height: 1;
    content: "";
    position: absolute;
    font-family: serif;
    color: rgb(204,195,190,0.5);
}.mentorship_profile .work_table::before {
    top: -0.5rem;
    left: 0;
}.mentorship_profile .work_table::after {
    content: "";
    bottom: -1.5rem;
    right: 0;
}

@media (min-width: 768px) {.mentorship_profile .learner_testimonials {
    gap: 1.5rem 2.5rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 180px 1fr;
}.mentorship_profile .learner_testimonials > div:first-child {
    grid-row: 1 / 3;
    align-self: center;
}.mentorship_profile .learner_testimonials > div:nth-child(2) {
    text-align: left;
    align-self: end;
}.mentorship_profile .name::after {
    left: 0;
    transform: none;
}.mentorship_profile .learner_testimonials > div:nth-child(2) > div {
    background: linear-gradient(to right, rgba(rgb(204,195,190,0.5), 0.1), rgba(rgb(204,195,190,0.5), 0));
    padding-left: 0;
}.mentorship_profile .learner_testimonials > div:nth-child(3) {
    grid-column: 2;
}
}

@media (min-width: 992px) {.mentorship_profile {
    padding: 8rem 0;
}.mentorship_profile .learner_testimonials {
    margin: 0 auto;
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
    max-width: 90%;
}.mentorship_profile .learner_testimonials:hover {
    transform: perspective(1500px) rotateX(0) rotateY(0);
}.mentorship_profile .image_item {
    height: 180px;
    width: 180px;
}.mentorship_profile .work_table {
    padding: 2rem;
    line-height: 1.8;
    font-size: calc(13px + 0.1rem);
}
}

@media (min-width: 1200px) {.mentorship_profile .learner_testimonials {
    gap: 2rem 3rem;
    max-width: 80%;
    grid-template-columns: 220px 1fr;
}.mentorship_profile .image_item {
    width: 200px;
    height: 200px;
}.mentorship_profile .name {
    font-size: calc(19px + 0.2rem);
}.mentorship_profile .learner_testimonials > div:nth-child(2) > div {
    font-size: 13px;
}
}

@media (max-width: 767px) {.mentorship_profile {
    padding: 4rem 0;
}.mentorship_profile .learner_testimonials {
    padding: 2rem 1.5rem;
}.mentorship_profile .work_table {
    padding: 1rem 0.5rem;
}.mentorship_profile .work_table::before,
    .mentorship_profile .work_table::after {
    font-size: 2.5rem;
}}.welcome_board {
    background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%);
    min-height: 100vh;
    overflow: hidden;
    justify-content: center;
    display: flex;
    padding: 2rem;
    align-items: center;
    position: relative;
}.welcome_board::before {
    width: 100%;
    height: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(204,195,190,0.5), 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(164,151,150,0.5), 0.08) 0%, transparent 50%);
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;
}.welcome_board::after {
    width: 100%;
    pointer-events: none;
    background-image: 
    repeating-linear-gradient(0deg, transparent, transparent 10px, rgba(rgb(204,195,190,0.5), 0.01) 10px, rgba(rgb(204,195,190,0.5), 0.01) 20px);
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    z-index: 2;
}.welcome_board .course_first {
    max-width: 1200px;
    grid-template-columns: 1fr;
    transform: translateZ(0);
    display: grid;
    z-index: 3;
    width: 100%;
    position: relative;
    gap: 3rem;
}.welcome_board .course_first > div:first-child {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
    box-shadow: 
    12px 12px 24px rgba(rgba(0, 0, 0, 0.5), 0.08),
    -12px -12px 24px rgba(#ffffff, 0.8),
    inset 1px 1px 2px rgba(#ffffff, 0.5),
    inset -1px -1px 2px rgba(rgba(0, 0, 0, 0.5), 0.05);
    padding: 2rem;
    position: relative;
    will-change: transform;
    background: rgba(255, 255, 255, 0.85);
}.welcome_board .course_first > div:first-child:hover {
    transform: translateY(-8px);
}.welcome_board .course_first > div:first-child h3 {
    position: relative;
    text-align: left;
    z-index: 5;
    letter-spacing: 0.5px;
    margin: 0;
    font-weight: 600;
    line-height: 1.5;
    color: rgb(204,195,190);
    font-size: calc(19px * 1.1);
    font-family: Arial, sans-serif;
}.welcome_board .course_first > div:first-child::before {
    top: 0;
    width: 4px;
    z-index: 4;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(204,195,190), rgb(164,151,150));
    height: 100%;
}.welcome_board .study_track {
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    backdrop-filter: blur(5px);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 3rem;
    box-shadow: 
    16px 16px 32px rgba(rgba(0, 0, 0, 0.5), 0.06),
    -16px -16px 32px rgba(#ffffff, 0.8),
    inset 2px 2px 4px rgba(#ffffff, 0.5),
    inset -2px -2px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    will-change: transform;
}.welcome_board .study_track:hover {
    transform: perspective(1000px) rotateX(2deg);
}.welcome_board .study_track h1 {
    margin-bottom: 2rem;
    font-weight: 700;
    color: rgb(204,195,190);
    z-index: 5;
    font-family: Arial, sans-serif;
    transform: translateZ(20px);
    letter-spacing: -0.5px;
    font-size: 42px;
    position: relative;
}.welcome_board .study_track h1::after {
    height: 4px;
    left: 0;
    width: 80px;
    background: linear-gradient(90deg, rgb(204,195,190), transparent);
    transform-origin: left center;
    position: absolute;
    bottom: -15px;
    transform: scaleX(1);
    transition: transform 0.5s ease-out;
    content: "";
}.welcome_board .study_track:hover h1::after {
    transform: scaleX(1.5);
}.welcome_board .study_track div {
    box-shadow: 
    8px 8px 16px rgba(rgba(0, 0, 0, 0.5), 0.1),
    -8px -8px 16px rgba(#ffffff, 0.9),
    inset 1px 1px 2px rgba(#ffffff, 0.3),
    inset -1px -1px 2px rgba(rgba(0, 0, 0, 0.5), 0.05);
    min-height: 200px;
    will-change: transform;
    overflow: hidden;
    transition: transform 0.4s ease-out;
    position: relative;
}.welcome_board .study_track div::before {
    background: linear-gradient(135deg, 
    rgba(rgb(204,195,190,0.5), 0.4),
    rgba(rgb(204,195,190,0.5), 0.1));
    transition: opacity 0.4s ease;
    opacity: 0.85;
    top: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
}.welcome_board .study_track div:hover::before {
    opacity: 0.7;
}.welcome_board .study_track p {
    transform: translateY(0);
    position: absolute;
    font-family: Arial, sans-serif;
    margin: 0;
    bottom: 0;
    text-shadow: 0 1px 2px rgba(rgba(0, 0, 0, 0.5), 0.2);
    line-height: 1.6;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    font-weight: 400;
    font-size: calc(12px * 1.1);
    padding: 2rem;
    z-index: 2;
    color: #ffffff;
    left: 0;
    background: linear-gradient(to top, rgba(rgba(0, 0, 0, 0.5), 0.7), transparent);
}.welcome_board .study_track div:hover p {
    transform: translateY(-5px);
}

@media (min-width: 768px) {.welcome_board {
    padding: 4rem;
}.welcome_board .course_first {
    gap: 4rem;
    grid-template-columns: 1fr 1.5fr;
}.welcome_board .course_first > div:first-child {
    align-self: center;
    padding: 3rem;
}.welcome_board .course_first > div:first-child h3 {
    font-size: 19px;
}.welcome_board .study_track {
    padding: 4rem;
}.welcome_board .study_track div {
    min-height: 300px;
}
}

@media (min-width: 992px) {.welcome_board .course_first > div:first-child {
    transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateX(0);
}.welcome_board .course_first > div:first-child:hover {
    transform: translateX(10px);
}.welcome_board .study_track h1 {
    font-size: calc(42px * 1.2);
}.welcome_board .study_track div {
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateY(0deg);
    min-height: 350px;
}.welcome_board .study_track div:hover {
    transform: perspective(1000px) rotateY(-2deg);
}.welcome_board .study_track p {
    font-size: calc(12px * 1.2);
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.welcome_board {
    padding: 1.5rem;
}.welcome_board .course_first > div:first-child {
    padding: 1.5rem;
}.welcome_board .course_first > div:first-child h3 {
    font-size: calc(18px * 1.2);
}.welcome_board .study_track {
    padding: 2rem;
}.welcome_board .study_track h1 {
    font-size: calc(34px);
    margin-bottom: 1.5rem;
}.welcome_board .study_track div {
    min-height: 180px;
}.welcome_board .study_track p {
    padding: 1.5rem;
    font-size: 12px;
}
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@media (prefers-reduced-motion: no-preference) {.welcome_board .course_first {
    animation: float 6s ease-in-out infinite;
}.welcome_board .course_first > div:first-child {
    animation: float 8s ease-in-out infinite;
}.welcome_board .study_track h1 {
    transition: text-shadow 0.3s ease;
}.welcome_board .study_track:hover h1 {
    text-shadow: 2px 2px 4px rgba(rgb(204,195,190,0.5), 0.2);
}
}

@supports (backdrop-filter: blur(10px)) {.welcome_board .study_track {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8);
}.welcome_board .course_first > div:first-child {
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.75);
}}.cookie_overlay_dialog {
    overflow: hidden;
    z-index: 1050;
    bottom: 0;
    background: rgb(238,233,223);
    font-family: Arial, sans-serif;
    position: fixed;
    border-top: 3px solid rgb(204,195,190);
    padding: 20px;
    width: 100%;
}.cookie_edu {
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
    z-index: 1;
}.track_toggle {
    flex-shrink: 0;
    margin-right: 20px;
}#userConsentBanner {
    display: none;
}#userConsentBanner:checked ~ .cookie_overlay_dialog {
    visibility: hidden;
    opacity: 0;
}.track_toggle svg {
    transition: fill 0.3s ease-in-out;
    fill: rgb(204,195,190);
    height: 60px;
    width: 60px;
}.policy_ack {
    flex-grow: 1;
    margin-right: 20px;
}.policy_ack h5 {
    font-weight: 700;
    font-size: 20px;
    color: rgb(204,195,190);
    margin-bottom: 5px;
}.policy_ack p {
    margin-bottom: 0;
    color: #000000;
    font-size: 14px;
}.learn_prefs {
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
}.learn_prefs {
    background-color: rgb(204,195,190);
    border: 1px solid rgb(204,195,190);
    color: #ffffff;
}.learn_prefs:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}.cookie_overlay_dialog p a {
    text-decoration: underline;
    color: rgb(204,195,190);
}.cookie_overlay_dialog p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.policy_ack h5 {
    font-size: calc(20px - 2px);
}.policy_ack p {
    font-size: calc(14px - 2px);
}.learn_prefs {
    padding: 8px 16px;
    font-size: calc(18px - 2px);
}
}
@media (max-width: 800px) {.cookie_edu {
    flex-direction: column;
    align-items: center;
}.track_toggle {
    margin-bottom: 15px;
}.policy_ack {
    text-align: center;
    margin-bottom: 20px;
}.learn_prefs {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}
.gratWrapper {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(238,233,223) 0%, rgb(164,151,150,0.5) 100%);
    position: relative;
    overflow: hidden;
}.gratWrapper::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(204,195,190,0.5) 0px,
        rgb(204,195,190,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.1;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    transform: perspective(1000px) rotateX(5deg);
    z-index: 1;
    width: 100%;
}.gratWrapper::after {
    content: "";
    background: rgb(204,195,190);
    bottom: -50px;
    transform: rotate(15deg);
    width: 300px;
    height: 300px;
    right: -50px;
    animation: float 15s ease-in-out infinite;
    position: absolute;
    z-index: 0;
    border-radius: 100px;
    opacity: 0.1;
}.gratWrapper .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    transform-style: preserve-3d;
    margin: 0 auto;
}.gratWrapper h2 {
    font-size: 29px;
    color: #000000;
    line-height: 1.3;
    font-weight: 700;
    transform: translateZ(20px);
    margin-bottom: 40px;
    position: relative;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}.gratWrapper h2::after {
    width: 80px;
    left: 0;
    height: 4px;
    animation: pulse 3s infinite alternate;
    bottom: -15px;
    position: absolute;
    transform: translateZ(30px);
    content: "";
    background: rgb(204,195,190);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.gratWrapper .expert_learning {
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05);
    background: #ffffff;
}.gratWrapper .expert_learning::before {
    height: 6px;
    top: 0;
    background: linear-gradient(90deg, rgb(204,195,190) 0%, rgb(164,151,150) 100%);
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
}.gratWrapper .expert_learning:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.gratWrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.gratWrapper li {
    padding-left: 25px;
    position: relative;
}.gratWrapper li::before {
    transform: rotate(45deg);
    background: rgb(204,195,190);
    content: "";
    position: absolute;
    width: 8px;
    animation: spin 12s linear infinite;
    top: 8px;
    height: 8px;
    left: 0;
}.gratWrapper span {
    z-index: 2;
    color: #000000;
    display: block;
    line-height: 1.7;
    font-size: 18px;
    font-family: Arial, sans-serif;
    position: relative;
}

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

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateZ(30px) scaleX(1);
    }
    50% {
        opacity: 0.8;
        transform: translateZ(30px) scaleX(1.1);
    }
}

@keyframes spin {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@media (max-width: 992px) {.gratWrapper {
    padding: 90px 0;
}.gratWrapper h2 {
    font-size: calc(29px * 0.9);
}.gratWrapper .expert_learning {
    padding: 30px;
}
}

@media (max-width: 768px) {.gratWrapper {
    padding: 70px 0;
}.gratWrapper h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 30px;
}.gratWrapper h2::after {
    width: 60px;
}.gratWrapper .expert_learning {
    padding: 25px;
    transform: perspective(1000px) rotateY(-1deg);
}.gratWrapper span {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 576px) {.gratWrapper {
    padding: 50px 0;
}.gratWrapper h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 25px;
}.gratWrapper h2::after {
    width: 50px;
    height: 3px;
}.gratWrapper .expert_learning {
    padding: 20px;
    transform: none;
}.gratWrapper li {
    padding-left: 20px;
}.gratWrapper span {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}}header {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    background-color: rgb(238,233,223);
    z-index: 1000;
    padding: 1.2rem 0;
}header::before {
    animation: gridMove 40s linear infinite;
    height: 100%;
    width: 100%;
    left: 0;
    content: '';
    opacity: 0.15;
    z-index: -1;
    top: 0;
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(204,195,190,0.5) 49.5%, rgb(204,195,190,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(164,151,150,0.5) 49.5%, rgb(164,151,150,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
}header::after {
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, 
        rgb(204,195,190) 0%, 
        rgb(164,151,150) 50%, 
        rgb(204,195,190) 100%);
    content: '';
    left: 0;
    width: 100%;
    z-index: 1;
    height: 4px;
}header .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
}header .header_wrap {
    align-items: center;
    position: relative;
    display: flex;
    justify-content: space-between;
}header .site_head {
    backdrop-filter: blur(10px);
    display: flex;
    padding: 5px;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    gap: 0.5rem;
    border-radius: 18px;
}header .top_pagewrap {
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    font-weight: 400;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    font-size: 14px;
    text-decoration: none;
    padding: 0.7rem 1.2rem;
    border-radius: 10px;
}header .top_pagewrap::before {
    right: -2px;
    background: linear-gradient(45deg, rgb(204,195,190), rgb(164,151,150));
    transform: scale(0.95);
    left: -2px;
    content: '';
    border-radius: calc(10px + 2px);
    z-index: -1;
    position: absolute;
    top: -2px;
    opacity: 0;
    transition: all 0.3s ease;
    bottom: -2px;
}header .top_pagewrap::after {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 10px;
    background: rgb(204,195,190);
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
}header .top_pagewrap:hover {
    transform: translateY(-3px);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}header .top_pagewrap:hover::before {
    opacity: 1;
    transform: scale(1);
}header .nav_top {
    transition: all 0.3s ease;
    align-items: center;
    position: relative;
    border-radius: 10px;
    text-decoration: none;
    display: flex;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    padding: 0.5rem 1rem;
}header .nav_top::before {
    width: 100%;
    transition: 0.5s;
    top: 0;
    content: '';
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    left: -100%;
    position: absolute;
}header .nav_top:hover::before {
    left: 100%;
}header .nav_top svg {
    height: auto;
    width: 160px;
    position: relative;
    z-index: 2;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .site_head {
    gap: 0.3rem;
}header .top_pagewrap {
    padding: 0.6rem 0.8rem;
    font-size: calc(14px - 1px);
}header .nav_top svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
}header .header_wrap {
    flex-direction: column;
}header .site_head {
    padding: 10px;
    flex-wrap: wrap;
    width: 100%;
    order: 2;
    margin-top: 1rem;
    justify-content: center;
    gap: 0.5rem;
}header .top_pagewrap {
    font-size: calc(14px - 2px);
    padding: 0.5rem 0.7rem;
}header .nav_top {
    margin-bottom: 0.5rem;
    order: 1;
}header .nav_top svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .site_head {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .site_head::-webkit-scrollbar {
    height: 3px;
}header .site_head::-webkit-scrollbar-thumb {
    background: rgb(204,195,190);
    border-radius: 10px;
}header .top_pagewrap {
    white-space: nowrap;
}header .nav_top svg {
    width: 110px;
}}.info_details {
    perspective: 1000px;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(238,233,223);
}.info_details::before {
    top: 0;
    position: absolute;
    transform: rotateX(10deg);
    height: 100%;
    transform-origin: top;
    content: "";
    left: 0;
    background: 
    linear-gradient(120deg, rgb(204,195,190,0.5) 0%, transparent 30%),
    linear-gradient(240deg, rgb(164,151,150,0.5) 0%, transparent 30%);
    width: 100%;
    z-index: 0;
}.info_details .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.info_details .get_contactus {
    position: relative;
    transform: rotateY(-3deg);
    padding: 45px;
    border-radius: 30px;
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
    background: linear-gradient(135deg, #ffffff 0%, rgb(238,233,223) 100%);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(0, 0, 0, 0.05);
}.info_details .get_contactus:hover {
    transform: rotateY(0deg);
}.info_details h2 {
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    transform: translateZ(30px);
    color: #000000;
    font-size: 28px;
    text-shadow: 2px 2px 0 rgb(204,195,190,0.5);
}.info_details h2::after {
    background: rgb(204,195,190);
    transform: skewX(-20deg);
    position: absolute;
    width: 80px;
    height: 6px;
    bottom: -10px;
    content: "";
    left: 0;
}.info_details p {
    position: relative;
    font-size: 13px;
    color: #000000;
    line-height: 1.7;
    transform: translateZ(20px);
    margin-bottom: 30px;
}.info_details .feedback_form {
    margin-top: 40px;
    display: flex;
    transform: translateZ(40px);
    flex-wrap: wrap;
    position: relative;
    gap: 20px;
}.info_details .get_assistance {
    position: relative;
    transform: translateZ(0) translateX(0) translateY(0);
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
    transform-style: preserve-3d;
    align-items: center;
    border-radius: 10px;
    box-shadow: 
    5px 5px 0 rgb(204,195,190),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    font-size: 13px;
    background: #ffffff;
    display: flex;
    padding: 15px 25px;
}.info_details .get_assistance:hover {
    transform: translateZ(5px) translateX(-5px) translateY(-5px);
    box-shadow: 
    10px 10px 0 rgb(204,195,190),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}.info_details .get_assistance:active {
    box-shadow: 
    5px 5px 0 rgb(204,195,190),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    transform: translateZ(0) translateX(0) translateY(0);
}.info_details .get_assistance svg {
    width: 24px;
    transform: translateZ(5px);
    margin-right: 12px;
    height: 24px;
    transition: transform 0.3s ease;
}.info_details .get_assistance:hover svg {
    transform: translateZ(10px) scale(1.1);
}.info_details .get_assistance svg path {
    fill: rgb(204,195,190);
    transition: fill 0.3s ease;
}.info_details .get_assistance:hover svg path {
    fill: rgb(164,151,150);
}.info_details p svg {
    transform: translateZ(5px);
    margin-right: 10px;
    height: 22px;
    width: 22px;
}.info_details p svg path {
    fill: rgb(204,195,190);
}.info_details p:nth-last-child(2) {
    display: flex;
    border-radius: 10px;
    align-items: center;
    padding: 12px 20px;
    background: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 
    3px 3px 0 rgb(204,195,190,0.5),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px) translateX(0) translateY(0);
}.info_details p:nth-last-child(2):hover {
    box-shadow: 
    6px 6px 0 rgb(204,195,190,0.5),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    transform: translateZ(25px) translateX(-3px) translateY(-3px);
}.info_details .get_contactus::before {
    background: rgb(204,195,190,0.5);
    top: -100px;
    z-index: -1;
    position: absolute;
    transform: translateZ(-100px);
    height: 200px;
    opacity: 0.3;
    width: 200px;
    right: -50px;
    content: "";
    border-radius: 50%;
    filter: blur(60px);
}.info_details .get_contactus::after {
    transform: rotateX(60deg) scaleX(1.5);
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    border-radius: 50%;
    bottom: -20px;
    filter: blur(20px);
    z-index: -1;
    content: "";
    width: 100px;
    height: 20px;
    right: 40px;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@media (max-width: 991px) {.info_details {
    padding: 60px 0;
}.info_details .get_contactus {
    padding: 35px;
    transform: rotateY(-2deg);
}.info_details h2 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.9);
}.info_details .feedback_form {
    margin-top: 30px;
    gap: 15px;
}.info_details .get_assistance {
    padding: 12px 20px;
}
}

@media (max-width: 767px) {.info_details {
    padding: 50px 0;
    perspective: none;
}.info_details .get_contactus {
    transform: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
}.info_details h2,
  .info_details p,
  .info_details .feedback_form,
  .info_details .get_assistance,
  .info_details .get_assistance svg,
  .info_details p:nth-last-child(2) {
    transform: none !important;
}.info_details h2 {
    text-shadow: 1px 1px 0 rgb(204,195,190,0.5);
    font-size: calc(28px * 0.85);
    margin-bottom: 20px;
}.info_details h2::after {
    width: 60px;
    height: 4px;
}.info_details p {
    font-size: calc(13px * 0.95);
    margin-bottom: 25px;
}.info_details .feedback_form {
    margin-top: 25px;
    gap: 12px;
    flex-direction: column;
}.info_details .get_assistance {
    box-shadow: 3px 3px 0 rgb(204,195,190);
    width: 100%;
}.info_details .get_assistance:hover {
    box-shadow: 6px 6px 0 rgb(204,195,190);
    transform: translateX(-3px) translateY(-3px);
}.info_details .get_assistance svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}.info_details .get_contactus::before,
  .info_details .get_contactus::after {
    display: none;
}}

.info_details .get_contactus::before {
    animation: float 8s ease-in-out infinite;
}.info_details .get_assistance:nth-child(1) {
    transition-delay: 0.1s;
}.info_details .get_assistance:nth-child(2) {
    transition-delay: 0.2s;
}.info_details .get_assistance:nth-child(3) {
    transition-delay: 0.3s;
}footer {
    z-index: 1;
    position: relative;
}footer::before {
    z-index: -2;
    right: 0;
    opacity: 0.85;
    position: absolute;
    top: 0;
    bottom: 0;
    background: linear-gradient(120deg, rgb(204,195,190) 0%, rgb(164,151,150) 100%);
    content: "";
    left: 0;
}footer::after {
    right: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: 0;
    top: 0;
    content: "";
    background-size: 20px 20px;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
}.trial_offer {
    padding: 4rem 0 2.5rem;
    position: relative;
    color: #ffffff;
}.trial_offer::before {
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    opacity: 0.2;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    background: #ffffff;
    height: 10px;
}.trial_offer .container {
    display: flex;
    gap: 3rem;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
}.trial_offer .company_holder {
    flex: 1 1 400px;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
}.trial_offer .company_holder h3 {
    text-transform: uppercase;
    color: #ffffff;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    font-weight: 700;
    background: rgba(255, 255, 255, 0.15);
    margin: 0 0 1.5rem;
    padding: 0.5rem 2rem;
    letter-spacing: 1px;
    font-size: 30px;
    display: inline-block;
}.trial_offer .stats_tool {
    padding: 1.5rem;
    margin: 0 1rem;
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    line-height: 1.6;
    font-size: 16px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.15);
}.trial_offer .skill_test {
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
    flex-direction: column;
    gap: 2rem;
    display: flex;
}.trial_offer .main_lead {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}.trial_offer .site_head {
    min-width: 200px;
    position: relative;
    flex: 1 1 calc(50% - 1.25rem);
}.trial_offer .site_head h5 {
    color: #ffffff;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    display: inline-block;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    font-size: 22px;
    position: relative;
    margin: 0 0 1.5rem;
    background: rgba(255, 255, 255, 0.15);
}.trial_offer .site_head .main_lead {
    display: flex;
    background: rgba(0, 0, 0, 0.15);
    flex-direction: column;
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    gap: 0.8rem;
    padding: 1.5rem;
}.trial_offer .site_head .main_lead a {
    display: block;
    color: #ffffff;
    padding: 0.6rem 1rem;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    position: relative;
    background: rgba(255, 255, 255, 0.05);
}.trial_offer .site_head .main_lead a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.15);
}.trial_offer .site_head .main_lead a::before {
    top: 0;
    height: 100%;
    position: absolute;
    transition: all 0.3s ease;
    content: "";
    opacity: 0;
    width: 3px;
    background: #ffffff;
    left: 0;
}.trial_offer .site_head .main_lead a:hover::before {
    opacity: 0.7;
}.eco_foot {
    padding: 2rem 0;
    margin-top: 3rem;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
}.eco_foot .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.eco_foot .data_viz {
    padding: 0.7rem 2rem;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.05);
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    position: relative;
}

@keyframes hexagonPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.trial_offer .container {
    gap: 2rem;
}.trial_offer .company_holder {
    flex: 1 1 380px;
}.trial_offer .skill_test {
    min-width: 380px;
    flex: 1 1 calc(100% - 430px);
}
}

@media (max-width: 992px) {.trial_offer {
    padding: 3.5rem 0 2rem;
}.trial_offer .container {
    gap: 2.5rem;
    flex-direction: column;
}.trial_offer .company_holder,
    .trial_offer .skill_test {
    min-width: 100%;
    flex: 1 1 100%;
}.trial_offer .site_head {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
}
}

@media (max-width: 768px) {.trial_offer {
    padding: 3rem 0 1.5rem;
}.trial_offer .company_holder {
    padding: 2rem;
}.trial_offer .company_holder h3 {
    font-size: calc(30px - 2px);
}.trial_offer .main_lead {
    gap: 1.5rem;
}.eco_foot {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.trial_offer {
    padding: 2.5rem 0 1rem;
}.trial_offer .site_head {
    flex: 1 1 100%;
    min-width: 100%;
}.trial_offer .main_lead {
    gap: 1rem;
}.eco_foot {
    margin-top: 1.5rem;
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
    padding: 1.5rem 0;
}.trial_offer::before {
    height: 5px;
}
}

@media (max-width: 420px) {.trial_offer .company_holder {
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
    padding: 1.5rem;
}.trial_offer .company_holder h3 {
    padding: 0.4rem 1rem;
}.trial_offer .site_head h5 {
    padding: 0.4rem 1rem;
}.trial_offer .site_head .main_lead {
    padding: 1rem;
}.trial_offer .site_head .main_lead a:hover {
    transform: translateX(3px);
}.eco_foot .data_viz {
    padding: 0.6rem 1.5rem;
    width: 90%;
}}header .top_plank {
    background: rgb(204,195,190);
    color:  #ffffff;
}header .top_plank .learn_protrack div svg, header .top_plank .learn_protrack div svg path {
    fill: #ffffff;
}header .top_plank .learn_protrack div span {
    color: #ffffff;
}header .top_plank .learn_protrack {
    display: flex;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 16px;
    width: 100%;
    line-height: 21px;
    align-items: center;
}header .top_plank .learn_protrack div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 24px;
}header .top_plank .learn_protrack div img, header .top_plank .learn_protrack div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}