* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.app-container-wrap {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}.container {
    width: 1227px;
    max-width: 100%;
    margin: auto;
}svg {
    height: 30px;
    width: 30px;
}.app-exam-prep {
    flex: 0 0 auto;
}.app-top-tutor {
    flex: 1 0 auto;
}html,body {
    height: 100%;
    auto
contain
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.app-our-background {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(233,236,237) 0%, #ffffff 100%);
    overflow: hidden;
}.app-our-background::before {
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(188,205,210,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(134,182,182,0.5) 0%, transparent 25%);
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 100%;
    left: 0;
    opacity: 0.4;
    content: "";
}.app-our-background .container {
    position: relative;
    z-index: 5;
}.app-our-background h2 {
    font-size: 29px;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    font-weight: 700;
}.app-our-background h2::after {
    background: rgb(188,205,210);
    transform: translateX(-50%);
    position: absolute;
    content: "";
    width: 80px;
    left: 50%;
    height: 3px;
    bottom: 0;
}.app-our-background .app-knowledge-classes {
    flex-wrap: wrap;
    position: relative;
    margin-top: 60px;
    display: flex;
}.app-our-background .app-fast-learning {
    margin: 0 10px;
    background: #ffffff;
    padding: 40px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 27px;
    z-index: 2;
    flex: 1 1 calc(50% - 20px);
}.app-our-background .app-fast-learning::before {
    top: 0;
    background: rgb(188,205,210);
    height: 0;
    left: 0;
    transition: all 0.5s ease;
    position: absolute;
    content: "";
    width: 5px;
}.app-our-background .app-fast-learning:hover::before {
    height: 100%;
}.app-our-background .app-fast-learning::after {
    top: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    background: rgb(233,236,237);
    transform: scaleX(0);
    transform-origin: right;
    height: 100%;
    transition: transform 0.5s ease;
    left: 0;
    content: "";
}.app-our-background .app-fast-learning:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.app-our-background .app-fast-learning:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.app-our-background .app-fast-learning h3 {
    z-index: 2;
    font-size: 24px;
    position: relative;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}.app-our-background .app-fast-learning:hover h3 {
    transform: translateX(10px);
    color: rgb(188,205,210);
}.app-our-background .app-fast-learning p {
    z-index: 2;
    color: #000000;
    transition: all 0.3s ease;
    line-height: 1.8;
    font-size: 14px;
    position: relative;
}.app-our-background .app-fast-learning:hover p {
    transform: translateX(10px);
}.app-our-background .app-fast-learning:first-child {
    border-top: 3px solid rgb(188,205,210);
}.app-our-background .app-fast-learning:last-child {
    border-top: 3px solid rgb(134,182,182);
}.app-our-background .container::before {
    content: "";
    border-radius: 10px;
    top: -10%;
    height: 20%;
    width: 20%;
    position: absolute;
    border: 2px solid rgb(188,205,210,0.5);
    left: -10%;
    animation: rotate-element 20s linear infinite;
    opacity: 0.2;
}.app-our-background .container::after {
    content: "";
    height: 15%;
    right: -5%;
    width: 15%;
    opacity: 0.2;
    border: 2px solid rgb(134,182,182,0.5);
    bottom: -5%;
    position: absolute;
    animation: rotate-element 15s linear infinite reverse;
    border-radius: 10px;
}@keyframes rotate-element {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.app-our-background .app-knowledge-classes::before {
    bottom: 0;
    top: 0;
    left: 50%;
    background: linear-gradient(to bottom, transparent, rgb(188,205,210,0.5), transparent);
    opacity: 0.5;
    width: 1px;
    position: absolute;
    content: "";
    z-index: 1;
}.app-our-background .app-knowledge-classes::after {
    z-index: 0;
    content: "";
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0.02;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
}

@media screen and (max-width: 992px) {.app-our-background {
    padding: 80px 0;
}.app-our-background .app-knowledge-classes {
    margin-top: 40px;
    flex-direction: column;
}.app-our-background .app-fast-learning {
    flex: 1 1 100%;
    margin: 10px 0;
}.app-our-background .app-knowledge-classes::before {
    display: none;
}.app-our-background .container::before,
    .app-our-background .container::after {
    display: none;
}
}

@media screen and (max-width: 768px) {.app-our-background {
    padding: 60px 0;
}.app-our-background h2 {
    padding-bottom: 15px;
    font-size: calc(29px * 0.9);
    margin-bottom: 20px;
}.app-our-background h2::after {
    width: 60px;
}.app-our-background .app-fast-learning {
    padding: 30px;
}.app-our-background .app-fast-learning h3 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.9);
}
}

@media screen and (max-width: 576px) {.app-our-background {
    padding: 50px 0;
}.app-our-background h2 {
    padding-bottom: 12px;
    font-size: calc(29px * 0.8);
    margin-bottom: 15px;
}.app-our-background h2::after {
    width: 50px;
    height: 2px;
}.app-our-background .app-knowledge-classes {
    margin-top: 30px;
}.app-our-background .app-fast-learning {
    padding: 25px;
}.app-our-background .app-fast-learning h3 {
    margin-bottom: 12px;
    font-size: calc(24px * 0.85);
}.app-our-background .app-fast-learning p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.app-our-background .app-fast-learning:hover h3,
    .app-our-background .app-fast-learning:hover p {
    transform: translateX(5px);
}}header {
    padding: 0;
    background: rgb(233,236,237);
    position: relative;
    width: 100%;
    z-index: 100;
}header::before {
    content: '';
    opacity: 0.6;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    background: linear-gradient(135deg, 
        rgb(188,205,210,0.5) 0%, 
        transparent 60%, 
        rgb(134,182,182,0.5) 100%);
}header .container {
    z-index: 1;
    margin: 0;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding: 0;
}header .app-nav-lesson {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 0.8rem 3%;
    justify-content: space-between;
}header .app-first-lesson {
    margin-right: 1rem;
    padding: 0.6rem;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
}header .app-first-lesson::after {
    content: '';
    bottom: 0;
    position: absolute;
    transform: scaleX(0.7);
    height: 2px;
    transition: transform 0.3s ease;
    width: 100%;
    left: 0;
    background: linear-gradient(to right, rgb(188,205,210), rgb(134,182,182));
}header .app-first-lesson:hover::after {
    transform: scaleX(1);
}header .app-first-lesson svg {
    height: auto;
    transition: all 0.3s ease;
    width: 140px;
}header .app-first-lesson:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .app-top-learning {
    border-radius: 10px;
    padding: 0.5rem;
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    flex-wrap: wrap;
}header .app-header-pagewrap {
    font-family: Arial, sans-serif;
    color: #000000;
    overflow: hidden;
    font-size: 17px;
    transition: all 0.3s ease;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    font-weight: 400;
    padding: 0.4rem 0.7rem;
}header .app-header-pagewrap::after {
    position: absolute;
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(188,205,210), rgb(134,182,182));
    transform-origin: left;
    bottom: 0;
    height: 2px;
    content: '';
    width: 100%;
    left: 0;
    transition: transform 0.3s ease;
}header .app-header-pagewrap:hover {
    background: rgba(255, 255, 255, 0.7);
    color: rgb(188,205,210);
}header .app-header-pagewrap:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header .app-nav-lesson {
    padding: 0.7rem 2.5%;
}header .app-first-lesson svg {
    width: 130px;
}header .app-top-learning {
    gap: 0.35rem;
    padding: 0.4rem;
}header .app-header-pagewrap {
    padding: 0.35rem 0.6rem;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header .app-nav-lesson {
    justify-content: center;
    padding: 0.7rem 2%;
}header .app-first-lesson {
    margin: 0 0 0.6rem 0;
}header .app-first-lesson svg {
    width: 120px;
}header .app-top-learning {
    justify-content: center;
    width: 100%;
}header .app-header-pagewrap {
    padding: 0.3rem 0.5rem;
    font-size: calc(17px - 2px);
}
}

@media (max-width: 480px) {header .app-nav-lesson {
    padding: 0.6rem 1.5%;
}header .app-first-lesson svg {
    width: 110px;
}header .app-top-learning {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .app-top-learning::-webkit-scrollbar {
    height: 2px;
}header .app-top-learning::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(188,205,210);
}header .app-header-pagewrap {
    white-space: nowrap;
    flex-shrink: 0;
}}.app-title-section {
    background: rgb(233,236,237);
    width: 100%;
    perspective: 1000px;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}.app-title-section .app-edu-intro {
    position: relative;
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
    height: 100%;
}.app-title-section .app-learn-page {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    height: 100vh;
    transform-style: preserve-3d;
    justify-content: center;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    padding: 5rem;
}.app-title-section .app-learn-page::before {
    z-index: 1;
    top: 0;
    transform: translateZ(-10px);
    position: absolute;
    content: "";
    right: 0;
    backdrop-filter: blur(8px);
    left: 0;
    background: linear-gradient(
    135deg,
    rgba(rgb(188,205,210), 0.92),
    rgba(rgb(134,182,182), 0.85)
  );
    bottom: 0;
}.app-title-section .app-learn-page::after {
    top: -5%;
    height: 110%;
    background: linear-gradient(
    45deg,
    rgb(188,205,210,0.5),
    transparent 60%
  );
    width: 110%;
    left: -5%;
    pointer-events: none;
    transform: translateZ(5px);
    position: absolute;
    z-index: 2;
    content: "";
}.app-title-section .app-learn-page span {
    transform-origin: left center;
    z-index: 10;
    margin-bottom: 1.5rem;
    opacity: 0.9;
    position: relative;
    max-width: 650px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateZ(30px);
    display: block;
}.app-title-section .app-learn-page h3 {
    font-weight: 600;
    color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    border-left: 4px solid rgb(134,182,182);
    font-size: calc(19px * 1.05);
    line-height: 1.4;
    background: rgba(#000000, 0.3);
    letter-spacing: 0.01em;
    backdrop-filter: blur(5px);
    padding: 1rem 1.5rem;
}.app-title-section .app-learn-page h1 {
    max-width: 80%;
    color: #ffffff;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    z-index: 10;
    transform-origin: left center;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    letter-spacing: -0.02em;
    position: relative;
    font-size: 47px;
    transform: translateZ(50px);
    line-height: 1.2;
    margin: 0.5rem 0 1.5rem;
}.app-title-section .app-learn-page h1::after {
    left: 0;
    width: 80px;
    transform-origin: left bottom;
    height: 5px;
    bottom: -15px;
    transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    content: "";
    position: absolute;
    background: rgb(134,182,182);
    transform: skewX(-15deg);
}.app-title-section .app-learn-page div {
    position: relative;
    transform: translateZ(40px);
    z-index: 10;
    opacity: 0.95;
    transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-top: 2rem;
    perspective: 500px;
}.app-title-section .app-learn-page div div {
    backdrop-filter: blur(10px);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    margin: 0;
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0.05)
  );
    padding: 1.5rem 2rem;
    border-radius: 0 10px 10px 0;
    max-width: 550px;
    border-left: 2px solid rgb(134,182,182);
    transform: translateZ(10px) rotateY(-5deg);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
}.app-title-section .app-learn-page p {
    font-size: calc(17px * 1.15);
    margin: 0;
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #ffffff;
}.app-title-section:hover .app-learn-page h1::after {
    width: 120px;
}.app-title-section:hover .app-learn-page div div {
    transform: translateZ(10px) rotateY(-2deg);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.2);
}.app-title-section:hover .app-learn-page span {
    transform: translateZ(35px);
}.app-title-section:hover .app-learn-page h1 {
    transform: translateZ(55px);
}

