﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1134px;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}.top_wrap {
    flex: 1 0 auto;
}.grid-container {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}svg {
    height: 30px;
    width: 30px;
}.mod_tools {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.program_outcomes {
    position: relative;
    padding: 8rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,222,228) 0%, rgb(138,143,167,0.5) 100%);
}.program_outcomes::before {
    left: 0;
    height: 100%;
    position: absolute;
    background-image: radial-gradient(circle at 80% 20%, rgb(176,181,197,0.5) 0%, transparent 60%);
    top: 0;
    pointer-events: none;
    z-index: 0;
    width: 100%;
    content: "";
}.program_outcomes::after {
    width: 20rem;
    right: -5rem;
    position: absolute;
    bottom: -5rem;
    z-index: 0;
    height: 20rem;
    pointer-events: none;
    content: "";
    filter: blur(5rem);
    background: linear-gradient(45deg, rgb(138,143,167,0.5) 0%, transparent 70%);
}.program_outcomes h5 {
    font-weight: 700;
    line-height: 1.5;
    max-width: 80%;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(0);
    z-index: 2;
    text-align: center;
    color: #000000;
    margin-bottom: 4rem;
    margin-right: auto;
    position: relative;
    margin-left: auto;
    font-size: 21px;
}.program_outcomes h5::after {
    width: 6rem;
    height: 0.25rem;
    content: "";
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(176,181,197) 0%, rgb(138,143,167) 100%);
    transform: translateX(-50%);
    left: 50%;
    bottom: -1rem;
}.program_outcomes .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.program_outcomes .learn_study {
    gap: 3rem;
    position: relative;
    flex-direction: column;
    display: flex;
    padding: 1rem;
}.program_outcomes .learn_study > div:first-child {
    order: 1;
    border-radius: 26px;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}.program_outcomes .learn_study > div:first-child::before {
    top: 0;
    opacity: 0.4;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(135deg, transparent 0%, rgb(176,181,197,0.5) 100%);
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
}.program_outcomes .learn_study > div:first-child:hover {
    transform: perspective(1000px) rotateY(0deg);
}.program_outcomes .post_image {
    transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    object-fit: cover;
    height: 100%;
    display: block;
    transform: scale(1.05);
}.program_outcomes .learn_study > div:first-child:hover .post_image {
    transform: scale(1);
}.program_outcomes .description_wrap {
    padding: 1rem;
    order: 2;
    position: relative;
}.program_outcomes .description_wrap::before {
    filter: blur(2rem);
    top: -3rem;
    background: radial-gradient(circle, rgb(138,143,167,0.5) 0%, transparent 70%);
    position: absolute;
    left: -1rem;
    pointer-events: none;
    width: 8rem;
    height: 8rem;
    z-index: -1;
    content: "";
}.program_outcomes ul {
    gap: 1.75rem;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
    list-style: none;
}.program_outcomes li {
    transform: translateX(0);
    transition: transform 0.4s ease-out;
    padding-left: 3rem;
    position: relative;
}.program_outcomes li:hover {
    transform: translateX(0.5rem);
}.program_outcomes li div {
    position: relative;
}.program_outcomes li p {
    line-height: 1.6;
    color: #000000;
    margin: 0;
    position: relative;
    font-size: 12px;
    align-items: flex-start;
    display: flex;
}.program_outcomes li p svg {
    position: absolute;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    top: 0.125rem;
    height: 1.75rem;
    width: 1.75rem;
    transition: transform 0.3s ease;
    left: -3rem;
}.program_outcomes li:hover p svg {
    transform: rotate(10deg) scale(1.1);
}.program_outcomes li p svg path {
    transition: fill 0.3s ease;
    fill: rgb(176,181,197);
}.program_outcomes li:hover p svg path {
    fill: rgb(138,143,167);
}.program_outcomes li:nth-child(odd) {
    transform: translateX(0);
}.program_outcomes li:nth-child(odd):hover {
    transform: translateX(0.5rem);
}.program_outcomes li:nth-child(even) {
    transform: translateX(0);
}.program_outcomes li:nth-child(even):hover {
    transform: translateX(0.5rem);
}

@media (min-width: 768px) {.program_outcomes {
    padding: 10rem 3rem;
}.program_outcomes h5 {
    max-width: 70%;
    font-size: calc(21px * 1.2);
}.program_outcomes .learn_study {
    flex-direction: row;
    align-items: center;
    gap: 5rem;
}.program_outcomes .learn_study > div:first-child {
    flex: 0 0 45%;
    transform: perspective(1000px) rotateY(-8deg);
    order: 0;
}.program_outcomes .description_wrap {
    flex: 0 0 50%;
    padding-right: 2rem;
}.program_outcomes ul {
    gap: 2rem 3rem;
    grid-template-columns: repeat(2, 1fr);
}.program_outcomes li:nth-child(odd) {
    transform: translateY(-0.5rem);
}.program_outcomes li:nth-child(odd):hover {
    transform: translateY(-0.5rem) translateX(0.5rem);
}.program_outcomes li:nth-child(even) {
    transform: translateY(0.5rem);
}.program_outcomes li:nth-child(even):hover {
    transform: translateY(0.5rem) translateX(0.5rem);
}
}

@media (min-width: 992px) {.program_outcomes {
    padding: 12rem 4rem;
}.program_outcomes h5 {
    max-width: 60%;
    font-size: calc(21px * 1.4);
}.program_outcomes .learn_study {
    gap: 8rem;
}.program_outcomes .learn_study > div:first-child {
    flex: 0 0 40%;
}.program_outcomes .description_wrap {
    flex: 0 0 55%;
}.program_outcomes li p {
    font-size: calc(12px * 1.05);
}.program_outcomes li p svg {
    height: 2rem;
    width: 2rem;
}
}

@media (min-width: 1200px) {.program_outcomes .learn_study > div:first-child::after {
    content: "";
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    bottom: -2rem;
    width: 70%;
    position: absolute;
    background: linear-gradient(45deg, rgb(176,181,197,0.5) 0%, rgb(138,143,167,0.5) 100%);
    height: 70%;
    opacity: 0.7;
    filter: blur(1rem);
    border-radius: 10px;
    z-index: -1;
    transform: rotate(-5deg);
    right: -2rem;
}.program_outcomes .learn_study > div:first-child:hover::after {
    transform: rotate(0deg);
}.program_outcomes ul {
    gap: 3rem 4rem;
}
}

