* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.basefirst_lesson {
    flex: 1 0 auto;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    padding: 5px;
    width: thin;
}::-webkit-scrollbar-button {
    width: 13px;
    background: rgb(194,165,119);
    height: 10px;
}::-webkit-scrollbar-track {
    background: repeating-radial-gradient(circle at center, rgb(255, 255, 255, 0.5), rgb(255, 255, 255, 0.5) 13px, rgb(236,226,207) 13px, rgb(236,226,207) 20px);
    box-shadow: inset -1px 0px 12px 2px rgba(0, 0, 0, 0.8);
    margin: 1px 0;
    border-radius: 1px;
}::-webkit-scrollbar-thumb {
    box-shadow: -1px 3px 9px 7px rgba(0, 0, 0, 0.1);
    min-height: 75px;
    animation: shift_scrollbar 4.3s ease-in 4;
    transition: background, border-radius, transform 1.6s ease-in-out;
    background: rgb(194,165,119);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -5px 4px 9px -2px rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255, 0.5);
}html {
    scrollbar-width: none;
    scrollbar-color: rgb(236,226,207) rgb(255, 255, 255, 0.5);
}.baselearn_nav {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    width: 1275px;
    max-width: 100%;
    margin: auto;
}html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}.baseviewport-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    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;
}}
.basecookie_alert_overlay {
    font-family: Arial, sans-serif;
    transform: translateX(-50%);
    z-index: 1050;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    width: 90%;
    max-width: 500px;
    left: 50%;
    overflow: hidden;
    background: #ffffff;
    border-radius: 10px;
    position: fixed;
    bottom: 20px;
}.basetrack_optin {
    align-items: center;
    flex-direction: column;
    padding: 20px;
    display: flex;
}.basepolicy_ack {
    margin-bottom: 20px;
}.basepolicy_ack svg, .basepolicy_ack svg path, .basepolicy_ack img {
    fill: rgb(217,198,165);
    height: 60px;
    width: 60px;
}.basecookie_alert_overlay h5 {
    font-weight: 700;
    font-size: 19px;
    color: rgb(217,198,165);
    margin-bottom: 10px;
    text-align: center;
}.basecookie_alert_overlay p {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    color: #000000;
}.basecookie_guide {
    color: #ffffff;
    padding: 10px 20px;
    margin: 5px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease-in-out;
    border-radius: 10px;
    font-size: 17px;
    display: inline-block;
    background: rgb(217,198,165);
    width: calc(50% - 10px);
}.basecookie_guide:hover {
    background: rgb(194,165,119);
}.cookie_button.basedata_guard {
    background: rgb(194,165,119);
}.cookie_button.basedata_guard:hover {
    background: rgb(194,165,119,0.5);
}.basecookie_alert_overlay p a {
    color: rgb(217,198,165);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}.basecookie_alert_overlay p a:hover {
    color: rgb(194,165,119);
}#basecookieOverlayAlert {
    display: none;
}#basecookieOverlayAlert:checked ~ .basecookie_alert_overlay {
    visibility: hidden;
    opacity: 0;
}.basewelcome_section {
    align-items: center;
    min-height: 100vh;
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: center;
    background: linear-gradient(135deg, rgb(236,226,207), rgb(217,198,165,0.5));
    padding: 2rem 1rem;
}.basewelcome_section > div {
    width: 100%;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.basewelcome_section .baseinstructor_bio {
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards;
    position: relative;
    opacity: 0;
    margin-bottom: 2rem;
}.basewelcome_section .baselearn_start {
    font-weight: 700;
    color: rgb(217,198,165);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    font-size: clamp(2rem, 5vw, 44px);
    position: relative;
    display: inline-block;
}.basewelcome_section .baselearn_start::after {
    content: "";
    position: absolute;
    border-radius: 10px;
    transform: scaleX(0);
    bottom: -10px;
    animation: lineGrow 1s 0.4s ease-out forwards;
    background: linear-gradient(90deg, rgb(217,198,165), transparent);
    transform-origin: left;
    left: 0;
    width: 80%;
    height:.25rem;
}.basewelcome_section .basepage_welcome {
    transform: translateY(30px);
    border-radius: 10px;
    animation: fadeInUp 0.8s 0.3s ease-out forwards;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    position: relative;
    padding: 2rem;
}.basewelcome_section .basepage_welcome::before {
    backdrop-filter: blur(5px);
    content: "";
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(217,198,165,0.5), rgba(0, 0, 0, 0.5));
    left: 0;
    top: 0;
}.basewelcome_section .basepage_welcome > div {
    grid-template-rows: auto auto;
    z-index: 2;
    display: grid;
    gap: 1.5rem;
    position: relative;
}.basewelcome_section .basepage_welcome p {
    position: relative;
    line-height: 1.6;
    transform: translateX(-20px);
    margin-bottom: 1rem;
    animation: fadeInRight 0.8s 0.6s ease-out forwards;
    color: #ffffff;
    opacity: 0;
    font-weight: 600;
    font-size: clamp(1rem, 3vw, 12px);
    padding-left: 1rem;
}.basewelcome_section .basepage_welcome p::before {
    left: 0;
    border-radius: 10px;
    width: 4px;
    background: rgb(194,165,119);
    top: 0;
    position: absolute;
    bottom: 0;
    content: "";
}.basewelcome_section .basepage_welcome h3 {
    line-height: 1.4;
    color: #ffffff;
    font-size: clamp(1.2rem, 3.5vw, 23px);
    opacity: 0;
    border-left: 5px solid rgb(194,165,119);
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    animation: fadeInUp 0.8s 0.9s ease-out forwards;
    transform: translateY(20px);
    padding: 1.5rem;
    font-weight: 700;
}

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

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

@keyframes lineGrow {
  to {
    transform: scaleX(1);
  }
}

@media (min-width: 768px) {.basewelcome_section {
    padding: 3rem;
}.basewelcome_section .basepage_welcome {
    padding: 3rem;
}.basewelcome_section .basepage_welcome > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 2rem;
}.basewelcome_section .basepage_welcome p {
    font-size: 12px;
    margin-bottom: 0;
}.basewelcome_section .baselearn_start {
    margin-bottom: 1.5rem;
}
}

@media (min-width: 992px) {.basewelcome_section .baseinstructor_bio {
    width: 70%;
}.basewelcome_section .basepage_welcome {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-2deg);
}.basewelcome_section .basepage_welcome:hover {
    transform: perspective(1000px) rotateY(0);
}.basewelcome_section .basepage_welcome h3 {
    font-size: 23px;
    padding: 2rem;
}
}

@media (max-width: 576px) {.basewelcome_section {
    padding: 1.5rem 1rem;
}.basewelcome_section .basepage_welcome {
    padding: 1.5rem;
}.basewelcome_section .baselearn_start {
    font-size: 1.8rem;
}.basewelcome_section .basepage_welcome h3 {
    padding: 1rem;
    font-size: 1.1rem;
}}.basesecure_depot {
    color: #000000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    padding: 40px 20px;
}.basesecure_depot h1, .basesecure_depot h2, .basesecure_depot h3, .basesecure_depot h4, .basesecure_depot h5, .basesecure_depot h6 {
    margin-bottom: 20px;
    font-weight: 700;
    color: #000000;
}.basesecure_depot h1 {
    border-bottom: 2px solid rgb(217,198,165);
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 48px;
}.basesecure_depot h2 {
    padding-bottom: 8px;
    border-bottom: 2px solid rgb(194,165,119);
    font-size: 33px;
    margin-bottom: 25px;
}.basesecure_depot h3 {
    padding-bottom: 6px;
    font-size: 1.5em;
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
}.basesecure_depot h4 {
    font-size: 1.25em;
    margin-bottom: 18px;
}.basesecure_depot h5 {
    margin-bottom: 16px;
    font-size: 18px;
}.basesecure_depot h6 {
    margin-bottom: 14px;
    font-size: 21px;
}.basesecure_depot ul, .basesecure_depot ol {
    list-style: none;
    margin-left: 20px;
    padding-left: 20px;
    color: #000000;
}.basesecure_depot ul li, .basesecure_depot ol li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 14px;
}.basesecure_depot ul li:before {
    font-size: 1.2em;
    left: 0;
    position: absolute;
    content: '•';
    color: rgb(217,198,165);
}.basesecure_depot p, .basesecure_depot span, .basesecure_depot div {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #000000;
}
@media only screen and (max-width: 800px) {.basesecure_depot {
    padding: 20px 10px;
}.basesecure_depot h1 {
    font-size: calc(18px - 10%);
}.basesecure_depot h2 {
    font-size: calc(18px - 10%);
}.basesecure_depot p, .basesecure_depot span, .basesecure_depot div {
    font-size: calc(14px - 10%);
}}
.basesecure_depot a {
    text-decoration: none;
    border-bottom: 1px solid rgb(217,198,165);
    color: rgb(217,198,165);
}.basesecure_depot a:hover {
    border-bottom: 1px solid rgb(194,165,119);
    color: rgb(194,165,119);
}.basesecure_depot blockquote {
    background-color: rgb(236,226,207);
    border-left: 5px solid rgb(217,198,165);
    color: #000000;
    margin: 20px 0;
    padding: 15px 20px;
    font-style: italic;
}.basesecure_depot code {
    color: #000000;
    background-color: rgb(236,226,207);
    padding: 2px 6px;
    font-family: monospace;
    border-radius: 10px;
}.basesecure_depot hr {
    background: rgba(0, 0, 0, 0.5);
    margin: 30px 0;
    border: 0;
    height: 1px;
}.basethanksUnit {
    background: linear-gradient(135deg, rgb(236,226,207) 0%, rgb(217,198,165,0.5) 100%);
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}.basethanksUnit::before {
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(255, 255, 255, 0.03) 20px,
    rgba(255, 255, 255, 0.03) 40px
  );
    width: 100%;
    height: 100%;
}.basethanksUnit::after {
    width: 80%;
    background: linear-gradient(
    to bottom right,
    transparent,
    rgba(var(--primary-color-rgb), 0.05) 30%,
    rgba(var(--primary-color-rgb), 0.1) 60%,
    transparent
  );
    transform: rotate(35deg);
    right: -50%;
    height: 200%;
    position: absolute;
    content: "";
    z-index: 2;
    top: -50%;
    pointer-events: none;
}.basethanksUnit .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 3;
}.basethanksUnit .baseimpact_stats {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 50px 40px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    background: #ffffff;
    gap: 30px;
    transform-origin: center top;
    transform: perspective(1000px) rotateX(2deg);
}.basethanksUnit .baseimpact_stats::before {
    left: 0;
    height: 100%;
    top: 0;
    transform: scaleY(1.03);
    background: linear-gradient(to bottom, rgb(217,198,165), rgb(194,165,119));
    position: absolute;
    width: 5px;
    content: "";
}.basethanksUnit .baseimpact_stats:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg);
}.basethanksUnit h5 {
    color: rgb(217,198,165);
    font-size: 19px;
    margin: 0 0 10px;
    position: relative;
    line-height: 1.4;
    transition: transform 0.4s ease-out;
    transform: translateX(15px);
    font-weight: 700;
}.basethanksUnit h5::after {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgb(194,165,119);
    bottom: -10px;
    left: 0;
    transform: scaleX(0.7);
    height: 3px;
    width: 80px;
    position: absolute;
    transform-origin: left;
    content: "";
}.basethanksUnit .baseimpact_stats:hover h5 {
    transform: translateX(0);
}.basethanksUnit .baseimpact_stats:hover h5::after {
    transform: scaleX(1);
}.basethanksUnit p {
    color: #000000;
    line-height: 1.7;
    transition: color 0.3s ease;
    margin: 0;
    font-size: 12px;
    position: relative;
}.basethanksUnit a {
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    padding: 15px 20px;
    text-decoration: none;
    display: block;
    border-radius: 4px;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.03), transparent);
}.basethanksUnit a::before {
    transition: width 0.3s ease;
    left: 0;
    content: "";
    opacity: 0.5;
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    background: rgb(217,198,165);
}.basethanksUnit a:hover {
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.07), transparent 70%);
}.basethanksUnit a:hover::before {
    width: 5px;
}.basethanksUnit a:hover p {
    color: rgb(217,198,165);
}.basethanksUnit a::after {
    transition: all 0.3s ease;
    background: linear-gradient(135deg, transparent 50%, rgba(var(--secondary-color-rgb), 0.1) 50%);
    bottom: 0;
    position: absolute;
    width: 30px;
    content: "";
    height: 30px;
    right: 0;
}.basethanksUnit a:hover::after {
    height: 40px;
    background: linear-gradient(135deg, transparent 50%, rgba(var(--secondary-color-rgb), 0.2) 50%);
    width: 40px;
}