@media (max-width: 1200px) {.app-title-section .app-learn-page {
    padding: 4rem;
}.app-title-section .app-learn-page h1 {
    font-size: calc(47px * 0.9);
    max-width: 90%;
}.app-title-section .app-learn-page h3 {
    font-size: 19px;
}.app-title-section .app-learn-page div div {
    max-width: 500px;
}
}

@media (max-width: 992px) {.app-title-section .app-learn-page {
    padding: 3rem;
    align-items: center;
    justify-content: center;
}.app-title-section .app-learn-page h1 {
    text-align: center;
    font-size: calc(47px * 0.8);
    max-width: 100%;
}.app-title-section .app-learn-page h1::after {
    left: 50%;
    transform: translateX(-50%) skewX(-15deg);
}.app-title-section .app-learn-page span {
    align-self: center;
    text-align: center;
}.app-title-section .app-learn-page h3 {
    font-size: calc(19px * 0.95);
    text-align: center;
}.app-title-section .app-learn-page div {
    align-self: center;
}.app-title-section .app-learn-page div div {
    border-radius: 10px;
    border-left: none;
    border-bottom: 2px solid rgb(134,182,182);
    padding: 1.25rem 1.5rem;
    transform: translateZ(10px);
}.app-title-section .app-learn-page p {
    text-align: center;
    font-size: calc(17px * 1.05);
}.app-title-section:hover .app-learn-page div div {
    transform: translateZ(15px);
}
}

@media (max-width: 768px) {.app-title-section .app-learn-page {
    height: 100vh;
    padding: 2rem;
}.app-title-section .app-learn-page h1 {
    line-height: 1.3;
    font-size: calc(47px * 0.7);
    margin: 1rem 0;
}.app-title-section .app-learn-page h3 {
    font-size: calc(19px * 0.9);
    padding: 0.75rem 1rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
}.app-title-section .app-learn-page div {
    margin-top: 1.5rem;
}.app-title-section .app-learn-page div div {
    max-width: 90%;
    padding: 1rem 1.25rem;
}.app-title-section .app-learn-page p {
    font-size: 17px;
}
}

@media (max-width: 576px) {.app-title-section .app-learn-page {
    transform: none !important;
    padding: 1.5rem;
}.app-title-section .app-learn-page span,
  .app-title-section .app-learn-page h1,
  .app-title-section .app-learn-page div {
    transform: none !important;
    max-width: 100%;
}.app-title-section .app-learn-page h1 {
    font-size: calc(47px * 0.6);
}.app-title-section .app-learn-page h3 {
    padding: 0.75rem;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
    font-size: calc(19px * 0.85);
}.app-title-section .app-learn-page div div {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    max-width: 100%;
}.app-title-section .app-learn-page p {
    font-size: calc(17px * 0.95);
}.app-title-section:hover .app-learn-page h1::after {
    width: 80px;
}
}

@media (prefers-reduced-motion) {.app-title-section .app-learn-page,
  .app-title-section .app-learn-page span,
  .app-title-section .app-learn-page h1,
  .app-title-section .app-learn-page div,
  .app-title-section .app-learn-page div div {
    transform: none !important;
    transition: none;
}.app-title-section:hover .app-learn-page span,
  .app-title-section:hover .app-learn-page h1,
  .app-title-section:hover .app-learn-page div div {
    transform: none !important;
}}.app-privacy-cover {
    background: linear-gradient(135deg, rgb(233,236,237) 0%, rgba(rgb(188,205,210,0.5), 0.05) 100%);
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
}.app-privacy-cover::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(188,205,210) 0%, rgb(134,182,182) 100%);
    width: 100%;
    left: 0;
    height: 6px;
    top: 0;
    box-shadow: 0 0 20px rgba(rgb(188,205,210,0.5), 0.4);
}.app-privacy-cover::after {
    position: absolute;
    background: radial-gradient(circle at bottom right, rgba(rgb(134,182,182,0.5), 0.08), transparent 70%);
    height: 35%;
    transform: translate(10%, 10%);
    z-index: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    width: 35%;
    content: "";
}.app-privacy-cover .container {
    position: relative;
    max-width: 1140px;
    perspective: 1000px;
    z-index: 1;
    margin: 0 auto;
    transform-style: preserve-3d;
}.app-privacy-cover h1 {
    letter-spacing: -0.02em;
    color: rgb(188,205,210);
    font-weight: 700;
    position: relative;
    border-bottom: 1px solid rgba(rgb(188,205,210,0.5), 0.1);
    font-size: 38px;
    transform: translateZ(5px);
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
}.app-privacy-cover h1::after {
    height: 3px;
    width: 80px;
    left: 0;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(188,205,210), rgb(134,182,182));
    bottom: -1px;
    transition: width 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    content: "";
    position: absolute;
}.app-privacy-cover h2 {
    color: #000000;
    font-weight: 600;
    font-size: 36px;
    margin: 3rem 0 1.5rem;
    transform: translateZ(3px);
    padding-left: 1.5rem;
    position: relative;
}.app-privacy-cover h2::before {
    height: 80%;
    content: "";
    left: 0;
    border-radius: 2px;
    width: 8px;
    position: absolute;
    top: 0.3em;
    background: linear-gradient(to bottom, rgb(188,205,210), rgb(134,182,182));
}.app-privacy-cover h3 {
    font-weight: 600;
    font-size: calc(36px * 0.85);
    position: relative;
    margin: 2.5rem 0 1.25rem;
    padding-left: 1.25rem;
    color: #000000;
}.app-privacy-cover h3::before {
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(134,182,182), rgb(188,205,210));
    height: 70%;
    position: absolute;
    width: 6px;
    left: 0;
    content: "";
    top: 0.4em;
}.app-privacy-cover h4 {
    font-size: calc(36px * 0.7);
    position: relative;
    padding-left: 1rem;
    color: #000000;
    font-weight: 600;
    margin: 2rem 0 1rem;
}.app-privacy-cover h4::before {
    top: 0.4em;
    width: 4px;
    left: 0;
    background: rgb(134,182,182);
    height: 60%;
    border-radius: 1px;
    content: "";
    position: absolute;
}.app-privacy-cover p {
    color: #000000;
    position: relative;
    transform: translateZ(1px);
    max-width: 95%;
    font-size: 17px;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}.app-privacy-cover p strong {
    position: relative;
    color: #000000;
    font-weight: 600;
}.app-privacy-cover span {
    line-height: 1.7;
    color: #000000;
    max-width: 95%;
    display: block;
    font-size: 17px;
    margin-bottom: 1.5rem;
    position: relative;
}.app-privacy-cover ul {
    position: relative;
    padding: 0.5rem 0 1.5rem 1.5rem;
    transform: translateZ(2px);
    list-style: none;
}.app-privacy-cover ul::before {
    top: 0;
    width: 1px;
    background: linear-gradient(to bottom, rgb(188,205,210), transparent);
    bottom: 0;
    position: absolute;
    content: "";
    left: 0;
}.app-privacy-cover li {
    font-size: 17px;
    color: #000000;
    margin-bottom: 1.25rem;
    position: relative;
    line-height: 1.6;
    padding-left: 1.75rem;
}.app-privacy-cover li::before {
    content: "";
    width: 8px;
    left: 0;
    box-shadow: 0 0 0 2px rgba(rgb(188,205,210,0.5), 0.1);
    transition: transform 0.3s ease;
    border-radius: 50%;
    top: 0.6em;
    position: absolute;
    border: 2px solid rgb(188,205,210);
    height: 8px;
    background: rgba(rgb(255, 255, 255, 0.5), 0.8);
}.app-privacy-cover li:hover::before {
    transform: scale(1.2);
    background: rgba(rgb(188,205,210,0.5), 0.1);
}


@media (max-width: 992px) {.app-privacy-cover {
    padding: 5rem 1.5rem;
}.app-privacy-cover h1 {
    font-size: calc(38px * 0.9);
}.app-privacy-cover h2 {
    font-size: calc(36px * 0.9);
}.app-privacy-cover h3 {
    font-size: calc(36px * 0.8);
}.app-privacy-cover h4 {
    font-size: calc(36px * 0.65);
}
}

@media (max-width: 768px) {.app-privacy-cover {
    padding: 4rem 1.25rem;
}.app-privacy-cover::after {
    width: 50%;
    height: 25%;
}.app-privacy-cover h1 {
    font-size: calc(38px * 0.8);
    margin-bottom: 2rem;
}.app-privacy-cover h2 {
    padding-left: 1.25rem;
    margin: 2.5rem 0 1.25rem;
}.app-privacy-cover h3 {
    padding-left: 1rem;
}.app-privacy-cover h4 {
    padding-left: 0.75rem;
}.app-privacy-cover p, 
    .app-privacy-cover span {
    max-width: 100%;
}.app-privacy-cover ul {
    padding-left: 0.75rem;
}.app-privacy-cover li {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}
}