@media (max-width: 767px) {.program_outcomes {
    padding: 6rem 1.5rem;
}.program_outcomes h5 {
    font-size: calc(21px * 0.9);
    max-width: 100%;
    margin-bottom: 3rem;
}.program_outcomes li {
    margin-bottom: 1.25rem;
}.program_outcomes li p {
    font-size: calc(12px * 0.95);
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    bottom: 0;
    left: 0;
    background: linear-gradient(145deg, rgb(220,222,228) 0%, rgb(176,181,197,0.5) 100%);
    content: "";
    top: 0;
    position: absolute;
    opacity: 0.9;
    z-index: -2;
    right: 0;
}footer::after {
    background-image: 
        repeating-linear-gradient(0deg, rgb(176,181,197,0.5), rgb(176,181,197,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(176,181,197,0.5), rgb(176,181,197,0.5) 1px, transparent 1px, transparent 20px);
    opacity: 0.1;
    left: 0;
    z-index: -1;
    bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
}.mod_tools {
    color: #000000;
    position: relative;
    padding: 4rem 0 2rem;
}.mod_tools::after {
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(176,181,197), rgb(138,143,167));
    width: 100%;
    height: 6px;
    left: 0;
}.mod_tools .container {
    position: relative;
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
}.mod_tools .company_holder {
    padding: 2rem 2.5rem;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    flex: 1 1 400px;
    background: #ffffff;
}.mod_tools .company_holder::before {
    content: "";
    border-top-left-radius: 20px;
    background: rgb(176,181,197);
    height: 5px;
    left: 0;
    width: 100%;
    top: 0;
    border-top-right-radius: 20px;
    position: absolute;
}.mod_tools .company_holder h3 {
    font-size: 36px;
    color: rgb(176,181,197);
    margin: 0 0 1.5rem;
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 700;
}.mod_tools .company_holder h3::after {
    width: 80px;
    bottom: -0.5rem;
    height: 3px;
    background: rgb(138,143,167);
    position: absolute;
    content: "";
    left: 0;
}.mod_tools .learn_nav {
    padding: 1.5rem;
    border-left: 3px solid rgb(138,143,167);
    line-height: 1.7;
    color: #000000;
    font-size: 16px;
    background: rgb(220,222,228);
    position: relative;
    border-radius: 10px;
}.mod_tools .testimonial {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.mod_tools .first_lesson {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}.mod_tools .main_learning {
    min-width: 200px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    flex: 1 1 calc(50% - 1.25rem);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.mod_tools .main_learning h5 {
    position: relative;
    font-size: 22px;
    padding: 1rem 1.5rem;
    background: rgb(138,143,167);
    margin: 0;
    font-weight: 600;
    color: #ffffff;
}.mod_tools .main_learning .first_lesson {
    gap: 0;
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
}.mod_tools .main_learning .first_lesson a {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 0.8rem 1.5rem;
    font-size: 16px;
    color: #000000;
    transition: all 0.3s ease;
}.mod_tools .main_learning .first_lesson a::before {
    z-index: -1;
    background: rgb(220,222,228);
    width: 0;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    height: 100%;
    content: "";
    position: absolute;
}.mod_tools .main_learning .first_lesson a::after {
    top: 50%;
    opacity: 0;
    width: 5px;
    position: absolute;
    content: "";
    transform: translateY(-50%);
    transition: all 0.3s ease;
    left: 1.5rem;
    border-radius: 50%;
    height: 5px;
    background: rgb(138,143,167);
}.mod_tools .main_learning .first_lesson a:hover {
    padding-left: 2.2rem;
    color: rgb(176,181,197);
}.mod_tools .main_learning .first_lesson a:hover::before {
    width: 100%;
}.mod_tools .main_learning .first_lesson a:hover::after {
    opacity: 1;
}.syllabus_ref {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 3rem;
    padding: 2rem 0;
    background: rgb(220,222,228);
}.syllabus_ref::before {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(176,181,197,0.5), transparent);
    content: "";
    right: 10%;
    left: 10%;
    top: 0;
    position: absolute;
}.syllabus_ref .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.syllabus_ref .pitch_comp {
    font-size: 16px;
    color: #000000;
    border-radius: 50px;
    padding: 0.8rem 2rem;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-weight: 400;
}

@media (max-width: 1200px) {.mod_tools .container {
    gap: 2rem;
}.mod_tools .company_holder {
    flex: 1 1 360px;
}.mod_tools .testimonial {
    flex: 1 1 calc(100% - 400px);
    min-width: 360px;
}.mod_tools .first_lesson {
    gap: 2rem;
}
}

@media (max-width: 992px) {.mod_tools {
    padding: 3.5rem 0 2rem;
}.mod_tools .container {
    gap: 2.5rem;
    flex-direction: column;
}.mod_tools .company_holder,
    .mod_tools .testimonial {
    flex: 1 1 100%;
    min-width: 100%;
}.mod_tools .main_learning {
    flex: 1 1 calc(50% - 1rem);
    min-width: 200px;
}
}

@media (max-width: 768px) {.mod_tools {
    padding: 3rem 0 1.5rem;
}.mod_tools .first_lesson {
    gap: 1.5rem;
}.mod_tools .company_holder {
    padding: 2rem;
}.mod_tools .company_holder h3 {
    font-size: calc(36px - 2px);
}.syllabus_ref {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.mod_tools {
    padding: 2.5rem 0 1rem;
}.mod_tools .container {
    gap: 1.5rem;
}.mod_tools .main_learning {
    min-width: 100%;
    flex: 1 1 100%;
}.mod_tools .first_lesson {
    gap: 1rem;
}.mod_tools .company_holder {
    padding: 1.5rem;
}.mod_tools .learn_nav {
    padding: 1.2rem;
}.syllabus_ref {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}
}

@media (max-width: 420px) {.mod_tools .company_holder h3::after {
    width: 50px;
}.mod_tools .main_learning .first_lesson a:hover {
    padding-left: 2rem;
}.syllabus_ref .pitch_comp {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}.mentorship_profile {
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(220,222,228) 0%, rgb(138,143,167,0.5) 100%);
}.mentorship_profile::before {
    opacity: 0.05;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    background-image: 
    linear-gradient(45deg, rgb(138,143,167,0.5) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(138,143,167,0.5) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(138,143,167,0.5) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(138,143,167,0.5) 75%);
    background-size: 20px 20px;
    z-index: 1;
    left: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    width: 100%;
}.mentorship_profile .container {
    z-index: 2;
    perspective: 1000px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.mentorship_profile .user_praise {
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: grid;
    padding: 2.5rem;
    grid-template-columns: 1fr;
    overflow: hidden;
    border-left: 4px solid rgb(176,181,197);
    transform: rotateY(-5deg);
    box-shadow: 
    0 10px 30px rgba(0,0,0,0.05),
    0 20px 60px rgba(0,0,0,0.08);
    gap: 2rem;
    position: relative;
}.mentorship_profile .user_praise::after {
    content: "";
    left: 0;
    pointer-events: none;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(
    135deg,
    transparent 0%,
    rgba(rgb(176,181,197), 0.02) 100%
  );
}.mentorship_profile .user_praise:hover {
    transform: rotateY(0deg) translateZ(10px);
    box-shadow: 
    0 15px 35px rgba(0,0,0,0.08),
    0 25px 70px rgba(0,0,0,0.12);
}.mentorship_profile .user_praise > div:first-child {
    transform: translateX(-2rem);
    animation: slide-in 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: relative;
    opacity: 0;
}.mentorship_profile .post_image {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    box-shadow: 
    0 5px 15px rgba(0,0,0,0.1),
    0 0 0 5px #ffffff,
    0 0 0 8px rgb(138,143,167,0.5);
    animation: pulse 6s infinite alternate;
}.mentorship_profile .user_praise > div:nth-child(2) {
    animation: slide-up 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    opacity: 0;
    transform: translateY(1rem);
}.mentorship_profile .name {
    font-size: 23px;
    margin: 0 0 0.5rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: rgb(176,181,197);
}.mentorship_profile .name::after {
    background: rgb(138,143,167);
    position: absolute;
    width: 0;
    bottom: -8px;
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    height: 2px;
    left: 0;
}.mentorship_profile .user_praise:hover .name::after {
    width: 100%;
}.mentorship_profile .user_praise > div:nth-child(2) > div {
    font-size: 0.95rem;
    position: relative;
    font-weight: 600;
    color: #000000;
    opacity: 0.85;
}.mentorship_profile .career_skills {
    color: #000000;
    transform: translateY(1rem);
    opacity: 0;
    font-size: 16px;
    line-height: 1.8;
    animation: slide-up 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    position: relative;
}.mentorship_profile .career_skills::before {
    top: -2.5rem;
    opacity: 0.3;
    position: absolute;
    font-size: 5rem;
    color: rgb(138,143,167,0.5);
    content: "";
    left: -1rem;
    pointer-events: none;
}.mentorship_profile .career_skills::after {
    bottom: -4rem;
    content: "";
    color: rgb(138,143,167,0.5);
    opacity: 0.3;
    pointer-events: none;
    font-size: 5rem;
    position: absolute;
    right: -1rem;
}

@keyframes slide-in {
  0% {
    transform: translateX(-2rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-up {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 
      0 5px 15px rgba(0,0,0,0.1),
      0 0 0 5px #ffffff,
      0 0 0 8px rgb(138,143,167,0.5);
  }
  50% {
    box-shadow: 
      0 8px 20px rgba(0,0,0,0.15),
      0 0 0 5px #ffffff,
      0 0 0 12px rgb(138,143,167,0.5);
  }
}

@media (min-width: 768px) {.mentorship_profile {
    padding: 7rem 3rem;
}.mentorship_profile .user_praise {
    align-items: center;
    padding: 3rem;
    gap: 3rem;
    grid-template-columns: auto 1fr 2fr;
}.mentorship_profile .post_image {
    height: 150px;
    width: 150px;
}.mentorship_profile .name {
    margin-bottom: 0.75rem;
    font-size: calc(23px * 1.1);
}.mentorship_profile .user_praise > div:nth-child(2) > div {
    font-size: 1.05rem;
}.mentorship_profile .career_skills {
    font-size: calc(16px * 1.05);
    padding-right: 2rem;
}
}

@media (min-width: 1200px) {.mentorship_profile {
    padding: 8rem 4rem;
}.mentorship_profile .user_praise {
    border-left-width: 6px;
    padding: 4rem;
    gap: 4rem;
}.mentorship_profile .post_image {
    width: 180px;
    height: 180px;
}.mentorship_profile .career_skills {
    line-height: 1.9;
    font-size: calc(16px * 1.1);
}.mentorship_profile .container::before {
    border-radius: 50%;
    right: -20px;
    filter: blur(30px);
    position: absolute;
    width: 100px;
    opacity: 0.6;
    z-index: -1;
    background: linear-gradient(135deg, rgb(176,181,197,0.5) 0%, transparent 70%);
    height: 100px;
    top: -20px;
    content: "";
}.mentorship_profile .container::after {
    bottom: -30px;
    content: "";
    filter: blur(40px);
    opacity: 0.5;
    left: 10%;
    height: 150px;
    width: 150px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, rgb(138,143,167,0.5) 0%, transparent 70%);
}}.course_demographic {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background: linear-gradient(135deg, rgb(220,222,228) 0%, rgb(176,181,197,0.5) 100%);
}.course_demographic::before {
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    animation: backgroundShift 15s ease-in-out infinite alternate;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(138,143,167,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(176,181,197,0.5) 0%, transparent 40%);
}.course_demographic::after {
    background-size: cover;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    height: 120px;
    z-index: 2;
    bottom: 0;
    background-position: center;
}@keyframes backgroundShift {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

.course_demographic .container {
    z-index: 3;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1140px;
}.course_demographic .learn_study {
    padding: 50px 40px;
    position: relative;
    transform-style: preserve-3d;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 17px;
    perspective: 1000px;
}.course_demographic .learn_study::before {
    right: -10px;
    content: "";
    height: 100px;
    position: absolute;
    background: rgb(138,143,167);
    transform: rotate(-15deg) translateZ(-10px);
    width: 100px;
    border-radius: 10px;
    opacity: 0.3;
    top: -10px;
    z-index: -1;
}.course_demographic .learn_study::after {
    opacity: 0.3;
    background: rgb(176,181,197);
    z-index: -1;
    transform: rotate(10deg) translateZ(-15px);
    height: 120px;
    bottom: -15px;
    left: -15px;
    content: "";
    width: 120px;
    position: absolute;
    border-radius: 10px;
}.course_demographic h4 {
    position: relative;
    padding-bottom: 15px;
    color: rgb(176,181,197);
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
    font-size: 38px;
}.course_demographic h4::after {
    left: 50%;
    border-radius: 10px;
    height: 4px;
    width: 70px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(176,181,197), rgb(138,143,167));
    content: "";
    position: absolute;
    bottom: 0;
}.course_demographic div > div {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
}.course_demographic p {
    transition: all 0.3s ease;
    overflow: hidden;
    color: #000000;
    z-index: 1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 20px;
    margin-bottom: 0;
    font-size: 16px;
    position: relative;
    border-radius: 10px;
    display: flex;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.course_demographic p::before {
    transition: all 0.3s ease;
    content: "";
    height: 100%;
    left: 0;
    z-index: -1;
    background: linear-gradient(to bottom, rgb(176,181,197), rgb(138,143,167));
    position: absolute;
    width: 4px;
    top: 0;
}.course_demographic p::after {
    background: linear-gradient(135deg, rgb(176,181,197,0.5) 0%, transparent 100%);
    left: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    transition: all 0.4s ease;
    z-index: -1;
}.course_demographic p:hover {
    color: #000000;
    transform: translateY(-5px);
}.course_demographic p:hover::before {
    width: 8px;
}.course_demographic p:hover::after {
    opacity: 0.15;
}.course_demographic p svg {
    margin-right: 15px;
    transition: all 0.3s ease;
    height: 24px;
    width: 24px;
    flex-shrink: 0;
}.course_demographic p svg path {
    fill: rgb(176,181,197);
    transition: fill 0.3s ease;
}.course_demographic p:hover svg {
    transform: scale(1.2);
}.course_demographic p:hover svg path {
    fill: rgb(138,143,167);
}@keyframes floatItem {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0px);
    }
}

.course_demographic p:nth-child(odd) {
    animation: floatItem 6s ease-in-out infinite;
}.course_demographic p:nth-child(even) {
    animation: floatItem 7s ease-in-out infinite reverse;
}@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_demographic .learn_study > div p {
    animation: fadeSlideUp 0.6s ease forwards;
    opacity: 0;
}.course_demographic .learn_study > div p:nth-child(1) {
    animation-delay: 0.2s;
}.course_demographic .learn_study > div p:nth-child(2) {
    animation-delay: 0.4s;
}.course_demographic .learn_study > div p:nth-child(3) {
    animation-delay: 0.6s;
}.course_demographic .learn_study > div p:nth-child(4) {
    animation-delay: 0.8s;
}.course_demographic .learn_study > div p:nth-child(5) {
    animation-delay: 1s;
}.course_demographic .learn_study > div p:nth-child(6) {
    animation-delay: 1.2s;
}

@media (max-width: 991px) {.course_demographic {
    padding: 80px 0;
}.course_demographic .learn_study {
    padding: 40px 30px;
}.course_demographic h4 {
    font-size: calc(38px * 0.9);
    margin-bottom: 30px;
}.course_demographic div > div {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.course_demographic p {
    padding: 15px;
}.course_demographic::after {
    height: 80px;
}
}

@media (max-width: 768px) {.course_demographic {
    padding: 70px 0 90px;
}.course_demographic .learn_study {
    padding: 35px 25px;
}.course_demographic h4 {
    font-size: calc(38px * 0.8);
    margin-bottom: 25px;
}.course_demographic div > div {
    grid-template-columns: 1fr;
}.course_demographic::after {
    height: 60px;
}
}

@media (max-width: 576px) {.course_demographic {
    padding: 60px 0 80px;
}.course_demographic .learn_study {
    padding: 30px 20px;
}.course_demographic .learn_study::before,
    .course_demographic .learn_study::after {
    height: 70px;
    width: 70px;
}.course_demographic h4 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.7);
    padding-bottom: 10px;
}.course_demographic h4::after {
    height: 3px;
    width: 50px;
}.course_demographic p {
    font-size: calc(16px * 0.9);
    padding: 12px;
}.course_demographic p svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}.course_demographic::after {
    height: 40px;
}}header {
    overflow: visible;
    z-index: 99;
    position: relative;
    background: rgb(220,222,228);
    width: 100%;
}header::before {
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(176,181,197,0.5) 0%, transparent 50%, rgb(176,181,197,0.5) 100%);
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.15;
    z-index: -1;
    position: absolute;
}header .top_sitewrap {
    gap: 15px;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    grid-template-rows: auto auto;
    padding: 20px;
}header .top_sitewrap::after {
    width: 100%;
    height: 1px;
    content: "";
    top: 50%;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(176,181,197,0.5), transparent);
    position: absolute;
}header .top_sitewrap .header_start {
    justify-self: center;
    padding: 5px 20px 15px;
    position: relative;
    z-index: 10;
}header .top_sitewrap .header_start::before,
header .top_sitewrap .header_start::after {
    height: 90%;
    content: "";
    position: absolute;
    border-radius: 21px;
    width: 90%;
}header .top_sitewrap .header_start::before {
    top: -5px;
    transform: scale(0);
    left: -5px;
    border-left: 2px solid rgb(176,181,197);
    transform-origin: top left;
    transition: transform 0.3s ease;
    border-top: 2px solid rgb(176,181,197);
}header .top_sitewrap .header_start::after {
    border-bottom: 2px solid rgb(138,143,167);
    border-right: 2px solid rgb(138,143,167);
    bottom: -5px;
    transition: transform 0.3s ease;
    transform-origin: bottom right;
    right: -5px;
    transform: scale(0);
}header .top_sitewrap .header_start:hover::before,
header .top_sitewrap .header_start:hover::after {
    transform: scale(1);
}header .top_sitewrap .header_start .header_navbar {
    transition: transform 0.3s ease;
    display: block;
}header .top_sitewrap .header_start .header_navbar svg {
    height: 60px;
    width: auto;
}header .top_sitewrap .main_learning {
    padding: 20px 0 10px;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    list-style: none;
    background: linear-gradient(180deg, transparent, rgb(138,143,167) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    position: relative;
}header .top_sitewrap .main_learning::before,
header .top_sitewrap .main_learning::after {
    content: "";
    top: 15%;
    width: 2px;
    background: rgb(176,181,197,0.5);
    position: absolute;
    height: 70%;
}header .top_sitewrap .main_learning::before {
    left: 0;
}header .top_sitewrap .main_learning::after {
    right: 0;
}header .top_sitewrap .main_learning .header_mainbar {
    padding: 0 15px;
    margin: 0;
    transition: transform 0.3s ease;
    position: relative;
}header .top_sitewrap .main_learning .header_mainbar:not(:last-child)::after {
    width: 1px;
    content: "";
    height: 60%;
    position: absolute;
    right: 0;
    top: 20%;
    background: rgb(138,143,167,0.5);
}header .top_sitewrap .main_learning .header_mainbar:hover {
    transform: translateY(-3px);
}header .top_sitewrap .main_learning .header_mainbar a {
    position: relative;
    transition: color 0.3s ease;
    text-align: center;
    text-decoration: none;
    display: block;
    font-family: Arial, sans-serif;
    font-weight: 600;
    padding: 10px 5px;
    color: #000000;
    font-size: 18px;
}header .top_sitewrap .main_learning .header_mainbar a:hover {
    color: rgb(176,181,197);
}header .top_sitewrap .main_learning .header_mainbar a::before {
    left: 0;
    bottom: 5px;
    content: "";
    width: 100%;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    background: rgb(138,143,167);
    position: absolute;
    height: 2px;
}header .top_sitewrap .main_learning .header_mainbar a:hover::before {
    transform: scaleX(1);
}

@media (min-width: 993px) {header .top_sitewrap {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    padding: 15px 30px;
}header .top_sitewrap .main_learning {
    padding: 20px 10px 10px;
}
}

@media (max-width: 992px) {header .top_sitewrap {
    gap: 10px;
    grid-template-rows: auto auto;
    padding: 15px;
}header .top_sitewrap .header_start {
    padding: 5px 10px;
}header .top_sitewrap .header_start .header_navbar svg {
    height: 45px;
}header .top_sitewrap .main_learning {
    padding: 15px 0 10px;
}header .top_sitewrap .main_learning .header_mainbar {
    padding: 0 10px;
}header .top_sitewrap .main_learning .header_mainbar a {
    padding: 8px 3px;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header .top_sitewrap .main_learning {
    flex-wrap: wrap;
    justify-content: center;
}header .top_sitewrap .main_learning .header_mainbar {
    margin: 3px 0;
}header .top_sitewrap .main_learning .header_mainbar:not(:last-child)::after {
    display: none;
}}.newsletter_subscription {
    background: linear-gradient(135deg, rgb(220,222,228) 0%, rgb(138,143,167,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
}.newsletter_subscription::before {
    height: 200%;
    z-index: 1;
    width: 200%;
    left: -50%;
    background: 
        radial-gradient(circle at 30% 30%, rgb(176,181,197,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgb(138,143,167,0.5) 0%, transparent 50%);
    animation: rotateBg 30s linear infinite;
    position: absolute;
    content: "";
    top: -50%;
    opacity: 0.3;
}@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.newsletter_subscription .learn_study {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.newsletter_subscription .feedback_query {
    display: flex;
    flex-direction: column;
    width: 80%;
    max-width: 800px;
    margin-left: 5%;
    position: relative;
}.newsletter_subscription h3 {
    transform: translateX(-5%);
    border-radius: 10px 10px 0 0;
    padding: 1.5rem 2rem;
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 20px;
    margin-bottom: 0;
    z-index: 3;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}.newsletter_subscription h3::after {
    right: -15px;
    position: absolute;
    background: rgb(176,181,197);
    transform: rotate(45deg);
    content: "";
    bottom: -15px;
    z-index: -1;
    height: 30px;
    width: 30px;
}.newsletter_subscription .input_holder {
    position: relative;
    padding: 2.5rem 3rem;
    border-radius: 0 0 10px 10px;
    z-index: 2;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    flex-wrap: wrap;
    display: flex;
    transform: translateX(5%);
}.newsletter_subscription input[type="email"] {
    flex: 1 1 250px;
    margin-right: 1.5rem;
    z-index: 1;
    background: rgb(220,222,228);
    margin-bottom: 1rem;
    color: #000000;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    font-size: 14px;
    border: none;
}.newsletter_subscription input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(176,181,197);
    transform: translateY(-5px);
    outline: none;
}.newsletter_subscription input[type="submit"] {
    transition: all 0.3s ease;
    background: rgb(176,181,197);
    cursor: pointer;
    flex: 0 0 auto;
    border: none;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-weight: 600;
    padding: 1rem 2rem;
    color: #ffffff;
    z-index: 1;
    border-radius: 10px;
    font-size: 18px;
    position: relative;
}.newsletter_subscription input[type="submit"]::before {
    top: 0;
    height: 100%;
    background: rgb(138,143,167);
    z-index: -1;
    content: "";
    transition: all 0.3s ease;
    left: -100%;
    position: absolute;
    width: 100%;
}.newsletter_subscription input[type="submit"]:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}.newsletter_subscription input[type="submit"]:hover::before {
    left: 0;
}.newsletter_subscription::after {
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(176,181,197) 49.5%, rgb(176,181,197) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(176,181,197) 49.5%, rgb(176,181,197) 50.5%, transparent 50.5%);
    background-size: 20px 20px;
    content: "";
    pointer-events: none;
    animation: patternMove 15s linear infinite;
    position: absolute;
    opacity: 0.1;
    width: 40%;
    height: 70%;
    z-index: 1;
    top: 15%;
    right: -10%;
}@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.newsletter_subscription .input_holder::before {
    position: absolute;
    border-radius: 50%;
    right: -50px;
    border: 2px solid rgb(138,143,167,0.5);
    content: "";
    height: 100px;
    opacity: 0.3;
    top: -30px;
    pointer-events: none;
    width: 100px;
}.newsletter_subscription .input_holder::after {
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    width: 50px;
    bottom: -25px;
    background: rgb(176,181,197,0.5);
    position: absolute;
    opacity: 0.5;
    height: 50px;
    content: "";
    left: 10%;
    transform: rotate(180deg);
}

@media (max-width: 992px) {.newsletter_subscription .feedback_query {
    width: 90%;
    margin: 0 auto;
}.newsletter_subscription h3 {
    transform: translateX(0);
}.newsletter_subscription .input_holder {
    transform: translateX(0);
}
}

@media (max-width: 768px) {.newsletter_subscription {
    padding: 4rem 1.5rem;
}.newsletter_subscription .feedback_query {
    width: 100%;
}.newsletter_subscription h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(20px * 0.9);
}.newsletter_subscription .input_holder {
    padding: 2rem;
}.newsletter_subscription input[type="email"] {
    flex: 1 1 100%;
    margin-right: 0;
}.newsletter_subscription input[type="submit"] {
    margin-top: 1rem;
    width: 100%;
}
}

@media (max-width: 480px) {.newsletter_subscription {
    padding: 3rem 1rem;
}.newsletter_subscription h3 {
    padding: 1rem 1.2rem;
    font-size: calc(20px * 0.8);
}.newsletter_subscription .input_holder {
    padding: 1.5rem;
}.newsletter_subscription input[type="email"] {
    padding: 0.8rem 1rem;
}.newsletter_subscription input[type="submit"] {
    padding: 0.8rem 1.5rem;
}.newsletter_subscription .input_holder::before,
    .newsletter_subscription .input_holder::after {
    display: none;
}}.about_this {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.about_this::before {
    top: 0;
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(176,181,197,0.5) 70%);
    width: 100%;
    height: 100%;
}.about_this::after {
    transform: rotate(15deg);
    right: -50px;
    bottom: -50px;
    width: 250px;
    z-index: 1;
    content: "";
    animation: float 10s ease-in-out infinite;
    position: absolute;
    border: 3px solid rgb(138,143,167,0.5);
    height: 250px;
}.about_this h4 {
    opacity: 0;
    position: relative;
    z-index: 2;
    transform: translateX(20px);
    animation: slideIn 0.8s forwards 0.2s ease-out;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 2rem;
    font-size: 37px;
    color: #ffffff;
    padding-left: 2rem;
    font-weight: 700;
}.about_this h4::before {
    left: 0;
    width: 1.5rem;
    content: "";
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    background: rgb(138,143,167);
    height: 3px;
}.about_this .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 15px;
}.about_this .description_wrap {
    padding: 3rem;
    transform: translateY(20px);
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation: fadeUp 1s forwards 0.4s ease-out;
}.about_this .description_wrap h6 {
    color: rgb(176,181,197);
    font-size: 21px;
    padding-bottom: 0.8rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 1.5rem;
}.about_this .description_wrap h6::after {
    position: absolute;
    background: linear-gradient(to right, rgb(138,143,167), transparent);
    height: 2px;
    content: "";
    left: 0;
    width: 100%;
    bottom: 0;
}.about_this .description_wrap div {
    position: relative;
}.about_this .description_wrap span {
    column-count: 1;
    line-height: 1.8;
    position: relative;
    display: block;
    font-size: 15px;
    color: #000000;
    column-gap: 2rem;
    z-index: 2;
}.about_this .description_wrap::before {
    top: 3rem;
    border: 1px dashed rgb(138,143,167,0.5);
    height: 40%;
    width: 40%;
    transform: rotate(-5deg);
    z-index: 1;
    right: 2rem;
    position: absolute;
    opacity: 0.5;
    content: "";
}

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

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@media (min-width: 768px) {.about_this {
    padding: 7rem 0;
}.about_this h4 {
    font-size: calc(37px * 1.2);
    padding-left: 3rem;
}.about_this h4::before {
    width: 2.5rem;
}.about_this .description_wrap {
    margin-left: 3rem;
    padding: 4rem;
}.about_this .description_wrap span {
    column-count: 2;
}.about_this .description_wrap::before {
    width: 30%;
    height: 50%;
}
}

@media (min-width: 992px) {.about_this {
    padding: 9rem 0;
}.about_this h4 {
    margin-left: 3rem;
}.about_this .description_wrap {
    width: 85%;
    padding: 5rem;
    margin-left: 6rem;
}.about_this .description_wrap h6 {
    font-size: calc(21px * 1.2);
}.about_this .description_wrap span {
    column-count: 2;
    column-gap: 3rem;
}.about_this::after {
    width: 350px;
    height: 350px;
}
}

@media (max-width: 767px) {.about_this {
    padding: 4rem 0;
}.about_this h4 {
    text-align: left;
    padding-left: 1.5rem;
}.about_this .description_wrap {
    padding: 2rem;
}.about_this .description_wrap::before {
    display: none;
}}.privacy_shell {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 40px;
    background-color: rgb(220,222,228);
}.privacy_shell::before {
    left: 50%;
    position: absolute;
    top: 0;
    height: 120px;
    z-index: -1;
    background-color: rgb(176,181,197);
    transform: translateX(-50%);
    width: 120px;
    border-radius: 50%;
    content: '';
}.privacy_shell h1 {
    font-size: calc(19px * 1.2);
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}.privacy_shell h1::after {
    background-color: rgb(176,181,197);
    content: '';
    width: 40%;
    bottom: -8px;
    position: absolute;
    left: 0;
    height: 3px;
}.privacy_shell h2 {
    font-weight: 700;
    font-size: calc(19px * 1.2);
    color: rgb(138,143,167);
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
}.privacy_shell h3, .privacy_shell h4, .privacy_shell h5, .privacy_shell h6 {
    margin: 1rem 0;
}.privacy_shell ul {
    padding: 0;
    margin: 20px 0;
    list-style-type: none;
}.privacy_shell li {
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    padding-left: 20px;
}.privacy_shell li::before {
    color: rgb(176,181,197);
    content: "\2022";
    position: absolute;
    left: 0;
}
@media only screen and (max-width: 800px) {.privacy_shell {
    padding: 30px;
}.privacy_shell h1 {
    font-size: 36px;
}.privacy_shell h2 {
    font-size: 19px;
}.privacy_shell li {
    font-size: 14px;
}}.our_info {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background: rgb(176,181,197,0.5);
}.our_info::before {
    content: '';
    background-size: 20px 20px;
    opacity: 0.05;
    animation: backgroundFloat 60s linear infinite;
    background-image: 
        radial-gradient(rgb(138,143,167,0.5) 1px, transparent 1px),
        radial-gradient(rgb(176,181,197,0.5) 1px, transparent 1px);
    width: 100%;
    position: absolute;
    top: 0;
    background-position: 0 0, 10px 10px;
    height: 100%;
    left: 0;
}.our_info::after {
    content: '';
    width: 100%;
    pointer-events: none;
    background: radial-gradient(circle at 30% 50%, rgb(138,143,167,0.5) 0%, transparent 70%);
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.1;
    height: 100%;
}@keyframes backgroundFloat {
    0% {
        background-position: 0 0, 10px 10px;
    }
    100% {
        background-position: 100px 0, 110px 10px;
    }
}
@keyframes backgroundShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}
.our_info .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
}.our_info .contact_sectionpHj {
    transition: all 0.5s ease;
    display: flex;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    flex-direction: column;
    overflow: hidden;
    background: #ffffff;
    position: relative;
}.our_info .contact_sectionpHj:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.our_info .contact_sectionpHj::before {
    position: absolute;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgb(176,181,197), rgb(138,143,167));
    top: 0;
    content: '';
    width: 5px;
}.our_info .get_help {
    background: rgb(220,222,228);
    display: flex;
    margin: 0;
    align-items: center;
    color: #000000;
    position: relative;
    padding: 25px 30px;
    font-size: 19px;
    font-weight: 700;
}.our_info .get_help svg {
    stroke-width: 2;
    fill: none;
    height: 22px;
    stroke-linecap: round;
    margin-right: 12px;
    stroke-linejoin: round;
    stroke: rgb(176,181,197);
    width: 22px;
}.our_info .get_help svg path {
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
    animation: drawPath 1.5s forwards ease-out;
}@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}
.our_info .get_help::after {
    height: 3px;
    border-radius: 10px;
    bottom: 0;
    background: rgb(176,181,197);
    position: absolute;
    content: '';
    width: 50px;
    left: 30px;
}.our_info .post_image {
    height: 250px;
    transform: translateZ(0);
    width: 100%;
    position: relative;
    overflow: hidden;
}.our_info .post_image::before {
    background: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 40%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 60%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: rotate(30deg);
    position: absolute;
    left: -50%;
    animation: shineEffect 6s infinite linear;
    width: 200%;
    content: '';
    top: -50%;
    z-index: 1;
    height: 200%;
}.our_info .post_image::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
    bottom: 0;
    height: 30%;
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
}@keyframes shineEffect {
    0% {
        transform: rotate(30deg) translate(-100%, -100%);
    }
    100% {
        transform: rotate(30deg) translate(100%, 100%);
    }
}
.our_info .talk_contact {
    padding: 30px;
    background: #ffffff;
    position: relative;
    z-index: 2;
}.our_info .talk_contact::before {
    z-index: -1;
    width: 150px;
    top: 0;
    right: 0;
    border-radius: 0 0 0 100%;
    content: '';
    opacity: 0.5;
    height: 150px;
    background: rgb(220,222,228);
    position: absolute;
}.our_info .talk_contact::after {
    content: '';
    width: 100px;
    z-index: -1;
    background-size: 10px 10px;
    background-image: linear-gradient(to right, rgb(220,222,228) 1px, transparent 1px),
                      linear-gradient(to bottom, rgb(220,222,228) 1px, transparent 1px);
    position: absolute;
    right: 0;
    opacity: 0.2;
    border-radius: 0 0 30px 0;
    height: 100px;
    bottom: 0;
}.our_info .talk_contact p {
    line-height: 1.6;
    padding-left: 40px;
    font-size: 14px;
    align-items: flex-start;
    display: flex;
    margin: 0 0 15px;
    color: #000000;
    position: relative;
}.our_info .talk_contact p:last-child {
    margin-bottom: 0;
}.our_info .talk_contact p svg {
    border-radius: 50%;
    stroke-linecap: round;
    width: 20px;
    box-sizing: content-box;
    stroke: rgb(176,181,197);
    fill: none;
    height: 20px;
    background: rgb(176,181,197,0.5);
    left: 0;
    stroke-linejoin: round;
    top: 4px;
    position: absolute;
    stroke-width: 2;
    padding: 4px;
    transition: all 0.3s ease;
}.our_info .talk_contact p:hover svg {
    stroke: rgb(138,143,167);
    transform: scale(1.1);
    background: rgb(138,143,167,0.5);
}.our_info .talk_contact p svg path {
    stroke-dasharray: 30;
    animation: drawSvg 1s forwards ease-out;
    stroke-dashoffset: 30;
}.our_info .talk_contact p:nth-child(1) svg path {
    animation-delay: 0.1s;
}.our_info .talk_contact p:nth-child(2) svg path {
    animation-delay: 0.2s;
}.our_info .talk_contact p:nth-child(3) svg path {
    animation-delay: 0.3s;
}.our_info .talk_contact p:nth-child(4) svg path {
    animation-delay: 0.4s;
}.our_info .talk_contact p:nth-child(5) svg path {
    animation-delay: 0.5s;
}@keyframes drawSvg {
    to {
        stroke-dashoffset: 0;
    }
}
.our_info .talk_contact p:not(:last-child)::after {
    position: absolute;
    bottom: -7px;
    content: '';
    left: 30px;
    width: calc(100% - 30px);
    background: linear-gradient(to right, rgb(220,222,228) 0%, transparent 100%);
    height: 1px;
}.our_info .talk_contact span {
    font-weight: 400;
    z-index: 1;
    position: relative;
}.our_info .talk_contact span::before {
    left: -3px;
    background: rgb(176,181,197,0.5);
    height: 4px;
    position: absolute;
    opacity: 0.3;
    z-index: -1;
    transform: skew(-20deg);
    width: calc(100% + 6px);
    bottom: -1px;
    content: '';
}.our_info .talk_contact a {
    display: inline-block;
    z-index: 1;
    text-decoration: none;
    position: relative;
    color: rgb(176,181,197);
    transition: all 0.3s ease;
}.our_info .talk_contact b {
    font-weight: 700;
    color: rgb(176,181,197);
}.our_info .send_feedback {
    margin-top: 30px;
    padding-top: 25px;
    position: relative;
    border-top: 1px solid rgb(220,222,228);
}.our_info .send_feedback::before {
    height: 3px;
    background: rgb(176,181,197);
    width: 50px;
    border-radius: 10px;
    content: '';
    left: 0;
    top: -1px;
    position: absolute;
}.our_info .msg_form {
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
    display: inline-block;
    font-size: 22px;
    margin: 0 0 15px;
    color: #000000;
}.our_info .msg_form svg {
    stroke-linecap: round;
    stroke: rgb(138,143,167);
    height: 18px;
    fill: none;
    margin-right: 8px;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 18px;
}.our_info .msg_form svg path {
    stroke-dasharray: 30;
    stroke-dashoffset: 30;
    animation: drawSvg 1s forwards ease-out 0.6s;
}.our_info .msg_form::after {
    position: absolute;
    background: rgb(138,143,167);
    left: 0;
    height: 2px;
    border-radius: 10px;
    width: 30px;
    content: '';
    bottom: -5px;
}.our_info .contact_now {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
    position: relative;
}.our_info .contact_now::after {
    opacity: 0.1;
    border-radius: 50%;
    right: -15px;
    z-index: -1;
    width: 50px;
    height: 50px;
    border: 1px solid rgb(138,143,167,0.5);
    content: '';
    top: -15px;
    position: absolute;
}.our_info .reach_us {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    background: rgb(220,222,228);
    position: relative;
    overflow: hidden;
    padding: 8px 12px;
    font-size: calc(14px - 2px);
    display: flex;
    transition: all 0.3s ease;
    border-radius: 10px;
    align-items: center;
    color: #000000;
}.our_info .reach_us::before {
    height: 100%;
    opacity: 0.7;
    top: 0;
    content: '';
    position: absolute;
    background: rgb(176,181,197);
    left: 0;
    width: 3px;
}.our_info .reach_us svg {
    margin-right: 6px;
    transition: all 0.3s ease;
    stroke-linecap: round;
    stroke-width: 2;
    fill: none;
    height: 14px;
    width: 14px;
    opacity: 0.8;
    stroke-linejoin: round;
    stroke: rgb(176,181,197);
}.our_info .reach_us:hover svg {
    transform: rotate(15deg);
    stroke: rgb(138,143,167);
    opacity: 1;
}.our_info .reach_us:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(176,181,197,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px transparent;
    }
    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.our_info .contact_sectionpHj {
    align-items: stretch;
    flex-direction: row;
}.our_info .post_image {
    width: 40%;
    height: auto;
}.our_info .talk_contact {
    width: 60%;
    padding: 40px;
}.our_info .get_help {
    padding: 15px 25px;
    z-index: 3;
    left: 20px;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    top: 20px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.our_info .get_help svg {
    margin-right: 15px;
    height: 24px;
    width: 24px;
}.our_info .get_help::after {
    left: 25px;
}.our_info .talk_contact p svg {
    height: 22px;
    width: 22px;
}.our_info .msg_form svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}.our_info .contact_now {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.our_info .reach_us svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}
}
@media (max-width: 767px) {.our_info {
    padding: 40px 0;
}.our_info .container {
    padding: 0 15px;
}.our_info .contact_sectionpHj {
    flex-direction: column;
}.our_info .post_image {
    height: 200px;
}.our_info .talk_contact {
    padding: 25px;
}.our_info .talk_contact p {
    margin-bottom: 12px;
    font-size: calc(14px - 1px);
}.our_info .contact_now {
    grid-template-columns: 1fr;
}
}
@media (max-width: 480px) {.our_info {
    padding: 30px 0;
}.our_info .post_image {
    height: 150px;
}.our_info .talk_contact {
    padding: 20px;
}.our_info .talk_contact p {
    padding-left: 25px;
}.our_info .talk_contact p svg {
    top: 3px;
    height: 16px;
    width: 16px;
}.our_info .send_feedback {
    padding-top: 20px;
    margin-top: 20px;
}.our_info .msg_form svg {
    margin-right: 6px;
    width: 14px;
    height: 14px;
}.our_info .reach_us svg {
    width: 12px;
    margin-right: 5px;
    height: 12px;
}}.title_section {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    padding: 6rem 2rem;
    justify-content: center;
    background: linear-gradient(135deg, rgb(220,222,228), rgb(220,222,228) 70%, rgb(176,181,197,0.5) 100%);
    display: flex;
    align-items: center;
}.title_section::before {
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.4;
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(176,181,197,0.5) 0%, transparent 8%),
    radial-gradient(circle at 80% 70%, rgb(176,181,197,0.5) 0%, transparent 10%);
    content: "";
    left: 0;
    position: absolute;
    z-index: 0;
}.title_section > div {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 3rem;
    z-index: 1;
    max-width: 1200px;
    width: 100%;
}.title_section > div > div:first-child {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    padding: 2rem;
    transition: transform 0.5s ease;
    background: #ffffff;
}.title_section > div > div:first-child:hover {
    transform: perspective(1000px) rotateX(0deg);
}.title_section .virtual_school {
    color: rgb(176,181,197);
    font-size: 42px;
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
}.title_section .virtual_school::after {
    height: 3px;
    position: absolute;
    content: "";
    width: 80px;
    bottom: -10px;
    background: rgb(176,181,197);
    transition: width 0.4s ease;
    left: 0;
}.title_section .virtual_school:hover::after {
    width: 150px;
}.title_section p {
    font-size: calc(14px + 0.2rem);
    border-left: 2px solid rgb(138,143,167,0.5);
    max-width: 90%;
    line-height: 1.6;
    color: #000000;
    position: relative;
    padding-left: 1rem;
}.title_section .fast_knowledge {
    overflow: hidden;
    padding: 1rem;
    width: 100%;
    position: relative;
}.title_section .master_classes {
    overflow: hidden;
    width: 100%;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    height: 400px;
}.title_section .master_classes::before {
    position: absolute;
    z-index: 1;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
}.title_section .master_classes:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.title_section .master_classes span {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    transform: translateY(20px);
    bottom: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
    z-index: 2;
    width: 100%;
    left: 0;
    padding: 2rem;
    opacity: 0.9;
    position: absolute;
}.title_section .master_classes:hover span {
    opacity: 1;
    transform: translateY(0);
}.title_section .master_classes h3 {
    font-weight: 600;
    line-height: 1.4;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-size: calc(18px - 0.1rem);
    color: #ffffff;
}.title_section .fast_knowledge::after {
    right: 10px;
    opacity: 0.6;
    transition: all 0.3s ease;
    border-right: 3px solid rgb(176,181,197);
    content: "";
    top: 10px;
    height: 50px;
    width: 50px;
    border-top: 3px solid rgb(176,181,197);
    position: absolute;
}.title_section .fast_knowledge:hover::after {
    opacity: 0.8;
    width: 70px;
    height: 70px;
}.title_section .fast_knowledge::before {
    opacity: 0.6;
    position: absolute;
    left: 10px;
    height: 50px;
    width: 50px;
    border-bottom: 3px solid rgb(176,181,197);
    content: "";
    border-left: 3px solid rgb(176,181,197);
    bottom: 10px;
    transition: all 0.3s ease;
}.title_section .fast_knowledge:hover::before {
    width: 70px;
    opacity: 0.8;
    height: 70px;
}


