svg {
    width: 30px;
    height: 30px;
}

.wrapper-template {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.header_know {
    flex: 1 0 auto;
}

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

footer .connect_now {
    flex-wrap: wrap;
    color: #ffffff;
    display: flex;
    margin-bottom: 70px;
    padding: 40px 20px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    background-color: rgb(179,174,161);
    gap: 20px;
    justify-content: center;
}

footer .info_item p,
footer .info_item a {
    font-size: 13px;
    text-decoration: none;
    color: #ffffff;
}

footer .text_main_holder::before {
    height: 100%;
    content: "";
    background-color: #ffffff;
    position: absolute;
    z-index: -1;
    left: 0;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    width: 100%;
    top: 0;
}

footer .top_master h5 {
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 20px;
    color: #000000;
    position: relative;
    display: inline-block;
}

footer .head_nav a {
    padding: 8px 0;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    flex: 1 0 calc(50% - 30px);
    color: #000000;
    font-size: 13px;
}

footer .subscribe_holder {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    background-color: rgb(212,209,198);
    color: #ffffff;
    padding: 30px;
    position: relative;
    margin: 0 20px;
}

footer .input_holder {
    display: flex;
    position: relative;
    gap: 15px;
    flex-direction: column;
}

footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    outline: none;
}

footer .price_table {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    margin-top: 60px;
}

header .first_pagebar {
    box-sizing: border-box;
    width: 100%;
    padding: 1.5rem 0;
    display: flex;
    z-index: 99;
    position: relative;
    justify-content: space-between;
    background: linear-gradient(120deg, rgb(212,209,198) 0%, rgb(179,174,161,0.5) 100%);
    align-items: center;
    overflow: visible;
}