@media (max-width: 576px) {.app-privacy-cover {
    padding: 3rem 1rem;
}.app-privacy-cover h1 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.5rem;
}.app-privacy-cover h2 {
    padding-left: 1rem;
    margin: 2rem 0 1rem;
    font-size: calc(36px * 0.8);
}.app-privacy-cover h3 {
    font-size: calc(36px * 0.7);
    padding-left: 0.75rem;
}.app-privacy-cover h4 {
    font-size: calc(36px * 0.6);
    padding-left: 0.5rem;
}.app-privacy-cover h1::after {
    width: 60px;
}.app-privacy-cover ul {
    padding-left: 0.5rem;
}.app-privacy-cover li {
    padding-left: 1.25rem;
}}.app-exam-prep {
    position: relative;
    background: linear-gradient(45deg, #000000 0%, rgb(134,182,182,0.5) 100%);
    color: #ffffff;
    padding: 6rem 0 2rem;
    font-family: Arial, sans-serif;
}.app-exam-prep::before {
    width: 100%;
    z-index: 1;
    position: absolute;
    opacity: 0.15;
    left: 0;
    content: '';
    top: 0;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(188,205,210,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(134,182,182,0.5) 0%, transparent 30%);
}.app-exam-prep::after {
    z-index: 2;
    position: absolute;
    height: 100%;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    top: 0;
    width: 100%;
    content: '';
    left: 0;
}.app-exam-prep .container {
    z-index: 3;
    position: relative;
}.app-exam-prep .app-affiliate-cta {
    flex-direction: column;
    position: relative;
    display: flex;
}.app-exam-prep .app-reach-form {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 1.25rem 2rem;
    background-color: #ffffff;
    border-radius: 10px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    z-index: 10;
    position: relative;
    transform: translateY(-3.5rem);
    margin-bottom: 2rem;
}.app-exam-prep .app-reach-form::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, transparent 20%, rgb(188,205,210,0.5) 140%);
    z-index: -1;
    border-radius: 10px;
    content: '';
    top: 0;
    height: 100%;
    left: 0;
    opacity: 0.08;
}.app-exam-prep .info_item {
    min-width: 200px;
    max-width: 300px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    flex: 1;
}.app-exam-prep .info_item:not(:last-child)::after {
    transform: translateY(-50%);
    content: '';
    background: linear-gradient(to bottom, transparent, rgb(134,182,182,0.5), transparent);
    position: absolute;
    height: 70%;
    top: 50%;
    right: -0.75rem;
    width: 1px;
}.app-exam-prep .info_item p,
.app-exam-prep .info_item a {
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    display: flex;
    padding: 0.5rem;
    align-items: center;
    gap: 0.875rem;
}.app-exam-prep .info_item:hover {
    transform: translateY(-5px);
}.app-exam-prep .info_item:hover p,
.app-exam-prep .info_item:hover a {
    color: rgb(188,205,210);
}.app-exam-prep .info_item svg {
    fill: rgb(188,205,210);
    width: 22px;
    transition: transform 0.3s ease;
    height: 22px;
}.app-exam-prep .info_item:hover svg {
    transform: scale(1.15);
}.app-exam-prep .text_main_holder {
    grid-template-columns: 1fr 1.5fr 1fr;
    display: grid;
    gap: 4rem;
    position: relative;
}.app-exam-prep .app-main-nav {
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
}.app-exam-prep .app-main-nav svg {
    transition: filter 0.3s ease, transform 0.3s ease;
    max-width: 180px;
    filter: brightness(0) invert(1);
    height: auto;
}.app-exam-prep .app-main-nav:hover svg {
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(188,205,210,0.5));
    transform: scale(1.03);
}.app-exam-prep .app-footer-clients {
    opacity: 0.8;
    line-height: 1.6;
    font-size: calc(15px + 1px);
}.app-exam-prep .app-top-learning {
    position: relative;
    display: flex;
    flex-direction: column;
}.app-exam-prep .app-top-learning::before {
    background: linear-gradient(to bottom, transparent, rgb(134,182,182,0.5) 30%, rgb(134,182,182,0.5) 70%, transparent);
    left: -2rem;
    top: 0;
    content: '';
    width: 1px;
    bottom: 0;
    position: absolute;
}.app-exam-prep .app-top-learning::after {
    content: '';
    background: linear-gradient(to bottom, transparent, rgb(134,182,182,0.5) 30%, rgb(134,182,182,0.5) 70%, transparent);
    width: 1px;
    bottom: 0;
    top: 0;
    right: -2rem;
    position: absolute;
}.app-exam-prep .app-top-learning h5 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 1.75rem;
    position: relative;
    padding-bottom: 0.875rem;
}.app-exam-prep .app-top-learning h5::after {
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(188,205,210), transparent);
    bottom: 0;
    height: 2px;
    width: 60px;
    content: '';
}.app-exam-prep .app-main-mainwrap {
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.app-exam-prep .app-main-mainwrap:first-child {
    margin-bottom: 2rem;
}.app-exam-prep .app-main-mainwrap a {
    transform-origin: left;
    color: #ffffff;
    position: relative;
    padding: 0.25rem 0;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    opacity: 0.85;
}.app-exam-prep .app-main-mainwrap a::before {
    transition: width 0.3s ease;
    height: 1px;
    left: 0;
    content: '';
    width: 0;
    position: absolute;
    bottom: 0;
    background-color: rgb(188,205,210);
}.app-exam-prep .app-main-mainwrap a:hover {
    color: rgb(188,205,210);
    transform: translateX(8px);
    opacity: 1;
}.app-exam-prep .app-main-mainwrap a:hover::before {
    width: 20px;
}.app-exam-prep .subscribe_holder {
    position: relative;
    display: flex;
    overflow: hidden;
    gap: 1.5rem;
    padding: 2rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    flex-direction: column;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
}.app-exam-prep .subscribe_holder::before {
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(188,205,210,0.5), transparent 70%);
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.2;
    top: 0;
}.app-exam-prep .subscribe_holder::after {
    content: '';
    position: absolute;
    opacity: 0.3;
    z-index: -1;
    height: 150px;
    background: radial-gradient(circle, rgb(188,205,210,0.5) 0%, transparent 70%);
    width: 150px;
    right: 0;
    bottom: 0;
    animation: pulseGlow 6s infinite alternate;
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

.app-exam-prep .subscribe_holder h5 {
    position: relative;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 20px;
    padding-bottom: 0.875rem;
}.app-exam-prep .subscribe_holder h5::after {
    height: 2px;
    bottom: 0;
    width: 40px;
    background: rgb(188,205,210);
    position: absolute;
    left: 0;
    content: '';
}.app-exam-prep .subscribe_holder p {
    margin-bottom: 0.5rem;
    opacity: 0.9;
    line-height: 1.6;
    font-size: 18px;
}.app-exam-prep .input_holder {
    gap: 1rem;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    position: relative;
}.app-exam-prep .input_holder::before {
    left: -10px;
    z-index: -1;
    height: calc(100% + 20px);
    opacity: 0.1;
    width: calc(100% + 20px);
    position: absolute;
    top: -10px;
    content: '';
    animation: subtleRotate 15s linear infinite;
    border-radius: calc(10px + 10px);
    background: 
        radial-gradient(circle at bottom right, rgb(188,205,210,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(134,182,182,0.5) 0%, transparent 70%);
}@keyframes subtleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.app-exam-prep .input_holder input[type="email"] {
    padding: 1.125rem 1.5rem;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
}.app-exam-prep .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(188,205,210,0.5);
    background-color: rgba(255, 255, 255, 0.15);
    outline: none;
    border-color: rgb(188,205,210,0.5);
}.app-exam-prep .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.app-exam-prep .app-sub-alerts {
    color: #ffffff;
    cursor: pointer;
    background-color: rgb(188,205,210);
    font-weight: 600;
    font-size: 19px;
    border-radius: 10px;
    z-index: 1;
    position: relative;
    border: none;
    padding: 1.125rem 1.5rem;
    transition: all 0.3s ease;
    overflow: hidden;
}.app-exam-prep .app-sub-alerts::before {
    z-index: -1;
    position: absolute;
    content: '';
    left: -100%;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    top: 0;
    width: 100%;
}.app-exam-prep .app-sub-alerts::after {
    top: 0;
    width: 100%;
    content: '';
    background: rgb(134,182,182);
    z-index: -2;
    opacity: 0;
    left: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    position: absolute;
}.app-exam-prep .app-sub-alerts:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}.app-exam-prep .app-sub-alerts:hover::before {
    left: 100%;
}.app-exam-prep .app-sub-alerts:hover::after {
    opacity: 1;
}.app-exam-prep .app-cheat-sheet {
    margin-top: 4rem;
    text-align: center;
    padding-top: 2rem;
    position: relative;
}.app-exam-prep .app-cheat-sheet::before {
    left: 20%;
    width: 60%;
    background: linear-gradient(to right, transparent, rgb(134,182,182,0.5), transparent);
    position: absolute;
    content: '';
    top: 0;
    height: 1px;
}.app-exam-prep .app-skill-test {
    opacity: 0.7;
    font-size: 15px;
}

@media (max-width: 1200px) {.app-exam-prep .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
}.app-exam-prep .subscribe_holder {
    grid-column: 1 / -1;
    margin-top: 2rem;
}.app-exam-prep .app-top-learning::after {
    display: none;
}
}

@media (max-width: 991px) {.app-exam-prep {
    padding: 5rem 0 2rem;
}.app-exam-prep .app-reach-form {
    flex-wrap: wrap;
    justify-content: center;
}.app-exam-prep .info_item {
    flex: 0 0 auto;
    width: calc(50% - 2rem);
    max-width: none;
}.app-exam-prep .info_item:not(:last-child)::after {
    display: none;
}.app-exam-prep .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.app-exam-prep .app-top-learning::before, 
    .app-exam-prep .app-top-learning::after {
    display: none;
}.app-exam-prep .app-main-nav {
    align-items: center;
    text-align: center;
}.app-exam-prep .app-top-learning h5, 
    .app-exam-prep .subscribe_holder h5 {
    text-align: center;
}.app-exam-prep .app-top-learning h5::after, 
    .app-exam-prep .subscribe_holder h5::after {
    transform: translateX(-50%);
    left: 50%;
}.app-exam-prep .app-main-mainwrap {
    grid-template-columns: repeat(3, 1fr);
}.app-exam-prep .input_holder {
    max-width: 400px;
    margin: 0 auto;
}
}

