.about-page-model-link{font-weight:500;line-height:90%;font-size:12px}.about-page-model-link,.about-page-model-link:hover{color:#bc845c;text-decoration:none;text-shadow:0 4px 4px rgba(0,0,0,.25)}.devices-section{align-items:center;display:flex;flex-direction:column;position:relative}.devices-section__title.title-ds{color:#fff;font-weight:500;text-align:center;width:620px;font-size:72px;line-height:72px}.devices-section__content{margin-bottom:55px;margin-top:112px;position:relative}.devices-section__desktop{border-radius:9px;height:auto;width:930px}.devices-section__mobile-container{align-items:center;display:flex;flex-direction:column;position:absolute;right:-32px;top:120px}.devices-section__mobile{height:auto;width:250px}.devices-section__model-name-mobile{bottom:-16px;display:none;position:absolute}.devices-section__model-name-desktop{bottom:-25px;left:28px;position:absolute}.devices-section__background-figure{background:#a22027;height:173px;position:absolute;right:-29vw;top:-5vw;transform:rotate(-37deg);width:100vw;z-index:-1}.devices-section__background-figure--beta{background:#a2252d;background:var(--primary)}@keyframes video-player-animation-play-desktop{0%{opacity:.6;transform:translateX(-50%) translateY(-50%) scale(1)}100%{opacity:0;transform:translateX(-50%) translateY(-50%) scale(1.5)}}@keyframes video-player-animation-buffering{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.video-player{background-position:center;background-repeat:no-repeat;background-size:contain;display:flex;height:100%;justify-content:center;position:relative;overflow:hidden;width:100%}.video-player__play{align-items:center;background:rgba(0,0,0,.4);border:0;border-radius:50%;color:var(--video-player-play-control-color);cursor:pointer;display:flex;height:96px;justify-content:center;left:50%;outline:0;overflow:hidden;padding:0;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:background .3s,opacity .3s;width:96px;z-index:4}.video-player__play--hidden{pointer-events:none;opacity:0}.video-player__play--animation-show-hide{animation:video-player-animation-play-desktop .6s}.video-player__main-control-icon{height:38px;opacity:.8;width:38px}.video-player__main-control-icon--play{margin:0 0 0 6px}.video-player__children{bottom:0;left:0;position:absolute;right:0;top:0;z-index:4}.video-player__video{background-color:var(--video-player-background-color);display:block;flex:1;max-height:100%;max-width:100%;position:relative;z-index:3}.video-player__video--hidden{pointer-events:none;visibility:hidden}.video-player__controls{background:var(--video-player-controls-background);bottom:0;left:0;padding:40px 10px 16px;position:absolute;right:0;transition:opacity .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:4}.video-player__controls--hidden{pointer-events:none;opacity:0}.video-player__controls-progress{box-sizing:border-box;cursor:pointer;height:12px;padding:4px 0 0;position:relative}.video-player__controls-progress::before{background:var(--video-player-progress-background-color);border-radius:2px;content:"";cursor:pointer;height:4px;left:0;position:absolute;width:100%}.video-player__controls-progress::after{content:"";height:35px;left:0;position:absolute;top:-15px;width:100%}.video-player__controls-progress:hover>.video-player__controls-progress-button{pointer-events:auto;transform:scale(1)}.video-player__controls-progress-line{background:var(--video-player-progress-color);border-radius:2px;cursor:pointer;height:4px;position:relative}.video-player__controls-progress-button{background:var(--video-player-progress-button-color);border:0;border-radius:50%;box-shadow:0 0 4px rgba(0,0,0,.25);cursor:pointer;display:block;height:12px;padding:0;pointer-events:none;position:absolute;top:0;transition:transform .15s;transform:scale(0);width:12px;z-index:2}.video-player__controls-progress-button--active{pointer-events:auto;transform:scale(1)}.video-player__controls-actions{align-items:center;color:#fff;display:flex;font-size:13px;font-weight:700;justify-content:space-between;margin:12px 4px 0}.video-player__controls-actions-block{align-items:center;display:flex;color:var(--video-player-controls-color)}.video-player__pause{cursor:pointer;margin:0 14px 0 0}.video-player__pause>svg{display:block;height:15px;width:15px}.video-player__right-control{margin:0 -2px 0 24px;padding:2px}.video-player__right-control:first-child{margin-left:0}.video-player__mute{cursor:pointer}.video-player__mute>svg{display:block;height:16px;transform:scale(1.3);width:18px}.video-player__fullscreen{cursor:pointer}.video-player__fullscreen>svg{display:block;height:15px;width:15px}.video-player__timer{white-space:nowrap}.video-player--mobile .video-player__controls-progress-button{pointer-events:auto;transform:scale(1)}.video-player--mobile .video-player__play{height:64px;width:64px}.video-player--mobile .video-player__main-control-icon{height:26px;width:26px}.video-player--desktop .video-player__play:hover{background:rgba(0,0,0,.8)}.video-player--desktop .video-player__fullscreen,.video-player--desktop .video-player__mute,.video-player--desktop .video-player__pause{transition:opacity .3s}.video-player--desktop .video-player__fullscreen:hover,.video-player--desktop .video-player__mute:hover,.video-player--desktop .video-player__pause:hover{opacity:.8}.video-player .video-player__buffering{align-self:center;opacity:0;pointer-events:none;position:absolute;transition:1s ease-in;z-index:4}.video-player .video-player__buffering--visible{opacity:1}.video-player .video-player__buffering-default-icon{display:inline-block;position:relative;width:80px;height:80px}.video-player .video-player__buffering-default-icon div{animation:video-player-animation-buffering 1.2s cubic-bezier(.5,0,.5,1) infinite;border-radius:50%;border:6px solid var(--video-player-play-control-color);border-color:var(--video-player-play-control-color) transparent transparent transparent;box-sizing:border-box;display:block;height:64px;margin:8px;position:absolute;width:64px}.video-player .video-player__buffering-default-icon div:first-child{animation-delay:-.45s}.video-player .video-player__buffering-default-icon div:nth-child(2){animation-delay:-.3s}.video-player .video-player__buffering-default-icon div:nth-child(3){animation-delay:-.15s}.join-section{align-items:center;display:flex;flex-direction:column;margin-top:250px;overflow:hidden;padding-bottom:300px;padding-top:50px;position:relative}.join-section__content{align-items:center;display:flex;flex-direction:column}.join-section__border-wrapper{border-left:10px solid #a2252d;border-left:10px solid var(--primary);max-width:537px;padding-left:53px}.join-section__stripchat-logo{height:65px;margin-top:-20px;max-width:186px;width:auto}.join-section__title{color:#fff;font-weight:500;font-size:72px;line-height:72px}.join-section__join-button{align-items:center;background:#fff;border:0;border-radius:90px;color:#111;cursor:pointer;display:flex;line-height:23px;margin-top:74px;padding:18px 44px;transition:.25s;font-size:24px}.join-section__join-button:hover{opacity:.8}.join-section__join-button-icon{height:21px;margin-left:16px;margin-right:0;width:21px}.join-section__link-wrapper{margin-top:30px;padding-right:10px}.join-section__link{color:rgba(255,255,255,.6);text-decoration:underline;font-size:20px;line-height:24px}.join-section__shadow{background:radial-gradient(50% 50% at 50% 50%,rgba(162,37,45,.8) 0%,rgba(162,32,39,0) 100%);bottom:-483px;height:966px;left:0;opacity:.8;position:absolute;right:0;z-index:-1}.join-section__shadow--beta{background:radial-gradient(50% 50% at 50% 50%,rgba(172,24,39,.8) 0%,rgba(162,32,39,0) 100%)}.lgbt-section{align-items:center;display:flex;flex-direction:column;position:relative}.lgbt-section__be-proud{align-items:center;display:flex;flex-direction:column;text-align:center;z-index:2}.lgbt-section__rainbow{width:232px}.lgbt-section__be-proud-subtitle{color:#fff;margin-top:28px;opacity:.8;font-size:24px}.lgbt-section__be-proud-title{color:#fff;font-weight:500;margin-top:22px;font-size:72px;line-height:72px}.lgbt-section__be-proud-description{color:#fff;margin-top:22px;max-width:570px;opacity:.5;font-size:24px}.lgbt-section__freedom{align-items:center;display:flex;justify-content:center;min-height:900px;width:100%}.lgbt-section__freedom-content{background-image:url(common/components/aboutPageComponents/aboutPageSections/LgbtSection/images/border.svg);background-repeat:no-repeat;background-size:100%;display:flex;flex-direction:column;height:429px;justify-content:center;position:relative;width:935px}.lgbt-section__freedom-content::before{background-image:url(common/components/aboutPageComponents/aboutPageSections/LgbtSection/images/megaphone.png);background-repeat:no-repeat;background-size:100%;content:"";display:block;height:341px;left:-60px;position:absolute;width:341px;z-index:1}.lgbt-section__freedom-content::after{background-image:url(common/components/aboutPageComponents/aboutPageSections/LgbtSection/images/background.svg);background-repeat:no-repeat;background-size:cover;content:"";display:block;height:1345px;left:-900px;position:absolute;top:-377px;width:1593px;z-index:-1}.lgbt-section__freedom-content--beta{background-image:url(common/components/aboutPageComponents/aboutPageSections/LgbtSection/images/border-beta.svg)}.lgbt-section__freedom-title{color:#fff;font-weight:500;margin-left:283px;margin-right:55px;z-index:2;font-size:72px;line-height:72px}.lgbt-section__freedom-description{color:#fff;margin-left:283px;margin-right:55px;margin-top:30px;opacity:.8;z-index:2;font-size:24px}.sexual-freedom-modal{overflow:auto}.sexual-freedom-modal__dialog::after{content:"";display:block;flex-shrink:0;height:20px}.sexual-freedom-modal .sexual-freedom-modal__content{background-color:#171717;border-radius:12px;flex-shrink:0;width:800px}.sexual-freedom-modal__header{border-bottom:3px solid rgba(255,255,255,.1);display:flex;margin:53px 7px 35px 82px;padding-bottom:35px;padding-right:30px}.sexual-freedom-modal__title{color:#fff;font-weight:500;font-size:72px;line-height:65px}.sexual-freedom-modal__bird{height:125px;width:125px}.sexual-freedom-modal__text{margin:0 82px}.sexual-freedom-modal__text-1,.sexual-freedom-modal__text-2,.sexual-freedom-modal__text-3,.sexual-freedom-modal__text-4{color:rgba(248,248,248,.8);padding-bottom:30px;font-size:24px;line-height:29px}.sexual-freedom-modal__text-1{max-width:440px}.sexual-freedom-modal__list{display:flex;gap:20px;padding-bottom:30px}.sexual-freedom-modal__list-item{align-items:flex-start;display:flex}.sexual-freedom-modal__list-item-icon{height:auto;margin-right:12px;min-width:30px;width:30px}.sexual-freedom-modal__list-item-text{color:rgba(248,248,248,.8);font-weight:500;line-height:140%;font-size:16px}.sexual-freedom-modal__highlighted-text{color:#f14b57}.sexual-freedom-modal__text-2-wrapper{display:flex;padding-bottom:30px}.sexual-freedom-modal__text-2{padding-bottom:0}.sexual-freedom-modal__text-3{padding-bottom:47px}.sexual-freedom-modal__text-4{border:3px solid rgba(255,255,255,.1);border-radius:20px;box-sizing:border-box;padding:30px}.sexual-freedom-modal__heart{align-self:flex-start;flex-shrink:0;height:auto;margin-left:-30px;margin-right:30px;width:280px}.sexual-freedom-modal__actions{margin:46px 82px}.sexual-freedom-modal__button{background:#e33f4b;border:0;border-radius:90px;color:#fff;cursor:pointer;font-weight:500;padding:13px 34px;transition:.25s;font-size:20px}.sexual-freedom-modal__button:hover{opacity:.8}.sexual-freedom-section{background:linear-gradient(0deg,#1c1c1c,#1c1c1c),linear-gradient(93.63deg,#e8e8e8 0%,#5f5f5f 100.39%);border:3px solid #a2252d;border:3px solid var(--primary);border-radius:192px;display:flex;height:auto;min-height:102px;padding:10px 0}.sexual-freedom-section__highlighted-text{color:#f14b57}.sexual-freedom-section__right{align-items:center;display:flex;min-width:0}.sexual-freedom-section__bird{height:107px;position:relative;top:-30px;width:107px}.sexual-freedom-section__text{font-weight:500;margin-left:10px;margin-right:29px;max-width:394px;font-size:24px;line-height:28px}.sexual-freedom-section__button{align-items:center;background:rgba(255,255,255,.03);border:0;border-radius:90px;color:#fff;cursor:pointer;display:flex;font-weight:500;height:56px;margin-right:30px;max-width:100%;padding:16px 24px;transition:.25s;font-size:20px}.sexual-freedom-section__button:hover{background:rgba(255,255,255,.15)}.sexual-freedom-section__button-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sexual-freedom-section__button-icon{height:16px;margin-left:14px;margin-right:0;min-width:16px;width:16px}@media screen and (max-width:1023px){.devices-section__title.title-ds{width:80vw}.devices-section__content{margin-top:44px;width:100%}.devices-section__desktop-container{margin-left:-27vw;position:relative}.devices-section__desktop{width:115vw}.devices-section__mobile-container{right:5vw;top:13vw}.devices-section__model-name-desktop{display:none}.devices-section__model-name-mobile{display:block}.devices-section__mobile{width:34vw}.devices-section__background-figure{height:200px;right:-56vw;top:-2vh;width:1000px}.join-section{margin-top:0;padding-bottom:70px}.join-section__border-wrapper{margin-top:50px;padding-left:24px;width:85vw}.join-section__title{font-size:56px;line-height:56px}.join-section__join-button{margin-top:32px;font-size:20px}.join-section__shadow{bottom:-550px}.lgbt-section__rainbow{opacity:.7}.lgbt-section__be-proud-title{font-size:46px;line-height:51px}.lgbt-section__be-proud-description{width:80vw;font-size:20px}.lgbt-section__freedom-content{background-position:center right 20px;background-size:cover;width:100%}.lgbt-section__freedom-content::before{height:279px;left:-57px;opacity:.97;top:-147px;width:279px}.lgbt-section__freedom-content::after{left:-980px;top:-577px}.lgbt-section__freedom-title{margin-left:30px;margin-right:86px;margin-top:32px;font-size:46px;line-height:51px}.lgbt-section__freedom-description{margin-left:30px;margin-right:100px;font-size:20px}.sexual-freedom-modal .sexual-freedom-modal__content{width:100%}.sexual-freedom-modal__header{margin:53px 0 35px 42px;padding-bottom:35px;padding-right:30px}.sexual-freedom-modal__text{margin:0 28px 0 53px}.sexual-freedom-modal__text-2-wrapper{align-items:center}.sexual-freedom-modal__actions{margin:46px 53px}}@media screen and (max-width:639px){.about-page-model-link{font-size:11px}.devices-section__title.title-ds{font-size:46px;line-height:51px}.devices-section__background-figure{right:-195px;top:175px}.devices-section__model-name{bottom:-16vw;display:block;position:absolute;right:13.3vw}.join-section__title{font-size:46px;line-height:46px}.join-section__border-wrapper{margin-top:140px}.join-section__shadow{transform:translateX(-25%);width:980px}.join-section__join-button{padding:18px 38px}.lgbt-section__rainbow{width:270px}.lgbt-section__be-proud-subtitle{font-size:20px}.lgbt-section__be-proud-description{margin-left:auto;margin-right:auto}.sexual-freedom-modal__header{align-items:center;margin:32px 0 28px;padding-bottom:17px;padding-left:20px;padding-right:0}.sexual-freedom-modal__title{margin-right:30px;font-size:40px;line-height:44px}.sexual-freedom-modal__bird{height:100px;margin-right:5px;width:100px}.sexual-freedom-modal__list{flex-direction:column}.sexual-freedom-modal__list-item-text{max-width:175px}.sexual-freedom-modal__text-2-wrapper{align-items:flex-start;flex-direction:column-reverse}.sexual-freedom-modal__heart{margin-left:0;margin-right:0;width:100%}.sexual-freedom-modal__text{margin:0 20px}.sexual-freedom-modal__text-1,.sexual-freedom-modal__text-2,.sexual-freedom-modal__text-3,.sexual-freedom-modal__text-4{padding-bottom:30px;font-size:18px;line-height:25px}.sexual-freedom-modal__text-1{max-width:auto;font-size:24px;line-height:29px}.sexual-freedom-modal__actions{margin:39px 20px}.sexual-freedom-modal__button{width:100%}.sexual-freedom-section{align-items:center;border-left:none;border-radius:0;border-right:none;justify-content:center;padding:21px 0}.sexual-freedom-section__right{align-items:flex-start;flex-direction:column;margin-left:20px;max-width:255px}.sexual-freedom-section__text{line-height:120%;margin-left:5px}.sexual-freedom-section__bird{height:124px;margin-left:10px;min-width:124px;position:relative;top:0;width:124px}.sexual-freedom-section__button{margin-top:14px}}@media screen and (max-width:479px){.devices-section__model-name{right:12.8vw}}@media screen and (max-width:320px){.join-section__join-button{font-size:18px}.lgbt-section__freedom-title{font-size:45px;line-height:45px}.lgbt-section__freedom-description{font-size:18px}.sexual-freedom-modal__title{margin-right:0;font-size:35px;line-height:40px}.sexual-freedom-section__right{margin-left:5px;margin-right:0}.sexual-freedom-section__bird{height:110px;min-width:110px;width:110px}.sexual-freedom-section__button,.sexual-freedom-section__text{margin-right:5px}}@media screen and (max-width:320px) and (orientation:portrait){.devices-section__model-name{right:11.5vw}}