* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.container {
    width: 1113px;
    margin: auto;
    max-width: 100%;
}header,footer {
    width: 100%;
}::-webkit-scrollbar {
    width: 5px;
}::-webkit-scrollbar-thumb {
    transition: all, border-radius 1.5s cubic-bezier(0.42, 0, 0.58, 1);
    border-radius: 9999px;
    background: rgb(182,208,205);
}::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(24deg, #ffffff 83%, rgb(112,134,129) 11%, rgb(147,172,170,0.5) 31%, rgb(182,208,205) 56%);
    transform: scale(0.95);
    box-shadow: 0px -4px 8px 2px rgba(0, 0, 0, 0.1);
    border-color: rgb(112,134,129);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -5px 4px 11px 2px rgba(0, 0, 0, 0.1);
    transform: scale(0.95);
    background: rgb(182,208,205);
}::-webkit-scrollbar-corner {
    background: rgb(147,172,170,0.5);
}html {
    scrollbar-width: thin;
    scrollbar-color: rgb(112,134,129,0.5) rgb(182,208,205);
}a {
    color: inherit;
    text-decoration: none;
}.top_lessonbase {
    flex: 1 0 auto;
}.diploma_ctabase {
    flex: 0 0 auto;
}.wrapper-viewportbase {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.title_sectionbase {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
}.title_sectionbase .main_titlebase {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
}.title_sectionbase .main_titlebase::before {
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    backdrop-filter: blur(5px);
    background: linear-gradient(
    135deg,
    rgb(147,172,170,0.5) 0%,
    rgba(0, 0, 0, 0.6) 50%,
    rgb(112,134,129,0.5) 100%
  );
    width: 100%;
    position: absolute;
}.title_sectionbase .main_titlebase::after {
    content: "";
    background: 
    linear-gradient(90deg, transparent 0%, rgb(112,134,129,0.5) 100%),
    radial-gradient(circle at 75% 25%, rgb(147,172,170,0.5) 0%, transparent 50%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    opacity: 0.7;
}.title_sectionbase .master_sessionsbase {
    transform: perspective(1000px) rotateY(-2deg);
    padding: 5% 8%;
    background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.03) 100%
  );
    transform-origin: left center;
    max-width: 85%;
    z-index: 10;
    margin-left: 5%;
    animation: titlePageReveal 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    position: relative;
    clip-path: polygon(0 0, 100% 5%, 98% 95%, 0% 100%);
    box-shadow: 
    0 25px 50px -12px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    backdrop-filter: blur(8px);
}.title_sectionbase .master_sessionsbase::before {
    animation: slideIn 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
    background: rgb(147,172,170);
    animation-delay: 0.5s;
    top: -10px;
    width: 40%;
    left: -10px;
    height: 10px;
    position: absolute;
    content: "";
    transform: skewX(-20deg);
}.title_sectionbase .master_sessionsbase::after {
    opacity: 0;
    height: 10px;
    background: rgb(112,134,129);
    right: -10px;
    bottom: -10px;
    width: 40%;
    animation: slideIn 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    position: absolute;
    transform: skewX(-20deg);
    animation-delay: 0.7s;
    content: "";
}.title_sectionbase h1 {
    animation-delay: 0.3s;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #ffffff 0%, rgb(112,134,129) 100%);
    margin-bottom: 1.5rem;
    animation: slideTextIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: translateX(-20px);
    -webkit-background-clip: text !important;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    opacity: 0;
    line-height: 1.1;
    color: #ffffff;
    position: relative;
    font-size: clamp(2.5rem, 5vw, 45px);
}.title_sectionbase h1::after {
    animation-delay: 0.8s;
    position: absolute;
    background: linear-gradient(90deg, rgb(147,172,170) 0%, rgb(112,134,129) 100%);
    content: "";
    opacity: 0;
    transform-origin: left center;
    width: 80px;
    height: 5px;
    left: 0;
    animation: expandLine 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    bottom: -15px;
}.title_sectionbase h3 {
    color: #ffffff;
    line-height: 1.4;
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    opacity: 0;
    margin-bottom: 1.5rem;
    animation-delay: 0.5s;
    opacity: 0.9;
    transform: translateX(-20px);
    font-weight: 600;
    max-width: 90%;
    position: relative;
    animation: slideTextIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.title_sectionbase p {
    padding-left: 1rem;
    line-height: 1.6;
    color: #ffffff;
    animation-delay: 0.7s;
    margin-top: 2rem;
    opacity: 0;
    position: relative;
    border-left: 3px solid rgb(147,172,170);
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: translateY(20px);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-weight: 400;
    font-size: clamp(1rem, 1.5vw, 15px);
}

@keyframes titlePageReveal {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateY(-10deg) translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: perspective(1000px) rotateY(-2deg) translateX(0);
  }
}

@keyframes slideIn {
  0% {
    transform: skewX(-20deg) translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: skewX(-20deg) translateX(0);
    opacity: 1;
  }
}

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

@keyframes fadeUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 0.9;
  }
}

@keyframes expandLine {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@media (max-width: 991px) {.title_sectionbase .master_sessionsbase {
    clip-path: polygon(0 0, 100% 3%, 98% 97%, 0% 100%);
    padding: 6% 6%;
    margin-left: 5%;
    max-width: 90%;
    transform: perspective(1000px) rotateY(-1deg);
}.title_sectionbase h1::after {
    width: 60px;
}.title_sectionbase h3 {
    max-width: 100%;
}
}

@media (max-width: 767px) {.title_sectionbase .main_titlebase {
    justify-content: center;
}.title_sectionbase .master_sessionsbase {
    max-width: 92%;
    transform: none;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    margin: 0 auto;
    padding: 8% 7%;
}.title_sectionbase h1 {
    letter-spacing: -0.01em;
}.title_sectionbase h3 {
    font-size: clamp(1.1rem, 4vw, 1.5rem);
}.title_sectionbase p {
    font-size: 1rem;
    padding-left: 0.75rem;
}
}

@media (max-width: 480px) {.title_sectionbase .master_sessionsbase {
    background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.15) 0%,
      rgba(255, 255, 255, 0.05) 100%
    );
    padding: 10% 8%;
}.title_sectionbase h1 {
    font-size: 2rem;
}.title_sectionbase .main_titlebase::before {
    background: linear-gradient(
      135deg,
      rgb(147,172,170,0.5) 0%,
      rgba(0, 0, 0, 0.75) 50%,
      rgb(112,134,129,0.5) 100%
    );
}}.training_benefitsbase {
    position: relative;
    background: linear-gradient(130deg, rgb(182,208,205) 0%, rgb(147,172,170,0.5) 80%);
    overflow: hidden;
    padding: 120px 0;
}.training_benefitsbase::before {
    background: radial-gradient(circle at 80% 20%, rgb(112,134,129,0.5) 0%, transparent 55%);
    top: 0;
    left: 0;
    opacity: 0.7;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}.training_benefitsbase::after {
    border-radius: 50%;
    left: -5%;
    content: "";
    position: absolute;
    background: rgb(147,172,170,0.5);
    height: 400px;
    width: 400px;
    filter: blur(80px);
    bottom: -10%;
    animation: breathe 8s infinite alternate ease-in-out;
    opacity: 0.4;
}.training_benefitsbase .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.training_benefitsbase .knowledge_labbase {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
}.training_benefitsbase .knowledge_labbase::before {
    z-index: 1;
    position: absolute;
    left: calc(50% - 1px);
    content: "";
    height: 80%;
    top: 10%;
    background: linear-gradient(to bottom, rgb(147,172,170,0.5), transparent);
    width: 2px;
}.training_benefitsbase .photo_wrapbase {
    z-index: 2;
    grid-column: 1;
    transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 35% 65% 50% 50% / 50% 35% 65% 50%;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.12);
    position: relative;
    transform: perspective(800px) rotateY(10deg);
    width: 100%;
}.training_benefitsbase .photo_wrapbase::after {
    inset: -15px;
    content: "";
    position: absolute;
    border-radius: 35% 65% 50% 50% / 50% 35% 65% 50%;
    border: 1px solid rgb(112,134,129,0.5);
    z-index: -1;
    opacity: 0.6;
    transition: all 0.7s ease;
}.training_benefitsbase .photo_wrapbase:hover {
    border-radius: 50% 35% 65% 50% / 35% 50% 50% 65%;
    transform: perspective(800px) rotateY(0deg) scale(1.05);
}.training_benefitsbase .photo_wrapbase:hover::after {
    opacity: 0.3;
    inset: -25px;
}.training_benefitsbase .text_areabase {
    transform: translateY(20px);
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    grid-column: 2;
    z-index: 2;
    padding: 50px 40px;
    background: #ffffff;
}.training_benefitsbase .text_areabase::before {
    width: 70px;
    border-left: 3px solid rgb(147,172,170);
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    border-top: 3px solid rgb(147,172,170);
    opacity: 0.7;
    height: 70px;
    border-radius: 10px 0 0 0;
}.training_benefitsbase .text_areabase::after {
    border-bottom: 3px solid rgb(112,134,129);
    content: "";
    width: 70px;
    right: -10px;
    bottom: -10px;
    opacity: 0.7;
    position: absolute;
    border-right: 3px solid rgb(112,134,129);
    height: 70px;
    border-radius: 0 0 10px 0;
}.training_benefitsbase h3 {
    font-size: 32px;
    margin-bottom: 35px;
    position: relative;
    color: #000000;
    font-weight: 700;
    padding-bottom: 15px;
}.training_benefitsbase h3::after {
    height: 4px;
    content: "";
    border-radius: 10px;
    position: absolute;
    width: 60px;
    background: linear-gradient(to right, rgb(147,172,170), rgb(112,134,129));
    bottom: 0;
    left: 0;
}.training_benefitsbase ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
    list-style: none;
    padding: 0;
    margin: 0;
}.training_benefitsbase li {
    transition: all 0.3s ease;
    overflow: hidden;
    background: rgb(182,208,205);
    position: relative;
    border-radius: 12px;
}.training_benefitsbase li::before {
    position: absolute;
    transition: opacity 0.3s ease;
    background: linear-gradient(to right, rgb(147,172,170,0.5), transparent);
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    left: 0;
    top: 0;
}.training_benefitsbase li:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}.training_benefitsbase li:hover::before {
    opacity: 0.3;
}.training_benefitsbase li p {
    font-weight: 400;
    align-items: center;
    line-height: 1.5;
    display: flex;
    font-size: 16px;
    padding: 16px 20px;
    gap: 16px;
    margin: 0;
    color: #000000;
    position: relative;
    z-index: 1;
}.training_benefitsbase svg {
    padding: 5px;
    border-radius: 12px;
    display: flex;
    transition: all 0.3s ease;
    background: #ffffff;
    align-items: center;
    width: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    justify-content: center;
    height: 24px;
    flex-shrink: 0;
}.training_benefitsbase svg path {
    fill: rgb(147,172,170);
    transition: fill 0.3s ease;
}.training_benefitsbase li:hover svg {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    border-radius: 6px;
    transform: scale(1.1) rotate(-10deg);
}.training_benefitsbase li:hover svg path {
    fill: rgb(112,134,129);
}