@media (max-width: 768px) {.app-exam-prep {
    padding: 4rem 0 2rem;
}.app-exam-prep .app-reach-form {
    padding: 1rem 1.5rem;
    transform: translateY(-2.5rem);
}.app-exam-prep .info_item {
    max-width: none;
    width: 100%;
}.app-exam-prep .app-main-mainwrap {
    grid-template-columns: repeat(2, 1fr);
}.app-exam-prep .app-cheat-sheet {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.app-exam-prep {
    padding: 3rem 0 1.5rem;
}.app-exam-prep .app-reach-form {
    transform: translateY(-1.5rem);
    padding: 1rem;
}.app-exam-prep .info_item p,
    .app-exam-prep .info_item a {
    font-size: calc(18px - 1px);
}.app-exam-prep .app-main-mainwrap {
    text-align: center;
    grid-template-columns: 1fr;
}.app-exam-prep .app-main-mainwrap a:hover {
    transform: none;
}.app-exam-prep .app-main-mainwrap a::before {
    left: 50%;
    transform: translateX(-50%);
}.app-exam-prep .app-main-mainwrap a:hover::before {
    width: 30px;
}.app-exam-prep .input_holder {
    width: 100%;
}}.app-study-process {
    background: linear-gradient(135deg, rgb(233,236,237) 0%, #ffffff 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.app-study-process::before {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    left: 0;
    background-image: radial-gradient(circle at 10% 20%, rgb(134,182,182,0.5) 0%, transparent 60%);
    content: "";
    pointer-events: none;
}.app-study-process::after {
    animation: float 12s infinite ease-in-out;
    height: 250px;
    z-index: 0;
    width: 250px;
    content: "";
    right: -50px;
    transform: rotate(-15deg);
    position: absolute;
    opacity: 0.08;
    background: rgb(188,205,210,0.5);
    top: -50px;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}.app-study-process .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.app-study-process .app-class-pro {
    padding: 3rem;
    display: flex;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    align-items: center;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    justify-content: center;
}.app-study-process .app-class-pro:hover {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.07), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.app-study-process .app-class-pro > div {
    max-width: 800px;
    position: relative;
}.app-study-process .app-class-pro > div::before {
    content: "";
    background: linear-gradient(to bottom, rgb(188,205,210), rgb(134,182,182));
    height: 100%;
    left: -2rem;
    transform-origin: top;
    width: 4px;
    top: 0;
    position: absolute;
    transform: scaleY(0);
    animation: line-appear 1.2s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.app-study-process h3 {
    margin-bottom: 1.5rem;
    font-size: calc(30px * 0.85);
    animation: slide-in 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(-20px);
    font-weight: 700;
    letter-spacing: -0.02em;
    opacity: 0;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
}.app-study-process h3::after {
    background: rgb(134,182,182);
    transform: scaleX(0);
    left: 0;
    bottom: -0.5rem;
    width: 80px;
    height: 3px;
    position: absolute;
    animation: line-grow 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    transform-origin: left;
}.app-study-process p {
    font-family: Arial, sans-serif;
    line-height: 1.8;
    transform: translateY(20px);
    font-size: 18px;
    color: #000000;
    margin-bottom: 0;
    position: relative;
    opacity: 0;
    animation: fade-up 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.app-study-process p span {
    padding-right: 0.5rem;
    position: relative;
    display: inline-block;
}.app-study-process p span::before {
    transform-origin: left;
    height: 1px;
    content: "";
    width: 100%;
    transform: scaleX(0);
    position: absolute;
    animation: line-grow-subtle 1.2s 1s forwards cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -5px;
    background: linear-gradient(to right, rgb(134,182,182,0.5), transparent);
    left: 0;
    opacity: 0.3;
}@keyframes line-appear {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes line-grow-subtle {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

@keyframes fade-up {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

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


.app-study-process .app-class-pro:hover::after {
    content: "";
    height: 200px;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(134,182,182,0.5) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: followMouse 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    width: 200px;
    z-index: -1;
    pointer-events: none;
    position: absolute;
}

@keyframes followMouse {
    0% {
        opacity: 0;
        transform: scale(0.5) translate(-50%, -50%);
    }
    100% {
        opacity: 0.1;
        transform: scale(1) translate(-50%, -50%);
    }
}


@media (max-width: 1200px) {.app-study-process {
    padding: 5rem 0;
}.app-study-process .app-class-pro {
    margin: 0 2rem;
    padding: 2.5rem;
}.app-study-process h3 {
    font-size: calc(30px * 0.8);
}
}

@media (max-width: 992px) {.app-study-process {
    padding: 4rem 0;
}.app-study-process .app-class-pro {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.app-study-process h3 {
    font-size: calc(30px * 0.75);
}.app-study-process p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}.app-study-process::after {
    width: 180px;
    right: -30px;
    height: 180px;
    top: -30px;
}
}

@media (max-width: 768px) {.app-study-process {
    padding: 3.5rem 0;
}.app-study-process .app-class-pro {
    margin: 0 1.5rem;
    transform: none;
    padding: 1.75rem;
}.app-study-process .app-class-pro:hover {
    transform: translateY(-3px);
}.app-study-process h3 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.25rem;
}.app-study-process .app-class-pro > div::before {
    width: 3px;
    left: -1.5rem;
}.app-study-process h3::after {
    width: 60px;
    height: 2px;
}.app-study-process::after {
    right: -20px;
    top: -20px;
    width: 150px;
    height: 150px;
}
}

@media (max-width: 576px) {.app-study-process {
    padding: 3rem 0;
}.app-study-process .app-class-pro {
    margin: 0 1rem;
    padding: 1.5rem;
}.app-study-process h3 {
    margin-bottom: 1rem;
    font-size: calc(30px * 0.65);
}.app-study-process p {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.app-study-process .app-class-pro > div::before {
    width: 2px;
    left: -1.25rem;
}.app-study-process::after {
    opacity: 0.06;
    width: 120px;
    height: 120px;
}
}

@media (max-width: 480px) {.app-study-process {
    padding: 2.5rem 0;
}.app-study-process .app-class-pro {
    margin: 0 0.75rem;
    padding: 1.25rem;
}.app-study-process h3 {
    font-size: calc(30px * 0.6);
}.app-study-process p {
    font-size: calc(18px * 0.85);
    line-height: 1.5;
}.app-study-process .app-class-pro > div::before {
    left: -1rem;
}.app-study-process h3::after {
    width: 50px;
}.app-study-process::after {
    width: 100px;
    height: 100px;
}}.app-data-summary {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(233,236,237) 0%, rgb(188,205,210,0.5) 100%);
    position: relative;
    z-index: 1;
}.app-data-summary::before {
    width: 100%;
    content: "";
    height: 100%;
    background: linear-gradient(to right, rgb(233,236,237) 0%, transparent 70%);
    z-index: -1;
    top: 0;
    position: absolute;
    left: 0;
}.app-data-summary::after {
    width: 70%;
    top: 0;
    background-size: cover;
    height: 100%;
    background-position: center;
    right: 0;
    background-image: radial-gradient(circle at 70% 30%, rgb(188,205,210,0.5) 0%, transparent 50%),
                      radial-gradient(circle at 30% 70%, rgb(134,182,182,0.5) 0%, transparent 50%);
    z-index: -2;
    content: "";
    position: absolute;
    opacity: 0.4;
}.app-data-summary .container {
    justify-content: space-between;
    position: relative;
    max-width: 1400px;
    align-items: stretch;
    flex-direction: row;
    margin: 0 auto;
    display: flex;
    padding: 0;
}.app-data-summary .app-statistics-upsides {
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background: linear-gradient(135deg, rgb(188,205,210,0.5) 0%, transparent 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    flex: 0 0 30%;
    padding: 60px;
}.app-data-summary .app-statistics-upsides::before {
    left: 0;
    width: 10px;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(188,205,210), rgb(134,182,182));
    height: 100%;
    top: 0;
}.app-data-summary .app-key-pros {
    position: relative;
    padding-bottom: 20px;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
}.app-data-summary .app-key-pros::after {
    position: absolute;
    bottom: 0;
    height: 3px;
    content: "";
    width: 80px;
    background: rgb(134,182,182);
    left: 0;
}.app-data-summary .app-value-elevation {
    max-width: 500px;
    margin: 0;
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
}.app-data-summary .app-benefits-track {
    display: flex;
    padding: 0;
    flex: 0 0 70%;
    position: relative;
    flex-wrap: wrap;
}.app-data-summary .app-statistics-experts {
    padding: 25px 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    transition: all 0.4s ease;
    text-align: center;
    flex: 0 0 calc(100% / 3);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 33.333%;
    z-index: 1;
}.app-data-summary .app-statistics-experts:nth-child(1) {
    background: rgba(255, 255, 255, 0.1);
}.app-data-summary .app-statistics-experts:nth-child(2) {
    background: rgba(255, 255, 255, 0.15);
}.app-data-summary .app-statistics-experts:nth-child(3) {
    background: rgba(255, 255, 255, 0.2);
}.app-data-summary .app-statistics-experts:nth-child(4) {
    background: rgba(255, 255, 255, 0.15);
}.app-data-summary .app-statistics-experts:nth-child(5) {
    background: rgba(255, 255, 255, 0.1);
}.app-data-summary .app-statistics-experts:nth-child(6) {
    background: rgba(255, 255, 255, 0.05);
}.app-data-summary .app-statistics-experts:nth-child(7) {
    background: rgba(255, 255, 255, 0.1);
}.app-data-summary .app-statistics-experts:nth-child(8) {
    background: rgba(255, 255, 255, 0.15);
}.app-data-summary .app-statistics-experts:nth-child(9) {
    background: rgba(255, 255, 255, 0.2);
}.app-data-summary .app-statistics-experts::before {
    bottom: 0;
    background: linear-gradient(to right, rgb(188,205,210,0.5), rgb(134,182,182,0.5));
    left: 0;
    height: 0;
    width: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    transition: all 0.4s ease;
}.app-data-summary .app-statistics-experts:hover::before {
    height: 100%;
}.app-data-summary .app-statistics-experts::after {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
    left: 0;
    height: 3px;
    content: "";
    width: 0;
    background: rgb(188,205,210);
    position: absolute;
}.app-data-summary .app-statistics-experts:hover::after {
    width: 100%;
}.app-data-summary .app-statistics-experts h4 {
    color: rgb(188,205,210);
    line-height: 1;
    transition: all 0.4s ease;
    position: relative;
    font-size: 2.8rem;
    margin: 0 0 12px;
    font-weight: 700;
}.app-data-summary .app-statistics-experts:hover h4 {
    transform: translateY(-5px);
    color: #000000;
}.app-data-summary .app-statistics-experts span {
    position: relative;
    transition: all 0.4s ease;
    padding: 0 5px;
    color: #000000;
    font-size: calc(16px * 0.9);
}.app-data-summary .app-statistics-experts:hover span {
    color: #000000;
}.app-data-summary svg {
    width: 24px;
    height: 24px;
    position: absolute;
    transition: all 0.4s ease;
    right: 15px;
    opacity: 0.6;
    fill: rgb(188,205,210);
    top: 15px;
}.app-data-summary svg path {
    transition: all 0.4s ease;
    fill: rgb(188,205,210);
}.app-data-summary .app-statistics-experts:hover svg {
    opacity: 1;
    transform: rotate(15deg) scale(1.2);
}.app-data-summary .app-statistics-experts:hover svg path {
    fill: rgb(134,182,182);
}

@media (max-width: 1400px) {.app-data-summary .app-statistics-experts h4 {
    font-size: 2.5rem;
}.app-data-summary .app-statistics-experts {
    padding: 20px 15px;
}
}

@media (max-width: 1200px) {.app-data-summary .container {
    max-width: 100%;
}.app-data-summary .app-statistics-upsides {
    padding: 40px;
}.app-data-summary .app-statistics-experts {
    flex: 0 0 50%;
    height: 25%;
}.app-data-summary .app-statistics-experts h4 {
    font-size: 2.3rem;
}
}

@media (max-width: 992px) {.app-data-summary {
    padding: 80px 0;
}.app-data-summary .container {
    flex-direction: column;
}.app-data-summary .app-statistics-upsides {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-right: none;
    width: 100%;
    padding: 40px 30px;
    flex: 0 0 auto;
}.app-data-summary .app-statistics-upsides::before {
    bottom: 0;
    top: auto;
    height: 5px;
    width: 100%;
}.app-data-summary .app-benefits-track {
    flex: 0 0 auto;
    width: 100%;
}.app-data-summary .app-statistics-experts {
    height: 160px;
    flex: 0 0 33.333%;
}.app-data-summary .app-key-pros {
    font-size: calc(28px * 0.9);
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.app-data-summary {
    padding: 60px 0;
}.app-data-summary .app-benefits-track {
    height: auto;
    flex-wrap: wrap;
}.app-data-summary .app-statistics-experts {
    height: auto;
    flex: 0 0 50%;
    min-height: 140px;
}.app-data-summary .app-statistics-experts h4 {
    font-size: 2.2rem;
    margin-bottom: 10px;
}.app-data-summary .app-key-pros {
    padding-bottom: 15px;
    font-size: calc(28px * 0.8);
}.app-data-summary .app-value-elevation {
    font-size: calc(16px * 0.95);
}.app-data-summary svg {
    width: 20px;
    top: 12px;
    height: 20px;
    right: 12px;
}
}

@media (max-width: 480px) {.app-data-summary {
    padding: 50px 0;
}.app-data-summary .app-statistics-upsides {
    padding: 30px 20px;
}.app-data-summary .app-statistics-experts {
    min-height: 120px;
    flex: 0 0 100%;
    padding: 15px;
}.app-data-summary .app-statistics-experts h4 {
    font-size: 2rem;
}.app-data-summary .app-statistics-experts span {
    font-size: calc(16px * 0.85);
}.app-data-summary .app-key-pros {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(28px * 0.7);
}.app-data-summary .app-key-pros::after {
    height: 2px;
    width: 60px;
}}header .top_plank {
    background: rgb(188,205,210);
    color:  #ffffff;
}header .top_plank .app-main-toolbar div svg, header .top_plank .app-main-toolbar div svg path {
    fill: #ffffff;
}header .top_plank .app-main-toolbar div span {
    color: #ffffff;
}header .top_plank .app-main-toolbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    line-height: 21px;
    width: 100%;
    font-size: 16px;
}header .top_plank .app-main-toolbar div {
    margin-right: 24px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}header .top_plank .app-main-toolbar div img, header .top_plank .app-main-toolbar div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.app-join-list {
    background-color: rgb(233,236,237);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: 5rem 3rem;
}.app-join-list::before {
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(188,205,210,0.5) 49%, rgb(188,205,210,0.5) 51%, transparent 52%) 0 0 / 2rem 2rem,
        linear-gradient(-45deg, transparent 48%, rgb(134,182,182,0.5) 49%, rgb(134,182,182,0.5) 51%, transparent 52%) 1rem 1rem / 2rem 2rem;
    width: 100%;
    left: 0;
    opacity: 0.1;
    z-index: -1;
    content: "";
    top: 0;
    position: absolute;
}.app-join-list::after {
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, transparent, rgb(188,205,210,0.5));
    z-index: -1;
    content: "";
    width: 40%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    animation: shift 10s infinite alternate;
    bottom: 0;
    height: 70%;
}.app-join-list .app-class-pro {
    grid-template-columns: 2fr 3fr;
    gap: 0;
    display: grid;
    position: relative;
}.app-join-list .app-class-pro::before {
    background: linear-gradient(90deg, rgb(188,205,210,0.5), transparent);
    left: 0;
    transform: translateY(-50%) rotate(-5deg);
    width: 100%;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    height: 1px;
    content: "";
}.app-join-list p {
    margin: 0;
    font-family: Arial, sans-serif;
    grid-column: 1 / 2;
    position: relative;
    font-size: calc(17px * 1.2);
    flex-direction: column;
    display: flex;
    justify-content: center;
    letter-spacing: 1px;
    color: #000000;
    padding-right: 2rem;
    transform-origin: left center;
    font-weight: 300;
    line-height: 1.6;
}.app-join-list p::after {
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(188,205,210,0.5), transparent);
    position: absolute;
    content: "";
    width: 1px;
}.app-join-list .input_holder {
    display: flex;
    grid-column: 2 / 3;
    margin-left: 2rem;
    align-items: center;
    position: relative;
}.app-join-list .app-sub-transition {
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    background-color: #ffffff;
    border-radius: 10px 0 0 10px;
    flex: 1;
    font-size: 17px;
    border: 1px solid transparent;
    font-family: Arial, sans-serif;
    padding: 1.2rem 1.5rem;
}.app-join-list .app-sub-transition:focus {
    outline: none;
    border-color: rgb(188,205,210,0.5);
}.app-join-list .app-sub-transition::placeholder {
    opacity: 0.7;
    color: #000000;
    transition: all 0.3s ease;
}.app-join-list .app-sub-transition:focus::placeholder {
    opacity: 0.3;
    transform: translateY(-10px);
}.app-join-list .app-sub-alerts {
    transition: all 0.3s ease;
    position: relative;
    background-color: rgb(188,205,210);
    font-weight: 400;
    overflow: hidden;
    font-size: 14px;
    border: none;
    border-radius: 0 10px 10px 0;
    letter-spacing: 1px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 1.2rem 2rem;
    z-index: 1;
    cursor: pointer;
}.app-join-list .app-sub-alerts::before {
    top: 0;
    z-index: -1;
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    background-color: rgb(134,182,182);
}.app-join-list .app-sub-alerts:hover::before {
    transform: translateX(0);
}.app-join-list .app-sub-alerts:hover {
    letter-spacing: 2px;
}

@keyframes shift {
    0% {
        opacity: 0.5;
        transform: translateX(0);
    }
    100% {
        opacity: 0.7;
        transform: translateX(-20px);
    }
}

@media (max-width: 768px) {.app-join-list {
    padding: 3rem 1.5rem;
}.app-join-list .app-class-pro {
    gap: 2rem;
    grid-template-columns: 1fr;
}.app-join-list p {
    padding-right: 0;
    text-align: center;
    grid-column: 1 / 2;
    padding-bottom: 1.5rem;
}.app-join-list p::after {
    transform: translateX(-50%);
    width: 50%;
    top: auto;
    background: linear-gradient(to right, transparent, rgb(188,205,210,0.5), transparent);
    height: 1px;
    right: auto;
    left: 50%;
    bottom: 0;
}.app-join-list .input_holder {
    margin-left: 0;
    grid-column: 1 / 2;
    flex-direction: column;
}.app-join-list .app-sub-transition {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 10px;
}.app-join-list .app-sub-alerts {
    border-radius: 10px;
    width: 100%;
}}.app-contact-form-box {
    position: relative;
    padding: 100px 0;
}.app-contact-form-box::before {
    right: 0;
    position: absolute;
    z-index: 1;
    background-color: rgb(188,205,210,0.5);
    bottom: 0;
    left: 0;
    content: "";
    top: 0;
}.app-contact-form-box .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
    position: relative;
}.app-contact-form-box .app-message-box {
    perspective: 1000px;
    position: relative;
    border-radius: 15px;
    flex-wrap: wrap;
    overflow: hidden;
    display: flex;
    transform-style: preserve-3d;
}.app-contact-form-box .app-inquiry-box {
    transition: transform 0.5s ease;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
    z-index: 3;
    background-color: rgb(233,236,237);
    transform-origin: left center;
    padding: 60px 40px;
    transform: rotateY(5deg);
    position: relative;
    width: 40%;
}.app-contact-form-box .app-message-box:hover .app-inquiry-box {
    transform: rotateY(0deg);
}.app-contact-form-box .app-inquiry-box h3 {
    font-weight: 700;
    color: #000000;
    font-size: 37px;
    position: relative;
    margin-bottom: 50px;
    padding-left: 20px;
}.app-contact-form-box .app-inquiry-box h3::before {
    width: 6px;
    border-radius: 10px;
    left: 0;
    background: linear-gradient(to bottom, rgb(188,205,210), rgb(134,182,182));
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
}.app-contact-form-box .app-inquiry-box div {
    padding: 15px 20px;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateZ(0);
    margin-bottom: 25px;
    display: flex;
    border-radius: 10px;
    background-color: #ffffff;
    transition: all 0.3s ease;
}.app-contact-form-box .app-inquiry-box div:hover {
    transform: translateZ(20px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.app-contact-form-box .app-inquiry-box div svg {
    width: 24px;
    margin-right: 15px;
    height: 24px;
}.app-contact-form-box .app-inquiry-box div svg path {
    fill: rgb(188,205,210);
}.app-contact-form-box .app-inquiry-box div span {
    font-size: 18px;
    color: #000000;
}.app-contact-form-box .app-inquiry-box div span a {
    color: #000000;
    transition: color 0.3s ease;
    text-decoration: none;
}.app-contact-form-box .app-inquiry-box div span a:hover {
    color: rgb(188,205,210);
}.app-contact-form-box .app-reach-widget {
    display: flex;
    background: linear-gradient(135deg, rgb(134,182,182), rgb(188,205,210));
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    transition: transform 0.5s ease;
    transform: rotateY(-5deg);
    transform-origin: right center;
    padding: 60px 40px;
}.app-contact-form-box .app-message-box:hover .app-reach-widget {
    transform: rotateY(0deg);
}.app-contact-form-box .app-reach-widget h3 {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 40px;
}.app-contact-form-box form {
    flex-direction: column;
    display: flex;
    width: 100%;
}.app-contact-form-box form input[type="text"],
.app-contact-form-box form input[type="email"] {
    border-radius: 10px;
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    color: #ffffff;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    padding: 18px 25px;
    background-color: rgba(255, 255, 255, 0.1);
}.app-contact-form-box form input[type="text"]:focus,
.app-contact-form-box form input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    outline: none;
}.app-contact-form-box form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.app-contact-form-box .app-support-query {
    margin-bottom: 30px;
    position: relative;
}.app-contact-form-box .app-support-query input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.app-contact-form-box .app-support-query label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    cursor: pointer;
    line-height: 1.6;
    position: relative;
    padding-left: 35px;
}.app-contact-form-box .app-support-query label::before {
    left: 0;
    height: 20px;
    content: "";
    width: 20px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
    top: 2px;
    position: absolute;
}.app-contact-form-box .app-support-query input[type="checkbox"]:checked + label::before {
    background-color: #ffffff;
    border-color: #ffffff;
}.app-contact-form-box .app-support-query input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    left: 7px;
    height: 12px;
    border: solid rgb(188,205,210);
    width: 6px;
    content: "";
    position: absolute;
    border-width: 0 2px 2px 0;
    top: 4px;
}.app-contact-form-box .app-support-query label a {
    text-decoration: underline;
    transition: all 0.3s ease;
    color: #ffffff;
}.app-contact-form-box .app-support-query label a:hover {
    color: rgba(255, 255, 255, 0.8);
}.app-contact-form-box form .app-contact-message {
    border-radius: 10px;
    align-self: flex-start;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 18px 35px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    overflow: hidden;
    transition: all 0.3s ease;
    color: rgb(188,205,210);
    z-index: 1;
    background-color: #ffffff;
    font-size: 18px;
    position: relative;
}.app-contact-form-box form .app-contact-message::before {
    transform: translateY(100%);
    height: 100%;
    z-index: -1;
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    transition: transform 0.3s ease;
    background: linear-gradient(135deg, rgb(134,182,182), rgb(188,205,210));
    left: 0;
}.app-contact-form-box form .app-contact-message:hover {
    color: #ffffff;
}.app-contact-form-box form .app-contact-message:hover::before {
    transform: translateY(0);
}@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.app-contact-form-box .app-inquiry-box div:nth-child(2) {
    animation: float 6s infinite ease-in-out;
}.app-contact-form-box .app-inquiry-box div:nth-child(3) {
    animation: float 7s infinite ease-in-out;
}.app-contact-form-box .app-inquiry-box div:nth-child(4) {
    animation: float 8s infinite ease-in-out;
}.app-contact-form-box .app-inquiry-box div:nth-child(5) {
    animation: float 9s infinite ease-in-out;
}

@media screen and (max-width: 992px) {.app-contact-form-box .container {
    width: 90%;
}.app-contact-form-box .app-message-box,
    .app-contact-form-box .app-inquiry-box,
    .app-contact-form-box .app-reach-widget {
    transform: none;
}.app-contact-form-box .app-inquiry-box,
    .app-contact-form-box .app-reach-widget {
    width: 100%;
}.app-contact-form-box .app-inquiry-box {
    padding: 40px 30px;
}.app-contact-form-box .app-reach-widget {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.app-contact-form-box {
    padding: 60px 0;
}.app-contact-form-box .app-inquiry-box,
    .app-contact-form-box .app-reach-widget {
    padding: 30px 20px;
}.app-contact-form-box .app-inquiry-box h3 {
    font-size: calc(37px * 0.8);
    margin-bottom: 30px;
}.app-contact-form-box form input[type="text"],
    .app-contact-form-box form input[type="email"] {
    padding: 15px 20px;
}.app-contact-form-box form .app-contact-message {
    width: 100%;
    padding: 15px 20px;
}}.app-education-experience {
    padding: 6rem 2rem 4rem;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(233,236,237) 0%, rgb(134,182,182,0.5) 100%);
    position: relative;
}.app-education-experience::before {
    opacity: 0.2;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(188,205,210,0.5) 0px,
        rgb(188,205,210,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    top: 0;
}.app-education-experience::after {
    background: #ffffff;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    width: 50%;
    right: 0;
    opacity: 0.1;
    z-index: 1;
}.app-education-experience .app-review-corner {
    z-index: 2;
    display: flex;
    max-width: 600px;
    flex-direction: column;
    position: relative;
    align-items: center;
    margin: 0 auto;
}.app-education-experience .app-profile-photo {
    height: 250px;
    border-radius: 0;
    z-index: 3;
    position: relative;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
    margin-bottom: -50px;
    width: 200px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}.app-education-experience .app-profile-photo:hover {
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: translateY(-15px);
}.app-education-experience .app-experience-path {
    align-items: center;
    width: 100%;
    background: #ffffff;
    transform-style: preserve-3d;
    flex-direction: column;
    display: flex;
    padding: 70px 30px 30px;
    position: relative;
    z-index: 2;
    perspective: 1000px;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
}.app-education-experience .app-experience-path::before {
    height: 100%;
    content: "";
    background: rgb(188,205,210);
    transform: translateZ(-20px);
    left: 0;
    z-index: -1;
    top: 0;
    position: absolute;
    width: 100%;
}.app-education-experience .name {
    margin-bottom: 0.5rem;
    position: relative;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: rgb(188,205,210);
}.app-education-experience .name::after {
    height: 3px;
    bottom: -10px;
    content: "";
    background: rgb(134,182,182);
    width: 50px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}.app-education-experience .app-experience-path > div:nth-child(2) {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px 0;
    font-weight: 600;
    text-align: center;
    color: rgb(134,182,182);
}.app-education-experience .app-career-details {
    text-align: center;
    position: relative;
    width: 100%;
    font-weight: 400;
    margin-top: 20px;
    line-height: 1.8;
    padding-top: 30px;
    color: #000000;
    font-size: 15px;
    font-style: italic;
    border-top: 1px solid rgb(233,236,237);
}.app-education-experience .app-career-details::before,
.app-education-experience .app-career-details::after {
    border-radius: 50%;
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    background: rgb(134,182,182,0.5);
}.app-education-experience .app-career-details::before {
    top: -15px;
    left: 50%;
    transform: translateX(-20px);
}.app-education-experience .app-career-details::after {
    top: -15px;
    left: 50%;
    transform: translateX(-10px);
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.app-education-experience .app-experience-path:hover {
    animation: float 3s ease-in-out infinite;
}

@media (max-width: 768px) {.app-education-experience {
    padding: 4rem 1rem 3rem;
}.app-education-experience .app-profile-photo {
    height: 180px;
    margin-bottom: -40px;
    width: 150px;
}.app-education-experience .app-experience-path {
    padding: 60px 20px 20px;
}}.app-program-assets {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(233,236,237) 0%, #ffffff 100%);
}.app-program-assets::before {
    content: "";
    z-index: 1;
    width: 80%;
    height: 200px;
    filter: blur(40px);
    background: linear-gradient(90deg, rgb(188,205,210,0.5) 0%, transparent 100%);
    top: -100px;
    left: -10%;
    transform: rotate(-15deg) translateX(5%);
    position: absolute;
}.app-program-assets::after {
    background: radial-gradient(circle, rgb(134,182,182,0.5) 0%, transparent 70%);
    width: 50%;
    opacity: 0.4;
    content: "";
    height: 50%;
    position: absolute;
    right: -10%;
    z-index: 1;
    bottom: -20%;
}.app-program-assets .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
}.app-program-assets .app-class-pro {
    align-items: center;
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
}.app-program-assets .app-text-arch {
    padding: 2.5rem;
    transform: translateY(-10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.app-program-assets .app-text-arch:hover {
    transform: translateY(0);
}.app-program-assets h4 {
    font-size: calc(21px * 1.1);
    position: relative;
    line-height: 1.4;
    color: #000000;
    font-weight: 700;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}.app-program-assets h4::after {
    background: linear-gradient(90deg, rgb(188,205,210) 0%, rgb(134,182,182) 100%);
    content: "";
    bottom: 0;
    height: 3px;
    transition: width 0.3s ease;
    width: 80px;
    left: 0;
    position: absolute;
}.app-program-assets .app-text-arch:hover h4::after {
    width: 120px;
}.app-program-assets .app-text-arch > div {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}.app-program-assets ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.app-program-assets li {
    position: relative;
    transition: transform 0.3s ease;
    margin-bottom: 1.25rem;
}.app-program-assets li:hover {
    transform: translateX(8px);
}.app-program-assets li p {
    gap: 1rem;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    line-height: 1.6;
    color: #000000;
    margin: 0;
}.app-program-assets li p span:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}.app-program-assets li p span:last-child {
    flex: 1;
    padding-top: 0.15rem;
}.app-program-assets svg {
    width: 24px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
    height: 24px;
}.app-program-assets li:hover svg {
    transform: rotate(10deg);
}.app-program-assets svg path {
    fill: rgb(188,205,210);
    transition: fill 0.3s ease;
}.app-program-assets li:hover svg path {
    fill: rgb(134,182,182);
}.app-program-assets .app-profile-photo {
    border-radius: 3px;
    position: relative;
    height: auto;
    width: 100%;
    transform: perspective(1000px) rotateY(-5deg);
    z-index: 2;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.12);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.app-program-assets .app-profile-photo:hover {
    transform: perspective(1000px) rotateY(0deg);
}

@media (min-width: 768px) {.app-program-assets {
    padding: 8rem 0;
}.app-program-assets .app-class-pro {
    grid-template-columns: 1.3fr 1fr;
    gap: 4rem;
}.app-program-assets .app-text-arch {
    padding: 3rem;
}.app-program-assets .app-text-arch > div {
    flex-direction: row;
}.app-program-assets h4 {
    margin-bottom: 2.5rem;
    font-size: 38px;
}
}

@media (max-width: 767px) {.app-program-assets {
    padding: 4rem 0;
}.app-program-assets .container {
    padding: 0 1.5rem;
}.app-program-assets .app-text-arch {
    padding: 2rem 1.5rem;
}.app-program-assets h4 {
    margin-bottom: 1.5rem;
    font-size: calc(22px * 1.2);
    padding-bottom: 0.75rem;
}.app-program-assets li p {
    font-size: calc(14px * 0.95);
}.app-program-assets svg {
    width: 20px;
    height: 20px;
}
}

@media (prefers-reduced-motion: reduce) {.app-program-assets .app-text-arch,
    .app-program-assets li,
    .app-program-assets svg,
    .app-program-assets .app-profile-photo,
    .app-program-assets h4::after {
    transition: none;
}.app-program-assets .app-text-arch:hover,
    .app-program-assets li:hover,
    .app-program-assets li:hover svg,
    .app-program-assets .app-profile-photo:hover {
    transform: none;
}
}

@media (hover: hover) {.app-program-assets li {
    overflow: hidden;
    position: relative;
}.app-program-assets li::before {
    content: '';
    bottom: 0;
    transition: width 0.3s ease;
    width: 0;
    left: 0;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, rgb(188,205,210) 0%, rgb(134,182,182) 100%);
}.app-program-assets li:hover::before {
    width: 100%;
}}.app-cookie-popup-interrupt {
    z-index: 90;
    border-top: 3px solid rgb(188,205,210);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    background: rgb(233,236,237);
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 20px 0;
}.app-tracking-policy {
    margin: auto;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 1200px;
    padding: 0 20px;
    display: flex;
}#app-policyAlertWindow {
    display: none;
}#app-policyAlertWindow:checked ~ .app-cookie-popup-interrupt {
    opacity: 0;
    visibility: hidden;
}.app-cookie-popup-interrupt h5 {
    color: rgb(188,205,210);
    text-transform: uppercase;
    margin-bottom: 6px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
}.app-cookie-popup-interrupt p {
    font-size: 17px;
    color: #000000;
    max-width: 500px;
}.app-track-manage {
    margin-right: 20px;
    flex-shrink: 0;
}.app-track-manage svg, .app-track-manage svg path {
    fill: rgb(188,205,210);
    height: 80px;
    width: 80px;
}.app-track-toggle {
    padding: 12px 24px;
    text-align: center;
    font-weight: 600;
    min-width: 140px;
    margin-left: 10px;
    border: 2px solid transparent;
    flex-shrink: 0;
    border-radius: 10px;
    background: rgb(188,205,210);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 19px;
    color: #ffffff;
    transition: border 0.2s;
}.cookie_button.app-web-cookies {
    background: rgb(188,205,210);
}.cookie_button.app-cookies-tracking {
    background: rgb(134,182,182);
}.app-track-toggle:hover {
    border: 2px solid #ffffff;
}.app-cookie-popup-interrupt p a {
    text-decoration: underline;
    font-weight: 700;
    color: rgb(188,205,210);
}
@media only screen and (max-width: 1200px) {.app-tracking-policy {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.app-track-manage {
    display: none;
}.app-tracking-policy {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}.app-cookie-popup-interrupt h5, .app-cookie-popup-interrupt p {
    text-align: center;
}.app-learn-cookies {
    margin-bottom: 20px;
}.app-track-toggle {
    margin-left: 0;
    width: 100%;
    max-width: 300px;
    margin-top: 10px;
}}
.app-container-wrap .app-cookie-popup-interrupt {
    border: none;
    background: rgb(134,182,182);
    padding: 30px 0;
}.app-container-wrap .app-track-toggle {
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    border: none;
    background: rgb(188,205,210);
    margin-left: 0;
    font-size: 19px;
}.app-container-wrap .app-learn-cookies h5, .app-container-wrap .app-learn-cookies p {
    color: #ffffff;
}.app-course-program-description {
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    z-index: 1;
    flex-direction: column;
    position: relative;
    justify-content: center;
    background-color: rgb(233,236,237);
}.app-course-program-description::before {
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    z-index: 2;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(188,205,210,0.5) 100%);
    pointer-events: none;
    top: 0;
    width: 100%;
}.app-course-program-description::after {
    animation: pulse 15s infinite alternate;
    z-index: 3;
    width: 100%;
    content: '';
    left: 0;
    position: absolute;
    background: radial-gradient(circle at 75% 25%, rgb(134,182,182,0.5) 0%, transparent 50%);
    pointer-events: none;
    height: 100%;
    top: 0;
}.app-course-program-description .app-career-challenge {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}.app-course-program-description .app-skill-map {
    width: calc(100% * var(--slide-count, 5));
    height: 100%;
    display: flex;
    animation: carousel-slide 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}.app-course-program-description .app-career-challenge:hover .app-skill-map {
    animation-play-state: paused;
}.app-course-program-description .app-skill-academy {
    transition: transform 0.5s ease;
    position: relative;
    overflow: hidden;
    width: calc(100% / var(--slide-count, 5));
    height: 100%;
}.app-course-program-description .app-skill-academy::before {
    opacity: 0.7;
    top: 0;
    width: 100%;
    content: '';
    height: 100%;
    z-index: 2;
    background: linear-gradient(to bottom, transparent 40%, #000000 100%);
    left: 0;
    position: absolute;
}.app-course-program-description .app-skill-academy::after {
    width: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(188,205,210,0.5),
        rgb(188,205,210,0.5) 2px,
        transparent 2px,
        transparent 4px
    );
    opacity: 0.05;
    content: '';
    mix-blend-mode: overlay;
    left: 0;
}.app-course-program-description .app-skill-academy img {
    height: 100%;
    filter: saturate(1.2) contrast(1.1);
    width: 100%;
    transform: scale(1.05);
    object-fit: cover;
    transition: transform 8s ease;
}.app-course-program-description .app-skill-academy:hover img {
    transform: scale(1.15);
}.app-course-program-description .container {
    align-items: center;
    padding: 2rem 0;
    justify-content: flex-end;
    position: relative;
    height: 100%;
    display: flex;
    z-index: 10;
}.app-course-program-description .app-class-pro {
    border: 1px solid rgba(255, 255, 255, 0.1);
    animation: float 6s ease-in-out infinite;
    width: 100%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    max-width: 600px;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%);
    padding: 3rem;
    border-radius: 23px;
    backdrop-filter: blur(10px);
    transform: translateX(0);
}.app-course-program-description .app-skill-master {
    position: relative;
}.app-course-program-description .app-skill-master::before {
    left: -20px;
    opacity: 0.8;
    width: 40px;
    content: '';
    border-top: 2px solid rgb(188,205,210);
    top: -20px;
    height: 40px;
    position: absolute;
    border-left: 2px solid rgb(188,205,210);
}.app-course-program-description .app-skill-master::after {
    right: -20px;
    bottom: -20px;
    border-bottom: 2px solid rgb(134,182,182);
    opacity: 0.8;
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    border-right: 2px solid rgb(134,182,182);
}.app-course-program-description .app-skill-master h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 33px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #ffffff;
}.app-course-program-description .app-skill-master h3::after {
    bottom: -10px;
    height: 3px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(188,205,210) 0%, transparent 100%);
    content: '';
    width: 60%;
}.app-course-program-description .app-skill-master p {
    font-size: 17px;
    margin-bottom: 2.5rem;
    line-height: 1.6;
    opacity: 0.8;
    color: #ffffff;
}.app-course-program-description .app-skill-master .app-contact-message {
    font-size: 18px;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(188,205,210) 0%, rgb(134,182,182) 100%);
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    padding: 1rem 2.5rem;
}.app-course-program-description .app-skill-master .app-contact-message::before {
    position: absolute;
    transition: all 0.4s ease;
    z-index: -1;
    content: '';
    height: 100%;
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
}.app-course-program-description .app-skill-master .app-contact-message:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.app-course-program-description .app-skill-master .app-contact-message:hover::before {
    left: 100%;
    transition: all 0.4s ease;
}

