@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent;font-family:Poppins,sans-serif;scroll-behavior:smooth}.mobile-version{z-index:1000;position:fixed;display:none;height:100vh;background-color:#f8f8f8;width:100%;right:0;left:auto;top:0}@media screen and (max-width:837px){.mobile-version{width:100%}}.mobile-version .main-mobile-version{display:flex;flex-direction:column;align-items:center;margin-top:50px}.mobile-version .main-mobile-version nav{width:100%}.mobile-version .main-mobile-version nav ul{display:flex;flex-direction:column;justify-content:center;align-items:center}.mobile-version .main-mobile-version nav ul li{list-style:none;padding:20px}.mobile-version .main-mobile-version nav ul li a{text-decoration:none;font-family:Poppins,sans-serif;font-weight:500;font-size:18px;color:#a3acb9;line-height:27px;transition:color .3s ease-in;-webkit-transition:color .3s ease-in;-moz-transition:color .3s ease-in;-ms-transition:color .3s ease-in;-o-transition:color .3s ease-in}.mobile-version .main-mobile-version nav ul li a:hover{color:#ff815d}.mobile-version .main-mobile-version nav ul li .active{color:#ff815d}.mobile-version .main-mobile-version .login-signup-btn{cursor:pointer;font-family:Poppins,sans-serif;font-size:1em;font-weight:600;width:205px;height:51px;background-color:#81eae5;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;box-shadow:#81eae5 0 18px 50px -10px;transition:box-shadow .3s ease-in-out;-webkit-transition:box-shadow .3s ease-in-out;-moz-transition:box-shadow .3s ease-in-out;-ms-transition:box-shadow .3s ease-in-out;-o-transition:box-shadow .3s ease-in-out;display:flex;flex-flow:row;align-items:center}@media screen and (max-width:500px){.mobile-version .main-mobile-version .login-signup-btn{width:150px;font-size:.9em}}.mobile-version .main-mobile-version .login-signup-btn:hover{box-shadow:none}.mobile-version .main-mobile-version .login-signup-btn a{width:100%;text-align:center;color:#fff;text-decoration:none}.mobile-version .mobile-logo{background-color:#ff815d;margin-top:40px;height:100vh;width:100%;display:flex;flex-direction:column}.mobile-version .mobile-logo .mbl-logo{width:100%;display:flex;flex-direction:row;justify-content:center}.mobile-version .mobile-logo .mbl-logo img{margin-top:60px;width:250px}.mobile-version .mobile-logo p{padding:20px;font-size:16px;font-family:Poppins,sans-serif;font-weight:300;color:#fff;opacity:70%;letter-spacing:1px;text-align:justify;text-justify:distribute;-moz-text-align-last:left;text-align-last:left;word-spacing:-2px}header .main-header{display:flex;flex-flow:row;align-items:center;justify-content:space-between;margin-left:70px;margin-right:70px;margin-top:31px}@media screen and (max-width:837px){header .main-header{margin-left:50px;margin-right:50px;margin-top:20px}}@media screen and (max-width:615px){header .main-header{margin-left:15px;margin-right:15px;margin-top:20px}}header .main-header .company-logo{cursor:pointer}@media screen and (max-width:500px){header .main-header .company-logo img{width:170px}}header .main-header nav{width:50%}@media screen and (max-width:837px){header .main-header nav{display:none}}header .main-header nav ul{display:flex;flex-direction:row;justify-content:space-evenly}header .main-header nav ul li{list-style:none}header .main-header nav ul li a{text-decoration:none;font-family:Poppins,sans-serif;font-weight:500;font-size:18px;color:#a3acb9;line-height:27px;transition:color .3s ease-in;-webkit-transition:color .3s ease-in;-moz-transition:color .3s ease-in;-ms-transition:color .3s ease-in;-o-transition:color .3s ease-in}header .main-header nav ul li a:hover{color:#ff815d}header .main-header nav ul li .active{color:#ff815d}header .main-header .login-signup-btn{cursor:pointer;font-family:Poppins,sans-serif;font-size:1em;font-weight:600;width:205px;height:51px;background-color:#81eae5;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;box-shadow:#81eae5 0 18px 50px -10px;transition:box-shadow .3s ease-in-out;-webkit-transition:box-shadow .3s ease-in-out;-moz-transition:box-shadow .3s ease-in-out;-ms-transition:box-shadow .3s ease-in-out;-o-transition:box-shadow .3s ease-in-out;display:flex;flex-flow:row;align-items:center}@media screen and (max-width:500px){header .main-header .login-signup-btn{width:150px;font-size:.9em}}@media screen and (max-width:477px){header .main-header .login-signup-btn{display:none}}header .main-header .login-signup-btn:hover{box-shadow:none}header .main-header .login-signup-btn a{width:100%;text-align:center;color:#fff;text-decoration:none}@media screen and (max-width:837px){header .main-header .hamburger{display:flex}}.user-profile{width:100px}@media screen and (max-width:500px){.user-profile{width:90px}}.user-profile .user-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.user-profile .user-wrapper .user-notification{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;cursor:pointer}.user-profile .user-wrapper .user-notification .un-wrapper .unw-icon{width:26px;height:26px}@media screen and (max-width:500px){.user-profile .user-wrapper .user-notification .un-wrapper .unw-icon{width:23px;height:23px}}.user-profile .user-wrapper .user-notification .un-wrapper .unw-icon svg{width:100%;height:100%;color:#3c2344}.user-profile .user-wrapper .user-notification .notification-dropdown{display:none;position:absolute;z-index:100;width:400px;height:248px;box-shadow:0 4px 34px rgba(221,221,221,.25);border-radius:12px;right:-25px;top:50px;background-color:#fff;-webkit-animation-name:swipeUp;animation-name:swipeUp;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}.user-profile .user-wrapper .user-notification .notification-dropdown .nd-wrapper .ndw-items{padding-left:22px;padding-right:22px}.user-profile .user-wrapper .user-notification .notification-dropdown .nd-wrapper .ndw-items:nth-child(1){margin-top:16px}.user-profile .user-wrapper .user-notification .notification-dropdown .nd-wrapper .ndw-items .ndw-wrapper{cursor:pointer;width:100%;height:72px;border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px;-ms-border-radius:12px;-o-border-radius:12px;display:flex;flex-direction:row;align-items:center;padding-top:14px;padding-left:21px;padding-right:27px;padding-bottom:15px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.user-profile .user-wrapper .user-notification .notification-dropdown .nd-wrapper .ndw-items .ndw-wrapper .ndw-img{margin-right:16px}.user-profile .user-wrapper .user-notification .notification-dropdown .nd-wrapper .ndw-items .ndw-wrapper .ndw-title{margin-right:16px}.user-profile .user-wrapper .user-notification .notification-dropdown .nd-wrapper .ndw-items .ndw-wrapper .ndw-title .ndw-heading{display:flex;flex-direction:row;align-items:center}.user-profile .user-wrapper .user-notification .notification-dropdown .nd-wrapper .ndw-items .ndw-wrapper .ndw-title .ndw-heading h4{margin-right:10px;font-weight:600;font-size:16px;transition:color .3s ease-in-out;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-ms-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out}.user-profile .user-wrapper .user-notification .notification-dropdown .nd-wrapper .ndw-items .ndw-wrapper .ndw-title .ndw-heading span{height:19px;width:49px;text-align:center;background-color:#fad0c4;font-size:12px;color:#ff815d;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;font-weight:400}.user-profile .user-wrapper .user-notification .notification-dropdown .nd-wrapper .ndw-items .ndw-wrapper .ndw-title .ndw-message p{font-size:12px;font-weight:300;opacity:60%;color:#3c2344}.user-profile .user-wrapper .user-notification .notification-dropdown .nd-wrapper .ndw-items .ndw-wrapper .ndw-link{transition:transform .3s ease-in-out;-webkit-transition:transform .3s ease-in-out;-moz-transition:transform .3s ease-in-out;-ms-transition:transform .3s ease-in-out;-o-transition:transform .3s ease-in-out;transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0)}.user-profile .user-wrapper .user-notification .notification-dropdown .nd-wrapper .ndw-items .ndw-wrapper .ndw-link a svg{color:#ff815d;width:100%;height:100%}.user-profile .user-wrapper .user-notification .notification-dropdown .nd-wrapper .ndw-items .ndw-wrapper:hover{background-color:#ffdbd1;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.user-profile .user-wrapper .user-notification .notification-dropdown .nd-wrapper .ndw-items .ndw-wrapper:hover .ndw-link{display:block;transform:scale(.8);-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8)}.user-profile .user-wrapper .user-notification .notification-dropdown .nd-wrapper .ndw-items .ndw-wrapper:hover .ndw-title .ndw-heading h4{color:#ff815d}.user-profile .user-wrapper .user-notification .notification-dropdown .nd-wrapper .ndw-items .ndw-wrapper:hover .ndw-title .ndw-message p{opacity:80%}.user-profile .user-wrapper .user-main-profile{position:relative}.user-profile .user-wrapper .user-main-profile .profile-dropdown{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:none;cursor:pointer;position:absolute;width:400px;height:496px;background-color:#fff;box-shadow:0 4px 34px rgba(221,221,221,.25);border-radius:12px;right:-25px;top:60px;background-color:#fff;-webkit-animation-name:swipeUp;animation-name:swipeUp;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both;z-index:100}.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper{padding-left:22px;padding-right:22px}.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper .pdw-profile{margin-top:16px;margin-bottom:16px;height:72px;border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px;-ms-border-radius:12px;-o-border-radius:12px}.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper .pdw-profile .pdwp-wrapper{display:flex;flex-flow:row;align-items:center;width:100%;padding:16px 13px;height:100%}.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper .pdw-profile .pdwp-wrapper .profile-img{margin-right:10px}.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper .pdw-profile .pdwp-wrapper .profile-img img{-o-object-fit:cover;object-fit:cover;width:58px;height:58px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}@media screen and (max-width:500px){.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper .pdw-profile .pdwp-wrapper .profile-img img{width:40px;height:40px}}.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper .pdw-profile .pdwp-wrapper .pdw-title h2{font-weight:600;font-size:18px;color:#3c2344}.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper .pdw-profile .pdwp-wrapper .pdw-title p{font-weight:400;font-size:14px;color:#3c2344;opacity:50%}.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper hr{border:none;height:.5px;color:#3c2344;background-color:#3c2344;opacity:10%;margin-bottom:8px}.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper .pdw-items{width:100%;height:72px;border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px;-ms-border-radius:12px;-o-border-radius:12px;transition:background-color .3s ease-in-out;-webkit-transition:background-color .3s ease-in-out;-moz-transition:background-color .3s ease-in-out;-ms-transition:background-color .3s ease-in-out;-o-transition:background-color .3s ease-in-out}.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper .pdw-items:nth-child(3):hover{background-color:#d5eeff}.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper .pdw-items:nth-child(3):hover h2,.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper .pdw-items:nth-child(3):hover p{color:#6c79d9}.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper .pdw-items:nth-child(3):hover p{opacity:50%}.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper .pdw-items:nth-child(4):hover{background-color:#d5ffed}.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper .pdw-items:nth-child(4):hover h2,.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper .pdw-items:nth-child(4):hover p{color:#18c19f}.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper .pdw-items:nth-child(4):hover p{opacity:50%}.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper .pdw-items:nth-child(5):hover{background-color:#fffccd}.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper .pdw-items:nth-child(5):hover h2,.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper .pdw-items:nth-child(5):hover p{color:#ffaa01}.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper .pdw-items:nth-child(5):hover p{opacity:50%}.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper .pdw-items:nth-child(6):hover{background-color:#ffdde2}.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper .pdw-items:nth-child(6):hover h2,.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper .pdw-items:nth-child(6):hover p{color:#fe4a86}.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper .pdw-items:nth-child(6):hover p{opacity:50%}.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper .pdw-items .pdwi-wrapper{display:flex;flex-flow:row;align-items:center;padding:16px 13px;height:100%}.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper .pdw-items .pdwi-wrapper .pdwi-image img{-o-object-fit:cover;object-fit:cover}.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper .pdw-items .pdwi-wrapper .pdwi-titile{margin-left:14px}.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper .pdw-items .pdwi-wrapper .pdwi-titile h2{font-style:normal;font-weight:600;font-size:16px;transition:color .3s ease-in-out;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-ms-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out}.user-profile .user-wrapper .user-main-profile .profile-dropdown .pd-wrapper .pdw-items .pdwi-wrapper .pdwi-titile p{font-style:normal;font-weight:300;font-size:12px;opacity:60%;transition:color .3s ease-in-out;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-ms-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out}.user-profile .user-wrapper .user-main-profile .ump-wrapper .ump-image img{cursor:pointer;-o-object-fit:contain;object-fit:contain;width:48px;height:48px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}@media screen and (max-width:500px){.user-profile .user-wrapper .user-main-profile .ump-wrapper .ump-image img{width:40px;height:40px}}.container{margin-top:58px}@media screen and (max-width:510px){.container{margin-top:38px}}.container .container-wrapper{margin-left:70px;margin-right:70px;padding-left:43px;padding-right:43px;background-color:#f7f9fc;display:flex;justify-content:space-between}@media screen and (max-width:837px){.container .container-wrapper{margin-left:50px;margin-right:50px}}@media screen and (max-width:883px){.container .container-wrapper{padding-left:33px;padding-right:33px}}@media screen and (max-width:751px){.container .container-wrapper{padding-left:23px;padding-right:23px}}@media screen and (max-width:615px){.container .container-wrapper{margin-left:15px;margin-right:15px}}@media screen and (max-width:689px){.container .container-wrapper{flex-direction:column;padding-left:10px;padding-right:10px}}.container .container-wrapper .left-side .ls-title{margin-top:56px;margin-bottom:89px}@media screen and (max-width:689px){.container .container-wrapper .left-side .ls-title{margin-bottom:20px;margin-top:40px}}.container .container-wrapper .left-side .ls-title p{font-size:18px;font-weight:400;color:#adb9c9}@media screen and (max-width:887px){.container .container-wrapper .left-side .ls-title p{font-size:14px}}.container .container-wrapper .left-side .ls-title .day-wrapper{display:flex;flex-flow:row;align-items:center}.container .container-wrapper .left-side .ls-title .day-wrapper h2{margin-right:22px;font-size:34px;color:#3c2344;font-weight:700}@media screen and (max-width:1032px){.container .container-wrapper .left-side .ls-title .day-wrapper h2{font-size:32px}}@media screen and (max-width:961px){.container .container-wrapper .left-side .ls-title .day-wrapper h2{font-size:28px}}@media screen and (max-width:793px){.container .container-wrapper .left-side .ls-title .day-wrapper h2{font-size:24px}}@media screen and (max-width:1032px){.container .container-wrapper .left-side .ls-title .day-wrapper img{width:50px;height:50px}}@media screen and (max-width:961px){.container .container-wrapper .left-side .ls-title .day-wrapper img{width:40px;height:40px}}@media screen and (max-width:793px){.container .container-wrapper .left-side .ls-title .day-wrapper img{width:30px;height:30px}}@media screen and (max-width:689px){.container .container-wrapper .left-side .ls-title .day-wrapper img{width:40px;height:40px}}.container .container-wrapper .left-side .ls-title .time{font-size:16px;color:#ff815d}@media screen and (max-width:793px){.container .container-wrapper .left-side .ls-title .time{font-size:14px}}.container .container-wrapper .right-side .copy-user-link{margin-top:54px}@media screen and (max-width:689px){.container .container-wrapper .right-side .copy-user-link{margin-top:0;margin-bottom:54px}}.container .container-wrapper .right-side .copy-user-link p{font-size:18px;font-weight:400;color:#adb9c9;text-align:right}@media screen and (max-width:887px){.container .container-wrapper .right-side .copy-user-link p{font-size:14px}}.container .container-wrapper .right-side .copy-user-link .copy-wrapper{cursor:pointer;margin-top:20px;width:440px;height:78px;background:linear-gradient(180deg,#ff815d 0,#ff6336 99.99%,rgba(255,129,93,.49) 100%);box-shadow:#ff815d 0 18px 50px -10px;border-radius:8px;display:flex;flex-flow:row;align-items:center;justify-content:space-evenly}@media screen and (max-width:1011px){.container .container-wrapper .right-side .copy-user-link .copy-wrapper{width:400px}}@media screen and (max-width:940px){.container .container-wrapper .right-side .copy-user-link .copy-wrapper{width:360px;height:70px}}@media screen and (max-width:863px){.container .container-wrapper .right-side .copy-user-link .copy-wrapper{width:330px;height:70px}}@media screen and (max-width:751px){.container .container-wrapper .right-side .copy-user-link .copy-wrapper{width:100%;height:55px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}}@media screen and (max-width:689px){.container .container-wrapper .right-side .copy-user-link .copy-wrapper{height:65px}}@media screen and (max-width:345px){.container .container-wrapper .right-side .copy-user-link .copy-wrapper{flex-direction:column;height:auto;padding-top:10px;padding-bottom:10px}}.container .container-wrapper .right-side .copy-user-link .copy-wrapper a{text-decoration:none}.container .container-wrapper .right-side .copy-user-link .copy-wrapper a p{color:#fff}@media screen and (max-width:940px){.container .container-wrapper .right-side .copy-user-link .copy-wrapper a p{font-size:16px}}@media screen and (max-width:863px){.container .container-wrapper .right-side .copy-user-link .copy-wrapper a p{font-size:14px}}.container .container-wrapper .right-side .copy-user-link .copy-wrapper .cw-icon svg{color:#fff}@media screen and (max-width:863px){.container .container-wrapper .right-side .copy-user-link .copy-wrapper .cw-icon svg{transform:scale(.8);-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8)}}.second-container{margin-top:69px;margin-bottom:80px}.second-container .container-wrapper{margin-left:70px;margin-right:70px;display:flex;flex-direction:row;justify-content:space-between}@media screen and (max-width:837px){.second-container .container-wrapper{margin-left:50px;margin-right:50px}}@media screen and (max-width:615px){.second-container .container-wrapper{margin-left:15px;margin-right:15px}}@media screen and (max-width:1247px){.second-container .container-wrapper{flex-direction:column}}.second-container .container-wrapper .left-side .ls-wrapper .ls-title{margin-bottom:75px}.second-container .container-wrapper .left-side .ls-wrapper .ls-title h2{font-size:22px;font-weight:600;color:#3c2344}.second-container .container-wrapper .left-side .ls-wrapper .ls-title p{font-size:16px;font-weight:300;color:#adb9c9}.second-container .container-wrapper .left-side .ls-wrapper .ls-title p a{color:#ff815d;font-weight:500;text-decoration:none}.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper{width:626px;height:639px;background-color:#c29eff;position:relative;overflow:hidden}@media screen and (max-width:1295px){.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper{width:526px}}@media screen and (max-width:1247px){.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper{width:100%}}.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .left-arrow:hover svg,.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .right-arrow:hover svg{color:#955cff}.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .left-arrow svg,.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .right-arrow svg{transition:color .3s ease-in-out;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-ms-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out}.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .left-arrow{cursor:pointer;position:absolute;height:51px;width:51px;left:22px;top:252px}@media screen and (max-width:507px){.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .left-arrow{top:10px;width:30px}}.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .left-arrow svg{color:#fff;height:100%;width:100%}.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .right-arrow{cursor:pointer;position:absolute;right:22px;top:252px;height:51px;width:51px}@media screen and (max-width:507px){.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .right-arrow{top:10px;width:30px}}.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .right-arrow svg{color:#fff;height:100%;width:100%}.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .message-container .mc-wrapper{position:relative;display:flex;justify-content:center;transform-style:preserve-3d}.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .message-container .mc-wrapper:hover .mc-items:nth-child(4){transform:rotate(5deg);-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg)}.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .message-container .mc-wrapper:hover .mc-items:nth-child(3){transform:rotate(10deg);-webkit-transform:rotate(10deg);-moz-transform:rotate(10deg);-ms-transform:rotate(10deg);-o-transform:rotate(10deg)}.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .message-container .mc-wrapper:hover .mc-items:nth-child(2){transform:rotate(15deg);-webkit-transform:rotate(15deg);-moz-transform:rotate(15deg);-ms-transform:rotate(15deg);-o-transform:rotate(15deg)}.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .message-container .mc-wrapper .mc-items{box-shadow:#c29eff 0 18px 50px -10px;cursor:pointer;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;position:absolute;width:341px;height:465px;background:#fff;border-radius:21px}.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .message-container .mc-wrapper .mc-items:nth-child(5){top:57px}.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .message-container .mc-wrapper .mc-items:nth-child(4){top:57px;background-color:#fff;transform:rotate(10deg);-webkit-transform:rotate(10deg);-moz-transform:rotate(10deg);-ms-transform:rotate(10deg);-o-transform:rotate(10deg)}.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .message-container .mc-wrapper .mc-items:nth-child(3){top:57px;background-color:#fff}.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .message-container .mc-wrapper .mc-items:nth-child(2){top:57px;background-color:#fff}.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .message-container .mc-wrapper .mc-items:nth-child(1){top:57px;background-color:#fff}@media screen and (max-width:373px){.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .message-container .mc-wrapper .mc-items{width:320px}}@media screen and (max-width:355px){.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .message-container .mc-wrapper .mc-items{width:300px;height:440px}}.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .message-container .mc-wrapper .mc-items .mci-wrapper .msg-title{display:flex;flex-flow:row;align-items:center;padding-top:51px;padding-left:20px;padding-right:20px}.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .message-container .mc-wrapper .mc-items .mci-wrapper .msg-title img{width:53px;height:53px;-o-object-fit:cover;object-fit:cover;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;margin-right:19px}@media screen and (max-width:355px){.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .message-container .mc-wrapper .mc-items .mci-wrapper .msg-title img{width:43px;height:43px}}.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .message-container .mc-wrapper .mc-items .mci-wrapper .msg-title h3{font-size:18px;font-weight:700;color:#3c2344}@media screen and (max-width:355px){.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .message-container .mc-wrapper .mc-items .mci-wrapper .msg-title h3{font-size:16px}}.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .message-container .mc-wrapper .mc-items .mci-wrapper .msg-box{margin-top:50px;padding-left:22px;padding-right:22px}.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .message-container .mc-wrapper .mc-items .mci-wrapper .msg-box p{font-size:22px;font-weight:400;color:#c29eff}@media screen and (max-width:355px){.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .message-container .mc-wrapper .mc-items .mci-wrapper .msg-box p{font-size:18px}}.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .message-container .mc-wrapper .mc-items .mci-wrapper .msg-footer{display:flex;flex-flow:row;align-items:center;margin-top:88px;padding-left:22px;padding-right:22px;justify-content:space-between}.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .message-container .mc-wrapper .mc-items .mci-wrapper .msg-footer .date-time p{font-size:14px;font-weight:300;color:#adb9c9}@media screen and (max-width:355px){.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .message-container .mc-wrapper .mc-items .mci-wrapper .msg-footer .date-time p{font-size:12px}}.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .message-container .mc-wrapper .mc-items .mci-wrapper .msg-footer .msg-icons{display:flex;flex-flow:row;align-items:center}.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .message-container .mc-wrapper .mc-items .mci-wrapper .msg-footer .msg-icons p{cursor:pointer}.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .message-container .mc-wrapper .mc-items .mci-wrapper .msg-footer .msg-icons p:nth-child(1){margin-right:16px}.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .message-container .mc-wrapper .mc-items .mci-wrapper .msg-footer .msg-icons p svg{color:#adb9c9;transition:color .3s ease-in-out;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-ms-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out}@media screen and (max-width:355px){.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .message-container .mc-wrapper .mc-items .mci-wrapper .msg-footer .msg-icons p svg{width:20px}}.second-container .container-wrapper .left-side .ls-wrapper .ls-messagebox .lsm-wrapper .message-container .mc-wrapper .mc-items .mci-wrapper .msg-footer .msg-icons p svg:hover{color:#955cff}@media screen and (max-width:1263px){.second-container .container-wrapper .right-side{flex:1 0 auto;padding-left:10px}}@media screen and (max-width:1247px){.second-container .container-wrapper .right-side{padding-left:0}}.second-container .container-wrapper .right-side .ls-wrapper .ls-title{text-align:right;margin-bottom:75px}@media screen and (max-width:1247px){.second-container .container-wrapper .right-side .ls-wrapper .ls-title{margin-top:75px}}.second-container .container-wrapper .right-side .ls-wrapper .ls-title h2{font-size:22px;font-weight:600;color:#3c2344}.second-container .container-wrapper .right-side .ls-wrapper .ls-title p{font-size:16px;font-weight:300;color:#adb9c9}@media screen and (max-width:1231px){.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper{justify-items:center}}.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items{margin-bottom:36px;width:526px;height:189px;background-color:#fff;box-shadow:#dfdfdf 0 18px 50px -10px;border-radius:8px;display:flex;flex-direction:row;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items:nth-child(2) .background-box{background-color:#ff6371}.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items:nth-child(2) p{color:#ff6371!important}.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items:nth-child(3) .background-box{background-color:#ff815d}.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items:nth-child(3) p{color:#ff815d!important}@media screen and (max-width:1263px){.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items{width:100%}}@media screen and (max-width:477px){.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items{width:100%;height:120px}}@media screen and (max-width:361px){.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items{height:100%;padding-top:0;padding-bottom:20px}}@media screen and (max-width:361px){.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items{flex-direction:column}}.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items:hover .content .eclipse:nth-child(1){top:17px}@media screen and (max-width:477px){.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items:hover .content .eclipse:nth-child(1){top:8px}}.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items:hover .content .eclipse:nth-child(2){top:122px;left:10px}@media screen and (max-width:477px){.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items:hover .content .eclipse:nth-child(2){top:80px;left:100px}}.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items:hover .content .eclipse:nth-child(3){top:107px;left:148px}@media screen and (max-width:477px){.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items:hover .content .eclipse:nth-child(3){top:60px;left:150px}}.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items:hover .cw-count a img{margin-right:30px}.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items .background-box{background-color:#c29eff;border:7px solid #fff;overflow:hidden;border-radius:18px;-webkit-border-radius:18px;-moz-border-radius:18px;-ms-border-radius:18px;-o-border-radius:18px;position:relative;width:253px}@media screen and (max-width:1247px){.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items .background-box{width:353px}}@media screen and (max-width:531px){.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items .background-box{width:300px}}@media screen and (max-width:477px){.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items .background-box{border-radius:14px;-webkit-border-radius:14px;-moz-border-radius:14px;-ms-border-radius:14px;-o-border-radius:14px;width:230px}}@media screen and (max-width:361px){.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items .background-box{width:100%;height:auto;overflow:visible;display:flex;justify-content:center}}.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items .background-box img{position:absolute;bottom:-5px;left:-2px}@media screen and (max-width:531px){.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items .background-box img{width:200px;left:-10px}}@media screen and (max-width:477px){.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items .background-box img{width:180px}}@media screen and (max-width:361px){.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items .background-box img{width:150px;position:static;height:100%}}.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items .content{position:relative}@media screen and (max-width:1247px){.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items .content{width:100%}}.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items .content .eclipse{position:absolute;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items .content .eclipse:nth-child(1){top:107px}@media screen and (max-width:477px){.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items .content .eclipse:nth-child(1){width:30px;top:50px}}.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items .content .eclipse:nth-child(2){top:122px;left:100px}@media screen and (max-width:477px){.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items .content .eclipse:nth-child(2){width:15px;top:70px}}.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items .content .eclipse:nth-child(3){top:27px;left:148px}@media screen and (max-width:477px){.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items .content .eclipse:nth-child(3){width:30px;top:10px}}.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items .content .content-wrapper{margin-top:35px;padding-left:20px;padding-right:20px;width:100%}@media screen and (max-width:477px){.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items .content .content-wrapper{margin-top:14px}}.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items .content .content-wrapper h3{font-size:22px;font-weight:700;color:#3c2344}@media screen and (max-width:531px){.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items .content .content-wrapper h3{font-size:20px}}@media screen and (max-width:477px){.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items .content .content-wrapper h3{font-size:18px}}.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items .content .content-wrapper .cw-count{margin-top:10px;width:100%;display:flex;flex-flow:row;align-items:center;justify-content:space-between}.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items .content .content-wrapper .cw-count p{font-size:38px;font-weight:700;color:#c29eff}@media screen and (max-width:531px){.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items .content .content-wrapper .cw-count p{font-size:28px}}@media screen and (max-width:477px){.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items .content .content-wrapper .cw-count p{font-size:22px}}.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items .content .content-wrapper .cw-count a img{transition:margin-right .3s ease-in-out;-webkit-transition:margin-right .3s ease-in-out;-moz-transition:margin-right .3s ease-in-out;-ms-transition:margin-right .3s ease-in-out;-o-transition:margin-right .3s ease-in-out}@media screen and (max-width:531px){.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items .content .content-wrapper .cw-count a img{width:50px}}@media screen and (max-width:477px){.second-container .container-wrapper .right-side .ls-wrapper .rs-boxes .rs-wrapper .items .content .content-wrapper .cw-count a img{width:40px}}.first-profile-row{margin-top:52px;margin-bottom:50px}@media screen and (max-width:615px){.first-profile-row{margin-top:42px}}.first-profile-row .fpr-wrapper{display:flex;justify-content:center}.first-profile-row .fpr-wrapper .fpr-main{width:428px}@media screen and (max-width:623px){.first-profile-row .fpr-wrapper .fpr-main{width:100%;margin-left:50px;margin-right:50px}}@media screen and (max-width:615px){.first-profile-row .fpr-wrapper .fpr-main{margin-left:20px;margin-right:20px}}.first-profile-row .fpr-wrapper .profiles-row{display:flex;flex-flow:row;align-items:center;margin-bottom:34px}@media screen and (max-width:461px){.first-profile-row .fpr-wrapper .profiles-row{justify-content:space-between}}@media screen and (max-width:329px){.first-profile-row .fpr-wrapper .profiles-row{flex-direction:column}}.first-profile-row .fpr-wrapper .profiles-row .profile-img{margin-right:40px}@media screen and (max-width:461px){.first-profile-row .fpr-wrapper .profiles-row .profile-img{margin-right:20px}}@media screen and (max-width:329px){.first-profile-row .fpr-wrapper .profiles-row .profile-img{margin-bottom:20px}}.first-profile-row .fpr-wrapper .profiles-row .profile-img img{width:150px;height:150px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:623px){.first-profile-row .fpr-wrapper .profiles-row .profile-img img{width:100px;height:100px}}@media screen and (max-width:461px){.first-profile-row .fpr-wrapper .profiles-row .profile-img img{width:70px;height:70px;margin-right:0}}.first-profile-row .fpr-wrapper .profiles-row .profile-title{width:100%}.first-profile-row .fpr-wrapper .profiles-row .profile-title h2{font-style:normal;font-weight:600;font-size:32px;line-height:48px;color:#3c2344;margin-bottom:10px}@media screen and (max-width:623px){.first-profile-row .fpr-wrapper .profiles-row .profile-title h2{font-size:28px;line-height:20px}}@media screen and (max-width:461px){.first-profile-row .fpr-wrapper .profiles-row .profile-title h2{font-size:22px;line-height:10px}}.first-profile-row .fpr-wrapper .profiles-row .profile-title p{color:#3c2344;font-style:normal;font-weight:300;font-size:16px;margin-bottom:10px}@media screen and (max-width:461px){.first-profile-row .fpr-wrapper .profiles-row .profile-title p{font-size:14px}}.first-profile-row .fpr-wrapper .profiles-row .profile-title .pt-row{display:flex;flex-flow:row;align-items:center}@media screen and (max-width:461px){.first-profile-row .fpr-wrapper .profiles-row .profile-title .pt-row{justify-content:space-between;width:100%}}.first-profile-row .fpr-wrapper .profiles-row .profile-title .pt-row .pt-bubbles{display:flex;flex-direction:row;align-items:center!important}@media screen and (max-width:461px){.first-profile-row .fpr-wrapper .profiles-row .profile-title .pt-row .pt-bubbles img{width:30px;height:30px}}.first-profile-row .fpr-wrapper .profiles-row .profile-title .pt-row .pt-bubbles span{font-style:normal;font-weight:500;font-size:16px;margin-left:13px;line-height:24px;color:#fe4d86}@media screen and (max-width:461px){.first-profile-row .fpr-wrapper .profiles-row .profile-title .pt-row .pt-bubbles span{font-size:14px}}.first-profile-row .fpr-wrapper .profiles-row .profile-title .pt-row button{outline:0;border:1px solid #e8e8e8;box-sizing:border-box;border-radius:4px;width:73px;height:32px;background-color:#fff;margin-left:10px;cursor:pointer;font-style:normal;font-weight:400;font-size:16px;line-height:24px;text-align:center}@media screen and (max-width:461px){.first-profile-row .fpr-wrapper .profiles-row .profile-title .pt-row button{font-size:14px;margin-left:0}}.first-profile-row .fpr-wrapper .profile-bio{display:flex}.first-profile-row .fpr-wrapper .profile-bio p{font-style:normal;font-weight:300;font-size:16px;line-height:24px;color:#3c2344;opacity:80%}@media screen and (max-width:461px){.first-profile-row .fpr-wrapper .profile-bio p{font-size:14px}}.first-profile-row .fpr-wrapper .profile-msg{margin-top:18px;margin-bottom:18px;display:flex;justify-content:flex-end}.first-profile-row .fpr-wrapper .profile-msg button{cursor:pointer;width:205px;height:47px;right:275px;background:#ffedf0;border-radius:8px;display:flex;flex-direction:row;align-items:center;outline:0;border:none;transition:box-shadow .3s ease-in-out;-webkit-transition:box-shadow .3s ease-in-out;-moz-transition:box-shadow .3s ease-in-out;-ms-transition:box-shadow .3s ease-in-out;-o-transition:box-shadow .3s ease-in-out}@media screen and (max-width:461px){.first-profile-row .fpr-wrapper .profile-msg button{justify-content:center;width:100%}}.first-profile-row .fpr-wrapper .profile-msg button:hover{box-shadow:#ffedf0 0 18px 50px -10px}.first-profile-row .fpr-wrapper .profile-msg img{margin-left:16.5px}@media screen and (max-width:461px){.first-profile-row .fpr-wrapper .profile-msg img{margin:0;width:30px;height:30px}}.first-profile-row .fpr-wrapper .profile-msg p{font-style:normal;font-weight:600;font-size:16px;line-height:24px;margin-left:11px;color:#fe4786}@media screen and (max-width:461px){.first-profile-row .fpr-wrapper .profile-msg p{font-size:14px}}.second-profile-row .spr-wrapper{margin-left:137px;margin-right:137px}@media screen and (max-width:837px){.second-profile-row .spr-wrapper{margin-left:50px;margin-right:50px}}@media screen and (max-width:615px){.second-profile-row .spr-wrapper{margin-left:20px;margin-right:20px}}.second-profile-row .spr-wrapper .tab-container .menu-bar{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.second-profile-row .spr-wrapper .tab-container hr{border:none;height:.5px;color:#3c2344;background-color:#3c2344;opacity:10%;margin-bottom:33px;margin-top:33px}@media screen and (max-width:684px){.second-profile-row .spr-wrapper .tab-container .menu-btns{width:100%;display:flex;flex-direction:row;justify-content:space-between}}@media screen and (max-width:461px){.second-profile-row .spr-wrapper .tab-container .menu-btns{overflow-x:scroll}}.second-profile-row .spr-wrapper .tab-container .menu-btns button{outline:0;border:none;background-color:transparent;font-style:normal;font-weight:600;font-size:16px;line-height:24px;color:#9e9e9e;margin-right:43px;cursor:pointer;transition:color .3s ease-in-out;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-ms-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out}@media screen and (max-width:684px){.second-profile-row .spr-wrapper .tab-container .menu-btns button{margin-right:0}}@media screen and (max-width:461px){.second-profile-row .spr-wrapper .tab-container .menu-btns button{font-size:14px;margin-right:43px;padding-bottom:10px}}.second-profile-row .spr-wrapper .tab-container .menu-btns button:hover{color:#3c2344}.second-profile-row .spr-wrapper .tab-container .save-btn{width:157px;height:46px;background:#ffedff;border-radius:8px;display:flex;flex-flow:row;align-items:center;align-items:center;cursor:pointer;transition:box-shadow .3s ease-in-out;-webkit-transition:box-shadow .3s ease-in-out;-moz-transition:box-shadow .3s ease-in-out;-ms-transition:box-shadow .3s ease-in-out;-o-transition:box-shadow .3s ease-in-out}@media screen and (max-width:684px){.second-profile-row .spr-wrapper .tab-container .save-btn{display:none}}.second-profile-row .spr-wrapper .tab-container .save-btn img{margin-left:25px;margin-right:11px}.second-profile-row .spr-wrapper .tab-container .save-btn p{font-style:normal;font-weight:600;font-size:16px;line-height:24px;color:#ad3eff}.second-profile-row .spr-wrapper .tab-container .save-btn:hover{box-shadow:#ffedff 0 18px 50px -10px}.second-profile-row .spr-wrapper .tab-container .tab-panel{-webkit-animation-name:swipeUp;animation-name:swipeUp;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;display:none;width:100%;height:auto}.second-profile-row .spr-wrapper .tab-container .tab-panel .loader{width:4rem;height:4rem;border:.2rem solid #ce8cfd;border-bottom-color:transparent;border-radius:50%;margin:0 auto;-webkit-animation:loader .5s linear infinite;animation:loader .5s linear infinite;margin-bottom:42px}@media screen and (max-width:680px){.second-profile-row .spr-wrapper .tab-container .tab-panel .loader{width:3rem;height:3rem}}@media screen and (max-width:504px){.second-profile-row .spr-wrapper .tab-container .tab-panel .loader{width:2.2rem;height:2.2rem;border:.1rem solid #ce8cfd;border-bottom-color:transparent;border-top-color:transparent}}.second-profile-row .spr-wrapper .tab-container .tab-panel .tp-wrapper{margin-bottom:42px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.second-profile-row .spr-wrapper .tab-container .tab-panel .tp-wrapper .items{width:33.33%}.second-profile-row .spr-wrapper .tab-container .tab-panel .tp-wrapper .items .item-wrapper{cursor:pointer;position:relative;overflow:hidden;border:1px solid #fff;width:100%;height:100%}.second-profile-row .spr-wrapper .tab-container .tab-panel .tp-wrapper .items .item-wrapper:hover .iw-hover{display:flex}.second-profile-row .spr-wrapper .tab-container .tab-panel .tp-wrapper .items .item-wrapper .iw-image{width:100%;height:100%;background-size:cover;background-position:center}.second-profile-row .spr-wrapper .tab-container .tab-panel .tp-wrapper .items .item-wrapper .iw-image img{width:100%;height:100%}.second-profile-row .spr-wrapper .tab-container .tab-panel .tp-wrapper .items .item-wrapper .iw-hover{position:absolute;display:none;align-items:center;justify-content:center;width:100%;height:100%;top:0;left:0;background-color:#000;opacity:.5;animation:visible .3s;-webkit-animation:visible .3s}.second-profile-row .spr-wrapper .tab-container .tab-panel .tp-wrapper .items .item-wrapper .iw-hover .iwh-wrapper{display:flex;flex-direction:row}.second-profile-row .spr-wrapper .tab-container .tab-panel .tp-wrapper .items .item-wrapper .iw-hover .iwh-wrapper section{display:flex;flex-flow:row;align-items:center}.second-profile-row .spr-wrapper .tab-container .tab-panel .tp-wrapper .items .item-wrapper .iw-hover .iwh-wrapper section p,.second-profile-row .spr-wrapper .tab-container .tab-panel .tp-wrapper .items .item-wrapper .iw-hover .iwh-wrapper section svg{color:#fff;margin:4px}@media screen and (max-width:574px){.second-profile-row .spr-wrapper .tab-container .tab-panel .tp-wrapper .items .item-wrapper .iw-hover .iwh-wrapper section svg{width:16px}.second-profile-row .spr-wrapper .tab-container .tab-panel .tp-wrapper .items .item-wrapper .iw-hover .iwh-wrapper section p{font-size:14px}}@media screen and (max-width:448px){.second-profile-row .spr-wrapper .tab-container .tab-panel .tp-wrapper .items .item-wrapper .iw-hover .iwh-wrapper section p,.second-profile-row .spr-wrapper .tab-container .tab-panel .tp-wrapper .items .item-wrapper .iw-hover .iwh-wrapper section svg{color:#fff;margin:2px}.second-profile-row .spr-wrapper .tab-container .tab-panel .tp-wrapper .items .item-wrapper .iw-hover .iwh-wrapper section svg{width:14px}.second-profile-row .spr-wrapper .tab-container .tab-panel .tp-wrapper .items .item-wrapper .iw-hover .iwh-wrapper section p{font-size:12px}}@media screen and (max-width:328px){.second-profile-row .spr-wrapper .tab-container .tab-panel .tp-wrapper .items .item-wrapper .iw-hover .iwh-wrapper section p,.second-profile-row .spr-wrapper .tab-container .tab-panel .tp-wrapper .items .item-wrapper .iw-hover .iwh-wrapper section svg{color:#fff;margin:1px}.second-profile-row .spr-wrapper .tab-container .tab-panel .tp-wrapper .items .item-wrapper .iw-hover .iwh-wrapper section svg{width:12px}.second-profile-row .spr-wrapper .tab-container .tab-panel .tp-wrapper .items .item-wrapper .iw-hover .iwh-wrapper section p{font-size:10px}}.second-profile-row .spr-wrapper .tab-container .tab-panel .tp-wrapper .items .item-wrapper .iw-hover .iwh-wrapper section:nth-child(1){margin-right:10px}@media screen and (max-width:371px){.second-profile-row .spr-wrapper .tab-container .tab-panel .tp-wrapper .items .item-wrapper .iw-hover .iwh-wrapper section:nth-child(1){margin-right:4px}}.settings-container-wrapper{background-color:transparent!important;padding-left:0!important;padding-right:0!important;justify-content:left!important;color:#3c2344}.settings-container-wrapper h2,.settings-container-wrapper h3{font-weight:500}.settings-container-wrapper h4{font-weight:400}.settings-container-wrapper .left-side{margin-right:100px;position:sticky;top:20px;height:-webkit-max-content;height:-moz-max-content;height:max-content}.settings-container-wrapper .right-side{width:80%}.line-breaker{margin:10px 0;display:block;height:1px;background-color:#dadada}.ls-settings-title{margin-bottom:25px}.lss-option{margin-bottom:25px}.lss-option a{color:#b6b6b6}.lss-option.active a{color:#ff6371}.rs-settings-title.active{color:#fe5694}.settings-main{margin-bottom:50px}.setting-details{display:flex;justify-content:space-between;align-items:center;padding:10px 0 20px 0}.sd-title{font-size:22px;margin-bottom:5px}.sd-subtitle{margin-bottom:10px}.sd-desc{color:#929292;min-width:400px;width:500px}.setting-btns{padding:5px 10px;background-color:#ffedf0;border-radius:5px;color:#ff6371;font-weight:600}.setting-more{display:flex;align-items:center}.setting-profile-image{height:100px;width:100px;border-radius:50%;overflow:hidden;margin-right:30px}.setting-profile-image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.sm-account-disconnect{color:#fe5694}input[type=checkbox]{cursor:pointer;height:30px;width:30px;background-color:#ffedf0;appearance:none;-webkit-appearance:none;-moz-appearance:none;border-radius:5px;position:relative;top:5px}input[type=checkbox]:checked{background-color:#fe5694;background:#fe5694 url(data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==) 10px 10px no-repeat;background-size:12px}.main-message{width:100%;height:100vh;overflow:hidden}.main-message header{display:flex;flex-direction:row;justify-content:space-between;margin-top:26px;margin-left:20px;margin-right:20px;border-bottom:1px solid #f3f3f3;padding-bottom:14px}.main-message header .header-left .hl-wrapper{display:flex;flex-flow:row;align-items:center}.main-message header .header-left .hl-wrapper .logo{margin-right:7px}.main-message header .header-left .hl-wrapper .search-box .sb-wrapper{width:257px;height:44px;background-color:#8b4513;display:flex;flex-flow:row;align-items:center;justify-content:space-between;background-color:#f4f4f4;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.main-message header .header-left .hl-wrapper .search-box .sb-wrapper input{width:100%;height:100%;border:none;outline:0;background:0 0;padding-left:27px;padding-right:27px;font-size:14px;color:#b6b7b6}.main-message header .header-left .hl-wrapper .search-box .sb-wrapper button{height:100%;border:none;background:0 0;padding-right:10px}.main-message header .header-left .hl-wrapper .search-box .sb-wrapper button svg{color:#b6b7b6}.main-message header .header-right{position:relative}.main-message header .header-right .hr-wrapper .hw-profile img{cursor:pointer;width:48px;height:48px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;background-size:cover;background-position:center}.main-message header .header-right .profile-dropdown{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:none;cursor:pointer;position:absolute;width:400px;height:496px;background-color:#fff;box-shadow:0 4px 34px rgba(221,221,221,.25);border-radius:12px;right:-25px;top:60px;background-color:#fff;-webkit-animation-name:swipeUp;animation-name:swipeUp;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both;z-index:100}.main-message header .header-right .profile-dropdown .pd-wrapper{padding-left:22px;padding-right:22px}.main-message header .header-right .profile-dropdown .pd-wrapper .pdw-profile{margin-top:16px;margin-bottom:16px;height:72px;border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px;-ms-border-radius:12px;-o-border-radius:12px}.main-message header .header-right .profile-dropdown .pd-wrapper .pdw-profile .pdwp-wrapper{display:flex;flex-flow:row;align-items:center;width:100%;padding:16px 13px;height:100%}.main-message header .header-right .profile-dropdown .pd-wrapper .pdw-profile .pdwp-wrapper .profile-img{margin-right:10px}.main-message header .header-right .profile-dropdown .pd-wrapper .pdw-profile .pdwp-wrapper .profile-img img{-o-object-fit:cover;object-fit:cover;width:58px;height:58px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}@media screen and (max-width:500px){.main-message header .header-right .profile-dropdown .pd-wrapper .pdw-profile .pdwp-wrapper .profile-img img{width:40px;height:40px}}.main-message header .header-right .profile-dropdown .pd-wrapper .pdw-profile .pdwp-wrapper .pdw-title h2{font-weight:600;font-size:18px;color:#3c2344}.main-message header .header-right .profile-dropdown .pd-wrapper .pdw-profile .pdwp-wrapper .pdw-title p{font-weight:400;font-size:14px;color:#3c2344;opacity:50%}.main-message header .header-right .profile-dropdown .pd-wrapper hr{border:none;height:.5px;color:#3c2344;background-color:#3c2344;opacity:10%;margin-bottom:8px}.main-message header .header-right .profile-dropdown .pd-wrapper .pdw-items{width:100%;height:72px;border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px;-ms-border-radius:12px;-o-border-radius:12px;transition:background-color .3s ease-in-out;-webkit-transition:background-color .3s ease-in-out;-moz-transition:background-color .3s ease-in-out;-ms-transition:background-color .3s ease-in-out;-o-transition:background-color .3s ease-in-out}.main-message header .header-right .profile-dropdown .pd-wrapper .pdw-items:nth-child(3):hover{background-color:#d5eeff}.main-message header .header-right .profile-dropdown .pd-wrapper .pdw-items:nth-child(3):hover h2,.main-message header .header-right .profile-dropdown .pd-wrapper .pdw-items:nth-child(3):hover p{color:#6c79d9}.main-message header .header-right .profile-dropdown .pd-wrapper .pdw-items:nth-child(3):hover p{opacity:50%}.main-message header .header-right .profile-dropdown .pd-wrapper .pdw-items:nth-child(4):hover{background-color:#d5ffed}.main-message header .header-right .profile-dropdown .pd-wrapper .pdw-items:nth-child(4):hover h2,.main-message header .header-right .profile-dropdown .pd-wrapper .pdw-items:nth-child(4):hover p{color:#18c19f}.main-message header .header-right .profile-dropdown .pd-wrapper .pdw-items:nth-child(4):hover p{opacity:50%}.main-message header .header-right .profile-dropdown .pd-wrapper .pdw-items:nth-child(5):hover{background-color:#fffccd}.main-message header .header-right .profile-dropdown .pd-wrapper .pdw-items:nth-child(5):hover h2,.main-message header .header-right .profile-dropdown .pd-wrapper .pdw-items:nth-child(5):hover p{color:#ffaa01}.main-message header .header-right .profile-dropdown .pd-wrapper .pdw-items:nth-child(5):hover p{opacity:50%}.main-message header .header-right .profile-dropdown .pd-wrapper .pdw-items:nth-child(6):hover{background-color:#ffdde2}.main-message header .header-right .profile-dropdown .pd-wrapper .pdw-items:nth-child(6):hover h2,.main-message header .header-right .profile-dropdown .pd-wrapper .pdw-items:nth-child(6):hover p{color:#fe4a86}.main-message header .header-right .profile-dropdown .pd-wrapper .pdw-items:nth-child(6):hover p{opacity:50%}.main-message header .header-right .profile-dropdown .pd-wrapper .pdw-items .pdwi-wrapper{display:flex;flex-flow:row;align-items:center;padding:16px 13px;height:100%}.main-message header .header-right .profile-dropdown .pd-wrapper .pdw-items .pdwi-wrapper .pdwi-image img{-o-object-fit:cover;object-fit:cover}.main-message header .header-right .profile-dropdown .pd-wrapper .pdw-items .pdwi-wrapper .pdwi-titile{margin-left:14px}.main-message header .header-right .profile-dropdown .pd-wrapper .pdw-items .pdwi-wrapper .pdwi-titile h2{font-style:normal;font-weight:600;font-size:16px;transition:color .3s ease-in-out;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-ms-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out}.main-message header .header-right .profile-dropdown .pd-wrapper .pdw-items .pdwi-wrapper .pdwi-titile p{font-style:normal;font-weight:300;font-size:12px;opacity:60%;transition:color .3s ease-in-out;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-ms-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out}.main-message .chat-container .chatC-wrapper{display:flex;flex-direction:row}.main-message .chat-container .chatC-wrapper .ccw-left{width:316px;height:100vh;flex-basis:316px;padding-left:20px;padding-right:20px;border-right:1px solid #f3f3f3}@media screen and (max-width:744px){.main-message .chat-container .chatC-wrapper .ccw-left{width:100%;flex:1 0 auto}}.main-message .chat-container .chatC-wrapper .ccw-left .ccwl-wrapper h2{font-style:normal;font-weight:600;font-size:26px;line-height:39px;color:#000;margin-top:8px;margin-bottom:9px}@media screen and (max-width:500px){.main-message .chat-container .chatC-wrapper .ccw-left .ccwl-wrapper h2{font-size:18px;margin-bottom:1px}}.main-message .chat-container .chatC-wrapper .ccw-left .ccwl-wrapper .tab-container .tab-wrapper{background:#fafafa;border:1px solid #f0f0f0;box-sizing:border-box;border-radius:8px;height:44px;display:flex;flex-flow:row;align-items:center;justify-content:space-evenly;padding-left:10px;padding-right:10px;padding-top:5px;padding-bottom:4px}@media screen and (max-width:744px){.main-message .chat-container .chatC-wrapper .ccw-left .ccwl-wrapper .tab-container .tab-wrapper{height:50px}}@media screen and (max-width:500px){.main-message .chat-container .chatC-wrapper .ccw-left .ccwl-wrapper .tab-container .tab-wrapper{height:44px}}.main-message .chat-container .chatC-wrapper .ccw-left .ccwl-wrapper .tab-container .tab-wrapper button{width:100%;height:100%;outline:0;border:none;cursor:pointer}.main-message .chat-container .chatC-wrapper .ccw-left .ccwl-wrapper .tab-container .tab-wrapper button:nth-child(1){background:#fe4e86;border-radius:6px;color:#fff;font-weight:600}.main-message .chat-container .chatC-wrapper .ccw-left .ccwl-wrapper .tab-container .tab-wrapper button:nth-child(2){background:0 0;border-radius:6px;color:#000;font-weight:600;transition:color .3s ease-in-out;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-ms-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out}.main-message .chat-container .chatC-wrapper .ccw-left .ccwl-wrapper .tab-container .tab-wrapper button:nth-child(2):hover{color:#fe4e86}.main-message .chat-container .chatC-wrapper .ccw-left .ccwl-wrapper .tab-container .tab-panel{overflow-x:scroll;height:80vh;scroll-behavior:smooth;padding-bottom:40px}.main-message .chat-container .chatC-wrapper .ccw-left .ccwl-wrapper .tab-container .tab-panel::-webkit-scrollbar{display:none}.main-message .chat-container .chatC-wrapper .ccw-left .ccwl-wrapper .tab-container .tab-panel .user-chat .uc-items{margin-top:19px;margin-bottom:16px}.main-message .chat-container .chatC-wrapper .ccw-left .ccwl-wrapper .tab-container .tab-panel .user-chat .uc-wrapper{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:276px;height:73px;border-radius:8px;padding-left:10px;padding-right:11px;padding-top:17px;padding-bottom:15px;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;transition:background .3s ease-in-out;-webkit-transition:background .3s ease-in-out;-moz-transition:background .3s ease-in-out;-ms-transition:background .3s ease-in-out;-o-transition:background .3s ease-in-out}@media screen and (max-width:744px){.main-message .chat-container .chatC-wrapper .ccw-left .ccwl-wrapper .tab-container .tab-panel .user-chat .uc-wrapper{width:100%;justify-content:space-evenly}}@media screen and (max-width:500px){.main-message .chat-container .chatC-wrapper .ccw-left .ccwl-wrapper .tab-container .tab-panel .user-chat .uc-wrapper{justify-content:space-between}}.main-message .chat-container .chatC-wrapper .ccw-left .ccwl-wrapper .tab-container .tab-panel .user-chat .uc-wrapper:hover{background:#ffedf0;cursor:pointer}.main-message .chat-container .chatC-wrapper .ccw-left .ccwl-wrapper .tab-container .tab-panel .user-chat .uc-wrapper:hover .ucw-title h3{background:-webkit-linear-gradient(#fe4786,#ff1364);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.main-message .chat-container .chatC-wrapper .ccw-left .ccwl-wrapper .tab-container .tab-panel .user-chat .uc-wrapper:hover .ucw-time p{background:-webkit-linear-gradient(#fe4786,#ff1364);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.main-message .chat-container .chatC-wrapper .ccw-left .ccwl-wrapper .tab-container .tab-panel .user-chat .uc-wrapper .ucw-first{display:flex;flex-direction:row}.main-message .chat-container .chatC-wrapper .ccw-left .ccwl-wrapper .tab-container .tab-panel .user-chat .uc-wrapper .ucw-image{margin-right:10px}.main-message .chat-container .chatC-wrapper .ccw-left .ccwl-wrapper .tab-container .tab-panel .user-chat .uc-wrapper .ucw-image img{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;width:41px;height:41px}.main-message .chat-container .chatC-wrapper .ccw-left .ccwl-wrapper .tab-container .tab-panel .user-chat .uc-wrapper .ucw-title h3{font-style:normal;font-weight:500;font-size:16px;line-height:24px;transition:background .3s ease-in-out;-webkit-transition:background .3s ease-in-out;-moz-transition:background .3s ease-in-out;-ms-transition:background .3s ease-in-out;-o-transition:background .3s ease-in-out}@media screen and (max-width:500px){.main-message .chat-container .chatC-wrapper .ccw-left .ccwl-wrapper .tab-container .tab-panel .user-chat .uc-wrapper .ucw-title h3{font-size:17px}}.main-message .chat-container .chatC-wrapper .ccw-left .ccwl-wrapper .tab-container .tab-panel .user-chat .uc-wrapper .ucw-title p{font-style:normal;font-weight:400;font-size:12px;line-height:18px;display:flex;align-items:center;color:#999}@media screen and (max-width:500px){.main-message .chat-container .chatC-wrapper .ccw-left .ccwl-wrapper .tab-container .tab-panel .user-chat .uc-wrapper .ucw-title p{font-size:13px}}.main-message .chat-container .chatC-wrapper .ccw-left .ccwl-wrapper .tab-container .tab-panel .user-chat .uc-wrapper .ucw-time p{font-style:normal;font-weight:400;font-size:12px;line-height:18px;display:flex;align-items:center;text-align:right;transition:background .3s ease-in-out;-webkit-transition:background .3s ease-in-out;-moz-transition:background .3s ease-in-out;-ms-transition:background .3s ease-in-out;-o-transition:background .3s ease-in-out;color:#999}.main-message .chat-container .chatC-wrapper .ccw-right{width:100%;height:100vh;overflow-x:scroll}@media screen and (max-width:744px){.main-message .chat-container .chatC-wrapper .ccw-right{display:none}}.main-message .chat-container .chatC-wrapper .ccw-right .ccw-wrapper{position:relative;display:flex;flex-direction:column;margin-left:50px;margin-right:50px;height:100%}@media screen and (max-width:846px){.main-message .chat-container .chatC-wrapper .ccw-right .ccw-wrapper{margin-left:20px;margin-right:20px}}.main-message .chat-container .chatC-wrapper .ccw-right .ccw-wrapper .error-notice .en-wrapper{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%}.main-message .chat-container .chatC-wrapper .ccw-right .ccw-wrapper .error-notice .en-wrapper .error-close{position:absolute;cursor:pointer;z-index:10;right:40px;top:0;width:40px;height:40px;background-color:#fe4e86;display:flex;justify-content:center;align-items:center;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;color:#fff;transition:box-shadow .3s ease-in-out,transform .3s ease-in-out;-webkit-transition:box-shadow .3s ease-in-out,transform .3s ease-in-out;-moz-transition:box-shadow .3s ease-in-out,transform .3s ease-in-out;-ms-transition:box-shadow .3s ease-in-out,transform .3s ease-in-out;-o-transition:box-shadow .3s ease-in-out,transform .3s ease-in-out}@media screen and (max-width:1108px){.main-message .chat-container .chatC-wrapper .ccw-right .ccw-wrapper .error-notice .en-wrapper .error-close{right:10px;top:0;width:35px;height:35px}}.main-message .chat-container .chatC-wrapper .ccw-right .ccw-wrapper .error-notice .en-wrapper .error-close:hover{box-shadow:#fe4e86 0 18px 50px -10px;transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1)}.main-message .chat-container .chatC-wrapper .ccw-right .ccw-wrapper .error-notice .en-wrapper .en-image{margin-right:67px}@media screen and (max-width:1232px){.main-message .chat-container .chatC-wrapper .ccw-right .ccw-wrapper .error-notice .en-wrapper .en-image{margin-right:20px}}@media screen and (max-width:1232px){.main-message .chat-container .chatC-wrapper .ccw-right .ccw-wrapper .error-notice .en-wrapper .en-image{margin-right:10px}}@media screen and (max-width:1108px){.main-message .chat-container .chatC-wrapper .ccw-right .ccw-wrapper .error-notice .en-wrapper .en-image img{width:200px}}@media screen and (max-width:970px){.main-message .chat-container .chatC-wrapper .ccw-right .ccw-wrapper .error-notice .en-wrapper .en-image img{width:150px}}@media screen and (max-width:919px){.main-message .chat-container .chatC-wrapper .ccw-right .ccw-wrapper .error-notice .en-wrapper .en-image img{width:100%;height:auto}}.main-message .chat-container .chatC-wrapper .ccw-right .ccw-wrapper .error-notice .en-wrapper .en-title{margin-top:28px;width:464px;height:200px}@media screen and (max-width:1232px){.main-message .chat-container .chatC-wrapper .ccw-right .ccw-wrapper .error-notice .en-wrapper .en-title{width:100%;height:auto}}@media screen and (max-width:1104px){.main-message .chat-container .chatC-wrapper .ccw-right .ccw-wrapper .error-notice .en-wrapper .en-title{margin-top:10px}}.main-message .chat-container .chatC-wrapper .ccw-right .ccw-wrapper .error-notice .en-wrapper .en-title h2{font-style:normal;font-weight:700;font-size:28px;line-height:42px;color:#000;margin-bottom:13px}@media screen and (max-width:1232px){.main-message .chat-container .chatC-wrapper .ccw-right .ccw-wrapper .error-notice .en-wrapper .en-title h2{font-size:24px}}@media screen and (max-width:1104px){.main-message .chat-container .chatC-wrapper .ccw-right .ccw-wrapper .error-notice .en-wrapper .en-title h2{font-size:22px}}@media screen and (max-width:919px){.main-message .chat-container .chatC-wrapper .ccw-right .ccw-wrapper .error-notice .en-wrapper .en-title h2{font-size:20px}}.main-message .chat-container .chatC-wrapper .ccw-right .ccw-wrapper .error-notice .en-wrapper .en-title p{font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#000;opacity:50%;margin-bottom:16px}.main-message .chat-container .chatC-wrapper .ccw-right .ccw-wrapper .error-notice .en-wrapper .en-title button{width:457px;height:56px;background:#fe4e86;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;border:none;font-style:normal;font-weight:500;font-size:18px;line-height:27px;color:#fff;cursor:pointer;box-shadow:#fe4e86 0 18px 50px -10px;transition:box-shadow .3s ease-in-out;-webkit-transition:box-shadow .3s ease-in-out;-moz-transition:box-shadow .3s ease-in-out;-ms-transition:box-shadow .3s ease-in-out;-o-transition:box-shadow .3s ease-in-out}@media screen and (max-width:1232px){.main-message .chat-container .chatC-wrapper .ccw-right .ccw-wrapper .error-notice .en-wrapper .en-title button{width:100%}}@media screen and (max-width:919px){.main-message .chat-container .chatC-wrapper .ccw-right .ccw-wrapper .error-notice .en-wrapper .en-title button{font-size:16px}}.main-message .chat-container .chatC-wrapper .ccw-right .ccw-wrapper .error-notice .en-wrapper .en-title button:hover{box-shadow:none}.main-message .chat-container .chatC-wrapper .ccw-right .ccw-wrapper .chatmessage-box{margin-top:80px;padding-bottom:50px}.hamburger{display:none;align-items:center;justify-content:center;position:relative}.hamburger .menu-icon{position:relative;z-index:1000;transform:scale(1.5)}@media screen and (max-width:500px){.hamburger .menu-icon{transform:scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2)}}:root{--bar-bg:#212529}.menu-icon{position:relative;width:50px;height:50px;cursor:pointer}.menu-icon .menu-icon__cheeckbox{display:block;width:100%;height:100%;position:relative;cursor:pointer;z-index:2;-webkit-touch-callout:none;position:absolute;opacity:0}.menu-icon div{margin:auto;position:absolute;top:0;right:0;left:0;bottom:0;width:22px;height:12px}.menu-icon span{position:absolute;display:block;width:100%;height:2px;background-color:var(--bar-bg,#000);border-radius:1px;transition:all .2s cubic-bezier(.1,.82,.76,.965)}.menu-icon span:first-of-type{top:0}.menu-icon span:last-of-type{bottom:0}.menu-icon .menu-icon__cheeckbox:checked+div span:first-of-type,.menu-icon.active span:first-of-type{transform:rotate(45deg);top:5px}.menu-icon .menu-icon__cheeckbox:checked+div span:last-of-type,.menu-icon.active span:last-of-type{transform:rotate(-45deg);bottom:5px}.menu-icon.active:hover span:first-of-type,.menu-icon.active:hover span:last-of-type,.menu-icon:hover .menu-icon__cheeckbox:checked+div span:first-of-type,.menu-icon:hover .menu-icon__cheeckbox:checked+div span:last-of-type{width:22px}@media (min-width:1024px){.menu-icon:hover span:first-of-type{width:26px}.menu-icon:hover span:last-of-type{width:12px}}.b-contain *,.b-contain ::after,.b-contain ::before{box-sizing:content-box!important}.b-contain input{position:absolute;z-index:-1;opacity:0}.b-contain span{line-height:1.54;font-size:1rem;font-family:inherit}.b-contain{display:table;position:relative;padding-left:1.8rem;cursor:pointer;margin-bottom:.5rem}.b-contain input[type=checkbox]~.b-input{position:absolute;top:0;left:0;height:1.25rem;width:1.25rem;background:#f1f5f8;transition:background 250ms;border:none;border-radius:.125rem}.b-contain input[type=radio]~.b-input{position:absolute;top:0;left:0;height:1.25rem;width:1.25rem;background:#f1f5f8;transition:background 250ms;border:none;border-radius:2rem}.b-contain input[type=checkbox]~.b-input::after{content:"";position:absolute;display:none;left:.45rem;top:.18rem;width:.25rem;height:.6rem;border:solid #fff;border-width:0 2px 2px 0;transition:background 250ms;transform:rotate(45deg)}.b-contain input[type=radio]~.b-input::after{content:"";position:absolute;display:none;left:.25rem;top:.25rem;width:.75rem;height:.75rem;border-radius:2rem;background:#fff;transition:background 250ms}.b-contain input:disabled~.b-input::after{border-color:#8795a1}.b-contain input:checked~.b-input::after{display:block}.b-contain input:focus~.b-input,.b-contain:hover input~.b-input{background:#e7eef3}.b-contain input:focus~.b-input{box-shadow:0 0 0 2px rgba(255,129,93,.6)}.login-contain input:focus~.b-input{box-shadow:0 0 0 2px #ff6371}.b-contain input:checked~.b-input{background:#ff815d;border-color:#ff815d}.login-contain input:checked~.b-input{background:#ff6371;border-color:#ff6371}.login-contain input:checked~.b-input{background:#fe4e86;border-color:#fe4e86}.b-contain input[type=checkbox]:disabled~.b-input{background:#f1f5f8;border-color:#b8c2cc;opacity:.6;cursor:not-allowed}.b-contain input[type=radio]:disabled~.b-input{background:#f1f5f8;border-color:#b8c2cc;opacity:.6;cursor:not-allowed}.b-contain input[type=radio]:disabled~.b-input::after{background:#8795a1}.b-contain input:checked:focus~.b-input,.b-contain:hover input:not([disabled]):checked~.b-input{background:#ff815d;border-color:#ff815d}.login-contain input:checked:focus~.b-input,.login-contain:hover input:not([disabled]):checked~.b-input{background:#ff6371;border-color:#ff6371}.message-contain input:checked:focus~.b-input,.message-contain:hover input:not([disabled]):checked~.b-input{background:#fe4e86;border-color:#fe4e86}.b-contain .b-input::before{content:"";display:block;position:absolute;left:0;top:0;width:3rem;height:3rem;margin-left:-.85rem;margin-top:-.85rem;background:rgba(255,129,93,.91);border-radius:2rem;opacity:.6;z-index:99999;transform:scale(0)}.login-contain .b-input::before{content:"";display:block;position:absolute;left:0;top:0;width:3rem;height:3rem;margin-left:-.85rem;margin-top:-.85rem;background:#ff6371;border-radius:2rem;opacity:.6;z-index:99999;transform:scale(0)}.message-contain .b-input::before{content:"";display:block;position:absolute;left:0;top:0;width:3rem;height:3rem;margin-left:-.85rem;margin-top:-.85rem;background:#fe4e86;border-radius:2rem;opacity:.6;z-index:99999;transform:scale(0)}@-webkit-keyframes b-ripple{0%{transform:scale(0)}20%{transform:scale(1)}100%{opacity:0;transform:scale(1)}}@keyframes b-ripple{0%{transform:scale(0)}20%{transform:scale(1)}100%{opacity:0;transform:scale(1)}}@-webkit-keyframes b-ripple-duplicate{0%{transform:scale(0)}30%{transform:scale(1)}60%{transform:scale(1)}100%{opacity:0;transform:scale(1)}}@keyframes b-ripple-duplicate{0%{transform:scale(0)}30%{transform:scale(1)}60%{transform:scale(1)}100%{opacity:0;transform:scale(1)}}.b-contain input+.b-input::before{-webkit-animation:b-ripple 250ms ease-out;animation:b-ripple 250ms ease-out}.b-contain input:checked+.b-input::before{-webkit-animation-name:b-ripple-duplicate;animation-name:b-ripple-duplicate}.b-contain .b-input::before{visibility:hidden}.b-contain input:focus+.b-input::before{visibility:visible}.b-contain:first-child .b-input::before{visibility:hidden}@-webkit-keyframes swipeLeft{0%{transform:translatex(430px);-webkit-transform:translatex(430px);-moz-transform:translatex(430px);-ms-transform:translatex(430px);-o-transform:translatex(430px)}100%{transform:translatex(0);-webkit-transform:translatex(0);-moz-transform:translatex(0);-ms-transform:translatex(0);-o-transform:translatex(0)}}@keyframes swipeLeft{0%{transform:translatex(430px);-webkit-transform:translatex(430px);-moz-transform:translatex(430px);-ms-transform:translatex(430px);-o-transform:translatex(430px)}100%{transform:translatex(0);-webkit-transform:translatex(0);-moz-transform:translatex(0);-ms-transform:translatex(0);-o-transform:translatex(0)}}@-webkit-keyframes swipeUp{0%{transform:translatey(-15px);-webkit-transform:translatey(-15px);-moz-transform:translatey(-15px);-ms-transform:translatey(-15px);-o-transform:translatey(-15px);opacity:0}100%{transform:translatey(0);-webkit-transform:translatey(0);-moz-transform:translatey(0);-ms-transform:translatey(0);-o-transform:translatey(0);opacity:100}}@keyframes swipeUp{0%{transform:translatey(-15px);-webkit-transform:translatey(-15px);-moz-transform:translatey(-15px);-ms-transform:translatey(-15px);-o-transform:translatey(-15px);opacity:0}100%{transform:translatey(0);-webkit-transform:translatey(0);-moz-transform:translatey(0);-ms-transform:translatey(0);-o-transform:translatey(0);opacity:100}}@-webkit-keyframes swap{50%{transform:scale(1) translateY(10px) translateX(-200px);-webkit-transform:scale(1) translateY(10px) translateX(-200px);-moz-transform:scale(1) translateY(10px) translateX(-200px);-ms-transform:scale(1) translateY(10px) translateX(-200px);-o-transform:scale(1) translateY(10px) translateX(-200px);opacity:60%}100%{z-index:-10;transform:scale(.5);-webkit-transform:scale(.5);-moz-transform:scale(.5);-ms-transform:scale(.5);-o-transform:scale(.5)}}@keyframes swap{50%{transform:scale(1) translateY(10px) translateX(-200px);-webkit-transform:scale(1) translateY(10px) translateX(-200px);-moz-transform:scale(1) translateY(10px) translateX(-200px);-ms-transform:scale(1) translateY(10px) translateX(-200px);-o-transform:scale(1) translateY(10px) translateX(-200px);opacity:60%}100%{z-index:-10;transform:scale(.5);-webkit-transform:scale(.5);-moz-transform:scale(.5);-ms-transform:scale(.5);-o-transform:scale(.5)}}@-webkit-keyframes swapRight{50%{transform:scale(.55);-webkit-transform:scale(.55);-moz-transform:scale(.55);-ms-transform:scale(.55);-o-transform:scale(.55);opacity:60%}100%{opacity:100%;z-index:-1;transform:scale(1) translateY(-10px) translateX(200px);-webkit-transform:scale(1) translateY(-10px) translateX(200px);-moz-transform:scale(1) translateY(-10px) translateX(200px);-ms-transform:scale(1) translateY(-10px) translateX(200px);-o-transform:scale(1) translateY(-10px) translateX(200px)}}@keyframes swapRight{50%{transform:scale(.55);-webkit-transform:scale(.55);-moz-transform:scale(.55);-ms-transform:scale(.55);-o-transform:scale(.55);opacity:60%}100%{opacity:100%;z-index:-1;transform:scale(1) translateY(-10px) translateX(200px);-webkit-transform:scale(1) translateY(-10px) translateX(200px);-moz-transform:scale(1) translateY(-10px) translateX(200px);-ms-transform:scale(1) translateY(-10px) translateX(200px);-o-transform:scale(1) translateY(-10px) translateX(200px)}}@-webkit-keyframes visible{from{opacity:0}to{opacity:.5}}@keyframes visible{from{opacity:0}to{opacity:.5}}@-webkit-keyframes loader{to{transform:rotate(360deg)}}@keyframes loader{to{transform:rotate(360deg)}}@-webkit-keyframes messagebox{0%{top:20px;opacity:0}100%{opacity:100%}}@keyframes messagebox{0%{top:20px;opacity:0}100%{opacity:100%}}.mobile-notification{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-animation-name:swipeLeft;animation-name:swipeLeft;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:cubic-bezier(.165,.84,.44,1);animation-timing-function:cubic-bezier(.165,.84,.44,1);-webkit-animation-fill-mode:both;animation-fill-mode:both;display:none;position:fixed;height:100vh;background-color:#fff;width:100%;top:0;z-index:100;overflow:hidden}.mobile-notification .notification-wrapper{margin-top:20px;margin-left:15px;margin-right:15px}.mobile-notification .notification-wrapper .notification-title{display:flex;flex-flow:row;align-items:center;justify-content:space-between}.mobile-notification .notification-wrapper .notification-title h2{font-size:20px;font-weight:700;color:#ff815d}.mobile-notification .notification-wrapper .notification-title span svg{color:#3c2344;opacity:100%}.mobile-notification .notification-wrapper hr{margin-top:10px;margin-bottom:10px;opacity:10%;border:none;height:.5px;color:#3c2344;background-color:#3c2344}.mobile-notification .notification-wrapper .nd-wrapper{overflow:scroll;scroll-behavior:smooth;height:90vh}.mobile-notification .notification-wrapper .nd-wrapper .nd-main{margin-top:40px;margin-bottom:80px}.mobile-notification .notification-wrapper .nd-wrapper::-webkit-scrollbar{display:none}.mobile-notification .notification-wrapper .nd-wrapper .ndw-items:nth-child(1){margin-top:16px}.mobile-notification .notification-wrapper .nd-wrapper .ndw-items .ndw-wrapper{margin-bottom:20px;cursor:pointer;width:100%;height:auto;border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px;-ms-border-radius:12px;-o-border-radius:12px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-top:14px;padding-left:21px;padding-right:27px;padding-bottom:15px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.mobile-notification .notification-wrapper .nd-wrapper .ndw-items .ndw-wrapper .ndw-img{margin-right:16px}.mobile-notification .notification-wrapper .nd-wrapper .ndw-items .ndw-wrapper .ndw-title{width:100%}.mobile-notification .notification-wrapper .nd-wrapper .ndw-items .ndw-wrapper .ndw-title .ndw-heading{display:flex;flex-direction:row;align-items:center}.mobile-notification .notification-wrapper .nd-wrapper .ndw-items .ndw-wrapper .ndw-title .ndw-heading h4{margin-right:10px;font-weight:600;font-size:16px;transition:color .3s ease-in-out;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-ms-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out}.mobile-notification .notification-wrapper .nd-wrapper .ndw-items .ndw-wrapper .ndw-title .ndw-heading span{height:19px;width:49px;text-align:center;background-color:#fad0c4;font-size:12px;color:#ff815d;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;font-weight:400}.mobile-notification .notification-wrapper .nd-wrapper .ndw-items .ndw-wrapper .ndw-title .ndw-message p{font-size:12px;font-weight:300;opacity:60%;color:#3c2344}.mobile-notification .notification-wrapper .nd-wrapper .ndw-items .ndw-wrapper .ndw-link{transition:transform .3s ease-in-out;-webkit-transition:transform .3s ease-in-out;-moz-transition:transform .3s ease-in-out;-ms-transition:transform .3s ease-in-out;-o-transition:transform .3s ease-in-out;transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0)}.mobile-notification .notification-wrapper .nd-wrapper .ndw-items .ndw-wrapper .ndw-link a svg{color:#ff815d;width:100%;height:100%}.mobile-notification .notification-wrapper .nd-wrapper .ndw-items .ndw-wrapper:hover{background-color:#ffdbd1;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.mobile-notification .notification-wrapper .nd-wrapper .ndw-items .ndw-wrapper:hover .ndw-link{display:block;transform:scale(.8);-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8)}.mobile-notification .notification-wrapper .nd-wrapper .ndw-items .ndw-wrapper:hover .ndw-title .ndw-heading h4{color:#ff815d}.mobile-notification .notification-wrapper .nd-wrapper .ndw-items .ndw-wrapper:hover .ndw-title .ndw-message p{opacity:80%}.mobile-profile-dropdown{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:none;cursor:pointer;position:fixed;z-index:100;width:100%;height:100vh;background-color:#fff;box-shadow:0 4px 34px rgba(221,221,221,.25);right:0;top:0;background-color:#fff;-webkit-animation-name:swipeLeft;animation-name:swipeLeft;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:cubic-bezier(.165,.84,.44,1);animation-timing-function:cubic-bezier(.165,.84,.44,1);-webkit-animation-fill-mode:both;animation-fill-mode:both;z-index:100}.mobile-profile-dropdown .pd-wrapper{padding-left:15px;padding-right:15px;margin-top:20px}.mobile-profile-dropdown .pd-wrapper .profile-title{display:flex;flex-flow:row;align-items:center;justify-content:space-between}.mobile-profile-dropdown .pd-wrapper .profile-title h2{font-size:20px;font-weight:700;color:#ff815d}.mobile-profile-dropdown .pd-wrapper .profile-title span svg{color:#3c2344;opacity:100%}.mobile-profile-dropdown .pd-wrapper .pdw-profile{margin-top:16px;margin-bottom:16px;height:auto;border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px;-ms-border-radius:12px;-o-border-radius:12px}.mobile-profile-dropdown .pd-wrapper .pdw-profile .pdwp-wrapper{display:flex;flex-flow:row;align-items:center;width:100%;padding:16px 13px;height:100%}.mobile-profile-dropdown .pd-wrapper .pdw-profile .pdwp-wrapper .profile-img{margin-right:10px}.mobile-profile-dropdown .pd-wrapper .pdw-profile .pdwp-wrapper .profile-img img{-o-object-fit:cover;object-fit:cover;width:58px;height:58px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}@media screen and (max-width:500px){.mobile-profile-dropdown .pd-wrapper .pdw-profile .pdwp-wrapper .profile-img img{width:40px;height:40px}}.mobile-profile-dropdown .pd-wrapper .pdw-profile .pdwp-wrapper .pdw-title h2{font-weight:600;font-size:18px;color:#3c2344}.mobile-profile-dropdown .pd-wrapper .pdw-profile .pdwp-wrapper .pdw-title p{font-weight:400;font-size:14px;color:#3c2344;opacity:50%}.mobile-profile-dropdown .pd-wrapper hr{border:none;height:.5px;color:#3c2344;background-color:#3c2344;opacity:10%;margin-bottom:8px}.mobile-profile-dropdown .pd-wrapper .pdw-items{margin-bottom:10px;width:100%;height:auto;border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px;-ms-border-radius:12px;-o-border-radius:12px;transition:background-color .3s ease-in-out;-webkit-transition:background-color .3s ease-in-out;-moz-transition:background-color .3s ease-in-out;-ms-transition:background-color .3s ease-in-out;-o-transition:background-color .3s ease-in-out}.mobile-profile-dropdown .pd-wrapper .pdw-items:nth-child(4):hover{background-color:#d5eeff}.mobile-profile-dropdown .pd-wrapper .pdw-items:nth-child(4):hover h2,.mobile-profile-dropdown .pd-wrapper .pdw-items:nth-child(4):hover p{color:#6c79d9}.mobile-profile-dropdown .pd-wrapper .pdw-items:nth-child(4):hover p{opacity:50%}.mobile-profile-dropdown .pd-wrapper .pdw-items:nth-child(5):hover{background-color:#d5ffed}.mobile-profile-dropdown .pd-wrapper .pdw-items:nth-child(5):hover h2,.mobile-profile-dropdown .pd-wrapper .pdw-items:nth-child(5):hover p{color:#18c19f}.mobile-profile-dropdown .pd-wrapper .pdw-items:nth-child(5):hover p{opacity:50%}.mobile-profile-dropdown .pd-wrapper .pdw-items:nth-child(6):hover{background-color:#fffccd}.mobile-profile-dropdown .pd-wrapper .pdw-items:nth-child(6):hover h2,.mobile-profile-dropdown .pd-wrapper .pdw-items:nth-child(6):hover p{color:#ffaa01}.mobile-profile-dropdown .pd-wrapper .pdw-items:nth-child(6):hover p{opacity:50%}.mobile-profile-dropdown .pd-wrapper .pdw-items:nth-child(7):hover{background-color:#ffdde2}.mobile-profile-dropdown .pd-wrapper .pdw-items:nth-child(7):hover h2,.mobile-profile-dropdown .pd-wrapper .pdw-items:nth-child(7):hover p{color:#fe4a86}.mobile-profile-dropdown .pd-wrapper .pdw-items:nth-child(7):hover p{opacity:50%}.mobile-profile-dropdown .pd-wrapper .pdw-items .pdwi-wrapper{display:flex;flex-flow:row;align-items:center;padding:16px 13px;height:100%}.mobile-profile-dropdown .pd-wrapper .pdw-items .pdwi-wrapper .pdwi-image img{-o-object-fit:cover;object-fit:cover}.mobile-profile-dropdown .pd-wrapper .pdw-items .pdwi-wrapper .pdwi-titile{margin-left:14px}.mobile-profile-dropdown .pd-wrapper .pdw-items .pdwi-wrapper .pdwi-titile h2{font-style:normal;font-weight:600;font-size:16px;transition:color .3s ease-in-out;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-ms-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out}.mobile-profile-dropdown .pd-wrapper .pdw-items .pdwi-wrapper .pdwi-titile p{font-style:normal;font-weight:300;font-size:12px;opacity:60%;transition:color .3s ease-in-out;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-ms-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out}.message-bubbles-popup{position:fixed;display:none;-webkit-animation-name:messagebox;animation-name:messagebox;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);z-index:100;width:1007px;background:#fff;box-shadow:0 10px 25px 6px rgba(111,111,111,.12);border-radius:12px}@media screen and (max-width:1043px){.message-bubbles-popup{width:100%;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;margin-bottom:40px}}@media screen and (max-width:1034px){.message-bubbles-popup .mbp-main{overflow-y:auto;z-index:100;padding:10px;width:100%}.message-bubbles-popup .mbp-main::-webkit-scrollbar{display:none}}.message-bubbles-popup .mbp-wrapper{display:flex;flex-direction:row;position:relative}@media screen and (max-width:1034px){.message-bubbles-popup .mbp-wrapper{flex-direction:column;width:100%!important}}.message-bubbles-popup .mbp-wrapper .mbp-close{z-index:100;cursor:pointer;position:absolute;width:41px;height:41px;right:30px;top:19px;background:#ffe9ec;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;display:flex;justify-content:center;align-items:center}.message-bubbles-popup .mbp-wrapper .mbp-close svg{width:1.2em;color:#fe4e86}.message-bubbles-popup .mbp-wrapper .mbpw-left-side{width:426px;height:auto;background:#fe4e86;border-radius:12px 0 0 12px}@media screen and (max-width:1043px){.message-bubbles-popup .mbp-wrapper .mbpw-left-side{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}}@media screen and (max-width:1034px){.message-bubbles-popup .mbp-wrapper .mbpw-left-side{width:100%;display:none}}.message-bubbles-popup .mbp-wrapper .mbpw-left-side .mls-wrapper{margin-left:20px;margin-right:20px;position:relative}@media screen and (max-width:1034px){.message-bubbles-popup .mbp-wrapper .mbpw-left-side .mls-wrapper{margin-left:20px;margin-right:20px}}.message-bubbles-popup .mbp-wrapper .mbpw-left-side .mls-wrapper .heart{right:-55px;top:50%;position:absolute}@media screen and (max-width:1034px){.message-bubbles-popup .mbp-wrapper .mbpw-left-side .mls-wrapper .heart{right:40px;top:auto;bottom:-34px}.message-bubbles-popup .mbp-wrapper .mbpw-left-side .mls-wrapper .heart img{width:65px}}.message-bubbles-popup .mbp-wrapper .mbpw-left-side .mls-wrapper .logo{margin-top:29px;margin-bottom:43px}.message-bubbles-popup .mbp-wrapper .mbpw-left-side .mls-wrapper .message-title h2{width:270px;font-style:normal;font-weight:700;font-size:24px;line-height:36px;color:#fff;margin-bottom:13px}.message-bubbles-popup .mbp-wrapper .mbpw-left-side .mls-wrapper .message-title p{font-style:normal;font-weight:300;font-size:16px;line-height:24px;color:#fff;opacity:70%;margin-bottom:51px}.message-bubbles-popup .mbp-wrapper .mbpw-left-side .mls-wrapper .message-animation{overflow:hidden}.message-bubbles-popup .mbp-wrapper .mbpw-left-side .mls-wrapper .message-animation .img-animation{margin-top:-50px;width:100%;height:100%}.message-bubbles-popup .mbp-wrapper .mbpw-right-side{width:580px;height:537px}@media screen and (max-width:1034px){.message-bubbles-popup .mbp-wrapper .mbpw-right-side{width:100%;height:auto}}.message-bubbles-popup .mbp-wrapper .mbpw-right-side .mrs-wrapper{margin-left:50px;margin-right:50px}@media screen and (max-width:940px){.message-bubbles-popup .mbp-wrapper .mbpw-right-side .mrs-wrapper{margin-left:30px;margin-right:30px}}@media screen and (max-width:939px){.message-bubbles-popup .mbp-wrapper .mbpw-right-side .mrs-wrapper{margin-left:20px;margin-right:20px}}.message-bubbles-popup .mbp-wrapper .mbpw-right-side .mrs-wrapper form{display:flex;flex-direction:column}.message-bubbles-popup .mbp-wrapper .mbpw-right-side .mrs-wrapper form .input-box{margin-bottom:14px;width:100%}.message-bubbles-popup .mbp-wrapper .mbpw-right-side .mrs-wrapper form .input-box textarea{box-sizing:border-box;height:201px;max-width:100%;outline:0;resize:none;padding-left:20px;padding-right:20px;font-family:Poppins;font-style:normal;font-weight:400;font-size:14px;line-height:21px;padding-top:8px;padding-bottom:8px;color:#adb9c9;border:1px solid #adb9c9;box-sizing:border-box;border-radius:8px;color:#3c2344}.message-bubbles-popup .mbp-wrapper .mbpw-right-side .mrs-wrapper form .input-box:nth-child(1){margin-top:41px}.message-bubbles-popup .mbp-wrapper .mbpw-right-side .mrs-wrapper form .input-box:nth-child(3){position:relative}.message-bubbles-popup .mbp-wrapper .mbpw-right-side .mrs-wrapper form .input-box:nth-child(3) p{position:absolute;bottom:20px;right:20px;font-style:normal;font-weight:400;font-size:14px;line-height:21px;color:#adb9c9}.message-bubbles-popup .mbp-wrapper .mbpw-right-side .mrs-wrapper form .input-box label{margin-bottom:10px;font-style:normal;font-weight:500;font-size:16px;line-height:24px;color:#3c2344;display:flex;flex-direction:column}.message-bubbles-popup .mbp-wrapper .mbpw-right-side .mrs-wrapper form .input-box input{width:100%;border:1px solid #adb9c9;box-sizing:border-box;border-radius:8px;height:44px;padding-left:20px;padding-right:20px;outline:0;font-family:Poppins;font-style:normal;font-weight:400;font-size:14px;line-height:21px;margin-bottom:14px}.message-bubbles-popup .mbp-wrapper .mbpw-right-side .mrs-wrapper form .input-box button{height:44px;width:100%;border:none;cursor:pointer;background:#fe4e86;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#fff;box-shadow:#fe4e86 0 18px 50px -10px;transition:box-shadow .3s ease-in-out;-webkit-transition:box-shadow .3s ease-in-out;-moz-transition:box-shadow .3s ease-in-out;-ms-transition:box-shadow .3s ease-in-out;-o-transition:box-shadow .3s ease-in-out}.message-bubbles-popup .mbp-wrapper .mbpw-right-side .mrs-wrapper form .input-box button:hover{box-shadow:none}.message-bubbles-popup .mbp-wrapper .mbpw-right-side .mrs-wrapper form .input-box .b-contain span{display:flex;flex-direction:row;width:100%;font-style:normal;font-weight:400;font-size:14px;line-height:21px;color:#564d52}.message-bubbles-popup .mbp-wrapper .mbpw-right-side .mrs-wrapper form .input-box .b-contain span p{margin-left:3px;font-weight:600;color:#fe4e86;font-family:Poppins}.tab-panel:nth-child(6){margin-bottom:200px}.tab-panel:nth-child(6) .bio-wrapper{display:flex;flex-direction:row;justify-content:space-between}@media screen and (max-width:892px){.tab-panel:nth-child(6) .bio-wrapper{flex-direction:column}}.tab-panel:nth-child(6) .bio-wrapper section h2,.tab-panel:nth-child(6) .bio-wrapper section h3{color:#000}.tab-panel:nth-child(6) .bio-wrapper section:nth-child(1) .tpl-bio{width:479px;margin-top:57px;margin-bottom:50px}@media screen and (max-width:892px){.tab-panel:nth-child(6) .bio-wrapper section:nth-child(1) .tpl-bio{width:100%}}.tab-panel:nth-child(6) .bio-wrapper section:nth-child(1) .tpl-bio h2{font-style:normal;font-weight:600;font-size:18px;line-height:27px;color:#000;margin-bottom:8px}.tab-panel:nth-child(6) .bio-wrapper section:nth-child(1) .tpl-bio p{font-style:normal;font-weight:400;font-size:16px;line-height:24px;opacity:60%}.tab-panel:nth-child(6) .bio-wrapper section:nth-child(1) .tpl-row{display:flex;justify-content:space-between}@media screen and (max-width:426px){.tab-panel:nth-child(6) .bio-wrapper section:nth-child(1) .tpl-row{flex-direction:column}}@media screen and (max-width:426px){.tab-panel:nth-child(6) .bio-wrapper section:nth-child(1) .tpl-row .tr-right{margin-top:40px}}.tab-panel:nth-child(6) .bio-wrapper section:nth-child(1) .tpl-row .tr-left h3,.tab-panel:nth-child(6) .bio-wrapper section:nth-child(1) .tpl-row .tr-right h3{margin-bottom:8px;font-style:normal;font-weight:600;font-size:18px;line-height:27px;color:#000;margin-bottom:8px}.tab-panel:nth-child(6) .bio-wrapper section:nth-child(1) .tpl-row .tr-left p,.tab-panel:nth-child(6) .bio-wrapper section:nth-child(1) .tpl-row .tr-right p{font-style:normal;font-weight:400;font-size:16px;line-height:24px;opacity:60%}.tab-panel:nth-child(6) .bio-wrapper section:nth-child(1) .tpl-row .tr-left span,.tab-panel:nth-child(6) .bio-wrapper section:nth-child(1) .tpl-row .tr-right span{display:flex;align-items:center}.tab-panel:nth-child(6) .bio-wrapper section:nth-child(1) .tpl-row .tr-left span p,.tab-panel:nth-child(6) .bio-wrapper section:nth-child(1) .tpl-row .tr-right span p{margin-right:5px}.tab-panel:nth-child(6) .bio-wrapper section:nth-child(2) .tpr-socialLinks{margin-top:57px;margin-bottom:50px}.tab-panel:nth-child(6) .bio-wrapper section:nth-child(2) .tpr-socialLinks h3{margin-bottom:8px;font-style:normal;font-weight:600;font-size:18px;line-height:27px;color:#000;margin-bottom:8px;text-align:right}.tab-panel:nth-child(6) .bio-wrapper section:nth-child(2) .tpr-socialLinks .link-items{display:flex;justify-content:flex-end;flex-wrap:wrap}.tab-panel:nth-child(6) .bio-wrapper section:nth-child(2) .tpr-socialLinks .link-items img{margin:5px}.video-popup-overlay{position:fixed;display:none;width:100%;height:100vh;z-index:101;top:0}.video-popup-overlay .video-popup-wrapper{position:relative}.video-popup-overlay .video-popup-wrapper .btn-close{cursor:pointer;position:absolute;z-index:100;right:20px;top:20px;color:#fff;width:50px;height:50px;background-color:#fff;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;display:flex;justify-content:center;align-items:center}.video-popup-overlay .video-popup-wrapper .btn-close .btn-wrapper{width:25px;height:25px}.video-popup-overlay .video-popup-wrapper .btn-close .btn-wrapper svg{width:100%;height:100%;color:#3c2344}.video-popup-overlay .video-popup-wrapper .overlay{position:absolute;width:100%;height:100vh;background-color:#000;opacity:91%}.video-popup-overlay .video-popup-wrapper .vpw{position:absolute;width:100%}.video-popup-overlay .video-popup-wrapper .vpw .vpw-wrapper{height:100vh;margin-left:70px;margin-right:70px;display:flex;justify-content:center;align-items:center;flex-direction:column}.video-popup-overlay .video-popup-wrapper .vpw .vpw-wrapper .video-player{position:relative;width:468px;height:593px;display:flex;justify-content:center;align-items:center}.video-popup-overlay .video-popup-wrapper .vpw .vpw-wrapper .video-player .vp-left,.video-popup-overlay .video-popup-wrapper .vpw .vpw-wrapper .video-player .vp-right{position:absolute}.video-popup-overlay .video-popup-wrapper .vpw .vpw-wrapper .video-player .vp-left svg,.video-popup-overlay .video-popup-wrapper .vpw .vpw-wrapper .video-player .vp-right svg{cursor:pointer;color:#fff}.video-popup-overlay .video-popup-wrapper .vpw .vpw-wrapper .video-player .vp-left{left:0}.video-popup-overlay .video-popup-wrapper .vpw .vpw-wrapper .video-player .vp-right{right:0}.video-popup-overlay .video-popup-wrapper .vpw .vpw-wrapper .video-player .video-wrapper{width:328px;border-radius:18px;overflow:hidden;-webkit-border-radius:18px;-moz-border-radius:18px;-ms-border-radius:18px;-o-border-radius:18px}.video-popup-overlay .video-popup-wrapper .vpw .vpw-wrapper .video-player .video-wrapper .user-videos{width:328px;height:523px}.video-popup-overlay .video-popup-wrapper .vpw .vpw-wrapper .video-player .video-wrapper .video-user{padding-left:11px;padding-right:11px;padding-top:20px;padding-bottom:20px;display:flex;flex-flow:row;align-items:center;justify-content:space-between;background-color:#000}.video-popup-overlay .video-popup-wrapper .vpw .vpw-wrapper .video-player .video-wrapper .video-user .left-vu{display:flex;flex-flow:row;align-items:center;color:#fff}.video-popup-overlay .video-popup-wrapper .vpw .vpw-wrapper .video-player .video-wrapper .video-user .left-vu img{width:39px;height:39px;background-size:cover;background-position:center;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;margin-right:8px}.video-popup-overlay .video-popup-wrapper .vpw .vpw-wrapper .video-player .video-wrapper .video-user .left-vu .left-usertitle h2{font-style:normal;font-weight:400;font-size:12px}.video-popup-overlay .video-popup-wrapper .vpw .vpw-wrapper .video-player .video-wrapper .video-user .left-vu .left-usertitle p{font-style:normal;font-weight:200;font-size:12px;line-height:18px;opacity:46%}.video-popup-overlay .video-popup-wrapper .vpw .vpw-wrapper .video-player .video-wrapper .right-vu{color:#fff;display:flex;flex-direction:column}.video-popup-overlay .video-popup-wrapper .vpw .vpw-wrapper .video-player .video-wrapper .right-vu span{text-align:right;font-style:normal;font-weight:400;font-size:12px;line-height:18px;opacity:.5}