@media (max-width: 992px) {.title_section {
    padding: 4rem 1.5rem;
}.title_section > div {
    gap: 2rem;
}.title_section .virtual_school {
    font-size: calc(42px - 0.5rem);
}.title_section .master_classes {
    height: 350px;
}
}

@media (max-width: 768px) {.title_section {
    padding: 3rem 1rem;
}.title_section > div > div:first-child {
    transform: perspective(1000px) rotateX(1deg);
    padding: 1.5rem;
}.title_section .virtual_school {
    font-size: calc(42px - 0.8rem);
}.title_section p {
    font-size: 14px;
    max-width: 100%;
}.title_section .master_classes {
    height: 300px;
}.title_section .master_classes h3 {
    font-size: calc(19px + 0.1rem);
}
}

@media (max-width: 576px) {.title_section {
    padding: 2rem 0.8rem;
}.title_section > div > div:first-child {
    transform: none;
    padding: 1.2rem;
}.title_section .virtual_school {
    font-size: calc(33px - 0.2rem);
}.title_section .virtual_school::after {
    height: 2px;
    width: 60px;
}.title_section p {
    border-left: 1px solid rgb(138,143,167,0.5);
    padding-left: 0.5rem;
}.title_section .fast_knowledge {
    padding: 0.5rem;
}.title_section .master_classes {
    height: 250px;
}.title_section .master_classes span {
    padding: 1rem;
}.title_section .fast_knowledge::before,
  .title_section .fast_knowledge::after {
    width: 30px;
    height: 30px;
}}.program_overview {
    position: relative;
    padding: 100px 0 120px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,222,228) 0%, rgba(245, 247, 250, 1) 100%);
}.program_overview::before {
    top: 0;
    z-index: 0;
    animation: patternFloat 60s linear infinite;
    background-image: 
        linear-gradient(30deg, rgba(rgb(176,181,197,0.5), 0.03) 1px, transparent 1px),
        linear-gradient(120deg, rgba(rgb(176,181,197,0.5), 0.03) 1px, transparent 1px);
    background-size: 30px 30px;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}.program_overview::after {
    background: linear-gradient(135deg, rgba(rgb(176,181,197,0.5), 0.08) 0%, rgba(rgb(138,143,167,0.5), 0.05) 100%);
    right: -20%;
    z-index: 0;
    transform: rotate(-15deg);
    position: absolute;
    top: -50%;
    content: "";
    height: 200%;
    width: 70%;
}.program_overview .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
}.program_overview h2 {
    margin-bottom: 50px;
    transform: perspective(1000px) rotateX(0deg);
    line-height: 1.3;
    max-width: 800px;
    font-weight: 700;
    position: relative;
    margin-right: auto;
    text-align: center;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    margin-left: auto;
    font-size: 29px;
}.program_overview h2::after {
    height: 3px;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(176,181,197) 0%, rgb(138,143,167) 100%);
    position: absolute;
    transform: translateX(-50%);
    bottom: -15px;
    transition: width 0.3s ease;
    left: 50%;
}.program_overview h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.program_overview h2:hover::after {
    width: 120px;
}.program_overview .lesson_track {
    transform-style: preserve-3d;
    perspective: 1000px;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    gap: 40px;
    position: relative;
    display: grid;
}.program_overview .post_image {
    position: relative;
    border-radius: 3px;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.15);
    height: 500px;
    transform: translateZ(20px);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}.program_overview .post_image::before {
    top: 0;
    width: 100%;
    content: "";
    transition: opacity 0.3s ease;
    background: linear-gradient(
        to bottom,
        rgba(rgb(176,181,197,0.5), 0.2),
        rgba(rgba(0, 0, 0, 0.5), 0.4)
    );
    z-index: 1;
    position: absolute;
    opacity: 0.7;
    height: 100%;
    left: 0;
}.program_overview .post_image:hover {
    transform: translateZ(30px) scale(1.02);
}.program_overview .post_image:hover::before {
    opacity: 0.5;
}.program_overview .description_wrap {
    overflow-y: auto;
    scrollbar-width: thin;
    transform: translateZ(10px);
    padding-right: 15px;
    max-height: 500px;
    position: relative;
    scrollbar-color: rgb(176,181,197) rgba(rgb(220,222,228), 0.5);
}.program_overview .description_wrap::-webkit-scrollbar {
    width: 6px;
}.program_overview .description_wrap::-webkit-scrollbar-track {
    background: rgba(rgb(220,222,228), 0.5);
    border-radius: 3px;
}.program_overview .description_wrap::-webkit-scrollbar-thumb {
    background-color: rgb(176,181,197);
    border-radius: 3px;
}.program_overview .description {
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    color: #000000;
    margin-bottom: 24px;
    transition: transform 0.3s ease;
}.program_overview .description:first-of-type {
    border-left: 3px solid rgb(176,181,197);
    position: relative;
    padding-left: 20px;
}.program_overview .description:last-of-type {
    position: relative;
    border-left: 3px solid rgb(138,143,167);
    padding-left: 20px;
}.program_overview .description:first-of-type::before {
    background: linear-gradient(to bottom, rgb(176,181,197), rgb(138,143,167));
    content: "";
    width: 3px;
    left: -3px;
    position: absolute;
    top: 0;
    height: 0;
    transition: height 1.5s ease;
}.program_overview .description:first-of-type:hover::before {
    height: 100%;
}

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