@keyframes carousel-slide {
    0%, 2% {
        transform: translateX(0);
    }
    18%, 22% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
    }
    38%, 42% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
    }
    58%, 62% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
    }
    78%, 82% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
    }
    98%, 100% {
        transform: translateX(0);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media screen and (max-width: 1200px) {.app-course-program-description .container {
    justify-content: center;
}.app-course-program-description .app-class-pro {
    max-width: 80%;
}
}

@media screen and (max-width: 768px) {.app-course-program-description {
    padding: 6rem 0;
    min-height: auto;
}.app-course-program-description .app-career-challenge {
    height: 100%;
    position: fixed;
}.app-course-program-description .app-class-pro {
    max-width: 90%;
    padding: 2rem;
}.app-course-program-description .app-skill-master h3 {
    font-size: calc(33px * 0.8);
}.app-course-program-description .app-skill-master p {
    font-size: calc(17px * 0.9);
}.app-course-program-description .app-skill-master .app-contact-message {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.app-course-program-description {
    padding: 4rem 0;
}.app-course-program-description .app-class-pro {
    padding: 1.5rem;
}.app-course-program-description .app-skill-master h3 {
    font-size: calc(33px * 0.7);
}.app-course-program-description .app-skill-master::before,
    .app-course-program-description .app-skill-master::after {
    height: 30px;
    width: 30px;
}@keyframes carousel-slide {
        0%, 5% {
            transform: translateX(0);
        }
        20%, 25% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
        }
        40%, 45% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
        }
        60%, 65% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
        }
        80%, 85% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
        }
        95%, 100% {
            transform: translateX(0);
        }
    }
}