@keyframes breathe {
    0% { transform: scale(1); opacity: 0.4; }
    50% { transform: scale(1.2); opacity: 0.5; }
    100% { transform: scale(1); opacity: 0.4; }
}

@media (max-width: 992px) {.training_benefitsbase {
    padding: 80px 0;
}.training_benefitsbase .knowledge_labbase {
    gap: 50px;
    grid-template-columns: 1fr;
}.training_benefitsbase .knowledge_labbase::before {
    display: none;
}.training_benefitsbase .photo_wrapbase {
    grid-row: 1;
    transform: perspective(800px) rotateY(0);
    grid-column: 1;
    margin: 0 auto;
    width: 80%;
}.training_benefitsbase .text_areabase {
    margin: 0 auto;
    grid-column: 1;
    grid-row: 2;
    transform: translateY(0);
    width: 90%;
}
}

@media (max-width: 576px) {.training_benefitsbase {
    padding: 60px 0;
}.training_benefitsbase .photo_wrapbase {
    border-radius: 25% 45% 30% 40% / 40% 25% 45% 30%;
    width: 100%;
}.training_benefitsbase .photo_wrapbase::after {
    display: none;
}.training_benefitsbase .text_areabase {
    width: 100%;
    padding: 35px 25px;
}.training_benefitsbase .text_areabase::before,
    .training_benefitsbase .text_areabase::after {
    width: 50px;
    height: 50px;
}.training_benefitsbase h3 {
    margin-bottom: 25px;
    font-size: 18px;
}.training_benefitsbase ul {
    gap: 15px;
}.training_benefitsbase li p {
    padding: 12px 15px;
}.training_benefitsbase svg {
    width: 22px;
    padding: 4px;
    height: 22px;
}}footer {
    position: relative;
    width: 100%;
}footer .diploma_ctabase {
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(147,172,170), rgb(112,134,129));
    padding: 120px 0 30px;
}footer .diploma_ctabase::before {
    left: 0;
    transform: rotateX(180deg);
    height: 100px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    content: "";
    top: 0;
    background: #ffffff;
    opacity: 0.25;
    width: 100%;
    position: absolute;
}footer .diploma_ctabase::after {
    left: 0;
    background: #ffffff;
    width: 100%;
    bottom: 0;
    opacity: 0.15;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    content: "";
    position: absolute;
    height: 50px;
}footer .gdpr_blockbase {
    z-index: 1;
    position: relative;
}footer .get_supportbase {
    display: flex;
    margin-bottom: 60px;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}footer .info_item {
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    align-items: center;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 25px;
    flex: 1 1 200px;
    border-radius: 40px;
    display: flex;
    max-width: 300px;
    backdrop-filter: blur(5px);
}footer .info_item::before {
    left: -100%;
    z-index: -1;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    background: #ffffff;
    width: 100%;
    animation: waveAnimation 15s linear infinite;
    content: "";
}@keyframes waveAnimation {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background-color: rgb(112,134,129,0.5);
    transform: translateY(-5px);
}footer .info_item svg {
    fill: #ffffff;
    margin-right: 15px;
    width: 20px;
    flex-shrink: 0;
    height: 20px;
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    font-size: 17px;
    text-decoration: none;
    color: #ffffff;
}footer .info_item a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}footer .text_main_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    position: relative;
}footer .nav_teachbase {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    flex: 1 1 100%;
}footer .nav_teachbase svg {
    height: 50px;
    width: auto;
    margin: 0 auto 20px;
    filter: brightness(0) invert(1);
}footer .play_marketbase {
    font-size: 16px;
    text-align: center;
    max-width: 500px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin: 0 auto;
}footer .nav_corebase,footer .subscribe_holder {
    padding: 30px;
    flex: 1 1 300px;
    overflow: hidden;
    border-radius: 22px;
    position: relative;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.5);
}footer .nav_corebase::before,footer .subscribe_holder::before {
    position: absolute;
    background: #ffffff;
    animation: waveAnimation 20s linear infinite;
    height: 100%;
    content: "";
    z-index: -1;
    width: 300%;
    left: -100%;
    opacity: 0.1;
    top: 0;
}footer .nav_corebase h5, footer .subscribe_holder h5 {
    font-weight: 600;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    color: #ffffff;
}footer .nav_corebase h5::after, footer .subscribe_holder h5::after {
    bottom: 0;
    background: linear-gradient(90deg, #ffffff, transparent);
    content: "";
    height: 2px;
    left: 0;
    width: 100%;
    position: absolute;
}footer .top_pagebase {
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    display: flex;
}footer .top_pagebase a {
    text-align: center;
    font-size: 17px;
    flex: 1 1 calc(50% - 10px);
    position: relative;
    text-decoration: none;
    border-radius: 20px;
    padding: 8px 15px;
    transition: all 0.3s ease;
    overflow: hidden;
    background-color: rgb(147,172,170,0.5);
    color: rgba(255, 255, 255, 0.8);
}footer .top_pagebase a::before {
    left: -100%;
    content: "";
    transition: left 0.3s ease;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    bottom: 0;
    height: 2px;
}footer .top_pagebase a:hover {
    background-color: rgb(112,134,129,0.5);
    transform: translateY(-3px);
}footer .top_pagebase a:hover::before {
    left: 0;
}footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
    position: relative;
}footer .input_holder input[type="email"] {
    border: none;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 25px;
    font-size: 17px;
    padding: 15px 20px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgb(147,172,170,0.5);
    outline: none;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .mail_panelbase {
    padding: 15px 20px;
    font-weight: 600;
    color: rgb(147,172,170);
    border-radius: 25px;
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    background-color: #ffffff;
    font-size: 17px;
    border: none;
    position: relative;
}footer .mail_panelbase::after {
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    content: "";
    transition: left 0.7s ease;
    height: 100%;
    top: 0;
}footer .mail_panelbase:hover {
    background-color: rgb(182,208,205);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}footer .mail_panelbase:hover::after {
    left: 100%;
}footer .forum_linkbase {
    position: relative;
    text-align: center;
    margin-top: 60px;
}footer .subscr_infobase {
    padding: 0 30px;
    position: relative;
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}footer .subscr_infobase::before,
footer .subscr_infobase::after {
    content: "";
    width: 20px;
    height: 1px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    top: 50%;
}footer .subscr_infobase::before {
    left: 0;
}footer .subscr_infobase::after {
    right: 0;
}

@media (min-width: 768px) {footer .nav_teachbase {
    flex: 1 1 100%;
}footer .nav_corebase, footer .subscribe_holder {
    flex: 1 1 300px;
}footer .input_holder {
    flex-direction: row;
}footer .mail_panelbase {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .diploma_ctabase {
    padding: 100px 0 30px;
}footer .text_main_holder {
    gap: 20px;
}
}

@media (max-width: 767px) {footer .diploma_ctabase {
    padding: 80px 0 30px;
}footer .diploma_ctabase::before {
    height: 60px;
    background-size: 100% 60px;
}footer .get_supportbase {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .nav_corebase, footer .subscribe_holder {
    padding: 25px 20px;
}footer .forum_linkbase {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .diploma_ctabase {
    padding: 60px 0 20px;
}footer .diploma_ctabase::before {
    height: 40px;
    background-size: 100% 40px;
}footer .nav_corebase h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: calc(24px - 2px);
}footer .top_pagebase a {
    flex: 1 1 100%;
}footer .input_holder input[type="email"],
    footer .mail_panelbase {
    padding: 12px 15px;
}}.reach_outbase {
    position: relative;
    padding: 120px 0;
}.reach_outbase::before {
    content: "";
    height: 100%;
    background: linear-gradient(45deg, rgb(112,134,129,0.5), rgb(147,172,170,0.5));
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}.reach_outbase .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 5;
    position: relative;
}.reach_outbase .contact_messagebase {
    background: #ffffff;
    transition: transform 0.5s ease;
    display: flex;
    flex-direction: row;
    transform: perspective(1000px) rotateX(0deg);
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.reach_outbase .contact_messagebase:hover {
    transform: perspective(1000px) rotateX(2deg);
}.reach_outbase .query_infobase {
    width: 40%;
    position: relative;
    background-color: rgb(182,208,205);
    padding: 60px 40px;
    overflow: hidden;
}.reach_outbase .query_infobase::before {
    content: '';
    top: -150px;
    height: 300px;
    position: absolute;
    opacity: 0.2;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(112,134,129) 0%, transparent 70%);
    right: -150px;
    width: 300px;
}.reach_outbase .query_infobase h3 {
    font-size: 37px;
    margin-bottom: 40px;
    color: #000000;
    font-weight: 700;
    position: relative;
}.reach_outbase .query_infobase h3::after {
    bottom: -15px;
    background: rgb(112,134,129);
    left: 0;
    width: 60px;
    position: absolute;
    content: '';
    height: 4px;
}.reach_outbase .query_infobase div {
    border-radius: 10px;
    padding: 15px;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateX(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}.reach_outbase .query_infobase div:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}.reach_outbase .query_infobase div svg {
    width: 24px;
    margin-right: 15px;
    height: 24px;
}.reach_outbase .query_infobase div svg path {
    fill: rgb(147,172,170);
}.reach_outbase .query_infobase div span {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
}.reach_outbase .query_infobase div span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #000000;
}.reach_outbase .query_infobase div span a:hover {
    color: rgb(147,172,170);
}.reach_outbase .inquiry_boxbase {
    padding: 60px 40px;
    background: #ffffff;
    position: relative;
    width: 60%;
}.reach_outbase .inquiry_boxbase::before {
    height: 200px;
    right: 0;
    bottom: 0;
    width: 200px;
    position: absolute;
    content: '';
    background: radial-gradient(circle, rgb(147,172,170,0.5) 0%, transparent 70%);
    opacity: 0.3;
}.reach_outbase .inquiry_boxbase h3 {
    font-size: 23px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000000;
}.reach_outbase form {
    flex-direction: column;
    gap: 20px;
    display: flex;
}.reach_outbase form input[type="text"],
.reach_outbase form input[type="email"] {
    padding: 18px 20px;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    transition: all 0.3s ease;
    color: #000000;
    background-color: rgb(182,208,205);
}.reach_outbase form input[type="text"]:focus,
.reach_outbase form input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(147,172,170);
    transform: translateY(-2px);
    outline: none;
}.reach_outbase form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.reach_outbase .reach_reachbase {
    position: relative;
    margin-top: 10px;
    align-items: flex-start;
    display: flex;
}.reach_outbase .reach_reachbase input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.reach_outbase .reach_reachbase label {
    cursor: pointer;
    color: #000000;
    font-size: 14px;
    padding-left: 35px;
    line-height: 1.5;
    position: relative;
}.reach_outbase .reach_reachbase label::before {
    top: 0;
    background: transparent;
    transition: all 0.3s ease;
    left: 0;
    border-radius: 6px;
    height: 20px;
    content: '';
    width: 20px;
    position: absolute;
    border: 2px solid rgb(147,172,170);
}.reach_outbase .reach_reachbase input[type="checkbox"]:checked + label::before {
    background: rgb(147,172,170);
}.reach_outbase .reach_reachbase input[type="checkbox"]:checked + label::after {
    content: '';
    transform: rotate(45deg);
    position: absolute;
    height: 12px;
    top: 3px;
    border: solid #ffffff;
    width: 6px;
    border-width: 0 2px 2px 0;
    left: 7px;
}.reach_outbase .reach_reachbase label a {
    font-weight: 600;
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(147,172,170);
}.reach_outbase .reach_reachbase label a:hover {
    text-decoration: underline;
}.reach_outbase form .inquiry_sectionbase {
    cursor: pointer;
    position: relative;
    font-weight: 600;
    background: rgb(147,172,170);
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 17px;
    align-self: flex-start;
    padding: 18px 35px;
    color: #ffffff;
    margin-top: 15px;
    overflow: hidden;
    border: none;
}.reach_outbase form .inquiry_sectionbase::before {
    height: 100%;
    position: absolute;
    width: 100%;
    content: '';
    transform: translateX(-100%);
    left: 0;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: transform 0.6s ease;
}.reach_outbase form .inquiry_sectionbase:hover {
    background: rgb(112,134,129);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.reach_outbase form .inquiry_sectionbase:hover::before {
    transform: translateX(100%);
}@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.reach_outbase .query_infobase div:nth-child(2) {
    animation-delay: 0.1s;
    animation: bounce 5s infinite ease-in-out;
}.reach_outbase .query_infobase div:nth-child(3) {
    animation-delay: 0.3s;
    animation: bounce 5s infinite ease-in-out;
}.reach_outbase .query_infobase div:nth-child(4) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.5s;
}.reach_outbase .query_infobase div:nth-child(5) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.7s;
}