@media screen and (max-width: 992px) {.program_overview {
    padding: 80px 0 100px;
}.program_overview h2 {
    margin-bottom: 40px;
    font-size: calc(29px * 0.9);
}.program_overview .lesson_track {
    gap: 30px;
    grid-template-columns: 1fr;
}.program_overview .post_image {
    height: 400px;
    order: -1;
}.program_overview .description_wrap {
    max-height: 450px;
}
}

@media screen and (max-width: 768px) {.program_overview {
    padding: 60px 0 80px;
}.program_overview h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.program_overview h2::after {
    width: 60px;
    bottom: -12px;
}.program_overview .post_image {
    height: 320px;
}.program_overview .description_wrap {
    max-height: 400px;
}.program_overview .description {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}
}

@media screen and (max-width: 576px) {.program_overview {
    padding: 50px 0 70px;
}.program_overview h2 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.7);
}.program_overview h2::after {
    bottom: -10px;
    width: 50px;
}.program_overview .post_image {
    height: 250px;
}.program_overview .description_wrap {
    max-height: 350px;
}.program_overview .description {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
    padding-left: 15px;
}
}

@media (hover: none) {.program_overview h2:hover,
    .program_overview .post_image:hover {
    transform: none;
}.program_overview h2:hover::after {
    width: 80px;
}}.cookie_banner_window {
    background: rgb(220,222,228);
    bottom: 0;
    border-top: 2px solid rgb(176,181,197);
    position: fixed;
    z-index: 90;
    width: 100%;
}.cookie_control {
    padding: 20px 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
}.cookie_banner_window h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_banner_window p {
    font-size: 18px;
}.track_ack {
    margin-right: 10px;
    flex-shrink: 0;
}.track_ack svg, .track_ack svg path, .track_ack img {
    width: 100px;
    fill: rgb(176,181,197);
    height: 100px;
}.cookie_all {
    flex-shrink: 0;
    line-height: 35px;
    white-space: nowrap;
    font-size: 24px;
    text-decoration: none;
    margin-left: 10px;
    text-align: center;
    color: rgb(176,181,197);
    min-width: 120px;
    cursor: pointer;
    border-bottom: 2px solid rgb(176,181,197);
}.cookie_banner_window p a {
    color: rgb(176,181,197);
    text-decoration: none;
}#dataPrivacyBanner {
    display: none;
}#dataPrivacyBanner:checked ~ .cookie_banner_window {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookie_banner_window {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.track_ack {
    display: none;
}.cookie_control {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie_banner_window h5 {
    text-align: center;
}.cookie_banner_window p {
    text-align: center;
}.track_prefs {
    margin-bottom: 20px;
}body .grid-container .cookie_all {
    margin-left: 0;
}}
.grid-container .cookie_control {
    justify-content: flex-end;
}.grid-container .cookie_all {
    background: rgb(176,181,197);
    padding: 10px;
    font-size: 20px;
    color: #ffffff;
    margin-left: 30px;
}.grid-container .track_prefs {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.grid-container .cookie_all {
    margin-bottom: 10px;
    margin-left: 0;
}}.appPage {
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,222,228) 0%, rgb(176,181,197,0.5) 100%);
    padding: 120px 0;
}.appPage::before {
    height: 200px;
    position: absolute;
    background: rgb(138,143,167,0.5);
    animation: float 15s infinite ease-in-out;
    filter: blur(60px);
    z-index: 0;
    right: -50px;
    content: "";
    width: 200px;
    top: -50px;
    border-radius: 50%;
}.appPage::after {
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(176,181,197), transparent);
    height: 5px;
    bottom: 0;
    width: 100%;
    z-index: 1;
}.appPage .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.appPage h2 {
    animation: slideInUp 0.8s ease-out forwards;
    position: relative;
    max-width: 800px;
    opacity: 1;
    transform: translateY(0);
    font-weight: 700;
    font-size: 38px;
    line-height: 1.4;
    margin-bottom: 40px;
    color: #000000;
}.appPage h2::after {
    width: 60px;
    transform: scaleX(1);
    bottom: -15px;
    position: absolute;
    transform-origin: left;
    left: 0;
    height: 3px;
    transition: transform 0.5s ease;
    content: "";
    background: rgb(176,181,197);
}.appPage .learn_study {
    border-left: 4px solid rgb(176,181,197);
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out 0.3s forwards;
    padding: 40px;
    background: #ffffff;
    opacity: 0;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
}.appPage .learn_study::before {
    height: 100%;
    opacity: 0.05;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, transparent 49.5%, rgb(138,143,167,0.5) 49.5%, rgb(138,143,167,0.5) 50.5%, transparent 50.5%);
    content: "";
    left: 0;
    background-size: 20px 20px;
}.appPage ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.appPage li {
    position: relative;
    padding-left: 25px;
}.appPage li::before {
    transition: transform 0.3s ease;
    content: "";
    transform: rotate(45deg);
    background: rgb(176,181,197);
    left: 0;
    top: 10px;
    position: absolute;
    height: 8px;
    width: 8px;
}.appPage li:hover::before {
    transform: rotate(225deg);
}.appPage span {
    font-size: 13px;
    line-height: 1.8;
    display: block;
    color: #000000;
}

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

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