.app-course-program-description .app-skill-map {
    --slide-count: 5;
}

@supports (animation-timeline: scroll()) {.app-course-program-description .app-skill-map {
    animation-range: 0 100vh;
    animation-timeline: scroll();
}}.app-plan-showcase {
    overflow: hidden;
    background: rgb(233,236,237);
    padding: 120px 0;
    position: relative;
}.app-plan-showcase::before {
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
    position: absolute;
    z-index: 0;
    left: 0;
    height: 100%;
}.app-plan-showcase .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1400px;
    z-index: 1;
    position: relative;
}.app-plan-showcase .app-learn-deals {
    grid-template-columns: 1fr;
    gap: 60px;
    display: grid;
}.app-plan-showcase .app-plan-details {
    margin: 0 auto;
    opacity: 0;
    text-align: center;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    transform: translateY(20px);
    max-width: 800px;
}.app-plan-showcase .app-plan-details h2 {
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: 37px;
    color: #000000;
    margin-bottom: 20px;
}.app-plan-showcase .app-plan-details h2::after {
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: -10px;
    background: linear-gradient(90deg, rgb(188,205,210), rgb(134,182,182));
    content: "";
    width: 80px;
}.app-plan-showcase .app-pay-options {
    color: #000000;
    font-size: calc(17px + 0.1rem);
    margin-top: 30px;
    line-height: 1.6;
}.app-plan-showcase .app-learning-package {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-top: 20px;
    gap: 30px;
    animation: fadeSlideUp 0.8s forwards 0.4s;
    opacity: 0;
    transform: translateY(30px);
    display: grid;
}.app-plan-showcase .app-learning-fees {
    color: inherit;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    will-change: transform;
    text-decoration: none;
    position: relative;
}.app-plan-showcase .app-learning-fees:hover {
    transform: translateY(-10px) scale(1.02);
}.app-plan-showcase .app-price-opts {
    overflow: hidden;
    border-radius: 18px;
    flex-direction: column;
    min-height: 420px;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    position: relative;
    display: flex;
}.app-plan-showcase .app-learning-fees:hover .app-price-opts {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}.app-plan-showcase .app-learning-fees:nth-child(odd) .app-price-opts::before {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    background: rgb(188,205,210);
    content: "";
    width: 5px;
    height: 100%;
    transform: scaleY(0);
    position: absolute;
    transform-origin: bottom;
    left: 0;
}.app-plan-showcase .app-learning-fees:nth-child(even) .app-price-opts::before {
    width: 5px;
    transform: scaleY(0);
    background: rgb(134,182,182);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    right: 0;
    content: "";
    position: absolute;
    top: 0;
    transform-origin: bottom;
    height: 100%;
}.app-plan-showcase .app-learning-fees:hover .app-price-opts::before {
    transform: scaleY(1);
}.app-plan-showcase .app-price-options {
    padding: 40px 30px;
    flex-direction: column;
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
}.app-plan-showcase .app-price-options h3 {
    transition: color 0.3s ease;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: calc(24px + 0.2rem);
    color: #000000;
    position: relative;
    display: inline-block;
}.app-plan-showcase .app-learning-fees:hover .app-price-options h3 {
    color: rgb(188,205,210);
}.app-plan-showcase .app-learning-fees:nth-child(even):hover .app-price-options h3 {
    color: rgb(134,182,182);
}.app-plan-showcase .app-lesson-rates {
    display: inline-block;
    position: relative;
    color: rgb(188,205,210);
    padding-bottom: 10px;
    font-weight: 700;
    font-size: calc(24px + 0.5rem);
    margin: 10px 0 20px;
}.app-plan-showcase .app-learning-fees:nth-child(even) .app-lesson-rates {
    color: rgb(134,182,182);
}.app-plan-showcase .app-lesson-rates::after {
    position: absolute;
    background: currentColor;
    opacity: 0.6;
    left: 0;
    height: 3px;
    content: "";
    width: 40px;
    bottom: 0;
}.app-plan-showcase .app-price-options p {
    margin-top: auto;
    line-height: 1.6;
    font-size: 17px;
    hyphens: auto;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    color: #000000;
}.app-plan-showcase .app-profile-photo {
    height: 200px;
    transform-origin: center;
    width: 100%;
    transition: transform 0.5s ease;
    position: relative;
}.app-plan-showcase .app-learning-fees:hover .app-profile-photo {
    transform: scale(1.05);
}.app-plan-showcase .app-profile-photo::after {
    left: 0;
    opacity: 0;
    content: "";
    position: absolute;
    transition: opacity 0.4s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    width: 100%;
    height: 40%;
    bottom: 0;
}.app-plan-showcase .app-learning-fees:hover .app-profile-photo::after {
    opacity: 1;
}

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