@media screen and (max-width: 992px) {.reach_outbase .contact_messagebase {
    flex-direction: column;
}.reach_outbase .query_infobase,
    .reach_outbase .inquiry_boxbase {
    padding: 40px 30px;
    width: 100%;
}.reach_outbase .query_infobase div {
    animation: none;
}
}

@media screen and (max-width: 576px) {.reach_outbase {
    padding: 60px 0;
}.reach_outbase .container {
    width: 90%;
}.reach_outbase .query_infobase,
    .reach_outbase .inquiry_boxbase {
    padding: 30px 20px;
}.reach_outbase .query_infobase h3 {
    font-size: calc(37px * 0.8);
}.reach_outbase form input[type="text"],
    .reach_outbase form input[type="email"] {
    padding: 15px;
}.reach_outbase form .inquiry_sectionbase {
    width: 100%;
    padding: 15px;
}}.course_program_detailsbase {
    position: relative;
    padding: 140px 0;
    overflow: hidden;
    background: rgb(182,208,205);
}.course_program_detailsbase::before {
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(45deg, rgb(147,172,170,0.5) 0%, transparent 50%),
        linear-gradient(135deg, transparent 50%, rgb(112,134,129,0.5) 100%);
    position: absolute;
    z-index: 1;
    opacity: 0.15;
    top: 0;
    content: '';
    left: 0;
}.course_program_detailsbase .container {
    z-index: 2;
    position: relative;
}.course_program_detailsbase .lesson_routebase {
    position: relative;
    display: flex;
    flex-direction: column;
}.course_program_detailsbase .text_areabase {
    background: #ffffff;
    margin: -80px auto 0;
    border-radius: 28px;
    z-index: 3;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    width: 80%;
    order: 2;
    position: relative;
}.course_program_detailsbase .text_areabase h2 {
    text-align: center;
    color: #000000;
    font-size: 36px;
    padding-bottom: 15px;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
}.course_program_detailsbase .text_areabase h2::after {
    position: absolute;
    bottom: 0;
    width: 80px;
    content: '';
    border-radius: 10px;
    background: linear-gradient(to right, rgb(147,172,170), rgb(112,134,129));
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
}.course_program_detailsbase .text_areabase .description {
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.75;
    font-size: 18px;
    text-align: center;
}.course_program_detailsbase .text_areabase .description:last-of-type {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 20px;
    margin-bottom: 0;
}.course_program_detailsbase .photo_wrapbase {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    width: 100%;
    transform: perspective(1000px) rotateX(5deg);
    margin: 0 auto;
    overflow: hidden;
    transform-origin: bottom;
    order: 1;
    border-radius: 28px;
    z-index: 2;
    position: relative;
    height: 500px;
}.course_program_detailsbase .photo_wrapbase::before {
    left: 0;
    top: 0;
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 70%);
}.course_program_detailsbase .photo_wrapbase::after {
    bottom: 0;
    z-index: 1;
    content: '';
    height: 30%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
    position: absolute;
    width: 100%;
    left: 0;
}.course_program_detailsbase .lesson_routebase::before {
    position: absolute;
    border: 2px solid rgb(147,172,170,0.5);
    content: '';
    animation: pulse 4s ease-in-out infinite;
    border-radius: 50%;
    top: 20px;
    z-index: 1;
    left: 10%;
    width: 60px;
    height: 60px;
}.course_program_detailsbase .lesson_routebase::after {
    height: 40px;
    background: rgb(112,134,129,0.5);
    content: '';
    right: 15%;
    z-index: 1;
    animation: float 6s ease-in-out infinite;
    border-radius: 10px;
    position: absolute;
    bottom: 50px;
    width: 40px;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.3;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

@media (min-width: 992px) {.course_program_detailsbase .text_areabase::before {
    content: '';
    height: 3px;
    z-index: 1;
    transform: translateY(130px) rotate(90deg);
    top: 0;
    width: 200px;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(147,172,170,0.5), transparent);
    left: -160px;
}.course_program_detailsbase .text_areabase::after {
    position: absolute;
    width: 200px;
    content: '';
    z-index: 1;
    transform: translateY(130px) rotate(90deg);
    height: 3px;
    background: linear-gradient(to right, transparent, rgb(112,134,129,0.5), transparent);
    right: -160px;
    top: 0;
}
}