@keyframes float {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    25% {
        transform: translateY(-15px) translateX(15px);
    }
    50% {
        transform: translateY(0) translateX(30px);
    }
    75% {
        transform: translateY(15px) translateX(15px);
    }
}

@media (max-width: 991px) {.appPage {
    padding: 80px 0;
}.appPage h2 {
    max-width: 100%;
    font-size: calc(38px * 0.9);
}.appPage .learn_study {
    padding: 30px;
}
}

@media (max-width: 767px) {.appPage {
    padding: 60px 0;
}.appPage h2 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.8);
}.appPage h2::after {
    width: 40px;
}.appPage .learn_study {
    padding: 25px 20px;
}.appPage span {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.appPage {
    padding: 40px 0;
}.appPage h2 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.7);
}.appPage .learn_study {
    border-left-width: 3px;
    padding: 20px 15px;
}.appPage li {
    padding-left: 20px;
}.appPage li::before {
    height: 6px;
    top: 8px;
    width: 6px;
}.appPage span {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}}.price_package {
    padding: 120px 0;
    position: relative;
    background: rgb(220,222,228);
    overflow: hidden;
}.price_package::before {
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgb(176,181,197,0.5) 0%, transparent 70%);
}.price_package .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1320px;
    z-index: 2;
}.price_package .discount_price {
    flex-direction: column-reverse;
    display: flex;
    gap: 60px;
}.price_package .discount_tier {
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(-10px);
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
}.price_package .discount_tier h2 {
    font-size: 36px;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    display: inline-block;
}.price_package .discount_tier h2::after {
    background: rgb(176,181,197);
    bottom: -10px;
    width: 80px;
    height: 3px;
    position: absolute;
    left: 50%;
    content: "";
    transform: translateX(-50%);
}.price_package .bundle_price {
    word-break: break-word;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 0;
    font-size: 12px;
    margin: 0 auto;
    overflow-wrap: break-word;
    max-width: 600px;
}.price_package .enroll_cost {
    display: grid;
    width: 100%;
    gap: 30px;
    grid-template-columns: 1fr;
}.price_package .learning_deals {
    animation: fadeInUp 0.8s ease-out forwards;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
    height: 100%;
    opacity: 0;
    display: block;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    border-radius: 10px;
    animation-delay: calc(var(--index, 0) * 0.1s);
}.price_package .learning_deals:nth-child(1) {
    --index: 1;
}.price_package .learning_deals:nth-child(2) {
    --index: 2;
}.price_package .learning_deals:nth-child(3) {
    --index: 3;
}.price_package .learning_deals:nth-child(4) {
    --index: 4;
}.price_package .learning_deals:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.price_package .sub_options {
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    position: relative;
    flex-direction: column;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    height: 100%;
}.price_package .sub_options::before {
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(176,181,197), rgb(138,143,167));
    height: 5px;
}.price_package .payment_option {
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
    box-sizing: border-box;
}.price_package .payment_option h3 {
    position: relative;
    font-weight: 700;
    word-break: break-word;
    margin-bottom: 15px;
    margin-top: 0;
    color: #000000;
    overflow-wrap: break-word;
    font-size: 19px;
}.price_package .payment_option h3::after {
    position: absolute;
    background-color: rgb(176,181,197);
    height: 2px;
    width: 40px;
    content: "";
    transition: width 0.3s ease;
    bottom: -8px;
    left: 0;
}.price_package .learning_deals:hover .payment_option h3::after {
    width: 70px;
}.price_package .cost_table {
    position: relative;
    overflow-wrap: break-word;
    margin: 10px 0 20px;
    font-size: calc(19px * 1.2);
    word-break: break-word;
    font-weight: 700;
    display: inline-block;
    padding: 8px 16px;
    color: rgb(176,181,197);
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    border-radius: 10px;
}.price_package .payment_option p {
    font-size: 12px;
    overflow-wrap: break-word;
    margin-bottom: 0;
    white-space: normal;
    color: #000000;
    word-break: break-word;
    line-height: 1.7;
    flex-grow: 1;
}.price_package .post_image {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    height: 200px;
    width: 100%;
}.price_package .learning_deals:hover .post_image {
    filter: brightness(1.05);
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.price_package .enroll_cost {
    grid-template-columns: repeat(2, 1fr);
}.price_package .payment_option {
    padding: 40px;
}.price_package .post_image {
    height: 220px;
}
}

