@charset "UTF-8";*{padding:0;margin:0;box-sizing:border-box}@font-face{font-family:Work Sans;src:url(/fonts/WorkSans-VariableFont_wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Craftwork Grotesk;src:url(/fonts/CraftworkGrotesk-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Craftwork Grotesk;src:url(/fonts/CraftworkGrotesk-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Craftwork Grotesk;src:url(/fonts/CraftworkGrotesk-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}html{scroll-behavior:smooth}body{background-color:#2c2c31;font-family:Work Sans,sans-serif;font-weight:400;font-size:18px;line-height:30px}img{display:block;height:auto}a{text-decoration:none}.container{max-width:1440px;margin:0 auto;padding:0 110px}.d-flex{display:flex;align-items:center}.heading-1{font-family:Craftwork Grotesk,sans-serif;font-weight:600;font-size:56px;line-height:66px}.heading-3{font-size:24px;line-height:34px}.btn-primary,.heading-3{font-family:Craftwork Grotesk,sans-serif;font-weight:700}.btn-primary{border-radius:40px;padding:24px 36px;background-color:#ff58c0;color:#fff;font-size:18px;line-height:18px;text-align:center}.btn-primary:hover{cursor:pointer}.btn-regular{font-family:Work Sans,sans-serif;padding:24px 48px;background-color:#fff;border-radius:34px;font-weight:700;font-size:18px;line-height:18px;text-align:center;border:none}.btn-regular:hover{cursor:pointer}@media screen and (max-width:1200px){.container{padding:0 42px}}@media screen and (max-width:800px){.container{padding:0 24px}.heading-3{font-size:16px;line-height:22px}.btn-primary{padding:18px 24px}.btn-regular{padding:12px 36px}}.header{position:relative;padding:42px 0;background-color:#2c2c31;z-index:3}.header .top-actions{display:flex;align-items:center;gap:215px}.header .logo{width:100px;height:auto}.header__main{display:flex;align-items:center;justify-content:space-between}.header .nav__list{display:flex;align-items:center;gap:33px;list-style:none}.header .nav__item a{text-decoration:none;font-size:18px;line-height:30px;color:#fff}.header__menu{color:#ff58c0;display:none;background-color:rgba(0,0,0,0);border:none}.header__menu:hover{cursor:pointer}@media screen and (max-width:1200px){.header .top-actions{gap:33px;justify-content:space-between}}@media screen and (max-width:800px){.header{padding:24px 0}.header__main{flex-grow:1}.header__menu{display:block}.header .nav{display:none}.container,.nav,.top-actions{height:100%}.header.nav-open{position:fixed;top:0;left:0;right:0;bottom:0}.header.nav-open .nav{display:flex;justify-content:center;align-items:center}.header.nav-open .nav__list{flex-direction:column}.header.nav-open .top-actions{display:block}}.footer{padding:64px 0;background-color:#1a1a1d;color:#fff}.footer .container{display:flex;flex-direction:column;gap:40px}.footer__top{display:flex;justify-content:space-between;align-items:flex-start;gap:60px}.footer__column{display:flex;flex-direction:column;gap:20px}.footer__column--brand{gap:24px}.footer__logo{width:100px;height:auto}.footer__icons{gap:16px;align-items:center}.footer__icon{width:36px;height:36px;transition:opacity .3s ease}.footer__icon:hover{opacity:.7}.footer__title{font-family:Craftwork Grotesk,sans-serif;font-weight:700;line-height:24px;color:#ff58c0}.footer__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer__link{color:#fff;text-decoration:none;font-size:16px;line-height:1.5;font-weight:800;transition:opacity .3s ease}.footer__link:hover{opacity:.7}.footer__bottom{text-align:center;padding-top:20px}.footer__copyright{border-top:1px solid #2c2c31;padding-top:32px;color:#bdc1c7;font-weight:900;font-size:14px;line-height:1.4;margin:0}@media screen and (max-width:768px){.footer{padding:40px 0 30px}.footer__top{flex-direction:column;gap:40px}.footer__column{width:100%}}@media screen and (max-width:450px){.footer{padding:30px 0 20px}.footer__top{gap:30px}.footer__column{gap:16px}.footer__title{font-size:16px}.footer__link{font-size:14px}.footer__copyright{font-size:12px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{padding:24px 32px;position:relative;background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;height:100%;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:modalFadeIn .3s ease-out;overflow:hidden}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:-webkit-sticky;position:sticky;top:0;right:0;margin-left:auto;margin-bottom:24px;background:#fff;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;z-index:10;border-radius:50%;transition:background-color .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.1);color:#2c2c31}.modal-close:hover{background-color:rgba(0,0,0,.05)}.modal-close div{width:16px;height:16px}.modal-body{overflow-y:auto;flex:1 1;position:relative}.modal-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;height:100%}.modal-loading p{margin-top:20px;color:#2c2c31;font-size:16px;font-weight:500}.spinner{width:48px;height:48px;border:4px solid rgba(0,0,0,.1);border-left-color:#ff58c0;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-width:800px){.modal-overlay{padding:0}.modal-content{padding:24px 16px;max-width:100%;width:100%;max-height:100vh;border-radius:0}}@media screen and (max-width:450px){.modal-close{margin-right:8px;margin-top:8px}.modal-body{padding:0 16px 16px}}.heroSection{padding-bottom:53px}.heroSection__content{display:grid;grid-template-columns:1fr 750px}.heroSection__about{display:flex;flex-direction:column;justify-content:center}.heroSection .heading-1{color:#fff;margin-bottom:48px}.heroSection .heading-3{color:#ff58c0;margin-bottom:48px}.heroSection .btn-primary{width:max-content;display:flex;align-items:center;gap:8px}.heroSection__img{display:block;width:100%;position:relative;bottom:120px}@media screen and (max-width:1350px){.heroSection__content{grid-template-columns:1fr 650px}}@media screen and (max-width:1100px){.heroSection__content{grid-template-columns:1fr 550px}.heroSection__img{bottom:100px}}@media screen and (max-width:950px){.heroSection__content{grid-template-columns:1fr 400px}.heroSection__img{bottom:75px}}@media screen and (max-width:800px){.heroSection{padding-top:72px}.heroSection__content{grid-template-columns:100%;gap:32px}.heroSection__about{align-items:center}.heroSection .heading-1,.heroSection .heading-3{margin-bottom:42px;text-align:center}.heroSection__img{height:425px;width:auto;bottom:auto;right:24px}}.podcastSection{padding-bottom:180px}.podcastSection__content{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;margin-bottom:48px}.podcastSection__img{display:block;width:100%;height:auto}.podcastSection .heading-1{margin-bottom:27px;color:#fff}.podcastSection__subtitle{color:#ff58c0;font-weight:700;font-size:20px;line-height:20px;margin-bottom:16px;font-family:Craftwork Grotesk,sans-serif}.podcastSection__text{color:#fff}.podcastSection__text.m-bottom-48{margin-bottom:48px}.podcastSection__list{list-style:none;padding:0;margin:0 0 24px}.podcastSection__list li{color:#fff}.podcastSection .btn-primary{width:max-content;display:flex;align-items:center;gap:8px;margin:0 auto}@media screen and (max-width:800px){.podcastSection{padding-bottom:100px}.podcastSection__content{display:flex;flex-direction:column-reverse;gap:36px}.podcastSection__desc{display:flex;flex-direction:column;align-items:center;text-align:center}.podcastSection .heading-1{font-size:36px;line-height:46px;margin-bottom:36px}.podcastSection__list li,.podcastSection__text{font-size:14px;line-height:24px}}.aboutUsSection{background-color:#fff}.aboutUsSection__bgWrap{width:100%;background-color:#2c2c31}.aboutUsSection__bg{width:100%;position:relative;top:1px}.aboutUsSection .heading-1{color:#ff58c0;margin:28px auto 36px;text-align:center}.aboutUsSection__desc{text-align:center;max-width:926px;margin:0 auto;color:#2c2c31;padding-bottom:56px}@media screen and (max-width:800px){.aboutUsSection .heading-1{font-size:36px;line-height:46px;margin-bottom:24px}.aboutUsSection__desc{margin-bottom:43px;font-size:14px;line-height:24px}}.teamSection{padding-top:150px;padding-bottom:170px}.teamSection .heading-1{color:#fff;margin-bottom:20px;text-align:center}.teamSection__desc{color:#fff;margin-bottom:90px;text-align:center}.teamSection__wrap{width:max-content;margin:0 auto;display:grid;grid-template-columns:repeat(2,430px);grid-gap:28px;gap:28px}.teamSection__card{position:relative;border-radius:20px;height:390px;display:flex;align-items:flex-end;padding:40px 20px 40px 48px;overflow:hidden;background-repeat:no-repeat;background-position:50%;background-size:cover;transition:all .3s ease}.teamSection__card:hover .teamSection__cardDescription{transform:translateY(0);opacity:1}.teamSection__cardDescription{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(255,88,192,.8980392157);color:#fff;padding:20px;transform:translateY(100%);opacity:0;transition:all .3s ease;display:flex;align-items:center}.teamSection__cardDescription p{font-size:18px;line-height:30px;margin:0}.teamSection__cardName{font-family:Craftwork Grotesk,sans-serif;font-weight:700;font-size:28px;line-height:38px;color:#fff;margin-bottom:9px}.teamSection__cardPos{color:#fff}@media screen and (max-width:1200px){.teamSection__card{padding:20px}}@media screen and (max-width:1024px){.teamSection__wrap{width:100%;grid-template-columns:repeat(2,1fr)}.teamSection__cardDescription p{font-size:14px}}@media screen and (max-width:600px){.teamSection{padding-top:60px;padding-bottom:80px}.teamSection .heading-1{font-size:36px;line-height:46px;color:#ff58c0}.teamSection__desc{margin-bottom:50px}.teamSection__wrap{grid-template-columns:100%}.teamSection__card{padding:40px 20px 40px 48px}}.audienceSection{padding-top:82px;padding-bottom:120px}.audienceSection .heading-1{color:#ff58c0;margin-bottom:90px;text-align:center}.audienceSection__content{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px}.audienceSection__card{display:flex;flex-direction:column;background-color:#fff;border-radius:24px;padding:40px 32px 32px}.audienceSection__icon{width:64px;height:64px;margin:0 auto 28px}.audienceSection__title{font-family:Work Sans,sans-serif;font-weight:700;font-size:28px;line-height:38px;text-align:center;color:#ff58c0;margin-bottom:28px;min-height:114px}.audienceSection__desc{text-align:center}@media screen and (max-width:1200px){.audienceSection__content{gap:16px}.audienceSection__card{padding:32px 24px 24px}.audienceSection__title{min-height:160px}}@media screen and (max-width:950px){.audienceSection__content{grid-template-columns:100%;gap:36px}.audienceSection__card{padding:40px 32px}.audienceSection__title{min-height:auto;margin-bottom:24px;font-size:22px;line-height:28px}.audienceSection__desc{font-size:14px;line-height:24px}}@media screen and (max-width:800px){.audienceSection{padding-bottom:30px}.audienceSection .heading-1{font-size:24px;line-height:34px;color:#fff;font-weight:700;margin-bottom:36px}}.numberSection{padding:160px 0}.numberSection .heading-1,.numberSection__info{color:#fff;text-align:center;margin-bottom:36px}.numberSection__wrap{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.numberSection__card{border:1px solid #ff58c0;display:flex;flex-direction:column;align-items:center;color:#fff;padding:32px;text-align:center;border-radius:15px}.numberSection__cardNumber{font-family:Work Sans,sans-serif;font-weight:700;font-size:44px;line-height:50px;text-align:center;margin-bottom:24px}@media screen and (max-width:950px){.numberSection__wrap{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:800px){.numberSection{padding:60px 0 75px}.numberSection .heading-1{font-size:24px;line-height:34px}.numberSection__info{display:none}}@media screen and (max-width:520px){.numberSection__wrap{grid-template-columns:100%}.numberSection__cardNumber{margin-bottom:12px}.numberSection__cardDesc{font-size:16px;line-height:28px}}.weHelpSection{padding-bottom:46px}.weHelpSection .container{padding:0 80px;position:relative;display:flex;justify-content:center;align-items:center}.weHelpSection__wrap{position:relative;z-index:1;padding:230px 0}.weHelpSection .heading-1,.weHelpSection__desc{color:#fff;text-align:center}.weHelpSection__desc{max-width:465px;margin:24px auto 0}.weHelpSection__img{position:absolute;height:auto;width:380px}.weHelpSection__img.left{left:80px}.weHelpSection__img.right{right:80px}@media screen and (max-width:1400px){.weHelpSection__img{width:300px}}@media screen and (max-width:1300px){.weHelpSection__wrap{padding:140px 0}.weHelpSection__img{width:200px;top:50px}}@media screen and (max-width:1200px){.weHelpSection .container{padding:0 42px}.weHelpSection__img.left{left:42px}.weHelpSection__img.right{right:42px}}@media screen and (max-width:1100px){.weHelpSection__wrap{padding:200px 0}.weHelpSection__img{height:230px;width:auto}.weHelpSection__img.left{left:50%;top:0;transform:translate(-50%) rotate(90deg)}.weHelpSection__img.right{right:auto;top:auto;bottom:0;left:50%;transform:translate(-50%) rotate(90deg)}}@media screen and (max-width:800px){.weHelpSection{padding-top:60px;padding-bottom:75px}.weHelpSection .heading-1{font-size:36px;line-height:46px}.weHelpSection__desc{font-size:16px;line-height:28px}}.testimonials{padding:100px 0}.carouselWrapper .slick-slide{display:flex;justify-content:center}.carouselWrapper .slick-next:before,.carouselWrapper .slick-prev:before{display:none}.carouselWrapper .nextArrow{transform:rotate(180deg)}.carouselWrapper__card{background:rgba(0,0,0,0);color:#fff;text-align:center;padding:50px;position:relative}.carouselWrapper__card .avatar{width:50px;height:50px;background:#fff;border-radius:50%;margin:0 auto 20px}.carouselWrapper__card .text{color:#fff;margin-bottom:24px}.carouselWrapper__card .name{font-weight:700;font-size:22px;line-height:28px;text-align:center;color:#ff58c0}.carouselWrapper__card .role{font-size:16px;line-height:18px;color:#fff;text-align:center}@media screen and (max-width:1200px){.carouselWrapper__card{padding:32px}}@media screen and (max-width:800px){.carouselWrapper{max-width:90%;margin:0 auto}}.banner{background-color:#ff58c0;color:#fff;padding:90px 40px 85px;display:flex;flex-direction:column;justify-content:center;align-items:center}.banner .heading-1{text-align:center;margin-bottom:52px}.banner .btn-regular{color:#ff58c0}@media screen and (max-width:800px){.banner{padding:60px 24px}.banner .heading-1{font-size:36px;line-height:46px;margin-bottom:36px}}.markdownPage{margin:96px 0 48px}.markdownPage h1{font-size:56px;line-height:66px;text-align:center;color:#fff}.markdownPage h1,.markdownPage h2{font-family:Craftwork Grotesk,sans-serif;font-weight:700;margin-bottom:24px}.markdownPage h2{margin-top:48px;color:#ff58c0;font-size:24px;line-height:34px}.markdownPage h3{color:#ff58c0;margin-bottom:24px}.markdownPage a{color:#ff58c0}.markdownPage a:hover{cursor:pointer}.markdownPage p{color:#fff;margin-bottom:24px}.markdownPage ul{margin:0 0 24px 32px;padding:0}.markdownPage ul li{color:#fff}.markdownPage .executor{padding:32px;background-color:#1a1a1d;border-radius:20px}.markdownPage .executor .executor__title{color:#ff58c0;font-size:20px;line-height:28px;font-weight:700;margin-bottom:16px}.markdownPage .executor .executor__info{color:#fff;font-family:Work Sans,sans-serif;font-weight:900}.markdownPage .executor .executor__info p+p{margin-bottom:8px}.markdownPage .executor .executor__name{font-family:Work Sans,sans-serif;font-weight:600;margin-bottom:8px}.markdownPage .executor a{color:#fff}@media screen and (max-width:800px){.markdownPage h1{font-size:36px;line-height:46px}.markdownPage h2{font-size:20px;line-height:28px}}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/_next/static/media/ajax-loader.0b80f665.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/_next/static/media/slick.25572f22.eot);src:url(/_next/static/media/slick.25572f22.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/slick.653a4cbb.woff) format("woff"),url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"),url(/_next/static/media/slick.f895cfdf.svg#slick) format("svg")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:white;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:black}