@media (max-width: 1200px) {.course_program_detailsbase .text_areabase {
    width: 70%;
}
}

@media (max-width: 992px) {.course_program_detailsbase {
    padding: 100px 0;
}.course_program_detailsbase .text_areabase {
    width: 80%;
    padding: 30px;
}.course_program_detailsbase .photo_wrapbase {
    height: 350px;
}
}

@media (max-width: 768px) {.course_program_detailsbase {
    padding: 80px 0;
}.course_program_detailsbase .text_areabase {
    padding: 25px;
    width: 90%;
    margin-top: -50px;
}.course_program_detailsbase .photo_wrapbase {
    transform: perspective(1000px) rotateX(3deg);
    height: 300px;
    width: 100%;
}.course_program_detailsbase .lesson_routebase::before,
    .course_program_detailsbase .lesson_routebase::after {
    display: none;
}
}

@media (max-width: 576px) {.course_program_detailsbase {
    padding: 60px 0;
}.course_program_detailsbase .text_areabase {
    margin-top: -30px;
    padding: 20px;
    width: 100%;
}.course_program_detailsbase .photo_wrapbase {
    height: 250px;
    transform: none;
}.course_program_detailsbase .text_areabase h2 {
    font-size: calc(36px * 0.85);
}.course_program_detailsbase .text_areabase .description {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}}.meet_usbase {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(182,208,205), rgb(147,172,170,0.5) 85%);
}.meet_usbase::before {
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 20px,
        rgba(rgb(112,134,129), 0.03) 20px,
        rgba(rgb(112,134,129), 0.03) 40px
    );
    top: 0;
    content: "";
    z-index: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}.meet_usbase::after {
    right: -20%;
    content: "";
    position: absolute;
    height: 200%;
    transform: rotate(25deg);
    z-index: 1;
    background: linear-gradient(145deg, rgb(147,172,170,0.5) 10%, transparent 70%);
    top: -50%;
    width: 70%;
    opacity: 0.4;
}.meet_usbase .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
}.meet_usbase h1 {
    display: inline-block;
    transform: translateX(-1rem);
    animation: slideTitle 0.8s 0.2s forwards cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    color: #000000;
    font-size: 44px;
    opacity: 0;
    font-weight: 700;
    margin-bottom: 3rem;
}.meet_usbase h1::after {
    bottom: -12px;
    left: 0;
    height: 4px;
    position: absolute;
    content: "";
    width: 0;
    background: linear-gradient(to right, rgb(147,172,170), rgb(112,134,129));
    animation: expandLine 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.meet_usbase .skills_centerbase {
    position: relative;
}.meet_usbase .skills_centerbase ul {
    padding: 0;
    grid-template-columns: 1fr;
    list-style: none;
    margin: 0;
    gap: 3rem;
    display: grid;
}.meet_usbase .how_growbase {
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 10, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.5) inset;
    transform: translateY(20px);
    border-left: 3px solid rgb(147,172,170);
    position: relative;
    animation: fadeUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2.5rem;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    backdrop-filter: blur(5px);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), 
                opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1),
                box-shadow 0.4s ease;
}.meet_usbase .how_growbase:nth-child(2) {
    animation-delay: 0.6s;
}.meet_usbase .how_growbase:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 10, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
    transform: translateY(-5px) scale(1.01);
}.meet_usbase .how_growbase::before {
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(112,134,129,0.5), 0.03) 100%);
    z-index: -1;
    content: "";
    width: 100%;
}.meet_usbase .how_growbase h4 {
    display: inline-block;
    color: rgb(147,172,170);
    margin-bottom: 1.5rem;
    margin-top: 0;
    position: relative;
    font-size: calc(22px * 1.2);
}.meet_usbase .how_growbase h4::after {
    position: absolute;
    background: rgb(112,134,129);
    transition: width 0.4s ease;
    content: "";
    height: 2px;
    left: 0;
    bottom: -8px;
    width: 40px;
}.meet_usbase .how_growbase:hover h4::after {
    width: 100%;
}.meet_usbase .how_growbase div {
    position: relative;
    color: #000000;
    padding-right: 10px;
    line-height: 1.8;
    overflow-y: auto;
    font-size: 17px;
    max-height: 250px;
}.meet_usbase .how_growbase div::-webkit-scrollbar {
    width: 4px;
}.meet_usbase .how_growbase div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.meet_usbase .how_growbase div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(147,172,170,0.5);
}

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

@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 80%;
    }
}

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

@media (min-width: 768px) {.meet_usbase {
    padding: 7rem 0;
}.meet_usbase h1 {
    font-size: calc(44px * 1.2);
}.meet_usbase .skills_centerbase ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.meet_usbase .how_growbase {
    padding: 3rem;
}.meet_usbase .how_growbase div {
    max-height: 320px;
}
}

@media (min-width: 1200px) {.meet_usbase {
    padding: 9rem 0;
}.meet_usbase::after {
    right: -10%;
}.meet_usbase .container {
    padding: 0 3rem;
}.meet_usbase h1 {
    margin-bottom: 4rem;
}.meet_usbase .skills_centerbase ul {
    gap: 3rem;
}.meet_usbase .how_growbase {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), 
                    box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.meet_usbase .how_growbase:hover {
    transform: translateY(-10px) scale(1.02);
}.meet_usbase .how_growbase div {
    max-height: 350px;
}
}

