/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.BioBlocks-module__bioWrapper{border-radius:8px;background:#fdfdfd;max-width:100%;margin:8px}@media(min-width:1035px){.BioBlocks-module__bioWrapper{margin:0;box-shadow:0 1px 1px #343a3f1a,0 1px 6px #343a3f1f}}.BioBlocks-module__bioWrapper>h3{margin:0;color:#121212;font-size:20px;font-style:normal;font-weight:500;line-height:140%;letter-spacing:-.2px;padding:8px 16px;border-bottom:1px solid #e7e7e7}.BioBlocks-module__bioBlock{padding:8px;display:flex;flex-direction:column;gap:8px}@media(min-width:1035px){.BioBlocks-module__bioBlock{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}}.BioBlocks-module__bioBlockWrap{border-radius:4px;background:#f3f3f3;padding:4px}@media(min-width:1035px){.BioBlocks-module__bioBlockWrap{display:flex}.BioBlocks-module__bioBlockWrap:nth-child(2){order:2}.BioBlocks-module__bioBlockWrap:nth-child(4){order:3}.BioBlocks-module__bioBlockWrap>div{width:50%}}.BioBlocks-module__name{background-color:#fff;border-radius:4px}.BioBlocks-module__name,.BioBlocks-module__info{display:flex;align-items:center;gap:8px;padding:4px 8px}.BioBlocks-module__name>h3,.BioBlocks-module__info>h3{color:#121212;text-align:right;font-feature-settings:"liga" off;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin:0}.BioBlocks-module__name>svg,.BioBlocks-module__info>svg{width:24px;height:24px}.BioBlocks-module__info{padding:8px 8px 4px}.Profile-module__profileWrap{height:100%;width:100%;max-width:1160px;margin:0 auto;display:flex;flex-direction:column;justify-content:space-between}@media(min-width:1035px){.Profile-module__profileWrap{padding:112px 8px 40px;flex-direction:row;gap:16px;box-sizing:border-box}}.Profile-module__profileHeaderWrap{display:none;flex-direction:column;border-radius:8px;background:#fdfdfd;box-shadow:0 1px 1px #343a3f1a,0 1px 6px #343a3f1f;margin:8px;box-sizing:border-box}@media(min-width:1035px){.Profile-module__profileHeaderWrap{display:flex;margin:0}}.Profile-module__profileHeaderWrap>.Profile-module__top{justify-content:space-between;padding:8px 16px;border-bottom:1px solid #e7e7e7;display:none}@media(min-width:1035px){.Profile-module__profileHeaderWrap>.Profile-module__top{display:flex}}.Profile-module__chatImageBlock{width:100%;max-width:100%;cursor:pointer;box-shadow:0 1px 1px #343a3f1a,0 1px 6px #343a3f1f;border-radius:8px;display:none}@media(min-width:1035px){.Profile-module__chatImageBlock{display:block}}.Profile-module__chatImageBlock>img{display:block;-o-object-fit:cover;object-fit:cover;width:100%;border-radius:8px}.Profile-module__aside{display:flex;flex-direction:column;width:100%;max-width:100%}@media(min-width:1035px){.Profile-module__aside{max-width:280px;gap:16px;margin-bottom:8px}}@media(min-width:1035px){.Profile-module__profileMain{flex-direction:column;width:100%;max-width:100%;display:flex;gap:16px}}.Profile-module__avatarBlock{position:relative;background:#fdfdfd;cursor:pointer}@media(min-width:1035px){.Profile-module__avatarBlock{border-radius:8px;border:4px solid #fff;box-shadow:0 1px 1px #343a3f1a,0 1px 6px #343a3f1f}}.Profile-module__avatarBlock>img{display:block;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;aspect-ratio:360/424}@media(min-width:768px){.Profile-module__avatarBlock>img{aspect-ratio:769/789}}@media(orientation:landscape)and (max-height:500px){.Profile-module__avatarBlock>img{aspect-ratio:unset;max-height:60vh}}@media(min-width:1035px){.Profile-module__avatarBlock>img{aspect-ratio:unset;max-width:280px;max-height:none;border-radius:4px;margin-bottom:4px}}.Profile-module__mobileNavigation{position:absolute;display:flex;align-items:center;justify-content:space-between;top:8px;right:8px;left:8px}@media(min-width:1035px){.Profile-module__mobileNavigation{display:none}}.Profile-module__mobileNavigation>span{display:flex;align-items:center;justify-content:center;border-radius:4px;background:#1212124d;width:44px;height:44px}.Profile-module__mobileNavigation>span.Profile-module__right>svg{width:24px;height:24px}.Profile-module__modelInfoMobile{display:flex;flex-direction:column;gap:8px;position:absolute;bottom:145px;width:calc(100% - 16px);max-width:100%;left:0;right:0;transform:translate(8px);border-radius:8px;background:#1212124d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:8px 0}@media(min-width:1035px){.Profile-module__modelInfoMobile{display:none}}.Profile-module__idModel{display:flex;align-items:center;justify-content:center;gap:8px}.Profile-module__idModel>span:nth-child(3){margin-left:8px}.Profile-module__idModel.Profile-module__mobile>span:nth-child(3){display:none}.Profile-module__idModel.Profile-module__idDesktop{justify-content:right}.Profile-module__idModel.Profile-module__idDesktop>span{color:#595959}.Profile-module__idModel.Profile-module__idDesktop>span>svg{color:#888}.Profile-module__idModel>span{color:#fdfdfd;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.Profile-module__idModel>span:not(:first-child){cursor:pointer}.Profile-module__idModel>span>svg{width:24px;height:24px;color:#fdfdfd}.Profile-module__name{display:flex;justify-content:center;align-items:center;padding:0 16px;gap:8px}.Profile-module__name.Profile-module__nameDesktop{justify-content:left;padding:0}.Profile-module__name.Profile-module__nameDesktop .Profile-module__nameBlock>span{color:#121212}.Profile-module__name .Profile-module__indicator{display:block;width:12px;height:12px;background-color:#2d865a;border-radius:50%}.Profile-module__name .Profile-module__nameBlock{display:flex;align-items:center;gap:8px}.Profile-module__name .Profile-module__nameBlock>span{color:#fdfdfd;font-size:20px;font-style:normal;font-weight:500;line-height:140%;letter-spacing:-.2px}.Profile-module__name .Profile-module__nameBlock .Profile-module__verification{display:inline-block;width:24px;height:24px}.Profile-module__name .Profile-module__nameBlock .Profile-module__verification>svg{width:24px;height:24px}.Profile-module__name .Profile-module__nameBlock .Profile-module__verification.Profile-module__amourlee>svg{color:#2644d9}.Profile-module__name .Profile-module__nameBlock .Profile-module__verification.Profile-module__latinmelodies>svg{color:#d92653}.Profile-module__name .Profile-module__nameBlock .Profile-module__verification.Profile-module__quickmedates>svg{color:#0f8a76}.Profile-module__name .Profile-module__nameBlock .Profile-module__verification.Profile-module__cupidlee>svg{color:#268ed9}.Profile-module__name .Profile-module__nameBlock .Profile-module__verification.Profile-module__asianforme>svg{color:#d926ac}.Profile-module__name .Profile-module__nameBlock .Profile-module__verification.Profile-module__amourforme>svg{color:#d93e26}.Profile-module__name .Profile-module__nameBlock .Profile-module__verification.Profile-module__cupidticket>svg{color:#7f26d9}.Profile-module__name .Profile-module__nameBlock .Profile-module__verification.Profile-module__interchatify>svg{color:#6226d9}.Profile-module__name .Profile-module__nameBlock .Profile-module__verification.Profile-module__minglechats>svg{color:#bb26d9}.Profile-module__bioWrapper{background:#fdfdfd;box-shadow:0 1px 1px #343a3f1a,0 1px 6px #343a3f1f;margin-bottom:8px;padding:4px 20px 8px}.Profile-module__bioWrapper>div{color:#121212;font-size:14px;font-style:normal;font-weight:400;line-height:20px}@media(min-width:1035px){.Profile-module__bioWrapper{display:none}.Profile-module__bioWrapper.Profile-module__desktop{background:unset;box-shadow:none;display:block;padding:16px;margin-bottom:0}}.Profile-module__buttonBlock{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:4px;padding:8px 12px}@media(min-width:1035px){.Profile-module__buttonBlock{padding:0}}.Profile-module__buttonBlock .Profile-module__buttonBlockGroup{display:flex;gap:4px;align-items:center;justify-content:space-between;width:100%}.Profile-module__buttonBlock .Profile-module__buttonBlockGroup>.Profile-module__like>svg{animation:Profile-module__pulse 1.5s infinite}.Profile-module__buttonBlock .Profile-module__buttonBlockGroup>.Profile-module__like,.Profile-module__buttonBlock .Profile-module__buttonBlockGroup>.Profile-module__follow{border-radius:4px!important;background:#f3f3f3!important;color:#121212!important;font-weight:500!important;text-transform:none!important;flex-direction:column!important;text-align:center;height:64px!important;padding:8px 16px!important;max-width:100%!important}.Profile-module__buttonBlock .Profile-module__buttonBlockGroup>.Profile-module__like>svg,.Profile-module__buttonBlock .Profile-module__buttonBlockGroup>.Profile-module__follow>svg{fill:none!important;stroke:#5f5f62!important;margin:0 0 4px!important;width:24px!important;height:24px!important}.Profile-module__buttonBlock .Profile-module__buttonBlockGroup>.Profile-module__like:after,.Profile-module__buttonBlock .Profile-module__buttonBlockGroup>.Profile-module__follow:after{all:unset!important}@media(hover:hover){.Profile-module__buttonBlock .Profile-module__buttonBlockGroup>.Profile-module__like:hover{color:#111212!important}.Profile-module__buttonBlock .Profile-module__buttonBlockGroup>.Profile-module__like:hover>svg,.Profile-module__buttonBlock .Profile-module__buttonBlockGroup>.Profile-module__like:hover>svg path{stroke:#c32222!important}.Profile-module__buttonBlock .Profile-module__buttonBlockGroup>.Profile-module__follow:hover{color:#111212!important}.Profile-module__buttonBlock .Profile-module__buttonBlockGroup>.Profile-module__follow:hover>svg,.Profile-module__buttonBlock .Profile-module__buttonBlockGroup>.Profile-module__follow:hover>svg path{stroke:#da490b!important}}.Profile-module__profileButton{max-width:100%!important;height:48px!important;border-radius:4px!important;padding:12px 24px!important;font-weight:500!important;text-transform:none!important;margin-bottom:4px}.Profile-module__profileButton:after{all:unset!important}@media(min-width:1035px){.Profile-module__profileButton{display:none!important}}.Profile-module__readMore{display:inline-block!important;background:unset!important;height:unset!important;padding:0!important;width:unset!important;max-width:unset!important;font-size:14px!important;font-weight:500!important;line-height:20px!important;text-transform:none!important;margin-left:2px!important}@media(max-width:1035px){.Profile-module__readMoreMobile:after{all:unset!important;content:"..."!important}}.Profile-module__photoWrap{max-width:100%;border-radius:8px;background:#fdfdfd;box-shadow:0 1px 1px #343a3f1a,0 1px 6px #343a3f1f;margin:0 8px}@media(min-width:1035px){.Profile-module__photoWrap{margin:0}}.Profile-module__photoTitle{color:#121212;font-size:20px;font-style:normal;font-weight:500;line-height:140%;letter-spacing:-.2px;padding:16px;margin:0}.Profile-module__photoBlock{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:4px;padding:4px;border-top:1px solid #e7e7e7}@media(min-width:768px){.Profile-module__photoBlock{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media(min-width:1035px){.Profile-module__photoBlock{grid-template-columns:repeat(auto-fit,minmax(134px,1fr))}}.Profile-module__photoItem{width:100%;height:auto;position:relative;cursor:pointer}.Profile-module__photoItem.Profile-module__blur{height:100%}.Profile-module__photoItem>img{display:block;width:100%;max-width:100%;height:auto;max-height:166px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:4px}@media(min-width:768px){.Profile-module__photoItem>img{max-height:245px}}@media(min-width:1035px){.Profile-module__photoItem>img{width:134px;height:134px}}.Profile-module__overlay{position:absolute;bottom:0;background:#1212124d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);width:100%;height:100%;border-radius:4px}.Profile-module__overlay>span{display:flex;align-items:center;justify-content:center;font-size:40px;font-style:normal;font-weight:500;line-height:120%;letter-spacing:-1.2px;color:#fdfdfd;height:100%}.Profile-module__floatingHeader{position:fixed;top:0;left:0;right:0;height:56px;z-index:10;background:#fdfdfd;border-bottom:1px solid #e7e7e7;display:flex;align-items:center;justify-content:flex-start;gap:4px;padding:0 8px;opacity:0;pointer-events:none;transform:translateY(-100%);transition:opacity .2s ease,transform .2s ease;box-sizing:border-box;box-shadow:0 1px 1px #343a3f1a,0 1px 6px #343a3f1f}@media(min-width:1035px){.Profile-module__floatingHeader{display:none}}.Profile-module__floatingHeader.Profile-module__floatingHeaderVisible{opacity:1;pointer-events:auto;transform:translateY(0)}.Profile-module__floatingBtn{display:flex;align-items:center;justify-content:center;border-radius:4px;width:44px;height:44px;cursor:pointer;flex-shrink:0}.Profile-module__floatingBtn>svg{width:24px;height:24px}.Profile-module__floatingBtn>svg path{fill:#888}.Profile-module__floatingBtn:first-child>svg{width:unset;height:unset}.Profile-module__floatingUser{display:flex;align-items:center;gap:8px;overflow:hidden;flex:1}.Profile-module__floatingUser>.Profile-module__floatingAvatar{position:relative;flex-shrink:0}.Profile-module__floatingUser>.Profile-module__floatingAvatar>img{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;display:block}.Profile-module__floatingUser>span{color:#121212;font-size:16px;font-weight:500;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Profile-module__floatingIndicator{position:absolute;bottom:0;right:0;width:12px;height:12px;border-radius:50%;background-color:#2d865a;border:2px solid #fdfdfd}@keyframes Profile-module__pulse{0%{transform:scale(1)}30%{transform:scale(.9)}60%{transform:scale(1.2)}to{transform:scale(1)}}.InterestsBlock-module__interestsWrap{border-radius:8px;background:#fdfdfd;max-width:100%;box-shadow:0 1px 1px #343a3f1a,0 1px 6px #343a3f1f;margin:8px}@media(min-width:1035px){.InterestsBlock-module__interestsWrap{margin:0}}.InterestsBlock-module__interestsWrap>h3{margin:0;color:#121212;font-size:20px;font-style:normal;font-weight:500;line-height:140%;letter-spacing:-.2px;padding:8px 16px;border-bottom:1px solid #e7e7e7}.InterestsBlock-module__interestsBlock{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:16px}.InterestsBlock-module__interestItem{max-width:100%;padding:11px 24px;border-radius:160px;border:1px solid #e7e7e7;background:#fdfdfd}.InterestsBlock-module__interestItem>span{display:block;color:#121212;text-align:center;font-feature-settings:"liga" off;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.Header-module__header{padding:8px;box-sizing:border-box;position:fixed;top:0;left:0;width:100%;z-index:2;overflow:hidden;height:56px;border-bottom:1px solid #e7e7e7;background-color:#fdfdfd}.Header-module__header.Header-module__mobileHeader{display:none}@media(min-width:1035px){.Header-module__header.Header-module__mobileHeader{display:block}}@media(min-width:1035px){.Header-module__header{padding:18px 16px;height:80px}}@media(min-width:1035px){.Header-module__header{padding:0 16px}}.Header-module__headerLogo{width:100%;max-width:140px}.Header-module__headerLogo.Header-module__logoProfile{cursor:pointer}.Header-module__headerLogo>svg{width:100%;height:40px}.Header-module__headerInner{display:flex;justify-content:space-between;align-items:center;max-width:1160px;margin:0 auto}.Header-module__headerNavigation{align-items:center;justify-content:center;display:none}@media(min-width:1035px){.Header-module__headerNavigation{display:flex}}.Header-module__navItem{display:flex;padding:28px 40px;justify-content:center;align-items:flex-start;flex:1 0 0;cursor:pointer;color:#121212;font-size:16px;font-style:normal;font-weight:500;line-height:24px;position:relative}.Header-module__navItem>.Header-module__indicator{position:absolute;display:block;top:28px;right:21px;background-color:#d92680;width:8px;height:8px;border-radius:50%}.Header-module__navItem:hover{background:#f3f3f3}.Header-module__linkLogin{padding:8px 16px;border-radius:4px;font-weight:500!important;text-decoration:none!important}.Header-module__linkLogin.Header-module__amourlee{background:#e5e8fa;color:#2644d9!important}.Header-module__linkLogin.Header-module__amourlee:hover{background:#bec7f4}.Header-module__linkLogin.Header-module__latinmelodies{background:#fae5ea;color:#d92653!important}.Header-module__linkLogin.Header-module__latinmelodies:hover{background:#f4becb}.Header-module__linkLogin.Header-module__quickmedates{background:#eaf6f4;color:#0f8a76!important}.Header-module__linkLogin.Header-module__quickmedates:hover{background:#c9e8e3}.Header-module__linkLogin.Header-module__cupidlee{background:#e5f1fa;color:#268ed9!important}.Header-module__linkLogin.Header-module__cupidlee:hover{background:#beddf4}.Header-module__linkLogin.Header-module__asianforme{background:#fae5f5;color:#d926ac!important}.Header-module__linkLogin.Header-module__asianforme:hover{background:#f4bee6}.Header-module__linkLogin.Header-module__amourforme{background:#fae8e5;color:#d93e26!important}.Header-module__linkLogin.Header-module__amourforme:hover{background:#f4c5be}.Header-module__linkLogin.Header-module__cupidticket{background:#efe5fa;color:#7f26d9!important}.Header-module__linkLogin.Header-module__cupidticket:hover{background:#d9bef4}.Header-module__linkLogin.Header-module__interchatify{background:#ece5fa;color:#6226d9!important}.Header-module__linkLogin.Header-module__interchatify:hover{background:#d0bef4!important}.Header-module__linkLogin.Header-module__minglechats{background:#f7e5fa;color:#bb26d9!important}.Header-module__linkLogin.Header-module__minglechats:hover{background:#ebbef4}.Footer-module__footer{height:auto;padding:14px;background-color:#2a2a2a;overflow:hidden}@media(max-width:1035px){.Footer-module__footer{max-height:0;padding:0;overflow:hidden;opacity:0;transform:translateY(8px);transition:max-height .25s ease,padding .25s ease,opacity .18s ease,transform .18s ease}.Footer-module__footer.Footer-module__visible{max-height:200px;padding:14px;opacity:1;transform:translateY(0)}}.Footer-module__footer .Footer-module__terms__wrap{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:16px}.Footer-module__footer .Footer-module__terms__wrap .Footer-module__block>a{color:#fdfdfd;text-align:right;font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-decoration:none}.Footer-module__footer .Footer-module__terms__wrap .Footer-module__block>a:not(:last-child){margin-right:8px}@media(min-width:341px){.Footer-module__footer .Footer-module__terms__wrap .Footer-module__block>a:not(:last-child){margin-right:20px}}.CookieBanner-module__cookiePolicyWrap{display:flex;align-items:center;justify-content:space-between;padding:4px 8px;position:fixed;right:0;left:0;bottom:0;z-index:99;background:var(--Backgrounds-60, #f3f3f3);box-shadow:0 1px 4px #343a3f0d,0 4px 12px #343a3f1f}@media(min-width:768px){.CookieBanner-module__cookiePolicyWrap{padding:8px 32px;margin:auto}}.CookieBanner-module__cookiePolicyWrap.CookieBanner-module__animateFadeOutDown{animation:CookieBanner-module__fadeOutDown .6s ease-in forwards}.CookieBanner-module__cookiePolicyWrap>p{color:#111212;font-weight:500;line-height:16px;font-size:10px;margin:0 8px 0 0;text-align:left;font-feature-settings:"liga" off;font-family:Inter,sans-serif;font-style:normal}@media(min-width:768px){.CookieBanner-module__cookiePolicyWrap>p{line-height:24px;margin-right:16px;font-size:16px}}.CookieBanner-module__cookiePolicyWrap>.CookieBanner-module__button{border-radius:31px;background:#111212;color:#fff;font-weight:500;border:none;cursor:pointer;font-feature-settings:"liga" off;font-family:Inter,sans-serif;width:100%;max-width:80px;font-size:14px;line-height:16px;padding:4px 14px;height:auto;text-transform:unset}.CookieBanner-module__cookiePolicyWrap>.CookieBanner-module__button:after{all:unset}@media(min-width:768px){.CookieBanner-module__cookiePolicyWrap>.CookieBanner-module__button{width:100%;max-width:156px;font-size:16px;line-height:24px;min-height:42px}.CookieBanner-module__cookiePolicyWrap>.CookieBanner-module__button:hover{background:#2a2a2a;color:#fff}}@keyframes CookieBanner-module__fadeOutDown{0%{opacity:1;transform:translateY(0)}60%{opacity:.4;transform:translateY(20px)}to{opacity:0;transform:translateY(40px)}}.Layout-module__wrapper{display:flex;flex-direction:column;min-height:100vh;width:100%}.Main-module__main{position:relative;min-height:100vh;box-sizing:border-box;background-color:#f3f3f3}.Main-module__main>*{position:relative;z-index:1}.MobileNavigation-module__mobileNavigation{padding:0!important;border-top:#e7e7e7;background:#fdfdfd;box-shadow:0 1px 1px #343a3f1a,0 1px 6px #343a3f1f;height:56px!important}@media(min-width:1035px){.MobileNavigation-module__mobileNavigation{display:none!important}}.MobileNavigation-module__navigationWrap{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:100%}.MobileNavigation-module__navigationItem{display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 4px;width:20%}.MobileNavigation-module__navigationItem>button{padding:0!important}.MobileNavigation-module__navigationItem>span{color:var(--text-secondary, #595959);text-align:center;font-feature-settings:"liga" off;font-size:10px;font-style:normal;font-weight:500;line-height:16px}.MobileNavigation-module__navigationItem>svg{width:24px;height:24px;color:#888}.MobileNavigation-module__navigationItem .MobileNavigation-module__newsWrap{position:relative}.MobileNavigation-module__navigationItem .MobileNavigation-module__newsWrap>svg{width:24px;height:24px}.MobileNavigation-module__navigationItem .MobileNavigation-module__newsWrap .MobileNavigation-module__indicator{position:absolute;right:0;display:block;width:8px;height:8px;background-color:#d92680;border-radius:50%}.MobileNavigation-module__navigationSearch{background:unset!important;text-transform:unset!important;text-align:center;font-feature-settings:"liga" off;display:flex;flex-direction:column;align-items:center}.MobileNavigation-module__navigationSearch>svg{width:24px;height:24px;margin-left:unset!important;stroke:unset!important}.MobileNavigation-module__navigationSearch>span{font-size:10px;font-style:normal;font-weight:500;line-height:16px}.EmptyPhotosState-module__wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;width:100%;grid-column:1/-1;padding:20px;box-sizing:border-box}.EmptyPhotosState-module__wrap svg{width:96px;height:96px}.EmptyPhotosState-module__wrap span{font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:28px;letter-spacing:-.2px;color:#121212;font-feature-settings:"liga" off;text-align:center;width:100%}.ProfileConnect-module__profileConnectWrap{border-radius:8px;background:#fdfdfd;max-width:100%;box-shadow:0 1px 1px #343a3f1a,0 1px 6px #343a3f1f;margin:0 8px 16px}@media(min-width:1035px){.ProfileConnect-module__profileConnectWrap{width:100%;max-width:720px;margin:0 auto}}.ProfileConnect-module__inner{display:flex;flex-direction:column;align-items:center;gap:16px;padding:16px}@media(min-width:1035px){.ProfileConnect-module__inner{padding:32px 64px;gap:24px}}.ProfileConnect-module__inner .ProfileConnect-module__textBlock{display:flex;flex-direction:column;align-items:center;gap:8px}.ProfileConnect-module__inner .ProfileConnect-module__textBlock>h3{margin:0;color:#121212;text-align:center;font-size:20px;font-style:normal;font-weight:500;line-height:140%;letter-spacing:-.2px}.ProfileConnect-module__inner .ProfileConnect-module__textBlock>p{margin:0;color:#595959;text-align:center;font-feature-settings:"liga" off;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.ProfileConnect-module__avatar{width:96px;height:96px}.ProfileConnect-module__avatar>img{display:block;border-radius:50%;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.ProfileConnect-module__profileConnectButton{max-width:248px!important;height:48px!important;border-radius:4px!important;padding:12px 24px!important;font-size:16px!important;font-weight:500!important;text-transform:none!important}.ProfileConnect-module__profileConnectButton:after{all:unset!important}.Search-module__searchWrap{padding:56px 0 0;height:100%;width:100%;max-width:1160px;margin:0 auto}@media(min-width:1035px){.Search-module__searchWrap{padding:112px 0 40px}}.Search-module__searchFilter{display:flex;justify-content:space-between;align-items:center;background:#fdfdfd;box-shadow:0 1px 1px #343a3f1a,0 1px 6px #343a3f1f;padding:8px;margin-bottom:8px}@media(min-width:1035px){.Search-module__searchFilter{border-radius:8px;padding:8px 16px;margin-bottom:16px}}.Search-module__filterNav{display:flex;justify-content:space-between;align-items:center}.Search-module__filterTitle{color:#121212;font-size:24px;font-style:normal;font-weight:500;line-height:133%}.Search-module__filterButton{max-width:102px!important;border-radius:4px!important;padding:8px!important;font-size:14px!important;font-weight:500!important;gap:4px!important;text-transform:none!important;margin-left:24px}.Search-module__filterButton>span{display:none}@media(min-width:1035px){.Search-module__filterButton{padding:8px 16px!important}.Search-module__filterButton>span{display:block}}.Search-module__filterButton:after{all:unset!important}.Search-module__filterButton>svg{margin-left:0!important;stroke:unset!important}.Search-module__loadMoreButton{max-width:104px!important;border-radius:4px!important;padding:8px 16px!important;font-size:14px!important;font-weight:500!important;text-transform:none!important;height:40px!important;display:flex;align-items:center;justify-content:center;margin:12px auto 16px}@media(min-width:1035px){.Search-module__loadMoreButton{margin:24px auto 0}}.Search-module__modelCardsWrap{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:0 8px}@media(min-width:600px){.Search-module__modelCardsWrap{grid-template-columns:repeat(4,1fr)}}@media(min-width:1150px){.Search-module__modelCardsWrap{gap:16px;padding:0}}.Search-module__searchCardWrap{width:100%;max-width:288px;display:flex;flex-direction:column;border-radius:8px;box-shadow:0 1px 1px #343a3f1a,0 1px 6px #343a3f1f;cursor:pointer}@media(hover:hover){.Search-module__searchCardWrap:hover{box-shadow:0 1px 4px #343a3f0d,0 4px 12px #343a3f1f}.Search-module__searchCardWrap:hover .Search-module__favoriteBox{display:block}}.Search-module__favoriteBox{position:absolute;top:0;right:0;border-radius:0 4px;background:#1212124d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:8px;display:block}@media(hover:hover){.Search-module__favoriteBox{display:none;top:8px;right:8px;border-radius:4px}}.Search-module__favoriteBox>svg{width:24px;height:24px}.Search-module__modelPhoto{position:relative;width:100%;aspect-ratio:2/3;overflow:hidden}.Search-module__modelPhoto>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;border-radius:8px 8px 0 0}.Search-module__modelPhoto:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(180deg,#0000,#000000a3);pointer-events:none}.Search-module__modelPhoto .Search-module__photoCounter{position:absolute;bottom:12px;left:16px;color:#fff;border-radius:0 0 8px 8px;display:flex;align-items:center;gap:4px;z-index:1}.Search-module__modelPhoto .Search-module__photoCounter>svg{width:24px;height:24px}.Search-module__modelPhoto .Search-module__photoCounter>span{color:#fdfdfd;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.Search-module__modelChat{padding:4px;display:flex;flex-direction:column;justify-content:space-between;gap:4px}@media(min-width:1035px){.Search-module__modelChat{padding:8px 8px 8px 16px;flex-direction:row}}.Search-module__modelName{display:flex;align-items:center;width:100%;max-width:148px;gap:4px}.Search-module__modelName>span{display:block;width:12px;height:12px;border-radius:50%;background:#2d865a}.Search-module__modelName>p{color:#121212;text-align:left;font-size:16px;font-style:normal;font-weight:500;line-height:140%;letter-spacing:-.2px;margin:0}@media(min-width:1035px){.Search-module__modelName>p{font-size:20px;white-space:normal;overflow:visible;text-overflow:unset;width:auto}}.Search-module__profileButton{height:40px!important;border-radius:4px!important;padding:8px 16px!important;font-size:14px!important;font-weight:500!important;text-transform:none!important}@media(min-width:1035px){.Search-module__profileButton{max-width:98px!important}}.Search-module__profileButton:after{all:unset!important}body{font-family:Inter,sans-serif;background:#fff;height:100%;box-sizing:border-box;overflow-x:hidden}#portal-root>div>div{margin:0 10px;max-width:352px}#portal-root>.App-module__emailLoader>div{margin:0!important;max-width:100%!important}@media(min-height:250px)and (orientation:landscape){#portal-root>.App-module__emailLoader>div>div{width:180px!important;height:180px!important}}.App-module__button{width:100%!important;-webkit-tap-highlight-color:transparent!important;border-radius:4px!important;text-transform:none!important;font-weight:500!important}.App-module__button:after{all:unset!important}.App-module__presentImage{width:100%;max-width:300px;margin:auto}.App-module__presentImage>img{max-width:100%;display:block}.App-module__benefitsList{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 16px;margin:0 auto}.App-module__benefitsList>.App-module__benefitsText{text-align:left!important;max-width:158px;position:relative;display:flex;align-items:baseline;margin-left:28px}.App-module__benefitsList>.App-module__benefitsText:before{content:"";display:block;width:5px;height:5px;background-color:#121212;position:absolute;border-radius:50%;left:-15px;top:12px}.App-module__benefitsText{color:#121212!important;text-align:center}.App-module__progressDots{max-width:100px;margin:auto}.App-module__questionContainer{display:grid;gap:24px;overflow:hidden}.App-module__wrapperQuestion{display:block}.App-module__questionTitleContainer{display:grid;gap:8px;width:100%;max-width:296px;margin:auto}@media(min-width:431px){.App-module__questionTitleContainer{max-width:370px}}.App-module__titleOffsetTop h1{margin-bottom:-16px}.App-module__breakWord{max-width:200px;margin:0 auto 16px!important}.App-module__marginSmall{margin:0 auto 8px!important}.App-module__descriptionTerms{max-width:280px;margin:0 auto 16px!important}.App-module__profile{padding:0!important}.App-module__start>form>.App-module__wrapperQuestion,.App-module__profile>form>.App-module__wrapperQuestion{all:unset!important}@media(min-width:431px){.App-module__start,.App-module__profile{padding:unset}}.App-module__start:before,.App-module__profile:before{all:unset!important}.App-module__descriptionUp{display:block}.App-module__descriptionUp>div{display:flex;flex-direction:column-reverse}.cookie-banner.hide{display:none}.Text-module__text{color:#353538;text-align:center;font-feature-settings:"liga" off;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin:unset}.Text-module__text>span{color:#ef5f51}.Birthday-module__birthday,.Birthday-module__birthdayForm{display:grid;gap:24px}.Birthday-module__birthdayForm>.Birthday-module__birthdaySelects>div{grid-template-columns:repeat(3,1fr)!important}.Birthday-module__error{color:#c32222;font-feature-settings:"liga" off;font-family:Inter,sans-serif;font-size:13px;font-style:normal;font-weight:500;line-height:16px;margin-top:4px}.Birthday-module__small{color:#595959}.Builder-module__container{display:grid;gap:16px}.Builder-module__container>label{-webkit-tap-highlight-color:transparent!important}.Builder-module__formBuilder{display:grid;gap:24px}.Builder-module__loaderOverlay{position:fixed;inset:0;z-index:9999}.Builder-module__chipsContainer{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:center;height:368px;overflow:scroll}.Builder-module__emailLogin{display:flex;gap:4px;line-height:24px;font-size:16px}.Builder-module__emailLogin>a{line-height:24px!important;font-size:16px}.Builder-module__emailLogin>p{color:#595959}.Builder-module__linkEmail{line-height:20px!important}.Builder-module__error{color:#981b1b;text-align:left;font-feature-settings:"liga" off;font-size:13px;font-style:normal;font-weight:500;line-height:16px;margin:0}.Builder-module__error.Builder-module__interests{text-align:center}.Input-module__tooltip>div{display:block}.Input-module__inputContainer{display:grid;gap:24px}.Input-module__input52>div>fieldset{border-color:#ad1f1f!important}.Input-module__input52>span{color:#981b1b!important}.Input-module__small{color:#595959}.Terms-module__amourlee{--primary-brand-light: #2644d9}.Terms-module__latinmelodies{--primary-brand-light: #d92653}.Terms-module__quickmedates{--primary-brand-light: #4cb2a1}.Terms-module__cupidlee{--primary-brand-light: #268ed9}.Terms-module__asianforme{--primary-brand-light: #d926ac}.Terms-module__amourforme{--primary-brand-light: #d93e26}.Terms-module__cupidticket{--primary-brand-light: #7f26d9}.Terms-module__interchatify{--primary-brand-light: #6226d9}.Terms-module__minglechats{--primary-brand-light: #bb26d9}.Terms-module__linksContainer{display:flex;flex-wrap:wrap;line-height:20px}.Terms-module__link{font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:20px!important;font-family:Inter,sans-serif!important;text-decoration-line:unset!important}.Terms-module__linkItem{display:inline-block}.Terms-module__linkItem>span.Terms-module__amourlee,.Terms-module__linkItem>span.Terms-module__latinmelodies,.Terms-module__linkItem>span.Terms-module__quickmedates,.Terms-module__linkItem>span.Terms-module__cupidlee,.Terms-module__linkItem>span.Terms-module__asianforme,.Terms-module__linkItem>span.Terms-module__amourforme,.Terms-module__linkItem>span.Terms-module__cupidticket,.Terms-module__linkItem>span.Terms-module__interchatify,.Terms-module__linkItem>span.Terms-module__minglechats{color:var(--primary-brand-light)}.Terms-module__termsWrap{display:flex;align-items:flex-start;gap:8px;padding:8px 0}.Terms-module__termsWrap>div>label{padding:3px 0!important}.Terms-module__terms{font-size:14px;text-align:left;line-height:20px}.Terms-module__errorCheckBox>label>div>span{border-color:#981b1b!important}.Terms-module__error{color:#981b1b;font-feature-settings:"liga" off;font-size:13px;font-style:normal;font-weight:500;line-height:16px;margin:0;text-align:left}.ContentBlock-module__contentBlock{max-width:100%;border-radius:16px;background:#fff;display:grid;gap:8px}.ContentBlock-module__contentBlock>picture>img{position:absolute;top:-50px;left:50%;transform:translate(-50%)}.FormBlock-module__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#1212124d;display:flex;align-items:flex-start;justify-content:center;overflow-y:auto;padding:16px 8px;box-sizing:border-box;z-index:999;animation:FormBlock-module__fadeIn .25s ease}.FormBlock-module__formBlock{width:100%;max-width:420px;margin:auto;background-color:#fff;border-radius:12px;padding:24px 16px;display:flex;flex-direction:column;gap:8px;position:relative;z-index:1000;box-sizing:border-box}@media(min-width:341px){.FormBlock-module__formBlock{padding:24px}}.FormBlock-module__closeIcon{position:absolute;width:32px;height:32px;top:16px;right:16px;cursor:pointer}.FormBlock-module__closeIcon>svg{width:100%;height:100%}@media(hover:hover){.FormBlock-module__closeIcon:hover>svg,.FormBlock-module__closeIcon:hover>svg path{fill:#2a2a2a!important}}.shake{animation:FormBlock-module__shake .6s ease-in-out}@keyframes FormBlock-module__fadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes FormBlock-module__shake{0%{transform:translate(0)}15%{transform:translate(-10px)}30%{transform:translate(10px)}45%{transform:translate(-8px)}60%{transform:translate(8px)}75%{transform:translate(-6px)}90%{transform:translate(6px)}to{transform:translate(0)}}.Title-module__title{color:#111212;text-align:center;font-size:20px;font-style:normal;font-weight:500;line-height:28px;margin:0;letter-spacing:-.2px}