@media (min-width: 768px) {.basethanksUnit {
    padding: 120px 0;
}.basethanksUnit .baseimpact_stats {
    gap: 50px;
    padding: 60px 70px 60px 60px;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
}.basethanksUnit h5 {
    transform: translateX(25px);
    font-size: calc(19px * 1.1);
}.basethanksUnit p {
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.basethanksUnit {
    padding: 60px 0;
}.basethanksUnit .baseimpact_stats {
    transform: perspective(1000px) rotateX(1deg);
    padding: 35px 25px;
}.basethanksUnit h5 {
    font-size: calc(19px * 0.9);
    transform: translateX(10px);
}.basethanksUnit a {
    padding: 10px 15px;
}.basethanksUnit a::after {
    width: 20px;
    height: 20px;
}
}

@media (hover: none) {.basethanksUnit .baseimpact_stats {
    transform: none;
}.basethanksUnit .baseimpact_stats:hover {
    transform: none;
}.basethanksUnit h5 {
    transform: none;
}.basethanksUnit h5::after {
    transform: scaleX(1);
}
}

@media (prefers-reduced-motion: reduce) {.basethanksUnit .baseimpact_stats,
  .basethanksUnit h5,
  .basethanksUnit h5::after,
  .basethanksUnit a,
  .basethanksUnit a::before,
  .basethanksUnit a::after {
    transition: none;
}}.baseprogram_assets {
    overflow: hidden;
    padding: 100px 20px;
    background: linear-gradient(135deg, rgb(236,226,207) 0%, rgba(245, 245, 250, 0.9) 100%);
    position: relative;
}.baseprogram_assets::before {
    filter: blur(40px);
    content: "";
    z-index: 1;
    background: linear-gradient(225deg, rgb(194,165,119,0.5) 0%, transparent 70%);
    animation: pulse 8s infinite alternate ease-in-out;
    position: absolute;
    height: 300px;
    transform: rotate(-15deg);
    right: -50px;
    width: 300px;
    opacity: 0.5;
    top: -50px;
}.baseprogram_assets::after {
    width: 400px;
    animation: float 12s infinite alternate ease-in-out;
    content: "";
    bottom: -100px;
    background: linear-gradient(45deg, rgb(217,198,165,0.5) 0%, transparent 70%);
    left: -100px;
    filter: blur(50px);
    opacity: 0.4;
    transform: rotate(22deg);
    height: 400px;
    position: absolute;
    z-index: 1;
}.baseprogram_assets h5 {
    opacity: 1;
    margin-left: auto;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
    animation: fadeSlideUp 1s ease-out;
    transform: translateY(0);
    z-index: 2;
    margin-right: auto;
    position: relative;
    font-size: 20px;
    color: #000000;
    max-width: 800px;
}.baseprogram_assets h5::after {
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(217,198,165) 0%, rgb(194,165,119) 100%);
    width: 80px;
    left: 50%;
    content: "";
    bottom: -12px;
    position: absolute;
    transform: translateX(-50%);
}.baseprogram_assets .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.baseprogram_assets .baseimpact_stats {
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 40px;
    background: rgba(255, 255, 255, 0.8);
    animation: fadeSlideUp 1.2s ease-out 0.2s both;
    opacity: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    gap: 40px;
    overflow: hidden;
}.baseprogram_assets .baseimpact_stats::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(217,198,165) 0%, rgb(194,165,119) 100%);
    width: 100%;
    height: 5px;
}.baseprogram_assets .baseimage_grid {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    height: auto;
    transform: scale(1);
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.baseprogram_assets .baseimpact_stats:hover .baseimage_grid {
    transform: scale(1.03);
}.baseprogram_assets .baselabel_holder {
    position: relative;
}.baseprogram_assets ul {
    list-style: none;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    gap: 20px;
}.baseprogram_assets li {
    padding-left: 40px;
    transition: transform 0.3s ease;
    animation: fadeSlideRight 0.5s ease-out both;
    position: relative;
}.baseprogram_assets li:nth-child(1) {
    animation-delay: 0.3s;
}.baseprogram_assets li:nth-child(2) {
    animation-delay: 0.4s;
}.baseprogram_assets li:nth-child(3) {
    animation-delay: 0.5s;
}.baseprogram_assets li:nth-child(4) {
    animation-delay: 0.6s;
}.baseprogram_assets li:nth-child(5) {
    animation-delay: 0.7s;
}.baseprogram_assets li:hover {
    transform: translateX(5px);
}.baseprogram_assets li p {
    color: #000000;
    line-height: 1.6;
    position: relative;
    margin: 0;
    font-size: 13px;
}.baseprogram_assets svg {
    height: 28px;
    transition: transform 0.3s ease;
    width: 28px;
    position: absolute;
    left: -40px;
    transform: translateY(0) scale(1);
    top: 0;
}.baseprogram_assets li:hover svg {
    transform: translateY(-2px) scale(1.1);
}.baseprogram_assets svg path {
    fill: rgb(217,198,165);
    transition: fill 0.3s ease;
}.baseprogram_assets li:hover svg path {
    fill: rgb(194,165,119);
}

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

@keyframes fadeSlideRight {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: rotate(-15deg) scale(1);
    }
    100% {
        opacity: 0.6;
        transform: rotate(-12deg) scale(1.1);
    }
}

@keyframes float {
    0% {
        transform: rotate(22deg) translate(0, 0);
    }
    100% {
        transform: rotate(18deg) translate(30px, -20px);
    }
}

@media (min-width: 768px) {.baseprogram_assets {
    padding: 120px 40px;
}.baseprogram_assets .baseimpact_stats {
    padding: 60px;
    flex-direction: row;
    align-items: center;
}.baseprogram_assets .baseimpact_stats > div:first-child {
    flex: 0 0 40%;
}.baseprogram_assets .baselabel_holder {
    flex: 0 0 60%;
    padding-left: 40px;
}.baseprogram_assets ul {
    grid-template-columns: repeat(2, 1fr);
}.baseprogram_assets h5 {
    font-size: calc(20px * 1.1);
    margin-bottom: 60px;
}.baseprogram_assets h5::after {
    width: 100px;
}
}

@media (min-width: 992px) {.baseprogram_assets {
    padding: 140px 60px;
}.baseprogram_assets .baseimpact_stats {
    gap: 60px;
}.baseprogram_assets h5 {
    font-size: calc(20px * 1.2);
}.baseprogram_assets h5::after {
    width: 120px;
}.baseprogram_assets p {
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.baseprogram_assets {
    padding: 80px 20px;
}.baseprogram_assets h5 {
    font-size: calc(20px * 0.9);
}.baseprogram_assets .baseimpact_stats {
    padding: 30px;
}.baseprogram_assets .baseimage_grid {
    object-position: center;
    max-height: 250px;
}.baseprogram_assets li {
    padding-left: 35px;
}.baseprogram_assets svg {
    height: 24px;
    left: -35px;
    width: 24px;
}}.baseget_updates {
    background: linear-gradient(135deg, rgb(217,198,165,0.5), rgb(194,165,119));
    position: relative;
    padding: 5rem 2rem;
    z-index: 1;
    overflow: hidden;
}.baseget_updates::before {
    left: 0;
    width: 100%;
    animation: pulse 8s infinite alternate;
    content: "";
    opacity: 0.1;
    background: repeating-linear-gradient(
        45deg,
        rgb(217,198,165,0.5) 0px,
        rgb(217,198,165,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    height: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
}.baseget_updates::after {
    right: -50px;
    z-index: -1;
    filter: blur(60px);
    border-radius: 50%;
    opacity: 0.2;
    position: absolute;
    height: 200px;
    content: "";
    width: 200px;
    bottom: -50px;
    background: rgb(194,165,119);
    animation: float 15s infinite ease-in-out;
}.baseget_updates .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.baseget_updates .baseimpact_stats {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    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);
    display: flex;
    background: rgba(255, 255, 255, 0.95);
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 2.5rem;
    transform: perspective(1000px) rotateY(-2deg);
    z-index: 2;
    flex-direction: column;
}.baseget_updates .baseimpact_stats:hover {
    transform: perspective(1000px) rotateY(0deg);
}.baseget_updates h4 {
    color: #000000;
    font-size: calc(23px * 1.1);
    transform: translateZ(0);
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    font-weight: 600;
    position: relative;
    text-align: center;
}.baseget_updates h4::after {
    position: absolute;
    bottom: -10px;
    transition: width 0.3s ease;
    height: 3px;
    background: linear-gradient(90deg, rgb(217,198,165), rgb(194,165,119));
    content: "";
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
}.baseget_updates .baseimpact_stats:hover h4::after {
    width: 120px;
}.baseget_updates .input_holder {
    gap: 1rem;
    flex-direction: column;
    max-width: 600px;
    display: flex;
    width: 100%;
    margin-top: 1rem;
}.baseget_updates .input_holder span {
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
}.baseget_updates input[type="email"] {
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.05);
    color: #000000;
    background: #ffffff;
    outline: none;
    transition: all 0.3s ease;
    font-size: 17px;
    padding: 1rem 1.5rem;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}.baseget_updates input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(217,198,165,0.5);
    border-color: rgb(217,198,165);
}.baseget_updates input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}.baseget_updates input[type="email"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}.baseget_updates .baseupdates_entry {
    text-align: center;
    overflow: hidden;
    font-size: 20px;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    display: inline-block;
    transform: translateY(0);
    color: #ffffff;
    padding: 1rem 1.5rem;
    cursor: pointer;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(217,198,165), rgb(194,165,119));
    border: none;
    position: relative;
}.baseget_updates .baseupdates_entry::before {
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
    left: -100%;
    width: 100%;
}.baseget_updates .baseupdates_entry:hover {
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}.baseget_updates .baseupdates_entry:hover::before {
    left: 100%;
}.baseget_updates .baseupdates_entry:active {
    transform: translateY(1px);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-20px, 20px);
    }
    50% {
        transform: translate(-40px, -10px);
    }
    75% {
        transform: translate(-10px, -30px);
    }
}