@media (max-width: 767px) {.meet_usbase {
    padding: 4rem 0;
}.meet_usbase h1 {
    font-size: calc(44px * 0.9);
}.meet_usbase .how_growbase {
    margin-bottom: 2rem;
    padding: 2rem;
}.meet_usbase .how_growbase h4 {
    font-size: 22px;
}.meet_usbase .how_growbase div {
    font-size: calc(17px * 0.95);
    max-height: 200px;
}}.price_plan_gridbase {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.price_plan_gridbase::before {
    z-index: 1;
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    top: 0;
    bottom: 0;
    content: "";
    left: 0;
}.price_plan_gridbase .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.price_plan_gridbase .trial_pricingbase {
    position: relative;
}.price_plan_gridbase h2 {
    margin-bottom: 20px;
    transform: perspective(1000px) translateZ(0);
    font-weight: 700;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    font-size: 30px;
}.price_plan_gridbase h2::after {
    height: 3px;
    content: "";
    transform: translateX(-50%);
    bottom: -10px;
    width: 80px;
    position: absolute;
    left: 50%;
    background: rgb(147,172,170);
}.price_plan_gridbase .program_ratebase {
    color: rgb(255, 255, 255, 0.5);
    text-align: center;
    font-size: 13px;
    margin: 0 auto 50px;
    line-height: 1.6;
    max-width: 700px;
}.price_plan_gridbase .indv_costbase {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}.price_plan_gridbase .indv_costbase li {
    perspective: 1000px;
    transform-style: preserve-3d;
}.price_plan_gridbase .bundle_pricebase {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    text-decoration: none;
    display: block;
    border: 1px solid rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(10px);
    border-left: 3px solid rgb(147,172,170);
    height: 100%;
}.price_plan_gridbase .bundle_pricebase:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.price_plan_gridbase .bundle_pricebase::before {
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    background: linear-gradient(45deg, transparent 0%, rgba(rgb(147,172,170), 0.05) 100%);
}.price_plan_gridbase .price_dealsbase {
    padding: 35px 25px;
    height: 100%;
}.price_plan_gridbase .study_packagesbase {
    flex-direction: column;
    position: relative;
    z-index: 2;
    display: flex;
    height: 100%;
}.price_plan_gridbase .study_packagesbase h4 {
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: calc(20px * 1.2);
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 15px;
    color: #ffffff;
    font-weight: 700;
}.price_plan_gridbase .study_packagesbase h4::after {
    width: 40px;
    left: 0;
    background: rgb(147,172,170);
    bottom: 0;
    height: 2px;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
}.price_plan_gridbase .bundle_pricebase:hover .study_packagesbase h4::after {
    width: 60px;
}.price_plan_gridbase .study_packagesbase p {
    margin: 0 0 25px;
    word-break: break-word;
    scrollbar-color: rgb(147,172,170) transparent;
    overflow-wrap: break-word;
    font-size: 13px;
    color: rgb(255, 255, 255, 0.5);
    scrollbar-width: thin;
    flex-grow: 1;
    max-height: 250px;
    line-height: 1.6;
    overflow-y: auto;
}.price_plan_gridbase .study_packagesbase p::-webkit-scrollbar {
    width: 4px;
}.price_plan_gridbase .study_packagesbase p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(147,172,170);
}.price_plan_gridbase .value_ratesbase {
    border-radius: 4px;
    display: inline-block;
    margin-top: auto;
    font-size: calc(20px * 1.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    transform: translateZ(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, rgb(147,172,170) 0%, rgb(112,134,129) 100%);
    color: #ffffff;
    padding: 10px 25px;
    align-self: flex-start;
}.price_plan_gridbase .bundle_pricebase:hover .value_ratesbase {
    transform: translateZ(20px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {.price_plan_gridbase {
    padding: 80px 0;
}.price_plan_gridbase .indv_costbase {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.price_plan_gridbase .price_dealsbase {
    padding: 25px 20px;
}.price_plan_gridbase .study_packagesbase h4 {
    font-size: 20px;
}.price_plan_gridbase .value_ratesbase {
    padding: 8px 20px;
    font-size: 20px;
}
}

@media (max-width: 767px) {.price_plan_gridbase {
    padding: 60px 0;
}.price_plan_gridbase h2 {
    font-size: calc(30px * 0.85);
}.price_plan_gridbase .program_ratebase {
    font-size: calc(13px * 0.95);
    margin-bottom: 40px;
}.price_plan_gridbase .indv_costbase {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.price_plan_gridbase .study_packagesbase p {
    max-height: 180px;
}
}

@media (max-width: 480px) {.price_plan_gridbase {
    padding: 50px 0;
}.price_plan_gridbase h2 {
    font-size: calc(30px * 0.75);
}.price_plan_gridbase .price_dealsbase {
    padding: 20px 15px;
}.price_plan_gridbase .study_packagesbase h4 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(20px * 0.9);
}.price_plan_gridbase .study_packagesbase p {
    margin-bottom: 20px;
    font-size: calc(13px * 0.9);
    max-height: 150px;
}.price_plan_gridbase .value_ratesbase {
    padding: 8px 15px;
    font-size: calc(20px * 0.9);
}}.thanksNotebase {
    position: relative;
    background: linear-gradient(135deg, rgb(182,208,205) 0%, rgb(147,172,170,0.5) 100%);
    padding: 4rem 0;
    overflow: hidden;
}.thanksNotebase::before {
    width: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(147,172,170,0.5) 0,
        rgb(147,172,170,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.thanksNotebase::after {
    opacity: 0.1;
    height: 300px;
    width: 300px;
    border-radius: 50%;
    content: "";
    background: rgb(112,134,129);
    z-index: 0;
    right: -5%;
    filter: blur(100px);
    position: absolute;
    animation: pulse 10s infinite alternate ease-in-out;
    top: -10%;
}.thanksNotebase .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
}.thanksNotebase h2 {
    font-size: 30px;
    color: rgb(147,172,170);
    margin-bottom: 2.5rem;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    max-width: 90%;
    line-height: 1.3;
    position: relative;
    transform: translateX(-10px);
    animation: slideInTitle 0.8s forwards ease-out;
    font-weight: 700;
    opacity: 0;
    animation-delay: 0.3s;
}.thanksNotebase h2::after {
    transform-origin: left;
    height: 3px;
    width: 80px;
    content: "";
    bottom: -15px;
    position: absolute;
    animation: expandLine 1s forwards ease-out;
    left: 0;
    background: rgb(112,134,129);
    animation-delay: 1s;
    transform: scaleX(0);
}.thanksNotebase .knowledge_labbase {
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    animation: fadeUpIn 1s forwards ease-out;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    padding: 2.5rem;
    animation-delay: 0.5s;
    opacity: 0;
    position: relative;
    transform: translateY(20px);
}.thanksNotebase .knowledge_labbase::before {
    right: 20px;
    top: 20px;
    content: "";
    pointer-events: none;
    border: 1px solid rgb(147,172,170,0.5);
    opacity: 0.1;
    position: absolute;
    bottom: 20px;
    left: 20px;
}.thanksNotebase ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}.thanksNotebase li {
    padding-left: 2rem;
    position: relative;
}.thanksNotebase li::before {
    width: 8px;
    left: 0;
    opacity: 0;
    height: 8px;
    transform: rotate(45deg);
    top: 0.5rem;
    animation-delay: 1.2s;
    content: "";
    background: rgb(112,134,129);
    animation: fadeIn 0.5s forwards ease-out;
    position: absolute;
}.thanksNotebase li span {
    font-size: calc(14px * 1.05);
    animation-delay: 0.8s;
    opacity: 0;
    display: block;
    line-height: 1.7;
    animation: fadeUpIn 0.8s forwards ease-out;
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
    transform: translateY(10px);
    font-family: Arial, sans-serif;
}.thanksNotebase li span::after {
    content: "";
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgb(147,172,170,0.5) 0%, transparent 100%);
    bottom: -15px;
    position: absolute;
    opacity: 0.2;
    left: 0;
}

@keyframes slideInTitle {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.15;
    }
}

@media (max-width: 992px) {.thanksNotebase {
    padding: 3rem 0;
}.thanksNotebase h2 {
    max-width: 100%;
    font-size: calc(30px * 0.9);
}.thanksNotebase .knowledge_labbase {
    padding: 2rem;
}
}

@media (max-width: 768px) {.thanksNotebase h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 2rem;
}.thanksNotebase .knowledge_labbase {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    padding: 1.75rem;
}.thanksNotebase li span {
    font-size: 14px;
}.thanksNotebase::after {
    top: -5%;
    height: 200px;
    width: 200px;
    right: -10%;
}
}

@media (max-width: 576px) {.thanksNotebase {
    padding: 2.5rem 0;
}.thanksNotebase .container {
    padding: 0 1.5rem;
}.thanksNotebase h2 {
    font-size: calc(30px * 0.7);
}.thanksNotebase h2::after {
    height: 2px;
    width: 60px;
}.thanksNotebase .knowledge_labbase {
    padding: 1.5rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
}.thanksNotebase li {
    padding-left: 1.5rem;
}.thanksNotebase li::before {
    width: 6px;
    height: 6px;
}.thanksNotebase li span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}}.privacy_preservebase {
    width: 100%;
    grid-gap: 30px;
    display: grid;
    padding: 60px;
    color: rgb(255, 255, 255, 0.5);
    height: auto;
    grid-template-columns: 1fr;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, rgb(112,134,129) 25%, rgb(147,172,170) 75%);
}.privacy_preservebase h1 {
    font-size: 45px;
    border-radius: 10px;
    background: rgb(147,172,170);
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    letter-spacing: 3px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    grid-column: span 2;
    margin-top: 0;
    text-align: center;
    padding: 10px;
}.privacy_preservebase h2 {
    border-radius: 10px;
    font-weight: 600;
    margin-top: 0;
    background: rgb(112,134,129);
    padding: 10px;
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: left;
    border-bottom: 2px solid #ffffff;
    font-family: Arial, sans-serif;
    padding-bottom: 5px;
}.privacy_preservebase h3, .privacy_preservebase h4, .privacy_preservebase h5, .privacy_preservebase h6 {
    margin-bottom: 10px;
    border-left: 4px solid rgb(147,172,170);
    margin-top: 15px;
    padding: 10px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    text-align: left;
    font-size: 23px;
    color: #ffffff;
    font-weight: 400;
}.privacy_preservebase ul, .privacy_preservebase ol {
    border-radius: 10px;
    padding-left: 20px;
    margin: 15px 0;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    color: #ffffff;
    font-size: 16px;
    list-style-position: inside;
    padding: 10px;
    list-style: none;
}.privacy_preservebase li {
    position: relative;
    line-height: 1.6;
    padding-left: 20px;
    margin-bottom: 10px;
}.privacy_preservebase li::before {
    width: 6px;
    background-color: rgb(112,134,129);
    height: 6px;
    position: absolute;
    top: 50%;
    left: -10px;
    box-shadow: 0 0 0 2px #ffffff;
    content: "";
    border-radius: 50%;
    transform: translateY(-50%);
}.privacy_preservebase section {
    border-radius: 10px;
    padding: 20px;
    color: #000000;
    grid-gap: 20px;
    background: rgb(182,208,205);
    grid-template-columns: 1fr 1fr;
    display: grid;
}