header .first_pagebar .header_guide .top_learning svg {
    filter: drop-shadow(0 0 8px #ffffff);
    height: 2.8rem;
    width: auto;
}

header .first_pagebar .top_master::before {
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
}

header .first_pagebar .top_master .head_prime a:hover {
    color: rgb(179,174,161);
    transform: translateZ(10px);
}

header .first_pagebar .top_master .head_prime a:hover::after {
    width: calc(100% - 3rem);
}

.teaching_history {
    padding: 120px 0;
    background: rgb(239,238,234);
    overflow: hidden;
    position: relative;
}

.teaching_history .learner_feedback {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    grid-template-columns: 350px 1fr;
    position: relative;
    background: #ffffff;
    max-width: 1000px;
    overflow: hidden;
    gap: 50px;
    margin: 0 auto;
    border-radius: 21px;
    display: grid;
}

.teaching_history .img_item:hover::after {
    opacity: 0;
}

.teaching_history .name {
    left: 30px;
    position: absolute;
    margin: 0;
    bottom: 60px;
    transition: transform 0.3s ease;
    z-index: 2;
    font-weight: 700;
    padding-bottom: 0;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 19px;
}

.teaching_history .career_projects::before {
    content: "";
    left: 40px;
    opacity: 0.2;
    top: 40px;
    background: linear-gradient(to right bottom, 
        rgb(212,209,198) 0%, 
        rgb(212,209,198) 50%, 
        transparent 50%, 
        transparent 100%);
    width: 40px;
    height: 30px;
    position: absolute;
}

.offer_grid::before {
    width: 35%;
    right: -5%;
    opacity: 0.5;
    background: linear-gradient(135deg, rgb(212,209,198,0.5), rgb(179,174,161,0.5));
    transform: rotate(-15deg);
    content: "";
    top: -10%;
    position: absolute;
    filter: blur(60px);
    z-index: 1;
    height: 50%;
}

.offer_grid .container {
    padding: 0 20px;
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.offer_grid .learning_deals h2::after {
    bottom: -10px;
    content: "";
    width: 80px;
    position: absolute;
    background: linear-gradient(to right, rgb(212,209,198), rgb(179,174,161));
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
}

.offer_grid .pricing_pack {
    transition: transform var(--card-transition);
    color: inherit;
    text-decoration: none;
    transform: translateY(0);
    height: 100%;
    display: block;
}

.offer_grid .pricing_pack:hover .basic_cost::before {
    transform: scaleX(1);
}

.offer_grid .value_pricing {
    flex-grow: 1;
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding: 35px 30px;
    position: relative;
}

.offer_grid .pricing_pack:hover .value_pricing h3 {
    color: var(--card-accent);
}

.offer_grid .study_price::after {
    position: absolute;
    bottom: -10px;
    content: "";
    height: 2px;
    transition: width 0.3s ease;
    width: 40px;
    background-color: var(--card-accent);
    left: 0;
}

.offer_grid .img_item::after {
    position: absolute;
    left: 0;
    transition: opacity 0.4s ease;
    opacity: 0;
    top: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    bottom: 0;
    content: "";
    right: 0;
}

.thanksGrid::after {
    top: -10%;
    width: 40%;
    right: -5%;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 80%);
    z-index: 0;
    background: linear-gradient(45deg, rgba(rgb(212,209,198), 0.03) 0%, rgba(rgb(179,174,161), 0.05) 100%);
    transform: rotate(-15deg);
    position: absolute;
    height: 70%;
    content: "";
    animation: float 15s infinite ease-in-out;
}

.thanksGrid .skill_classes {
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 25px;
    box-shadow: 
        0 15px 35px rgba(#000000, 0.05),
        0 5px 15px rgba(#000000, 0.03);
    transform: translateZ(5px);
    position: relative;
    overflow: hidden;
    padding: 3rem;
}

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

.thanksGrid li::before {
    top: 0.5rem;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    box-shadow: 0 0 0 3px rgba(rgb(179,174,161), 0.1);
    position: absolute;
    background: rgb(179,174,161);
    left: -1.5rem;
    content: "";
}

.privacy_niche::before {
    height: 200px;
    position: absolute;
    width: 200px;
    opacity: 0.1;
    content: '';
    right: -50px;
    top: -50px;
    z-index: 0;
    background: radial-gradient(circle, rgb(212,209,198), transparent);
}

.privacy_niche h2 {
    position: relative;
    margin-bottom: 20px;
    margin-top: 35px;
    font-size: 28px;
    z-index: 1;
    color: rgb(179,174,161);
    font-weight: 600;
}

.privacy_niche h4 {
    font-size: 22px;
}

.privacy_niche h5 {
    font-size: calc(22px - 0.2rem);
}

.privacy_niche ul,
.privacy_niche ol {
    padding-left: 20px;
    margin-top: 15px;
    z-index: 1;
    position: relative;
}

.privacy_niche p {
    position: relative;
    margin-bottom: 25px;
    z-index: 1;
    font-size: 14px;
}

.privacy_niche section {
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    padding-top: 25px;
    margin: 50px 0;
}

.educational_rewards::after {
    filter: blur(100px);
    height: 400px;
    content: "";
    width: 400px;
    z-index: 0;
    opacity: 0.5;
    background: linear-gradient(225deg, rgb(179,174,161,0.5), rgb(212,209,198,0.5));
    left: -10%;
    transform: translateZ(0);
    bottom: -10%;
    position: absolute;
}

.educational_rewards .img_item {
    max-height: 500px;
    object-fit: cover;
    width: 100%;
    height: auto;
    transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    border-radius: 5px;
    box-shadow: 
        15px 15px 30px rgba(0,0,0,0.1),
        -15px -15px 30px rgba(255,255,255,0.7),
        inset 0 0 0 rgba(0,0,0,0.1),
        inset 0 0 0 rgba(255,255,255,0.7);
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
}

.educational_rewards h1 {
    font-weight: 700;
    font-size: 46px;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #000000;
    position: relative;
    transition: transform 0.4s ease-out;
    transform: translateY(0);
}

.educational_rewards .skill_classes:hover h1::after {
    width: 180px;
}

.educational_rewards li {
    border-radius: 4px;
    transform: translateZ(0);
    position: relative;
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
    padding: 20px;
    box-shadow: 
        5px 5px 10px rgba(0,0,0,0.03),
        -5px -5px 10px rgba(255,255,255,0.8),
        inset 0 0 0 rgba(0,0,0,0.03),
        inset 0 0 0 rgba(255,255,255,0.8);
    transition: all 0.3s ease;
}

.educational_rewards svg path {
    transition: fill 0.3s ease;
}

.cookie_dialog_window {
    position: fixed;
    width: 100%;
    z-index: 90;
    border-top: 2px solid rgb(212,209,198);
    background: rgb(239,238,234);
    bottom: 0;
}

.track_edu {
    min-width: 120px;
    line-height: 35px;
    white-space: nowrap;
    margin-left: 10px;
    text-decoration: none;
    color: rgb(212,209,198);
    text-align: center;
    border-bottom: 2px solid rgb(212,209,198);
    font-size: 24px;
    flex-shrink: 0;
    cursor: pointer;
}

header .top_plank .top_slab div svg, header .top_plank .top_slab div svg path {
    fill: #ffffff;
}

header .top_plank .top_slab div {
    align-items: center;
    margin-right: 24px;
    display: flex;
    justify-content: flex-start;
}

.get_in_touch {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}



.get_in_touch .container {
    padding: 0 15px;
    z-index: 3;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.get_in_touch .request_section {
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    backdrop-filter: blur(10px);
    display: flex;
}

.get_in_touch .inquiry_form h3::after {
    border-radius: 10px;
    width: 60px;
    content: '';
    position: absolute;
    height: 3px;
    left: 0;
    background: #ffffff;
    bottom: 0;
}

.get_in_touch .inquiry_form div:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
}

.get_in_touch .inquiry_form svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.get_in_touch .inquiry_form a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #ffffff;
}

.get_in_touch .help_info::before {
    top: 0;
    border-radius: 0 0 0 100%;
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    background: rgb(212,209,198,0.5);
    right: 0;
}

.get_in_touch form h3::after {
    bottom: 0;
    content: '';
    background: rgb(212,209,198);
    border-radius: 10px;
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
}

.get_in_touch form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.get_in_touch .inquiry_query {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin: 25px 0;
}

.get_in_touch .inquiry_query input[type="checkbox"]:checked::after {
    position: absolute;
    content: '';
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    left: 6px;
    border: solid #ffffff;
    width: 5px;
    top: 2px;
    height: 10px;
}

.get_in_touch .inquiry_query a:hover {
    text-decoration: underline;
    color: rgb(179,174,161);
}

.get_in_touch .help_card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

.get_in_touch .help_card:hover::before {
    left: 100%;
    animation: shine 1.5s infinite;
}

.follow {
    padding: 4rem 2rem;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, rgb(212,209,198,0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.follow .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.follow .skill_classes {
    position: relative;
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 
                0 0 0 1px rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    gap: 2rem;
    border-left: 3px solid rgb(179,174,161);
    display: grid;
    z-index: 2;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 100%);
}

.follow .subscribe_alert {
    font-size: 16px;
    padding: 1rem 1.25rem;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    backdrop-filter: blur(5px);
    width: 100%;
}

.follow .subscribe_box::before {
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
    position: absolute;
    transition: left 0.6s ease;
    content: "";
    top: 0;
    width: 100%;
}

.title_welcome {
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    background: linear-gradient(135deg, rgb(179,174,161,0.5), rgb(212,209,198,0.5));
}

.title_welcome .learn_skillspro {
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    perspective: 1000px;
    min-height: 100vh;
    z-index: 2;
    position: relative;
    max-width: 1400px;
    padding: 3rem 1.5rem;
    margin: 0 auto;
    align-items: center;
}

.title_welcome h3 {
    color: rgb(212,209,198);
    margin-bottom: 2.5rem;
    letter-spacing: 0.01em;
    transform: perspective(1000px) rotateX(2deg);
    font-size: calc(24px * 1.1);
    padding: 2rem;
    backdrop-filter: blur(10px);
    max-width: 90%;
    background: rgb(255, 255, 255, 0.5);
    box-shadow: 
    0 20px 30px rgba(0, 0, 0, 0.1),
    0 2px 8px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1);
    margin-left: auto;
    border-left: 4px solid rgb(179,174,161);
    font-family: Arial, sans-serif;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 600;
    line-height: 1.6;
}

.title_welcome .success_path:hover > div {
    transform: translateY(-10px) translateZ(0);
}

.title_welcome .success_path p {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    position: relative;
    font-weight: 400;
    opacity: 0.9;
    font-size: calc(15px * 1.2);
    line-height: 1.7;
    transform: translateX(0);
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    max-width: 80%;
    padding-left: 1.5rem;
    color: #ffffff;
}

.title_welcome .success_path:hover .title_style_header {
    transform: translateY(-5px);
}

.title_welcome .success_path:hover .title_style_header::after {
    transform: scaleX(1);
}

.our_team {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(239,238,234) 0%, rgba(245, 245, 250, 1) 100%);
}

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

.our_team h1 {
    position: relative;
    transform: translateZ(0);
    margin-bottom: 60px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    font-size: 43px;
}

.our_team .quick_skill {
    border-radius: 5px;
    transform: translateY(0);
    background-color: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    position: relative;
    padding: 40px 35px;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.our_team .quick_skill:hover h4::after {
    transform: scaleX(1);
}

.our_team .quick_skill:nth-child(2) {
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    transform: translateY(30px);
    opacity: 0;
}

.our_team .quick_skill:nth-child(1) {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(30px);
}

.potential_students::after {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.1;
    z-index: 0;
    content: "";
    height: 100%;
    left: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(212,209,198,0.5) 0,
            rgb(212,209,198,0.5) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            rgb(179,174,161,0.5) 0,
            rgb(179,174,161,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
}

.potential_students h4::before {
    left: 0;
    opacity: 0.5;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%),
        radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%);
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
}

.potential_students div p::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(90deg, 
        rgba(rgb(212,209,198), 0.05) 0%, 
        rgba(rgb(179,174,161), 0.05) 100%
    );
    transition: opacity 0.3s ease;
    width: 100%;
    height: 100%;
}