@media screen and (min-width: 768px) {.baseget_updates {
    padding: 6rem 3rem;
}.baseget_updates .baseimpact_stats {
    padding: 3rem 4rem;
    transform: perspective(1200px) rotateY(-3deg);
}.baseget_updates h4 {
    margin-bottom: 2.5rem;
    font-size: calc(23px * 1.2);
}.baseget_updates .input_holder {
    flex-direction: row;
    margin-top: 1.5rem;
}.baseget_updates input[type="email"] {
    border-radius: 0;
}.baseget_updates .baseupdates_entry {
    white-space: nowrap;
    min-width: 180px;
    width: auto;
}
}

@media screen and (min-width: 992px) {.baseget_updates {
    padding: 7rem 4rem;
}.baseget_updates::before {
    background-size: 15px 15px;
}.baseget_updates .baseimpact_stats {
    padding: 3.5rem 5rem;
    transform: perspective(1500px) rotateY(-4deg);
}.baseget_updates h4 {
    font-size: calc(23px * 1.3);
}.baseget_updates .input_holder {
    gap: 1.5rem;
}
}

@media screen and (max-width: 767px) {.baseget_updates {
    padding: 4rem 1.5rem;
}.baseget_updates .baseimpact_stats {
    padding: 2rem 1.5rem;
}.baseget_updates h4 {
    margin-bottom: 1.5rem;
    font-size: 23px;
}.baseget_updates input[type="email"],
    .baseget_updates .baseupdates_entry {
    padding: 0.9rem 1.2rem;
}
}

@media (prefers-reduced-motion: reduce) {.baseget_updates::before,
    .baseget_updates::after,
    .baseget_updates .baseimpact_stats,
    .baseget_updates h4::after,
    .baseget_updates input[type="email"]::placeholder,
    .baseget_updates .baseupdates_entry::before {
    transition: none;
    animation: none;
}.baseget_updates .baseimpact_stats:hover,
    .baseget_updates .baseimpact_stats:hover h4::after,
    .baseget_updates .baseupdates_entry:hover {
    transform: none;
}}.basecompany_info {
    padding: 110px 0;
    position: relative;
    overflow: hidden;
    background: rgb(236,226,207);
}.basecompany_info::before {
    width: 100%;
    background-image: linear-gradient(120deg, rgb(217,198,165,0.5) 0%, transparent 75%);
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
}.basecompany_info .container {
    z-index: 2;
    position: relative;
}.basecompany_info .baseimpact_stats {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-gap: 30px;
}.basecompany_info h3 {
    position: relative;
    margin-bottom: 60px;
    font-weight: 700;
    color: #000000;
    font-size: 47px;
    grid-column: 1 / -1;
    display: inline-block;
}.basecompany_info h3::after {
    position: absolute;
    bottom: -15px;
    content: "";
    height: 5px;
    left: 0;
    background: rgb(217,198,165);
    width: 60%;
}.basecompany_info .baseskill_pro {
    z-index: 1;
    grid-column: 1 / 7;
    position: relative;
}.basecompany_info .basepro_program {
    position: relative;
    z-index: 1;
    grid-column: 7 / -1;
}.basecompany_info .baseskill_pro span {
    margin-bottom: 20px;
    color: rgb(217,198,165);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    font-weight: 700;
}.basecompany_info .baseskill_pro p,
.basecompany_info .basepro_program p {
    font-size: 13px;
    margin-bottom: 30px;
    line-height: 1.8;
    padding-right: 20px;
    color: #000000;
}.basecompany_info .baseimage_grid,
.basecompany_info .basecorp_culture {
    box-shadow: 15px 15px 0 rgb(217,198,165,0.5);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    position: relative;
    overflow: hidden;
    border-radius: 0;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    height: 360px;
}.basecompany_info .basecorp_culture {
    box-shadow: 15px 15px 0 rgb(194,165,119,0.5);
}.basecompany_info .baseimage_grid:hover,
.basecompany_info .basecorp_culture:hover {
    box-shadow: 20px 20px 0 rgb(217,198,165,0.5);
    transform: translateY(-10px);
}.basecompany_info .basecorp_culture:hover {
    box-shadow: 20px 20px 0 rgb(194,165,119,0.5);
}.basecompany_info .baseskill_pro,
.basecompany_info .basepro_program {
    position: relative;
}.basecompany_info .baseskill_pro::before {
    left: -20px;
    bottom: -20px;
    z-index: -1;
    content: "";
    height: 100px;
    position: absolute;
    width: 100px;
    background: repeating-linear-gradient(
        45deg,
        rgb(217,198,165,0.5),
        rgb(217,198,165,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
}.basecompany_info .basepro_program::before {
    top: -20px;
    position: absolute;
    right: -20px;
    height: 100px;
    width: 100px;
    z-index: -1;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(194,165,119,0.5),
        rgb(194,165,119,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
}.basecompany_info .baseimage_grid::after,
.basecompany_info .basecorp_culture::after {
    width: 100%;
    left: 0;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5));
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
}.basecompany_info .baseimage_grid::before,
.basecompany_info .basecorp_culture::before {
    content: "";
    top: 0;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    width: 100%;
    left: -100%;
    position: absolute;
    z-index: 2;
    transition: all 0.6s;
    height: 100%;
    transform: skewX(-25deg);
}.basecompany_info .baseimage_grid:hover::before,
.basecompany_info .basecorp_culture:hover::before {
    left: 100%;
}.basecompany_info .baseimpact_stats::after {
    width: 200px;
    z-index: -1;
    animation: rotate 60s linear infinite;
    position: absolute;
    height: 200px;
    border-radius: 50%;
    top: -100px;
    right: -100px;
    border: 2px dashed rgb(217,198,165,0.5);
    content: "";
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {.basecompany_info {
    padding: 90px 0;
}.basecompany_info h3 {
    margin-bottom: 50px;
}.basecompany_info .baseimage_grid,
    .basecompany_info .basecorp_culture {
    height: 320px;
}
}

@media (max-width: 992px) {.basecompany_info .baseimpact_stats {
    grid-template-columns: 1fr;
}.basecompany_info .baseskill_pro,
    .basecompany_info .basepro_program {
    grid-column: 1 / -1;
    margin-bottom: 50px;
}.basecompany_info .basepro_program {
    margin-bottom: 0;
}.basecompany_info h3 {
    margin-bottom: 40px;
}.basecompany_info .baseimage_grid,
    .basecompany_info .basecorp_culture {
    height: 400px;
}.basecompany_info .baseskill_pro p,
    .basecompany_info .basepro_program p {
    padding-right: 0;
}
}

@media (max-width: 768px) {.basecompany_info {
    padding: 70px 0;
}.basecompany_info h3 {
    font-size: calc(47px * 0.8);
    margin-bottom: 35px;
}.basecompany_info .baseskill_pro,
    .basecompany_info .basepro_program {
    margin-bottom: 40px;
}.basecompany_info .baseimage_grid,
    .basecompany_info .basecorp_culture {
    height: 350px;
    box-shadow: 10px 10px 0 rgb(217,198,165,0.5);
}.basecompany_info .basecorp_culture {
    box-shadow: 10px 10px 0 rgb(194,165,119,0.5);
}.basecompany_info .baseimage_grid:hover,
    .basecompany_info .basecorp_culture:hover {
    box-shadow: 15px 15px 0 rgb(217,198,165,0.5);
}.basecompany_info .basecorp_culture:hover {
    box-shadow: 15px 15px 0 rgb(194,165,119,0.5);
}
}

@media (max-width: 576px) {.basecompany_info {
    padding: 50px 0;
}.basecompany_info h3 {
    font-size: calc(47px * 0.7);
    margin-bottom: 30px;
}.basecompany_info h3::after {
    height: 4px;
    width: 50%;
    bottom: -10px;
}.basecompany_info .baseskill_pro span {
    margin-bottom: 15px;
    font-size: calc(18px * 0.9);
}.basecompany_info .baseskill_pro p,
    .basecompany_info .basepro_program p {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
    margin-bottom: 20px;
}.basecompany_info .baseimage_grid,
    .basecompany_info .basecorp_culture {
    height: 280px;
    box-shadow: 8px 8px 0 rgb(217,198,165,0.5);
}.basecompany_info .basecorp_culture {
    box-shadow: 8px 8px 0 rgb(194,165,119,0.5);
}.basecompany_info .baseimage_grid:hover,
    .basecompany_info .basecorp_culture:hover {
    box-shadow: 10px 10px 0 rgb(217,198,165,0.5);
}.basecompany_info .basecorp_culture:hover {
    box-shadow: 10px 10px 0 rgb(194,165,119,0.5);
}.basecompany_info .baseskill_pro::before,
    .basecompany_info .basepro_program::before {
    width: 80px;
    height: 80px;
}}

.basecompany_info .basepro_program p {
    position: relative;
    padding-left: 20px;
    font-style: italic;
}.basecompany_info .basepro_program p::before {
    background: rgb(194,165,119);
    position: absolute;
    width: 4px;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
}.basecourse_program_info {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(236,226,207) 0%, rgba(0, 0, 0, 0.5) 100%);
}.basecourse_program_info::before {
    transform: rotate(15deg);
    opacity: 0.15;
    background: linear-gradient(225deg, rgb(217,198,165) 0%, transparent 70%);
    right: -5%;
    position: absolute;
    width: 20vw;
    top: -5%;
    z-index: 1;
    content: "";
    height: 20vw;
}.basecourse_program_info::after {
    bottom: -5%;
    width: 15vw;
    height: 15vw;
    transform: rotate(-10deg);
    background: linear-gradient(45deg, rgb(194,165,119) 0%, transparent 70%);
    opacity: 0.1;
    z-index: 1;
    left: -5%;
    position: absolute;
    content: "";
}.basecourse_program_info .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
}.basecourse_program_info h2 {
    line-height: 1.3;
    position: relative;
    color: #000000;
    max-width: 90%;
    font-weight: 700;
    margin-bottom: 3rem;
    transform: translateX(-0.5rem);
    font-size: 34px;
}.basecourse_program_info h2::after {
    bottom: -1rem;
    transform-origin: left center;
    height: 0.35rem;
    background: rgb(217,198,165);
    position: absolute;
    content: "";
    animation: expandWidth 4s ease-in-out infinite alternate;
    width: 6rem;
    left: 0;
}.basecourse_program_info .basecoding_expert {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
}.basecourse_program_info .baseimage_grid {
    box-shadow: 0 15px 25px rgba(0,0,0,0.1);
    width: 100%;
    position: relative;
    height: 350px;
    transform: translateY(0);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 93% 100%, 0 100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
}.basecourse_program_info .baseimage_grid:hover {
    box-shadow: 0 20px 30px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}.basecourse_program_info .baseimage_grid::before {
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0,0,0,0.5));
    width: 100%;
}.basecourse_program_info .baselabel_holder {
    position: relative;
    padding: 0.5rem 0;
}.basecourse_program_info .baselabel_holder::before {
    background: rgb(194,165,119);
    content: "";
    left: -2rem;
    opacity: 0.5;
    height: 100%;
    top: 0;
    width: 0.3rem;
    position: absolute;
}.basecourse_program_info .description {
    position: relative;
    overflow-y: auto;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 15px;
    padding-right: 1rem;
    color: #000000;
    max-height: 300px;
}.basecourse_program_info .description::-webkit-scrollbar {
    width: 6px;
}.basecourse_program_info .description::-webkit-scrollbar-track {
    background: rgb(236,226,207);
    border-radius: 10px;
}.basecourse_program_info .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(217,198,165,0.5);
}.basecourse_program_info .description::-webkit-scrollbar-thumb:hover {
    background: rgb(217,198,165);
}.basecourse_program_info .description:first-of-type::first-letter {
    padding: 0.5rem;
    color: rgb(217,198,165);
    border-radius: 10px;
    margin-right: 0.5rem;
    font-weight: 700;
    float: left;
    background: rgb(236,226,207);
    font-size: 1.5rem;
    line-height: 1;
}.basecourse_program_info .description:last-child {
    margin-bottom: 0;
}

