.social-section{display:flex;justify-content:center;margin-bottom:3rem}.social-container{gap:30px;width:506px;max-width:90%;height:80px;background:rgba(255,255,255,.5);backdrop-filter:blur(5px);padding:15px 18px;margin:0 auto;box-shadow:0 4px 20px 0 rgba(0,0,0,.15)}.promo-button,.social-container{display:flex;align-items:center;border-radius:999px}.promo-button{gap:10px;width:fit-content;white-space:nowrap;height:44px;padding:12px;background:rgba(255,0,0,.08);color:#000000;border:none;cursor:pointer;font-size:1rem;transition:all .3s ease}.promo-button:hover{background:rgba(255,0,0,.12)}.play-icon{width:20px;height:15px;flex-shrink:0}.social-divider{width:1px;height:20px;background:rgba(6,28,61,.3);border:none}.social-medias{gap:30px}.social-link,.social-medias{display:flex;align-items:center}.social-link{justify-content:center;width:44px;height:44px;border-radius:999px;padding:12px;background:rgba(24,119,242,.08);color:white;transition:all .3s ease;text-decoration:none}.social-link:hover{background:rgba(24,119,242,.15);transform:translateY(-2px)}.social-link svg{width:20px;height:20px}@media (max-width:1366px) and (min-width:1025px){.social-section{margin-bottom:4rem}.social-container{width:420px;max-width:80%;height:65px;gap:22px;padding:12px 15px}.promo-button{height:38px;padding:9px;font-size:.85rem;gap:7px}.play-icon{width:17px;height:12px}.social-divider{height:17px}.social-medias{gap:22px}.social-link{width:38px;height:38px;padding:9px}.social-link svg{width:17px;height:17px}}@media (max-width:1024px){.social-section{margin-bottom:7rem}.social-container{width:450px;max-width:85%;height:70px;gap:25px;padding:13px 16px}.promo-button{height:40px;padding:10px;font-size:.9rem;gap:8px}.play-icon{width:18px;height:13px}.social-divider{height:18px}.social-link{width:40px;height:40px;padding:10px}.social-link svg{width:18px;height:18px}}@media (max-width:768px){.social-section{margin-bottom:7rem}.social-container{width:400px;max-width:80%;height:60px;gap:20px;padding:12px 14px}.promo-button{height:36px;padding:8px;font-size:.8rem;gap:6px}.play-icon{width:16px;height:12px}.social-divider{height:16px}.social-medias{gap:20px}.social-link{width:36px;height:36px;padding:9px}.social-link svg{width:16px;height:16px}}@media (max-width:640px){.social-section{margin-bottom:9rem}.social-container{width:350px;max-width:85%;height:55px;gap:15px;padding:10px 12px}.promo-button{height:34px;padding:7px;font-size:.75rem}.play-icon{width:14px;height:10px}.social-divider{height:14px}.social-medias{gap:15px}.social-link{width:34px;height:34px;padding:8px}.social-link svg{width:15px;height:15px}}@media (max-width:480px){.social-section{margin-bottom:11rem}.social-container{width:95%;height:50px;gap:12px;padding:8px 10px}.promo-button{height:32px;padding:6px;font-size:.7rem}.play-icon{width:12px;height:9px}.social-divider{height:12px}.social-medias{gap:12px}.social-link{width:32px;height:32px;padding:7px}.social-link svg{width:14px;height:14px}}.teacher-card{position:relative}.teacher-card-stretched-link{position:absolute;inset:0;z-index:1;font-size:0;color:transparent;text-decoration:none}.teacher-paragraph,.teacher-youtube-btn{position:relative;z-index:2}.teacher-paragraph{font-family:var(--font-andika),sans-serif;font-weight:400;font-size:16px;line-height:23px;letter-spacing:0;color:#7a7a7a;margin-top:.75rem;max-width:307px}.teacher-paragraph p{margin:0 0 .5em}.teacher-paragraph p:last-child{margin-bottom:0}.teacher-paragraph a{color:#7a7a7a;text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px;font-weight:400;transition:color .2s ease,text-decoration-thickness .2s ease}.teacher-paragraph a:focus-visible,.teacher-paragraph a:hover{color:#4d4d4d;text-decoration-thickness:2px}.teacher-youtube-btn{display:inline-flex;align-items:center;justify-content:flex-start;gap:10px;width:220px;padding:10px 16px;margin-top:1rem;background:#fde2e3;border:1px solid #fde2e3;border-radius:999px;cursor:pointer;font-family:var(--font-andika),sans-serif;font-size:14px;font-weight:500;color:#1f1f1f;white-space:nowrap;transition:background .2s ease,transform .15s ease}.teacher-youtube-btn-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.teacher-youtube-btn:focus-visible,.teacher-youtube-btn:hover{background:#fbd0d2;transform:translateY(-1px);outline:none}.teacher-youtube-btn:active{transform:translateY(0)}.teacher-youtube-btn-icon{color:#ff0000;font-size:22px;flex-shrink:0}.teacher-youtube-btn-divider{width:1px;height:18px;background:#cfcfcf;flex-shrink:0}.teacher-video-overlay{position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:100000;display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:teacherVideoFadeIn .2s ease-out}@keyframes teacherVideoFadeIn{0%{opacity:0}to{opacity:1}}.teacher-video-modal{position:relative;width:100%;max-width:960px;aspect-ratio:16/9;background:#000;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.5)}.teacher-video-iframe{width:100%;height:100%;border:0;display:block}.teacher-video-close{position:absolute;top:-52px;right:0;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.25);border-radius:999px;cursor:pointer;font-size:16px;transition:background .2s ease}.teacher-video-close:focus-visible,.teacher-video-close:hover{background:rgba(255,255,255,.22);outline:none}@media (max-width:600px){.teacher-video-close{top:-44px;width:36px;height:36px}}.our-teachers-hero-section{background-image:url(/assets/page-hero-bg.png)}.our-teachers-hero-container{background:linear-gradient(180deg,#ffffffeb,#fff)}.our-teachers-hero{display:flex;align-items:center;justify-content:space-between;width:100%;background-image:url(/assets/our-teachers-hero-bg.webp);background-position:right -30px;background-size:750px;background-repeat:no-repeat}.our-teachers-hero-heading-container{width:100%;background:linear-gradient(180deg,#ffffff67,#fff 90%)}.our-teachers-hero-heading{padding:160px 120px;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:750px;gap:30px}.our-teachers-hero-title{font-family:var(--font-andika),sans-serif;font-weight:700;font-size:32px;color:#363636}.our-teachers-section{display:flex;justify-content:center;gap:100px;padding:20px 40px}.our-teachers-sidebar{gap:20px}.our-teachers-page-intro,.our-teachers-sidebar{display:flex;flex-direction:column;align-items:center}.our-teachers-page-intro{text-align:center;gap:10px}.our-teachers-page-description{font-size:13px;color:rgba(122,122,122,1)}.our-teachers-page-description,.our-teachers-page-title{font-family:var(--font-andika),sans-serif;font-weight:400}.our-teachers-page-title{font-size:20px;color:#5C5C5C}.our-teachers-gender-filter{display:flex;flex-direction:column;border-radius:30px;box-shadow:0 12px 30px 0 rgba(0,0,0,.1);width:100%;padding:20px}.teachers-gender-option{display:flex;align-items:center;gap:5px;cursor:pointer;padding:17px 20px;border-radius:999px;transition:.2s}.teachers-gender-option:hover{background-color:#eaeaea;color:#333333;transform:translateY(-2px)}.teachers-gender-option.active{background-color:#EAEAFB;cursor:default}.teachers-gender-option.active>.selection-circle{border:1px solid #2c2ac4}.selection-circle{border-radius:50%;border:1px solid #000;width:18px;height:18px;display:flex;justify-content:center;align-items:center}.active-gender-option{background-color:initial;width:10px;height:10px;border-radius:50%}.active-gender-option.active{background-color:#2c2ac4}.teachers-gender-option>span{font-family:var(--font-andika),sans-serif;font-weight:400;font-size:14px;color:rgba(17,16,74,1)}.our-teachers-category-filter{display:flex;flex-direction:column;justify-content:center;gap:5px}.teachers-category{cursor:pointer;padding:18px 35px;border-radius:999px;transition:.2s;display:flex;justify-content:center;align-items:center}.teachers-category:hover{background-color:#eaeaea;color:#333333;transform:translateY(-2px)}.teachers-category.active{cursor:default;border:1.5px solid #f25e6b;color:#f25e6b}.teachers-category.active:hover{background-color:initial;color:#f25e6b;transform:translateY(0)}.teachers-collection{flex-direction:column}.teacher-card,.teachers-collection{display:flex;justify-content:center;align-items:center;gap:60px}.teacher-picture{width:320px;border-radius:50%}.teacher-details{display:flex;flex-direction:column;justify-content:center;gap:8px}.teacher-name{font-family:var(--font-andika),sans-serif;font-weight:700;font-size:28px}.teacher-experience{color:#7A7A7A}.teacher-experience,.teacher-expertise{font-family:var(--font-andika),sans-serif;font-weight:400;font-size:17px}.teacher-expertise{color:#312ED3}.teacher-university{font-family:var(--font-andika),sans-serif;font-weight:400;font-size:17px;color:#EF5C66}.teacher-card.reverse{flex-direction:row-reverse}@media (max-width:1400px){.our-teachers-hero{background-size:600px}}@media (max-width:1200px){.our-teachers-hero{background-size:500px;background-position:right 50px}}@media (max-width:1024px){.our-teachers-hero-heading{max-width:500px;padding:100px 60px}.teacher-card,.teacher-card.reverse{flex-direction:column}}@media (max-width:768px){.our-teachers-hero{background-image:none}.our-teachers-hero-heading{max-width:100%}.our-teachers-section{flex-direction:column}.our-teachers-sidebar{gap:30px}.our-teachers-category-filter{flex-direction:row;flex-wrap:wrap}}[dir=rtl] .our-teachers-hero,[dir=rtl] .our-teachers-hero-container,[dir=rtl] .our-teachers-hero-heading,[dir=rtl] .our-teachers-hero-heading-container,[dir=rtl] .our-teachers-hero-section{direction:ltr;text-align:center}[dir=rtl] .our-teachers-hero-title{direction:rtl;text-align:center}.teachers-section{margin:15vh 0;display:flex;flex-direction:column;align-content:center;justify-content:center;align-items:center;gap:8vh;flex-wrap:wrap;min-height:100vh}.teachers-slideshow-wrapper{width:calc(100% - (2 * var(--homepage-margin)));height:65vh;background-repeat:no-repeat;background-size:cover;border-radius:2vw;position:relative;overflow:hidden;background-image:url(/assets/teachers-thumbnail-new.webp)}.teachers-play-button{position:absolute;bottom:2vh;right:2vw;width:60px;height:60px;border:none;border-radius:50%;background-color:#EF5C66;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;z-index:1;transition:background-color .2s ease}.teachers-play-button:hover{background-color:rgba(0,0,0,.8)}.youtube-facade{display:flex;align-items:center;justify-content:center;background-position:50%;background-size:cover;cursor:pointer}.youtube-facade-play{width:68px;height:48px;fill:#fff;opacity:.8;transition:opacity .2s}.youtube-facade:hover .youtube-facade-play{opacity:1}.teachers-slider{width:100%;height:100%;background:linear-gradient(180deg,transparent 0,transparent 65%,#ffffffe9)}.slider-dots{display:flex;align-items:center;gap:.3vw;padding:2vh 2vw}.dot{border:1px solid #fff;border-radius:50%;padding:6px;transition:.15s;cursor:pointer}.dot:hover{background-color:#ffffffac}.selected-dot,.selected-dot:hover{background-color:#fff}.slider-track{display:flex;align-items:center;justify-content:center;padding:0 3vw;height:60vh;position:relative}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10}#left-arrow{left:3vw}#right-arrow{right:3vw}.slider-arrow>i{font-size:2vw;color:#fff;transition:.15s;cursor:pointer}.slider-arrow>i:hover{color:#f25e6b}.slide-content{padding:4vh 3vw;border-radius:2vw;width:40vw;backdrop-filter:blur(20px);overflow:hidden;transition:height .15s ease}.slide-text{font-family:var(--font-andika),sans-serif;font-weight:400!important;font-size:clamp(1rem,1.5vw,1.25rem);text-align:center;color:#fff;opacity:1;transform:translateX(0);transition:transform .1s5s ease,opacity .15s ease}.stats-container{background-color:white;justify-content:center;padding:4vh 4vw;border-radius:2vw;box-shadow:0 1vw 4vw #e96d771f;width:calc(100% - (2 * var(--homepage-margin)))}.stats,.stats-container{display:flex;align-items:center}.stats{justify-content:space-between;width:100%}.stats-item{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1vh;text-align:center}.stats-title{font-family:var(--font-andika),sans-serif;font-weight:800;font-size:clamp(1.25rem,2vw,1.75rem);text-align:center}.stats-subtitle{font-family:DM Sans,sans-serif;font-weight:400;font-size:clamp(.875rem,1.4vw,1.2rem);color:#737373;width:50%}@media (max-width:1200px){.teachers-section{margin:5vh 0 15vh;gap:5vh}.slider-dots{gap:1vw;padding:3vh 3vw}.dot{border-radius:50%;padding:.8vw}.teachers-slideshow-wrapper{height:60vh}.slider-track{height:80%;gap:4vw}.slide-content{width:100%;padding:5vh 4vw}.slide-text{width:100%}.slider-arrow>i{font-size:4vw}.stats-title{width:100%}.stats-subtitle{width:80%}}@media (max-width:768px){.teachers-section{margin:3vh 0 10vh}.teachers-slideshow-wrapper{height:40vh}.slider-track{height:70%;gap:5vw}.slide-content{width:100%;padding:4vh 3vw}.slide-text{width:100%}.slider-arrow>i{font-size:5vw}.stats-container{padding:2vh 3vw}.stats-subtitle,.stats-title{width:100%}}@media (max-width:480px){.teachers-section{margin-bottom:14vh}.slider-dots{gap:1.6vw;padding:1.4vh 3vw}.dot{border-radius:50%;padding:1.3vw}.slider-track{height:80%;gap:8vw;flex-direction:column}.slide-content{padding:2vh 4vw}.slide-text{width:100%}.slider-arrow>i{font-size:7vw;color:#cb6b6b}.stats-container{padding:4vh 0;gap:7vh}.stats{flex-direction:column;gap:3vh}.stats-title{font-size:6vw}.stats-subtitle{font-size:4vw;width:100%}}