.potential_students div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(212,209,198);
}

.program_details .container {
    margin: 0 auto;
    padding: 4rem 2rem;
    position: relative;
    z-index: 10;
    max-width: 1200px;
    width: 100%;
}

.program_details .container {
    padding: 3rem 1.5rem;
}

.program_details .training_flow::after {
    height: 100px;
    content: '';
    z-index: -1;
    width: 100px;
    border-radius: 50%;
    position: absolute;
    background-color: rgb(179,174,161);
    opacity: 0.1;
    bottom: -30px;
    right: -20px;
}

.program_details .training_flow p {
    margin-left: auto;
    margin-bottom: 2.5rem;
    margin-right: auto;
    line-height: 1.8;
    max-width: 700px;
    color: #000000;
    font-size: 16px;
}

.program_details .training_flow .help_card::before {
    transform: translateY(100%);
    width: 100%;
    top: 0;
    z-index: -1;
    background-color: rgb(179,174,161);
    left: 0;
    position: absolute;
    content: '';
    height: 100%;
    border-radius: 50px;
    transition: transform 0.4s ease;
}

.program_details .coding_expert {
    width: 500%;
    height: 100%;
    animation: carousel-slide 25s ease-in-out infinite;
    display: flex;
}

.program_details .coding_expert {
    width: 600%;
    animation-duration: 20s;
}