@keyframes expandWidth {
  0% {
    width: 6rem;
  }
  50% {
    width: 10rem;
  }
  100% {
    width: 6rem;
  }
}

@media screen and (min-width: 768px) {.basecourse_program_info {
    padding: 7rem 0;
}.basecourse_program_info h2 {
    font-size: calc(34px * 1.1);
    max-width: 70%;
}.basecourse_program_info .basecoding_expert {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    align-items: start;
}.basecourse_program_info .baseimage_grid {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    height: 450px;
}.basecourse_program_info .baselabel_holder {
    padding: 1rem 0;
}.basecourse_program_info .description {
    max-height: 450px;
    padding-right: 1.5rem;
}
}

@media screen and (min-width: 992px) {.basecourse_program_info {
    padding: 8rem 0;
}.basecourse_program_info h2 {
    font-size: calc(34px * 1.2);
    margin-bottom: 4rem;
    max-width: 60%;
}.basecourse_program_info .baseimage_grid {
    height: 500px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.7s ease;
}.basecourse_program_info .basecoding_expert {
    gap: 4rem;
}.basecourse_program_info .baselabel_holder::before {
    left: -3rem;
    width: 0.4rem;
}.basecourse_program_info .description {
    line-height: 1.8;
    max-height: 500px;
    font-size: calc(15px * 1.05);
    padding-right: 2rem;
}.basecourse_program_info .description:first-of-type::first-letter {
    padding: 0.7rem;
    font-size: 2rem;
}
}

@media screen and (min-width: 1200px) {.basecourse_program_info h2 {
    transform: translateX(-1rem);
}.basecourse_program_info .basecoding_expert {
    gap: 5rem;
}.basecourse_program_info .baseimage_grid {
    height: 550px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 85% 100%, 0 100%);
}.basecourse_program_info .description {
    max-height: 550px;
}
}

@media (hover: hover) {.basecourse_program_info .baseimage_grid {
    cursor: pointer;
}
}

@media (prefers-reduced-motion: reduce) {.basecourse_program_info h2::after {
    animation: none;
}.basecourse_program_info .baseimage_grid {
    transition: none;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    position: absolute;
    content: "";
    background-size: 300% 300%;
    top: 0;
    animation: gradientFlow 20s ease infinite;
    right: 0;
    z-index: -1;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(217,198,165,0.5) 35%, rgb(194,165,119,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    opacity: 0.75;
    bottom: 0;
    left: 0;
}footer::after {
    top: 0;
    opacity: 0.15;
    left: 0;
    content: "";
    position: absolute;
    background-size: 50px 50px;
    right: 0;
    z-index: -1;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(217,198,165,0.5) 25%, rgb(217,198,165,0.5) 26%, transparent 27%, transparent 74%, rgb(194,165,119,0.5) 75%, rgb(194,165,119,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(217,198,165,0.5) 25%, rgb(217,198,165,0.5) 26%, transparent 27%, transparent 74%, rgb(194,165,119,0.5) 75%, rgb(194,165,119,0.5) 76%, transparent 77%, transparent);
    bottom: 0;
}.baselearn_nav {
    position: relative;
    color: #ffffff;
    padding: 4rem 0 2.5rem;
}.baselearn_nav::before {
    top: 0;
    opacity: 0.8;
    content: "";
    box-shadow: 0 0 20px rgb(217,198,165,0.5);
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(217,198,165), rgb(194,165,119), transparent);
    height: 2px;
    position: absolute;
    width: 100%;
}.baselearn_nav .container {
    justify-content: space-between;
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
    position: relative;
}.baselearn_nav .company_holder {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    border-radius: 24px;
    position: relative;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    overflow: hidden;
    padding: 2rem;
    transition: all 0.4s ease;
    flex: 1 1 350px;
}.baselearn_nav .company_holder::before {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(217,198,165), transparent);
    left: -50%;
    transform: translateY(-1px);
    position: absolute;
    width: 200%;
    top: 0;
    content: "";
}.baselearn_nav .company_holder::after {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(194,165,119), transparent);
    content: "";
    height: 1px;
    left: 0;
    bottom: 0;
    transform: translateY(1px);
    position: absolute;
}.baselearn_nav .company_holder:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(217,198,165,0.5);
    transform: translateY(-5px);
}.baselearn_nav .company_holder h3 {
    font-weight: 700;
    margin: 0 0 1.5rem;
    position: relative;
    text-shadow: 0 0 15px rgb(217,198,165,0.5);
    display: inline-block;
    color: #ffffff;
    font-size: 37px;
    letter-spacing: 1px;
}.baselearn_nav .company_holder h3::after {
    height: 3px;
    position: absolute;
    left: 0;
    border-radius: 10px;
    transition: width 0.3s ease-out;
    background: linear-gradient(90deg, rgb(217,198,165), rgb(194,165,119));
    width: 50px;
    content: "";
    bottom: -8px;
    box-shadow: 0 0 10px rgb(217,198,165);
}.baselearn_nav .company_holder:hover h3::after {
    width: 100%;
}.baselearn_nav .baseintern_opp {
    opacity: 0.85;
    font-size: 13px;
    max-width: 100%;
    color: #ffffff;
    text-shadow: 0 0 10px #000000;
    line-height: 1.6;
}.baselearn_nav .basesearch_foot {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.baselearn_nav .basenav_section {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}.baselearn_nav .baseheader_train {
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(8px);
    padding: 2rem;
    min-width: 250px;
    transition: all 0.4s ease;
    border-radius: 24px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    flex: 1 1 calc(50% - 1.25rem);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
}.baselearn_nav .baseheader_train::before {
    height: 1px;
    left: -50%;
    transform: translateY(-1px);
    top: 0;
    position: absolute;
    width: 200%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(194,165,119), transparent);
}.baselearn_nav .baseheader_train::after {
    background: linear-gradient(90deg, transparent, rgb(217,198,165), transparent);
    bottom: 0;
    transform: translateY(1px);
    width: 100%;
    position: absolute;
    left: 0;
    height: 1px;
    content: "";
}.baselearn_nav .baseheader_train:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(194,165,119,0.5);
    transform: translateY(-5px);
}.baselearn_nav .baseheader_train h5 {
    font-weight: 600;
    font-size: 19px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    text-shadow: 0 0 15px rgb(194,165,119,0.5);
    margin: 0 0 1.5rem;
    letter-spacing: 0.5px;
}.baselearn_nav .baseheader_train h5::after {
    width: 40px;
    left: 0;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(194,165,119), rgb(217,198,165));
    content: "";
    bottom: -8px;
    box-shadow: 0 0 10px rgb(194,165,119);
    height: 3px;
    position: absolute;
    transition: width 0.3s ease-out;
}.baselearn_nav .baseheader_train:hover h5::after {
    width: 100%;
}.baselearn_nav .baseheader_train .basenav_section {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}.baselearn_nav .baseheader_train .basenav_section a {
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    display: block;
    border-radius: 10px;
    z-index: 1;
    text-shadow: 0 0 5px #000000;
    text-decoration: none;
    font-size: 13px;
    opacity: 0.8;
    color: #ffffff;
    position: relative;
}.baselearn_nav .baseheader_train .basenav_section a::before {
    width: 3px;
    top: 0;
    opacity: 0.5;
    left: 0;
    height: 100%;
    content: "";
    z-index: -1;
    background: linear-gradient(180deg, rgb(217,198,165), rgb(194,165,119));
    transition: all 0.3s ease;
    border-radius: 10px;
    position: absolute;
}.baselearn_nav .baseheader_train .basenav_section a::after {
    position: absolute;
    opacity: 0;
    content: "";
    width: 0;
    z-index: -1;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    transition: all 0.3s ease;
    left: 0;
}.baselearn_nav .baseheader_train .basenav_section a:hover {
    text-shadow: 0 0 10px rgb(194,165,119,0.5);
    padding-left: 1.5rem;
    color: #ffffff;
    opacity: 1;
}.baselearn_nav .baseheader_train .basenav_section a:hover::before {
    opacity: 1;
    width: 5px;
    box-shadow: 0 0 10px rgb(217,198,165);
}.baselearn_nav .baseheader_train .basenav_section a:hover::after {
    width: 100%;
    opacity: 0.2;
}.basegrade_help {
    padding: 2rem 0;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.5);
    margin-top: 2rem;
}.basegrade_help::before {
    content: "";
    position: absolute;
    opacity: 0.5;
    top: 0;
    height: 1px;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(217,198,165), rgb(194,165,119), transparent);
}.basegrade_help .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.basegrade_help .baseachieve_cta {
    opacity: 0.7;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 0 5px #000000;
    position: relative;
    letter-spacing: 0.5px;
    font-size: 15px;
    transition: all 0.3s ease;
}.basegrade_help .baseachieve_cta:hover {
    opacity: 1;
    text-shadow: 0 0 8px rgb(194,165,119,0.5);
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 1200px) {.baselearn_nav .container {
    gap: 2rem;
}.baselearn_nav .company_holder {
    flex: 1 1 320px;
}.baselearn_nav .basesearch_foot {
    flex: 1 1 calc(100% - 370px);
    min-width: 320px;
}
}

@media (max-width: 992px) {.baselearn_nav {
    padding: 3.5rem 0 2rem;
}.baselearn_nav .container {
    gap: 2rem;
    flex-direction: column;
}.baselearn_nav .company_holder,
    .baselearn_nav .basesearch_foot {
    min-width: 100%;
    flex: 1 1 100%;
}.baselearn_nav .baseheader_train {
    min-width: 220px;
    flex: 0 1 calc(50% - 1.25rem);
}
}