@media (min-width: 992px) {.price_package .discount_price {
    gap: 50px;
    align-items: center;
    flex-direction: row;
}.price_package .enroll_cost {
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
}.price_package .discount_tier {
    width: 35%;
    margin: 0;
    text-align: left;
}.price_package .discount_tier h2::after {
    left: 0;
    transform: none;
}.price_package .bundle_price {
    margin: 0;
}
}

@media (min-width: 1200px) {.price_package .enroll_cost {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.price_package .payment_option h3 {
    font-size: calc(19px * 1.1);
}.price_package .cost_table {
    font-size: calc(19px * 1.3);
}.price_package .post_image {
    height: 240px;
}
}

@media (max-width: 767px) {.price_package {
    padding: 80px 0;
}.price_package .payment_option {
    padding: 30px 20px;
}.price_package .cost_table {
    padding: 6px 12px;
    font-size: 19px;
}.price_package .post_image {
    height: 180px;
}
}

@media (max-width: 480px) {.price_package {
    padding: 60px 0;
}.price_package .discount_tier h2 {
    font-size: calc(36px * 0.85);
}.price_package .payment_option h3 {
    font-size: calc(19px * 0.95);
}.price_package .post_image {
    height: 160px;
}}.statistical_details {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,222,228) 0%, rgba(245, 247, 250, 0.95) 100%);
}.statistical_details::before {
    z-index: 1;
    height: 70%;
    content: "";
    opacity: 0.15;
    position: absolute;
    transform: rotate(-15deg);
    width: 40%;
    right: -5%;
    background: linear-gradient(210deg, rgb(176,181,197,0.5) 0%, transparent 80%);
    top: -10%;
}.statistical_details::after {
    opacity: 0.15;
    left: -5%;
    background: linear-gradient(30deg, rgb(138,143,167,0.5) 0%, transparent 80%);
    height: 70%;
    width: 35%;
    position: absolute;
    content: "";
    bottom: -10%;
    z-index: 1;
    transform: rotate(15deg);
}.statistical_details .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}.statistical_details h4 {
    transform: translateY(0);
    margin-top: 3.5rem;
    font-weight: 600;
    position: relative;
    text-align: center;
    font-size: calc(23px * 1.1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
}.statistical_details h4::after {
    width: 80px;
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    content: "";
    bottom: -12px;
    background: linear-gradient(90deg, rgb(176,181,197) 0%, rgb(138,143,167) 100%);
    position: absolute;
}.statistical_details ul {
    gap: 2rem;
    margin: 0;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
}.statistical_details .extra_pro {
    position: relative;
    border-left: 3px solid rgb(176,181,197);
    padding: 1.8rem;
    transform: translateY(0);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(250, 250, 250, 0.85));
    transition: all 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
    overflow: hidden;
}.statistical_details .extra_pro::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: 0;
    background-image: linear-gradient(120deg, transparent 0%, transparent 40%, rgba(var(--primary-color-rgb), 0.03) 70%);
}.statistical_details .extra_pro:hover {
    border-left: 3px solid rgb(138,143,167);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    transform: translateY(-6px);
}.statistical_details .extra_pro div {
    z-index: 2;
    position: relative;
}.statistical_details .extra_pro p {
    font-weight: 700;
    position: relative;
    -webkit-background-clip: text;
    background: linear-gradient(90deg, rgb(176,181,197), rgb(138,143,167));
    font-size: calc(36px * 1.2);
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin: 0 0 0.5rem;
    line-height: 1.1;
    background-clip: text;
    transition: transform 0.5s ease;
    color: rgb(176,181,197);
}.statistical_details .extra_pro:hover p {
    transform-origin: left center;
    transform: scale(1.05);
}.statistical_details .extra_pro span {
    font-size: 16px;
    transition: transform 0.3s ease;
    color: #000000;
    font-weight: 600;
    padding-bottom: 0.4rem;
    position: relative;
    display: block;
}.statistical_details .extra_pro:hover span {
    transform: translateX(5px);
}.statistical_details .extra_pro span::after {
    height: 2px;
    width: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(176,181,197,0.5), rgb(138,143,167,0.5));
    transition: width 0.4s ease;
    content: "";
    bottom: 0;
    position: absolute;
}.statistical_details .extra_pro:hover span::after {
    width: 70%;
}.statistical_details .extra_pro:nth-child(odd)::after {
    opacity: 0.2;
    position: absolute;
    background: linear-gradient(135deg, rgb(176,181,197,0.5), transparent);
    z-index: 1;
    border-radius: 50%;
    right: -15px;
    content: "";
    height: 40px;
    top: -15px;
    width: 40px;
}.statistical_details .extra_pro:nth-child(even)::after {
    left: -15px;
    z-index: 1;
    position: absolute;
    bottom: -15px;
    content: "";
    width: 40px;
    height: 40px;
    opacity: 0.2;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(138,143,167,0.5), transparent);
}

