*{padding:0;box-sizing:border-box;margin:0}.container{max-width:100%;width:1235px;margin:auto}header,footer{width:100%}html,body{font-family:Arial,sans-serif;color:#000000;auto contain touch-action:none;min-height:100%;height:100%}.wrapper-viewport{height:100%;flex-direction:column;min-height:100%;display:flex}svg{height:30px;width:30px}.top_base{flex:1 0 auto}a{text-decoration:none;color:inherit}.about_learn{flex:0 0 auto}@keyframes glow_scrollbar {0%{box-shadow:0 0 5px rgba(0,0,0,0.2)}50%{box-shadow:0 0 15px rgba(0,0,0,0.5)}100%{box-shadow:0 0 5px rgba(0,0,0,0.2)}}::-webkit-scrollbar{padding:4px;height:8px;scroll-behavior:auto;width:19px}::-webkit-scrollbar-track{box-shadow:inset 3px -4px 11px 4px rgba(0,0,0,0.4);background:linear-gradient(257deg,rgb(255,255,255,0.5) 81%,rgb(177,141,201) 60%,rgb(207,177,219) 62%,rgb(231,215,239) 59%)}::-webkit-scrollbar-thumb{transition:all,background,transform 2.2s ease;background:rgb(177,141,201,0.5);animation:glow_scrollbar 4.3s ease-in 5;border:2px dashed #ffffff}::-webkit-scrollbar-thumb:active{box-shadow:inset 0px -5px 5px 3px rgba(0,0,0,0.8);background:rgb(231,215,239)}::-webkit-scrollbar-corner{border-radius:1px;background:#ffffff}@media only screen and (max-width: 1200px) {.container{padding:0 20px;width:100%}} @media only screen and (max-width: 800px) {.container{padding:0 12px}} .title_section{min-height:100vh;display:flex;position:relative;justify-content:center;padding:5rem 2rem;align-items:center;background:linear-gradient(135deg,rgb(231,215,239) 0%,#f0f4f8 100%);overflow:hidden}.title_section::before{z-index:5;content:'';box-shadow:0 5px 15px rgba(94,170,168,0.3);position:absolute;right:0;height:10px;background:linear-gradient(90deg,rgb(207,177,219) 0%,rgb(177,141,201) 100%);top:0;left:0}.title_section::after{position:absolute;height:200px;bottom:0;pointer-events:none;width:100%;content:'';background:radial-gradient(ellipse at bottom,rgba(94,170,168,0.1) 0%,transparent 70%);left:0}.title_section .who_weare{width:100%;grid-template-columns:1fr 1fr;box-shadow:20px 20px 60px #d1d9e6,-20px -20px 60px #ffffff;gap:2rem;background:linear-gradient(145deg,#f0f0f0,#ffffff);transform:perspective(1000px) rotateX(2deg);display:grid;position:relative;border-radius:12px;max-width:1200px;padding:3rem}.title_section h1{animation:titleReveal 1s ease-out forwards;text-shadow:2px 2px 0 rgba(94,170,168,0.1);font-weight:700;z-index:1;margin-bottom:2rem;color:#000000;font-size:calc(45px * 1.1);position:relative;letter-spacing:-0.5px;transform-origin:left center;grid-column:1 / -1}.title_section .text_inner{justify-content:center;flex-direction:column;padding-right:2rem;position:relative;z-index:1;display:flex}.title_section .learn_techfast{box-shadow:8px 8px 16px #d1d9e6,-8px -8px 16px #ffffff;transition:transform 0.5s cubic-bezier(0.34,1.56,0.64,1);padding:2.5rem;background:linear-gradient(145deg,#ffffff,#f0f0f0);transform:translateY(0);border-radius:12px}.title_section .learn_techfast:hover{transform:translateY(-10px)}.title_section p{margin-bottom:2rem;position:relative;animation:fadeUp 0.8s ease-out 0.3s forwards;color:#000000;font-size:calc(15px * 1.1);opacity:0;line-height:1.6}.title_section svg{transform:translateY(0);display:block;filter:drop-shadow(3px 3px 5px rgba(0,0,0,0.1));height:120px;transition:transform 0.4s ease;margin:0 auto 2rem;animation:float 6s ease-in-out infinite;width:120px}.title_section svg:hover{transform:translateY(-10px) scale(1.05)}.title_section svg path{transition:fill 0.3s ease;fill:rgb(94,170,168)}.title_section svg:hover path{fill:rgb(70,150,148)}.title_section svg text{font-weight:700;transition:fill 0.3s ease;font-family:Arial,sans-serif}.title_section svg:hover text{fill:rgb(70,150,148)}.title_section .help_inquiry{overflow:hidden;position:relative;box-shadow:0 10px 20px rgba(94,170,168,0.3);padding:1rem 2rem;text-decoration:none;color:#ffffff;font-size:14px;transition:all 0.3s cubic-bezier(0.34,1.56,0.64,1);opacity:0;animation:fadeUp 0.8s ease-out 0.6s forwards;background:linear-gradient(135deg,rgb(177,141,201) 0%,rgb(207,177,219) 100%);text-align:center;margin-top:1rem;display:inline-block;font-weight:600;border-radius:12px;z-index:2;transform:translateZ(0)}.title_section .help_inquiry::before{background:linear-gradient(135deg,rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 50%);width:100%;height:100%;left:0;position:absolute;transition:transform 0.5s ease;top:0;content:'';transform:translateX(-100%) skewX(-15deg)}.title_section .help_inquiry:hover{transform:translateY(-5px);box-shadow:0 15px 25px rgba(94,170,168,0.4)}.title_section .help_inquiry:hover::before{transform:translateX(100%) skewX(-15deg)}.title_section .cover_image{animation:fadeIn 1s ease-out 0.8s forwards;box-shadow:10px 10px 30px rgba(0,0,0,0.1);transition:transform 0.5s ease;opacity:0;min-height:400px;overflow:hidden;transform:perspective(1000px) rotateY(-5deg);height:100%;border-radius:12px;position:relative}.title_section .cover_image::before{position:absolute;left:0;z-index:1;width:100%;background:linear-gradient(135deg,rgba(94,170,168,0.3) 0%,transparent 80%);top:0;content:'';height:100%}.title_section .cover_image:hover{transform:perspective(1000px) rotateY(0deg)}@keyframes titleReveal {0%{transform:translateY(30px) scale(0.95);opacity:0}100%{transform:translateY(0) scale(1);opacity:1}} @keyframes fadeUp {0%{transform:translateY(20px);opacity:0}100%{transform:translateY(0);opacity:1}} @keyframes fadeIn {0%{opacity:0}100%{opacity:1}} @keyframes float {0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}} @media screen and (max-width: 992px) {.title_section .who_weare{transform:perspective(1000px) rotateX(0deg);padding:2rem;grid-template-columns:1fr}.title_section h1{font-size:calc(45px * 0.9);text-align:center}.title_section .text_inner{padding-right:0;order:2}.title_section .cover_image{order:1;transform:perspective(1000px) rotateY(0deg);min-height:300px}.title_section p{font-size:15px;text-align:center}.title_section .learn_techfast{display:flex;padding:2rem;align-items:center;flex-direction:column}.title_section svg{width:100px;height:100px;margin-bottom:1.5rem}.title_section .help_inquiry{width:100%;max-width:300px}} @media screen and (max-width: 768px) {.title_section{padding:4rem 1.5rem}.title_section .who_weare{padding:1.5rem}.title_section h1{font-size:calc(45px * 0.8);margin-bottom:1.5rem}.title_section .learn_techfast{padding:1.5rem}.title_section svg{width:80px;height:80px}.title_section .cover_image{min-height:250px}} @media screen and (max-width: 576px) {.title_section{padding:3rem 1rem}.title_section .who_weare{padding:1.25rem;box-shadow:10px 10px 30px #d1d9e6,-10px -10px 30px #ffffff}.title_section h1{margin-bottom:1rem;font-size:calc(45px * 0.7)}.title_section p{margin-bottom:1.5rem;font-size:calc(15px * 0.9)}.title_section .learn_techfast{padding:1.25rem}.title_section svg{height:70px;width:70px;margin-bottom:1rem}.title_section .cover_image{min-height:200px}.title_section .help_inquiry{padding:0.875rem 1.5rem;font-size:calc(14px * 0.9)}}footer{position:relative;width:100%}footer .about_learn{color:#ffffff;padding:100px 0 30px;font-family:Arial,sans-serif;background-color:#2c3e50;position:relative}footer .about_learn::before{background-image:linear-gradient(30deg,rgba(255,255,255,0.05) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.05) 50%,rgba(255,255,255,0.05) 75%,transparent 75%,transparent);top:0;content:"";background-size:60px 60px;position:absolute;opacity:0.1;left:0;height:100%;width:100%}footer .policy_links{position:relative;z-index:1}footer .msg_info{position:relative;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px;margin:-70px auto 60px}footer .info_item{overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.1);align-items:center;border-radius:10px;display:flex;background-color:#ffffff;position:relative;transition:all 0.3s ease;height:100px;padding:0 20px}footer .info_item:nth-child(even){transform:translateY(30px)}footer .info_item::before{left:0;background-color:rgb(207,177,219);width:6px;height:50%;content:"";transition:height 0.3s ease,top 0.3s ease;position:absolute;top:25%}footer .info_item:hover{transform:translateY(0);box-shadow:0 15px 40px rgba(0,0,0,0.15)}footer .info_item:hover::before{top:0;height:100%}footer .info_item svg{margin-right:15px;z-index:1;height:22px;flex-shrink:0;position:relative;fill:rgb(207,177,219);width:22px}footer .info_item p,footer .info_item a{font-size:13px;position:relative;z-index:1;color:#2c3e50;text-decoration:none;transition:all 0.3s ease}footer .info_item a:hover{color:rgb(207,177,219)}footer .text_main_holder{position:relative;display:grid;gap:30px;grid-template-columns:1fr}footer .head_pro,footer .subscribe_holder{position:relative;border-radius:27px;transition:all 0.3s ease;background-color:rgba(255,255,255,0.05);padding:30px}footer .head_pro:hover,footer .subscribe_holder:hover{background-color:rgba(255,255,255,0.08)}footer .nav_tutor{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;display:grid}footer .head_pro svg{filter:brightness(0) invert(1);margin-bottom:20px;height:45px;width:auto}footer .slack_invite{font-size:16px;color:rgba(255,255,255,0.7);line-height:1.6}footer .nav_tutor h5{padding-bottom:10px;font-size:23px;margin-bottom:20px;color:#ffffff;grid-column:1 / -1;font-weight:600;position:relative}footer .nav_tutor h5::after{content:"";height:2px;width:50px;position:absolute;left:0;bottom:0;background-color:rgb(207,177,219)}footer .top_bar{border-radius:27px;transition:all 0.3s ease;padding:20px;height:100%;background-color:rgba(255,255,255,0.05)}footer .top_bar:hover{background-color:rgba(255,255,255,0.08);transform:translateY(-5px)}footer .top_bar a{color:rgba(255,255,255,0.8);font-size:13px;transition:all 0.3s ease;border-bottom:1px solid rgba(255,255,255,0.05);position:relative;padding:8px 0;text-decoration:none;display:block}footer .top_bar a:last-child{border-bottom:none}footer .top_bar a::before{transition:opacity 0.3s ease,transform 0.3s ease;position:absolute;opacity:0;content:"→";transform:translateX(-10px);right:0}footer .top_bar a:hover{padding-left:5px;color:#ffffff}footer .top_bar a:hover::before{opacity:1;transform:translateX(0)}footer .subscribe_holder h5{font-weight:600;padding-bottom:10px;margin-bottom:15px;font-size:23px;position:relative;color:#ffffff}footer .subscribe_holder h5::after{position:absolute;bottom:0;width:50px;left:0;background-color:rgb(207,177,219);height:2px;content:""}footer .subscribe_holder p{color:rgba(255,255,255,0.7);margin-bottom:25px;font-size:13px;line-height:1.6}footer .input_holder{gap:15px;flex-direction:column;display:flex}footer .input_holder input[type="email"]{border:1px solid rgba(255,255,255,0.1);border-radius:10px;background-color:rgba(255,255,255,0.05);color:#ffffff;padding:15px;transition:all 0.3s ease;font-size:13px}footer .input_holder input[type="email"]:focus{outline:none;background-color:rgba(255,255,255,0.1);border-color:rgb(207,177,219)}footer .input_holder input[type="email"]::placeholder{color:rgba(255,255,255,0.5)}footer .subscribe_box{padding:15px;background-color:rgb(207,177,219);color:#ffffff;border-radius:10px;font-size:14px;transition:all 0.3s ease;border:none;font-weight:600;cursor:pointer}footer .subscribe_box:hover{box-shadow:0 5px 15px rgba(0,0,0,0.1);transform:translateY(-3px);background-color:rgb(177,141,201)}footer .student_aid{position:relative;text-align:center;margin-top:50px}footer .idea_pool{background-color:rgba(255,255,255,0.05);display:inline-block;border-radius:30px;font-size:16px;color:rgba(255,255,255,0.6);padding:8px 20px}@media (min-width: 768px) {footer .text_main_holder{grid-template-columns:1fr 2fr 1fr;gap:30px}footer .input_holder{flex-direction:row}footer .subscribe_box{white-space:nowrap}} @media (max-width: 991px) {footer .info_item:nth-child(even){transform:translateY(15px)}footer .nav_tutor{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}} @media (max-width: 767px) {footer .about_learn{padding:70px 0 30px}footer .msg_info{margin-top:0;margin-bottom:40px}footer .info_item{height:auto;padding:15px 20px}footer .info_item:nth-child(even){transform:none}footer .head_pro,footer .subscribe_holder{padding:25px 20px}footer .nav_tutor h5,footer .subscribe_holder h5{margin-bottom:15px}footer .student_aid{margin-top:40px}} @media (max-width: 576px) {footer .about_learn{padding:50px 0 20px}footer .top_bar{padding:15px}footer .nav_tutor h5,footer .subscribe_holder h5{font-size:calc(23px - 2px)}footer .input_holder input[type="email"],footer .subscribe_box{padding:12px}}.pricing_bucket{overflow:hidden;padding:6rem 0;position:relative;background:linear-gradient(135deg,rgb(231,215,239) 0%,rgb(177,141,201,0.5) 100%)}.pricing_bucket::before{height:100%;left:0;z-index:1;background:repeating-linear-gradient(45deg,transparent,transparent 40px,rgba(rgb(207,177,219),0.03) 40px,rgba(rgb(207,177,219),0.03) 80px);position:absolute;width:100%;content:"";top:0;pointer-events:none}.pricing_bucket .container{z-index:2;padding:0 1.5rem;margin:0 auto;max-width:1320px;position:relative}.pricing_bucket .price_tiers{flex-direction:column-reverse;display:flex;gap:2.5rem}.pricing_bucket .price_grid{transition:transform 0.5s cubic-bezier(0.25,0.46,0.45,0.94);box-shadow:0 15px 30px rgba(0,0,0,0.1);position:relative;background:rgba(#ffffff,0.9);transform:translateY(0);padding:2rem;z-index:3;max-width:600px;margin:0 auto}.pricing_bucket .price_grid:hover{transform:translateY(-5px)}.pricing_bucket .price_grid h2{font-size:37px;margin-bottom:1rem;position:relative;line-height:1.3;color:#000000;font-weight:700}.pricing_bucket .price_grid h2::after{bottom:-10px;content:"";position:absolute;width:80px;transition:transform 0.5s ease;transform:scaleX(1);transform-origin:left;height:3px;background:rgb(207,177,219);left:0}.pricing_bucket .price_grid:hover h2::after{transform:scaleX(1.5)}.pricing_bucket .pay_options{word-break:break-word;max-width:100%;margin-top:1.5rem;line-height:1.6;color:#000000;overflow-wrap:break-word;font-size:18px}.pricing_bucket .basic_cost{display:grid;gap:30px;position:relative;grid-template-columns:1fr}.pricing_bucket .value_pricing{position:relative;transition:transform 0.4s cubic-bezier(0.175,0.885,0.32,1.275);text-decoration:none;overflow:hidden;height:100%;display:block}.pricing_bucket .value_pricing:hover{transform:translateY(-8px)}.pricing_bucket .learn_fees{height:100%;display:flex;background:#ffffff;box-shadow:0 10px 25px rgba(0,0,0,0.08);overflow:hidden;transition:box-shadow 0.4s ease;flex-direction:column;position:relative;border-radius:8px}.pricing_bucket .value_pricing:hover .learn_fees{box-shadow:0 15px 35px rgba(rgb(207,177,219,0.5),0.15)}.pricing_bucket .premium_cost{flex-grow:1;padding:2rem;flex-direction:column;min-height:280px;display:flex}.pricing_bucket .premium_cost h3{position:relative;font-size:calc(23px + 0.1rem);color:#000000;font-weight:600;margin-bottom:1rem;line-height:1.3}.pricing_bucket .training_sub{font-size:calc(23px + 0.3rem);display:block;font-weight:700;margin:0.5rem 0 1.25rem;position:relative;color:rgb(207,177,219)}.pricing_bucket .training_sub::before{background:rgb(177,141,201);width:40px;left:0;bottom:-10px;content:"";position:absolute;height:2px}.pricing_bucket .premium_cost p{flex-grow:1;margin-top:1.5rem;word-break:break-word;overflow-wrap:break-word;font-size:18px;color:#000000;line-height:1.6}.pricing_bucket .cover_image{transition:transform 0.6s ease-out;position:relative;width:100%;height:220px;transform:scale(1)}.pricing_bucket .cover_image::after{width:100%;height:100%;content:"";z-index:1;background:linear-gradient(to top,rgba(0,0,0,0.5),transparent);top:0;position:absolute;left:0}.pricing_bucket .value_pricing:hover .cover_image{transform:scale(1.05)}@media (min-width: 768px) {.pricing_bucket .basic_cost{grid-template-columns:repeat(2,1fr)}.pricing_bucket .price_grid{padding:3rem}} @media (min-width: 992px) {.pricing_bucket .price_tiers{align-items:center;gap:3rem;flex-direction:row}.pricing_bucket .price_grid{margin:0;width:35%}.pricing_bucket .basic_cost{width:65%}} @media (min-width: 1200px) {.pricing_bucket .basic_cost{grid-template-columns:repeat(2,1fr);gap:40px}.pricing_bucket .premium_cost{padding:2.5rem}.pricing_bucket .price_grid h2{font-size:calc(37px + 0.2rem)}.pricing_bucket .cover_image{height:250px}} @media (max-width: 767px) {.pricing_bucket{padding:4rem 0}.pricing_bucket .premium_cost{min-height:240px;padding:1.5rem}.pricing_bucket .cover_image{height:180px}.pricing_bucket .price_grid{padding:1.5rem}.pricing_bucket .price_grid h2{font-size:calc(37px - 0.2rem)}.pricing_bucket .pay_options{font-size:calc(18px - 0.1rem)}}header{top:0;width:100%;box-shadow:0 5px 25px rgba(0,0,0,0.5);left:0;z-index:100;background:linear-gradient(to bottom,rgb(207,177,219,0.5) 0%,#000000 100%);position:fixed}header::before{z-index:1;top:0;height:100%;animation:pulse-bg 8s infinite alternate;content:"";width:100%;position:absolute;left:0;opacity:0.3;background:radial-gradient(circle at 20% 30%,rgb(177,141,201,0.5) 0%,transparent 15%),radial-gradient(circle at 80% 70%,rgb(207,177,219,0.5) 0%,transparent 15%)}header::after{opacity:0.1;background-size:20px 20px;height:100%;position:absolute;width:100%;content:"";top:0;z-index:1;left:0;background-image:linear-gradient(0deg,transparent 95%,rgb(177,141,201,0.5) 100%),linear-gradient(90deg,transparent 95%,rgb(177,141,201,0.5) 100%)}header .container{flex-direction:column;padding:0;position:relative;display:flex;align-items:center;z-index:2}header .nav_mainbar{position:relative;flex-direction:column;display:flex;width:100%;align-items:center}header .top_study{justify-content:center;text-decoration:none;align-items:center;z-index:3;display:flex;margin:1rem 0 1.5rem;position:relative}header .top_study::before{position:absolute;border-radius:50%;width:120px;background:conic-gradient( transparent 0deg,rgb(177,141,201,0.5) 120deg,transparent 180deg,rgb(207,177,219,0.5) 240deg,transparent 360deg );z-index:-1;height:120px;animation:rotate 10s linear infinite;opacity:0.2;content:""}header .top_study::after{position:absolute;z-index:-2;animation:pulse-opacity 4s ease infinite alternate;opacity:0.3;filter:blur(20px);content:"";background:rgb(177,141,201,0.5);border-radius:50%;height:70px;width:70px}header .top_study svg{height:45px;filter:drop-shadow(0 0 8px rgb(207,177,219,0.5));width:auto;transition:all 0.4s ease}header .top_study:hover svg{transform:scale(1.08);filter:drop-shadow(0 0 12px rgb(177,141,201))}header .nav_tutor{width:100vw;padding:1rem 0;gap:0.8rem;position:relative;display:flex;justify-content:center;overflow-x:auto;scrollbar-width:none;background:linear-gradient(to bottom,rgba(0,0,0,0.5) 0%,#000000 100%);border-top:1px solid rgb(207,177,219,0.5);border-bottom:1px solid rgb(207,177,219,0.5)}header .nav_tutor::-webkit-scrollbar{display:none}header .nav_tutor::before{left:0;background:linear-gradient(90deg,#000000 0%,transparent 10%,transparent 90%,#000000 100%);height:100%;content:"";top:0;width:100%;pointer-events:none;z-index:3;position:absolute}header .site_top{text-transform:uppercase;white-space:nowrap;text-decoration:none;z-index:2;font-size:14px;perspective:800px;transition:all 0.3s ease;position:relative;font-weight:600;font-family:Arial,sans-serif;letter-spacing:1px;color:#ffffff;padding:0.6rem 1.5rem}header .site_top::before{transform:translateZ(-10px);border-radius:10px;height:100%;content:"";z-index:-1;width:100%;transition:all 0.3s ease;border:1px solid transparent;top:0;position:absolute;left:0}header .site_top::after{transition:all 0.3s ease;content:"";position:absolute;height:2px;transform:translateX(-50%);background:rgb(177,141,201);bottom:0;width:0%;left:50%}header .site_top:hover{transform:translateY(-2px) translateZ(0);text-shadow:0 0 5px rgb(177,141,201,0.5);color:rgb(177,141,201)}header .site_top:hover::before{transform:translateZ(0);box-shadow:0 0 15px rgb(207,177,219,0.5);border-color:rgb(177,141,201,0.5)}header .site_top:hover::after{width:80%}@keyframes pulse-bg {0%,100%{opacity:0.2}50%{opacity:0.4}} @keyframes rotate {from{transform:rotate(0deg)}to{transform:rotate(360deg)}} @keyframes pulse-opacity {0%,100%{opacity:0.2;transform:scale(1)}50%{opacity:0.4;transform:scale(1.2)}} @media (max-width: 991px) {header .top_study{margin:0.8rem 0 1.2rem}header .top_study svg{height:40px}header .site_top{font-size:calc(14px - 1px);padding:0.5rem 1.2rem}} @media (max-width: 767px) {header .top_study{margin:0.6rem 0 1rem}header .top_study svg{height:35px}header .top_study::before{height:90px;width:90px}header .top_study::after{height:50px;width:50px}header .nav_tutor{padding:0.8rem 0;justify-content:flex-start}header .site_top{padding:0.4rem 1rem;font-size:calc(14px - 2px)}header .site_top:first-child{margin-left:2rem}header .site_top:last-child{margin-right:2rem}}.course_program_details{overflow:hidden;perspective:1000px;background:rgb(231,215,239);padding:120px 0;position:relative}.course_program_details::before{top:0;opacity:0.05;animation:shiftLines 20s linear infinite;background:repeating-linear-gradient( 45deg,rgb(207,177,219,0.5) 0,rgb(207,177,219,0.5) 1px,transparent 1px,transparent 20px );width:100%;left:0;height:100%;content:"";position:absolute}@keyframes shiftLines {0%{background-position:0 0}100%{background-position:40px 40px}} .course_program_details .container{position:relative;overflow:visible;z-index:2;max-width:1280px;margin:0 auto;padding:0 20px}.course_program_details .skill_academy{gap:0;position:relative;grid-template-columns:1fr;display:grid;min-height:550px;grid-template-rows:auto auto}.course_program_details .text_inner{margin-top:-80px;position:relative;grid-column:1;margin-left:50px;padding:40px;background:#ffffff;border-radius:11px;grid-row:2;box-shadow:0 20px 60px rgba(0,0,0,0.1),0 10px 30px rgba(0,0,0,0.05);transition:transform 0.5s ease;margin-right:50px;transform:translateZ(0);z-index:5}.course_program_details .text_inner::before{border-radius:11px;z-index:-1;background:linear-gradient(120deg,rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.95) 100%);position:absolute;width:100%;left:0;height:100%;top:0;content:"";backdrop-filter:blur(10px)}.course_program_details .text_inner::after{content:"";animation:pulsate 5s ease-in-out infinite;background:radial-gradient(circle,rgb(207,177,219) 0%,transparent 70%);top:-20px;z-index:-1;width:100px;height:100px;filter:blur(20px);border-radius:50%;right:-20px;opacity:0.3;position:absolute}@keyframes pulsate {0%,100%{transform:scale(1);opacity:0.3}50%{transform:scale(1.2);opacity:0.5}} .course_program_details .text_inner h2{font-weight:700;position:relative;margin-bottom:30px;display:inline-block;z-index:2;color:#000000;font-size:37px}.course_program_details .text_inner h2::before{content:"";height:4px;left:0;background:rgb(207,177,219);width:40px;bottom:-8px;transition:width 0.3s ease;border-radius:10px;position:absolute}.course_program_details .text_inner:hover h2::before{width:100%}.course_program_details .text_inner .description{color:#000000;font-size:15px;z-index:2;line-height:1.7;margin-bottom:20px;position:relative}.course_program_details .text_inner .description:last-child{margin-bottom:0}.course_program_details .cover_image{z-index:3;box-shadow:0 30px 60px rgba(0,0,0,0.15);grid-column:1;transition:transform 0.5s ease;grid-row:1;overflow:hidden;height:450px;transform:rotateX(5deg);position:relative;border-radius:11px}.course_program_details .cover_image::before{left:0;position:absolute;height:100%;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,0.5) 100%);top:0;content:"";width:100%;z-index:1}.course_program_details .cover_image::after{content:"";width:100%;position:absolute;background:radial-gradient( circle at 70% 20%,rgb(207,177,219,0.5) 0%,transparent 60% );z-index:1;left:0;mix-blend-mode:overlay;top:0;height:100%}.course_program_details:hover .cover_image{transform:rotateX(2deg) translateY(-10px)}.course_program_details:hover .text_inner{transform:translateY(-10px)}.course_program_details .container::before,.course_program_details .container::after{content:"";z-index:1;position:absolute;border-radius:50%;opacity:0.1;background:rgb(177,141,201,0.5)}.course_program_details .container::before{height:200px;left:-50px;top:-100px;width:200px;animation:float 20s ease-in-out infinite}.course_program_details .container::after{right:-30px;animation:float 15s ease-in-out infinite reverse;width:150px;height:150px;bottom:-50px}@keyframes float {0%,100%{transform:translate(0,0)}25%{transform:translate(20px,-20px)}50%{transform:translate(0,-40px)}75%{transform:translate(-20px,-20px)}} .course_program_details .skill_academy::after{pointer-events:none;right:0;content:"";top:0;background:repeating-linear-gradient( -45deg,transparent,transparent 20px,rgb(207,177,219,0.5) 20px,rgb(207,177,219,0.5) 21px );opacity:0.05;position:absolute;height:100%;width:100%;z-index:1}@media screen and (max-width: 1024px) {.course_program_details{padding:80px 0}.course_program_details .skill_academy{min-height:400px}.course_program_details .cover_image{height:350px}.course_program_details .text_inner{margin-right:30px;margin-top:-60px;margin-left:30px;padding:30px}.course_program_details .container::before{width:150px;height:150px}.course_program_details .container::after{height:100px;width:100px}} @media screen and (max-width: 767px) {.course_program_details{padding:60px 0}.course_program_details .skill_academy{min-height:auto}.course_program_details .cover_image{height:250px;transform:none}.course_program_details .text_inner{margin-left:15px;margin-right:15px;transform:none;padding:25px;margin-top:-40px}.course_program_details .text_inner h2{margin-bottom:20px;font-size:calc(37px * 0.85)}.course_program_details .text_inner .description{font-size:calc(15px * 0.95)}.course_program_details:hover .cover_image,.course_program_details:hover .text_inner{transform:none}.course_program_details .container::before,.course_program_details .container::after{display:none}} @keyframes slideUp {from{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}} .course_program_details .cover_image{animation:slideUp 0.8s ease-out forwards}.course_program_details .text_inner{opacity:0;animation:slideUp 1s 0.3s ease-out forwards;animation-fill-mode:forwards}@media (prefers-color-scheme: dark) {.course_program_details{background:rgb(207,177,219)}.course_program_details .text_inner::before{background:linear-gradient(120deg,rgba(30,30,30,0.9) 0%,rgba(50,50,50,0.95) 100%)}.course_program_details .text_inner h2{color:#ffffff}.course_program_details .text_inner .description{opacity:0.9;color:#ffffff}} @media (prefers-contrast: more) {.course_program_details .text_inner{background:#ffffff}.course_program_details .text_inner h2{color:#000000}.course_program_details .text_inner .description{color:#000000}.course_program_details .cover_image::before{opacity:0.7}} @media (prefers-reduced-motion: reduce) {.course_program_details::before,.course_program_details .container::before,.course_program_details .container::after,.course_program_details .text_inner::after,.course_program_details:hover .cover_image,.course_program_details:hover .text_inner{transform:none;animation:none}.course_program_details .cover_image,.course_program_details .text_inner{opacity:1;animation:none}} .course_program_details .cover_image,.course_program_details .text_inner{will-change:transform;transform:translateZ(0)}@media (hover: hover) {.course_program_details .text_inner:hover h2::before{width:100%}.course_program_details:hover .cover_image{transform:rotateX(2deg) translateY(-10px)}.course_program_details:hover .text_inner{transform:translateY(-10px)}}.privacyAgreementDialog{border-top:3px solid rgb(207,177,219);background:rgb(231,215,239);bottom:0;z-index:100;box-shadow:0 -3px 10px rgba(0,0,0,0.5);display:flex;width:100%;position:fixed;padding:20px 0;justify-content:center}.online_tracking{justify-content:space-between;display:flex;align-items:center;margin:auto;max-width:1200px;border-radius:23px;padding:20px;border:2px solid rgb(207,177,219);background:rgba(0,0,0,0.5);width:90%}.cookie_review{flex-shrink:0;margin-right:20px}.cookie_review svg{width:50px;height:50px;fill:rgb(207,177,219)}.digital_consent{text-align:left;color:#ffffff;flex-grow:1}.digital_consent h5{font-weight:700;text-transform:uppercase;margin-bottom:10px;color:rgb(207,177,219);font-size:18px;letter-spacing:1px}.digital_consent p{font-size:18px;margin:0;color:#ffffff;line-height:1.5}.digital_consent p a{color:rgb(207,177,219);text-decoration:underline}.consent_box{color:#ffffff;font-size:18px;cursor:pointer;border-radius:10px;text-align:center;min-width:120px;background:rgb(207,177,219);border:none;flex-shrink:0;text-decoration:none;padding:10px 20px}.cookie_button.accept_cookies{margin-right:10px}#cookieWarningPrompt{display:none}#cookieWarningPrompt:checked ~ .privacyAgreementDialog{visibility:hidden;opacity:0}@media only screen and (max-width: 1200px) {.online_tracking{align-items:center;text-align:center;flex-direction:column}.cookie_review{margin-bottom:20px;margin-right:0}.consent_box{max-width:250px;margin:10px 0;width:100%}} .contact_form_section{position:relative;padding:100px 0}.contact_form_section::before{content:'';width:100%;position:absolute;background:linear-gradient(135deg,rgb(207,177,219,0.5) 0%,rgb(177,141,201,0.5) 100%);left:0;height:100%;top:0}.contact_form_section .container{padding:0 15px;position:relative;max-width:1200px;margin:0 auto}.contact_form_section .help_help{grid-template-columns:1fr;grid-gap:40px;display:grid}.contact_form_section .request_reach{box-shadow:0 15px 30px rgba(0,0,0,0.1);padding:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:20px;background:#ffffff;border-radius:23px;display:grid}.contact_form_section .request_reach h3{margin-bottom:30px;font-weight:700;position:relative;grid-column:1 / -1;color:#000000;text-align:center;font-size:33px}.contact_form_section .request_reach h3::after{transform:translateX(-50%);background:rgb(207,177,219);width:80px;border-radius:2px;bottom:-15px;height:4px;content:'';left:50%;position:absolute}.contact_form_section .request_reach div{display:flex;align-items:center;padding:30px 20px;background:rgb(231,215,239);transition:all 0.3s ease;text-align:center;border-radius:10px;flex-direction:column}.contact_form_section .request_reach div:hover{transform:translateY(-10px);box-shadow:0 10px 20px rgba(0,0,0,0.1)}.contact_form_section .request_reach svg{margin-bottom:15px;width:40px;height:40px}.contact_form_section .request_reach svg path{fill:rgb(207,177,219)}.contact_form_section .request_reach span{font-size:16px;color:#000000}.contact_form_section .request_reach a{text-decoration:none;transition:color 0.3s ease;font-weight:600;color:rgb(207,177,219)}.contact_form_section .request_reach a:hover{color:rgb(177,141,201)}.contact_form_section .inquiry_message{box-shadow:0 15px 30px rgba(0,0,0,0.1);border-radius:23px;padding:40px;background:#ffffff}.contact_form_section form h3{font-size:33px;position:relative;margin-bottom:40px;font-weight:700;text-align:center;color:#000000}.contact_form_section form h3::after{transform:translateX(-50%);height:4px;background:rgb(207,177,219);width:80px;content:'';left:50%;position:absolute;bottom:-15px;border-radius:2px}.contact_form_section form{grid-gap:25px;grid-template-columns:repeat(2,1fr);display:grid}.contact_form_section form h3{grid-column:1 / -1}.contact_form_section form input[type="text"],.contact_form_section form input[type="email"]{width:100%;border-radius:10px;transition:all 0.3s ease;padding:15px 20px;color:#000000;font-size:16px;background:#ffffff;border:1px solid rgba(0,0,0,0.1)}.contact_form_section form input[type="text"]:focus,.contact_form_section form input[type="email"]:focus{box-shadow:0 0 0 3px rgb(207,177,219,0.5);outline:none;border-color:rgb(207,177,219)}.contact_form_section form input::placeholder{color:rgba(0,0,0,0.4)}.contact_form_section .connect_request{display:flex;align-items:flex-start;grid-column:1 / -1;margin:10px 0}.contact_form_section .connect_request input[type="checkbox"]{transition:all 0.3s ease;width:22px;border-radius:10px;border:2px solid rgba(0,0,0,0.1);margin-right:15px;-webkit-appearance:none;appearance:none;position:relative;flex-shrink:0;height:22px;cursor:pointer}.contact_form_section .connect_request input[type="checkbox"]:checked{background-color:rgb(207,177,219);border-color:rgb(207,177,219)}.contact_form_section .connect_request input[type="checkbox"]:checked::before{border-width:0 2px 2px 0;border:solid #ffffff;content:"";position:absolute;top:4px;height:10px;transform:rotate(45deg);left:7px;width:6px}.contact_form_section .connect_request label{font-size:12px;color:#000000;line-height:1.5}.contact_form_section .connect_request a{color:rgb(207,177,219);font-weight:600;text-decoration:none;transition:color 0.3s ease}.contact_form_section .connect_request a:hover{color:rgb(177,141,201)}.contact_form_section .help_inquiry{grid-column:1 / -1;position:relative;font-size:17px;font-weight:600;padding:18px 20px;border-radius:10px;color:#ffffff;cursor:pointer;border:none;background:rgb(207,177,219);transition:all 0.3s ease;overflow:hidden}.contact_form_section .help_inquiry:hover{box-shadow:0 10px 20px rgba(0,0,0,0.1);transform:translateY(-3px);background:rgb(177,141,201)}@media (max-width: 992px) {.contact_form_section{padding:80px 0}.contact_form_section .request_reach{padding:35px}.contact_form_section .inquiry_message{padding:35px}} @media (max-width: 768px) {.contact_form_section{padding:60px 0}.contact_form_section .request_reach{grid-template-columns:repeat(2,1fr);padding:30px}.contact_form_section .inquiry_message{padding:30px}.contact_form_section form{grid-gap:20px;grid-template-columns:1fr}.contact_form_section .request_reach h3,.contact_form_section form h3{font-size:calc(33px * 0.85);margin-bottom:30px}} @media (max-width: 576px) {.contact_form_section{padding:50px 0}.contact_form_section .request_reach{padding:25px;grid-template-columns:1fr}.contact_form_section .inquiry_message{padding:25px}.contact_form_section .request_reach h3,.contact_form_section form h3{font-size:calc(33px * 0.8);margin-bottom:25px}.contact_form_section .request_reach div{padding:25px 15px}}.user_testimonials{position:relative;background:linear-gradient(135deg,rgb(231,215,239) 0%,rgb(207,177,219,0.5) 100%);overflow:hidden;padding:120px 0 150px}.user_testimonials::before{animation:floatBubble 18s infinite ease-in-out;content:"";border-radius:50%;top:-50px;width:200px;position:absolute;background:rgb(177,141,201,0.5);left:-50px;height:200px;filter:blur(80px)}.user_testimonials::after{background:rgb(207,177,219,0.5);height:250px;right:-80px;content:"";animation:floatBubble 15s infinite ease-in-out alternate;border-radius:50%;position:absolute;filter:blur(100px);bottom:-80px;width:250px}@keyframes floatBubble {0%{transform:translate(0,0) scale(1)}50%{transform:translate(30px,-30px) scale(1.1)}100%{transform:translate(0,0) scale(1)}} .user_testimonials .who_weare{max-width:1300px;padding:0 20px;position:relative;z-index:1;margin:0 auto}.user_testimonials h4{text-align:center;color:#000000;display:inline-block;font-family:Arial,sans-serif;transform:translateX(-50%) skew(-5deg);margin-bottom:70px;position:relative;left:50%;font-size:38px;transform:skew(-5deg);font-weight:700}.user_testimonials h4::after{left:25%;content:"";background:linear-gradient(90deg,transparent,rgb(207,177,219),transparent);width:50%;bottom:-15px;position:absolute;height:4px}.user_testimonials .edu_stories{display:grid;gap:40px;perspective:1000px;grid-template-columns:repeat(3,1fr)}.user_testimonials .learner_reflections{overflow:hidden;border-radius:19px;transform:rotateX(5deg) rotateY(-8deg) translateZ(0);box-shadow:0 15px 30px rgba(0,0,0,0.05);position:relative;background:#ffffff;transition:all 0.5s ease;padding:30px;backface-visibility:hidden}.user_testimonials .learner_reflections:hover{z-index:2;box-shadow:0 20px 40px rgba(0,0,0,0.1);transform:rotateX(0) rotateY(0) translateZ(20px) scale(1.02)}.user_testimonials .learner_reflections::before{top:0;width:100%;content:"";left:0;background:linear-gradient(90deg,rgb(207,177,219),rgb(177,141,201));position:absolute;height:5px}.user_testimonials .learner_reflections .cover_image{width:80px;height:80px;transition:all 0.3s ease;border-radius:50%;border:3px solid #ffffff;box-shadow:0 5px 15px rgba(0,0,0,0.1);margin:0 auto 20px}.user_testimonials .learner_reflections:hover .cover_image{box-shadow:0 8px 25px rgba(0,0,0,0.15);transform:scale(1.1)}.user_testimonials .learner_reflections span{font-weight:700;font-family:Arial,sans-serif;display:block;margin-bottom:15px;color:#000000;text-align:center;font-size:22px;position:relative}.user_testimonials .learner_reflections span::after{margin:10px auto 0;display:block;height:2px;content:"";width:30px;background:rgb(207,177,219)}.user_testimonials .learner_reflections p{font-weight:400;text-align:center;position:relative;font-family:Arial,sans-serif;line-height:1.6;color:#000000;font-size:16px}.user_testimonials .learner_reflections p::before{color:rgb(207,177,219,0.5);left:-5px;top:-20px;content:'"';font-family:serif;opacity:0.2;z-index:-1;position:absolute;font-size:80px}@media (max-width: 1200px) {.user_testimonials{padding:100px 0}.user_testimonials .edu_stories{gap:30px;grid-template-columns:repeat(2,1fr)}.user_testimonials .learner_reflections{transform:rotateX(3deg) rotateY(-5deg) translateZ(0);padding:25px}} @media (max-width: 768px) {.user_testimonials{padding:80px 0}.user_testimonials h4{margin-bottom:50px;font-size:calc(38px * 0.9)}.user_testimonials .edu_stories{grid-template-columns:1fr;max-width:500px;gap:25px;margin:0 auto}.user_testimonials .learner_reflections{transform:rotateX(0) rotateY(0);padding:30px 20px}.user_testimonials .learner_reflections .cover_image{width:70px;height:70px}}.leadership_profile{background:linear-gradient(135deg,rgb(231,215,239),rgba(245,247,250,0.9));padding:80px 0;overflow:hidden;position:relative}.leadership_profile::before{height:100%;content:"";z-index:0;position:absolute;left:0;background-image:linear-gradient(30deg,rgb(177,141,201,0.5) 2px,transparent 2px),linear-gradient(120deg,rgb(177,141,201,0.5) 2px,transparent 2px);width:100%;top:0;background-size:60px 60px;opacity:0.07}.leadership_profile::after{transform:rotate(-15deg);content:"";top:-50%;position:absolute;z-index:1;width:70%;right:-20%;opacity:0.1;background:radial-gradient(circle at center,rgb(177,141,201,0.5) 0%,transparent 70%);height:200%}.leadership_profile .container{z-index:2;max-width:1140px;position:relative;padding:0 15px;margin:0 auto}.leadership_profile .learner_reflections{box-shadow:15px 15px 30px rgba(rgba(0,0,0,0.5),0.06),-5px -5px 20px rgba(#ffffff,0.8),inset 2px 2px 5px rgba(#ffffff,0.4),inset -2px -2px 5px rgba(rgba(0,0,0,0.5),0.05);padding:40px;gap:30px;border-radius:8px;background:#ffffff;position:relative;display:grid;overflow:hidden;grid-template-columns:1fr;transition:all 0.5s cubic-bezier(0.25,1,0.5,1)}.leadership_profile .learner_reflections:hover{box-shadow:20px 20px 40px rgba(rgba(0,0,0,0.5),0.08),-8px -8px 25px rgba(#ffffff,0.9),inset 2px 2px 5px rgba(#ffffff,0.4),inset -2px -2px 5px rgba(rgba(0,0,0,0.5),0.05);transform:translateY(-5px)}.leadership_profile .learner_reflections > div:first-child{justify-content:center;align-items:center;display:flex}.leadership_profile .cover_image{box-shadow:8px 8px 16px rgba(rgba(0,0,0,0.5),0.1),-4px -4px 12px rgba(#ffffff,0.6);position:relative;width:160px;transition:transform 0.6s cubic-bezier(0.34,1.56,0.64,1);transform:rotate(-2deg);height:160px;border-radius:12px}.leadership_profile .learner_reflections:hover .cover_image{transform:rotate(1deg) scale(1.03)}.leadership_profile .cover_image::before{opacity:0.2;left:-15px;background:linear-gradient(135deg,rgb(177,141,201,0.5),transparent);transform:rotate(-3deg);border-radius:20px;transition:transform 0.8s ease;top:-15px;right:-15px;content:"";position:absolute;bottom:-15px;z-index:-1}.leadership_profile .learner_reflections:hover .cover_image::before{transform:rotate(1deg) scale(1.05)}.leadership_profile .learner_reflections > div:nth-child(2){text-align:center;position:relative;padding-bottom:20px}.leadership_profile .learner_reflections > div:nth-child(2)::after{content:"";background:linear-gradient(90deg,transparent,rgb(177,141,201),transparent);left:50%;transform:translateX(-50%);bottom:0;width:80px;height:3px;position:absolute}.leadership_profile .name{font-weight:700;margin:0 0 10px;color:rgb(207,177,219);font-family:Arial,sans-serif;font-size:calc(20px * 1.1);position:relative;letter-spacing:0.5px;display:inline-block}.leadership_profile .learner_reflections > div:nth-child(2) > div{padding:5px 15px;font-size:calc(14px * 0.95);backdrop-filter:blur(2px);border-radius:4px;letter-spacing:0.3px;background:linear-gradient(120deg,rgba(rgb(177,141,201,0.5),0.05),rgba(rgb(177,141,201,0.5),0.15));display:inline-block;font-weight:600;position:relative;color:rgb(177,141,201)}.leadership_profile .exp_box{backdrop-filter:blur(3px);border-left:3px solid rgb(177,141,201);font-family:Arial,sans-serif;line-height:1.7;padding:10px 20px 10px 30px;background:linear-gradient(to right,rgba(rgb(177,141,201,0.5),0.05),transparent);position:relative;color:#000000;font-size:14px;margin:0}.leadership_profile .exp_box::before{left:10px;font-size:80px;content:"";opacity:0.1;top:-20px;position:absolute;color:rgb(177,141,201);font-family:serif}.leadership_profile .exp_box::after{position:absolute;font-size:80px;opacity:0.1;color:rgb(177,141,201);font-family:serif;content:"";right:10px;bottom:-70px}@media (min-width: 768px) {.leadership_profile{padding:100px 0}.leadership_profile .learner_reflections{align-items:center;grid-template-columns:auto 1fr;padding:50px;grid-template-areas:"photo info" "quote quote";gap:40px 50px}.leadership_profile .learner_reflections > div:first-child{grid-area:photo}.leadership_profile .learner_reflections > div:nth-child(2){grid-area:info;padding-bottom:0;text-align:left}.leadership_profile .learner_reflections > div:nth-child(3){grid-area:quote}.leadership_profile .learner_reflections > div:nth-child(2)::after{left:0;transform:none;width:60px;bottom:-10px;background:linear-gradient(90deg,rgb(177,141,201),transparent)}.leadership_profile .cover_image{width:200px;height:200px}.leadership_profile .exp_box{font-size:calc(14px * 1.05);margin-top:20px;padding:25px 40px 25px 50px}} @media (min-width: 992px) {.leadership_profile .learner_reflections{grid-template-columns:auto 1fr 1fr;gap:0 50px;grid-template-areas:"photo info quote"}.leadership_profile .cover_image{height:240px;transform:rotate(-3deg);width:240px}.leadership_profile .learner_reflections:hover .cover_image{transform:rotate(0) scale(1.05)}.leadership_profile .exp_box{position:relative;border-left:none;margin-top:0;padding:30px;background:linear-gradient(135deg,rgba(rgb(177,141,201,0.5),0.08),transparent)}.leadership_profile .exp_box::before{left:0}.leadership_profile .exp_box::after{right:0}.leadership_profile .exp_box:before{background:linear-gradient(to bottom,rgb(177,141,201),transparent);content:"";position:absolute;height:100%;left:-25px;width:3px;top:0}} @media (max-width: 767px) {.leadership_profile{padding:60px 0}.leadership_profile .learner_reflections{padding:30px 25px}.leadership_profile .cover_image{width:140px;height:140px}.leadership_profile .name{font-size:20px}.leadership_profile .learner_reflections > div:nth-child(2) > div{font-size:calc(14px * 0.9)}.leadership_profile .exp_box{font-size:calc(14px * 0.95);padding:15px 15px 15px 25px;line-height:1.6}}.gratDiv{background:linear-gradient(135deg,rgb(231,215,239) 25%,rgba(rgb(207,177,219,0.5),0.05) 100%);overflow:hidden;position:relative;padding:5rem 0}.gratDiv::before{z-index:0;animation:float 15s ease-in-out infinite alternate;filter:blur(80px);background:linear-gradient(120deg,rgb(177,141,201),rgba(rgb(177,141,201,0.5),0.2));position:absolute;height:70%;width:40%;right:-10%;opacity:0.1;top:-15%;transform:rotate(35deg) skew(15deg);content:""}.gratDiv::after{height:10px;position:absolute;bottom:0;width:100%;opacity:0.3;content:"";z-index:1;left:0;background:linear-gradient(90deg,transparent,rgb(207,177,219) 20%,rgb(177,141,201) 50%,rgb(207,177,219) 80%,transparent)}.gratDiv .container{z-index:2;margin:0 auto;padding:0 1.5rem;max-width:1140px;position:relative}.gratDiv .who_weare{transition:transform 0.5s cubic-bezier(0.23,1,0.32,1),box-shadow 0.5s ease;backdrop-filter:blur(10px);box-shadow:0 10px 30px rgba(rgba(0,0,0,0.5),0.05),0 1px 0 rgba(rgb(255,255,255,0.5),0.95) inset,0 -20px 50px rgba(rgb(177,141,201,0.5),0.1) inset;flex-direction:column;padding:3.5rem;gap:2rem;position:relative;display:flex;transform:perspective(1000px) rotateY(1deg);background:rgba(rgb(255,255,255,0.5),0.9)}.gratDiv .who_weare:hover{box-shadow:0 15px 35px rgba(rgba(0,0,0,0.5),0.08),0 1px 0 rgba(rgb(255,255,255,0.5),0.95) inset,0 -20px 50px rgba(rgb(177,141,201,0.5),0.15) inset;transform:perspective(1000px) rotateY(-1deg)}.gratDiv .who_weare > div:first-child{position:relative;padding-bottom:1.5rem}.gratDiv .who_weare > div:first-child::after{left:0;height:3px;background:rgb(207,177,219);transform-origin:left;transition:width 0.5s cubic-bezier(0.19,1,0.22,1);content:"";bottom:0;position:absolute;width:60px}.gratDiv .who_weare:hover > div:first-child::after{width:120px}.gratDiv h5{line-height:1.4;margin:0 0 0.5rem 0;transition:transform 0.4s ease;font-size:20px;font-weight:700;transform:translateX(-5px);position:relative;color:#000000}.gratDiv .who_weare:hover h5{transform:translateX(0)}.gratDiv a{text-decoration:none;transition:transform 0.3s ease-out;position:relative;display:block}.gratDiv a:hover{transform:translateY(-3px)}.gratDiv p{line-height:1.8;transition:color 0.3s ease;font-weight:400;margin:0;color:#000000;font-family:Arial,sans-serif;position:relative;font-size:17px}.gratDiv a:hover p{color:rgb(207,177,219)}.gratDiv a::before{content:"";width:0;opacity:0.7;background:linear-gradient(90deg,rgb(207,177,219),rgb(177,141,201));transition:width 0.5s cubic-bezier(0.165,0.84,0.44,1);position:absolute;bottom:-10px;height:1px;left:0}.gratDiv a:hover::before{width:100%}.gratDiv .who_weare > div:first-child::before{color:rgb(177,141,201);content:"✓";opacity:0.1;top:-20px;position:absolute;right:0;transform:rotate(-5deg) scale(0.9);font-size:calc(32px * 1.5);transition:all 0.5s cubic-bezier(0.175,0.885,0.32,1.275)}.gratDiv .who_weare:hover > div:first-child::before{transform:rotate(5deg) scale(1.1);opacity:0.2}@keyframes float {0%{transform:rotate(35deg) skew(15deg) translate(0,0)}50%{transform:rotate(38deg) skew(12deg) translate(-20px,20px)}100%{transform:rotate(32deg) skew(18deg) translate(20px,-10px)}} @media (max-width: 992px) {.gratDiv{padding:4rem 0}.gratDiv .who_weare{padding:2.5rem}.gratDiv h5{font-size:calc(20px * 0.9)}} @media (max-width: 768px) {.gratDiv{padding:3rem 0}.gratDiv .who_weare{transform:perspective(1000px) rotateY(0deg);padding:2rem;gap:1.5rem}.gratDiv .who_weare:hover{transform:perspective(1000px) rotateY(0deg)}.gratDiv h5{font-size:calc(20px * 0.85);transform:translateX(0)}.gratDiv p{font-size:calc(17px * 0.95)}.gratDiv::before{width:60%;height:50%;right:-30%;top:-10%}} @media (max-width: 576px) {.gratDiv{padding:2.5rem 0}.gratDiv .who_weare{padding:1.5rem;gap:1.25rem}.gratDiv h5{font-size:calc(20px * 0.8)}.gratDiv p{line-height:1.6;font-size:calc(17px * 0.9)}.gratDiv .who_weare > div:first-child{padding-bottom:1rem}.gratDiv .who_weare > div:first-child::after{width:40px;height:2px}.gratDiv .who_weare:hover > div:first-child::after{width:80px}.gratDiv .who_weare > div:first-child::before{font-size:calc(32px * 1.2);top:-15px}}header .top_plank{background:rgb(207,177,219);color:#ffffff}header .top_plank .nav_slice div svg,header .top_plank .nav_slice div svg path{fill:#ffffff}header .top_plank .nav_slice div span{color:#ffffff}header .top_plank .nav_slice{padding:15px 0 10px 0;flex-wrap:wrap;line-height:21px;justify-content:flex-start;align-items:center;display:flex;width:100%;font-size:14px}header .top_plank .nav_slice div{display:flex;justify-content:flex-start;align-items:center;margin-right:24px}header .top_plank .nav_slice div img,header .top_plank .nav_slice div svg{margin-right:8px;width:16px;height:16px}.our_background{padding:100px 0;overflow:hidden;position:relative;background-color:rgb(231,215,239)}.our_background::before{opacity:0.05;height:100%;top:0;background:repeating-linear-gradient( -45deg,rgb(207,177,219,0.5) 0,rgb(207,177,219,0.5) 1px,transparent 1px,transparent 20px );z-index:1;width:100%;content:"";position:absolute;left:0}.our_background .container{position:relative;z-index:2}.our_background .who_weare{position:relative;display:flex;gap:0;max-width:1200px;margin:0 auto;flex-wrap:wrap}.our_background .who_weare h3{font-size:44px;width:100%;padding-left:20px;font-weight:700;color:#000000;transform:translateZ(0);border-left:6px solid rgb(207,177,219);position:relative;margin-bottom:60px;transition:transform 0.3s ease}.our_background .who_weare h3:hover{transform:translateX(5px)}.our_background .class_pro{width:55%;position:relative;padding-right:60px}.our_background .pro_track{position:relative;width:45%}.our_background .class_pro span{font-weight:600;padding:8px 15px;color:rgb(207,177,219);display:inline-block;border-radius:10px;font-size:22px;background-color:rgb(207,177,219,0.5);position:relative;margin-bottom:20px;transform:skewX(-10deg)}.our_background .class_pro p{line-height:1.8;margin-bottom:40px;position:relative;color:#000000;font-size:16px}.our_background .pro_track p{position:relative;margin-bottom:40px;line-height:1.8;color:#000000;font-size:16px}.our_background .class_pro .cover_image{position:relative;overflow:hidden;transition:all 0.3s ease;border-radius:0 12px 12px 0;width:100%;box-shadow:-15px 15px 0 rgb(207,177,219,0.5);height:320px}.our_background .class_pro .cover_image:hover{box-shadow:-20px 20px 0 rgb(207,177,219,0.5);transform:translate(5px,-5px)}.our_background .pro_track .learning_space{box-shadow:15px 15px 0 rgb(177,141,201,0.5);transition:all 0.3s ease;position:relative;overflow:hidden;margin-bottom:40px;height:320px;width:100%;border-radius:12px 0 0 12px}.our_background .pro_track .learning_space:hover{box-shadow:20px 20px 0 rgb(177,141,201,0.5);transform:translate(-5px,-5px)}.our_background .class_pro::after{bottom:-30px;height:2px;position:absolute;left:0;background:linear-gradient(90deg,rgb(207,177,219),transparent);width:40%;content:""}.our_background .pro_track::before{top:-30px;content:"";width:40%;right:0;position:absolute;background:linear-gradient(90deg,transparent,rgb(177,141,201));height:2px}@keyframes float {0%{transform:translateY(0)}50%{transform:translateY(-10px)}100%{transform:translateY(0)}} @media (max-width: 1024px) {.our_background{padding:80px 0}.our_background .who_weare h3{margin-bottom:40px}.our_background .class_pro,.our_background .pro_track{width:50%}.our_background .class_pro{padding-right:30px}.our_background .class_pro .cover_image,.our_background .pro_track .learning_space{height:280px}} @media (max-width: 768px) {.our_background{padding:60px 0}.our_background .who_weare h3{margin-bottom:30px;font-size:calc(44px * 0.8)}.our_background .class_pro,.our_background .pro_track{padding-right:0;width:100%}.our_background .class_pro{margin-bottom:60px}.our_background .class_pro .cover_image{border-radius:12px;box-shadow:-10px 10px 0 rgb(207,177,219,0.5);height:250px}.our_background .pro_track .learning_space{border-radius:12px;box-shadow:10px 10px 0 rgb(177,141,201,0.5);height:250px}.our_background .class_pro::after,.our_background .pro_track::before{width:30%}} @media (max-width: 576px) {.our_background{padding:40px 0}.our_background .who_weare h3{margin-bottom:25px;border-left-width:4px;padding-left:15px;font-size:calc(44px * 0.7)}.our_background .class_pro{margin-bottom:40px}.our_background .class_pro span{font-size:calc(22px * 0.9);padding:6px 12px}.our_background .class_pro p,.our_background .pro_track p{font-size:calc(16px * 0.95);line-height:1.6;margin-bottom:25px}.our_background .class_pro .cover_image,.our_background .pro_track .learning_space{height:200px}.our_background .class_pro .cover_image{box-shadow:-8px 8px 0 rgb(207,177,219,0.5)}.our_background .pro_track .learning_space{box-shadow:8px 8px 0 rgb(177,141,201,0.5)}.our_background .class_pro::after,.our_background .pro_track::before{width:25%}}.privacy_holder{font-family:Arial,sans-serif;height:100%;width:100%;padding:30px;background-color:rgb(177,141,201);overflow:hidden;color:#000000}.privacy_holder h1{margin-top:30px;margin-bottom:20px;font-size:39px;font-weight:700;color:rgb(207,177,219)}.privacy_holder h2{color:rgb(207,177,219);margin-top:25px;font-size:35px;margin-bottom:15px;font-weight:600}.privacy_holder h3,.privacy_holder h4,.privacy_holder h5,.privacy_holder h6{color:rgb(207,177,219);font-size:20px;font-weight:400;margin-top:20px;margin-bottom:10px}.privacy_holder li{margin-bottom:10px;color:#ffffff;font-size:13px}.privacy_holder section{border-radius:15px;box-shadow:0 4px 8px rgba(0,0,0,0.5);padding:20px}.privacy_holder p,.privacy_holder span,.privacy_holder div{color:#ffffff;margin-bottom:5px;line-height:20px;font-size:13px}@media only screen and (max-width: 800px) {.privacy_holder{padding:20px}.privacy_holder h1{margin-top:25px;font-size:calc(20px - 5px);margin-bottom:15px}.privacy_holder h2{margin-top:20px;font-size:calc(20px - 3px);margin-bottom:10px}.privacy_holder h3,.privacy_holder h4,.privacy_holder h5,.privacy_holder h6{font-size:calc(20px - 2px);margin-bottom:5px;margin-top:15px}.privacy_holder ul,.privacy_holder ol{padding:5px 0;margin:10px 0}.privacy_holder li{margin-bottom:5px;font-size:calc(13px - 1px)}.privacy_holder p,.privacy_holder span,.privacy_holder div{font-size:calc(13px - 1px);margin-bottom:4px}}