@media (max-width: 768px) {.baselearn_nav {
    padding: 3rem 0 1.5rem;
}.baselearn_nav .company_holder,
    .baselearn_nav .baseheader_train {
    padding: 1.5rem;
}.baselearn_nav .basenav_section {
    gap: 1.5rem;
}.baselearn_nav .company_holder h3 {
    font-size: calc(37px - 2px);
}.baselearn_nav .baseheader_train h5 {
    font-size: calc(19px - 1px);
}.baselearn_nav .company_holder:hover,
    .baselearn_nav .baseheader_train:hover {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.baselearn_nav {
    padding: 2.5rem 0 1rem;
}.baselearn_nav .basenav_section {
    gap: 1rem;
}.baselearn_nav .baseheader_train {
    min-width: 100%;
    flex: 1 1 100%;
}.baselearn_nav .baseheader_train .basenav_section a {
    padding: 0.4rem 0.8rem;
}.baselearn_nav .baseheader_train .basenav_section a:hover {
    padding-left: 1.2rem;
}.basegrade_help {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.baselearn_nav .company_holder:hover,
    .baselearn_nav .baseheader_train:hover {
    transform: translateY(-2px);
}}.baseleadership_profile {
    background: linear-gradient(135deg, rgb(236,226,207), rgb(217,198,165,0.5));
    perspective: 1000px;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}.baseleadership_profile::before {
    z-index: 1;
    width: 200%;
    top: -50%;
    transform: rotate(-15deg);
    height: 200%;
    opacity: 0.4;
    left: -50%;
    background: radial-gradient(ellipse at center, rgb(194,165,119,0.5) 0%, transparent 70%);
    pointer-events: none;
    content: '';
    position: absolute;
}.baseleadership_profile::after {
    height: 100%;
    position: absolute;
    right: 0;
    pointer-events: none;
    top: 0;
    background: radial-gradient(circle at top right, rgb(217,198,165,0.5) 0%, transparent 60%);
    opacity: 0.5;
    width: 100%;
    z-index: 1;
    content: '';
}.baseleadership_profile .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
    transform-style: preserve-3d;
}.baseleadership_profile .basealumni_voices {
    transform: translateZ(0);
    background: #ffffff;
    grid-template-columns: 1fr;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 4px solid rgb(217,198,165);
    display: grid;
    gap: 2rem;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2.5rem;
}.baseleadership_profile .basealumni_voices:hover {
    transform: translateZ(20px);
}.baseleadership_profile .basealumni_voices > div:nth-child(1) {
    justify-content: center;
    display: flex;
    align-items: center;
}.baseleadership_profile .baseimage_grid {
    overflow: hidden;
    height: 180px;
    width: 180px;
    border-radius: 10px;
    transform: rotate(-3deg) translateZ(30px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
}.baseleadership_profile .baseimage_grid::after {
    width: 100%;
    position: absolute;
    content: '';
    height: 100%;
    left: 0;
    mix-blend-mode: overlay;
    background: linear-gradient(45deg, rgb(217,198,165,0.5), transparent);
    opacity: 0.7;
    top: 0;
}.baseleadership_profile .basealumni_voices:hover .baseimage_grid {
    transform: rotate(0deg) translateZ(40px) scale(1.05);
}.baseleadership_profile .basealumni_voices > div:nth-child(2) {
    text-align: center;
    transform: translateZ(10px);
}.baseleadership_profile .name {
    font-weight: 700;
    position: relative;
    color: rgb(217,198,165);
    font-size: 18px;
    margin-bottom: 0.5rem;
    letter-spacing: 0.03em;
    display: inline-block;
}.baseleadership_profile .name::after {
    background: rgb(194,165,119);
    bottom: -8px;
    content: '';
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 40px;
    height: 3px;
}.baseleadership_profile .basealumni_voices > div:nth-child(2) > div {
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #000000;
    margin-top: 1rem;
    font-size: calc(18px * 0.95);
}.baseleadership_profile .basealumni_voices > div:nth-child(3) {
    position: relative;
    transform: translateZ(5px);
}.baseleadership_profile .basecareer_achievements {
    font-size: 18px;
    color: #000000;
    position: relative;
    padding: 0 1rem;
    line-height: 1.7;
}.baseleadership_profile .basecareer_achievements::before,
.baseleadership_profile .basecareer_achievements::after {
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    background-size: contain;
    height: 25px;
    width: 25px;
    opacity: 0.15;
}.baseleadership_profile .basecareer_achievements::before {
    top: -10px;
    left: -10px;
}.baseleadership_profile .basecareer_achievements::after {
    transform: rotate(180deg);
    right: -10px;
    bottom: -10px;
}

@media (min-width: 768px) {.baseleadership_profile {
    padding: 6rem 0;
}.baseleadership_profile .basealumni_voices {
    gap: 2rem 3rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
}.baseleadership_profile .basealumni_voices > div:nth-child(1) {
    padding-top: 1rem;
    grid-row: span 2;
    align-items: flex-start;
}.baseleadership_profile .basealumni_voices > div:nth-child(2) {
    text-align: left;
}.baseleadership_profile .name::after {
    transform: none;
    left: 0;
}.baseleadership_profile .baseimage_grid {
    height: 220px;
    width: 220px;
    transform: rotate(-2deg) translateZ(30px);
}.baseleadership_profile .basecareer_achievements {
    line-height: 1.8;
    font-size: calc(18px * 1.05);
    padding: 0;
}
}

@media (min-width: 992px) {.baseleadership_profile {
    padding: 8rem 0;
}.baseleadership_profile .basealumni_voices {
    gap: 2rem 4rem;
    grid-template-columns: 280px 1fr;
    padding: 3rem;
}.baseleadership_profile .baseimage_grid {
    width: 280px;
    height: 280px;
}.baseleadership_profile .name {
    font-size: calc(18px * 1.1);
}.baseleadership_profile .basealumni_voices > div:nth-child(2) > div {
    font-size: 18px;
}.baseleadership_profile .basecareer_achievements {
    font-size: calc(18px * 1.1);
    line-height: 1.9;
}.baseleadership_profile .basealumni_voices::before {
    width: calc(100% + 20px);
    left: -10px;
    content: '';
    transition: opacity 0.5s ease;
    transform: translateZ(-10px);
    position: absolute;
    opacity: 0.15;
    z-index: -1;
    top: -10px;
    background: linear-gradient(135deg, rgb(194,165,119,0.5), transparent);
    height: calc(100% + 20px);
}.baseleadership_profile .basealumni_voices:hover::before {
    opacity: 0.3;
}
}

@media (min-width: 1200px) {.baseleadership_profile .container {
    padding: 0 2rem;
}.baseleadership_profile .basealumni_voices {
    grid-template-columns: 320px 1fr;
    padding: 3.5rem;
}.baseleadership_profile .baseimage_grid {
    width: 320px;
    height: 320px;
}@keyframes constellationPulse {
        0%, 100% { opacity: 0.4; }
        50% { opacity: 0.7; }
    }
    
    .baseleadership_profile::before {
    animation: constellationPulse 8s infinite ease-in-out;
}@keyframes orbitalShift {
        0% { transform: rotate(-15deg); }
        50% { transform: rotate(-10deg); }
        100% { transform: rotate(-15deg); }
    }
    
    .baseleadership_profile::before {
    animation: orbitalShift 20s infinite ease-in-out, constellationPulse 8s infinite ease-in-out;
}}.baseoperation_process {
    padding: 170px 0 150px;
    overflow: visible;
    background: linear-gradient(135deg, rgb(236,226,207) 0%, rgb(194,165,119,0.5) 120%);
    position: relative;
}.baseoperation_process::before {
    width: 100%;
    left: 0;
    opacity: 0.05;
    content: '';
    background: rgb(217,198,165,0.5);
    z-index: 1;
    top: 0;
    position: absolute;
    height: 100%;
}.baseoperation_process .baseimpact_stats {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}.baseoperation_process .baselabel_holder {
    transform: perspective(1000px) rotateX(2deg);
    width: 100%;
    position: relative;
}.baseoperation_process .baselabel_holder h2 {
    backdrop-filter: blur(10px);
    font-weight: 700;
    text-align: center;
    padding: 35px 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: rgb(217,198,165,0.5);
    z-index: 4;
    font-size: 34px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    width: 40%;
    color: #ffffff;
    position: relative;
    margin: 0 auto 80px;
}.baseoperation_process .baselabel_holder p {
    padding: 50px 60px;
    z-index: 3;
    border-radius: 22px;
    width: 70%;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    line-height: 1.8;
    margin: 0 auto;
    font-size: 14px;
    position: relative;
}.baseoperation_process .baselabel_holder::before {
    content: '';
    z-index: 3;
    width: 2px;
    height: 60px;
    left: 50%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(217,198,165), transparent);
    top: calc(34px * 2 + 70px);
}.baseoperation_process .baselabel_holder::after {
    right: 10%;
    border-radius: 50%;
    width: 200px;
    animation: pulse-subtle 15s infinite alternate;
    top: -100px;
    position: absolute;
    height: 200px;
    filter: blur(70px);
    background: rgb(217,198,165);
    opacity: 0.03;
    content: '';
}.baseoperation_process .baselabel_holder h2::before {
    height: 10px;
    content: '';
    left: -20%;
    width: 140%;
    opacity: 0.2;
    background: rgb(217,198,165);
    bottom: -5px;
    position: absolute;
    filter: blur(10px);
}.baseoperation_process .baselabel_holder h2::after {
    opacity: 0.7;
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(217,198,165,0.5);
    content: '';
    z-index: 5;
    margin-left: -10px;
    background: rgb(217,198,165);
    left: 50%;
    position: absolute;
    width: 20px;
    bottom: -40px;
    height: 20px;
}.baseoperation_process .baselabel_holder p::before {
    left: 5%;
    content: '';
    width: 90%;
    height: 1px;
    opacity: 0.3;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(217,198,165,0.5), transparent);
    top: 20px;
}.baseoperation_process .baselabel_holder p::after {
    height: 1px;
    bottom: 20px;
    width: 70%;
    content: '';
    opacity: 0.3;
    left: 15%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(217,198,165,0.5), transparent);
}.baseoperation_process::after {
    z-index: 1;
    bottom: 0;
    position: absolute;
    width: 1px;
    left: 50%;
    opacity: 0.3;
    content: '';
    height: 200px;
    background: linear-gradient(to top, rgb(217,198,165,0.5), transparent);
}.baseoperation_process .baseimpact_stats::before {
    transform: rotate(30deg);
    transform-origin: right center;
    width: 250px;
    left: -125px;
    top: 40%;
    z-index: 0;
    background: rgb(217,198,165,0.5);
    opacity: 0.2;
    height: 2px;
    position: absolute;
    content: '';
}.baseoperation_process .baseimpact_stats::after {
    width: 250px;
    background: rgb(217,198,165,0.5);
    height: 2px;
    right: -125px;
    opacity: 0.2;
    transform: rotate(-30deg);
    transform-origin: left center;
    z-index: 0;
    top: 40%;
    content: '';
    position: absolute;
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.03;
        transform: scale(1);
    }
    50% {
        opacity: 0.05;
        transform: scale(1.2);
    }
}

