@font-face{font-family:Gilmer Bold;src:url(/_next/static/media/Gilmer-Bold.3b66d32d.otf);font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:Gilmer Medium;src:url(/_next/static/media/Gilmer-Medium.8ca696ff.otf);font-weight:600;font-display:swap;font-style:normal}@font-face{font-family:Gilmer Regular;src:url(/_next/static/media/Gilmer-Regular.d048aa96.otf);font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:Gilmer Heavy;src:url(/_next/static/media/Gilmer-Heavy.b916f7b1.otf);font-weight:800;font-display:swap;font-style:normal}@font-face{font-family:Gilroy;src:url(/_next/static/media/Gilroy-Bold.ea58f09d.ttf);font-weight:700;font-display:swap;font-style:normal}*,body,html{box-sizing:border-box;padding:0;margin:0}body,html{position:relative;font-family:Gilmer,Sans sherif;color:#000;background:#fff;overflow-x:hidden;min-height:100vh}.site-container{width:1760px;padding:0 70px;margin:0 auto}@media(max-width:1800px){.site-container{width:1540px}}@media(max-width:1600px){.site-container{width:1440px}}@media(max-width:1400px){.site-container{width:1200px}}@media(max-width:768px){.site-container{width:100%;padding:0 18px}}.section-title{color:#000;font-family:Gilmer Bold;font-size:60px;font-style:normal;font-weight:700;line-height:110%;letter-spacing:-3.6px}@media(max-width:1400px){.section-title{font-size:52px;letter-spacing:-2px}}@media(max-width:768px){.section-title{font-size:28px;letter-spacing:-1.5px}}.section-title.mobility{color:#000}.section-title.mobility span{color:#e6b800}.section-title.education-section-title{font-size:50px;letter-spacing:-3px;margin-bottom:16px}@media(max-width:1400px){.section-title.education-section-title{font-size:48px;margin-bottom:14px;letter-spacing:-2.4px}}@media(max-width:768px){.section-title.education-section-title{font-size:26px;margin-bottom:10px;letter-spacing:-1px}}.section-description{color:rgba(0,0,0,.7);text-align:center;font-family:Gilmer Regular;font-size:20px;font-style:normal;font-weight:400;line-height:140%;letter-spacing:-.8px}@media(max-width:1400px){.section-description{font-size:18px;letter-spacing:-.7px}}@media(max-width:768px){.section-description{font-size:14px;letter-spacing:-.4px}}.section-description.education-section-description{font-size:18px;letter-spacing:-.7px}@media(max-width:1400px){.section-description.education-section-description{font-size:16px;letter-spacing:-.6px}}@media(max-width:768px){.section-description.education-section-description{font-size:14px;letter-spacing:-.4px}}.mobility-section-description{color:#000;font-family:Gilmer Medium;font-size:22px;font-style:normal;font-weight:600;line-height:150%;letter-spacing:-.66px}@media(max-width:1400px){.mobility-section-description{font-size:20px}}@media(max-width:1200px){.mobility-section-description{font-size:18px}}@media(max-width:768px){.mobility-section-description{font-size:14px}}.common-button{display:flex;padding:14px 36px;justify-content:center;align-items:center;gap:10px;border-radius:6px;background:#0050d0;outline:none;border:1px solid transparent;cursor:pointer;color:#fff;font-family:Gilmer Bold;font-size:18px;font-style:normal;font-weight:700;line-height:150%;letter-spacing:-.36px;transition:all .15s ease}.common-button:hover{color:#0050d0;background:#fff;border-color:#0050d0}@media(max-width:1400px){.common-button{padding:12px 32px;font-size:16px}}@media(max-width:768px){.common-button{padding:10px 24px;font-size:14px}}.mobility-page{background:#ece9e2}header{position:absolute;top:0;left:0;padding:70px 0 10px;width:100%;display:flex;align-items:center;justify-content:space-between;z-index:111}@media(max-width:1400px){header{padding:50px 0 10px}}@media(max-width:768px){header{padding:30px 0 10px}header .logo-wrapper{width:100%}}header .header-logo{width:200px}@media(max-width:1400px){header .header-logo{width:180px}}@media(max-width:768px){header .header-logo{width:140px}}header .close-button,header .hamburger-button{height:32px;width:32px;padding:4px;background:transparent;display:flex;align-items:center;justify-content:center;border:none;outline:none}header .close-button img,header .hamburger-button img{height:100%;width:100%}header .close-button{height:32px;width:32px}header .nav-wrapper{display:flex;gap:40px}@media(max-width:1400px){header .nav-wrapper{gap:30px}}@media(max-width:768px){header .nav-wrapper{position:fixed;top:0;left:0;padding:30px 20px;left:-100%;width:80%;flex-direction:column;align-items:flex-start;gap:30px;background:hsla(0,0%,100%,.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);height:100%;z-index:111;transition:all .25s ease}header .nav-wrapper.active{width:100%;left:0}}header .nav-wrapper .nav-link{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;gap:8px;color:rgba(0,0,0,.7);text-align:center;font-family:Gilmer Medium;font-size:18px;font-style:normal;font-weight:600;line-height:150%;letter-spacing:-.36px;transition:all .15s ease;cursor:pointer}header .nav-wrapper .nav-link:hover{color:#0050d0}@media(max-width:1400px){header .nav-wrapper .nav-link{font-size:16px}}@media(max-width:768px){header .nav-wrapper .nav-link{color:rgba(0,0,0,.8)}}header .nav-wrapper .nav-link .label{display:flex;gap:8px}header .nav-wrapper .nav-link .caret{height:16px;width:16px}header .nav-wrapper .nav-link .drop-down-wrapper{position:absolute;top:150%;width:140px;display:flex;flex-direction:column;padding:10px;gap:10px;border-radius:4px;background:#000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);visibility:hidden;opacity:0;transition:all .2s ease;z-index:111}@media(max-width:768px){header .nav-wrapper .nav-link .drop-down-wrapper{left:0}}header .nav-wrapper .nav-link .drop-down-wrapper.active{visibility:visible;opacity:1}header .nav-wrapper .nav-link .drop-down-wrapper .links{color:#fff;font-family:Plus Jakarta Sans;font-size:14px;font-style:normal;font-weight:500;line-height:120%;letter-spacing:-.84px;text-decoration:none;transition:all .15s ease}header .nav-wrapper .nav-link .drop-down-wrapper .links:hover{color:#d48eff}.hero-section{min-height:100vh;padding:125px 0 100px;display:flex;flex-direction:column;background:url(/_next/static/media/hero-section-bg.8ad4bee3.png) no-repeat 50%;background-size:cover}@media(max-width:1400px){.hero-section{padding:95px 0 84px}}@media(max-width:768px){.hero-section{padding:85px 0 60px}}.hero-section .top-left-circle{position:absolute;top:-108px;left:-108px;width:209px;height:209px;flex-shrink:0;border-radius:50%;background:#0050d0;filter:blur(177px)}@media(max-width:1400px){.hero-section .top-left-circle{top:-88px;left:-88px;width:169px;height:169px}}@media(max-width:768px){.hero-section .top-left-circle{top:-55px;left:-55px;width:110px;height:110px}}.hero-section .logo-container{position:relative}.hero-section .logo-container div{position:relative;display:flex;padding:26px 24px;flex-direction:column;align-items:flex-start;border-radius:10px;background:#0050d0;box-shadow:0 4px 17.7px 0 rgba(0,80,208,.25);z-index:1}@media(max-width:1400px){.hero-section .logo-container div{padding:22px 20px}.hero-section .logo-container div svg{height:32px;width:39.31px}}@media(max-width:768px){.hero-section .logo-container div{padding:18px 16px}.hero-section .logo-container div svg{height:26px;width:31.45px}}.hero-section .logo-container:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:163px;height:163px;flex-shrink:0;border-radius:50%;background:#0050d0;filter:blur(147px);content:"";z-index:0}@media(max-width:1400px){.hero-section .logo-container:after{width:144px;height:144px}}@media(max-width:768px){.hero-section .logo-container:after{width:120px;height:120px}}.hero-section .title-container{display:flex;flex-direction:column;align-items:center;max-width:1180px;margin:0 auto}@media(max-width:1400px){.hero-section .title-container{max-width:980px}}@media(max-width:768px){.hero-section .title-container{max-width:100%}}.hero-section .title-container .section-title{color:#000;text-align:center;font-family:Gilmer Bold;font-size:80px;font-style:normal;font-weight:700;line-height:110%;letter-spacing:-4.8px;margin-top:90px;margin-bottom:22px}.hero-section .title-container .section-title span{color:#0050d0}@media(max-width:1400px){.hero-section .title-container .section-title{font-size:68px;margin-top:86px;margin-bottom:18px}}@media(max-width:768px){.hero-section .title-container .section-title{font-size:34px;margin-top:44px;margin-bottom:14px;letter-spacing:-2px}}.hero-section .title-container .section-description{color:rgba(0,0,0,.7);text-align:center;font-family:Gilmer Medium;font-size:18px;font-style:normal;font-weight:600;line-height:150%;letter-spacing:-.36px}@media(max-width:1400px){.hero-section .title-container .section-description{font-size:16px}}@media(max-width:768px){.hero-section .title-container .section-description{font-size:14px}}.hero-section .title-container .get-started-btn{margin-top:38px}@media(max-width:1400px){.hero-section .title-container .get-started-btn{margin-top:32px}}@media(max-width:768px){.hero-section .title-container .get-started-btn{margin-top:24px}}.education-section{padding:130px 0}@media(max-width:1400px){.education-section{padding:100px 0}}@media(max-width:768px){.education-section{padding:80px 0}}.education-section-title{margin-bottom:42px}@media(max-width:1400px){.education-section-title{margin-bottom:36px}}@media(max-width:768px){.education-section-title{margin-bottom:28px}}.education-section .education-container{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;margin-bottom:70px}@media(max-width:1400px){.education-section .education-container{gap:14px;margin-bottom:60px}}@media(max-width:768px){.education-section .education-container{grid-template-columns:repeat(1,1fr);margin-bottom:40px}}.education-section .education-container .education-card{position:relative;background:url(/_next/static/media/education-card-bg.c3937ad7.png) no-repeat 50%/cover;background-size:100% 100%;padding:30px;border-radius:10px;height:403px;display:flex;flex-direction:column;justify-content:flex-end;cursor:pointer}@media(max-width:1400px){.education-section .education-container .education-card{height:380px;padding:22px}}@media(max-width:768px){.education-section .education-container .education-card{height:360px;padding:20px}}.education-section .education-container .education-card img{position:absolute;right:0;top:0}.education-section .education-container .education-card:first-child img{height:305px;width:auto}@media(max-width:1400px){.education-section .education-container .education-card:first-child img{height:250px}}@media(max-width:768px){.education-section .education-container .education-card:first-child img{height:250px}}.education-section .education-container .education-card:nth-child(2) img{height:245px;width:auto}@media(max-width:1400px){.education-section .education-container .education-card:nth-child(2) img{height:200px}}@media(max-width:768px){.education-section .education-container .education-card:nth-child(2) img{height:205px}}.education-section .education-container .education-card:nth-child(3) img{width:230px}@media(max-width:1400px){.education-section .education-container .education-card:nth-child(3) img{height:200px;width:auto}}@media(max-width:768px){.education-section .education-container .education-card:nth-child(3) img{height:210px;width:auto}}.education-section .education-container .education-card-title{color:#001f4d;font-family:Gilmer Bold;font-size:24px;font-style:normal;font-weight:700;line-height:110%;letter-spacing:-1.44px;margin-bottom:10px}@media(max-width:1400px){.education-section .education-container .education-card-title{font-size:22px;margin-bottom:8px}}@media(max-width:768px){.education-section .education-container .education-card-title{font-size:20px;letter-spacing:-1px}}.education-section .education-container .education-card-description{color:rgba(28,56,100,.5);font-family:Gilmer Regular;font-size:14px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.28px}@media(max-width:768px){.education-section .education-container .education-card-description{font-size:12px}}.education-section .explore-service-title{color:rgba(0,0,0,.8);font-family:Gilmer Bold;font-size:50px;font-style:normal;font-weight:700;line-height:110%;letter-spacing:-3px;margin-bottom:17px}@media(max-width:1400px){.education-section .explore-service-title{font-size:44px}}@media(max-width:768px){.education-section .explore-service-title{font-size:32px;letter-spacing:-2px}}.education-section .explore-service-description{color:rgba(0,0,0,.7);font-family:Gilmer Regular;font-size:28px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:-1.68px}@media(max-width:1400px){.education-section .explore-service-description{font-size:24px}}@media(max-width:768px){.education-section .explore-service-description{font-size:20px;letter-spacing:-1px}.education-section .get-start-button{margin-top:30px}}.mission-section{min-height:100vh;background:url(/_next/static/media/mission-section-bg.600edb8a.png);background-size:cover;background-position:50%;background-repeat:no-repeat}@media(max-width:768px){.mission-section{min-height:-moz-fit-content;min-height:fit-content;background-position:100%;background-size:cover}}.mission-section .sections-container{width:44%;height:100vh;background:rgba(246,249,255,.05);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);height:100%}@media(max-width:1400px){.mission-section .sections-container{width:46%;padding:0 60px}}@media(max-width:768px){.mission-section .sections-container{height:-moz-fit-content;overflow-y:hidden;width:100%;height:fit-content;padding:80px 18px;display:flex;flex-direction:column;gap:40px}}.mission-section .sections-container .box{display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;padding:0 70px}@media(max-width:768px){.mission-section .sections-container .box{padding:0}}.mission-section .sections-container .mission-section-title{color:#000;font-family:Gilmer Bold;font-size:50px;font-style:normal;font-weight:700;line-height:110%;letter-spacing:-3px;margin-bottom:16px}@media(max-width:1400px){.mission-section .sections-container .mission-section-title{font-size:44px}}@media(max-width:768px){.mission-section .sections-container .mission-section-title{font-size:26px;letter-spacing:-2px}}.mission-section .sections-container .mission-section-description{color:rgba(0,0,0,.7);font-family:Gilmer Regular;font-size:20px;font-style:normal;font-weight:400;line-height:140%;letter-spacing:-.8px}@media(max-width:1400px){.mission-section .sections-container .mission-section-description{font-size:18px}}@media(max-width:768px){.mission-section .sections-container .mission-section-description{font-size:14px}}.mission-section{position:relative}.core-values-section{padding:140px 0 0}@media(max-width:1400px){.core-values-section{padding:120px 0 0}}@media(max-width:768px){.core-values-section{padding:80px 0 0}}.core-values-section .core-values-title{font-size:36px;letter-spacing:-2.16px}@media(max-width:1400px){.core-values-section .core-values-title{font-size:32px;letter-spacing:-1.5px}}@media(max-width:768px){.core-values-section .core-values-title{font-size:24px;letter-spacing:-1px;text-align:center}}.core-values-section .core-values-wrapper{margin-top:56px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:86px;gap:86px;width:100%}@media(max-width:1400px){.core-values-section .core-values-wrapper{margin-top:48px;gap:48px}}@media(max-width:768px){.core-values-section .core-values-wrapper{margin:44px auto 0;grid-template-columns:repeat(1,1fr);gap:44px}}.core-values-section .core-values-wrapper .box{max-width:270px;display:flex;align-items:center;flex-direction:column}@media(max-width:1400px){.core-values-section .core-values-wrapper .box{max-width:240px}}@media(max-width:768px){.core-values-section .core-values-wrapper .box{max-width:290px;margin:0 auto}}.core-values-section .core-values-wrapper .box .icon-container{height:60px;width:60px;box-sizing:border-box;margin-bottom:0}@media(max-width:1400px){.core-values-section .core-values-wrapper .box .icon-container{height:52px;width:52px}}@media(max-width:768px){.core-values-section .core-values-wrapper .box .icon-container{height:44px;width:44px}}.core-values-section .core-values-wrapper .box .icon-container img{height:100%;width:100%}.core-values-section .core-values-wrapper .box .label{color:rgba(0,0,0,.7);text-align:center;font-family:Gilmer Bold;font-size:20px;font-style:normal;font-weight:700;line-height:140%;letter-spacing:-.8px;margin-bottom:4px;margin-top:28px}@media(max-width:1400px){.core-values-section .core-values-wrapper .box .label{font-size:18px;letter-spacing:-.6px;margin-top:24px}}@media(max-width:768px){.core-values-section .core-values-wrapper .box .label{font-size:16px;letter-spacing:-.4px;margin-top:20px}}.core-values-section .core-values-wrapper .box .description{color:rgba(0,0,0,.7);text-align:center;font-family:Gilmer Regular;font-size:16px;font-style:normal;font-weight:400;line-height:140%;letter-spacing:-.64px}@media(max-width:1400px){.core-values-section .core-values-wrapper .box .description{font-size:14px}}.team-section{padding:130px 0}@media(max-width:1400px){.team-section{padding:100px 0}}@media(max-width:768px){.team-section{padding:80px 0}}.team-section .title-container{max-width:1076px;display:flex;align-items:center;flex-direction:column;justify-content:center;margin:0 auto}@media(max-width:1400px){.team-section .title-container{max-width:960px}}.team-section .title-container .section-description{margin-top:17px;margin-bottom:66px}@media(max-width:1400px){.team-section .title-container .section-description{margin-top:14px;margin-bottom:44px}}@media(max-width:768px){.team-section .title-container .section-description{margin-top:12px;margin-bottom:32px}}.team-section .team-container{display:grid;grid-gap:30px;gap:30px;grid-template-columns:repeat(2,1fr);width:-moz-fit-content;width:fit-content;margin:0 auto}@media(max-width:1400px){.team-section .team-container{gap:24px}}@media(max-width:768px){.team-section .team-container{gap:20px;grid-template-columns:repeat(1,1fr)}}.team-section .team-container .team-card{width:208px}@media(max-width:1400px){.team-section .team-container .team-card{width:190px;flex-grow:1}}.team-section .team-container .team-card .member-img-container{height:226px;width:100%;align-self:stretch;border-radius:10px;border:1px solid rgba(0,80,208,.12);background:#f6f9ff;box-sizing:border-box}.team-section .team-container .team-card .member-img-container img{height:100%;width:100%;object-fit:cover;border-radius:10px}@media(max-width:1400px){.team-section .team-container .team-card .member-img-container{height:205px}}.team-section .team-container .team-card .member-name{color:#000;font-family:Gilmer Bold;font-size:18px;font-style:normal;font-weight:700;line-height:110%;letter-spacing:-1.08px;margin-top:26px;margin-bottom:4px}@media(max-width:1400px){.team-section .team-container .team-card .member-name{font-size:16px;letter-spacing:-.8px;margin-top:22px}}@media(max-width:768px){.team-section .team-container .team-card .member-name{font-size:16px;letter-spacing:-.8px;margin-top:14px}}.team-section .team-container .team-card .linkedin-icon{height:22px;width:22px;display:block;margin-top:5px}.team-section .team-container .team-card .linkedin-icon svg{height:22px;width:22px}.team-section .team-container .team-card .linkedin-icon:hover svg{height:100%;width:100%}.team-section .team-container .team-card .linkedin-icon:hover svg path{fill:#0050d0}.team-section .team-container .team-card .member-position{color:rgba(0,0,0,.7);font-family:Gilmer Regular;font-size:14px;font-style:normal;font-weight:400;line-height:140%;letter-spacing:-.56px}@media(max-width:1400px){.team-section .team-container .team-card .member-position{font-size:12px;letter-spacing:-.4px}}.company-story-section{padding-bottom:130px}@media(max-width:1400px){.company-story-section{padding-bottom:100px}}@media(max-width:768px){.company-story-section{padding-bottom:60px}}.company-story-section .box-img{position:absolute;left:0;top:0;height:332px;width:auto;flex-shrink:0}@media(max-width:1400px){.company-story-section .box-img{height:266px}}@media(max-width:768px){.company-story-section .box-img{height:200px}}.company-story-section .content-wrapper{padding:55px 40px;border-radius:10px;border:1px solid rgba(0,80,208,.12);background:#f6f9ff;display:flex;align-items:flex-end;justify-content:flex-end}@media(max-width:1400px){.company-story-section .content-wrapper{padding:40px 30px}}@media(max-width:768px){.company-story-section .content-wrapper{padding:30px 20px}}.company-story-section .content-wrapper .title-description-wrapper{width:62%;position:relative}@media(max-width:768px){.company-story-section .content-wrapper .title-description-wrapper{width:100%}}.company-story-section .content-wrapper .title{color:#001f4d;font-family:Gilmer Bold;font-size:50px;font-style:normal;font-weight:700;line-height:110%;letter-spacing:-3px;margin-bottom:17px}@media(max-width:1400px){.company-story-section .content-wrapper .title{font-size:42px;letter-spacing:-1.8px;margin-bottom:14px}}@media(max-width:768px){.company-story-section .content-wrapper .title{font-size:26px;letter-spacing:-1.2px;margin-bottom:10px}}.company-story-section .content-wrapper .description{color:rgba(28,56,100,.5);font-family:Gilmer Regular;font-size:20px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.4px}@media(max-width:1400px){.company-story-section .content-wrapper .description{font-size:18px;letter-spacing:-.36px}}@media(max-width:768px){.company-story-section .content-wrapper .description{font-size:14px;letter-spacing:-.28px}}.education-top-section{min-height:100vh;padding:125px 0 100px;flex-direction:column;background:url(/_next/static/media/hero-section-bg.8ad4bee3.png) no-repeat 50%;background-size:cover;display:flex;justify-content:flex-end}@media(max-width:1400px){.education-top-section{padding:95px 0 84px}}@media(max-width:768px){.education-top-section{padding:85px 0 60px;justify-content:center;align-items:center}}.education-top-section .top-left-circle{position:absolute;top:-108px;left:-108px;width:209px;height:209px;flex-shrink:0;border-radius:50%;background:#0050d0;filter:blur(177px)}@media(max-width:1400px){.education-top-section .top-left-circle{top:-88px;left:-88px;width:169px;height:169px}}@media(max-width:768px){.education-top-section .top-left-circle{top:-55px;left:-55px;width:110px;height:110px}}.education-top-section .collab-wrapper{display:flex;align-items:center;gap:12px;margin-bottom:22px}@media(max-width:1400px){.education-top-section .collab-wrapper{gap:10px;margin-bottom:20px}}@media(max-width:768px){.education-top-section .collab-wrapper{flex-direction:column}}.education-top-section .collab-wrapper .nationfirst-collab{padding:0 24px;height:48px;border-radius:50px;display:flex;align-items:center;border:1px solid #09cac1;gap:10px}@media(max-width:1400px){.education-top-section .collab-wrapper .nationfirst-collab{height:44px}}@media(max-width:768px){.education-top-section .collab-wrapper .nationfirst-collab{height:40px}}.education-top-section .collab-wrapper .nationfirst-collab .sarabloh-logo{height:17px}@media(max-width:1400px){.education-top-section .collab-wrapper .nationfirst-collab .sarabloh-logo{height:15px}}@media(max-width:768px){.education-top-section .collab-wrapper .nationfirst-collab .sarabloh-logo{height:14px}}.education-top-section .collab-wrapper .nationfirst-collab .nationfirst-logo{height:20px}@media(max-width:1400px){.education-top-section .collab-wrapper .nationfirst-collab .nationfirst-logo{height:17px}}@media(max-width:768px){.education-top-section .collab-wrapper .nationfirst-collab .nationfirst-logo{height:15px}}.education-top-section .collab-wrapper .nationfirst-collab .x-sign{height:20px}@media(max-width:1400px){.education-top-section .collab-wrapper .nationfirst-collab .x-sign{height:18px}}@media(max-width:768px){.education-top-section .collab-wrapper .nationfirst-collab .x-sign{height:15px}}.education-top-section .collab-wrapper .short-label{gap:6px;border:1px solid #09cac1;font-family:Gilmer Bold;font-size:14px;font-weight:700;line-height:16.8px;letter-spacing:-.2px;background:linear-gradient(90.55deg,#0350c7 -9.86%,#09cac1 71.41%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-moz-background-clip:text;padding:0 20px;border-radius:50px;display:flex;align-items:center;height:48px}@media(max-width:1400px){.education-top-section .collab-wrapper .short-label{padding:0 18px;font-size:12px;letter-spacing:-.16px;line-height:14px;height:44px}}@media(max-width:768px){.education-top-section .collab-wrapper .short-label{text-align:center;height:auto;padding:8px 15px;line-height:16px}}.education-top-section .collab-wrapper .short-label img{height:19px;width:19px}@media(max-width:1400px){.education-top-section .collab-wrapper .short-label img{height:16px;width:16px}}@media(max-width:768px){.education-top-section .collab-wrapper .short-label img{display:none}}.education-top-section .main-title{color:#000;font-family:Gilmer Bold;font-size:60px;font-style:normal;font-weight:700;line-height:110%;letter-spacing:-3.6px;max-width:800px}@media(max-width:1400px){.education-top-section .main-title{font-size:54px;max-width:700px;letter-spacing:-3px}}@media(max-width:768px){.education-top-section .main-title{font-size:32px;text-align:center;letter-spacing:-1.2px}}.education-top-section .short-description{font-family:Gilmer Medium;font-size:20px;font-weight:600;line-height:28px;letter-spacing:-.4px;color:rgba(0,0,0,.7);max-width:482px;margin-top:18px}@media(max-width:1400px){.education-top-section .short-description{font-size:18px;letter-spacing:-.36px;max-width:440px}}@media(max-width:768px){.education-top-section .short-description{text-align:center}}.education-top-section .get-started-btn{margin-top:38px;text-decoration:none}@media(max-width:1400px){.education-top-section .get-started-btn{margin-top:32px}}@media(max-width:768px){.education-top-section .get-started-btn{margin-top:36px}}.web3-leaders-section{min-height:100vh;background:url(/_next/static/media/web3-gen-bg.82f3c944.jpg);background-position:50%;background-size:cover;display:flex;flex-direction:column}@media(max-width:768px){.web3-leaders-section{min-height:-moz-fit-content;min-height:fit-content}}.web3-leaders-section .blue-circle{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:90%;height:100%;border-radius:1434px;background:linear-gradient(215deg,#5f92ff 9.91%,#aae3ff 79.31%);mix-blend-mode:color;filter:blur(192px);z-index:111}.web3-leaders-section .content-wrapper{height:100%;flex-grow:1;width:44%;background:rgba(246,249,255,.75);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;justify-content:center;flex-direction:column;padding:70px}@media(max-width:1400px){.web3-leaders-section .content-wrapper{padding:60px}}@media(max-width:768px){.web3-leaders-section .content-wrapper{padding:60px 18px;width:100%;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}}.web3-leaders-section .content-wrapper .title{color:#000;font-family:Gilmer Bold;font-size:50px;font-style:normal;font-weight:700;line-height:110%;letter-spacing:-3px}@media(max-width:1400px){.web3-leaders-section .content-wrapper .title{font-size:44px;letter-spacing:-2.6px}}@media(max-width:768px){.web3-leaders-section .content-wrapper .title{font-size:28px;letter-spacing:-1px}}.web3-leaders-section .content-wrapper .description{color:rgba(0,0,0,.7);font-family:Gilmer Regular;font-size:20px;font-style:normal;font-weight:400;line-height:140%;letter-spacing:-.8px}@media(max-width:1400px){.web3-leaders-section .content-wrapper .description{font-size:18px}}@media(max-width:768px){.web3-leaders-section .content-wrapper .description{font-size:14px}}.residing-section{position:relative;padding:140px 0}@media(max-width:1400px){.residing-section{padding:120px 0}}@media(max-width:768px){.residing-section{padding:80px 0}}.residing-section .section-title{max-width:1000px}.residing-section .brief-description{font-family:Gilmer Regular;font-size:18px;font-weight:400;line-height:27px;letter-spacing:-.36px;color:rgba(0,0,0,.7)}@media(max-width:1400px){.residing-section .brief-description{font-size:16px;letter-spacing:-.32px;line-height:24px}}@media(max-width:768px){.residing-section .brief-description{font-size:14px;letter-spacing:-.28px;line-height:20px}}.residing-section .for-people-tagline{font-family:Gilmer Medium;font-size:22px;font-weight:600;line-height:26px;letter-spacing:-.36px;color:#000;margin-top:50px;margin-bottom:70px;font-style:italic}@media(max-width:1400px){.residing-section .for-people-tagline{margin-top:40px;font-size:20px;letter-spacing:-.32px;margin-bottom:60px}}@media(max-width:768px){.residing-section .for-people-tagline{font-size:16px;letter-spacing:-.28px;margin-bottom:50px}}.residing-section .key-fetures-title{font-family:Gilmer Bold;font-size:26px;font-weight:700;line-height:31.2px;letter-spacing:-.42px;color:#000;margin-bottom:50px;margin-top:70px}@media(max-width:1400px){.residing-section .key-fetures-title{margin-top:60px;margin-bottom:40px;font-size:24px;letter-spacing:-.48px}}@media(max-width:768px){.residing-section .key-fetures-title{font-size:20px;letter-spacing:-.4px;margin-top:40px}}.residing-section .fetures-wrapper{position:relative}.residing-section .residing-img{position:absolute;right:0;bottom:50%;transform:translateY(50%);height:600px}@media(max-width:1800px){.residing-section .residing-img{height:550px}}@media(max-width:1600px){.residing-section .residing-img{height:520px}}@media(max-width:1400px){.residing-section .residing-img{height:440px}}@media(max-width:768px){.residing-section .residing-img{position:relative;height:220px;top:0;bottom:inherit;left:18px;transform:inherit;margin-bottom:20px}}.residing-section .subtitle{color:#000;font-family:Gilmer Bold;font-size:26px;font-style:normal;font-weight:700;line-height:120%;letter-spacing:-1.56px;margin-bottom:50px;margin-top:50px}@media(max-width:1400px){.residing-section .subtitle{font-size:24px;margin:40px 0}}@media(max-width:768px){.residing-section .subtitle{font-size:20px;margin:30px 0}}.residing-section .content-wrapper{width:582px;display:flex;flex-direction:column;gap:50px;margin-top:48px}@media(max-width:1400px){.residing-section .content-wrapper{gap:40px;width:480px;margin-top:44px}}@media(max-width:768px){.residing-section .content-wrapper{width:100%;gap:30px;margin-top:42px}}.residing-section .content-wrapper .point-wrapper{display:flex;gap:26px}@media(max-width:1400px){.residing-section .content-wrapper .point-wrapper{gap:22px}}@media(max-width:768px){.residing-section .content-wrapper .point-wrapper{gap:16px}}.residing-section .content-wrapper .point-wrapper .icon-wrapper{display:flex;align-items:center;justify-content:center;padding:14px;gap:10px;border-radius:6px;background:rgba(0,80,208,.16)}.residing-section .content-wrapper .point-wrapper .icon-wrapper img{height:28px;width:28px}@media(max-width:1400px){.residing-section .content-wrapper .point-wrapper .icon-wrapper{padding:12px}.residing-section .content-wrapper .point-wrapper .icon-wrapper img{height:24px;width:24px}}@media(max-width:768px){.residing-section .content-wrapper .point-wrapper .icon-wrapper{padding:10px;height:44px;width:44px;flex-shrink:0}.residing-section .content-wrapper .point-wrapper .icon-wrapper img{height:24px;width:24px}}.residing-section .content-wrapper .point-wrapper .label{color:#000;font-family:Gilmer Bold;font-size:20px;font-style:normal;font-weight:700;line-height:140%;letter-spacing:-.8px;margin-bottom:6px}@media(max-width:1400px){.residing-section .content-wrapper .point-wrapper .label{font-family:18px;margin-bottom:4px;letter-spacing:-.6px}}@media(max-width:768px){.residing-section .content-wrapper .point-wrapper .label{font-size:14px;letter-spacing:-.4px}}.residing-section .content-wrapper .point-wrapper .description{color:rgba(0,0,0,.7);font-family:Gilmer Regular;font-size:16px;font-style:normal;font-weight:400;line-height:140%;letter-spacing:-.64px}@media(max-width:1400px){.residing-section .content-wrapper .point-wrapper .description{font-size:14px}}@media(max-width:768px){.residing-section .content-wrapper .point-wrapper .description{font-size:12px}}.delegate-section{position:relative}.delegate-section .content-wrapper{display:flex;align-items:center;justify-content:space-between;gap:94px}@media(max-width:1400px){.delegate-section .content-wrapper{gap:72px}}@media(max-width:1200px){.delegate-section .content-wrapper{gap:40px;flex-direction:column}}.delegate-section .section-description{max-width:490px;text-align:left}.delegate-section .carousel-wrapper{position:relative;height:554px;width:570px;overflow-y:hidden}@media(max-width:1400px){.delegate-section .carousel-wrapper{height:480px;width:510px}}@media(max-width:1200px){.delegate-section .carousel-wrapper{width:440px;height:520px}}@media(max-width:768px){.delegate-section .carousel-wrapper{width:100%;max-width:500px;height:500px}}.delegate-section .carousel-wrapper:after,.delegate-section .carousel-wrapper:before{position:absolute;content:"";left:0;height:120px;width:100%;z-index:11}@media(max-width:1400px){.delegate-section .carousel-wrapper:after,.delegate-section .carousel-wrapper:before{height:110px}}@media(max-width:1200px){.delegate-section .carousel-wrapper:after,.delegate-section .carousel-wrapper:before{height:100px}}.delegate-section .carousel-wrapper:before{top:0;background:linear-gradient(0,hsla(0,0%,100%,.01) -3.81%,#fff 83.92%)}.delegate-section .carousel-wrapper:after{bottom:0;background:linear-gradient(180deg,hsla(0,0%,100%,.01) -3.81%,#fff 83.92%)}.delegate-section .carousel-wrapper ul{padding-left:0}.delegate-section .carousel-wrapper ul li{list-style-type:none}.delegate-section .carousel-wrapper .point-wrapper{display:flex;gap:26px;width:100%!important}@media(max-width:1400px){.delegate-section .carousel-wrapper .point-wrapper{gap:22px}}@media(max-width:768px){.delegate-section .carousel-wrapper .point-wrapper{gap:16px}}.delegate-section .carousel-wrapper .point-wrapper .number-container{height:48px;width:52px;display:flex;align-items:center;justify-content:center;flex-shrink:0;gap:10px;border-radius:6px;background:rgba(0,80,208,.16);color:#0150ce;font-family:Gilmer Heavy;font-size:20px;font-style:normal;font-weight:800;line-height:140%;letter-spacing:-.8px}@media(max-width:1400px){.delegate-section .carousel-wrapper .point-wrapper .number-container{height:44px;width:48px;font-size:18px}}@media(max-width:1200px){.delegate-section .carousel-wrapper .point-wrapper .number-container{height:42px;width:46px;font-size:16px}}@media(max-width:768px){.delegate-section .carousel-wrapper .point-wrapper .number-container{height:38px;width:42px;font-size:14px}}.delegate-section .carousel-wrapper .point-wrapper .step{color:rgba(0,0,0,.5);font-family:Gilmer Medium;font-size:14px;font-style:normal;font-weight:600;line-height:140%;letter-spacing:3.64px;text-transform:uppercase}@media(max-width:1400px){.delegate-section .carousel-wrapper .point-wrapper .step{font-size:12px;letter-spacing:3.2px}}@media(max-width:768px){.delegate-section .carousel-wrapper .point-wrapper .step{font-size:11px;letter-spacing:2.8px}}.delegate-section .carousel-wrapper .point-wrapper .title{color:#000;font-family:Gilmer Bold;font-size:20px;font-style:normal;font-weight:700;line-height:140%;letter-spacing:-.8px;margin:6px 0}@media(max-width:1400px){.delegate-section .carousel-wrapper .point-wrapper .title{font-size:18px;letter-spacing:-.6px;margin:5px 0}}@media(max-width:768px){.delegate-section .carousel-wrapper .point-wrapper .title{font-size:16px;letter-spacing:-.4px;margin:4px 0}}.delegate-section .carousel-wrapper .point-wrapper .description{color:rgba(0,0,0,.7);font-family:Gilmer Regular;font-size:16px;font-style:normal;font-weight:400;line-height:140%;letter-spacing:-.64px}@media(max-width:1400px){.delegate-section .carousel-wrapper .point-wrapper .description{font-size:14px;letter-spacing:-.4px}}@media(max-width:768px){.delegate-section .carousel-wrapper .point-wrapper .description{font-size:12px;letter-spacing:-.3px}}.specialized-domain-section{padding:140px 0}@media(max-width:1400px){.specialized-domain-section{padding:120px 0}}@media(max-width:768px){.specialized-domain-section{padding:80px 0}}.specialized-domain-section .content-wrapper{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:60px;gap:60px;grid-column-gap:92px;column-gap:92px;margin-top:50px}@media(max-width:1400px){.specialized-domain-section .content-wrapper{gap:50px;column-gap:72px;margin-top:40px}}@media(max-width:768px){.specialized-domain-section .content-wrapper{gap:32px;grid-template-columns:repeat(1,1fr)}}.specialized-domain-section .content-wrapper .box{display:flex;align-items:center;gap:26px}@media(max-width:1400px){.specialized-domain-section .content-wrapper .box{gap:22px}}@media(max-width:768px){.specialized-domain-section .content-wrapper .box{gap:16px}}.specialized-domain-section .content-wrapper .box .icon-wrapper{height:56px;width:56px;background:rgba(0,80,208,.161);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(max-width:1400px){.specialized-domain-section .content-wrapper .box .icon-wrapper{height:48px;width:48px}}@media(max-width:768px){.specialized-domain-section .content-wrapper .box .icon-wrapper{height:44px;width:44px}}.specialized-domain-section .content-wrapper .box .icon-wrapper img{height:28px;width:28px}@media(max-width:1400px){.specialized-domain-section .content-wrapper .box .icon-wrapper img{height:24px;width:24px}}.specialized-domain-section .content-wrapper .box .label{font-family:Gilmer Bold;font-size:20px;font-weight:700;line-height:28px;letter-spacing:-.4px;margin-bottom:6px;color:#000}@media(max-width:1400px){.specialized-domain-section .content-wrapper .box .label{font-size:18px;letter-spacing:-.36px;line-height:26px}}@media(max-width:768px){.specialized-domain-section .content-wrapper .box .label{font-size:16px;line-height:22px;letter-spacing:-.32px}}.specialized-domain-section .content-wrapper .box .description{font-family:Gilmer Regular;font-size:16px;font-weight:400;line-height:22.4px;letter-spacing:-.32px;color:rgba(0,0,0,.7)}@media(max-width:1400px){.specialized-domain-section .content-wrapper .box .description{font-size:14px;line-height:20px;letter-spacing:-.28px}}@media(max-width:768px){.specialized-domain-section .content-wrapper .box .description{font-size:12px;line-height:18px;letter-spacing:-.24px}}.community-voice-section{padding-bottom:140px}@media(max-width:1400px){.community-voice-section{padding-bottom:120px}}@media(max-width:768px){.community-voice-section{padding-bottom:80px}}.community-voice-section .section-title{margin-bottom:42px}@media(max-width:1400px){.community-voice-section .section-title{margin-bottom:36px}}@media(max-width:768px){.community-voice-section .section-title{margin-bottom:32px}}.community-voice-section .content-wrapper{display:flex;padding:30px;align-items:center;gap:36px;border-radius:20px;border:1px solid rgba(0,80,208,.37);background:rgba(0,80,208,.03)}@media(max-width:1400px){.community-voice-section .content-wrapper{padding:26px;gap:32px;border-radius:18px}}@media(max-width:768px){.community-voice-section .content-wrapper{padding:18px;gap:24px;border-radius:16px;flex-direction:column;max-width:480px}}.community-voice-section .content-wrapper .brown-egle-img{width:176px;height:176px;border-radius:50%}.community-voice-section .content-wrapper .name{color:#000;font-family:Gilmer Bold;font-size:26px;font-style:normal;font-weight:700;line-height:110%;letter-spacing:-1.56px;margin-bottom:16px}@media(max-width:1400px){.community-voice-section .content-wrapper .name{margin-bottom:14px;font-size:24px;letter-spacing:-1.46px}}@media(max-width:768px){.community-voice-section .content-wrapper .name{margin-bottom:12px;font-size:20px;letter-spacing:-1px;text-align:center}}.community-voice-section .content-wrapper .description{color:rgba(0,0,0,.7);font-family:Gilmer Regular;font-size:18px;font-style:normal;font-weight:400;line-height:140%;letter-spacing:-.72px}@media(max-width:1400px){.community-voice-section .content-wrapper .description{font-size:16px;letter-spacing:-.6px}}@media(max-width:768px){.community-voice-section .content-wrapper .description{font-size:14px;letter-spacing:-.4px;text-align:center}}.dao-career-section{margin-bottom:140px}@media(max-width:1400px){.dao-career-section{margin-bottom:100px}}@media(max-width:768px){.dao-career-section{margin-bottom:80px}}.dao-career-section .box-wrapper{position:relative;width:100%;display:flex;align-items:center;justify-content:flex-end;background:#f6f9ff;border:1px solid rgba(0,80,208,.12);padding:36px 40px;border-radius:10px}@media(max-width:1400px){.dao-career-section .box-wrapper{padding:32px 34px}}@media(max-width:768px){.dao-career-section .box-wrapper{padding:24px 16px}}.dao-career-section .box-wrapper .box-img{position:absolute;left:0;top:0;height:332px;width:auto}@media(max-width:1400px){.dao-career-section .box-wrapper .box-img{height:280px}}@media(max-width:768px){.dao-career-section .box-wrapper .box-img{height:240px;opacity:.6}}.dao-career-section .box-wrapper .content{position:relative;max-width:742px;z-index:1}@media(max-width:1400px){.dao-career-section .box-wrapper .content{max-width:620px}}.dao-career-section .box-wrapper .title{color:#001f4d;font-family:Gilmer Bold;font-size:50px;font-style:normal;font-weight:700;line-height:110%;letter-spacing:-3px}@media(max-width:1400px){.dao-career-section .box-wrapper .title{font-size:46px;letter-spacing:-2.4px}}@media(max-width:768px){.dao-career-section .box-wrapper .title{font-size:28px;letter-spacing:-1.2px}}.dao-career-section .box-wrapper .description{color:rgba(28,56,100,.5);font-family:Gilmer Regular;font-size:20px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.4px;margin:16px 0}@media(max-width:1400px){.dao-career-section .box-wrapper .description{font-size:18px;margin:14px 0}}@media(max-width:768px){.dao-career-section .box-wrapper .description{font-size:14px;margin:12px 0;color:rgba(28,56,100,.8)}}.mobility-hero-section{min-height:100vh;padding:62px 0;background:url(/_next/static/media/hero-bg.f760d5b4.jpg);background-size:100% 100%;display:flex;flex-direction:column}@media(max-width:1400px){.mobility-hero-section{padding:52px 0;background-size:cover}}@media(max-width:1200px){.mobility-hero-section{padding:42px 0}}@media(max-width:768px){.mobility-hero-section{padding:36px 0;background-position:50%}}.mobility-hero-section .wrapper{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;height:100%}.mobility-hero-section .mobility-logo{height:23px;width:-moz-fit-content;width:fit-content}.mobility-hero-section .mobility-logo svg{height:100%;width:auto}@media(max-width:1400px){.mobility-hero-section .mobility-logo{height:20px}}@media(max-width:768px){.mobility-hero-section .mobility-logo{height:18px}}.mobility-hero-section .main-title{color:#fff;font-family:Gilmer Bold;font-size:70px;font-style:normal;font-weight:700;line-height:110%;letter-spacing:-2.1px;max-width:620px;margin-bottom:0}.mobility-hero-section .main-title span{color:#ffcf11}@media(max-width:1400px){.mobility-hero-section .main-title{font-size:64px}}@media(max-width:1200px){.mobility-hero-section .main-title{font-size:54px}}@media(max-width:1024px){.mobility-hero-section .main-title{font-size:44px}}@media(max-width:768px){.mobility-hero-section .main-title{font-size:32px}}.mobility-hero-section .main-description{color:hsla(0,0%,100%,.85);font-family:Gilmer Regular;font-size:18px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.54px;margin:38px 0 62px;max-width:572px}@media(max-width:1400px){.mobility-hero-section .main-description{font-size:16px;margin:32px 0 50px}}@media(max-width:1200px){.mobility-hero-section .main-description{font-size:14px;margin:28px 0 40px}}@media(max-width:768px){.mobility-hero-section .main-description{font-size:14px;margin:30px 0 40px}}.mobility-hero-section .button-wrapper{display:flex;align-items:center;gap:24px}@media(max-width:1400px){.mobility-hero-section .button-wrapper{gap:22px}}@media(max-width:1024px){.mobility-hero-section .button-wrapper{gap:18px}}@media(max-width:768px){.mobility-hero-section .button-wrapper{gap:16px}}.mobility-hero-section .button-wrapper button{display:flex;width:182px;height:62px;padding:16px;justify-content:center;align-items:center;outline:none;font-family:Gilmer Bold;font-size:20px;font-style:normal;font-weight:700;line-height:110%;letter-spacing:-1px;border-radius:8px;transition:all .1s ease}@media(max-width:1400px){.mobility-hero-section .button-wrapper button{width:170px;height:56px;font-size:18px;padding:14px;letter-spacing:-.5px}}@media(max-width:1200px){.mobility-hero-section .button-wrapper button{width:160px;height:54px;font-size:16px;padding:12px;letter-spacing:-.4px}}@media(max-width:768px){.mobility-hero-section .button-wrapper button{width:140px;height:48px;font-size:14px;padding:8px;letter-spacing:-.3px}}.mobility-hero-section .button-wrapper button:focus{outline:none}.mobility-hero-section .button-wrapper button:hover{transform:translateY(1.5px)}.mobility-hero-section .button-wrapper .learn-more{background:#fff;color:#000}.mobility-hero-section .button-wrapper .get-in-touch-button{border:1px solid #a1a1aa;background:#000;color:#fff}.solutions-section{padding:130px 0}@media(max-width:1400px){.solutions-section{padding:110px 0}}@media(max-width:768px){.solutions-section{padding:80px 0}}.solutions-section .section-title{margin-bottom:30px;max-width:850px;text-align:center}@media(max-width:1400px){.solutions-section .section-title{margin-bottom:25px;max-width:750px}}.solutions-section .solutions-cards-wrapper{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin-top:60px}@media(max-width:1200px){.solutions-section .solutions-cards-wrapper{grid-template-columns:repeat(2,1fr);margin-top:50px}}@media(max-width:768px){.solutions-section .solutions-cards-wrapper{grid-template-columns:repeat(1,1fr);margin-top:40px}}.solutions-section .solutions-cards-wrapper .solution-card{width:100%;height:261px;flex-shrink:0;border-radius:14px;border:1px solid var(--gray-200,#e4e4e7);background:hsla(0,0%,100%,.9);padding:22px 24px;display:flex;justify-content:space-between;flex-direction:column}@media(max-width:1400px){.solutions-section .solutions-cards-wrapper .solution-card{height:244px;padding:20px 22px}}@media(max-width:1200px){.solutions-section .solutions-cards-wrapper .solution-card{height:230px}}@media(max-width:768px){.solutions-section .solutions-cards-wrapper .solution-card{height:200px;border-radius:10px;padding:18px 20px}}.solutions-section .solutions-cards-wrapper .solution-card .icon-wrapper{width:53px;height:54px;flex-shrink:0;border-radius:9px;background:#101010;display:flex;align-items:center;justify-content:center}@media(max-width:1400px){.solutions-section .solutions-cards-wrapper .solution-card .icon-wrapper{width:48px;height:49px}}@media(max-width:768px){.solutions-section .solutions-cards-wrapper .solution-card .icon-wrapper{width:42px;height:43px}}.solutions-section .solutions-cards-wrapper .solution-card .icon-wrapper img{height:25px;width:25px}@media(max-width:1400px){.solutions-section .solutions-cards-wrapper .solution-card .icon-wrapper img{height:22px;width:22px}}@media(max-width:768px){.solutions-section .solutions-cards-wrapper .solution-card .icon-wrapper img{height:16px;width:16px}}.solutions-section .solutions-cards-wrapper .solution-card .label{color:#000;font-family:Gilmer Bold;font-size:20px;font-style:normal;font-weight:700;line-height:130%;letter-spacing:-.6px}@media(max-width:1400px){.solutions-section .solutions-cards-wrapper .solution-card .label{font-size:18px}}@media(max-width:768px){.solutions-section .solutions-cards-wrapper .solution-card .label{font-size:16px}}.solutions-section .solutions-cards-wrapper .solution-card .description{color:rgba(0,0,0,.5);font-family:Gilmer Medium;font-size:16px;font-style:normal;font-weight:600;line-height:150%;letter-spacing:-.48px;margin-top:16px}@media(max-width:1400px){.solutions-section .solutions-cards-wrapper .solution-card .description{font-size:14px;margin-top:14px}}@media(max-width:768px){.solutions-section .solutions-cards-wrapper .solution-card .description{font-size:12px;margin-top:10px}}.municiapal-needs-section{padding:50px 0 90px}@media(max-width:1400px){.municiapal-needs-section{padding:40px 0 80px}}@media(max-width:768px){.municiapal-needs-section{padding:30px 0 60px}}.municiapal-needs-section .divider{margin:0 70px;height:100%;width:1px!important;background:rgba(0,0,0,.2);flex-shrink:0}.municiapal-needs-section .description-wrapper{border-left:1px solid rgba(0,0,0,.2);padding-left:70px;margin-left:70px}@media(max-width:1400px){.municiapal-needs-section .description-wrapper{padding-left:60px;margin-left:60px}}@media(max-width:1200px){.municiapal-needs-section .description-wrapper{padding-left:40px;margin-left:40px}}@media(max-width:768px){.municiapal-needs-section .description-wrapper{border-left:none;padding-left:0;margin-left:0;margin-top:20px}}.municiapal-needs-section .description-wrapper .button-wrapper{display:flex;align-items:center;gap:24px;margin-top:22px}@media(max-width:1400px){.municiapal-needs-section .description-wrapper .button-wrapper{gap:22px}}@media(max-width:1024px){.municiapal-needs-section .description-wrapper .button-wrapper{gap:18px}}@media(max-width:768px){.municiapal-needs-section .description-wrapper .button-wrapper{gap:16px;margin-top:16px}}.municiapal-needs-section .description-wrapper .button-wrapper button{display:flex;padding:18px 40px;justify-content:center;align-items:center;outline:none;font-family:Gilmer Bold;font-size:20px;font-style:normal;font-weight:700;line-height:110%;letter-spacing:-1px;border-radius:8px;transition:all .1s ease}@media(max-width:1400px){.municiapal-needs-section .description-wrapper .button-wrapper button{font-size:18px;padding:14px;letter-spacing:-.5px;border-radius:6px}}@media(max-width:1200px){.municiapal-needs-section .description-wrapper .button-wrapper button{font-size:16px;padding:12px;letter-spacing:-.4px}}@media(max-width:768px){.municiapal-needs-section .description-wrapper .button-wrapper button{padding:10px 24px;font-size:14px;letter-spacing:-.3px}}.municiapal-needs-section .description-wrapper .button-wrapper button:focus{outline:none}.municiapal-needs-section .description-wrapper .button-wrapper button:hover{transform:translateY(1.5px)}.municiapal-needs-section .description-wrapper .button-wrapper .learn-more{background:#fff;color:#000}.municiapal-needs-section .description-wrapper .button-wrapper .get-in-touch-button{border:1px solid #a1a1aa;background:#000;color:#fff}.municiapal-needs-section .content-wrapper .swiper-container{border-top:1px solid rgba(0,0,0,.2);display:flex;padding:0 70px;margin-top:60px}@media(max-width:1400px){.municiapal-needs-section .content-wrapper .swiper-container{margin-top:50px}}@media(max-width:768px){.municiapal-needs-section .content-wrapper .swiper-container{margin-top:40px}}.municiapal-needs-section .content-wrapper .swiper-container .point-card{width:440px;height:320px;border-left:1px solid rgba(0,0,0,.2);padding-left:50px;padding-top:60px}@media(max-width:1400px){.municiapal-needs-section .content-wrapper .swiper-container .point-card{width:380px;height:320px;padding-left:40px;padding-top:50px}}@media(max-width:768px){.municiapal-needs-section .content-wrapper .swiper-container .point-card{width:100%;padding-left:30px;padding-top:30px}}.municiapal-needs-section .content-wrapper .swiper-container .point-card:first-child{border-left:none;padding-left:0}.municiapal-needs-section .content-wrapper .swiper-container .point-card .icon-wrapper{width:53px;height:54px;flex-shrink:0;border-radius:9px;background:#101010;display:flex;align-items:center;justify-content:center}@media(max-width:1400px){.municiapal-needs-section .content-wrapper .swiper-container .point-card .icon-wrapper{width:48px;height:49px}}@media(max-width:768px){.municiapal-needs-section .content-wrapper .swiper-container .point-card .icon-wrapper{width:42px;height:43px}}.municiapal-needs-section .content-wrapper .swiper-container .point-card .icon-wrapper img{height:25px;width:25px}@media(max-width:1400px){.municiapal-needs-section .content-wrapper .swiper-container .point-card .icon-wrapper img{height:22px;width:22px}}@media(max-width:768px){.municiapal-needs-section .content-wrapper .swiper-container .point-card .icon-wrapper img{height:16px;width:16px}}.municiapal-needs-section .content-wrapper .swiper-container .point-card .label{color:#000;font-family:Gilmer Bold;font-size:20px;font-style:normal;font-weight:700;line-height:130%;letter-spacing:-.6px;margin-top:46px}@media(max-width:1400px){.municiapal-needs-section .content-wrapper .swiper-container .point-card .label{font-size:18px;max-width:300px;margin-top:40px}}@media(max-width:768px){.municiapal-needs-section .content-wrapper .swiper-container .point-card .label{font-size:16px;margin-top:30px}}.municiapal-needs-section .content-wrapper .swiper-container .point-card .description{color:rgba(0,0,0,.5);font-family:Gilmer Medium;font-size:16px;font-style:normal;font-weight:600;line-height:150%;letter-spacing:-.48px;margin-top:14px}@media(max-width:1400px){.municiapal-needs-section .content-wrapper .swiper-container .point-card .description{font-size:14px;margin-top:12px;max-width:340px}}@media(max-width:768px){.municiapal-needs-section .content-wrapper .swiper-container .point-card .description{font-size:12px}}.mobility-footer{background:url(/_next/static/media/footer-bg.b5c5fb09.jpg);background-size:100% 100%;padding:80px 0}@media(max-width:1400px){.mobility-footer{padding:60px 0}}@media(max-width:768px){.mobility-footer{padding:45px 0;background-size:cover;background-position:50%}}.mobility-footer .title{color:#fff;text-align:center;font-family:Gilmer Bold;font-size:52px;font-style:normal;font-weight:700;line-height:110%;letter-spacing:-1.56px}.mobility-footer .title span{color:#ffcf11}@media(max-width:1400px){.mobility-footer .title{font-size:48px;letter-spacing:-1.3px}}@media(max-width:1200px){.mobility-footer .title{font-size:44px;letter-spacing:-1px}}@media(max-width:1024px){.mobility-footer .title{font-size:40px;letter-spacing:-.9px}}@media(max-width:768px){.mobility-footer .title{font-size:32px;letter-spacing:-.6px}}.mobility-footer .description{color:hsla(0,0%,100%,.8);text-align:center;font-family:Gilmer Medium;font-size:18px;font-style:normal;font-weight:600;line-height:150%;letter-spacing:-.54px;max-width:654px;margin:16px 0 42px}@media(max-width:1400px){.mobility-footer .description{font-size:16px;letter-spacing:-.44px;max-width:600px;margin:14px 0 36px}}@media(max-width:1200px){.mobility-footer .description{font-size:14px;letter-spacing:-.34px;max-width:500px;margin:14px 0 32px}}@media(max-width:768px){.mobility-footer .description{font-size:12px;letter-spacing:-.24px;max-width:400px;margin:12px 0 30px}}.mobility-footer .demo-button{display:flex;padding:16px 32px;justify-content:center;align-items:center;border-radius:10px;border:1px solid var(--gray-400,#a1a1aa);background:var(--base-white,#fff);outline:none;color:#000;font-family:Gilmer Bold;font-size:16px;font-style:normal;font-weight:700;line-height:110%;letter-spacing:-.8px;width:-moz-fit-content;width:fit-content;text-decoration:none;margin-bottom:162px;transition:all .1s ease}.mobility-footer .demo-button:hover{transform:translateY(1px)}@media(max-width:1400px){.mobility-footer .demo-button{font-size:14px;padding:14px 28px;margin-bottom:142px}}@media(max-width:1200px){.mobility-footer .demo-button{font-size:12px;padding:10px 24px;margin-bottom:132px;border-radius:8px}}@media(max-width:768px){.mobility-footer .demo-button{font-size:14px;padding:12px 22px;margin-bottom:100px}}.mobility-footer .logo-wrapper{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid hsla(0,0%,100%,.2);padding-bottom:24px;margin-bottom:24px}@media(max-width:1400px){.mobility-footer .logo-wrapper{padding-bottom:20px;margin-bottom:20px}}@media(max-width:768px){.mobility-footer .logo-wrapper{flex-direction:column;gap:30px;justify-content:center}}.mobility-footer .logo-wrapper .logo{height:19px;width:-moz-fit-content;width:fit-content;display:block}.mobility-footer .logo-wrapper .logo svg{height:100%;width:-moz-fit-content;width:fit-content}.mobility-footer .address-and-contact{display:flex;align-items:center;color:#fff;font-family:Gilmer Medium;font-size:16px;font-style:normal;font-weight:600;line-height:26px}@media(max-width:1400px){.mobility-footer .address-and-contact{font-size:14px}}@media(max-width:768px){.mobility-footer .address-and-contact{font-size:12px;flex-direction:column}}.mobility-footer .address-and-contact a{color:#fff;text-decoration:none;margin-left:4px}.mobility-footer .address-and-contact a:hover{color:#e6b800}@media(max-width:768px){.mobility-footer .address-and-contact a{margin-top:10px}}.mobility-footer .copyright-text{color:#fff;font-family:Gilmer Medium;font-size:16px;font-style:normal;font-weight:600;line-height:26px}@media(max-width:1400px){.mobility-footer .copyright-text{font-size:14px}}@media(max-width:768px){.mobility-footer .copyright-text{font-size:12px;text-align:center}}.mobility-footer .pt-wrapper{display:flex;align-items:center;gap:30px}@media(max-width:1400px){.mobility-footer .pt-wrapper{gap:25px}}@media(max-width:768px){.mobility-footer .pt-wrapper{gap:12px;justify-content:center;margin-top:20px}}.mobility-footer .pt-wrapper a{color:#fff;font-family:Gilmer Medium;font-size:16px;font-style:normal;font-weight:600;line-height:26px;text-decoration:none}.mobility-footer .pt-wrapper a:hover{color:hsla(0,0%,100%,.8)}@media(max-width:1400px){.mobility-footer .pt-wrapper a{font-size:14px}}@media(max-width:768px){.mobility-footer .pt-wrapper a{font-size:12px}}.product-top-section{padding-top:150px}@media(max-width:1400px){.product-top-section{padding-top:130px}}@media(max-width:768px){.product-top-section{padding-top:90px}}.product-top-section .content-wrapper{display:flex;gap:54px}@media(max-width:1400px){.product-top-section .content-wrapper{gap:44px}}@media(max-width:768px){.product-top-section .content-wrapper{gap:30px;flex-direction:column;align-items:flex-start}}.product-top-section .content-wrapper .collab-img-wrapper{position:relative;height:474px;width:530px;border-radius:20px;background:#e7e9f3;flex-shrink:0}.product-top-section .content-wrapper .collab-img-wrapper img{height:100%;width:100%}@media(max-width:1400px){.product-top-section .content-wrapper .collab-img-wrapper{height:400px;width:440px}}@media(max-width:768px){.product-top-section .content-wrapper .collab-img-wrapper{height:300px;width:320px}}.product-top-section .content-wrapper .collab-img-wrapper .nationfirst-collab-img-wrppaer{position:absolute;right:13px;bottom:13px;display:flex;align-items:center;gap:10px;padding:12px 24px;background:#fff;border-radius:50px}@media(max-width:1400px){.product-top-section .content-wrapper .collab-img-wrapper .nationfirst-collab-img-wrppaer{padding:10px 20px;right:11px;bottom:11px}}@media(max-width:768px){.product-top-section .content-wrapper .collab-img-wrapper .nationfirst-collab-img-wrppaer{padding:6px 16px;right:10px;bottom:10px}}.product-top-section .content-wrapper .collab-img-wrapper .nationfirst-collab-img-wrppaer .x-sign{height:20px;width:auto}@media(max-width:1400px){.product-top-section .content-wrapper .collab-img-wrapper .nationfirst-collab-img-wrppaer .x-sign{height:18px}}@media(max-width:768px){.product-top-section .content-wrapper .collab-img-wrapper .nationfirst-collab-img-wrppaer .x-sign{height:14px}}.product-top-section .content-wrapper .collab-img-wrapper .nationfirst-collab-img-wrppaer .sarabloh-logo{height:18px;width:auto}@media(max-width:1400px){.product-top-section .content-wrapper .collab-img-wrapper .nationfirst-collab-img-wrppaer .sarabloh-logo{height:15px}}@media(max-width:768px){.product-top-section .content-wrapper .collab-img-wrapper .nationfirst-collab-img-wrppaer .sarabloh-logo{height:14px}}.product-top-section .content-wrapper .collab-img-wrapper .nationfirst-collab-img-wrppaer .nationfirst-logo{height:20px;width:auto}@media(max-width:1400px){.product-top-section .content-wrapper .collab-img-wrapper .nationfirst-collab-img-wrppaer .nationfirst-logo{height:18px}}@media(max-width:768px){.product-top-section .content-wrapper .collab-img-wrapper .nationfirst-collab-img-wrppaer .nationfirst-logo{height:15px}}.product-top-section .content-wrapper .course-name{color:#000;font-family:Gilmer Bold;font-size:32px;font-style:normal;font-weight:700;line-height:120%;letter-spacing:-.72px}@media(max-width:1400px){.product-top-section .content-wrapper .course-name{font-size:28px;letter-spacing:-.64px}}@media(max-width:768px){.product-top-section .content-wrapper .course-name{font-size:24px;letter-spacing:-.48px}}.product-top-section .content-wrapper .certificate-wrapper{display:flex;align-items:center;gap:24px;margin:18px 0 42px}@media(max-width:1400px){.product-top-section .content-wrapper .certificate-wrapper{gap:20px;margin:16px 0 36px}}@media(max-width:768px){.product-top-section .content-wrapper .certificate-wrapper{gap:16px;margin:14px 0 32px}}.product-top-section .content-wrapper img{height:18px;width:18px}@media(max-width:1400px){.product-top-section .content-wrapper img{height:16px;width:16px}}@media(max-width:768px){.product-top-section .content-wrapper img{height:14px;width:14px}}.product-top-section .content-wrapper .label{color:rgba(0,0,0,.5);font-family:Gilmer Medium;font-size:16px;font-style:normal;font-weight:600;line-height:120%;letter-spacing:-.32px}@media(max-width:1400px){.product-top-section .content-wrapper .label{font-size:14px;letter-spacing:-.28px}}@media(max-width:768px){.product-top-section .content-wrapper .label{font-size:12px;letter-spacing:-.24px}}.product-top-section .content-wrapper .course-select-wrapper{gap:34px;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:30px;margin-bottom:30px}@media(max-width:1400px){.product-top-section .content-wrapper .course-select-wrapper{gap:30px;padding-bottom:25px;margin-bottom:25px}}@media(max-width:768px){.product-top-section .content-wrapper .course-select-wrapper{gap:24px;padding-bottom:22px;margin-bottom:22px}}.product-top-section .content-wrapper .course-select-wrapper .label{color:#000;font-family:Gilmer Bold;font-size:18px;font-style:normal;font-weight:700;line-height:150%;letter-spacing:-.36px;margin-bottom:8px}@media(max-width:1400px){.product-top-section .content-wrapper .course-select-wrapper .label{font-size:16px;letter-spacing:-.32px}}@media(max-width:768px){.product-top-section .content-wrapper .course-select-wrapper .label{font-size:14px;letter-spacing:-.28px;margin-bottom:4px}}.product-top-section .content-wrapper .course-select-wrapper .select-wrapper{position:relative;display:flex;width:320px;padding:0 20px;align-items:center;gap:10px;align-self:stretch;border-radius:6px;border:1px solid rgba(0,0,0,.1);color:rgba(0,0,0,.5);font-family:Gilmer Medium;font-size:14px;font-style:normal;font-weight:600;line-height:150%;letter-spacing:-.32px;transition:all .15s ease;cursor:pointer}@media(max-width:1400px){.product-top-section .content-wrapper .course-select-wrapper .select-wrapper{height:48px;padding:0 18px;font-size:12px;width:280px}}@media(max-width:768px){.product-top-section .content-wrapper .course-select-wrapper .select-wrapper{padding:0 16px;font-size:12px}}.product-top-section .content-wrapper .course-select-wrapper .select-wrapper .select-field{width:100%;padding:8px 0;display:flex;align-items:center;justify-content:space-between;color:rgba(0,0,0,.9)}@media(max-width:1400px){.product-top-section .content-wrapper .course-select-wrapper .select-wrapper .select-field{height:48px;padding:10px 0}}@media(max-width:768px){.product-top-section .content-wrapper .course-select-wrapper .select-wrapper .select-field{height:44px;padding:8px 0}}.product-top-section .content-wrapper .course-select-wrapper .select-wrapper .select-field .name-description{display:flex;align-items:center;gap:6px}@media(max-width:768px){.product-top-section .content-wrapper .course-select-wrapper .select-wrapper .select-field svg{height:14px}}.product-top-section .content-wrapper .course-select-wrapper .select-wrapper .select-field .tooltip-container{position:relative;gap:6px}.product-top-section .content-wrapper .course-select-wrapper .select-wrapper .select-field .tooltip-container img{height:14px;width:14px}.product-top-section .content-wrapper .course-select-wrapper .select-wrapper .option-wrapper{position:absolute;top:100%;left:0;width:100%;height:auto;background:#fff;border-radius:6px;border:1px solid rgba(0,0,0,.6);display:flex;flex-direction:column;align-items:flex-start;z-index:1111;opacity:0;visibility:hidden}.product-top-section .content-wrapper .course-select-wrapper .select-wrapper .option-wrapper .option-item{width:100%;border-bottom:1px solid rgba(0,0,0,.1);padding:10px 14px;cursor:pointer}.product-top-section .content-wrapper .course-select-wrapper .select-wrapper .option-wrapper .option-item.selected,.product-top-section .content-wrapper .course-select-wrapper .select-wrapper .option-wrapper .option-item:hover{color:rgba(0,0,0,.9)}@media(max-width:1400px){.product-top-section .content-wrapper .course-select-wrapper .select-wrapper .option-wrapper .option-item{padding:8px 12px}}.product-top-section .content-wrapper .course-select-wrapper .select-wrapper:hover .option-wrapper{opacity:1;visibility:visible}.product-top-section .content-wrapper .item-price-container .type{color:rgba(0,0,0,.5);font-family:Gilmer Medium;font-size:12px;font-style:normal;font-weight:600;line-height:150%;letter-spacing:-.24px}.product-top-section .content-wrapper .item-price-container .price{color:#0050d0;font-family:Gilmer Bold;font-size:18px;font-style:normal;font-weight:700;line-height:150%;letter-spacing:-.36px}@media(max-width:768px){.product-top-section .content-wrapper .item-price-container .price{font-size:20px;letter-spacing:.4px}}.product-top-section .content-wrapper .note-wrapper{color:rgba(0,0,0,.5);font-family:Gilmer Medium;font-size:14px;font-style:normal;font-weight:600;line-height:150%;letter-spacing:-.24px;margin-top:16px}.product-top-section .content-wrapper .note-wrapper b{font-family:Gilmer Bold;color:#000}.product-top-section .content-wrapper .features-wrapper{display:flex;flex-wrap:wrap;column-gap:26px;row-gap:24px}@media(max-width:1400px){.product-top-section .content-wrapper .features-wrapper{column-gap:24px;row-gap:18px}}@media(max-width:768px){.product-top-section .content-wrapper .features-wrapper{gap:12px}}.product-top-section .content-wrapper .features-wrapper .box{display:flex;align-items:center;color:#000;font-family:Gilmer Bold;font-size:14px;font-style:normal;font-weight:700;line-height:120%;letter-spacing:-.28px;gap:16px}.product-top-section .content-wrapper .features-wrapper .box:first-child,.product-top-section .content-wrapper .features-wrapper .box:nth-child(3){width:40%}@media(max-width:1400px){.product-top-section .content-wrapper .features-wrapper .box{font-size:12px;letter-spacing:-.24px;gap:14px}}@media(max-width:768px){.product-top-section .content-wrapper .features-wrapper .box{width:50%;gap:14px;font-size:10px}}.product-top-section .content-wrapper .features-wrapper .box .icon-wrapper{display:flex;width:40px;height:40px;padding:16px;justify-content:center;align-items:center;border-radius:6px;background:#e5efff}@media(max-width:1400px){.product-top-section .content-wrapper .features-wrapper .box .icon-wrapper{width:36px;height:36px}}@media(max-width:768px){.product-top-section .content-wrapper .features-wrapper .box .icon-wrapper{height:32px;width:32px}}.product-top-section .content-wrapper .features-wrapper .box .icon-wrapper img{height:20px;width:20px}@media(max-width:1400px){.product-top-section .content-wrapper .features-wrapper .box .icon-wrapper img{height:18px;width:18px}}@media(max-width:768px){.product-top-section .content-wrapper .features-wrapper .box .icon-wrapper img{height:14px;width:14px}}.product-top-section .content-wrapper .enroll-wrapper{display:flex;gap:30px;margin-top:30px}@media(max-width:1400px){.product-top-section .content-wrapper .enroll-wrapper{margin-top:25px}}@media(max-width:768px){.product-top-section .content-wrapper .enroll-wrapper{margin-top:20px;gap:22px}}.product-top-section .content-wrapper .enroll-wrapper .name{font-family:Gilmer Medium;font-size:12px;font-weight:600;line-height:18px;letter-spacing:-.24px;color:rgba(0,0,0,.502)}@media(max-width:768px){.product-top-section .content-wrapper .enroll-wrapper .name{font-size:11px;letter-spacing:-.22px}}.product-top-section .content-wrapper .enroll-wrapper .price{font-family:Gilmer Bold;font-size:22px;font-weight:700;line-height:33px;letter-spacing:-.44px;color:#0050d0}@media(max-width:768px){.product-top-section .content-wrapper .enroll-wrapper .price{font-size:16px;letter-spacing:-.36px;line-height:22px}}.enroll-button{display:flex;width:258px;height:55px;padding:12px 36px;justify-content:center;align-items:center;background:#e5efff;color:#fff;font-family:Gilmer Bold;font-size:18px;font-style:normal;font-weight:700;line-height:150%;letter-spacing:-.36px;outline:none;border:1px solid transparent;border-radius:6px;background:#0050d0;transition:all .15s ease}@media(max-width:1400px){.enroll-button{width:230px;font-size:16px;letter-spacing:-.32px;padding:10px 25px;height:48px}}@media(max-width:768px){.enroll-button{font-size:14px;letter-spacing:-.28px;padding:8px 18px;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;height:46px}}.enroll-button:hover{background:transparent;border:1px solid #0050d0;color:#0050d0}.product-page-tabs-wrapper{border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);display:flex;align-items:center;gap:40px;margin-top:62px;margin-bottom:50px}@media(max-width:1400px){.product-page-tabs-wrapper{gap:36px;margin-top:52px;margin-bottom:40px}}@media(max-width:768px){.product-page-tabs-wrapper{gap:22px;margin-top:42px;margin-bottom:32px}}.product-page-tabs-wrapper .tab{color:rgba(0,0,0,.5);font-family:Gilmer Medium;font-size:18px;font-style:normal;font-weight:600;line-height:120%;letter-spacing:-.36px;padding:20px 0;cursor:pointer}@media(max-width:1400px){.product-page-tabs-wrapper .tab{padding:18px 0;font-size:16px;letter-spacing:-.32px}}@media(max-width:768px){.product-page-tabs-wrapper .tab{padding:14px 0;font-size:14px;letter-spacing:-.28px}}.product-page-tabs-wrapper .tab.active{position:relative;color:#0050d0;font-family:Gilmer Bold;font-weight:700;line-height:150%}.product-page-tabs-wrapper .tab.active:after{position:absolute;content:"";left:0;bottom:-2px;width:100%;height:4px;border-radius:30px;background:#0050d0}@media(max-width:768px){.product-page-tabs-wrapper .tab.active:after{height:2px;bottom:-1px}}.product-brief-description{color:rgba(0,0,0,.5);font-family:Gilmer Medium;font-size:18px;font-style:normal;font-weight:600;line-height:150%;letter-spacing:-.36px}@media(max-width:1400px){.product-brief-description{font-size:16px;letter-spacing:-.32px}}@media(max-width:768px){.product-brief-description{font-size:14px;letter-spacing:-.28px}}.include-wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:85px;column-gap:85px;grid-row-gap:18px;row-gap:18px;font-family:Gilroy;font-weight:700;font-size:18px;line-height:150%;letter-spacing:-2%;color:rgba(0,0,0,.5);margin-top:24px}@media(max-width:1400px){.include-wrapper{column-gap:60px;row-gap:16px}}@media(max-width:1024px){.include-wrapper{grid-template-columns:repeat(2,1fr);font-size:16px}}@media(max-width:768px){.include-wrapper{grid-template-columns:repeat(1,1fr);font-size:14px;gap:8px;margin-top:16px}.include-wrapper li{margin-left:-10px}}.course-overview-section{margin-bottom:90px}@media(max-width:768px){.course-overview-section{margin-bottom:80px}}.course-overview-section .title{color:#000;font-family:Gilmer Bold;font-size:26px;font-style:normal;font-weight:700;line-height:120%;letter-spacing:-.52px;margin-top:70px;margin-bottom:32px}@media(max-width:1400px){.course-overview-section .title{font-size:24px;letter-spacing:-.48px;margin-top:60px;margin-bottom:26px}}@media(max-width:768px){.course-overview-section .title{font-size:20px;letter-spacing:-.4px;margin-top:36px;margin-bottom:28px}}.course-overview-section .features-wrapper,.course-overview-section .learn-wrapper{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:62px;column-gap:62px;grid-row-gap:28px;row-gap:28px}@media(max-width:1400px){.course-overview-section .features-wrapper,.course-overview-section .learn-wrapper{column-gap:52px;row-gap:24px}}@media(max-width:768px){.course-overview-section .features-wrapper,.course-overview-section .learn-wrapper{grid-template-columns:repeat(1,1fr)}}.course-overview-section .features-wrapper .box .label,.course-overview-section .learn-wrapper .box .label{color:#000;font-family:Gilmer Bold;font-size:16px;font-style:normal;font-weight:700;line-height:150%;letter-spacing:-.32px}@media(max-width:1400px){.course-overview-section .features-wrapper .box .label,.course-overview-section .learn-wrapper .box .label{font-size:14px;letter-spacing:-.28px}}.course-overview-section .features-wrapper .box .description,.course-overview-section .learn-wrapper .box .description{color:rgba(0,0,0,.5);font-family:Gilmer Medium;font-size:16px;font-style:normal;font-weight:600;line-height:150%;letter-spacing:-.32px}@media(max-width:1400px){.course-overview-section .features-wrapper .box .description,.course-overview-section .learn-wrapper .box .description{font-size:14px;letter-spacing:-.28px}}.course-overview-section .what-you-will-learn-wrapper{background:#0050d0;padding:30px 35px;border-radius:12px;margin:70px 0}@media(max-width:1400px){.course-overview-section .what-you-will-learn-wrapper{margin:60px 0;padding:25px 30px}}@media(max-width:768px){.course-overview-section .what-you-will-learn-wrapper{margin:50px 0;padding:20px 22px}}.course-overview-section .what-you-will-learn-wrapper .title{margin-top:0;color:#fff}.course-overview-section .what-you-will-learn-wrapper .box .label{color:#fff}.course-overview-section .what-you-will-learn-wrapper .box .description{color:hsla(0,0%,100%,.5)}.course-overview-section .features-wrapper{column-gap:112px;row-gap:46px}@media(max-width:1400px){.course-overview-section .features-wrapper{column-gap:92px;row-gap:42px}}@media(max-width:768px){.course-overview-section .features-wrapper{gap:28px}}.course-overview-section .features-wrapper .box{display:flex;align-items:center;gap:14px}@media(max-width:768px){.course-overview-section .features-wrapper .box{align-items:flex-start;gap:10px}}.course-overview-section .features-wrapper .box .icon-wrapper{display:flex;padding:14px;flex-direction:column;align-items:flex-start;justify-content:center;border-radius:6px;background:rgba(0,80,208,.16)}@media(max-width:1400px){.course-overview-section .features-wrapper .box .icon-wrapper{padding:12px}}.course-overview-section .features-wrapper .box .icon-wrapper img{height:28px;width:28px}@media(max-width:1400px){.course-overview-section .features-wrapper .box .icon-wrapper img{height:24px;width:24px}}@media(max-width:768px){.course-overview-section .features-wrapper .box .icon-wrapper img{height:20px;width:20px}}.course-overview-section .nationfirst-collab{margin-top:50px;margin-bottom:30px;display:flex;align-items:center;gap:10px}@media(max-width:1400px){.course-overview-section .nationfirst-collab{margin-top:44px;margin-bottom:25px}}@media(max-width:768px){.course-overview-section .nationfirst-collab{margin-bottom:20px}}.course-overview-section .nationfirst-collab .x-sign{height:20px}@media(max-width:1400px){.course-overview-section .nationfirst-collab .x-sign{height:18px}}@media(max-width:768px){.course-overview-section .nationfirst-collab .x-sign{height:20px}}.course-overview-section .nationfirst-collab .sarabloh-logo{height:18px}@media(max-width:1400px){.course-overview-section .nationfirst-collab .sarabloh-logo{height:15px}}@media(max-width:768px){.course-overview-section .nationfirst-collab .sarabloh-logo{height:18px}}.course-overview-section .nationfirst-collab .nationfirst-logo{height:20px}@media(max-width:1400px){.course-overview-section .nationfirst-collab .nationfirst-logo{height:18px}}@media(max-width:768px){.course-overview-section .nationfirst-collab .nationfirst-logo{height:20px}}.course-overview-section .collab-description{color:#000;font-family:Gilmer Medium;font-size:18px;font-style:normal;font-weight:600;line-height:150%;letter-spacing:-.36px}@media(max-width:1400px){.course-overview-section .collab-description{font-size:16px;letter-spacing:-.32px}}@media(max-width:768px){.course-overview-section .collab-description{font-size:14px;letter-spacing:-.28px}}.course-overview-section .subtitle{color:#000;font-family:Gilmer Bold;font-size:22px;font-style:normal;font-weight:700;line-height:120%;letter-spacing:-.44px;margin-bottom:24px;margin-top:32px}@media(max-width:1400px){.course-overview-section .subtitle{font-size:20px;letter-spacing:-.4px;margin-top:20px}}@media(max-width:768px){.course-overview-section .subtitle{font-size:18px;letter-spacing:-.36px;margin-bottom:18px;margin-top:16px}}.course-overview-section .subtitle span{color:red;font-family:Gilmer Medium;font-size:16px;font-style:normal;font-weight:600;line-height:120%;letter-spacing:-.32px}@media(max-width:1400px){.course-overview-section .subtitle span{font-size:14px;letter-spacing:-.28px}}@media(max-width:768px){.course-overview-section .subtitle span{font-size:12px;letter-spacing:-.24px}}.course-overview-section .how-it-works-wrapper{display:flex;flex-direction:column;gap:14px;padding:10px 0 20px 28px}@media(max-width:768px){.course-overview-section .how-it-works-wrapper{padding:8px 0 16px 20px;gap:12px}}.course-overview-section .how-it-works-wrapper .label{color:#000;font-family:Gilmer Bold;font-size:16px;font-style:normal;font-weight:700;line-height:150%;letter-spacing:-.32px}@media(max-width:1400px){.course-overview-section .how-it-works-wrapper .label{font-size:14px;letter-spacing:-.28px}}.course-overview-section .how-it-works-wrapper .description{color:rgba(0,0,0,.5);font-family:Gilmer Medium;font-size:16px;font-style:normal;font-weight:600;line-height:150%;letter-spacing:-.32px}@media(max-width:1400px){.course-overview-section .how-it-works-wrapper .description{font-size:14px;letter-spacing:-.28px}}.course-overview-section .unit-wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}@media(max-width:1400px){.course-overview-section .unit-wrapper{gap:16px}}@media(max-width:768px){.course-overview-section .unit-wrapper{gap:14px;grid-template-columns:repeat(1,1fr)}}.course-overview-section .unit-wrapper .unit-wrapper-box{position:relative;display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch;border-radius:10px;border:1px solid rgba(0,80,208,.3);background:#e5efff}@media(max-width:1400px){.course-overview-section .unit-wrapper .unit-wrapper-box{padding:18px}}@media(max-width:768px){.course-overview-section .unit-wrapper .unit-wrapper-box{gap:8px}}.course-overview-section .unit-wrapper .unit-wrapper-box .red{color:red}.course-overview-section .unit-wrapper .unit-wrapper-box .unit-title{position:relative;color:#000;font-family:Gilmer Bold;font-size:16px;font-style:normal;font-weight:700;line-height:150%;letter-spacing:-.32px;z-index:1;max-width:80%}@media(max-width:1400px){.course-overview-section .unit-wrapper .unit-wrapper-box .unit-title{font-size:14px;letter-spacing:-.28px}}.course-overview-section .unit-wrapper .unit-wrapper-box ul{padding-left:25px;margin-bottom:0}.course-overview-section .unit-wrapper .unit-wrapper-box ul li{color:rgba(0,0,0,.5);font-family:Gilmer Medium;font-size:14px;font-style:normal;font-weight:600;line-height:150%;letter-spacing:-.28px;margin-bottom:2px}.course-overview-section .unit-wrapper .unit-wrapper-box ul li:last-child{margin-bottom:0}@media(max-width:1400px){.course-overview-section .unit-wrapper .unit-wrapper-box ul li{font-size:12px;letter-spacing:-.28px}}.course-overview-section .unit-wrapper .unit-wrapper-box .unit-number{position:absolute;right:13px;top:13px;border-radius:6px;background:#0050d0;display:flex;width:59px;padding:4px;justify-content:center;align-items:center;color:#fff;font-family:Gilmer Heavy;font-size:12px;font-style:normal;font-weight:800;line-height:140%;letter-spacing:-.24px}@media(max-width:1400px){.course-overview-section .unit-wrapper .unit-wrapper-box .unit-number{font-size:11px;letter-spacing:-.22px}}.course-overview-section .knowledge-wrapper{padding-left:30px;color:rgba(0,0,0,.5);font-family:Gilmer Medium;font-size:18px;font-style:normal;font-weight:600;line-height:150%;letter-spacing:-.36px;margin-bottom:4px}@media(max-width:1400px){.course-overview-section .knowledge-wrapper{font-size:18px;letter-spacing:-.36px}}@media(max-width:768px){.course-overview-section .knowledge-wrapper{font-size:16px;letter-spacing:-.32px}}.course-overview-section .knowledge-wrapper b{font-weight:700;font-family:Gilmer Bold}@media(max-width:1400px){.course-overview-section .knowledge-wrapper li{font-size:16px;letter-spacing:-.32px}}@media(max-width:768px){.course-overview-section .knowledge-wrapper li{font-size:14px;letter-spacing:-.28px}}.course-overview-section .pricing-wrapper{display:flex;align-items:center;gap:64px}@media(max-width:1400px){.course-overview-section .pricing-wrapper{gap:54px}}@media(max-width:768px){.course-overview-section .pricing-wrapper{flex-direction:column;align-items:flex-start;gap:20px}}@media(max-width:360px){.course-overview-section .pricing-wrapper{gap:20px}}.course-overview-section .pricing-wrapper .price-container .course{color:rgba(0,0,0,.5);font-family:Gilmer Medium;font-size:18px;font-style:normal;font-weight:600;line-height:150%;letter-spacing:-.36px;margin-bottom:6px}@media(max-width:1400px){.course-overview-section .pricing-wrapper .price-container .course{font-size:16px;letter-spacing:-.32px}}@media(max-width:768px){.course-overview-section .pricing-wrapper .price-container .course{font-size:14px;letter-spacing:-.28px;margin-bottom:4px}}.course-overview-section .pricing-wrapper .price-container .price{color:#0050d0;font-family:Gilmer Bold;font-size:38px;font-style:normal;font-weight:700;line-height:150%;letter-spacing:-.76px}@media(max-width:1400px){.course-overview-section .pricing-wrapper .price-container .price{font-size:32px;letter-spacing:-.64px}}@media(max-width:768px){.course-overview-section .pricing-wrapper .price-container .price{font-size:22px;letter-spacing:-.44px}}@media(max-width:380px){.course-overview-section .pricing-wrapper .price-container .price{font-size:20px;letter-spacing:-.4px}}@media(max-width:350px){.course-overview-section .pricing-wrapper .price-container .price{font-size:18px;letter-spacing:-.36px}}.course-overview-section .pricing-wrapper .price-container .free-course-wrapper{background:linear-gradient(90.55deg,#0350c7 -9.86%,#09cac1 71.41%);display:flex;align-items:center;justify-content:center;border-radius:50px;padding:15px 16px;font-family:Gilmer Bold;font-size:14px;font-weight:700;line-height:16.8px;letter-spacing:-.28px;color:#fff;gap:8px}.course-overview-section .pricing-wrapper .price-container .free-course-wrapper img{height:19px}@media(max-width:1400px){.course-overview-section .pricing-wrapper .price-container .free-course-wrapper img{height:17px}}@media(max-width:768px){.course-overview-section .pricing-wrapper .price-container .free-course-wrapper img{height:14px}}@media(max-width:1400px){.course-overview-section .pricing-wrapper .price-container .free-course-wrapper{font-size:12px;letter-spacing:-.24px}}@media(max-width:768px){.course-overview-section .pricing-wrapper .price-container .free-course-wrapper{font-size:10px;line-height:12px;letter-spacing:-.24px;padding:11px 8px}}.course-overview-section .pricing-wrapper .verticle-line{height:52px;width:1px;background:rgba(0,0,0,.2);flex-shrink:0}@media(max-width:768px){.course-overview-section .pricing-wrapper .verticle-line{height:36px;display:none}}.enroll-section{margin-bottom:90px}@media(max-width:768px){.enroll-section{margin-bottom:80px}}.enroll-section .download-pitchdeck-button{width:258px;padding:14px 20px;justify-content:center;align-items:center;border-radius:6px;border:1px solid #0050d0;color:#0050d0;font-family:Gilmer Bold;font-size:18px;font-style:normal;font-weight:700;line-height:150%;letter-spacing:-.36px;text-decoration:none;display:flex;margin-top:20px}.enroll-section .download-pitchdeck-button:hover{background:#0050d0;color:#fff}@media(max-width:1400px){.enroll-section .download-pitchdeck-button{width:230px;padding:12px 15px;font-size:16px;letter-spacing:-.32px;margin-top:18px}}@media(max-width:768px){.enroll-section .download-pitchdeck-button{width:190px;padding:10px;font-size:14px;letter-spacing:-.28px;margin-top:16px}}.enroll-section .enroll-features-wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-row-gap:40px;row-gap:40px;grid-column-gap:88px;column-gap:88px;margin-top:60px}@media(max-width:1400px){.enroll-section .enroll-features-wrapper{row-gap:36px;column-gap:72px}}@media(max-width:768px){.enroll-section .enroll-features-wrapper{grid-template-columns:repeat(1,1fr);gap:32px}.enroll-section .enroll-features-wrapper .box{width:100%;max-width:340px}}.enroll-section .enroll-features-wrapper .box .icon-wrapper{border-radius:6px;background:#e5efff;display:flex;height:64px;width:64px;align-items:center;justify-content:center}@media(max-width:1400px){.enroll-section .enroll-features-wrapper .box .icon-wrapper{height:52px;width:52px;height:44px;width:44px}}.enroll-section .enroll-features-wrapper .box .icon-wrapper img{height:32px;width:32px}@media(max-width:1400px){.enroll-section .enroll-features-wrapper .box .icon-wrapper img{height:26px;width:26px}}@media(max-width:768px){.enroll-section .enroll-features-wrapper .box .icon-wrapper img{height:20px;width:20px}}.enroll-section .enroll-features-wrapper .box .label{color:#000;font-family:Gilmer Bold;font-size:18px;font-style:normal;font-weight:700;line-height:120%;letter-spacing:-.36px;margin-top:24px;margin-bottom:10px}@media(max-width:1400px){.enroll-section .enroll-features-wrapper .box .label{font-size:16px;letter-spacing:-.32px;margin-top:22px;margin-bottom:8px}}@media(max-width:768px){.enroll-section .enroll-features-wrapper .box .label{font-size:14px;letter-spacing:-.28px}}.enroll-section .enroll-features-wrapper .box .description{color:rgba(0,0,0,.5);font-family:Gilmer Medium;font-size:14px;font-style:normal;font-weight:600;line-height:150%;letter-spacing:-.28px}@media(max-width:1400px){.enroll-section .enroll-features-wrapper .box .description{font-size:12px;letter-spacing:-.24px}}@media(max-width:768px){.enroll-section .enroll-features-wrapper .box .description{font-size:10px;letter-spacing:-.2px}}.instructor-section{margin-bottom:60px}.instructor-section .instructor-wrapper{display:flex;flex-direction:column;gap:20px}@media(max-width:1400px){.instructor-section .instructor-wrapper{gap:16px}}.instructor-section .instructor-wrapper .box{display:flex;padding:35px;align-items:center;gap:16px;border-radius:17px;border:1px solid rgba(0,0,0,.2)}@media(max-width:1400px){.instructor-section .instructor-wrapper .box{gap:14px;padding:30px}}@media(max-width:768px){.instructor-section .instructor-wrapper .box{padding:16px;gap:12px;flex-direction:column;align-items:flex-start;border-radius:12px}}.instructor-section .instructor-wrapper .img-wrapper{position:relative;width:181px;height:195px;border-radius:10px;background:#d9d9d9;flex-shrink:0}@media(max-width:1400px){.instructor-section .instructor-wrapper .img-wrapper{width:162px;height:170px}}.instructor-section .instructor-wrapper .img-wrapper img{height:100%;width:100%;object-fit:cover}.instructor-section .instructor-wrapper .img-wrapper .linkdin-link{position:absolute;bottom:14px;right:14px;height:32px;width:32px;display:block}.instructor-section .instructor-wrapper .img-wrapper .linkdin-link img{height:100%;width:100%}@media(max-width:1400px){.instructor-section .instructor-wrapper .img-wrapper .linkdin-link{bottom:12px;right:12px;height:28px;width:28px;bottom:11px;right:11px;height:24px;width:24px}}.instructor-section .instructor-wrapper .name{color:#000;font-family:Gilmer Bold;font-size:20px;font-style:normal;font-weight:700;line-height:120%;letter-spacing:-.4px;margin-bottom:6px}@media(max-width:1400px){.instructor-section .instructor-wrapper .name{font-size:18px;letter-spacing:-.36px}}@media(max-width:768px){.instructor-section .instructor-wrapper .name{font-size:16px;letter-spacing:-.32px}}.instructor-section .instructor-wrapper .designation{font-family:Gilmer Regular;font-weight:400;font-size:14px;line-height:150%;letter-spacing:-2%;color:rgba(0,0,0,.5)}.instructor-section .instructor-wrapper .description{color:rgba(0,0,0,.5);font-family:Gilmer Medium;font-size:16px;font-style:normal;font-weight:600;line-height:150%;letter-spacing:-.32px;margin-top:28px}@media(max-width:1400px){.instructor-section .instructor-wrapper .description{font-size:14px;letter-spacing:-.28px;margin-top:24px}}@media(max-width:768px){.instructor-section .instructor-wrapper .description{font-size:12px;letter-spacing:-.24px}}footer{border-radius:90px 90px 0 0;background:#0050d0;padding:70px 0 60px}@media(max-width:1400px){footer{padding:60px 0 50px;border-radius:84px 84px 0 0}}@media(max-width:768px){footer{padding:40px 0 30px;border-radius:40px 40px 0 0}}footer .footer-title{color:#fff;font-family:Gilmer Medium;font-size:106px;font-style:normal;font-weight:600;line-height:110%;letter-spacing:-4.24px}@media(max-width:1400px){footer .footer-title{font-size:92px;letter-spacing:-3.68px}}@media(max-width:1200px){footer .footer-title{font-size:72px;letter-spacing:-2.88px}}@media(max-width:768px){footer .footer-title{font-size:44px;letter-spacing:-1.92px}}footer .footer-description{width:590px;color:hsla(0,0%,100%,.7);font-family:Gilmer Regular;font-size:24px;font-style:normal;font-weight:400;line-height:140%;letter-spacing:-.96px}@media(max-width:1400px){footer .footer-description{width:490px;font-size:22px;letter-spacing:-.88px}}@media(max-width:768px){footer .footer-description{width:100%;max-width:520px;font-size:16px;letter-spacing:-.26px;margin-top:20px}}footer .footer-btn{background:#fff;color:#000;margin-top:40px}footer .footer-btn:hover{color:#fff;background:#0050d0;border-color:#fff}@media(max-width:1400px){footer .footer-btn{padding:12px 32px;font-size:16px}}@media(max-width:768px){footer .footer-btn{padding:10px 24px;font-size:14px;margin-top:30px}}footer .email-wrapper{display:flex;align-items:flex-end;justify-content:flex-end;margin-bottom:10px;margin-top:40px;font-family:Gilmer Medium;font-size:14px;font-weight:600}@media(max-width:768px){footer .email-wrapper{justify-content:flex-start;margin-bottom:40px;flex-direction:column;align-items:flex-start;gap:5px}}footer .email-wrapper .address{display:flex;color:hsla(0,0%,100%,.8);font-family:Gilmer Medium;font-size:14px;font-weight:600}footer .email-wrapper a{color:hsla(0,0%,100%,.8);text-decoration:none}footer .email-wrapper a:hover{color:#fff}footer .footer-wrapper{padding-top:56px;border-top:1px solid hsla(0,0%,100%,.29);display:flex;justify-content:space-between;align-items:center}@media(max-width:1400px){footer .footer-wrapper{padding-top:48px}}@media(max-width:768px){footer .footer-wrapper{flex-direction:column;gap:30px;align-items:flex-start;border-top:none;padding-top:0}}footer .footer-wrapper .footer-logo-wrapper{width:266px}footer .footer-wrapper .footer-logo-wrapper a{display:block;height:27.55px}footer .footer-wrapper .footer-logo-wrapper a img{height:100%}@media(max-width:1400px){footer .footer-wrapper .footer-logo-wrapper{width:220px}}@media(max-width:768px){footer .footer-wrapper .footer-logo-wrapper{width:144px}}footer .footer-wrapper .footer-nav-wrapper{display:flex;gap:30px}@media(max-width:1400px){footer .footer-wrapper .footer-nav-wrapper{gap:24px}}@media(max-width:768px){footer .footer-wrapper .footer-nav-wrapper{gap:16px;flex-direction:column}}footer .footer-wrapper .footer-nav-wrapper a{display:inline-block;color:#fff;font-family:Gilmer Regular;font-size:16px;font-style:normal;font-weight:400;line-height:150%;text-decoration:none;transition:all .15s ease}footer .footer-wrapper .footer-nav-wrapper a:hover{color:hsla(0,0%,100%,.7)}@media(max-width:1400px){footer .footer-wrapper .footer-nav-wrapper a{font-size:14px}}@media(max-width:768px){footer .footer-wrapper .footer-nav-wrapper a{font-size:12px}}footer .footer-wrapper .tc-links,footer .footer-wrapper .tc-links a{color:#fff;font-family:Gilmer Regular;font-size:16px;font-style:normal;font-weight:400;line-height:150%;text-decoration:none}@media(max-width:1400px){footer .footer-wrapper .tc-links,footer .footer-wrapper .tc-links a{font-size:14px}}@media(max-width:768px){footer .footer-wrapper .tc-links,footer .footer-wrapper .tc-links a{font-size:12px}}footer .footer-wrapper .tc-links a{transition:all .15s ease}footer .footer-wrapper .tc-links a:hover{color:hsla(0,0%,100%,.7)}@media(max-width:768px){footer .footer-wrapper .tc-links{margin:0 auto}}.privacy-policy-section{padding:160px 0 130px}@media(max-width:1400px){.privacy-policy-section{padding:140px 0 100px}}@media(max-width:768px){.privacy-policy-section{padding:110px 0 60px}}.privacy-policy-section .section-title span{color:#0050d0}.privacy-policy-section .date{color:#000;font-size:20px;font-family:Gilmer Bold;font-weight:700;margin-top:30px;margin-bottom:15px}.privacy-policy-section .date span{font-family:Gilmer Medium;font-weight:500;color:rgba(0,0,0,.7)}.privacy-policy-section p{color:rgba(0,0,0,.7);font-family:Gilmer Regular;font-size:18px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.36px}@media(max-width:1400px){.privacy-policy-section p{font-size:16px;letter-spacing:-.32px}}@media(max-width:768px){.privacy-policy-section p{font-size:14px;letter-spacing:-.28px}}.privacy-policy-section ul li{color:rgba(0,0,0,.7);font-family:Gilmer Regular;font-size:18px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.36px;margin-bottom:10px}@media(max-width:1400px){.privacy-policy-section ul li{font-size:16px;letter-spacing:-.32px;margin-bottom:8px}}@media(max-width:768px){.privacy-policy-section ul li{font-size:14px;letter-spacing:-.28px;margin-bottom:6px}}.privacy-policy-section ul li ul li{list-style:circle;font-size:16px;letter-spacing:-.32px;margin-bottom:4px}@media(max-width:1400px){.privacy-policy-section ul li ul li{font-size:14px;letter-spacing:-.28px}}@media(max-width:768px){.privacy-policy-section ul li ul li{font-size:12px;letter-spacing:-.24px}}.privacy-policy-section h4{color:rgba(0,0,0,.8);font-family:Gilmer Bold;font-size:32px;font-style:normal;font-weight:700;line-height:110%;letter-spacing:-1px;margin-top:30px;margin-bottom:10px}@media(max-width:1400px){.privacy-policy-section h4{font-size:28px;letter-spacing:-.6px}}@media(max-width:768px){.privacy-policy-section h4{font-size:22px;letter-spacing:-.3px}}.privacy-policy-section a{color:#000}.privacy-policy-section a:hover{color:#0050d0}.contact-modal-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,80,208,.27);-webkit-backdrop-filter:blur(27px);backdrop-filter:blur(27px);display:grid;place-items:center;z-index:111;padding:40px;overflow-y:auto}.contact-modal-wrapper::-webkit-scrollbar{display:none}@media(max-width:768px){.contact-modal-wrapper{padding:18px}}.contact-modal-wrapper .contact-modal-container{display:flex;width:644px;padding:30px;flex-direction:column;align-items:flex-start;gap:28px;border-radius:22px;background:#fff}@media(max-width:1400px){.contact-modal-wrapper .contact-modal-container{width:544px;padding:25px;gap:22px}}@media(max-width:1024px){.contact-modal-wrapper .contact-modal-container{width:480px}}@media(max-width:768px){.contact-modal-wrapper .contact-modal-container{width:100%;padding:18px;gap:20px;border-radius:16px}}.contact-modal-wrapper .contact-modal-container h2{color:#000;font-family:Gilmer Bold;font-size:38px;font-style:normal;font-weight:700;line-height:110%;letter-spacing:-2.28px;margin-bottom:0}@media(max-width:1400px){.contact-modal-wrapper .contact-modal-container h2{font-size:32px;letter-spacing:-1.8px}}@media(max-width:1024px){.contact-modal-wrapper .contact-modal-container h2{font-size:28px;letter-spacing:-1.2px}}@media(max-width:768px){.contact-modal-wrapper .contact-modal-container h2{font-size:28px;letter-spacing:-1.2px}}.contact-modal-wrapper .contact-modal-container h3{font-family:Gilmer Bold;font-weight:700;font-style:Regular;font-size:28px;leading-trim:NONE;line-height:110%;letter-spacing:-6%}@media(max-width:1400px){.contact-modal-wrapper .contact-modal-container h3{font-size:26px}}@media(max-width:1200px){.contact-modal-wrapper .contact-modal-container h3{font-size:24px}}@media(max-width:768px){.contact-modal-wrapper .contact-modal-container h3{font-size:22px}}.contact-modal-wrapper .contact-modal-container .form{width:100%;display:flex;flex-direction:column;gap:28px}@media(max-width:1400px){.contact-modal-wrapper .contact-modal-container .form{gap:24px}}.contact-modal-wrapper .contact-modal-container .form-inputs{display:flex;flex-direction:column;gap:15px}@media(max-width:1400px){.contact-modal-wrapper .contact-modal-container .form-inputs{gap:12px}}.contact-modal-wrapper .contact-modal-container .inputs-wrapper{display:flex;align-items:flex-start;gap:12px;width:100%}@media(max-width:1400px){.contact-modal-wrapper .contact-modal-container .inputs-wrapper{gap:10px}}@media(max-width:768px){.contact-modal-wrapper .contact-modal-container .inputs-wrapper{gap:12px;flex-direction:column}}.contact-modal-wrapper .contact-modal-container .inputs-wrapper .input-wrapper{width:100%}.contact-modal-wrapper .contact-modal-container .form-input{height:50px;display:flex;width:100%;padding:16px 20px;align-items:center;color:rgba(0,0,0,.9);font-family:Gilmer Medium;font-size:16px;font-style:normal;font-weight:600;line-height:110%;letter-spacing:-.96px;border-radius:6px;border:1px solid rgba(0,0,0,.1);transition:all .15s ease}@media(max-width:1400px){.contact-modal-wrapper .contact-modal-container .form-input{height:48px;padding:14px 18px;font-size:14px}}@media(max-width:768px){.contact-modal-wrapper .contact-modal-container .form-input{padding:14px 16px;font-size:12px}}.contact-modal-wrapper .contact-modal-container .form-input::placeholder{color:rgba(0,0,0,.6);font-family:Gilmer Medium;font-size:16px;font-style:normal;font-weight:600;line-height:110%;letter-spacing:-.96px}@media(max-width:1400px){.contact-modal-wrapper .contact-modal-container .form-input::placeholder{font-size:14px}}@media(max-width:768px){.contact-modal-wrapper .contact-modal-container .form-input::placeholder{font-size:12px}}.contact-modal-wrapper .contact-modal-container .form-input:focus{border-color:#0050d0;outline:none}.contact-modal-wrapper .contact-modal-container textarea{height:138px;display:flex;width:100%;padding:16px 20px;align-items:center;color:rgba(0,0,0,.9);font-family:Gilmer Medium;font-size:16px;font-style:normal;font-weight:600;line-height:110%;letter-spacing:-.96px;border-radius:6px;border:1px solid rgba(0,0,0,.1);transition:all .15s ease}.contact-modal-wrapper .contact-modal-container textarea::placeholder{color:rgba(0,0,0,.6);font-family:Gilmer Medium;font-size:16px;font-style:normal;font-weight:600;line-height:110%;letter-spacing:-.96px}@media(max-width:1400px){.contact-modal-wrapper .contact-modal-container textarea::placeholder{font-size:14px}}@media(max-width:768px){.contact-modal-wrapper .contact-modal-container textarea::placeholder{font-size:12px}}.contact-modal-wrapper .contact-modal-container textarea:focus{border-color:#0050d0;outline:none}@media(max-width:1400px){.contact-modal-wrapper .contact-modal-container textarea{height:128px;padding:14px 18px;font-size:14px}}@media(max-width:768px){.contact-modal-wrapper .contact-modal-container textarea{padding:14px 16px;font-size:12px;height:118px}}.contact-modal-wrapper .contact-modal-container .input-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.contact-modal-wrapper .contact-modal-container .input-wrapper .error-message{color:red;font-size:10px;font-weight:400;font-family:Gilmer Medium}.contact-modal-wrapper .contact-modal-container .select-wrapper{position:relative;display:flex;padding:0 20px;align-items:center;gap:10px;align-self:stretch;border-radius:6px;border:1px solid rgba(0,0,0,.1);z-index:111;color:rgba(0,0,0,.6);font-family:Gilmer Medium;font-size:16px;font-style:normal;font-weight:600;line-height:110%;letter-spacing:-.96px;transition:all .15s ease}@media(max-width:1400px){.contact-modal-wrapper .contact-modal-container .select-wrapper{height:48px;padding:0 18px;font-size:14px}}@media(max-width:768px){.contact-modal-wrapper .contact-modal-container .select-wrapper{padding:0 16px;font-size:12px}}.contact-modal-wrapper .contact-modal-container .select-wrapper .select-field{padding:16px 0;color:rgba(0,0,0,.9)}@media(max-width:1400px){.contact-modal-wrapper .contact-modal-container .select-wrapper .select-field{height:48px;padding:14px 0}}@media(max-width:768px){.contact-modal-wrapper .contact-modal-container .select-wrapper .select-field{padding:14px 0}}.contact-modal-wrapper .contact-modal-container .select-wrapper .option-wrapper{position:absolute;top:100%;left:0;width:100%;height:auto;background:#fff;border-radius:6px;border:1px solid rgba(0,0,0,.6);display:flex;flex-direction:column;align-items:flex-start;z-index:1111;opacity:0;visibility:hidden}.contact-modal-wrapper .contact-modal-container .select-wrapper .option-wrapper .option-item{width:100%;border-bottom:1px solid rgba(0,0,0,.1);padding:12px 15px;cursor:pointer}.contact-modal-wrapper .contact-modal-container .select-wrapper .option-wrapper .option-item.selected,.contact-modal-wrapper .contact-modal-container .select-wrapper .option-wrapper .option-item:hover{color:rgba(0,0,0,.9)}.contact-modal-wrapper .contact-modal-container .select-wrapper:hover .option-wrapper{opacity:1;visibility:visible}.contact-modal-wrapper .contact-modal-container .submit-btn{display:flex;width:271px;padding:14px 36px;justify-content:center;align-items:center;gap:10px;margin:0 auto}@media(max-width:1400px){.contact-modal-wrapper .contact-modal-container .submit-btn{width:240px}}@media(max-width:1200px){.contact-modal-wrapper .contact-modal-container .submit-btn{width:210px}}@media(max-width:768px){.contact-modal-wrapper .contact-modal-container .submit-btn{padding:10px 16px;width:190px}}.contact-modal-wrapper .contact-modal-container .separator{display:flex;align-items:center;text-align:center;margin:16px 0;color:#999;font-size:14px;font-family:Gilmer Medium;font-weight:600}.contact-modal-wrapper .contact-modal-container .separator:after,.contact-modal-wrapper .contact-modal-container .separator:before{content:"";flex:1 1;border-bottom:1px solid #ddd}.contact-modal-wrapper .contact-modal-container .separator:not(:empty):before{margin-right:.75em}.contact-modal-wrapper .contact-modal-container .separator:not(:empty):after{margin-left:.75em}.contact-modal-wrapper .thanks-modal-container{width:360px;display:flex;flex-direction:column;align-items:center}@media(max-width:768px){.contact-modal-wrapper .thanks-modal-container{width:100%;max-width:300px}}.contact-modal-wrapper .thanks-modal-container h2{text-align:center}.contact-modal-wrapper .thanks-modal-container .message{font-family:Gilmer Medium;font-size:16px;font-style:normal;font-weight:600;line-height:110%;letter-spacing:-.32px;text-align:center;color:rgba(0,0,0,.9)}@media(max-width:768px){.contact-modal-wrapper .thanks-modal-container .message{font-size:14px;letter-spacing:-.28px}}.contact-modal-wrapper .sign-in-text{font-family:Gilmer Medium;font-weight:600;font-size:16px;line-height:110.1%;letter-spacing:-6%;text-align:center;color:rgba(0,0,0,.6)}.contact-modal-wrapper .sign-in-text.forgot-password{cursor:pointer}.contact-modal-wrapper .sign-in-text.forgot-password:hover{color:#000}.contact-modal-wrapper .sign-in-text .blue{font-family:Gilmer Bold;font-weight:700;font-size:16px;line-height:110.1%;letter-spacing:-6%;text-align:center;text-decoration:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;text-decoration-thickness:0;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;color:#0050d0}.contact-modal-wrapper .sign-in-text .blue:hover{color:#000}.contact-modal-wrapper .modal-description{font-family:Gilmer Medium;font-weight:600;font-style:Regular;font-size:14px;line-height:120%;letter-spacing:-2%;color:rgba(0,0,0,.5);margin-top:8px;margin-bottom:0}