* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

header,footer {
    width: 100%;
}

header {
    backdrop-filter: blur(10px);
    position: relative;
    padding: 0;
    margin-top: 0;
    background: linear-gradient(135deg, rgb(217,197,208,0.5) 0%, rgb(180,166,179,0.5) 100%);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 100;
}

.our_missionapp h3::after {
    background: rgb(217,197,208);
    left: 0;
    height: 4px;
    bottom: 0;
    width: 80px;
    content: "";
    position: absolute;
}

.our_missionapp .learn_proapp span::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(217,197,208);
    width: 30px;
    content: "";
    left: -40px;
    height: 2px;
}

.our_missionapp .teach_methodapp p {
    position: relative;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 0;
    font-size: 12px;
    padding-right: 20px;
}

.our_missionapp .teach_methodapp .creds_blockapp {
    position: absolute;
    width: 280px;
    height: 350px;
    border-radius: 14px 0 0 14px;
    left: -30px;
    box-shadow: -10px 10px 0 rgb(217,197,208,0.5);
    top: -30px;
    z-index: -1;
}

.our_missionapp .container::after {
    left: 0;
    height: 1px;
    content: "";
    bottom: 0;
    background: linear-gradient(to right, transparent, rgb(180,166,179,0.5), transparent);
    position: absolute;
    right: 0;
}

.cookie_frameapp {
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    display: flex;
}

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

.contact_informationapp {
    background: linear-gradient(125deg, rgb(241,228,232) 0%, rgb(180,166,179,0.5) 50%, rgb(241,228,232) 100%);
    z-index: 1;
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}

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

.contact_informationapp h3::before {
    left: 50%;
    height: 4px;
    content: '';
    transform: translateX(-50%);
    top: -15px;
    width: 40px;
    border-radius: 10px;
    background: rgb(217,197,208);
    position: absolute;
}

.contact_informationapp .message_mapapp::before {
    position: absolute;
    z-index: 0;
    background: linear-gradient(135deg, 
        transparent 20%, 
        rgba(255, 255, 255, 0.05) 40%, 
        rgba(255, 255, 255, 0.1) 60%, 
        transparent 80%);
    content: '';
    inset: 0;
    pointer-events: none;
}

.contact_informationapp .query_helpapp #contact {
    position: relative;
    z-index: 2;
}

.contact_informationapp .query_helpapp h3::before {
    display: none;
}

.contact_informationapp .query_helpapp h3::after {
    background: rgb(217,197,208);
    width: 60px;
    transform: none;
    bottom: -10px;
    left: 0;
}

.contact_informationapp .query_helpapp .inquiry_feedbackapp {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}

.contact_informationapp .query_helpapp .inquiry_feedbackapp label {
    line-height: 1.5;
    padding-left: 38px;
    cursor: pointer;
    font-size: calc(16px - 2px);
    color: #000000;
    position: relative;
}

.contact_informationapp .query_helpapp .inquiry_feedbackapp input[type="checkbox"]:checked + label::before {
    border-color: rgb(217,197,208);
}

.contact_informationapp .query_helpapp .inquiry_feedbackapp a {
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    position: relative;
    color: rgb(217,197,208);
}

.contact_informationapp .query_helpapp .inquiry_requestapp::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    transition: all 0.5s ease;
    left: -100%;
    content: '';
}

.contact_informationapp .query_helpapp .inquiry_requestapp:hover::before {
    left: 100%;
}

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

.contact_informationapp .help_widgetapp .message_helpapp li svg {
    flex-shrink: 0;
    margin-right: 20px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    height: 26px;
    position: relative;
    width: 26px;
}

.contact_informationapp .help_widgetapp .message_helpapp li span {
    color: #ffffff;
    font-size: 16px;
    position: relative;
    line-height: 1.5;
}

.contact_informationapp .help_widgetapp .message_helpapp li a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

footer .info_item {
    display: flex;
    max-width: 300px;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    align-items: center;
    transition: all 0.3s ease;
    flex: 1 1 200px;
}

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

footer .nav_blockapp svg {
    margin-bottom: 15px;
    width: auto;
    height: 45px;
}

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

footer .site_studyapp a::after {
    left: 0;
    height: 1px;
    width: 0;
    bottom: 0;
    content: "";
    transition: width 0.3s ease;
    background-color: rgb(217,197,208);
    position: absolute;
}

footer .subscribe_holder p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
}

footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 15px;
    font-size: 18px;
    border: none;
}

header::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(217,197,208,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(180,166,179,0.5) 0%, transparent 30%);
    content: '';
    opacity: 0.5;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: -1;
}