@media screen and (min-width: 992px) {.statistical_details ul {
    grid-template-columns: repeat(4, 1fr);
}.statistical_details .extra_pro {
    align-items: center;
    min-height: 180px;
    display: flex;
}.statistical_details .extra_pro:first-child {
    transform: translateY(-15px);
}.statistical_details .extra_pro:last-child {
    transform: translateY(15px);
}.statistical_details .extra_pro:first-child:hover,
    .statistical_details .extra_pro:last-child:hover {
    transform: translateY(-6px);
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.statistical_details ul {
    grid-template-columns: repeat(3, 1fr);
}.statistical_details .extra_pro {
    min-height: 160px;
}
}

@media screen and (max-width: 767px) {.statistical_details {
    padding: 4rem 0;
}.statistical_details h4 {
    font-size: 23px;
    margin-top: 2.5rem;
}.statistical_details h4::after {
    width: 60px;
}.statistical_details ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}.statistical_details .extra_pro {
    padding: 1.5rem;
}.statistical_details .extra_pro p {
    font-size: calc(36px * 0.9);
}
}

@media screen and (max-width: 576px) {.statistical_details ul {
    grid-template-columns: 1fr;
}.statistical_details .extra_pro {
    border-left: none;
    border-top: 3px solid rgb(176,181,197);
    text-align: center;
}.statistical_details .extra_pro:hover {
    border-top: 3px solid rgb(138,143,167);
    border-left: none;
}.statistical_details .extra_pro span::after {
    left: 50%;
    transform: translateX(-50%);
}.statistical_details .extra_pro:hover span {
    transform: translateX(0);
}.statistical_details .extra_pro:hover span::after {
    transform: translateX(-50%);
    width: 50%;
    left: 50%;
}}