@media only screen and (max-width: 800px) {.privacy_preservebase {
    grid-template-columns: 1fr;
    padding: 30px;
}.privacy_preservebase h1 {
    font-size: calc(23px - 8px);
}.privacy_preservebase h2 {
    font-size: calc(23px - 6px);
}.privacy_preservebase h3, .privacy_preservebase h4, .privacy_preservebase h5, .privacy_preservebase h6 {
    font-size: calc(23px - 4px);
}.privacy_preservebase ul, .privacy_preservebase ol {
    padding-left: 15px;
    font-size: calc(16px - 2px);
}.privacy_preservebase section {
    grid-template-columns: 1fr;
}}.cookieAlertPromptPanelbase {
    width: 100%;
    padding: 15px 20px;
    border-top: 3px solid rgb(147,172,170);
    background: rgb(112,134,129);
    position: fixed;
    z-index: 90;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}.user_alertbase {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}.data_guardbase {
    margin-right: 20px;
    flex-shrink: 0;
}.data_guardbase svg {
    fill: rgb(147,172,170);
    height: 50px;
    width: 50px;
}.cookie_verifybase {
    justify-content: center;
    flex-direction: column;
    display: flex;
    max-width: 600px;
}.cookieAlertPromptPanelbase h5 {
    font-size: 19px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 700;
}.cookieAlertPromptPanelbase p {
    font-size: 15px;
    color: #000000;
    line-height: 1.5;
}.privacy_gatebase {
    min-width: 150px;
    font-size: 17px;
    border-radius: 10px;
    border: 2px solid rgb(147,172,170);
    cursor: pointer;
    transition: none;
    background: rgb(147,172,170);
    margin-left: 10px;
    flex-shrink: 0;
    text-align: center;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
}.privacy_gatebase:hover {
    border-color: rgb(147,172,170,0.5);
    background: rgb(147,172,170,0.5);
}.cookieAlertPromptPanelbase p a {
    border-bottom: 2px solid rgb(147,172,170);
    color: rgb(147,172,170);
    text-decoration: none;
}.cookieAlertPromptPanelbase p a:hover {
    color: rgb(112,134,129);
    border-bottom-color: rgb(112,134,129);
}
@media only screen and (max-width: 1200px) {.cookieAlertPromptPanelbase {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.data_guardbase {
    display: none;
}.user_alertbase {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookieAlertPromptPanelbase h5, .cookieAlertPromptPanelbase p {
    text-align: center;
}.cookie_verifybase {
    margin-bottom: 15px;
}.privacy_gatebase {
    margin-left: 0;
    margin-top: 10px;
}}
#cookieWarningPromptbase {
    display: none;
}#cookieWarningPromptbase:checked ~ .cookieAlertPromptPanelbase {
    visibility: hidden;
    opacity: 0;
}.education_historybase {
    position: relative;
    background-color: rgb(182,208,205);
    padding: 80px 0;
    overflow: hidden;
}.education_historybase::before {
    position: absolute;
    top: -10%;
    height: 120%;
    background: linear-gradient(135deg, rgb(147,172,170,0.5) 0%, transparent 70%);
    content: "";
    left: -5%;
    z-index: 1;
    opacity: 0.07;
    transform: rotate(-3deg);
    width: 120%;
}.education_historybase::after {
    height: 70%;
    opacity: 0.05;
    position: absolute;
    bottom: -5%;
    background: radial-gradient(circle at bottom right, rgb(112,134,129,0.5) 0%, transparent 70%);
    right: -5%;
    width: 50%;
    z-index: 1;
    content: "";
}.education_historybase .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.education_historybase .user_opinionsbase {
    grid-template-columns: 1fr;
    background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.98));
    position: relative;
    transform: perspective(1000px) rotateX(1deg);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 0 5px 15px rgba(0,0,0,0.03);
    gap: 30px;
    padding: 40px;
    display: grid;
}.education_historybase .user_opinionsbase::before {
    top: 0;
    opacity: 0.04;
    background: linear-gradient(45deg, rgb(147,172,170,0.5) 0%, transparent 100%);
    height: 100%;
    left: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    content: "";
}.education_historybase .user_opinionsbase > div:first-child {
    width: 180px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 180px;
    transform: translateY(-10px);
    margin: 0 auto;
}.education_historybase .user_opinionsbase > div:first-child:hover {
    transform: translateY(-15px) scale(1.02);
}.education_historybase .photo_wrapbase {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.05);
    position: relative;
    height: 100%;
    border-radius: 5px;
}.education_historybase .photo_wrapbase::after {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, transparent 70%, rgba(0,0,0,0.2));
    width: 100%;
}.education_historybase .user_opinionsbase > div:nth-child(2) {
    text-align: center;
    animation: fadeIn 0.8s ease-out forwards;
    position: relative;
}.education_historybase .name {
    letter-spacing: 0.4px;
    position: relative;
    margin-bottom: 8px;
    color: rgb(147,172,170);
    font-weight: 700;
    font-size: calc(23px * 1.1);
    display: inline-block;
}.education_historybase .name::after {
    background: linear-gradient(to right, rgb(147,172,170,0.5), rgb(112,134,129,0.5));
    transition: width 0.3s ease;
    bottom: -5px;
    position: absolute;
    transform: translateX(-50%);
    opacity: 0.7;
    content: "";
    height: 2px;
    width: 40%;
    left: 50%;
}.education_historybase .user_opinionsbase > div:nth-child(2):hover .name::after {
    width: 70%;
}.education_historybase .user_opinionsbase > div:nth-child(2) > div {
    color: #000000;
    opacity: 0.9;
    font-style: italic;
    margin-top: 10px;
    font-size: calc(14px * 0.95);
}.education_historybase .user_opinionsbase > div:nth-child(3) {
    margin-top: 15px;
    position: relative;
}.education_historybase .career_insightsbase {
    line-height: 1.8;
    font-size: 14px;
    position: relative;
    padding: 0 15px;
    color: #000000;
}.education_historybase .career_insightsbase::before,
.education_historybase .career_insightsbase::after {
    content: "";
    position: absolute;
    color: rgb(147,172,170);
    font-family: Georgia, serif;
    font-size: 60px;
    opacity: 0.1;
}.education_historybase .career_insightsbase::before {
    top: -20px;
    left: -15px;
}.education_historybase .career_insightsbase::after {
    bottom: -50px;
    right: -15px;
    content: "";
}

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

@media (min-width: 768px) {.education_historybase {
    padding: 100px 0;
}.education_historybase .user_opinionsbase {
    padding: 60px;
    grid-template-columns: 200px 1fr;
    grid-template-rows: auto 1fr;
}.education_historybase .user_opinionsbase > div:first-child {
    width: 200px;
    grid-row: 1 / 3;
    height: 200px;
    margin: 0;
}.education_historybase .user_opinionsbase > div:nth-child(2) {
    padding-left: 30px;
    text-align: left;
}.education_historybase .name::after {
    transform: none;
    left: 0;
}.education_historybase .user_opinionsbase > div:nth-child(3) {
    margin-top: 0;
    padding-left: 30px;
    grid-column: 2;
}
}