@media screen and (max-width: 1200px) {.baseoperation_process .baselabel_holder h2 {
    width: 50%;
}.baseoperation_process .baselabel_holder p {
    width: 80%;
}
}

@media screen and (max-width: 992px) {.baseoperation_process {
    padding: 140px 0 120px;
}.baseoperation_process .baselabel_holder h2 {
    width: 60%;
    padding: 30px 35px;
    margin-bottom: 60px;
}.baseoperation_process .baselabel_holder p {
    width: 90%;
    padding: 40px 50px;
}.baseoperation_process .baselabel_holder::before {
    height: 40px;
}
}

@media screen and (max-width: 768px) {.baseoperation_process {
    padding: 120px 0 100px;
    overflow: hidden;
}.baseoperation_process .baselabel_holder {
    transform: none;
}.baseoperation_process .baselabel_holder h2 {
    margin-bottom: 40px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    width: 80%;
    font-size: calc(34px * 0.9);
}.baseoperation_process .baselabel_holder p {
    width: 100%;
    padding: 30px 40px;
}.baseoperation_process .baselabel_holder::before {
    height: 30px;
}.baseoperation_process .baselabel_holder::after,
    .baseoperation_process::after,
    .baseoperation_process .baseimpact_stats::before,
    .baseoperation_process .baseimpact_stats::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.baseoperation_process {
    padding: 100px 0 80px;
}.baseoperation_process .baselabel_holder h2 {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    padding: 25px 30px;
    width: 100%;
    font-size: calc(34px * 0.8);
}.baseoperation_process .baselabel_holder p {
    padding: 25px 30px;
    font-size: calc(14px * 0.9);
}.baseoperation_process .baselabel_holder::before {
    height: 20px;
}.baseoperation_process .baselabel_holder h2::after {
    height: 15px;
    margin-left: -7.5px;
    bottom: -25px;
    width: 15px;
}}header {
    position: relative;
    box-shadow: 0 5px 15px rgb(217,198,165,0.5);
    background: linear-gradient(to right, rgb(236,226,207), #ffffff);
    z-index: 100;
    padding: 1.5rem 0;
}header .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}header .basenav_train {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    flex-direction: column;
}header .baseheader_edu {
    display: block;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    border-radius: 10px;
}header .baseheader_edu::after {
    content: '';
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, transparent, rgb(217,198,165), transparent);
    bottom: -5px;
    position: absolute;
    left: 0;
    opacity: 0.7;
}header .baseheader_edu svg {
    height: auto;
    transition: transform 0.3s ease;
    width: 180px;
}header .baseheader_edu:hover svg {
    transform: scale(1.05);
}header .baseheader_train {
    flex-wrap: wrap;
    border-radius: 17px;
    gap: 0.5rem;
    width: 100%;
    padding: 0.8rem;
    justify-content: center;
    display: flex;
    background: linear-gradient(to right, rgb(217,198,165,0.5), rgb(194,165,119,0.5));
}header .baseheader_start {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    font-size: 12px;
    color: #000000;
    border-radius: 10px;
    padding: 0.6rem 1.2rem;
    background: #ffffff;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-weight: 400;
}header .baseheader_start:hover {
    box-shadow: 0 4px 8px rgb(217,198,165,0.5);
    transform: translateY(-2px);
    color: #ffffff;
    background: linear-gradient(135deg, rgb(217,198,165), rgb(194,165,119));
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .baseheader_edu svg {
    width: 160px;
}header .baseheader_train {
    padding: 0.7rem;
}header .baseheader_start {
    font-size: calc(12px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .basenav_train {
    gap: 1rem;
}header .baseheader_edu svg {
    width: 140px;
}header .baseheader_train {
    padding: 0.6rem;
    gap: 0.4rem;
}header .baseheader_start {
    padding: 0.4rem 0.8rem;
    font-size: calc(12px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .basenav_train {
    gap: 0.8rem;
}header .baseheader_edu svg {
    width: 120px;
}header .baseheader_train {
    overflow-x: auto;
    padding: 0.5rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .baseheader_train::-webkit-scrollbar {
    height: 3px;
}header .baseheader_train::-webkit-scrollbar-thumb {
    background: rgb(217,198,165);
    border-radius: 10px;
}header .baseheader_start {
    flex-shrink: 0;
    white-space: nowrap;
    padding: 0.4rem 0.7rem;
    font-size: calc(12px - 2px);
}}.basetake_a_spin {
    background: rgb(236,226,207);
    overflow: hidden;
    padding: 140px 0;
    position: relative;
}.basetake_a_spin::before {
    z-index: 1;
    opacity: 0.1;
    background: rgb(217,198,165,0.5);
    width: 50%;
    top: -50%;
    position: absolute;
    content: '';
    height: 200%;
    transform: skewX(-20deg);
    right: 0;
}.basetake_a_spin::after {
    opacity: 0.1;
    content: '';
    right: 15%;
    position: absolute;
    top: -50%;
    width: 30%;
    background: rgb(194,165,119,0.5);
    z-index: 1;
    height: 200%;
    transform: skewX(-20deg);
}.basetake_a_spin .baseimpact_stats {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
    position: relative;
    z-index: 10;
}.basetake_a_spin .container p {
    color: #000000;
    margin: 0;
    flex: 0 0 60%;
    font-weight: 700;
    padding-right: 60px;
    font-size: 30px;
    line-height: 1.4;
    position: relative;
    z-index: 5;
}.basetake_a_spin .basehelp_support {
    font-weight: 600;
    border-radius: 60px 0 60px 60px;
    align-items: center;
    font-size: 15px;
    transition: all 0.4s ease;
    flex: 0 0 35%;
    overflow: hidden;
    text-decoration: none;
    background: #ffffff;
    height: 120px;
    position: relative;
    justify-content: center;
    display: flex;
    color: #000000;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 5;
}.basetake_a_spin .basehelp_support::before {
    right: 0;
    z-index: -1;
    width: 20px;
    height: 20px;
    transition: all 0.4s ease;
    position: absolute;
    content: '';
    top: 0;
    background: rgb(217,198,165);
}.basetake_a_spin .basehelp_support:hover {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    transform: translateY(-5px);
}.basetake_a_spin .basehelp_support:hover::before {
    height: 100%;
    border-radius: 60px 0 60px 60px;
    width: 100%;
}.basetake_a_spin .container p::after {
    height: 6px;
    left: 0;
    content: '';
    width: 60px;
    background: rgb(217,198,165);
    position: absolute;
    border-radius: 3px;
    bottom: -20px;
}.basetake_a_spin .baseimpact_stats::before {
    width: 200px;
    left: -100px;
    top: -100px;
    filter: blur(40px);
    content: '';
    opacity: 0.1;
    z-index: -1;
    position: absolute;
    background: rgb(217,198,165,0.5);
    border-radius: 50%;
    height: 200px;
}.basetake_a_spin .baseimpact_stats::after {
    content: '';
    background: rgb(217,198,165);
    bottom: -30px;
    border-radius: 50%;
    width: 10px;
    right: 40px;
    position: absolute;
    height: 10px;
}

@media (max-width: 991px) {.basetake_a_spin {
    padding: 120px 0;
}.basetake_a_spin .container p {
    padding-right: 40px;
    font-size: calc(18px * 1.2);
}.basetake_a_spin .basehelp_support {
    height: 100px;
}.basetake_a_spin .container p::after {
    width: 50px;
    height: 5px;
}
}

@media (max-width: 767px) {.basetake_a_spin {
    padding: 90px 0;
}.basetake_a_spin .baseimpact_stats {
    flex-direction: column;
}.basetake_a_spin .container p {
    font-size: 18px;
    flex: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
}.basetake_a_spin .basehelp_support {
    width: 100%;
    height: 80px;
    flex: none;
}.basetake_a_spin .baseimpact_stats::after {
    right: auto;
    left: 40px;
}
}

@media (max-width: 480px) {.basetake_a_spin {
    padding: 70px 0;
}.basetake_a_spin .container p {
    margin-bottom: 40px;
    font-size: calc(16px * 1.2);
}.basetake_a_spin .basehelp_support {
    height: 70px;
    border-radius: 35px 0 35px 35px;
    font-size: calc(15px * 0.9);
}.basetake_a_spin .basehelp_support:hover::before {
    border-radius: 35px 0 35px 35px;
}.basetake_a_spin .container p::after {
    height: 4px;
    bottom: -15px;
    width: 40px;
}.basetake_a_spin .baseimpact_stats::after {
    width: 8px;
    height: 8px;
    bottom: -25px;
    left: 30px;
}}.baseplan_selection {
    padding: 5rem 0;
    overflow: hidden;
    background: rgb(236,226,207);
    position: relative;
}.baseplan_selection::before {
    top: -50px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(194,165,119,0.5), rgb(217,198,165,0.5));
    position: absolute;
    z-index: 0;
    content: "";
    right: -50px;
    height: 300px;
    filter: blur(60px);
    width: 300px;
}.baseplan_selection::after {
    border-radius: 50%;
    background: linear-gradient(225deg, rgb(217,198,165,0.5), rgb(194,165,119,0.5));
    z-index: 0;
    width: 250px;
    position: absolute;
    bottom: -50px;
    filter: blur(50px);
    height: 250px;
    content: "";
    left: -50px;
}.baseplan_selection .container {
    z-index: 1;
    position: relative;
}.baseplan_selection .baselearn_deals {
    flex-direction: column-reverse;
    gap: 3rem;
    display: flex;
}.baseplan_selection .basepromo_rates {
    max-width: 800px;
    text-align: center;
    padding: 0 1rem;
    margin: 0 auto;
    position: relative;
}.baseplan_selection .basepromo_rates h2 {
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
    display: inline-block;
    font-weight: 700;
    font-size: calc(31px * 1.1);
}.baseplan_selection .basepromo_rates h2::after {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, rgb(217,198,165), rgb(194,165,119));
    height: 3px;
    bottom: -10px;
    width: 80px;
}.baseplan_selection .basecost_levels {
    line-height: 1.6;
    color: #000000;
    margin-bottom: 1rem;
    font-size: 17px;
}.baseplan_selection .basefee_deals {
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    perspective: 1000px;
}.baseplan_selection .baseplan_table {
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-style: preserve-3d;
    display: block;
    position: relative;
}.baseplan_selection .baseplan_table:hover {
    transform: translateY(-10px);
}.baseplan_selection .basestudy_rates {
    transition: all 0.4s ease;
    position: relative;
    min-height: 430px;
    flex-direction: column;
    background: #ffffff;
    justify-content: space-between;
    border-radius: 10px;
    display: flex;
    z-index: 1;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.baseplan_selection .baseplan_table:hover .basestudy_rates {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.baseplan_selection .basecost_plan {
    z-index: 2;
    position: relative;
    padding: 2rem;
    flex: 1;
}.baseplan_selection .baseplan_table h3 {
    position: relative;
    display: inline-block;
    font-size: calc(19px * 1.1);
    color: #000000;
    margin-bottom: 1rem;
    font-weight: 700;
}.baseplan_selection .baseplan_table h3::before {
    height: 2px;
    bottom: -5px;
    left: 0;
    content: "";
    width: 40px;
    position: absolute;
    background: rgb(217,198,165);
    transition: width 0.3s ease;
}.baseplan_selection .baseplan_table:hover h3::before {
    width: 100%;
}.baseplan_selection .baseclass_cost {
    font-weight: 700;
    display: block;
    color: rgb(194,165,119);
    margin: 1.5rem 0;
    font-size: calc(19px * 1.4);
    position: relative;
}.baseplan_selection .baseclass_cost::after {
    content: "";
    background: rgb(217,198,165);
    border-radius: 3px;
    left: -10px;
    top: 50%;
    width: 3px;
    height: 20px;
    transform: translateY(-50%);
    position: absolute;
}.baseplan_selection .baseplan_table p {
    line-height: 1.6;
    overflow-wrap: break-word;
    font-size: 17px;
    word-wrap: break-word;
    margin-bottom: 1rem;
    color: #000000;
    hyphens: auto;
}.baseplan_selection .baseimage_grid {
    height: 180px;
    position: relative;
}.baseplan_selection .baseimage_grid::before {
    inset: 0;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    z-index: 1;
    position: absolute;
}.baseplan_selection .baseplan_table:nth-child(1) .basestudy_rates {
    border-top: 4px solid rgb(217,198,165);
}.baseplan_selection .baseplan_table:nth-child(2) .basestudy_rates {
    border-top: 4px solid rgb(194,165,119);
}.baseplan_selection .baseplan_table:nth-child(3) .basestudy_rates {
    border-top: 4px solid #6c5ce7;
}.baseplan_selection .baseplan_table:nth-child(4) .basestudy_rates {
    border-top: 4px solid #00b894;
}

@media (min-width: 768px) {.baseplan_selection .basefee_deals {
    grid-template-columns: repeat(2, 1fr);
}.baseplan_selection .basestudy_rates {
    min-height: 480px;
}.baseplan_selection .basepromo_rates {
    padding: 0 2rem;
}.baseplan_selection .basepromo_rates h2 {
    font-size: calc(31px * 1.2);
}
}

@media (min-width: 992px) {.baseplan_selection .baselearn_deals {
    gap: 4rem;
    align-items: center;
    flex-direction: row;
}.baseplan_selection .basefee_deals {
    grid-template-columns: repeat(2, 1fr);
    flex: 2;
}.baseplan_selection .basepromo_rates {
    padding-right: 3rem;
    flex: 1;
    text-align: left;
}.baseplan_selection .basepromo_rates h2::after {
    transform: none;
    left: 0;
}.baseplan_selection .basestudy_rates {
    min-height: 500px;
}
}

@media (min-width: 1200px) {.baseplan_selection .basefee_deals {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.baseplan_selection .baseplan_table {
    transform: perspective(1000px) rotateY(0);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.baseplan_selection .baseplan_table:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.baseplan_selection .basestudy_rates {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    min-height: 520px;
}.baseplan_selection .baseimage_grid {
    height: 200px;
}.baseplan_selection .baseclass_cost {
    font-size: calc(19px * 1.6);
}.baseplan_selection .basepromo_rates h2 {
    font-size: calc(31px * 1.3);
}}.basecontact_form_box {
    background: linear-gradient(135deg, rgb(236,226,207) 0%, rgb(236,226,207) 50%, rgb(217,198,165,0.5) 150%);
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
}.basecontact_form_box::before {
    height: 100%;
    background-size: 30px 30px;
    left: 0;
    background-image: 
        linear-gradient(to right, rgb(217,198,165,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(217,198,165,0.5) 1px, transparent 1px);
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0.05;
    content: "";
    z-index: 1;
}.basecontact_form_box::after {
    height: 2px;
    content: "";
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(217,198,165) 15%, 
        rgb(194,165,119) 35%, 
        rgb(217,198,165) 65%, 
        transparent 100%);
    left: 0;
    bottom: 0;
    width: 100%;
    animation: scanline 3s infinite linear;
    z-index: 2;
    position: absolute;
}@keyframes scanline {
    0% {
        transform: translateX(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.5;
    }
}

.basecontact_form_box .baseimage_grid {
    height: 100%;
    left: 0;
    z-index: 0;
    mix-blend-mode: luminosity;
    width: 100%;
    top: 0;
    filter: contrast(1.2) brightness(0.8) grayscale(0.5);
    opacity: 0.06;
    position: absolute;
}.basecontact_form_box .baseimage_grid::before {
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(217,198,165) 0,
        rgb(217,198,165) 5px,
        transparent 5px,
        transparent 10px
    );
    opacity: 0.03;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    mix-blend-mode: color-burn;
    width: 100%;
}.basecontact_form_box .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}.basecontact_form_box h3 {
    letter-spacing: 3px;
    color: rgb(217,198,165);
    position: relative;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    font-size: 34px;
    text-transform: uppercase;
}.basecontact_form_box .basefeedback_card {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: #ffffff;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02),
        0 0 0 15px rgb(236,226,207),
        0 0 30px rgb(217,198,165,0.5);
    z-index: 2;
    overflow: hidden;
    border-radius: 10px;
}.basecontact_form_box .basefeedback_card::before {
    background: linear-gradient(90deg, rgb(217,198,165), rgb(194,165,119));
    top: 0;
    height: 3px;
    z-index: 3;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
}.basecontact_form_box .baserequest_feedback {
    position: relative;
    padding: 50px;
    z-index: 2;
    flex: 1 1 60%;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #ffffff 85%,
        rgba(rgb(236,226,207), 0.3) 100%
    );
}.basecontact_form_box .baserequest_feedback::after {
    opacity: 0.5;
    top: 20px;
    width: 40px;
    right: 20px;
    position: absolute;
    border-top: 2px solid rgb(217,198,165,0.5);
    height: 40px;
    border-right: 2px solid rgb(217,198,165,0.5);
    content: "";
}.basecontact_form_box .baserequest_feedback::before {
    left: 20px;
    opacity: 0.5;
    position: absolute;
    content: "";
    border-left: 2px solid rgb(217,198,165,0.5);
    height: 40px;
    border-bottom: 2px solid rgb(217,198,165,0.5);
    width: 40px;
    bottom: 20px;
}.basecontact_form_box .baserequest_feedback h3 {
    font-size: 20px;
    text-transform: none;
    border-bottom: 1px solid rgb(236,226,207);
    padding: 0 0 10px 0;
    letter-spacing: normal;
    color: #000000;
    text-align: left;
    margin-bottom: 30px;
}.basecontact_form_box .baserequest_feedback h3::before,
.basecontact_form_box .baserequest_feedback h3::after {
    display: none;
}.basecontact_form_box .baserequest_feedback input[type="text"],
.basecontact_form_box .baserequest_feedback textarea {
    font-size: 17px;
    transition: all 0.3s ease;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 16px 20px;
    border: none;
    background: rgb(236,226,207);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    color: #000000;
    width: 100%;
}.basecontact_form_box .baserequest_feedback input[type="text"]:focus,
.basecontact_form_box .baserequest_feedback textarea:focus {
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 0 0 2px rgb(217,198,165,0.5);
    outline: none;
    background: #ffffff;
}.basecontact_form_box .baserequest_feedback input[type="text"]::placeholder,
.basecontact_form_box .baserequest_feedback textarea::placeholder {
    color: #000000;
    opacity: 0.6;
    transition: all 0.3s ease;
}.basecontact_form_box .baserequest_feedback input[type="text"]:focus::placeholder,
.basecontact_form_box .baserequest_feedback textarea:focus::placeholder {
    opacity: 0.4;
    transform: translateX(5px);
}.basecontact_form_box .baserequest_feedback textarea {
    min-height: 150px;
    resize: vertical;
}.basecontact_form_box .baserequest_feedback .baseinquiry_block {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}.basecontact_form_box .baserequest_feedback .baseinquiry_block input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.basecontact_form_box .baserequest_feedback .baseinquiry_block label {
    color: #000000;
    line-height: 1.6;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    font-size: 15px;
}.basecontact_form_box .baserequest_feedback .baseinquiry_block label::before {
    transition: all 0.2s ease;
    content: "";
    top: 2px;
    left: 0;
    position: absolute;
    width: 20px;
    border-radius: 2px;
    height: 20px;
    border: 1px solid rgb(236,226,207);
    background: #ffffff;
}.basecontact_form_box .baserequest_feedback .baseinquiry_block input[type="checkbox"]:checked + label::before {
    border-color: rgb(217,198,165);
    background: rgb(217,198,165);
}.basecontact_form_box .baserequest_feedback .baseinquiry_block input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    width: 6px;
    left: 7px;
    position: absolute;
    transform: rotate(45deg);
    top: 4px;
    height: 12px;
    content: "";
    border: solid #ffffff;
}.basecontact_form_box .baserequest_feedback .baseinquiry_block a {
    text-decoration: none;
    background-repeat: no-repeat;
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(217,198,165,0.5) 2px
    );
    color: rgb(217,198,165);
    transition: background-size 0.3s ease;
    transition: all 0.3s ease;
    background-size: 0% 100%;
    font-weight: 600;
}.basecontact_form_box .baserequest_feedback .baseinquiry_block a:hover {
    background-size: 100% 100%;
}.basecontact_form_box .baserequest_feedback .basehelp_support {
    font-size: 20px;
    color: #ffffff;
    box-shadow: 0 4px 15px rgb(217,198,165,0.5);
    padding: 16px 30px;
    overflow: hidden;
    font-weight: 600;
    cursor: pointer;
    z-index: 1;
    position: relative;
    letter-spacing: 1px;
    border-radius: 10px;
    transition: all 0.4s ease;
    background: rgb(217,198,165);
    border: none;
}.basecontact_form_box .baserequest_feedback .basehelp_support::before {
    background-size: 200% 200%;
    position: absolute;
    transition: opacity 0.4s ease;
    left: 0;
    content: "";
    top: 0;
    z-index: -1;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(194,165,119) 0%,
        rgb(194,165,119) 10%,
        rgb(217,198,165) 10%,
        rgb(217,198,165) 20%
    );
    height: 100%;
    opacity: 0;
}.basecontact_form_box .baserequest_feedback .basehelp_support:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(217,198,165,0.5);
}.basecontact_form_box .baserequest_feedback .basehelp_support:hover::before {
    opacity: 1;
    animation: buttonBg 5s linear infinite;
}@keyframes buttonBg {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.basecontact_form_box .basehelp_feedback {
    padding: 50px;
    position: relative;
    flex: 1 1 35%;
    z-index: 2;
    background: rgb(236,226,207);
    overflow: hidden;
}.basecontact_form_box .basehelp_feedback::before {
    opacity: 0.1;
    content: "";
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(217,198,165,0.5) 0%, transparent 10px),
        radial-gradient(circle at 80% 70%, rgb(217,198,165,0.5) 0%, transparent 10px);
    height: 100%;
    left: 0;
    background-size: 60px 60px;
    position: absolute;
    width: 100%;
}.basecontact_form_box .basehelp_feedback::after {
    background: 
        linear-gradient(90deg, transparent 90%, rgb(217,198,165,0.5) 100%),
        linear-gradient(180deg, transparent 90%, rgb(217,198,165,0.5) 100%);
    top: 0;
    position: absolute;
    content: "";
    opacity: 0.3;
    width: 100%;
    left: 0;
    height: 100%;
}.basecontact_form_box .basehelp_feedback h4 {
    margin-bottom: 40px;
    padding-bottom: 15px;
    color: #000000;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.basecontact_form_box .basehelp_feedback h4::after {
    left: 0;
    width: 50px;
    height: 3px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(217,198,165), rgb(194,165,119));
    bottom: -1px;
}.basecontact_form_box .basehelp_feedback .basemessage_feedback {
    list-style: none;
    padding: 0;
    margin: 0;
}.basecontact_form_box .basehelp_feedback .basemessage_feedback li {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    backdrop-filter: blur(5px);
    align-items: center;
    position: relative;
    margin-bottom: 25px;
    border-radius: 10px;
    border-left: 3px solid rgb(217,198,165);
    background: rgba(255, 255, 255, 0.7);
    padding: 15px;
    display: flex;
    transition: all 0.3s ease;
}.basecontact_form_box .basehelp_feedback .basemessage_feedback li::before {
    top: 0;
    width: 3px;
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    background: rgb(217,198,165);
    z-index: 2;
}.basecontact_form_box .basehelp_feedback .basemessage_feedback li::after {
    content: "";
    background: rgb(217,198,165,0.5);
    opacity: 0;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    transition: all 0.3s ease;
    width: 100%;
    z-index: -1;
}.basecontact_form_box .basehelp_feedback .basemessage_feedback li:hover {
    border-left-color: rgb(194,165,119);
    transform: translateX(5px);
}.basecontact_form_box .basehelp_feedback .basemessage_feedback li:hover::after {
    opacity: 0.05;
}.basecontact_form_box .basehelp_feedback .basemessage_feedback li svg {
    z-index: 2;
    margin-right: 15px;
    height: 22px;
    width: 22px;
    transition: all 0.3s ease;
    position: relative;
}.basecontact_form_box .basehelp_feedback .basemessage_feedback li:hover svg {
    transform: scale(1.2);
}.basecontact_form_box .basehelp_feedback .basemessage_feedback li svg path {
    fill: rgb(217,198,165);
    transition: all 0.3s ease;
}.basecontact_form_box .basehelp_feedback .basemessage_feedback li:hover svg path {
    fill: rgb(194,165,119);
}.basecontact_form_box .basehelp_feedback .basemessage_feedback li span {
    position: relative;
    color: #000000;
    z-index: 2;
    font-size: 17px;
}.basecontact_form_box .basehelp_feedback .basemessage_feedback li a {
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
}.basecontact_form_box .basehelp_feedback .basemessage_feedback li a::before {
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    height: 1px;
    transform: scaleX(0);
    transform-origin: right;
    background: rgb(217,198,165);
    bottom: -2px;
    transition: transform 0.3s ease;
}.basecontact_form_box .basehelp_feedback .basemessage_feedback li a:hover {
    color: rgb(217,198,165);
}.basecontact_form_box .basehelp_feedback .basemessage_feedback li a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