@keyframes pulse {
    0% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.6;
        transform: scale(1);
    }
}

.statistical_details .container:hover h4 {
    transform: translateY(-5px);
}.contact_sectionIRjMu {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background-color: rgb(220,222,228);
}.contact_sectionIRjMu::before {
    background: linear-gradient(120deg, rgb(176,181,197,0.5) 0%, transparent 75%);
    width: 100%;
    height: 100%;
    opacity: 0.15;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}.contact_sectionIRjMu::after {
    position: absolute;
    right: 0;
    width: 70%;
    background: linear-gradient(240deg, rgb(138,143,167,0.5) 0%, transparent 70%);
    height: 70%;
    bottom: 0;
    opacity: 0.1;
    content: "";
}.contact_sectionIRjMu .container {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 30px;
}.contact_sectionIRjMu h2 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    position: relative;
    color: #000000;
    font-size: 31px;
    margin-bottom: 15px;
}.contact_sectionIRjMu .support_reach {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    margin-top: 50px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
}.contact_sectionIRjMu .post_image {
    overflow: hidden;
    min-height: 500px;
    position: relative;
    flex: 0 0 40%;
}.contact_sectionIRjMu .post_image::after {
    position: absolute;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    top: 0;
}.contact_sectionIRjMu .message_query {
    flex: 0 0 60%;
    position: relative;
    padding: 60px;
}.contact_sectionIRjMu .message_query::before {
    height: calc(100% - 80px);
    width: 5px;
    background: linear-gradient(to bottom, rgb(176,181,197), rgb(138,143,167));
    left: 0;
    top: 40px;
    border-radius: 2.5px;
    position: absolute;
    content: "";
}.contact_sectionIRjMu form {
    padding-left: 25px;
    width: 100%;
}.contact_sectionIRjMu form h3 {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 35px;
}.contact_sectionIRjMu form input[type="text"] {
    border-radius: 10px;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 18px 25px;
    border: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    color: #000000;
    width: 100%;
    background: rgb(220,222,228);
}.contact_sectionIRjMu form input[type="text"]:focus {
    outline: none;
    background: rgba(rgb(176,181,197), 0.05);
    box-shadow: 0 0 0 2px rgb(176,181,197,0.5);
}.contact_sectionIRjMu form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.contact_sectionIRjMu .message_map {
    margin: 10px 0 30px;
    display: flex;
    align-items: flex-start;
}.contact_sectionIRjMu .message_map input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_sectionIRjMu .message_map label {
    cursor: pointer;
    padding-left: 35px;
    font-size: 16px;
    color: #000000;
    position: relative;
    line-height: 1.5;
}.contact_sectionIRjMu .message_map label::before {
    width: 22px;
    position: absolute;
    border-radius: 10px;
    height: 22px;
    left: 0;
    content: "";
    transition: all 0.2s ease;
    border: 2px solid rgb(176,181,197,0.5);
    top: 2px;
}.contact_sectionIRjMu .message_map input[type="checkbox"]:checked + label::before {
    background-color: rgb(176,181,197);
    border-color: rgb(176,181,197);
}.contact_sectionIRjMu .message_map input[type="checkbox"]:checked + label::after {
    top: 9px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    width: 6px;
    content: "";
    position: absolute;
    height: 11px;
    left: 8px;
}.contact_sectionIRjMu .message_map label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(176,181,197);
}.contact_sectionIRjMu .message_map label a:hover {
    text-decoration: underline;
    color: rgb(138,143,167);
}.contact_sectionIRjMu form .query_list {
    border: none;
    font-family: Arial, sans-serif;
    font-weight: 600;
    padding: 15px 35px;
    display: inline-block;
    font-size: 19px;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(176,181,197), rgb(138,143,167));
    position: relative;
    transition: all 0.3s ease;
}.contact_sectionIRjMu form .query_list::before {
    content: "";
    background: rgba(255, 255, 255, 0.2);
    top: -10%;
    position: absolute;
    left: -10%;
    width: 120%;
    transition: all 0.4s ease;
    transform: rotate(45deg) translateX(-200%);
    height: 120%;
}.contact_sectionIRjMu form .query_list:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(rgb(176,181,197), 0.3);
}.contact_sectionIRjMu form .query_list:hover::before {
    transform: rotate(45deg) translateX(200%);
}.contact_sectionIRjMu svg {
    width: 22px;
    fill: rgb(176,181,197);
    height: 22px;
}.contact_sectionIRjMu svg path {
    fill: rgb(176,181,197);
    transition: fill 0.3s ease;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.contact_sectionIRjMu .message_query {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.contact_sectionIRjMu .post_image {
    flex: 0 0 100%;
    min-height: 300px;
}.contact_sectionIRjMu .message_query {
    flex: 0 0 100%;
}.contact_sectionIRjMu .message_query::before {
    width: calc(100% - 80px);
    background: linear-gradient(to right, rgb(176,181,197), rgb(138,143,167));
    top: 0;
    left: 40px;
    height: 5px;
}.contact_sectionIRjMu form {
    padding-top: 25px;
    padding-left: 0;
}
}

@media screen and (max-width: 767px) {.contact_sectionIRjMu {
    padding: 70px 0;
}.contact_sectionIRjMu .post_image {
    min-height: 250px;
}.contact_sectionIRjMu .message_query {
    padding: 40px 30px;
}.contact_sectionIRjMu .message_query::before {
    left: 30px;
    width: calc(100% - 60px);
}
}

@media screen and (max-width: 480px) {.contact_sectionIRjMu {
    padding: 50px 0;
}.contact_sectionIRjMu h2 {
    font-size: calc(31px * 0.8);
}.contact_sectionIRjMu .post_image {
    min-height: 200px;
}.contact_sectionIRjMu .message_query {
    padding: 30px 20px;
}.contact_sectionIRjMu .message_query::before {
    left: 20px;
    width: calc(100% - 40px);
}.contact_sectionIRjMu form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 25px;
}.contact_sectionIRjMu form input[type="text"] {
    padding: 15px 20px;
}.contact_sectionIRjMu form .query_list {
    text-align: center;
    width: 100%;
}
}