header .header_topapp {
    margin: 0 0.3rem;
    position: relative;
}

header .header_topapp a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.2);
}

header .header_topapp:hover::after {
    width: 70%;
}

header .top_infoapp::before {
    height: 100px;
    right: -20px;
    filter: blur(40px);
    width: 100px;
    content: '';
    opacity: 0.5;
    position: absolute;
    border-radius: 50%;
    top: -20px;
    z-index: -1;
    background: rgb(217,197,208,0.5);
}

.educational_rewardsapp {
    background: #f7f8fa;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.educational_rewardsapp::after {
    top: -200px;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    background: linear-gradient(to right, rgba(rgb(217,197,208,0.5), 0.05), rgba(rgb(180,166,179,0.5), 0.08));
    right: -200px;
    width: 400px;
    filter: blur(40px);
    content: "";
    height: 400px;
}

.educational_rewardsapp h4::after {
    content: "";
    background: linear-gradient(90deg, rgb(217,197,208), rgb(180,166,179));
    height: 4px;
    bottom: -10px;
    box-shadow: 0 2px 4px rgba(rgb(217,197,208,0.5), 0.3);
    left: 0;
    width: 60px;
    position: absolute;
    border-radius: 2px;
}

.educational_rewardsapp li:nth-child(2) {
    --li-index: 2;
}

.educational_rewardsapp li p:hover {
    transform: translateY(-3px);
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.04),
        -10px -10px 20px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.9),
        inset -1px -1px 2px rgba(0, 0, 0, 0.04);
}

.educational_rewardsapp li p span:last-child {
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
    font-size: 12px;
}

.educational_rewardsapp svg path {
    fill: rgb(217,197,208);
    transition: fill 0.3s ease;
}

.educational_rewardsapp .our_journeyapp:hover .photo_wrap_itemapp {
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
}

.ty_noteapp::after {
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.2;
    animation: glow 10s infinite alternate;
    transform: rotate(45deg);
    background: rgb(255, 255, 255, 0.5);
    filter: blur(100px);
    content: "";
    top: -50%;
    right: -50%;
}

.ty_noteapp .our_journeyapp {
    border-radius: 27px;
    position: relative;
    background: linear-gradient(to right bottom, #ffffff, rgba(255, 255, 255, 0.85));
    animation: slideUpScale 1s ease-out 0.3s both;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.1),
    0 3px 10px rgba(0, 0, 0, 0.05),
    0 1px 5px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    padding: 2.5rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: translateZ(20px) rotateX(2deg);
}

.welcomeapp {
    overflow: hidden;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(241,228,232) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
}

.welcomeapp .our_journeyapp {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 6rem 0;
    display: grid;
    grid-gap: 2rem;
    width: 90%;
    max-width: 1400px;
    grid-template-columns: 1fr;
}

.welcomeapp .text_detailsapp {
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    display: flex;
    opacity: 0;
    transform: translateY(30px);
    position: relative;
    flex-direction: column;
    z-index: 3;
}

.welcomeapp svg path {
    transition: fill 0.5s ease;
    fill: rgb(217,197,208);
}

.welcomeapp svg text {
    transition: fill 0.5s ease;
    font-weight: 700;
}

.welcomeapp .inquiry_requestapp:hover::before {
    opacity: 1;
}

.welcomeapp .inquiry_requestapp:active {
    box-shadow: 0 5px 10px rgba(94,170,168,0.2);
    transform: translateY(0) scale(0.98);
}

.welcomeapp .photo_wrap_itemapp::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(94,170,168,0.3), rgba(0,0,0,0.4));
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity 0.5s ease;
}

.confidential_refugeapp .container {
    transform: perspective(1000px) rotateY(0.5deg);
    z-index: 1;
    padding: 2rem;
    margin: 0 auto;
    transition: transform 0.5s ease-out;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    background-color: #ffffff;
    max-width: 1140px;
    transform-origin: left center;
}

.confidential_refugeapp h2::before {
    width: 4px;
    background-color: rgb(217,197,208);
    content: "";
    transform-origin: top;
    left: 0;
    transform: scaleY(0);
    height: 100%;
    animation: scaleVertical 0.4s 0.8s forwards;
    position: absolute;
    top: 0;
}

.confidential_refugeapp h4::before {
    left: 0;
    width: 6px;
    transform: translateY(-50%);
    height: 6px;
    top: 50%;
    border-radius: 50%;
    content: "";
    position: absolute;
    border: 2px solid rgb(217,197,208);
}