@media (max-width: 992px) {.basecontact_form_box {
    padding: 80px 0 60px;
}.basecontact_form_box h3 {
    margin-bottom: 40px;
}.basecontact_form_box .basefeedback_card {
    flex-direction: column;
}.basecontact_form_box .baserequest_feedback,
    .basecontact_form_box .basehelp_feedback {
    flex: 1 1 100%;
}.basecontact_form_box .basehelp_feedback {
    border-top: 1px solid rgb(236,226,207);
}
}

@media (max-width: 768px) {.basecontact_form_box {
    padding: 60px 0;
}.basecontact_form_box h3 {
    margin-bottom: 35px;
    font-size: calc(34px * 0.85);
}.basecontact_form_box .baserequest_feedback h3,
    .basecontact_form_box .basehelp_feedback h4 {
    font-size: calc(20px * 0.9);
}.basecontact_form_box .baserequest_feedback,
    .basecontact_form_box .basehelp_feedback {
    padding: 35px;
}.basecontact_form_box .baserequest_feedback::before,
    .basecontact_form_box .baserequest_feedback::after {
    height: 30px;
    width: 30px;
}.basecontact_form_box .baserequest_feedback input[type="text"],
    .basecontact_form_box .baserequest_feedback textarea {
    padding: 14px 16px;
}
}

