*{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden}body{background-color:#f7f9fa}nav{height:8rem;background-color:#fff;padding:0 2rem}.container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;overflow:hidden;width:99vw;padding:.75rem}.wrapper{display:flex;gap:1.5rem}.inputRounded .MuiOutlinedInput-root{border-radius:10px}.inputRounded2 .MuiOutlinedInput-root{border-radius:2rem}.btn-inverted{color:#fff;background-color:#000}.btn-inverted img{filter:invert(1)}.btn-inverted:hover{background-color:#000}.btn-inverted:disabled,.btn-inverted[disabled]{color:#fff}.flyin-box-container{translate:0 -8rem;grid-area:flyinBoxContainer;display:flex;align-items:flex-start;gap:.8rem;height:15rem;&>div{top:0;position:relative;text-align:center;display:flex;flex-direction:column;justify-content:space-around;background-color:#fff;gap:1rem;padding:1rem;max-width:16rem;flex:1 1;border:2px solid #000;border-radius:8px;animation:flyin 1.4s cubic-bezier(.48,1.61,1,1.02) .2s backwards;&>h5,&>p{line-height:1.264}&>p{font-size:1.25rem}}&>div:nth-of-type(2){top:5rem}&>div:first-of-type{top:9rem}}@keyframes flyin{0%{top:50rem;opacity:0}to{opacity:1}}.outlined-text{-webkit-text-stroke:2px #000;color:transparent}.outlined-text span{color:#000}.section2-main-img.animated{animation:loadOnScreen calc(var(--timeout-time)*1ms) ease-in-out}@keyframes loadOnScreen{0%{opacity:0;scale:1.2}to{opacity:1;scale:1}}.section2-card{position:relative;width:44rem;display:flex;align-items:center;gap:1.2rem;padding:1rem;box-shadow:0 0 0 1px #d4d4d4;border-radius:1.4rem;cursor:pointer;overflow:hidden;filter:opacity(.6);&.selected{filter:opacity(1);transition:all .1s ease-in;pointer-events:none}&.selected:after{position:absolute;left:0;top:0;content:"";height:100%;width:1rem;background-color:#5624d0}}.pricing-card{min-width:calc(30vw - 4rem);position:relative;box-shadow:0 0 2px 0 #727272;border-radius:1.25rem;overflow:hidden;padding:2.26rem 1rem 2rem;display:flex;flex-direction:column;gap:1.2rem;background-color:#fff;transition:box-shadow .2s ease-in-out,scale .2s ease-in-out;&:before{content:"";position:absolute;top:0;left:0;width:100%;height:1.26rem;background-color:#5624d0}&:hover{box-shadow:1px 1px 6px 0 #727272;scale:1.01}& span[data-bestseller]{border-radius:0 1.25rem 0 1.25rem;position:absolute;right:0;top:0;background-color:#c60000;color:#f4f5fa;padding:1rem}& .card-main-heading{font-weight:400}& .ratings{display:flex;align-items:center;gap:.8rem}& .specs li{list-style-type:none;position:relative;padding-left:30px;font-size:14px;margin-bottom:.6rem;&:before{content:"";background-image:url(/landing/checkIcon.png);background-size:cover;width:18px;aspect-ratio:1;position:absolute;top:50%;left:0;translate:0 -50%}}}.subscription-button{background-color:#fff;color:#000;text-transform:unset;font-size:1.25rem;border:1px solid #000;display:flex;gap:.8rem}.reviews{margin:2rem 0;display:grid;width:100%;grid-row-gap:2rem;row-gap:2rem;grid-column-gap:1rem;column-gap:1rem;&>div:not(:first-child){display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;min-height:280px;border-radius:20px;padding:1rem;box-shadow:2px 3px 4px 0 #72727236}}.company-slider{height:120px;padding:3rem 0;width:100%;overflow-x:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 10% 90%,transparent);mask-image:linear-gradient(90deg,transparent,#000 10% 90%,transparent);&>.list{min-width:calc(150px * var(--elements));height:100%;position:relative;&>.item{position:absolute;left:100%;top:50%;translate:0 -50%;width:150px;height:100px;background-image:var(--img-url);background-size:contain;background-repeat:no-repeat;background-position:50%;animation:slide-in calc(var(--animation-duration)*1ms) linear infinite;animation-delay:calc((var(--animation-duration)/var(--elements)) * var(--image-pos)*1ms);transition:scale .2s ease-in;&:hover{scale:1.05}}&:hover>.item{animation-play-state:paused}}}@keyframes slide-in{0%{left:100%}to{left:-150px}}.contact-form{& form{display:flex;flex-direction:column;gap:1rem;& input,& textarea{color:#fff}}}.customButtonOne{&.clicked button{top:1px;left:1px;&:after{display:none}}& button{--primaryClr:0 0 0;--secondaryClr:255 255 255;--transitionTime:200ms;position:relative;display:flex;gap:.7rem;align-items:center;cursor:pointer;text-transform:unset;border-radius:.8rem;padding:1rem;background:rgb(var(--primaryClr)/1);color:rgb(var(--secondaryClr)/1);transition:background var(--transitionTime) ease-in alternate;p{font-weight:500}&:hover{background:#3d3d3d}&:after{position:absolute;left:1px;top:1px;z-index:-1;content:"";width:100%;height:100%;border-radius:.8rem;background:#d4d4d4;border:2px solid rgb(var(--primaryClr)/.7)}}}.coursesSection{width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-row-gap:2rem;row-gap:2rem;justify-items:center}.course-carousel-parent{grid-area:courseCards;position:relative;overflow-x:hidden;scroll-behavior:smooth;&>button{cursor:pointer;border-radius:50%;width:3.75rem;height:3.75rem;font-size:1.8rem;font-weight:700;color:#fff;background-color:#11111194;position:absolute;z-index:55;top:50%;&[name=move-left]{left:0;translate:0 -50%}&[name=move-right]{right:0;translate:0 -50%}}}.course-carousel{overflow-x:scroll;scroll-behavior:smooth;scroll-snap-type:x proximity;display:flex;height:32rem;gap:1.35rem;padding:.7rem .5rem;transition:all .7s ease-in-out;&::-webkit-scrollbar{display:none}&>div{scroll-snap-align:start}}.hover-component{position:absolute;top:0;left:50%;min-width:22rem;display:flex;flex-direction:column;gap:.675rem;padding:1.375rem;border-radius:1.25rem;border:1px solid #d4d4d4;background-color:#fff;z-index:50;opacity:0;transition:opacity .3s ease-in;& ul{list-style-type:none;display:flex;flex-direction:column;gap:.45rem;position:relative;& li{font-weight:500;padding-left:26px;&:before{content:"";width:20px;aspect-ratio:1;background-image:url(/landing/listIcon.svg);display:inline-block;position:absolute;translate:-26px 0}}}& .heart-button{--primary:#e5d1ff;--dark-primary:#9747ff;--light-grey:#f3f3f3;--dark-grey:#cecece;width:57px;aspect-ratio:1;border-radius:50%;border:1px solid #d4d4d4;position:relative;background-color:#fff;.heart{position:absolute;left:50%;top:50%;translate:-50% -50%;display:block;width:15px;aspect-ratio:1;background-color:var(--dark-grey);rotate:45deg;transition:.2s ease-in;margin-top:2px;&:after,&:before{content:"";position:absolute;background-color:inherit;width:100%;height:100%;border-radius:50%}&:before{left:-50%}&:after{top:-50%;left:0}}&:hover{.heart{background-color:var(--primary)}}&:active{background-color:var(--light-grey)}&.clicked{.heart{background-color:var(--dark-primary)}}}}@font-face{font-family:__Alegreya_0a84ab;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/daa7ea0dee5f1156-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Alegreya_0a84ab;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b9961ccddb6cd303-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Alegreya_0a84ab;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/88f0f4ae3cd2cf0b-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Alegreya_0a84ab;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/dd14e69c859790e0-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Alegreya_0a84ab;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/84871feeb38e18b2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Alegreya_0a84ab;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/a46786ed4c4f756b-s.woff2) format("woff2");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Alegreya_0a84ab;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/1a3d6d3fe94feae6-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Alegreya_Fallback_0a84ab;src:local("Times New Roman");ascent-override:100.67%;descent-override:34.18%;line-gap-override:0.00%;size-adjust:100.92%}.__className_0a84ab{font-family:__Alegreya_0a84ab,__Alegreya_Fallback_0a84ab;font-weight:500;font-style:normal}@font-face{font-family:__Ubuntu_1e1809;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/1ba8e8b6c9d172f6-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Ubuntu_1e1809;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/95eedef70bd4de40-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Ubuntu_1e1809;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/1d8e2dbdadbdf483-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Ubuntu_1e1809;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/d1e001fefb299ae5-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Ubuntu_1e1809;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/2463254c8c0fd5e6-s.woff2) format("woff2");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Ubuntu_1e1809;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/f28c0d0ddfdf7c25-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Ubuntu_1e1809;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cb6f448281d0c282-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Ubuntu_1e1809;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/0cf580864ae59341-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Ubuntu_1e1809;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fb3d4f9492d39101-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Ubuntu_1e1809;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b3e13a4ac57b538e-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Ubuntu_1e1809;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8bb90efd1b2442e0-s.woff2) format("woff2");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Ubuntu_1e1809;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/f884d4ea94220255-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Ubuntu_1e1809;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f98b5748eac51d35-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Ubuntu_1e1809;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f9e3f1f7478b5cbf-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Ubuntu_1e1809;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/2ffff5335cee8907-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Ubuntu_1e1809;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/cfcbe5037985cfe8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Ubuntu_1e1809;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7eba5a0cf69ea5af-s.woff2) format("woff2");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Ubuntu_1e1809;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e76854c588de135c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Ubuntu_1e1809;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/d4f7cefda76b2fff-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Ubuntu_1e1809;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/d51be7479414f4fc-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Ubuntu_1e1809;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3be63adebbe80e17-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Ubuntu_1e1809;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7e2a926bef88262a-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Ubuntu_1e1809;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/86ba892d94d0e659-s.woff2) format("woff2");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Ubuntu_1e1809;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e94cfb95acf534f2-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Ubuntu_Fallback_1e1809;src:local("Arial");ascent-override:91.32%;descent-override:18.52%;line-gap-override:2.74%;size-adjust:102.06%}.__className_1e1809{font-family:__Ubuntu_1e1809,__Ubuntu_Fallback_1e1809;font-style:normal}@font-face{font-family:__Inter_36bd41;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_36bd41;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_36bd41;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_36bd41;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_36bd41;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_36bd41;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/6d93bde91c0c2823-s.woff2) format("woff2");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_36bd41;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/a34f9d1faa5f3315-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_36bd41;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_36bd41{font-family:__Inter_36bd41,__Inter_Fallback_36bd41;font-style:normal}