@media (min-width: 992px) {.education_historybase .user_opinionsbase {
    gap: 40px;
    grid-template-columns: 250px 1fr;
    padding: 70px;
}.education_historybase .user_opinionsbase > div:first-child {
    height: 300px;
    width: 250px;
}.education_historybase .name {
    font-size: calc(23px * 1.2);
}.education_historybase .career_insightsbase {
    font-size: calc(14px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.education_historybase .user_opinionsbase {
    transform: perspective(1200px) rotateX(1deg) rotateY(-0.5deg);
    max-width: 1100px;
    margin: 0 auto;
}.education_historybase .career_insightsbase {
    padding: 0 25px;
}
}

@media (max-width: 767px) {.education_historybase {
    padding: 60px 0;
}.education_historybase .user_opinionsbase {
    padding: 30px;
}.education_historybase .career_insightsbase {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}}header {
    background: linear-gradient(to bottom, rgb(182,208,205), rgba(0, 0, 0, 0.5));
    overflow: visible;
    z-index: 99;
    position: relative;
    width: 100%;
}header::before {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    width: 100%;
    opacity: 0.1;
    left: 0;
}header .main_primarybase {
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 20px 30px;
    position: relative;
}header .main_primarybase::before {
    content: "";
    bottom: 0;
    position: absolute;
    left: 10%;
    width: 80%;
    background: linear-gradient(to right, transparent, rgb(147,172,170), transparent);
    height: 1px;
}header .main_primarybase .nav_teachbase {
    margin-right: 40px;
    z-index: 2;
    position: relative;
}header .main_primarybase .nav_teachbase .main_corebase {
    display: block;
    position: relative;
    padding: 5px;
}header .main_primarybase .nav_teachbase .main_corebase::before {
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    content: "";
    position: absolute;
    transform: scale(0.9);
    right: -5px;
    z-index: -1;
    border-radius: 10px;
    top: -5px;
    bottom: -5px;
    left: -5px;
    background: rgba(0, 0, 0, 0.5);
}header .main_primarybase .nav_teachbase .main_corebase:hover::before {
    transform: scale(1);
    opacity: 0.1;
}header .main_primarybase .nav_teachbase .main_corebase svg {
    width: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: 45px;
}header .main_primarybase .nav_corebase {
    padding: 0;
    display: flex;
    perspective: 1000px;
    margin: 0;
    list-style: none;
}header .main_primarybase .nav_corebase .main_trainbase {
    margin: 0;
    position: relative;
    transform-style: preserve-3d;
}header .main_primarybase .nav_corebase .main_trainbase a {
    padding: 12px 20px;
    font-size: 12px;
    letter-spacing: 0.5px;
    transition: color 0.3s ease, transform 0.3s ease;
    font-family: Arial, sans-serif;
    display: block;
    background: linear-gradient(to bottom, transparent, transparent);
    font-weight: 600;
    color: #000000;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transform-style: preserve-3d;
}header .main_primarybase .nav_corebase .main_trainbase a::before,
header .main_primarybase .nav_corebase .main_trainbase a::after {
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    pointer-events: none;
    top: 0;
    height: 100%;
}header .main_primarybase .nav_corebase .main_trainbase a::before {
    background: linear-gradient(to bottom, rgb(147,172,170,0.5), transparent);
    transform-origin: top center;
    opacity: 0;
    transform: translateZ(-1px) rotateX(10deg);
}header .main_primarybase .nav_corebase .main_trainbase a::after {
    transform-origin: bottom center;
    opacity: 0;
    transform: translateZ(-2px) rotateX(-10deg);
    background: linear-gradient(to top, rgb(112,134,129,0.5), transparent);
}header .main_primarybase .nav_corebase .main_trainbase:hover a {
    color: rgb(147,172,170);
    transform: translateZ(10px);
}header .main_primarybase .nav_corebase .main_trainbase:hover a::before,
header .main_primarybase .nav_corebase .main_trainbase:hover a::after {
    opacity: 0.1;
}header .main_primarybase .nav_corebase .main_trainbase:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}header .main_primarybase .nav_corebase .main_trainbase:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

@media (max-width: 992px) {header .main_primarybase {
    flex-direction: column;
    padding: 15px;
}header .main_primarybase .nav_teachbase {
    margin: 0 0 15px 0;
}header .main_primarybase .nav_corebase {
    flex-wrap: wrap;
    perspective: none;
    justify-content: center;
    width: 100%;
}header .main_primarybase .nav_corebase .main_trainbase a {
    padding: 10px 15px;
    transform-style: flat;
    font-size: calc(12px - 1px);
}header .main_primarybase .nav_corebase .main_trainbase:hover a {
    transform: none;
}header .main_primarybase .nav_corebase .main_trainbase a::before,
    header .main_primarybase .nav_corebase .main_trainbase a::after {
    display: none;
}
}

@media (max-width: 767px) {header .main_primarybase .nav_corebase .main_trainbase a {
    font-size: calc(12px - 2px);
    padding: 8px 12px;
}}.receive_updatesbase {
    position: relative;
    background: rgb(182,208,205);
    overflow: hidden;
    padding: 6rem 3rem;
    z-index: 1;
}.receive_updatesbase::before {
    opacity: 0.07;
    z-index: -1;
    right: -150px;
    top: -150px;
    animation: morphShape 15s ease-in-out infinite alternate;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 350px;
    width: 350px;
    content: "";
    position: absolute;
    background: rgb(147,172,170);
}.receive_updatesbase::after {
    left: -100px;
    border-radius: 67% 33% 33% 67% / 33% 67% 33% 67%;
    position: absolute;
    animation: morphShape 15s ease-in-out infinite alternate-reverse;
    height: 250px;
    width: 250px;
    content: "";
    opacity: 0.07;
    background: rgb(112,134,129);
    bottom: -100px;
    z-index: -1;
}.receive_updatesbase .container {
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}.receive_updatesbase .knowledge_labbase {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}.receive_updatesbase .knowledge_labbase::before {
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    width: 100%;
    z-index: -1;
    opacity: 0.03;
    position: absolute;
    content: "";
}.receive_updatesbase p {
    z-index: 2;
    line-height: 1.3;
    transform: translateX(15%) rotateZ(-2deg);
    position: relative;
    font-size: 28px;
    max-width: 70%;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #000000;
    font-family: Arial, sans-serif;
}.receive_updatesbase p::before,
.receive_updatesbase p::after {
    z-index: -1;
    position: absolute;
    content: "";
    opacity: 0.2;
    background: rgb(147,172,170);
}.receive_updatesbase p::before {
    width: 120%;
    left: -10%;
    top: 30%;
    height: 30%;
    animation: slideLeft 5s cubic-bezier(0.33, 1, 0.68, 1) infinite alternate;
    transform: skewX(-20deg);
}.receive_updatesbase p::after {
    bottom: -15px;
    left: 0;
    height: 10px;
    animation: growLine 2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    transform-origin: left;
    width: 40%;
}.receive_updatesbase .input_holder {
    padding: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    justify-content: center;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    transform: translateX(-15%) rotateZ(2deg);
    backdrop-filter: blur(5px);
    align-items: center;
    z-index: 2;
    position: relative;
    border-radius: 30px;
}.receive_updatesbase .input_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateX(-15%) rotateZ(0deg);
}.receive_updatesbase .input_holder::before,
.receive_updatesbase .input_holder::after {
    content: "";
    opacity: 0.3;
    border-radius: 30px;
    z-index: -1;
    position: absolute;
    border: 2px dashed rgb(147,172,170,0.5);
    transition: all 0.3s ease;
}.receive_updatesbase .input_holder::before {
    left: -8px;
    animation: pulseBoxShadow 3s ease-in-out infinite alternate;
    bottom: 8px;
    top: -8px;
    right: 8px;
}.receive_updatesbase .input_holder::after {
    left: 8px;
    animation: pulseBoxShadow 3s ease-in-out 1.5s infinite alternate;
    top: 8px;
    right: -8px;
    bottom: -8px;
}.receive_updatesbase .input_holder:hover::before,
.receive_updatesbase .input_holder:hover::after {
    border-color: rgb(112,134,129,0.5);
}.receive_updatesbase .sub_dealbase {
    border-bottom-left-radius: 10px;
    background: #ffffff;
    flex: 1;
    font-size: 15px;
    border-top-left-radius: 10px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
    padding: 1.2rem 1.5rem;
    color: #000000;
    outline: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    border: none;
}.receive_updatesbase .sub_dealbase:focus {
    box-shadow: inset 0 0 0 2px rgb(147,172,170);
}.receive_updatesbase .inquiry_sectionbase {
    overflow: hidden;
    font-weight: 600;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 1.2rem 2rem;
    color: #ffffff;
    background: #000000;
    border: none;
    border-top-right-radius: 10px;
    position: relative;
}.receive_updatesbase .inquiry_sectionbase::before {
    transition: opacity 0.3s ease;
    top: -25%;
    height: 150%;
    opacity: 0;
    transform: rotate(25deg);
    z-index: -1;
    background: linear-gradient(
        90deg,
        rgb(147,172,170) 0%,
        rgb(112,134,129) 50%,
        rgb(147,172,170) 100%
    );
    content: "";
    width: 120%;
    position: absolute;
    left: -10%;
}.receive_updatesbase .inquiry_sectionbase:hover {
    color: #ffffff;
}.receive_updatesbase .inquiry_sectionbase:hover::before {
    animation: slideGradient 2s linear infinite;
    opacity: 1;
}

@keyframes morphShape {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
    100% {
        border-radius: 67% 33% 33% 67% / 33% 67% 33% 67%;
    }
}

@keyframes slideLeft {
    0% {
        transform: skewX(-20deg) translateX(-10%);
    }
    100% {
        transform: skewX(-20deg) translateX(10%);
    }
}