@media (min-width: 768px) {.app-plan-showcase .app-learn-deals {
    grid-template-columns: 1fr;
}.app-plan-showcase .app-learning-package {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 40px;
}
}

@media (min-width: 992px) {.app-plan-showcase {
    padding: 150px 0;
}.app-plan-showcase .app-learn-deals {
    grid-template-columns: 1fr;
    gap: 80px;
}.app-plan-showcase .app-learning-package {
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}.app-plan-showcase .app-price-opts {
    min-height: 480px;
}
}

@media (min-width: 1200px) {.app-plan-showcase .app-learning-package {
    gap: 40px;
}
}

@media (max-width: 767px) {.app-plan-showcase {
    padding: 80px 0;
}.app-plan-showcase .app-plan-details h2 {
    font-size: calc(37px - 0.4rem);
}.app-plan-showcase .app-pay-options {
    font-size: 17px;
}.app-plan-showcase .app-price-options {
    padding: 30px 20px;
}.app-plan-showcase .app-price-opts {
    min-height: 400px;
}.app-plan-showcase .app-profile-photo {
    height: 160px;
}
}

@media (max-width: 480px) {.app-plan-showcase {
    padding: 60px 0;
}.app-plan-showcase .app-learn-deals {
    gap: 40px;
}.app-plan-showcase .app-learning-package {
    gap: 25px;
}.app-plan-showcase .app-price-options h3 {
    font-size: 24px;
}.app-plan-showcase .app-lesson-rates {
    font-size: 24px;
}.app-plan-showcase .app-price-options p {
    font-size: calc(17px - 0.1rem);
}}.app-thxHub {
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(233,236,237) 0%, #ffffff 100%);
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
    display: flex;
}.app-thxHub::before {
    background: 
        linear-gradient(120deg, rgb(188,205,210,0.5) 0%, transparent 40%),
        linear-gradient(-120deg, rgb(134,182,182,0.5) 0%, transparent 40%);
    top: -10%;
    content: "";
    height: 120%;
    z-index: 0;
    width: 120%;
    position: absolute;
    transform: rotate(-5deg) skewX(5deg);
    pointer-events: none;
    left: -5%;
}.app-thxHub::after {
    right: -20%;
    height: 60%;
    transform: rotate(15deg);
    z-index: 0;
    width: 60%;
    bottom: -20%;
    filter: blur(80px);
    opacity: 0.2;
    background: linear-gradient(135deg, rgb(188,205,210,0.5) 0%, rgb(134,182,182,0.5) 100%);
    content: "";
    position: absolute;
}.app-thxHub .container {
    z-index: 2;
    transform-style: preserve-3d;
    max-width: 1200px;
    animation: container-entry 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    position: relative;
    width: 90%;
}.app-thxHub .app-class-pro {
    padding: calc(2rem + 3vw);
    background-color: #ffffff;
    position: relative;
    transition: transform 0.5s ease;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 30px), 
        calc(100% - 30px) 100%, 
        0 100%
    );
    transform: translateZ(0) rotateX(2deg);
    transform-style: preserve-3d;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
}.app-thxHub .app-class-pro::before {
    pointer-events: none;
    top: 20px;
    right: 20px;
    transform: translateZ(-10px);
    opacity: 0.4;
    bottom: 20px;
    left: 20px;
    border: 1px solid rgb(188,205,210,0.5);
    content: "";
    position: absolute;
}.app-thxHub .app-class-pro:hover {
    transform: translateZ(10px) rotateX(0deg);
}.app-thxHub .app-class-pro > div:first-child {
    transform: translateZ(20px);
    margin-bottom: 2rem;
    position: relative;
}.app-thxHub .app-class-pro > div:first-child::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(188,205,210) 0%, rgb(134,182,182) 100%);
    height: 4px;
    bottom: -10px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 0;
    transform: scaleX(1);
    width: 80px;
    content: "";
    transform-origin: left center;
}.app-thxHub .app-class-pro:hover > div:first-child::after {
    transform: scaleX(1.5);
}.app-thxHub h5 {
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s ease;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    line-height: 1.4;
    color: #000000;
    transform: translateZ(30px);
}.app-thxHub .app-class-pro:hover h5 {
    transform: translateZ(40px);
}.app-thxHub .app-class-pro > div:last-child {
    transform: translateZ(10px);
    transition: transform 0.5s ease;
    position: relative;
}.app-thxHub .app-class-pro:hover > div:last-child {
    transform: translateZ(20px);
}.app-thxHub p {
    transform: translateZ(0);
    font-size: 16px;
    transition: color 0.3s ease, transform 0.5s ease;
    position: relative;
    margin: 0;
    color: #000000;
    line-height: 1.8;
    font-weight: 400;
}.app-thxHub a {
    transition: transform 0.3s ease;
    overflow: hidden;
    position: relative;
    display: block;
    text-decoration: none;
}.app-thxHub a::before {
    width: 100%;
    opacity: 0;
    background: linear-gradient(135deg, 
        transparent 0%, 
        transparent 95%, 
        rgb(188,205,210,0.5) 95%, 
        rgb(188,205,210,0.5) 100%
    );
    z-index: -1;
    transition: opacity 0.3s ease, transform 0.3s ease;
    height: 100%;
    bottom: 0;
    content: "";
    position: absolute;
    transform: translateY(10px);
    left: 0;
}.app-thxHub a:hover::before {
    transform: translateY(0);
    opacity: 0.2;
}.app-thxHub a:hover p {
    color: rgb(188,205,210);
    transform: translateZ(5px);
}