.confidential_refugeapp ul::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(217,197,208), transparent);
    width: 1px;
    content: "";
    top: 0;
    left: 0;
}

.customer_commentsapp::before {
    z-index: 1;
    position: absolute;
    top: 0;
    background-image: radial-gradient(circle at 20% 30%, rgb(217,197,208,0.5) 0%, transparent 70%);
    opacity: 0.4;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
}

.customer_commentsapp h2::before {
    content: "";
    top: 50%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(217,197,208), rgb(180,166,179));
    left: 0;
    width: 8px;
    transform: translateY(-50%);
    height: 80%;
}

.customer_commentsapp .review_opinionsapp:hover::after {
    transform: translate(-50%, -50%) scale(1.5);
}

.customer_commentsapp .review_opinionsapp > div {
    margin-bottom: 20px;
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
}

.customer_commentsapp .review_opinionsapp:hover img {
    transform: scale(1.1) rotate(5deg);
}

.customer_commentsapp .review_opinionsapp h4::after {
    content: "";
    transition: width 0.4s ease-out;
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    background: linear-gradient(to right, rgb(217,197,208), transparent);
    bottom: -8px;
}

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

.data_statisticsapp::after {
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(180,166,179,0.5) 0,
        rgb(180,166,179,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.07;
    content: "";
}

.data_statisticsapp .expert_prosapp:nth-child(even):hover {
    transform: translateX(1.5rem) scale(1.05) translateZ(0);
}

.data_statisticsapp .expert_prosapp:nth-child(even) h4 {
    color: rgb(180,166,179);
}

.data_statisticsapp .expert_prosapp span {
    line-height: 1.4;
    display: block;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

.data_statisticsapp .statistics_extrasapp {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin: 0;
    line-height: 1.8;
}

.data_statisticsapp .expert_prosapp:nth-child(even) svg {
    margin-left: auto;
    fill: rgb(180,166,179);
}

.leadership_experienceapp::before {
    height: 100%;
    z-index: 1;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    opacity: 0.05;
    background: repeating-linear-gradient(
        -45deg,
        rgb(180,166,179,0.5) 0px,
        rgb(180,166,179,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}

.leadership_experienceapp .photo_wrap_itemapp {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 180px;
    width: 180px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    transform: rotate(-3deg) translateY(0);
    border: 6px solid #ffffff;
}

.leadership_experienceapp .name::after {
    background: rgb(180,166,179);
    left: 50%;
    height: 2px;
    transform: translateX(-50%) scaleX(0.5);
    width: 80px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    content: "";
    bottom: -5px;
}

.leadership_experienceapp .review_opinionsapp:hover .emp_tasksapp {
    opacity: 1;
}

.newsletter_signupapp {
    position: relative;
    padding: 6rem 2rem;
    font-family: Arial, sans-serif;
    background: rgb(241,228,232);
    overflow: hidden;
}

.newsletter_signupapp .our_journeyapp {
    display: flex;
    justify-content: center;
    z-index: 1;
    perspective: 1000px;
    margin: 0 auto;
    transform-style: preserve-3d;
    max-width: 1200px;
    position: relative;
}

.newsletter_signupapp h3::after {
    height: 20px;
    bottom: -20px;
    content: "";
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: 100%;
    position: absolute;
    left: 0;
    background: #ffffff;
}

.newsletter_signupapp input[type="email"]::placeholder {
    opacity: 0.7;
    color: #000000;
}

.newsletter_signupapp .sub_seasonapp {
    align-self: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    border: none;
    font-size: 17px;
    transform: translateY(50%) translateZ(20px);
    z-index: 1;
    font-weight: 600;
    border-radius: 10px;
    position: relative;
    background: rgb(217,197,208);
    width: 80%;
    color: #ffffff;
    cursor: pointer;
    padding: 1.2rem;
}

.course_summaryapp .program_pathapp {
    display: flex;
    flex-direction: column;
    animation: carousel-vertical 25s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    width: 100%;
    height: 500%;
}

.course_summaryapp .program_pathapp {
    flex-direction: row;
    height: 100%;
    animation: carousel-horizontal-mobile 20s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    width: 500%;
}

.course_summaryapp .container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    justify-content: flex-start;
    display: flex;
    z-index: 2;
    position: relative;
}

.course_summaryapp .container {
    justify-content: center;
    width: 100%;
}

.course_summaryapp .knowledge_baseapp p {
    margin-bottom: 2rem;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
}

.course_summaryapp .knowledge_baseapp p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: calc(16px * 0.9);
}

.course_summaryapp .knowledge_baseapp .inquiry_requestapp:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.price_deck_gridapp {
    background-color: rgb(241,228,232);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.price_deck_gridapp .rate_packagesapp {
    flex-direction: column;
    display: flex;
}

.price_deck_gridapp .value_planapp h2 {
    font-size: 37px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    font-weight: 700;
    -webkit-background-clip: text !important;
    margin-bottom: 15px;
    color: #000000;
    background: linear-gradient(120deg, rgb(180,166,179), rgb(217,197,208));
    -webkit-text-fill-color: transparent;
}

.price_deck_gridapp .plan_feesapp::before {
    z-index: 2;
    height: 5px;
    position: absolute;
    width: 100%;
    content: "";
    transform-origin: left;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0.85);
    background: linear-gradient(90deg, rgb(180,166,179), rgb(217,197,208));
    top: 0;
}

.price_deck_gridapp .plan_feesapp:hover .pricing_listapp h3 {
    transform: translateX(5px);
}

.price_deck_gridapp .rate_plansapp::before {
    transform: scaleX(0.3);
    bottom: 0;
    left: 0;
    transform-origin: left;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(180,166,179), rgb(217,197,208));
    content: "";
    width: 100%;
    height: 2px;
}

.price_deck_gridapp .plan_feesapp:hover .photo_wrap_itemapp {
    transform: scale(1.05);
}



@media screen and (max-width: 1200px) {.our_missionapp .container {
    padding: 0 30px;
}.our_missionapp .learn_proapp {
    padding-right: 250px;
}.our_missionapp .teach_methodapp {
    padding-left: 250px;
}.our_missionapp .learn_proapp .photo_wrap_itemapp,
    .our_missionapp .teach_methodapp .creds_blockapp {
    width: 220px;
    height: 280px;
}
}



@media screen and (max-width: 480px) {.our_missionapp {
    padding: 40px 0;
}.our_missionapp .container {
    padding: 0 20px;
}.our_missionapp h3 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.7);
}.our_missionapp .learn_proapp,
    .our_missionapp .teach_methodapp {
    padding: 20px;
}.our_missionapp .learn_proapp {
    padding-bottom: 170px;
}.our_missionapp .teach_methodapp {
    padding-top: 170px;
}.our_missionapp .learn_proapp .photo_wrap_itemapp,
    .our_missionapp .teach_methodapp .creds_blockapp {
    height: 150px;
}}