@media (max-width: 576px) {.basecontact_form_box {
    padding: 50px 0;
}.basecontact_form_box h3 {
    font-size: calc(34px * 0.7);
    margin-bottom: 30px;
}.basecontact_form_box .basefeedback_card {
    box-shadow: 
            0 15px 30px rgba(0, 0, 0, 0.1),
            0 0 0 1px rgba(0, 0, 0, 0.02),
            0 0 0 8px rgb(236,226,207);
}.basecontact_form_box .baserequest_feedback,
    .basecontact_form_box .basehelp_feedback {
    padding: 25px 20px;
}.basecontact_form_box .baserequest_feedback::before,
    .basecontact_form_box .baserequest_feedback::after {
    display: none;
}.basecontact_form_box .baserequest_feedback input[type="text"],
    .basecontact_form_box .baserequest_feedback textarea {
    padding: 12px 15px;
    margin-bottom: 15px;
}.basecontact_form_box .baserequest_feedback .baseinquiry_block label {
    font-size: calc(15px * 0.9);
}.basecontact_form_box .baserequest_feedback .basehelp_support {
    width: 100%;
    padding: 14px 20px;
}.basecontact_form_box .basehelp_feedback .basemessage_feedback li {
    margin-bottom: 15px;
    padding: 12px;
}}.basestatistical_overview {
    overflow: hidden;
    position: relative;
    background-color: rgb(236,226,207);
    padding: 120px 0;
}.basestatistical_overview::before {
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
    left: 0;
    content: "";
    opacity: 0.6;
    background: 
        radial-gradient(circle at 10% 90%, rgb(217,198,165,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 10%, rgb(194,165,119,0.5) 0%, transparent 40%);
    position: absolute;
}.basestatistical_overview .container {
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
    display: flex;
}.basestatistical_overview .basestatistics_benefit {
    position: relative;
    margin-bottom: 80px;
    max-width: 600px;
    padding: 0 20px;
    text-align: center;
}.basestatistical_overview .basestatistics_benefit::before {
    bottom: -40px;
    content: "";
    left: 50%;
    position: absolute;
    width: 2px;
    background-color: rgb(217,198,165);
    transform: translateX(-50%);
    height: 30px;
}.basestatistical_overview .basestatistics_benefit::after {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    left: 50%;
    bottom: -40px;
    background-color: rgb(217,198,165);
}.basestatistical_overview .basestatistics_perks {
    position: relative;
    color: #000000;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 31px;
    display: inline-block;
    margin-bottom: 25px;
}.basestatistical_overview .basestatistics_perks::after {
    left: 50%;
    height: 3px;
    bottom: 0;
    width: 80%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(217,198,165), transparent);
    content: "";
    transform: translateX(-50%);
}.basestatistical_overview .basepro_gains {
    color: #000000;
    font-size: 16px;
    line-height: 1.7;
}.basestatistical_overview .basestatistics_benefits {
    justify-content: center;
    display: flex;
    width: 100%;
    position: relative;
}.basestatistical_overview .baseedu_wins {
    perspective: 1000px;
    height: 330px;
    background-color: transparent;
    position: relative;
    z-index: 3;
    width: 25%;
    transform-style: preserve-3d;
}.basestatistical_overview .baseedu_wins:nth-child(even) {
    margin-top: 60px;
}.basestatistical_overview .baseedu_wins::before {
    width: 100%;
    border-radius: 15px;
    transform: translateZ(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
}.basestatistical_overview .baseedu_wins::after {
    top: 15px;
    content: "";
    border: 2px dashed rgb(217,198,165,0.5);
    bottom: 15px;
    left: 15px;
    position: absolute;
    border-radius: calc(15px - 15px);
    right: 15px;
    z-index: -1;
    opacity: 0.5;
}.basestatistical_overview .baseedu_wins h4 {
    text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.5);
    color: #000000;
    left: 50%;
    position: absolute;
    font-size: 4rem;
    transition: all 0.3s ease;
    font-weight: 700;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 3;
}.basestatistical_overview .baseedu_wins:hover h4 {
    transform: translate(-50%, -50%) scale(1.1);
    color: rgb(217,198,165);
}.basestatistical_overview .baseedu_wins span {
    z-index: 3;
    position: absolute;
    text-align: center;
    font-weight: 600;
    left: 0;
    padding: 0 20px;
    bottom: 40px;
    transition: all 0.3s ease;
    color: #000000;
    width: 100%;
    font-size: 16px;
}.basestatistical_overview .baseedu_wins:hover span {
    transform: translateY(-10px);
}.basestatistical_overview svg {
    height: 40px;
    width: 40px;
    z-index: 2;
    left: 50%;
    opacity: 0.7;
    position: absolute;
    top: 40px;
    transform: translateX(-50%);
}.basestatistical_overview svg path {
    fill: rgb(217,198,165);
}

@media (max-width: 1200px) {.basestatistical_overview .baseedu_wins {
    margin: 0 10px;
    width: calc(25% - 20px);
    height: 300px;
}.basestatistical_overview .baseedu_wins h4 {
    font-size: 3.5rem;
}
}

@media (max-width: 992px) {.basestatistical_overview {
    padding: 90px 0;
}.basestatistical_overview .basestatistics_benefit {
    margin-bottom: 60px;
}.basestatistical_overview .basestatistics_benefits {
    flex-wrap: wrap;
}.basestatistical_overview .baseedu_wins {
    height: 260px;
    width: calc(50% - 20px);
    margin: 10px !important;
}.basestatistical_overview .baseedu_wins h4 {
    font-size: 3rem;
}.basestatistical_overview .baseedu_wins:nth-child(even) {
    margin-top: 0;
}
}

@media (max-width: 767px) {.basestatistical_overview {
    padding: 70px 0;
}.basestatistical_overview .basestatistics_benefit {
    margin-bottom: 50px;
}.basestatistical_overview .basestatistics_perks {
    font-size: calc(31px * 0.9);
}.basestatistical_overview .baseedu_wins {
    height: 240px;
}.basestatistical_overview .baseedu_wins h4 {
    font-size: 2.8rem;
}.basestatistical_overview .baseedu_wins span {
    bottom: 30px;
    font-size: calc(16px * 0.9);
}.basestatistical_overview svg {
    top: 30px;
    height: 30px;
    width: 30px;
}
}

@media (max-width: 576px) {.basestatistical_overview {
    padding: 60px 0;
}.basestatistical_overview .basestatistics_benefit {
    margin-bottom: 40px;
}.basestatistical_overview .basestatistics_benefits {
    align-items: center;
    flex-direction: column;
}.basestatistical_overview .baseedu_wins {
    margin: 10px 0 !important;
    height: 200px;
    max-width: 300px;
    width: 90%;
}.basestatistical_overview .baseedu_wins h4 {
    font-size: 2.5rem;
}.basestatistical_overview .baseedu_wins span {
    bottom: 25px;
}
}

@keyframes float {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}