.program_details .education_track {
    position: relative;
    height: 100%;
    width: 20%;
}

.program_details .education_track {
    width: 16.6667%;
}

.program_details .feature-item {
    padding: 25px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    width: calc(33.333% - 20px);
    background-color: #ffffff;
    min-width: 250px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.program_details .feature-item {
    min-width: 100%;
    padding: 20px;
}



@media (max-width: 576px) {footer .connect_now {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .top_master h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .head_nav a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .subscribe_box {
    padding: 12px;
}}



@media (max-width: 992px) {.teaching_history {
    padding: 100px 0;
}.teaching_history .learner_feedback {
    gap: 40px;
    grid-template-columns: 300px 1fr;
}.teaching_history .img_item {
    min-height: 350px;
}.teaching_history .career_projects {
    padding: 40px 30px;
}.teaching_history .career_projects::before {
    width: 30px;
    height: 24px;
    top: 30px;
    left: 30px;
}.teaching_history .career_projects::after {
    height: 24px;
    bottom: 30px;
    right: 30px;
    width: 30px;
}
}



@media (max-width: 480px) {.teaching_history {
    padding: 60px 0;
}.teaching_history .img_item {
    min-height: 250px;
    height: 250px;
}.teaching_history .career_projects {
    padding: 30px 20px;
    font-size: calc(12px * 0.9);
}.teaching_history .name {
    left: 20px;
    font-size: calc(19px * 0.85);
    bottom: 45px;
}.teaching_history .learner_feedback span:not(.name) {
    bottom: 20px;
    left: 20px;
    font-size: calc(12px * 0.9);
}.teaching_history .career_projects::before,
    .teaching_history .career_projects::after {
    height: 16px;
    width: 20px;
}}



@media (max-width: 480px) {.offer_grid {
    padding: 50px 0 30px;
}.offer_grid .learning_deals h2 {
    font-size: calc(36px - 4px);
}.offer_grid .cost_breakdown {
    font-size: 17px;
}.offer_grid .value_pricing {
    padding: 20px 15px;
}.offer_grid .img_item {
    height: 160px;
}}



@media (max-width: 992px) {.thanksGrid {
    padding: 5rem 0;
}.thanksGrid h2 {
    max-width: 100%;
    font-size: calc(33px * 0.9);
}.thanksGrid .skill_classes {
    padding: 2.5rem;
}
}


@media only screen and (max-width: 800px) {.privacy_niche {
    padding: 30px;
    border-radius: 10px;
    grid-template-columns: 1fr;
}.privacy_niche h1 {
    font-size: calc(22px - 0.5rem);
    grid-column: span 1;
}.privacy_niche h2 {
    font-size: calc(22px - 0.4rem);
}.privacy_niche p {
    font-size: calc(14px - 0.2rem);
}}



@media (max-width: 767px) {.educational_rewards {
    padding: 60px 0;
}.educational_rewards .img_item {
    max-height: 350px;
}.educational_rewards .skill_classes {
    padding: 25px;
}.educational_rewards h1 {
    font-size: calc(46px * 0.7);
}.educational_rewards li {
    padding: 15px;
}.educational_rewards li p {
    font-size: calc(13px * 0.95);
}
}


@media only screen and (max-width: 800px) {.cookie_reset {
    display: none;
}.cookie_customize {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_dialog_window h5 {
    text-align: center;
}.cookie_dialog_window p {
    text-align: center;
}.cookie_none {
    margin-bottom: 20px;
}body .wrapper-template .track_edu {
    margin-left: 0;
}}



@media (max-width: 480px) {.get_in_touch {
    padding: 40px 0;
}.get_in_touch .inquiry_form,
    .get_in_touch .help_info {
    padding: 25px 15px;
}.get_in_touch .inquiry_form h3,
    .get_in_touch form h3 {
    margin-bottom: 20px;
    font-size: calc(32px * 0.7);
}.get_in_touch .inquiry_form div {
    align-items: flex-start;
    flex-direction: column;
}.get_in_touch .inquiry_form svg {
    margin-bottom: 10px;
    margin-right: 0;
}.get_in_touch .inquiry_form div:hover {
    transform: translateX(0);
}.get_in_touch .inquiry_query {
    flex-direction: column;
}.get_in_touch .inquiry_query input[type="checkbox"] {
    margin-bottom: 10px;
}}



@media (max-width: 480px) {.follow {
    padding: 3rem 1.5rem;
}.follow .skill_classes {
    padding: 1.5rem;
}.follow h3 {
    padding-left: 1rem;
    font-size: calc(23px * 0.85);
}.follow .subscribe_alert {
    padding: 0.9rem 1rem;
}}



@media (max-width: 576px) {.title_welcome .learn_skillspro {
    padding: 1rem 0.75rem;
}.title_welcome h3 {
    border-left: 3px solid rgb(179,174,161);
    padding: 1rem;
    margin-bottom: 1.25rem;
    transform: none;
    font-size: 18px;
}.title_welcome .success_path {
    min-height: 300px;
    height: 45vh;
}.title_welcome .success_path > div {
    padding: 1.25rem;
}.title_welcome .success_path p {
    font-size: 15px;
    margin-bottom: 1rem;
}.title_welcome .title_style_header {
    font-size: 34px;
}.title_welcome .title_style_header::after {
    height: 2px;
}}



@media (max-width: 991px) {.potential_students {
    padding: 80px 0;
}.potential_students h4 {
    padding: 30px 25px;
    font-size: calc(35px - 2px);
}.potential_students div {
    padding: 30px;
}.potential_students div p {
    margin-bottom: 15px;
    padding: 15px;
}.potential_students div p svg {
    height: 24px;
    min-width: 24px;
    margin-right: 15px;
    width: 24px;
}
}



@media (max-width: 479px) {.potential_students {
    padding: 40px 0;
}.potential_students h4 {
    font-size: calc(35px - 6px);
    padding: 20px 15px;
}.potential_students div {
    padding: 20px 15px;
}.potential_students div p {
    padding: 10px 12px;
    margin-bottom: 10px;
    font-size: calc(16px - 1px);
}.potential_students div p svg {
    width: 18px;
    margin-right: 10px;
    min-width: 18px;
    height: 18px;
}}



@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 5rem;
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



@keyframes patternShift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 100px;
  }
}



@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}