@media only screen and (max-width: 800px){.inner-containerapp .cookie_screenapp {
    margin-bottom: 14px;
    margin: 0;
}}



@media (max-width: 768px) {.contact_informationapp {
    padding: 60px 0;
}.contact_informationapp h3 {
    margin-bottom: 40px;
    font-size: calc(29px - 4px);
}.contact_informationapp .query_helpapp h3,
    .contact_informationapp .help_widgetapp h4 {
    font-size: calc(22px - 2px);
    margin-bottom: 30px;
}.contact_informationapp .query_helpapp input[type="text"],
    .contact_informationapp .query_helpapp textarea {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_informationapp .query_helpapp textarea {
    height: 120px;
}.contact_informationapp .query_helpapp .inquiry_requestapp {
    font-size: calc(18px - 1px);
    padding: 14px 30px;
}.contact_informationapp .help_widgetapp .message_helpapp li {
    margin-bottom: 25px;
    padding-bottom: 15px;
}.contact_informationapp .help_widgetapp .message_helpapp li svg {
    margin-right: 15px;
    height: 22px;
    width: 22px;
}
}



@media (min-width: 768px) {.educational_rewardsapp .our_journeyapp {
    padding: 40px;
    align-items: center;
    flex-direction: row;
}.educational_rewardsapp .text_detailsapp {
    padding: 30px 40px 30px 0;
}.educational_rewardsapp h4 {
    margin-bottom: 40px;
    font-size: 32px;
}.educational_rewardsapp .text_detailsapp > div {
    gap: 40px;
    flex-direction: row;
}.educational_rewardsapp .photo_wrap_itemapp {
    height: 400px;
    object-position: center;
    width: 45%;
}
}



@media (min-width: 768px) {.ty_noteapp {
    padding: 6rem 0;
}.ty_noteapp .our_journeyapp {
    margin: 0 auto;
    max-width: 85%;
    transform: translateZ(20px) rotateX(3deg);
    padding: 3rem;
}.ty_noteapp h2 {
    margin-bottom: 3rem;
}.ty_noteapp li::before {
    left: -10px;
}.ty_noteapp li:hover::before {
    left: -25px;
}
}



@media (max-width: 480px) {.ty_noteapp {
    padding: 3rem 0;
}.ty_noteapp .container {
    padding: 0 1.5rem;
}.ty_noteapp h2 {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}.ty_noteapp .our_journeyapp {
    padding: 1.25rem;
}.ty_noteapp span {
    font-size: 0.9rem;
    line-height: 1.5;
}}



@media (min-width: 1200px) {.welcomeapp .our_journeyapp {
    grid-gap: 6rem;
}.welcomeapp h1 {
    font-size: calc(38px * 1.6);
    margin-bottom: 2.5rem;
}.welcomeapp .skill_quickapp {
    padding: 4rem;
}.welcomeapp .photo_wrap_itemapp {
    clip-path: polygon(15% 0, 100% 0, 100% 85%, 0 100%, 0 15%);
    height: 650px;
}
}



@media (max-width: 991px) {.confidential_refugeapp {
    padding: 3rem 1rem;
}.confidential_refugeapp .container {
    padding: 1.5rem;
    transform: perspective(1000px) rotateY(0.2deg);
}.confidential_refugeapp h1 {
    font-size: calc(44px * 0.9);
}.confidential_refugeapp h2 {
    font-size: calc(32px * 0.9);
    margin: 2rem 0 1rem;
}.confidential_refugeapp h3 {
    font-size: calc(32px * 0.8);
}.confidential_refugeapp h4 {
    font-size: calc(32px * 0.7);
}
}



@media (max-width: 768px) {.customer_commentsapp {
    padding: 60px 0 40px;
}.customer_commentsapp::after {
    width: 200px;
    height: 200px;
}.customer_commentsapp h2 {
    padding-left: 0;
    text-align: center;
    transform: none;
    font-size: calc(32px * 0.8);
    margin-bottom: 30px;
}.customer_commentsapp h2::before {
    height: 5px;
    top: -20px;
    transform: translateX(-50%);
    width: 60px;
    left: 50%;
}.customer_commentsapp .feedback_ratingsapp {
    grid-template-columns: 1fr;
    gap: 20px;
}.customer_commentsapp .review_opinionsapp {
    padding: 25px;
}.customer_commentsapp a {
    padding: 12px 28px;
    margin-top: 30px;
}
}



@media (min-width: 768px) {.leadership_experienceapp .review_opinionsapp {
    grid-template-columns: auto 1fr;
    padding: 3.5rem;
    gap: 2.5rem;
}.leadership_experienceapp .photo_wrap_itemapp {
    width: 200px;
    margin: 0;
    height: 200px;
}.leadership_experienceapp .name {
    text-align: left;
}.leadership_experienceapp .name::after {
    transform: translateX(0) scaleX(0.5);
    left: 0;
}.leadership_experienceapp .review_opinionsapp:hover .name::after {
    transform: translateX(0) scaleX(1);
}.leadership_experienceapp .review_opinionsapp div:nth-child(2) div {
    text-align: left;
}.leadership_experienceapp .review_opinionsapp div:nth-child(3) {
    grid-column: span 2;
}.leadership_experienceapp .emp_tasksapp {
    padding: 2rem 1rem 0.5rem;
}.leadership_experienceapp .emp_tasksapp::before {
    left: 1rem;
    transform: translateX(0);
}
}



@media (min-width: 768px) {.newsletter_signupapp {
    padding: 8rem 3rem;
}.newsletter_signupapp h3 {
    width: 70%;
}.newsletter_signupapp .input_holder {
    padding: 5rem 3rem 3rem;
}.newsletter_signupapp .sub_seasonapp {
    width: 60%;
}
}



@media (min-width: 768px) {.price_deck_gridapp .tuition_plansapp {
    grid-template-columns: repeat(2, 1fr);
}.price_deck_gridapp .pricing_listapp {
    padding: 35px;
}.price_deck_gridapp .photo_wrap_itemapp {
    height: 220px;
}
}



@media (min-width: 1200px) {.price_deck_gridapp {
    padding: 150px 0;
}.price_deck_gridapp .tuition_plansapp {
    gap: 40px;
}.price_deck_gridapp .plan_feesapp {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.price_deck_gridapp .plan_feesapp:hover {
    transform: translateY(-15px) scale(1.02);
}.price_deck_gridapp .plan_feesapp:nth-child(even) {
    transform: translateY(15px);
}.price_deck_gridapp .plan_feesapp:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.price_deck_gridapp .photo_wrap_itemapp {
    height: 250px;
}
}



@keyframes fadeSlideInDelayed {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  50% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



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



@keyframes expandUnderline {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}



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

