:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.style_AdminAddCategories__W06_G{position:relative;width:100%}.style_AdminAddCategories__W06_G>.style_header__XRdM4{width:100%;text-align:center;margin-bottom:4rem}.style_AdminAddCategories__W06_G>.style_header__XRdM4>h1{margin:0}.style_AdminAddCategories__W06_G>.style_wrapper___JJLL{width:95%;margin:0 auto}.style_AdminAddCategories__W06_G>.style_wrapper___JJLL>.style_addCategory__Bu3GD{position:relative;width:40%;margin:0 auto}@media(max-width:425px){.style_AdminAddCategories__W06_G>.style_wrapper___JJLL>.style_addCategory__Bu3GD{width:70%}}.style_AdminAddCategories__W06_G>.style_wrapper___JJLL>.style_addCategory__Bu3GD>.style_wrapper___JJLL{display:flex;align-items:center;justify-content:center}.style_AdminAddCategories__W06_G>.style_wrapper___JJLL>.style_addCategory__Bu3GD>.style_wrapper___JJLL>input{outline:none;background:transparent;border:none;border-bottom:1px solid #000;padding:0;font-size:1.025rem;line-height:1.55rem;margin-top:1px;margin-left:.5rem}.style_AdminAddCategories__W06_G>.style_wrapper___JJLL>.style_addCategory__Bu3GD>button{background:#0075ff;font-weight:500;color:balck;margin-left:auto;display:flex;margin-top:2rem}.style_AdminAddCategories__W06_G>.style_wrapper___JJLL>.style_list__ApqxG{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:40%;margin:2rem auto}@media(max-width:425px){.style_AdminAddCategories__W06_G>.style_wrapper___JJLL>.style_list__ApqxG{width:100%}}.style_AdminAddCategories__W06_G>.style_wrapper___JJLL>.style_list__ApqxG>h3{margin:.5rem 0 0 .5rem;cursor:pointer}.style_AdminAddCategories__W06_G>.style_wrapper___JJLL>.style_list__ApqxG>h3.style_active__3995a{color:#0075ff}.style_AdminAddCategories__W06_G>.style_wrapper___JJLL>.style_list__ApqxG>h3:first-of-type{margin-left:0}.style_AdminApproveDebates__qbnqv{position:relative;width:100%}.style_AdminApproveDebates__qbnqv>.style_header__a2QNh{width:100%;text-align:center;margin-bottom:4rem}.style_AdminApproveDebates__qbnqv>.style_header__a2QNh>h1{margin:0}.style_AdminApproveDebates__qbnqv>.style_wrapper__vHRkB{width:95%;margin:0 auto}.style_AdminApproveDebates__qbnqv>.style_wrapper__vHRkB table td button>.style_radio__nAFzH{position:relative;width:1rem;height:1rem;border-radius:50%;border-width:1px;border-style:solid;margin-right:1rem}.style_AdminApproveDebates__qbnqv>.style_wrapper__vHRkB table td button>.style_radio__nAFzH:after{position:absolute;content:"";width:.7rem;height:.7rem;top:.15rem;left:.15rem;border-radius:50%;background-color:#fff;transform:scale(.5);opacity:0;transition:.2s}.style_AdminApproveDebates__qbnqv>.style_wrapper__vHRkB table td button>.style_radio__nAFzH.style_selected__0aTUA:after{transform:scale(1);opacity:1;transition:.2s}.style_AdminApproveDebates__qbnqv>.style_wrapper__vHRkB table .style_tooltip__4Gkb4{position:absolute;z-index:25;top:13rem;transform:translateX(-50%);white-space:nowrap;padding:6px;background:#fff;display:flex;flex-direction:column;align-items:flex-start;border-radius:.4rem;box-shadow:0 .25rem .65rem rgba(0,0,0,.1);gap:1rem;white-space:pre}@media(max-width:425px){.style_AdminApproveDebates__qbnqv>.style_wrapper__vHRkB table .style_tooltip__4Gkb4{transform:none;left:auto}}.style_AdminDebateCommentsTable__jkXmY{position:relative;width:100%}.style_AdminDebateCommentsTable__jkXmY>.style_header__bFzCj{width:100%;text-align:center;margin-bottom:4rem}.style_AdminDebateCommentsTable__jkXmY>.style_header__bFzCj>h1{margin:0}.style_AdminDebateCommentsTable__jkXmY>.style_wrapper__28hDV{width:95%;margin:0 auto}.style_AdminDebateCommentsTable__jkXmY>.style_wrapper__28hDV table td:first-of-type,.style_AdminDebateCommentsTable__jkXmY>.style_wrapper__28hDV table td:nth-child(3){width:15%}.style_AdminDebateCommentsTable__jkXmY>.style_wrapper__28hDV table td:nth-child(4){width:25%}.style_AdminArchivesTable__tt3Pv{position:relative;width:100%;padding-bottom:3rem}.style_AdminArchivesTable__tt3Pv>.style_header__FG1a0{width:100%;text-align:center;margin-bottom:4rem}.style_AdminArchivesTable__tt3Pv>.style_header__FG1a0>h1{margin:0}.style_AdminArchivesTable__tt3Pv>.style_wrapper__sEe66{width:95%;margin:0 auto}.style_DonateContainer__MDkaZ{position:relative;width:100%;box-sizing:border-box;margin-top:4rem;z-index:10}@media(max-width:425px){.style_DonateContainer__MDkaZ{padding:0 1rem;box-sizing:border-box;margin-top:0}}.style_DonateContainer__MDkaZ>.style_layout__qGkXg{width:100%;height:100%;padding:3rem 5rem;box-sizing:border-box;border-radius:.5rem;background:#fff;box-shadow:0 .25rem .65rem rgba(0,0,0,.1)}@media(max-width:425px){.style_DonateContainer__MDkaZ>.style_layout__qGkXg{padding:1.5rem}}.style_DonateContainer__MDkaZ>.style_layout__qGkXg>.style_paypal__qmTSl{width:100%;background:#f2f2f2;border-radius:.35rem;display:flex;justify-content:center;padding:2rem 0;box-sizing:border-box}.style_DonateContainer__MDkaZ>.style_layout__qGkXg>.style_paypal__qmTSl>a{width:45%}@media(max-width:425px){.style_DonateContainer__MDkaZ>.style_layout__qGkXg>.style_paypal__qmTSl>a{width:85%}}.style_DonateContainer__MDkaZ>.style_layout__qGkXg>.style_paypal__qmTSl>a>.style_button__ybwkJ{width:100%;background:#008ad8;padding:1rem 0;box-sizing:border-box;border-radius:.35rem;text-align:center;cursor:pointer}.style_DonateContainer__MDkaZ>.style_layout__qGkXg>h1{margin-bottom:1.5rem}.style_DonateContainer__MDkaZ>.style_layout__qGkXg>h2{color:#828282;margin-bottom:4rem}.style_DonateContainer__MDkaZ>.style_layout__qGkXg>h2>span{font-size:1.2rem;line-height:1.5rem}.style_AdminDebatesReportsTable__gi89H{position:relative;width:100%}.style_AdminDebatesReportsTable__gi89H>.style_header__HSnZ2{width:100%;text-align:center;margin-bottom:4rem}.style_AdminDebatesReportsTable__gi89H>.style_header__HSnZ2>h1{margin:0}.style_AdminDebatesReportsTable__gi89H>.style_wrapper__VDZTX{width:95%;margin:0 auto}.style_UserTopFeed__If0A3{border-bottom:1px solid #e6e6e6;padding:0!important}.style_UserFeedContainer__mHixO{position:relative;width:100%;display:flex;flex-direction:column;gap:20px}@media(max-width:425px){.style_UserFeedContainer__mHixO{height:auto;padding:0}}.style_UserFeedContainer__mHixO>.style_layout__ecw7l{display:flex;justify-content:flex-start;width:100%;height:100%}@media(max-width:425px){.style_UserFeedContainer__mHixO>.style_layout__ecw7l{display:block;height:auto}}.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9{width:100%}.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_user__BdcdZ{padding:10px;width:100%}@media(max-width:425px){.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_user__BdcdZ{padding:13px}}.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_user__BdcdZ .style_review___C_WT{color:#40a3f8;font-size:12px;font-style:normal;font-weight:800;line-height:normal;border:1px solid #40a3f8;padding:6px 8px 4px;border-radius:30px;cursor:pointer;text-align:center;font-family:Avenir}.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_user__BdcdZ .style_rating__7Sn4h{display:flex;color:#878787;justify-content:center;margin-top:5px;align-items:baseline;gap:5px}.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_user__BdcdZ .style_rating__7Sn4h .style_rate__49SOh{font-size:14px;font-weight:750;margin-right:5px}.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_user__BdcdZ .style_left__B83nS .style_follow__TZnEc{color:#40a3f8}@media(max-width:425px){.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_user__BdcdZ .style_left__B83nS .style_follow__TZnEc{padding:4px 10px}}.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_user__BdcdZ .style_left__B83nS .style_follow__TZnEc.style_following__pStgq{color:#878787}.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_user__BdcdZ .style_left__B83nS .style_follow__TZnEc p{font-size:17px;font-weight:500;text-transform:capitalize;font-family:Avenir}@media(max-width:425px){.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_user__BdcdZ .style_left__B83nS .style_follow__TZnEc p{font-size:12px}}.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_user__BdcdZ .style_right__un5hR{display:flex;flex-direction:column}.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_user__BdcdZ>.style_debateLinks__R1eWN{align-items:center;width:calc(100% - 300px);border-bottom:1px solid #e6e6e6}@media(max-width:425px){.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_user__BdcdZ>.style_debateLinks__R1eWN{gap:.75rem;justify-content:space-between;width:100%}}@media(max-width:768px){.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_user__BdcdZ>.style_debateLinks__R1eWN{width:calc(100% - 0px)}}.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_user__BdcdZ>.style_debateLinks__R1eWN .style_debateTypes__5TzSN{display:flex;justify-content:center;align-items:center;gap:1rem;padding:10px;color:#000}@media(max-width:425px){.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_user__BdcdZ>.style_debateLinks__R1eWN .style_debateTypes__5TzSN{padding:11px;margin-right:15px}}.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_user__BdcdZ>.style_debateLinks__R1eWN .style_debateTypes__5TzSN img{filter:brightness(0) saturate(100%) invert(0) sepia(100%) saturate(28%) hue-rotate(43deg) brightness(103%) contrast(106%)}.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_user__BdcdZ>.style_debateLinks__R1eWN .style_active__AVSnR{border-bottom:3px solid;border-radius:0}@media(max-width:425px){.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_user__BdcdZ>.style_debateLinks__R1eWN .style_active__AVSnR{border-bottom:2px solid}}.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_user__BdcdZ>.style_debateLinks__R1eWN .style_active__AVSnR img{filter:brightness(0) saturate(100%) invert(69%) sepia(100%) saturate(881%) hue-rotate(325deg) brightness(96%) contrast(103%)}.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_user__BdcdZ>.style_debateLinks__R1eWN .style_hot__ULJRm{color:#f89840}.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_user__BdcdZ>.style_debateLinks__R1eWN .style_blue__GM99v{color:#40a3f8}.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_user__BdcdZ>.style_debateLinks__R1eWN .style_blue__GM99v img{filter:brightness(0) saturate(100%) invert(57%) sepia(74%) saturate(2477%) hue-rotate(184deg) brightness(101%) contrast(95%)}.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_cards__nCvM8{display:flex;flex-direction:column;gap:1rem;width:100%}.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_cards__nCvM8 .style_cards__nCvM8>*{width:100%}@media(max-width:425px){.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_cards__nCvM8{margin:0;padding:0 10px 20%;width:100%}}.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_cards__nCvM8>.style_comments__dgeHe{margin-top:1rem}@media(max-width:425px){.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_cards__nCvM8>.style_comments__dgeHe{width:100%}}.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_cards__nCvM8>.style_list__LdGiP{display:flex;flex-direction:column}.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_cards__nCvM8>.style_item__asY6a{width:31%}.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_cards__nCvM8>.style_item__asY6a:first-of-type,.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_cards__nCvM8>.style_item__asY6a:nth-child(3n+1){margin-left:0}@media(max-width:425px){.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_cards__nCvM8>.style_item__asY6a{margin-left:0!important}}@media(max-width:768px){.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_cards__nCvM8>.style_item__asY6a{width:80%!important}}@media(max-width:1024px){.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_cards__nCvM8>.style_item__asY6a{width:50%}}@media(max-width:425px){.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_cards__nCvM8{display:block}.style_UserFeedContainer__mHixO>.style_layout__ecw7l>.style_feedCard__cVRS9>.style_cards__nCvM8>.style_item__asY6a{width:100%!important;margin-right:0}}.style_ModalContainer__wk1bo{padding:1rem}.style_ModalContainer__wk1bo .style_header___Clxv{border-bottom:1px solid #878787;padding-bottom:10px}.style_ModalContainer__wk1bo .style_title__adw32{font-size:25px;font-weight:800}@media(max-width:425px){.style_ModalContainer__wk1bo .style_title__adw32{font-size:20px}}.style_ModalContainer__wk1bo .style_review__NmMaY{color:#878787;font-size:14px;font-style:normal;font-weight:750;line-height:normal;cursor:pointer;margin-top:10px}.style_ModalContainer__wk1bo .style_rating__nd9Hh{display:flex;color:#878787;margin-top:5px;align-items:baseline;gap:5px}.style_ModalContainer__wk1bo .style_wrapper__U2UJf{display:grid;gap:10px;padding:30px 0}@media(max-width:425px){.style_ModalContainer__wk1bo .style_wrapper__U2UJf{gap:15px}}.style_ModalContainer__wk1bo .style_wrapper__U2UJf .style_right__XQyUy{width:100%}.style_ModalContainer__wk1bo .style_wrapper__U2UJf .style_right__XQyUy .style_option__EPEYt{padding:10px;cursor:pointer;transition:background-color .3s ease}.style_ModalContainer__wk1bo .style_wrapper__U2UJf .style_right__XQyUy .style_option__EPEYt .style_content__THKsg{display:flex;flex:0 1 auto;justify-content:space-between;align-items:center}.style_ModalContainer__wk1bo .style_wrapper__U2UJf .style_right__XQyUy .style_option__EPEYt .style_content__THKsg h3{color:#000;font-family:Avenir;font-size:17.631px;font-style:normal;font-weight:600;line-height:25.54px;letter-spacing:.365px}@media(max-width:425px){.style_ModalContainer__wk1bo .style_wrapper__U2UJf .style_right__XQyUy .style_option__EPEYt .style_content__THKsg h3{font-size:14px}}.style_ModalContainer__wk1bo .style_wrapper__U2UJf .style_right__XQyUy .style_option__EPEYt .style_content__THKsg h3 .style_priorityIcon__izC6C{width:20px;height:20px}.style_ModalContainer__wk1bo .style_wrapper__U2UJf .style_right__XQyUy .style_option__EPEYt .style_votes__Qzjz0{display:flex;align-items:center;margin-top:8px}.style_ModalContainer__wk1bo .style_wrapper__U2UJf .style_right__XQyUy .style_option__EPEYt .style_votes__Qzjz0 .style_bar__9f__q{width:100%;height:15px;position:relative;margin-right:10px;border-radius:30px;background:#d9d9d9}@media(max-width:425px){.style_ModalContainer__wk1bo .style_wrapper__U2UJf .style_right__XQyUy .style_option__EPEYt .style_votes__Qzjz0 .style_bar__9f__q{height:10px}}.style_ModalContainer__wk1bo .style_wrapper__U2UJf .style_right__XQyUy .style_option__EPEYt .style_votes__Qzjz0 .style_bar__9f__q .style_fill__Xl1T0{height:100%;border-radius:30px;background-color:#3498db}.style_ModalContainer__wk1bo .style_footer__8FmP8 .style_btn__yl73e{background:#40a3f8;width:100%;height:35px;Color:#fff}.style_ModalContainer__wk1bo .style_stars__YKhyt{display:flex;justify-content:center;gap:20px;padding-top:10px}.style_ModalContainer__wk1bo .style_stars__YKhyt>svg>path:hover{fill:#f5961d}.style_ModalContainer__wk1bo .style_textarea__Q0eyg{padding:.1rem;margin-top:10px;border:1px solid #bdbdbd;border-radius:8px}.style_ModalContainer__wk1bo .style_textarea__Q0eyg>textarea{width:95%;height:200px;border:none;background:none}.style_ModalContainer__wk1bo .style_btnGroup__2FfkB{display:flex;gap:10px;margin-top:20px}.style_ModalContainer__wk1bo .style_btnGroup__2FfkB .style_btn__yl73e{background:#40a3f8;width:100%;height:35px;Color:#fff}.style_ModalContainer__wk1bo .style_comments___IdNo{display:flex;flex-direction:column;gap:20px;width:100%;height:300px;overflow-y:auto}.style_ModalContainer__wk1bo .style_comments___IdNo .style_comment__wbg9g{display:flex;gap:20px;width:100%}@media(max-width:425px){.style_ModalContainer__wk1bo .style_comments___IdNo .style_comment__wbg9g{gap:10px}}.style_ModalContainer__wk1bo .style_comments___IdNo .style_comment__wbg9g .style_avatar__sedQT{width:40px;height:40px;border-radius:50%;background:#f9f9f9}@media(max-width:425px){.style_ModalContainer__wk1bo .style_comments___IdNo .style_comment__wbg9g .style_avatar__sedQT{width:30px;height:30px;margin:0 auto}}.style_ModalContainer__wk1bo .style_comments___IdNo .style_comment__wbg9g .style_avatar__sedQT img{border-radius:50%}.style_ModalContainer__wk1bo .style_comments___IdNo .style_comment__wbg9g .style_content__THKsg{display:flex;flex-direction:column;justify-content:space-between;border-radius:4px;border:1px solid #d9d9d9;background:#fafafa;width:100%;padding:11px 12px}.style_ModalContainer__wk1bo .style_comments___IdNo .style_comment__wbg9g .style_content__THKsg .style_left__gVEyO{display:flex;gap:10px;flex-shrink:0;justify-content:space-between}.style_ModalContainer__wk1bo .style_comments___IdNo .style_comment__wbg9g .style_content__THKsg .style_left__gVEyO .style_name__mgLc5{font-size:14px;font-weight:700;line-height:25px;letter-spacing:.365px;color:#40a3f8}@media(max-width:425px){.style_ModalContainer__wk1bo .style_comments___IdNo .style_comment__wbg9g .style_content__THKsg .style_left__gVEyO .style_name__mgLc5{font-size:13px}}.style_ModalContainer__wk1bo .style_comments___IdNo .style_comment__wbg9g .style_content__THKsg .style_text__XyHDN{font-family:Lato;font-size:13px}@media(max-width:425px){.style_ModalContainer__wk1bo .style_comments___IdNo .style_comment__wbg9g .style_content__THKsg .style_text__XyHDN{font-size:10px}}.style_ModalContainer__wk1bo .style_comments___IdNo .style_comment__wbg9g .style_right__XQyUy{display:flex;gap:10px;justify-content:space-between;flex-shrink:0}.style_ModalContainer__wk1bo .style_comments___IdNo .style_comment__wbg9g .style_right__XQyUy .style_date__81irC{font-size:12px;font-weight:400;line-height:25px;letter-spacing:.365px;color:#666}@media(max-width:425px){.style_ModalContainer__wk1bo .style_comments___IdNo .style_comment__wbg9g .style_right__XQyUy .style_date__81irC{font-size:10px;line-height:17px}}.style_ModalContainer__wk1bo .style_comments___IdNo .style_comment__wbg9g .style_right__XQyUy .style_reply__QhT7Q{font-size:12px;font-weight:400;line-height:25px;letter-spacing:.365px;color:#666;cursor:pointer}.style_DebateModal__bsbfC{padding:0 8.2rem;box-sizing:border-box;margin:0 auto}.style_DebateModal__bsbfC input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:2px solid #050505;outline-offset:1px;height:10px;width:10px;padding:0}.style_DebateModal__bsbfC input[type=radio]:checked{padding:0;outline:2px solid #008ad8;outline-offset:1px}.style_DebateModal__bsbfC input[type=radio]:checked+label{color:#008ad8}.style_DebateModal__bsbfC input[type=radio]:checked:before{content:"";font-family:FontAwesome;color:#008ad8;font-size:11px;display:flex;justify-content:center;align-items:center;margin-top:-7px;transition:all .2s ease-in-out}@media(max-width:425px){.style_DebateModal__bsbfC input[type=radio]:checked:before{margin-top:-5px}.style_DebateModal__bsbfC{padding:0}.style_DebateModal__bsbfC .style_header__F4ec5{width:100%;background:#f5f5f5;text-align:center;padding:1.5rem 0;box-sizing:border-box;text-transform:uppercase;margin-bottom:1.5rem}.style_DebateModal__bsbfC .style_header__F4ec5>h3{font-weight:800;font-size:13px;text-align:start;margin:0 18px}}.style_DebateModal__bsbfC>.style_topic__Jp_X3{display:flex;flex-wrap:wrap;margin-top:1.5rem}.style_DebateModal__bsbfC>.style_topic__Jp_X3>.style_category__B_uDV{text-align:center;position:relative;padding:15px;width:24%;box-sizing:border-box;border-radius:.25rem;border:1px solid red;margin-right:1.3333333333%;margin-bottom:1.5%}.style_DebateModal__bsbfC>.style_topic__Jp_X3>.style_category__B_uDV:nth-child(4n){margin-right:0}.style_DebateModal__bsbfC>.style_topic__Jp_X3>.style_category__B_uDV>.style_icon___Ek08{position:absolute;display:flex;width:1rem;height:1rem;left:1rem;top:50%;transform:translateY(-50%)}.style_DebateModal__bsbfC>.style_topicM__Dd703{width:100%;box-sizing:border-box;margin-bottom:1.5rem}.style_DebateModal__bsbfC>.style_topicM__Dd703>.style_layout__kWnIA{position:relative;overflow-x:auto;padding-bottom:1rem;box-sizing:border-box;gap:10px;width:750px}@media(max-width:425px){.style_DebateModal__bsbfC>.style_topicM__Dd703>.style_layout__kWnIA{margin:0 18px;width:340px}}.style_DebateModal__bsbfC>.style_topicM__Dd703>.style_layout__kWnIA>.style_dMore__E17iD{display:flex;justify-content:flex-end;align-items:flex-end;cursor:pointer}.style_DebateModal__bsbfC>.style_topicM__Dd703>.style_layout__kWnIA>.style_category__B_uDV{text-align:center;position:relative;padding:.85rem 0;box-sizing:border-box;border-radius:.25rem;margin-right:.6rem;width:100%}@media(max-width:425px){.style_DebateModal__bsbfC>.style_topicM__Dd703>.style_layout__kWnIA>.style_category__B_uDV{padding:.85rem 1rem}}.style_DebateModal__bsbfC>.style_topicM__Dd703>.style_layout__kWnIA>.style_category__B_uDV p{min-width:8rem;padding:0 2rem;box-sizing:border-box}@media(max-width:425px){.style_DebateModal__bsbfC>.style_topicM__Dd703>.style_layout__kWnIA>.style_category__B_uDV p{padding:0}}.style_DebateModal__bsbfC>.style_topicM__Dd703>.style_layout__kWnIA>.style_category__B_uDV>.style_icon___Ek08{position:absolute;width:1rem;height:1rem;left:.5rem;top:50%;transform:translateY(-50%)}.style_DebateModal__bsbfC>.style_topicM__Dd703>.style_layout__kWnIA>.style_empty__oneWk{padding:0 .75rem;box-sizing:border-box}.style_DebateModal__bsbfC>.style_dMore__E17iD{display:flex;justify-content:flex-end;align-items:flex-end;cursor:pointer}@media(max-width:425px){.style_DebateModal__bsbfC>.style_dMore__E17iD{display:none}}.style_DebateModal__bsbfC>.style_changeRegion__taXpW,.style_DebateModal__bsbfC>.style_changeType__QSNYR{margin:1rem 0 2rem}@media(max-width:425px){.style_DebateModal__bsbfC>.style_changeRegion__taXpW,.style_DebateModal__bsbfC>.style_changeType__QSNYR{padding:0 1.5rem;box-sizing:border-box;margin-bottom:1.5rem}}.style_DebateModal__bsbfC>.style_changeRegion__taXpW>p,.style_DebateModal__bsbfC>.style_changeType__QSNYR>p{margin-bottom:.5rem}.style_DebateModal__bsbfC>.style_name__UsLer{margin:1rem 0 2rem}@media(max-width:425px){.style_DebateModal__bsbfC>.style_name__UsLer{padding:0 1.5rem;box-sizing:border-box;margin-bottom:1.5rem}}.style_DebateModal__bsbfC>.style_name__UsLer>p{margin-bottom:.5rem}.style_DebateModal__bsbfC>.style_poll__zrL61{display:flex;align-items:center;gap:10px}.style_DebateModal__bsbfC>.style_arguments__S9D0U{margin-bottom:2rem}@media(max-width:425px){.style_DebateModal__bsbfC>.style_arguments__S9D0U{padding:0 1.5rem;box-sizing:border-box;margin-bottom:1.5rem}}.style_DebateModal__bsbfC>.style_arguments__S9D0U>p{margin-bottom:.5rem}.style_DebateModal__bsbfC>.style_arguments__S9D0U>textarea{width:100%;background:transparent;box-sizing:border-box;border-color:#bdbdbd;border-radius:.25rem}.style_DebateModal__bsbfC>.style_actions__0pRtS{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:3rem}@media(max-width:425px){.style_DebateModal__bsbfC>.style_actions__0pRtS{padding:0 1.5rem;box-sizing:border-box;margin-bottom:3rem}}.style_DebateModal__bsbfC>.style_actions__0pRtS>.style_wrapper__RD1DB{width:46%}.style_DebateModal__bsbfC>.style_actions__0pRtS>.style_wrapper__RD1DB>.style_against__VpsDC,.style_DebateModal__bsbfC>.style_actions__0pRtS>.style_wrapper__RD1DB>.style_for__vwFJq{position:relative;width:100%;text-align:center;border-radius:.25rem;padding:.9rem 0;box-sizing:border-box;margin-bottom:1rem}.style_DebateModal__bsbfC>.style_actions__0pRtS>.style_wrapper__RD1DB>.style_against__VpsDC>.style_icon___Ek08,.style_DebateModal__bsbfC>.style_actions__0pRtS>.style_wrapper__RD1DB>.style_for__vwFJq>.style_icon___Ek08{position:absolute;width:1rem;height:1rem;top:50%;left:1rem;transform:translateY(-50%)}.style_DebateModal__bsbfC>.style_actions__0pRtS>.style_wrapper__RD1DB>.style_for__vwFJq{border:1px solid #6fcf97}.style_DebateModal__bsbfC>.style_actions__0pRtS>.style_wrapper__RD1DB>.style_against__VpsDC{border:1px solid #eb5757}.style_DebateModal__bsbfC>.style_actions__0pRtS>.style_wrapper__RD1DB>.style_checkbox__AQhEJ{display:flex;align-items:center}.style_DebateModal__bsbfC>.style_actions__0pRtS>.style_wrapper__RD1DB>.style_checkbox__AQhEJ>.style_box__CUWrk{width:1rem;height:1rem;border:1.5px solid #bdbdbd;border-radius:.2rem;margin-right:.7rem;position:relative}.style_DebateModal__bsbfC>.style_actions__0pRtS>.style_wrapper__RD1DB>.style_checkbox__AQhEJ>.style_box__CUWrk>div{position:absolute;width:.9rem;height:.9rem;top:50%;left:50%;border-radius:.2rem;transform:translate3d(-50%,-50%,0);background:#bdbdbd}.style_DebateModal__bsbfC>.style_link__9lvUh{margin-bottom:1.5rem}@media(max-width:425px){.style_DebateModal__bsbfC>.style_link__9lvUh{padding:0 1.5rem;box-sizing:border-box;margin-top:1.5rem}}.style_DebateModal__bsbfC>.style_link__9lvUh>p{margin-bottom:.5rem}.style_DebateModal__bsbfC>.style_uploadImage__s3jFi{margin-bottom:3rem}@media(max-width:425px){.style_DebateModal__bsbfC>.style_uploadImage__s3jFi{padding:0 1.5rem;box-sizing:border-box;margin-bottom:1.5rem}}.style_DebateModal__bsbfC>.style_uploadImage__s3jFi>p{margin-bottom:.5rem}.style_DebateModal__bsbfC>.style_uploadImage__s3jFi>.style_upload__Gdqpq{border:1px solid #bdbdbd;border-radius:.4rem;background:hsla(0,0%,98%,.976);position:relative}.style_DebateModal__bsbfC>.style_uploadImage__s3jFi>.style_upload__Gdqpq>section>div{display:flex;align-items:center;justify-content:center;outline:none;padding:1.5rem 2rem 1.5rem 1rem;box-sizing:border-box;gap:30px}.style_DebateModal__bsbfC>.style_uploadImage__s3jFi>.style_upload__Gdqpq>section>div .style_icon___Ek08{width:40px}.style_DebateModal__bsbfC>.style_uploadImage__s3jFi>.style_imagePreview__jLdQ6{width:100%;height:13rem;margin-top:2rem}.style_DebateModal__bsbfC .style_footer__XUkCS{display:flex}@media(max-width:425px){.style_DebateModal__bsbfC .style_footer__XUkCS{padding:0 1.5rem 2rem;box-sizing:border-box}}.style_DebateModal__bsbfC .style_footer__XUkCS>button{font-size:.95rem;line-height:1.4rem}.style_DebateModal__bsbfC .style_footer__XUkCS>button:last-of-type{margin-left:5rem}@media(max-width:425px){.style_DebateModal__bsbfC .style_footer__XUkCS>button:last-of-type{width:100%;margin:0}}.style_ModalContainer__mSHqK{width:100%;padding:1rem}@media(max-width:425px){.style_ModalContainer__mSHqK{display:flex;flex-direction:column;gap:20px;padding:0}}.style_ModalContainer__mSHqK .style_title__KBqUJ{text-align:center;font-weight:750;font-size:30pxd;font-family:Avenir}@media(max-width:425px){.style_ModalContainer__mSHqK .style_title__KBqUJ{font-size:20px}}.style_ModalContainer__mSHqK .style_header__xlbKc{display:flex;gap:30px;margin-top:2rem;justify-content:flex-start;align-items:center}@media(max-width:425px){.style_ModalContainer__mSHqK .style_header__xlbKc{gap:10px;flex-direction:column;margin-top:0;padding-left:20px;width:140px;align-items:center}.style_ModalContainer__mSHqK .style_header__xlbKc input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:2px solid #050505;outline-offset:1px;height:10px;width:10px;padding:0}.style_ModalContainer__mSHqK .style_header__xlbKc:checked{padding:0;outline:2px solid #008ad8;outline-offset:1px}.style_ModalContainer__mSHqK .style_header__xlbKc:checked+label{color:#008ad8}.style_ModalContainer__mSHqK .style_header__xlbKc:checked:before{content:"";font-family:FontAwesome;color:#008ad8;font-size:11px;display:flex;justify-content:center;align-items:center;margin-top:-7px;transition:all .2s ease-in-out}}@media(max-width:425px)and (max-width:425px){.style_ModalContainer__mSHqK .style_header__xlbKc:checked:before{margin-top:-4px}}.style_ModalContainer__mSHqK .style_options__3QhgD{margin-top:.5rem;display:flex;flex-direction:column;gap:20px;align-items:center}.style_ModalContainer__mSHqK .style_wrapper__R1AHA{padding:.5rem;margin-top:10px;border:1px solid #bdbdbd;border-radius:5px}.style_ModalContainer__mSHqK .style_wrapper__R1AHA .style_topicInput__e7yQ2{width:100%;border:none;background:none;padding:0;height:20px;font-family:Avenir;font-weight:800}.style_ModalContainer__mSHqK .style_wrapper__R1AHA .style_textarea__926jG{width:95%;border:none;background:none}@media(max-width:425px){.style_ModalContainer__mSHqK .style_wrapper__R1AHA .style_textarea__926jG{height:100px}}.style_ModalContainer__mSHqK .style_wrapperContainer__rcj9V{display:flex;justify-content:flex-end;gap:3rem;align-items:center}@media(max-width:425px){.style_ModalContainer__mSHqK .style_wrapperContainer__rcj9V{gap:20px}}.style_ModalContainer__mSHqK .style_wrapperContainer__rcj9V .style_subTitle__Ha4my{color:#bdbdbd;font-weight:800}.style_ModalContainer__mSHqK .style_wrapperContainer__rcj9V .style_button__Dnze2{color:#fff;background:#008ad8;padding:.2rem 3rem;border-radius:12px}@media(max-width:425px){.style_ModalContainer__mSHqK .style_wrapperContainer__rcj9V .style_button__Dnze2{font-size:14px;padding:5px 30px}}