@keyframes container-entry {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(-100px) rotateX(10deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(0) rotateX(0);
    }
}

@media (max-width: 991px) {.app-thxHub {
    padding: 4rem 0;
}.app-thxHub .app-class-pro {
    padding: calc(1.5rem + 2vw);
    transform: translateZ(0) rotateX(1deg);
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 20px), 
            calc(100% - 20px) 100%, 
            0 100%
        );
}.app-thxHub h5 {
    font-size: calc(20px * 0.9);
    line-height: 1.5;
}.app-thxHub p {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 767px) {.app-thxHub {
    min-height: auto;
}.app-thxHub .container {
    width: 95%;
}.app-thxHub .app-class-pro {
    transform: none;
    padding: 1.5rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
}.app-thxHub .app-class-pro::before {
    left: 10px;
    bottom: 10px;
    top: 10px;
    right: 10px;
}.app-thxHub .app-class-pro > div:first-child::after {
    height: 3px;
    width: 60px;
}.app-thxHub h5 {
    transform: none;
    font-size: calc(20px * 0.85);
}.app-thxHub p {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.app-thxHub .app-class-pro:hover h5,
    .app-thxHub .app-class-pro:hover > div:last-child,
    .app-thxHub .app-class-pro:hover {
    transform: none;
}
}

@media (max-width: 480px) {.app-thxHub {
    padding: 3rem 0;
}.app-thxHub .app-class-pro {
    padding: 1.25rem;
    box-shadow: 
            0 10px 25px rgba(0, 0, 0, 0.08),
            0 3px 10px rgba(0, 0, 0, 0.04),
            0 0 0 1px rgba(0, 0, 0, 0.02);
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
}.app-thxHub h5 {
    font-size: calc(20px * 0.8);
    line-height: 1.4;
}.app-thxHub p {
    font-size: calc(16px * 0.85);
    line-height: 1.5;
}.app-thxHub .app-class-pro > div:first-child {
    margin-bottom: 1.5rem;
}.app-thxHub .app-class-pro > div:first-child::after {
    height: 3px;
    bottom: -8px;
    width: 50px;
}
}