@keyframes growLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes pulseBoxShadow {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes slideGradient {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}

@media (max-width: 992px) {.receive_updatesbase {
    padding: 5rem 2rem;
}.receive_updatesbase p {
    transform: translateX(10%) rotateZ(-2deg);
    font-size: calc(28px * 0.9);
    max-width: 80%;
}.receive_updatesbase .input_holder {
    transform: translateX(-10%) rotateZ(2deg);
}.receive_updatesbase .input_holder:hover {
    transform: translateX(-10%) rotateZ(0deg);
}
}

@media (max-width: 768px) {.receive_updatesbase {
    padding: 4rem 1.5rem;
}.receive_updatesbase p {
    transform: translateX(5%) rotateZ(-1deg);
    max-width: 90%;
    margin-bottom: 2.5rem;
    font-size: 24px;
}.receive_updatesbase .input_holder {
    flex-direction: column;
    transform: translateX(-5%) rotateZ(1deg);
    padding: 10px;
}.receive_updatesbase .input_holder:hover {
    transform: translateX(-5%) rotateZ(0deg);
}.receive_updatesbase .sub_dealbase {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 0.5rem;
}.receive_updatesbase .inquiry_sectionbase {
    border-radius: 10px;
    width: 100%;
}
}

@media (max-width: 576px) {.receive_updatesbase {
    padding: 3rem 1rem;
    margin: 5rem 0;
}.receive_updatesbase p {
    transform: none;
    max-width: 100%;
    text-align: center;
}.receive_updatesbase .input_holder {
    transform: none;
    padding: 8px;
}.receive_updatesbase .input_holder:hover {
    transform: none;
}.receive_updatesbase .sub_dealbase,
    .receive_updatesbase .inquiry_sectionbase {
    padding: 1rem;
}}.client_testimonialsbase {
    background: radial-gradient(circle at 30% 70%, rgb(182,208,205) 0%, rgb(112,134,129,0.5) 100%);
    position: relative;
    padding: 8rem 2rem;
    overflow: hidden;
}.client_testimonialsbase::before {
    content: "";
    width: 500px;
    top: -150px;
    background: rgb(147,172,170,0.5);
    height: 500px;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    left: -150px;
    filter: blur(100px);
}.client_testimonialsbase::after {
    bottom: -100px;
    height: 400px;
    content: "";
    background: rgb(112,134,129,0.5);
    border-radius: 50%;
    position: absolute;
    right: -100px;
    filter: blur(80px);
    width: 400px;
    z-index: 0;
}.client_testimonialsbase .knowledge_labbase {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.client_testimonialsbase h4 {
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 5rem;
    position: relative;
}.client_testimonialsbase h4::before {
    transform: translate(-50%, -50%) scale(1.5);
    border-radius: 50%;
    position: absolute;
    width: 150px;
    top: 50%;
    opacity: 0.5;
    left: 50%;
    content: "";
    border: 2px dashed rgb(147,172,170,0.5);
    animation: rotate 30s linear infinite;
    height: 150px;
}@keyframes rotate {
    0% { transform: translate(-50%, -50%) scale(1.5) rotate(0deg); }
    100% { transform: translate(-50%, -50%) scale(1.5) rotate(360deg); }
}

.client_testimonialsbase .testimonial_trackbase {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
}.client_testimonialsbase .testimonial_trackbase::before {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    left: 50%;
    content: "";
    height: 400px;
    width: 400px;
    border: 3px solid rgb(112,134,129,0.5);
    z-index: -1;
    transform: translate(-50%, -50%);
}.client_testimonialsbase .user_opinionsbase {
    position: relative;
    background: #ffffff;
    margin: 1rem;
    transform-style: preserve-3d;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    overflow: hidden;
    transition: all 0.5s ease;
    border-radius: 21px;
    width: calc(33.333% - 2rem);
}.client_testimonialsbase .user_opinionsbase:nth-child(1) {
    transform: translateZ(20px);
}.client_testimonialsbase .user_opinionsbase:nth-child(2) {
    transform: translateZ(15px);
}.client_testimonialsbase .user_opinionsbase:nth-child(3) {
    transform: translateZ(10px);
}.client_testimonialsbase .user_opinionsbase:nth-child(4) {
    transform: translateZ(5px);
}.client_testimonialsbase .user_opinionsbase:nth-child(5) {
    transform: translateZ(0px);
}.client_testimonialsbase .user_opinionsbase:nth-child(6) {
    transform: translateZ(-5px);
}.client_testimonialsbase .user_opinionsbase:hover {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
    transform: translateZ(30px);
}.client_testimonialsbase .user_opinionsbase::before {
    right: -40px;
    opacity: 0.2;
    height: 80px;
    background: rgb(147,172,170);
    position: absolute;
    transition: all 0.3s ease;
    top: -40px;
    border-radius: 50%;
    content: "";
    width: 80px;
}.client_testimonialsbase .user_opinionsbase:hover::before {
    transform: scale(1.5);
}.client_testimonialsbase .user_opinionsbase .photo_wrapbase {
    width: 80px;
    border: 4px solid rgb(112,134,129,0.5);
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    transition: all 0.4s ease;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 80px;
}.client_testimonialsbase .user_opinionsbase .photo_wrapbase::after {
    transform: translate(-50%, -50%);
    border: 2px dashed rgb(147,172,170,0.5);
    animation: spin 15s linear infinite;
    width: 120%;
    left: 50%;
    height: 120%;
    position: absolute;
    border-radius: 50%;
    content: "";
    top: 50%;
}@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.client_testimonialsbase .user_opinionsbase:hover .photo_wrapbase {
    transform: scale(1.1);
}.client_testimonialsbase .user_opinionsbase span {
    margin-bottom: 1rem;
    font-weight: 600;
    text-align: center;
    color: #000000;
    font-size: 19px;
    display: block;
}.client_testimonialsbase .user_opinionsbase p {
    color: #000000;
    text-align: center;
    font-size: 15px;
    line-height: 1.7;
    position: relative;
}.client_testimonialsbase .user_opinionsbase p::before {
    left: 0;
    content: "";
    font-size: 4rem;
    color: rgb(147,172,170,0.5);
    position: absolute;
    top: -20px;
    opacity: 0.5;
}.client_testimonialsbase .user_opinionsbase p::after {
    bottom: -40px;
    opacity: 0.5;
    content: "";
    color: rgb(147,172,170,0.5);
    font-size: 4rem;
    right: 0;
    position: absolute;
}

@media (max-width: 992px) {.client_testimonialsbase .user_opinionsbase {
    width: calc(50% - 2rem);
}.client_testimonialsbase h4 {
    font-size: calc(30px * 0.9);
}.client_testimonialsbase .testimonial_trackbase::before {
    height: 300px;
    width: 300px;
}
}

@media (max-width: 768px) {.client_testimonialsbase {
    padding: 5rem 1.5rem;
}.client_testimonialsbase .user_opinionsbase {
    margin: 1rem 0;
    width: 100%;
}.client_testimonialsbase h4 {
    font-size: calc(30px * 0.8);
    margin-bottom: 3rem;
}.client_testimonialsbase .testimonial_trackbase::before {
    width: 220px;
    height: 220px;
}.client_testimonialsbase .user_opinionsbase:nth-child(n) {
    transform: translateZ(0);
}}.instructional_approachbase {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(182,208,205) 0%, rgba(245, 245, 250, 0.9) 100%);
    position: relative;
    padding: 8rem 0;
}.instructional_approachbase::before {
    position: absolute;
    top: -10%;
    content: "";
    animation: pulse 15s infinite alternate ease-in-out;
    filter: blur(7rem);
    transform: rotate(-15deg);
    z-index: 0;
    opacity: 0.15;
    right: -5%;
    width: 25rem;
    height: 25rem;
    background: linear-gradient(120deg, rgb(147,172,170,0.5) 0%, rgb(112,134,129,0.5) 100%);
}.instructional_approachbase::after {
    background: linear-gradient(-45deg, rgb(112,134,129,0.5) 0%, rgb(147,172,170,0.5) 100%);
    animation: float 20s infinite alternate ease-in-out;
    content: "";
    opacity: 0.1;
    filter: blur(10rem);
    transform: rotate(25deg);
    width: 30rem;
    left: -10%;
    height: 30rem;
    z-index: 0;
    position: absolute;
    bottom: -5%;
}.instructional_approachbase .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.instructional_approachbase .knowledge_labbase {
    transform: perspective(1000px) rotateY(-2deg);
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    transform-style: preserve-3d;
    padding: 3.5rem 3rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
}.instructional_approachbase .knowledge_labbase:hover {
    transform: perspective(1000px) rotateY(0deg);
}.instructional_approachbase .knowledge_labbase::before {
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: linear-gradient(to bottom, rgb(147,172,170), rgb(112,134,129));
    top: 0;
    content: "";
    left: 0;
    transform: translateX(-5px);
    height: 100%;
    width: 5px;
}.instructional_approachbase .knowledge_labbase:hover::before {
    transform: translateX(0);
}.instructional_approachbase .knowledge_labbase::after {
    height: 8rem;
    right: 3rem;
    position: absolute;
    opacity: 0.08;
    width: 8rem;
    top: 3rem;
    z-index: -1;
    transform: rotate(15deg);
    content: "";
}.instructional_approachbase h3 {
    font-weight: 700;
    color: #000000;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.9);
    position: relative;
}.instructional_approachbase h3::after {
    bottom: -0.5rem;
    content: "";
    transform-origin: left;
    left: 0;
    background: linear-gradient(90deg, rgb(147,172,170), transparent);
    width: 75%;
    height: 3px;
    opacity: 0.7;
    position: absolute;
    transform: scaleX(0.7);
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s ease;
}.instructional_approachbase .knowledge_labbase:hover h3::after {
    transform: scaleX(1);
    opacity: 1;
}.instructional_approachbase p {
    position: relative;
    opacity: 0.9;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease-in;
    font-size: 14px;
    transform: translateY(0);
    line-height: 1.75;
    color: #000000;
    margin-bottom: 0;
}.instructional_approachbase .knowledge_labbase:hover p {
    opacity: 1;
    transform: translateY(-3px);
}.instructional_approachbase p span {
    display: inline-block;
    position: relative;
    z-index: 1;
}.instructional_approachbase p span::before {
    height: 0;
    z-index: -1;
    content: "";
    position: absolute;
    background: rgba(rgb(147,172,170,0.5), 0.06);
    width: 100%;
    bottom: 0;
    transition: height 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
}.instructional_approachbase .knowledge_labbase:hover p span::before {
    height: 100%;
}

@keyframes pulse {
    0%, 100% {
        transform: rotate(-15deg) scale(1);
    }
    50% {
        transform: rotate(-10deg) scale(1.1);
    }
}

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

@media (max-width: 992px) {.instructional_approachbase {
    padding: 6rem 0;
}.instructional_approachbase .knowledge_labbase {
    padding: 2.5rem 2rem;
    transform: perspective(800px) rotateY(-1deg);
}.instructional_approachbase h3 {
    font-size: calc(38px * 0.8);
}.instructional_approachbase .knowledge_labbase::after {
    top: 2rem;
    height: 6rem;
    width: 6rem;
    right: 2rem;
}
}

@media (max-width: 768px) {.instructional_approachbase {
    padding: 5rem 0;
}.instructional_approachbase .knowledge_labbase {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07), 0 3px 10px rgba(0, 0, 0, 0.05);
    padding: 2rem 1.75rem;
    transform: none;
}.instructional_approachbase .knowledge_labbase::before {
    background: linear-gradient(to right, rgb(147,172,170), rgb(112,134,129));
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    transform: translateY(-8px);
}.instructional_approachbase .knowledge_labbase:hover::before {
    transform: translateY(0);
}.instructional_approachbase h3 {
    font-size: calc(38px * 0.7);
}.instructional_approachbase p {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}.instructional_approachbase .knowledge_labbase::after {
    width: 5rem;
    opacity: 0.05;
    height: 5rem;
}
}

@media (max-width: 576px) {.instructional_approachbase {
    padding: 4rem 0;
}.instructional_approachbase .knowledge_labbase {
    padding: 1.75rem 1.25rem;
}.instructional_approachbase h3 {
    font-size: calc(38px * 0.65);
    margin-bottom: 1.25rem;
}.instructional_approachbase p {
    font-size: calc(14px * 0.9);
    line-height: 1.5;
}.instructional_approachbase .knowledge_labbase::after {
    display: none;
}
}