.expandableWrapper{background:var(--surface);border-radius:1.6rem;transition:background .4s;max-width:106rem;margin:0 auto}.expandableWrapper.isOpened{background:var(--gray)}.expandableWrapper .answer{font-size:1.8rem;line-height:2.6rem;padding:.2rem 3.2rem 2.8rem}@media screen and (max-width:750px){.expandableWrapper .answer{padding:.2rem 1.6rem 1.6rem}}.expandableWrapper .answer ul{margin-top:2rem;display:flex;flex-direction:column;gap:2rem;padding:0 1.6rem}.expandableWrapper .answer ul li{list-style-position:inside;list-style-type:disc;display:list-item}.expandableWrapper .question{cursor:pointer;display:flex;padding:2.2rem 2.2rem 2.2rem 0}@media screen and (max-width:750px){.expandableWrapper .question{padding:1.2rem 1.6rem 1.2rem 0}}.expandableWrapper .question>p{font-size:2.2rem;line-height:2.8rem;color:var(--title);flex:1 1;padding:0 3.2rem}@media screen and (max-width:750px){.expandableWrapper .question>p{font-size:2rem;line-height:2.8rem;padding:0 1.6rem}}.expandableWrapper .question>i{font-size:2.8rem}.expandableWrapper+.expandableWrapper{margin-top:1rem}.popupBackdrop{background:rgba(14,15,17,.3215686275);position:fixed;width:100%;height:100%;top:0;left:0;z-index:1000}.popupWrapper{z-index:1005;width:100%;max-width:100rem;background:var(--light);border-radius:1.6rem;top:50%;left:50%;transform:translate(-50%,-50%);position:fixed;display:flex;flex-direction:column;overflow:hidden}.popupWrapper:not(:has(.isHorizontal)){max-width:46rem}@media screen and (max-width:750px){.popupWrapper{max-width:calc(100vw - 2.4rem)!important}}.popupWrapper .contentPart{flex:1 1;position:relative;overflow-y:auto;padding:0 2rem 2rem}@media screen and (max-width:750px){.popupWrapper .contentPart{padding:0 1.2rem 1.2rem}}.popupWrapper .contentPart iframe{aspect-ratio:9/16;height:auto;border-radius:.6rem;max-height:85vh}.popupWrapper .contentPart iframe.isHorizontal{aspect-ratio:16/9}.popupWrapper .headerPart{min-height:4rem;display:flex;align-items:center;padding:2rem 2rem 1.6rem;flex-shrink:0}@media screen and (max-width:750px){.popupWrapper .headerPart{min-height:2.8rem;padding:1.2rem 1.2rem .8rem}}.popupWrapper .headerPart .title{display:flex;gap:1.2rem;align-items:center;flex:1 1;font-size:2.4rem;line-height:3.2rem;font-weight:500;color:var(--title)}@media screen and (max-width:750px){.popupWrapper .headerPart .title{font-size:2.2rem;line-height:2.8rem}}.popupWrapper .headerPart .title>svg{width:4rem;height:4rem;object-fit:contain;flex-shrink:0}@media screen and (max-width:750px){.popupWrapper .headerPart .title>svg{width:2.8rem;height:2.8rem}}.popupWrapper .headerPart .close{display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:50%;width:2.4rem;height:2.4rem;font-size:1.6rem;background:var(--gray);cursor:pointer}.popupWrapper .headerPart .close:not(.active):active,.popupWrapper .headerPart .close:not(.active):hover{background:var(--grayHover)}.popupWrapper .headerPart .close.active{cursor:default}.ugcVideoWrapper{border-radius:1.6rem;overflow:hidden;position:relative;cursor:pointer;transition:opacity .4s;flex-shrink:0;background:rgba(var(--text-rgb),.04)}.ugcVideoWrapper.isHorizontal img{aspect-ratio:103/87}.ugcVideoWrapper:not(.active):active,.ugcVideoWrapper:not(.active):hover{opacity:.8}.ugcVideoWrapper.active{cursor:default}.ugcVideoWrapper .icon-play{background:var(--light);width:3.2rem;pointer-events:none;height:3.2rem;border-radius:.8rem;color:var(--dark);position:absolute;bottom:1.2rem;left:1.2rem;font-size:1.6rem;display:flex;justify-content:center;align-items:center}.ugcVideoWrapper img{width:100%;height:100%;object-fit:cover;aspect-ratio:49/87}.videoPlayer{background:rgba(14,15,17,.3215686275);position:fixed;width:100%;height:100%;top:0;left:0;z-index:99999;display:flex;justify-content:center;align-items:center}.faqWrapper .title{font-weight:400;text-align:center;color:var(--title);font-size:4.5rem;line-height:5.6rem}@media screen and (max-width:750px){.faqWrapper .title{font-size:2.8rem;line-height:3.6rem}}.faqWrapper .description{color:var(--caption);font-size:1.8rem;line-height:2.6rem;text-align:center;max-width:62.8rem;margin:1.2rem auto 4rem}.ratingBlock{gap:.4rem;font-size:2rem;display:inline-flex}.heroWrapper{grid-gap:2rem;gap:2rem;display:grid;grid-template-columns:1fr auto;align-items:flex-end;margin-bottom:2rem}.heroWrapper.hideRate{align-items:center}.heroWrapper.hideRate .container{margin:0}@media screen and (max-width:750px){.heroWrapper{grid-template-columns:1fr;margin-bottom:0}.heroWrapper .buttonWrapper,.heroWrapper button{width:100%!important}}.heroWrapper .ratingContainer{display:flex;gap:1.2rem;font-size:1.8rem;align-items:center;line-height:2.6rem;white-space:nowrap}@media screen and (max-width:1020px){.heroWrapper .ratingContainer{flex-wrap:wrap;gap:1.2rem}.heroWrapper .ratingContainer .ratingBlock{width:100%}}.heroWrapper .ratingContainer>svg{height:2rem}.heroWrapper .container{width:100%;max-width:58rem;margin-bottom:3.8rem}@media screen and (max-width:750px){.heroWrapper .container{max-width:100%;order:2;margin-bottom:0}}.heroWrapper .container h1{font-weight:500;color:var(--title);font-size:6.4rem;line-height:8rem;white-space:pre-wrap}@media screen and (max-width:1020px){.heroWrapper .container h1{font-size:3.6rem;line-height:4.4rem}}.heroWrapper .container h6{font-size:1.8rem;color:var(--caption);font-weight:400;line-height:2.6rem;margin-top:.8rem;white-space:pre-line}.heroWrapper .container .buttonGroup{display:inline-flex;gap:1.6rem;align-items:center;margin:2.8rem 0}@media screen and (max-width:750px){.heroWrapper .container .buttonGroup{width:100%}.heroWrapper .container .buttonGroup>button:first-of-type{flex:1 1}}.heroWrapper>.playerContent,.heroWrapper>.playerContent video,.heroWrapper>.playerContent>div{border-radius:1rem;max-width:62.8rem;aspect-ratio:1256/1024}@media screen and (max-width:1020px){.heroWrapper>.playerContent,.heroWrapper>.playerContent video,.heroWrapper>.playerContent>div{max-width:48rem!important;height:auto!important}}@media screen and (max-width:750px){.heroWrapper>.playerContent,.heroWrapper>.playerContent video,.heroWrapper>.playerContent>div{max-width:none!important}}.benefitsWrapper{padding-bottom:5.2rem}@media screen and (max-width:750px){.benefitsWrapper{padding-bottom:2.4rem}}.benefitsWrapper.invitation{padding-bottom:0!important}@media screen and (min-width:1021px){.benefitsWrapper.invitation .swiper-slide .singleBenefit:nth-child(2){transform:translateX(50%)}}.benefitsWrapper h4{font-weight:400;color:var(--title);text-align:center;margin-bottom:4rem;font-size:4.5rem;line-height:5.6rem}@media screen and (max-width:750px){.benefitsWrapper h4{font-size:2.8rem;line-height:3.6rem}}.benefitsWrapper .segmentsWrapper{margin:1.6rem 0 4rem}@media screen and (max-width:750px){.benefitsWrapper .segmentsWrapper{margin:1.2rem 0 2.4rem}}.benefitsWrapper .container{display:flex;gap:2rem;align-items:flex-start;justify-content:space-between}@media screen and (max-width:750px){.benefitsWrapper .container{flex-direction:column}}.benefitsWrapper .container .swiper-wrapper{min-height:24rem}.benefitsWrapper .container .swiper-pagination{margin-top:1.6rem}.benefitsWrapper .container .info{margin-top:2rem;max-width:30.4rem}@media screen and (max-width:750px){.benefitsWrapper .container .info{margin-top:0}}.benefitsWrapper .container .info h3{text-wrap:balance;font-weight:400;font-size:3.2rem;line-height:4rem}.benefitsWrapper .container .info>p{line-height:2.4rem;color:var(--caption);font-size:1.6rem;margin:.8rem 0 2.4rem}@media screen and (max-width:750px){.benefitsWrapper .container>.swiper{margin-left:calc(var(--sidePadding)*-1);width:100vw;overflow:hidden}}.benefitsWrapper .container .singleBenefit{border-radius:1.6rem;background:var(--gray);padding:1.6rem 2rem;transition:all .4s;height:14rem;display:flex;flex-direction:column;justify-content:center}.benefitsWrapper .container .singleBenefit+.singleBenefit{margin-top:2rem}.benefitsWrapper .container .singleBenefit:not(.active):active,.benefitsWrapper .container .singleBenefit:not(.active):hover{background:var(--surface);box-shadow:0 0 12px 0 rgba(var(--primary-rgb),.1),inset 0 0 0 2px #4e71ff}.benefitsWrapper .container .singleBenefit.active{cursor:default}.benefitsWrapper .container .singleBenefit .header{display:flex;gap:1.6rem;align-items:center}.benefitsWrapper .container .singleBenefit .header .icon{width:4rem}.benefitsWrapper .container .singleBenefit .header .title{font-weight:400;font-size:2.2rem;line-height:2.8rem;flex:1 1;text-wrap:balance}.benefitsWrapper .container .singleBenefit .description{font-size:1.4rem;color:var(--caption);margin-top:.8rem;line-height:2rem}.benefitsWrapper .container .list{flex:1 1;display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:repeat(3,1fr)}.benefitsWrapper .container .list .listColumn{display:flex;gap:2rem;flex-direction:column}.creatorsChoiceWrapper{padding-bottom:5.2rem;padding-top:4rem}.creatorsChoiceWrapper:not(.topBorder){border-bottom:1px solid rgba(var(--title-rgb),.1)}.creatorsChoiceWrapper.topBorder{border-top:1px solid rgba(var(--title-rgb),.1);padding-top:3.2rem}@media screen and (max-width:750px){.creatorsChoiceWrapper{padding-top:0;padding-bottom:3.2rem}}.creatorsChoiceWrapper .title{font-weight:400;text-align:center;font-size:4.5rem;line-height:5.6rem;color:var(--title);margin-bottom:4rem}@media screen and (max-width:750px){.creatorsChoiceWrapper .title{font-size:2.8rem;line-height:3.6rem;margin-bottom:2rem}}.creatorsChoiceWrapper .videoList{display:flex;overflow-x:auto;gap:2rem;scrollbar-track-color:rgba(0,0,0,0);scrollbar-shadow-color:rgba(0,0,0,0);scrollbar-base-color:rgba(var(--primary-rgb),.6);scrollbar-arrow-color:rgba(var(--primary-rgb),.6);padding-bottom:2rem}.creatorsChoiceWrapper .videoList::-webkit-scrollbar{height:4px;background:rgba(0,0,0,0);border-radius:.4rem}.creatorsChoiceWrapper .videoList::-webkit-scrollbar-thumb{border-radius:.4rem;background:rgba(var(--primary-rgb),.6)}.creatorsChoiceWrapper .videoList>.ugcVideoWrapper{display:flex;max-width:19.6rem;width:100%}.creatorsChoiceWrapper .videoList>.ugcVideoWrapper.isHorizontal{max-width:41.2rem}