@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._container_agvuo_1{color:#2c2c2c}._container_agvuo_1 ._h3_agvuo_4{color:#a1a1aa}._container_agvuo_1 ._profile_agvuo_7{font-size:inherit;display:flex;flex-direction:column;align-items:stretch;position:relative;background-color:var(--surface8-light);border-radius:1rem;padding:1rem;margin:1rem}._container_agvuo_1 ._profile-edit_agvuo_18{position:absolute;top:1rem;right:2rem;z-index:2}._container_agvuo_1 ._profile-picture_agvuo_24{display:flex;justify-content:center;align-items:flex-end;font-size:3rem;position:relative}._container_agvuo_1 ._profile-picture_agvuo_24 svg{position:absolute;top:80%;left:50%;translate:150% 0;cursor:pointer;color:pink;border:3px solid white;border-radius:2.5rem;background:#fff}._container_agvuo_1 ._profile-picture_agvuo_24 ._figure_agvuo_42{padding:.5rem;position:relative;border-radius:100%;overflow:hidden;max-width:20rem;min-width:20rem;height:20rem;border:.2rem solid rgb(62,133,106)}._container_agvuo_1 ._profile-picture_agvuo_24 ._figure--load_agvuo_52{border:none;padding:.5rem}._container_agvuo_1 ._profile-picture_agvuo_24 ._figure_agvuo_42 img{border-radius:100%}._container_agvuo_1 ._profile-field_agvuo_59{width:100%;margin:.5rem;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;max-width:80rem;overflow:auto}._container_agvuo_1 ._profile-field--edits_agvuo_69 ._input-wrapper_agvuo_69{margin-block:1rem}._container_agvuo_1 ._profile-field--edits_agvuo_69 ._input-wrapper_agvuo_69 button{margin-inline:1rem}._container_agvuo_1 ._profile-field_agvuo_59 ._key_agvuo_75{flex-basis:20rem;margin-inline:1rem}._container_agvuo_1 ._profile-field_agvuo_59 ._key--edits_agvuo_79{color:#300b69}._container_agvuo_1 ._profile-field_agvuo_59 ._value_agvuo_82{flex-basis:30rem;padding:1px;font-size:1.8rem;font-weight:400}._container_agvuo_1 ._profile-field_agvuo_59 ._value--edits_agvuo_88{font-weight:200;padding:.5rem 1rem;border-radius:2rem;font-size:1.6rem;outline:none;border:.5px solid gray;max-width:30rem}._container_agvuo_1 ._profile-field_agvuo_59 ._value--edits_agvuo_88:focus-visible{outline:none}._container_agvuo_1 ._profile-field_agvuo_59 ._value_agvuo_82._name_agvuo_100{text-transform:capitalize}._container_agvuo_1 ._profile_agvuo_7 ._field-wrapper_agvuo_103{padding-block:1rem;border-bottom:1px solid rgb(154,163,156)}._container_agvuo_1 ._hidden-form_agvuo_107{margin-block:1rem;visibility:visible;text-align:right}._container_agvuo_1 ._add-button_agvuo_112{padding-inline:.5rem;display:inline-block}button{cursor:pointer;text-align:center}button._primary01_rkde6_6{padding:.7rem 1rem;border:none;border-radius:.8rem;color:#fff;background:linear-gradient(to right,#e61e4d,#e31c5f,#d70466)}button._primary02_rkde6_13{padding:.7rem 1rem;border:none;border-radius:.8rem;color:#fff;background-color:#0a9e0a}button._primary03_rkde6_20{padding:.8rem 1.2rem;border:none;border-radius:1rem;color:#fff;background:linear-gradient(to right,#0c332e,#0b2d29)}button._stylish01_rkde6_27{padding:.5rem 1rem;border:none;border-radius:1rem;background-color:#f0f0f0;filter:drop-shadow(0px 0px 2px #6c7c7a)}button._stylish01_rkde6_27._loading_rkde6_34{pointer-events:none;background:#fff}button._stylish01_rkde6_27:hover{background-color:#ddfce8}button._stylish01_rkde6_27:active{background:#6c7c7a;color:#1bc59b}button._stylish02_rkde6_45{padding:.5rem 1rem;border:none;border-radius:1rem;color:#fff;background:#eb2852}button._stylish02_rkde6_45:active{background:#b60407}button._stylish03_rkde6_55{padding:.5rem 1rem;border:none;border-radius:1rem;background:#a2f0a2}button._stylish03_rkde6_55:active{background:#33f801}button._stylish04_rkde6_64{background:transparent;border:none;color:inherit;filter:drop-shadow(0px 0px 24px rgb(2,229,245))}button._stylish04_rkde6_64._large-text_rkde6_70{font-size:3rem}button._stylish05_rkde6_73{padding:.5rem 1rem;border:none;border-radius:1rem;color:#fff;background:#eb5628}button._stylish05_rkde6_73:active{background:#b60404}button._stylish06_rkde6_83{background-color:#fff;border:1px solid #d5d9d9;border-radius:8px;box-shadow:#d5d9d980 0 2px 5px;color:#0f1111;cursor:pointer;display:inline-block;font-family:sans-serif;font-size:1.3rem;padding:.5rem 1rem;text-align:center}button._stylish06_rkde6_83:hover{background-color:#f7fafa}button._stylish06_rkde6_83:focus{border-color:#008296;box-shadow:#d5d9d980 0 2px 5px;outline:0}button._action01_rkde6_104{border:none;padding:.5rem 1rem;border-radius:.8rem;color:#fff}button._action01_rkde6_104._wait_rkde6_110{background:#f59e0b}button._action01_rkde6_104._stop_rkde6_113{background:#ff7170}button._action01_rkde6_104._go_rkde6_116{background:#2ecc71}button._action01_rkde6_104._go_rkde6_116:disabled{background:#9cf79c79;cursor:default}button._action02_rkde6_123{border:none;padding:.5rem 1rem;border-radius:.8rem;color:#fff;background:#626274}button._action02_rkde6_123._wait_rkde6_110{background:#177a87}button._action02_rkde6_123._stop_rkde6_113{background:#c52c2c}button._action02_rkde6_123._go_rkde6_116{background:#6dc46d}button._action02_rkde6_123._go_rkde6_116:disabled{background:#9cf79c79;cursor:default}button._sharp01_rkde6_143{border:none;padding:.5rem 1rem;background:#0b2d29;color:#fff;font-size:1rem}button._icon01_rkde6_150{background-color:transparent;border:none;font-size:2rem}button._icon02_rkde6_155{background-color:#a0aca9;border:none;border-radius:100%;aspect-ratio:1/1;padding:.1rem .2rem;color:#d10d0d;font-size:2rem}button._icon02_rkde6_155 svg{margin:0 auto;vertical-align:text-bottom}button._icon03_rkde6_168{padding:.2rem .3rem;border:none;border-radius:.6rem;background-color:#f0f0f0;filter:drop-shadow(0px 0px 2px #6c7c7a)}button._icon03_rkde6_168._loading_rkde6_34{pointer-events:none;background:#fff}button._icon03_rkde6_168:hover{background-color:#ddfce8}button._icon03_rkde6_168:active{background:#6c7c7a;color:#1bc59b}button._small_rkde6_186._small_rkde6_186{padding:.4rem .6rem;font-size:1.4rem}button._berry-01_rkde6_190{padding:1rem 1.6rem;color:#fff7f6;background-color:#ff7170;border-radius:2rem;border:none;font-weight:300;font-size:1.6rem;font-family:Inter;letter-spacing:.8px}button._berry-01_rkde6_190:hover{color:#ff7170;background-color:#fff7f6}button._berry-01_rkde6_190:active{color:#fff7f6;background-color:#ff5755}button._berry-01_rkde6_190._ghost_rkde6_209{background-color:transparent;border:1px solid #ff7170;color:#ff8e8d}button._berry-01_rkde6_190._ghost_rkde6_209:hover{color:#ff7170;background-color:#fff7f6}button._berry-01_rkde6_190._ghost_rkde6_209:active{color:#fff7f6;background-color:#ff5755}button._berry-01_rkde6_190._white_rkde6_222{color:#fff}button._berry-02_rkde6_225{padding:1rem 1.6rem;color:#fff7f6;background-color:#ff7170;border-radius:2rem;border:none;font-weight:300;font-size:1.6rem;font-family:Inter;letter-spacing:.8px;border:1px solid transparent}button._berry-02_rkde6_225:hover{color:#ff5755;background-color:#fff7f6;border:1px solid #ff8e8d}button._berry-02_rkde6_225:active{color:#fff7f6;background-color:#ff8e8d}button._berry-02_rkde6_225._ghost_rkde6_209{background-color:transparent;border:1px solid #ff5755;color:#ff5755}button._amber-01_rkde6_251{padding:1rem 1.6rem;color:#fef3c7;background-color:#ffbe16;border-radius:2rem;border:none;font-weight:300;font-size:1.6rem;font-family:Inter;letter-spacing:.8px}button._amber-01_rkde6_251:hover{color:#ffbe16;background-color:#fff7f6}button._amber-01_rkde6_251:active{color:#fef3c7;background-color:#ff5755}button._amber-01_rkde6_251._ghost_rkde6_209{background-color:transparent;border:1px solid #ffbe16}button._amber-02_rkde6_274{padding:1rem 1.6rem;color:#fef3c7;background-color:#ffaead;border-radius:2rem;border:none;font-weight:300;font-size:1.6rem;font-family:Inter;letter-spacing:.8px}button._amber-02_rkde6_274:hover{color:#ffbe16;background-color:#fff7f6}button._amber-02_rkde6_274:active{color:#fef3c7;background-color:#ff8e8d}button._amber-02_rkde6_274._ghost_rkde6_209{background-color:transparent;border:1px solid #ffbe16}button._amber-03_rkde6_297{padding:1rem 1.6rem;background:#fef3c7;color:#ff7170;border-radius:2rem;border:none;font-weight:300;font-size:1.6rem;font-family:Inter;letter-spacing:.8px}button._amber-03_rkde6_297:hover{color:#ffbe16;background-color:#ff5755}button._amber-03_rkde6_297:active{color:#ffbe16;background-color:#ff8e8d}button._amber-03_rkde6_297._ghost_rkde6_209{background-color:transparent;border:1px solid #ffbe16}button._amber-03_rkde6_297._ghost_rkde6_209:hover{color:#fef3c7;background-color:#ff8e8d;border-color:transparent}button._amber-03_rkde6_297._ghost_rkde6_209:active{background-color:#ff7170}button._contrast-01_rkde6_328{padding:1rem 1.6rem;color:#f59e0b;background-color:#ffaead;border-radius:2rem;border:none;font-weight:300;font-size:1.6rem;font-family:Inter;letter-spacing:.8px}button._contrast-01_rkde6_328:hover{color:#ffbe16;background-color:#ff5755}button._contrast-01_rkde6_328:active{color:#ffbe16;background-color:#ff8e8d}button._contrast-01_rkde6_328._ghost_rkde6_209{background-color:transparent;border:1px solid #ffbe16}button._contrast-01_rkde6_328._ghost_rkde6_209:hover{color:#fef3c7;background-color:#ff8e8d;border-color:transparent}button._contrast-01_rkde6_328._ghost_rkde6_209:active{background-color:#ff7170}button._action-berry-01_rkde6_359{border:none;padding:.5rem 1rem;border-radius:.8rem;color:#e4e4e7;background:#fde68a}button._action-berry-01_rkde6_359._wait_rkde6_110{background:#0f0d85;background:#f59e0b;color:#fef3c7}button._action-berry-01_rkde6_359._stop_rkde6_113{background:#ad0707}button._action-berry-01_rkde6_359._go_rkde6_116{background:#4ee779;color:#fef3c7}button._action-berry-01_rkde6_359._go_rkde6_116:disabled{background:#9cf79c79;cursor:default}button._white_rkde6_222{color:#fff}._tag_11mp6_1{display:inline-block;cursor:pointer;background:#ecf8f9;color:#000;border-radius:1rem;padding:.1rem .7rem;margin:.3rem;white-space:nowrap;text-transform:uppercase;font-size:1rem;border:1px solid rgba(179,131,223,.767)}._tag_11mp6_1._inherit-text_11mp6_14{font-size:inherit}._tag_11mp6_1._primary01_11mp6_17,._tag_11mp6_1._secondary01_11mp6_20{background:#31a75e}._tag_11mp6_1._green01_11mp6_23{background:#9ff5b9}._tag_11mp6_1._orange01_11mp6_26{background:#f54707dc;color:#fff}._container_1i6gt_1{display:flex;flex-direction:row;justify-content:space-between;gap:.8rem;height:100%;overflow-x:hidden;position:relative;border-bottom:1rem solid #f4f4f5}._container_1i6gt_1 ._chat-window_1i6gt_11{flex-grow:2;padding:1rem 1rem 0rem;display:grid;align-items:stretch;grid-template-rows:1fr auto 2.5fr;grid-template-columns:1fr 1fr 1fr;position:relative}._container_1i6gt_1 ._chat-window_1i6gt_11 ._chat-header_1i6gt_20{grid-column-start:1;grid-column-end:4;grid-row-start:1;grid-row-end:1}._container_1i6gt_1 ._chat-window_1i6gt_11 ._chat-header_1i6gt_20 ._title_1i6gt_26{border-bottom:1px solid #fafafa;margin-bottom:1rem;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}._container_1i6gt_1 ._chat-window_1i6gt_11 ._chat-header_1i6gt_20 ._title_1i6gt_26 ._h3_1i6gt_34{color:#a1a1aa}._container_1i6gt_1 ._chat-window_1i6gt_11 ._chat-header_1i6gt_20 ._title_1i6gt_26 ._friends-menu_1i6gt_37{cursor:pointer;padding-top:.6em;color:#e4e4e7}._container_1i6gt_1 ._chat-window_1i6gt_11 ._chat-header_1i6gt_20 ._title_1i6gt_26 ._friends-menu_1i6gt_37:hover{color:#d4d4d8}._container_1i6gt_1 ._chat-window_1i6gt_11 ._chat-header_1i6gt_20 ._title_1i6gt_26 ._friends-menu_1i6gt_37:active,._container_1i6gt_1 ._chat-window_1i6gt_11 ._chat-header_1i6gt_20 ._title_1i6gt_26 ._friends-menu_1i6gt_37._closed_1i6gt_48{color:#ff5755}._container_1i6gt_1 ._chat-window_1i6gt_11 ._chat-box_1i6gt_51{grid-column-start:3;grid-column-end:4;grid-row-start:3;grid-row-end:4;align-self:flex-end;flex-grow:2;min-height:35rem;min-width:30rem;display:flex;flex-direction:column;justify-content:flex-end;max-width:32rem;border-radius:.6rem;background-color:#f5f5f5;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);max-height:40rem;box-shadow:0 0 10px #e4e4e7}._container_1i6gt_1 ._chat-window_1i6gt_11 ._chat-box_1i6gt_51 ._chat-title_1i6gt_70{display:flex;flex-direction:row;justify-content:space-between;border-bottom:1px solid #e4e4e7;padding:.4rem}._container_1i6gt_1 ._chat-window_1i6gt_11 ._chat-box_1i6gt_51 ._chat-title_1i6gt_70 ._chat-name_1i6gt_77{margin-block:.4rem;font-weight:500;letter-spacing:.1px;color:#2c2c2c;text-transform:capitalize}._container_1i6gt_1 ._chat-window_1i6gt_11 ._chat-box_1i6gt_51 ._chat-title_1i6gt_70 ._close_1i6gt_48{align-self:flex-start;font-size:2rem;height:1.2em;width:1.2em;cursor:pointer;color:#2c2c2c;border-radius:50%;display:flex;justify-content:center;align-items:center}._container_1i6gt_1 ._chat-window_1i6gt_11 ._chat-box_1i6gt_51 ._chat-title_1i6gt_70 ._close_1i6gt_48:hover{background-color:#ff7170;color:#fef3c7}._container_1i6gt_1 ._chat-window_1i6gt_11 ._chat-box_1i6gt_51 ._chat-title_1i6gt_70 ._close_1i6gt_48:active{color:#f59e0b;background-color:#fef3c7}._container_1i6gt_1 ._chat-window_1i6gt_11 ._chat-box_1i6gt_51 ._message-window_1i6gt_104{flex-grow:3;background-color:#f5f5f5;overflow-y:scroll;height:100%;padding:.4rem}._container_1i6gt_1 ._chat-window_1i6gt_11 ._chat-box_1i6gt_51 ._message-window_1i6gt_104 ._messages_1i6gt_111{display:flex;flex-direction:column;padding:.4rem .2rem}._container_1i6gt_1 ._chat-window_1i6gt_11 ._chat-box_1i6gt_51 ._message-window_1i6gt_104 ._messages_1i6gt_111 ._message_1i6gt_104{padding:.4rem 1.4rem;border-radius:1.6rem;margin-top:.5rem;flex-basis:60%;max-width:65%;font-weight:400;font-size:1.4rem;text-wrap:wrap;margin-block:.1rem}._container_1i6gt_1 ._chat-window_1i6gt_11 ._chat-box_1i6gt_51 ._message-window_1i6gt_104 ._messages_1i6gt_111 ._message_1i6gt_104._sent_1i6gt_127{background-color:#f4f4f5;color:#a1a1aa;align-self:flex-end;border-bottom-right-radius:1.6rem}._container_1i6gt_1 ._chat-window_1i6gt_11 ._chat-box_1i6gt_51 ._message-window_1i6gt_104 ._messages_1i6gt_111 ._message_1i6gt_104._sent_1i6gt_127:first-child{border-bottom-right-radius:0}._container_1i6gt_1 ._chat-window_1i6gt_11 ._chat-box_1i6gt_51 ._message-window_1i6gt_104 ._messages_1i6gt_111 ._message_1i6gt_104._sent_1i6gt_127+._sent_1i6gt_127{border-top-right-radius:0;margin-top:.1rem;border-bottom-right-radius:0}._container_1i6gt_1 ._chat-window_1i6gt_11 ._chat-box_1i6gt_51 ._message-window_1i6gt_104 ._messages_1i6gt_111 ._message_1i6gt_104._received_1i6gt_141{align-self:flex-start;background-color:#0080ff;color:#fff;border-bottom-left-radius:0}._container_1i6gt_1 ._chat-window_1i6gt_11 ._chat-box_1i6gt_51 ._message-window_1i6gt_104 ._messages_1i6gt_111 ._message_1i6gt_104._received_1i6gt_141+._received_1i6gt_141{border-top-left-radius:0;margin-top:.1rem}._container_1i6gt_1 ._chat-window_1i6gt_11 ._chat-box_1i6gt_51 ._message-window_1i6gt_104 ._messages_1i6gt_111 ._message_1i6gt_104._received_1i6gt_141+._sent_1i6gt_127{border-top-right-radius:1.6rem;border-bottom-right-radius:0;margin-top:.1rem}._container_1i6gt_1 ._chat-window_1i6gt_11 ._chat-box_1i6gt_51 ._input-window_1i6gt_156{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:.2rem;margin-top:.6rem;padding-inline:.2rem}._container_1i6gt_1 ._chat-window_1i6gt_11 ._chat-box_1i6gt_51 ._input-window_1i6gt_156 input{flex-grow:2;padding:.6rem .2rem;border:none;border-radius:.6rem;border:1px solid transparent}._container_1i6gt_1 ._chat-window_1i6gt_11 ._chat-box_1i6gt_51 ._input-window_1i6gt_156 input:focus{outline:none;border:1px solid #f0f0f0;box-shadow:0 0 2px 2px #f4f4f5}._container_1i6gt_1 ._chat-window_1i6gt_11 ._chat-box_1i6gt_51 ._input-window_1i6gt_156 button{border-radius:.6rem;padding:.4rem .8rem;background-color:#fff;color:#e4e4e7;border:none;display:flex;justify-content:center;align-items:center}._container_1i6gt_1 ._chat-window_1i6gt_11 ._chat-box_1i6gt_51 ._input-window_1i6gt_156 button:hover{color:#2c2c2c}._container_1i6gt_1 ._chat-window_1i6gt_11 ._chat-box_1i6gt_51 ._input-window_1i6gt_156 button svg{vertical-align:text-top}._container_1i6gt_1 ._friends-window_1i6gt_193{flex-basis:10rem;max-width:50%;background-color:#f4f4f5;color:#d4d4d8;border-top-left-radius:.6rem;border-top-right-radius:.6rem;padding:.6rem .4rem;text-wrap:nowrap;transition:all .5s ease}._container_1i6gt_1 ._friends-window_1i6gt_193._hidden_1i6gt_204{translate:110% 0;max-width:0;padding:0}._container_1i6gt_1 ._friends-window_1i6gt_193 ._hr_1i6gt_209{width:100%;height:2px;background-color:#fff;margin-block:.6rem}._container_1i6gt_1 ._friends-window_1i6gt_193 ._friend_1i6gt_37{background-color:transparent;padding:.6rem;margin-bottom:.1rem;cursor:pointer;border-radius:.6rem;border:1px solid transparent;text-transform:capitalize}._container_1i6gt_1 ._friends-window_1i6gt_193 ._friend_1i6gt_37:hover{background-color:#fef3c7;color:#a1a1aa}._container_1i6gt_1 ._friends-window_1i6gt_193 ._friend_1i6gt_37._active_1i6gt_228{background-color:#fff;color:#a1a1aa;border-color:#d4d4d8;cursor:default}._container_bu2w0_1{color:#2c2c2c}._container_bu2w0_1>button{color:#fff}._container_bu2w0_1 ._first-row_bu2w0_7{display:flex;justify-content:space-evenly;align-items:stretch;gap:1rem;margin-bottom:2rem;margin-inline:1rem}@media (max-width: 37.5em){._container_bu2w0_1 ._first-row_bu2w0_7{flex-direction:column}}._container_bu2w0_1 ._first-row_left_bu2w0_20{background-color:#fff;border:1px solid #9b9a9a;flex-basis:30rem;padding-block:1rem;border-radius:1rem;flex-grow:2}@media (max-width: 37.5em){._container_bu2w0_1 ._first-row_left_bu2w0_20{flex-basis:20rem}}._container_bu2w0_1 ._first-row_left_bu2w0_20 ._profile_bu2w0_33{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}._container_bu2w0_1 ._first-row_left_bu2w0_20 ._profile_picture_bu2w0_40{width:10rem;aspect-ratio:1;border-radius:100%;overflow:hidden}._container_bu2w0_1 ._first-row_left_bu2w0_20 ._profile_name_bu2w0_46{text-transform:capitalize;font-size:2rem}._container_bu2w0_1 ._first-row_left_bu2w0_20 ._profile_bu2w0_33 ._tab_bu2w0_50{display:flex;justify-content:space-evenly;padding-top:1rem;font-size:1.9rem;text-align:center;align-self:stretch}._container_bu2w0_1 ._first-row_left_bu2w0_20 ._profile_bu2w0_33 ._tab_bu2w0_50 p{font-size:1.2rem;color:#a1a1aa;font-weight:400}._container_bu2w0_1 ._first-row_left_bu2w0_20 ._profile_bu2w0_33 ._tab_bu2w0_50 ._paid_bu2w0_63{color:#2ecc71;font-weight:700}._container_bu2w0_1 ._first-row_left_bu2w0_20 ._profile_bu2w0_33 ._tab_bu2w0_50 ._purchase_bu2w0_67{color:#fbbf24;font-weight:700}._container_bu2w0_1 ._first-row_left_bu2w0_20 ._profile_bu2w0_33 ._tab_bu2w0_50 ._due_bu2w0_71{color:#ff7170;font-weight:700}._container_bu2w0_1 ._first-row_right_bu2w0_75{--break-gradient: 50%;background-color:#fff;border:1px solid #9b9a9a;flex-basis:60rem;flex-grow:3;border-radius:1rem}@media (max-width: 37.5em){._container_bu2w0_1 ._first-row_right_bu2w0_75{flex-basis:20rem}}._container_bu2w0_1 ._first-row_right_bu2w0_75 ._detail_bu2w0_88{display:flex;flex-direction:row;justify-content:space-evenly;margin-block:.2rem;padding-inline:1rem}._container_bu2w0_1 ._first-row_right_bu2w0_75 ._detail_bu2w0_88>div{padding-block:1rem;border-bottom:1px solid rgb(205,225,228)}._container_bu2w0_1 ._first-row_right_bu2w0_75 ._detail_name_bu2w0_99{width:30%;font-weight:600}._container_bu2w0_1 ._first-row_right_bu2w0_75 ._detail_value_bu2w0_103{width:70%;display:flex;flex-direction:row;flex-wrap:wrap;text-transform:capitalize;align-items:flex-start}._container_bu2w0_1 ._first-row_right_bu2w0_75 ._detail_value_bu2w0_103 input{padding:.2rem .5rem;margin-inline:.5rem;text-transform:capitalize}._container_bu2w0_1 ._first-row_right_bu2w0_75 ._detail_bu2w0_88 ._delete_bu2w0_116{position:relative;color:red;margin-inline:1rem;aspect-ratio:1;border:1px solid red;font-weight:800;border-radius:.3rem;padding:0 .2rem;cursor:pointer}._container_bu2w0_1 ._first-row_right_bu2w0_75 ._detail_bu2w0_88 ._delete_bu2w0_116:hover{color:#ff5e00}._container_bu2w0_1 ._first-row_right_bu2w0_75 ._detail_bu2w0_88 ._delete_bu2w0_116:hover [class*=tooltip]{display:block}._container_bu2w0_1 ._first-row_right_bu2w0_75 ._detail_bu2w0_88 ._delete_bu2w0_116 svg{vertical-align:middle}._container_bu2w0_1 ._first-row_right_bu2w0_75:hover{--break-gradient: 10%}._container_bu2w0_1 ._first-row_bu2w0_7 ._actions_bu2w0_139{display:flex;flex-direction:row;justify-content:flex-end;margin-block:1rem;padding-inline:1rem}._container_bu2w0_1 ._first-row_bu2w0_7 ._actions_bu2w0_139._editing_bu2w0_146{justify-content:space-around}._container_bu2w0_1 ._second-row_bu2w0_149{margin:2rem 1rem}._container_bu2w0_1 ._third-row_bu2w0_152 h3{margin:1rem;font-size:1.8rem;color:#4f6668;font-weight:400}._main-button_jq5mi_1{margin-inline:1rem}._sort-and-filter_jq5mi_5{padding:1rem}._sort-and-filter_jq5mi_5 ._sort-filter-tab_jq5mi_8{display:flex;flex-direction:column;margin-bottom:1rem}._sort-and-filter_jq5mi_5 ._sort-filter-tab_jq5mi_8 ._sort_jq5mi_5{flex-basis:60rem;display:flex;align-items:center;justify-content:space-around;margin-block:2rem}._sort-and-filter_jq5mi_5 ._sort-filter-tab_jq5mi_8 ._sort_jq5mi_5 span{margin-right:1rem}._sort-and-filter_jq5mi_5 ._sort-filter-tab_jq5mi_8 ._sort_jq5mi_5 ul,._sort-and-filter_jq5mi_5 ._sort-filter-tab_jq5mi_8 ._filter_jq5mi_23 ul{list-style-type:none;display:flex;justify-content:space-around;flex-wrap:wrap}._sort-and-filter_jq5mi_5 ._sort-filter-tab_jq5mi_8 ._sort_jq5mi_5 ul li,._sort-and-filter_jq5mi_5 ._sort-filter-tab_jq5mi_8 ._filter_jq5mi_23 ul li{margin-inline:.2rem}._sort-and-filter_jq5mi_5 ._sort-filter-tab_jq5mi_8 ._sort_jq5mi_5 ul li--selected,._sort-and-filter_jq5mi_5 ._sort-filter-tab_jq5mi_8 ._filter_jq5mi_23 ul li--selected{border:1px solid rgb(54,178,228)}._sort-and-filter_jq5mi_5 ._sort-filter-tab_jq5mi_8 ._sort_jq5mi_5 ul li input,._sort-and-filter_jq5mi_5 ._sort-filter-tab_jq5mi_8 ._filter_jq5mi_23 ul li input{height:0;width:0;display:none}._sort-and-filter_jq5mi_5 ._sort-filter-tab_jq5mi_8 ._sort_jq5mi_5 ul li label,._sort-and-filter_jq5mi_5 ._sort-filter-tab_jq5mi_8 ._filter_jq5mi_23 ul li label{font-size:2rem;color:gray}._sort-and-filter_jq5mi_5 ._sort-filter-tab_jq5mi_8 ._sort_jq5mi_5 ul li label._selected_jq5mi_44,._sort-and-filter_jq5mi_5 ._sort-filter-tab_jq5mi_8 ._filter_jq5mi_23 ul li label._selected_jq5mi_44{color:red}._sort-and-filter_jq5mi_5 ._sort-filter-tab_jq5mi_8 ._sort_jq5mi_5 ul li ._filter-btn_jq5mi_47,._sort-and-filter_jq5mi_5 ._sort-filter-tab_jq5mi_8 ._filter_jq5mi_23 ul li ._filter-btn_jq5mi_47{display:inline-block;white-space:nowrap;padding:.5rem .8rem;background:#f9f5f6;border:none;border-radius:.5rem}._sort-and-filter_jq5mi_5 ._sort-filter-tab_jq5mi_8 ._sort_jq5mi_5 ._sort-item_jq5mi_55{display:flex;align-items:center;text-align:left;margin:.1rem .3rem .1rem .1rem;padding:.5rem;background-color:#f9f5f6;color:#000;border-radius:.3rem}._sort-and-filter_jq5mi_5 ._sort-filter-tab_jq5mi_8 ._sort_jq5mi_5 ._sort-item_jq5mi_55 label{cursor:pointer}._sort-and-filter_jq5mi_5 ._sort-filter-tab_jq5mi_8 ._sort_jq5mi_5 ._sort-item_jq5mi_55 label._is-sorted_jq5mi_69{color:#36b2e4;text-decoration:underline;text-decoration-thickness:.3rem;text-underline-position:under}._sort-and-filter_jq5mi_5 ._sort-filter-tab_jq5mi_8 ._sort_jq5mi_5 ._sort-item_jq5mi_55 input{height:0;width:0;display:none}._sort-and-filter_jq5mi_5 ._added-filters_jq5mi_80>div:last-child{margin-top:1rem}._sort-and-filter_jq5mi_5 ._added-filters_jq5mi_80 ._submit-div_jq5mi_83{display:flex;flex-direction:row;gap:2rem}._sort-and-filter_jq5mi_5 ._added-filters_jq5mi_80 ._filter-bar_jq5mi_88{display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center;padding:.5rem;margin:.5rem;border-radius:1rem;color:#000;background:#f9f5f6}._sort-and-filter_jq5mi_5 ._added-filters_jq5mi_80 ._filter-bar_jq5mi_88 span{flex-grow:1;white-space:nowrap}._sort-and-filter_jq5mi_5 ._added-filters_jq5mi_80 ._filter-bar_jq5mi_88 label{flex-grow:1;padding-inline:.5rem;cursor:pointer}._sort-and-filter_jq5mi_5 ._added-filters_jq5mi_80 ._filter-bar_jq5mi_88 input[type=number]{max-width:5rem}._sort-and-filter_jq5mi_5 ._added-filters_jq5mi_80 ._filter-bar_jq5mi_88 button{margin-inline:2rem}._scrollbar-1_1zkls_4::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:#f5f5f5}._scrollbar-1_1zkls_4::-webkit-scrollbar{width:12px;background-color:#f5f5f5}._scrollbar-1_1zkls_4::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#555}._scrollbar-2_1zkls_24::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:#f5f5f5}._scrollbar-2_1zkls_24::-webkit-scrollbar{width:12px;background-color:#f5f5f5}._scrollbar-2_1zkls_24::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#d62929}._scrollbar-3_1zkls_44::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5}._scrollbar-3_1zkls_44::-webkit-scrollbar{width:6px;height:6px;background-color:#f5f5f5}._scrollbar-3_1zkls_44::-webkit-scrollbar-thumb{background-color:#000}._scrollbar-4_1zkls_62::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5}._scrollbar-4_1zkls_62::-webkit-scrollbar{width:10px;height:10px;background-color:#f5f5f5}._scrollbar-4_1zkls_62::-webkit-scrollbar-thumb{background-color:#000;border:2px solid #555555}._scrollbar-5_1zkls_81::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5}._scrollbar-5_1zkls_81::-webkit-scrollbar{width:10px;height:10px;background-color:#f5f5f5}._scrollbar-5_1zkls_81::-webkit-scrollbar-thumb{background-color:#0ae;background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(.5,rgba(255,255,255,.2)),color-stop(.5,transparent),to(transparent))}._scrollbar-6_1zkls_100::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5}._scrollbar-6_1zkls_100::-webkit-scrollbar{width:10px;height:10px;background-color:#f5f5f5}._scrollbar-6_1zkls_100::-webkit-scrollbar-thumb{background-color:#f90;background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent)}._scrollbar-7_1zkls_119::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5;border-radius:10px}._scrollbar-7_1zkls_119::-webkit-scrollbar{width:10px;height:10px;background-color:#f5f5f5}._scrollbar-7_1zkls_119::-webkit-scrollbar-thumb{border-radius:10px;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(.44,rgb(122,153,217)),color-stop(.72,rgb(73,125,189)),color-stop(.86,rgb(28,58,148)))}._scrollbar-8_1zkls_139::-webkit-scrollbar-track{border:1px solid black;background-color:#f5f5f5}._scrollbar-8_1zkls_139::-webkit-scrollbar{width:10px;height:10px;background-color:#f5f5f5}._scrollbar-8_1zkls_139::-webkit-scrollbar-thumb{background-color:#000}._scrollbar-9_1zkls_157::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5}._scrollbar-9_1zkls_157::-webkit-scrollbar{width:10px;height:10px;background-color:#f5f5f5}._scrollbar-9_1zkls_157::-webkit-scrollbar-thumb{background-color:#f90;background-image:-webkit-linear-gradient(90deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent)}._scrollbar-10_1zkls_176::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5;border-radius:10px}._scrollbar-10_1zkls_176::-webkit-scrollbar{width:10px;height:10px;background-color:#f5f5f5}._scrollbar-10_1zkls_176::-webkit-scrollbar-thumb{background-color:#aaa;border-radius:10px;background-image:-webkit-linear-gradient(90deg,rgba(0,0,0,.2) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.2) 50%,rgba(0,0,0,.2) 75%,transparent 75%,transparent)}._scrollbar-11_1zkls_197::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5;border-radius:10px}._scrollbar-11_1zkls_197::-webkit-scrollbar{width:10px;height:10px;background-color:#f5f5f5}._scrollbar-11_1zkls_197::-webkit-scrollbar-thumb{background-color:#36f;border-radius:10px;background-image:-webkit-linear-gradient(0deg,rgba(255,255,255,.5) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.5) 50%,rgba(255,255,255,.5) 75%,transparent 75%,transparent)}._scrollbar-12_1zkls_218::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.9);border-radius:10px;background-color:#444}._scrollbar-12_1zkls_218::-webkit-scrollbar{width:12px;background-color:#f5f5f5}._scrollbar-12_1zkls_218::-webkit-scrollbar-thumb{border-radius:10px;background-color:#d62929;background-image:-webkit-linear-gradient(90deg,transparent,rgba(0,0,0,.4) 50%,transparent,transparent)}._scrollbar-13_1zkls_238::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.9);border-radius:10px;background-color:#ccc}._scrollbar-13_1zkls_238::-webkit-scrollbar{width:12px;background-color:#f5f5f5}._scrollbar-13_1zkls_238::-webkit-scrollbar-thumb{border-radius:10px;background-color:#d62929;background-image:-webkit-linear-gradient(90deg,transparent,rgba(0,0,0,.4) 50%,transparent,transparent)}._scrollbar-14_1zkls_258::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.6);background-color:#ccc}._scrollbar-14_1zkls_258::-webkit-scrollbar{width:10px;height:10px;background-color:#f5f5f5}._scrollbar-14_1zkls_258::-webkit-scrollbar-thumb{background-color:#fff;background-image:-webkit-linear-gradient(90deg,rgb(0,0,0) 0%,rgb(0,0,0) 25%,transparent 100%,rgb(0,0,0) 75%,transparent)}._scrollbar-15_1zkls_277::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.1);background-color:#f5f5f5;border-radius:10px}._scrollbar-15_1zkls_277::-webkit-scrollbar{width:10px;height:10px;background-color:#f5f5f5}._scrollbar-15_1zkls_277::-webkit-scrollbar-thumb{border-radius:10px;background-color:#fff;background-image:-webkit-gradient(linear,40% 0%,75% 84%,from(#4d9c41),to(#19911d),color-stop(.6,#54de5d))}._scrollbar-16_1zkls_298::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.1);background-color:#f5f5f5;border-radius:10px}._scrollbar-16_1zkls_298::-webkit-scrollbar{width:10px;height:10px;background-color:#f5f5f5}._scrollbar-16_1zkls_298::-webkit-scrollbar-thumb{border-radius:10px;background-color:#fff;background-image:-webkit-linear-gradient(top,#e4f5fc 0%,#bfe8f9 50%,#9fd8ef 51%,#2ab0ed 100%)}._scrollbar-17_1zkls_319::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(255,255,255,.17);background-color:#f5f5f5}._scrollbar-17_1zkls_319::-webkit-scrollbar{width:6px;height:6px;background-color:#f5f5f5}._scrollbar-17_1zkls_319::-webkit-scrollbar-thumb{background-color:#504242}._modal-overlay_1zkls_334{position:absolute;top:0;right:0;bottom:0;left:0;height:100vh;width:100vw;z-index:1100;background:#2a2c33d7;display:flex;justify-content:center;align-items:center}._modal-overlay_1zkls_334 ._modal-wrapper_1zkls_345{flex:1;max-width:80rem;border-radius:2rem;overflow:hidden;margin-inline:3rem;cursor:default}._modal-overlay_1zkls_334 ._modal-wrapper_1zkls_345 ._modal_1zkls_334{background:#fff;border:1px solid gray;border-radius:1.5rem;padding:.5rem 1rem 2rem;max-height:90vh;overflow:auto}._modal-overlay_1zkls_334 ._modal-wrapper_1zkls_345 ._modal-header_1zkls_361{text-align:right}._modal-overlay_1zkls_334 ._modal-wrapper_1zkls_345 ._modal-header_1zkls_361 ._close-button_1zkls_364{font-size:3rem}._modal-overlay_1zkls_334 ._modal-wrapper_1zkls_345 ._modal-header_1zkls_361 ._close-button_1zkls_364 svg{cursor:pointer;color:#09814f;color:#ff8e8d}._modal-overlay_1zkls_334 ._modal-wrapper_1zkls_345 ._modal-header_1zkls_361 ._close-button_1zkls_364 svg:hover{color:#fbbf24}._modal-overlay_1zkls_334 ._modal-wrapper_1zkls_345 ._modal-header_1zkls_361 ._close-button_1zkls_364 svg:active{color:#ff5755}._container_ot1u0_1 ._download_ot1u0_1{display:flex;flex-direction:row;justify-content:flex-end;margin-inline:1rem}._container_ot1u0_1 ._download_ot1u0_1 ._icon_ot1u0_7{cursor:pointer}._container_ot1u0_1 ._download_ot1u0_1 ._icon_ot1u0_7 button svg{font-size:1.8rem}._container_ot1u0_1 ._pagination_ot1u0_13{display:flex;flex-direction:row;justify-content:center;align-items:center}._Transaction_1xpe0_1{display:flex;flex-basis:2rem;justify-content:space-between;align-items:center;border-radius:1rem;color:#050505;background:#fff;padding:1rem;margin:1rem}._Transaction_1xpe0_1:hover{background:#fafafa}._Transaction_1xpe0_1._payment_1xpe0_15{background:#beffbe}._Transaction_1xpe0_1._payment_1xpe0_15:hover{background:#fde68a50}._Transaction_1xpe0_1 ._date-and-time_1xpe0_21{max-width:13.5rem;flex-basis:13.5rem}@media (max-width: 37.5em){._Transaction_1xpe0_1 ._date-and-time_1xpe0_21{flex-shrink:0;flex-basis:11.5rem;color:#71717a}}._Transaction_1xpe0_1 ._date-and-time_1xpe0_21 ._time_1xpe0_32{font-weight:600;font-size:2.5rem;font-size:calc(1.8rem + (.7) * (100vw - 37.5em) / (112.5))}._Transaction_1xpe0_1 ._date-and-time_1xpe0_21 ._period_1xpe0_38{font-size:1.1rem;font-weight:600}@media (max-width: 37.5em){._Transaction_1xpe0_1 ._date-and-time_1xpe0_21 ._date_1xpe0_21{white-space:nowrap;color:#71717a;font-size:1.4rem}}._Transaction_1xpe0_1 ._transaction-details_1xpe0_49{display:flex;align-items:center;justify-content:space-between;flex-basis:40rem;flex-grow:2;margin-inline:3rem}@media (max-width: 56.25em){._Transaction_1xpe0_1 ._transaction-details_1xpe0_49{margin-inline:1rem}}._Transaction_1xpe0_1 ._transaction-details_1xpe0_49 ._customer_1xpe0_62{padding:.5rem;text-transform:capitalize;min-width:16rem;min-width:calc(10rem + 6 * (100vw - 37.5em) / (112.5));text-overflow:ellipsis}._Transaction_1xpe0_1 ._transaction-details_1xpe0_49 ._product-list_1xpe0_69{display:flex;list-style-type:none;flex-wrap:wrap}@media (max-width: 37.5em){._Transaction_1xpe0_1 ._transaction-details_1xpe0_49 ._product-list_1xpe0_69{display:none}}._Transaction_1xpe0_1 ._transaction-details_1xpe0_49 ._product-list_1xpe0_69 li{background:#ecf8f9;text-underline-position:below;border-radius:1rem;padding:.1rem .7rem;margin:.3rem;white-space:nowrap;text-transform:uppercase;font-size:1rem;border:1px solid rgba(179,131,223,.767)}._Transaction_1xpe0_1 ._cost_1xpe0_90{font-weight:700;margin-inline:.3rem}._Transaction_1xpe0_1 ._cost_1xpe0_90._paid_1xpe0_94{color:green}._Transaction_1xpe0_1 ._cost_1xpe0_90._unpaid_1xpe0_97{color:orange}._tooltip_146a8_1{display:none;position:absolute;background-color:#a1a1aa;color:#fff;z-index:10}._tooltip_146a8_1 span{display:inline-block;padding:.5em .5rem;font-size:1.2rem;font-weight:300}._tooltip_146a8_1._bottom-left_146a8_14{top:calc(100% + 10px);right:0;border-radius:.6rem}._tooltip_146a8_1._bottom-left_146a8_14:after{--border-size: -6px;content:"";position:absolute;top:calc(2 * var(--border-size));right:6px;border-style:solid;border-width:6px;border-color:transparent transparent #a1a1aa transparent}._card-container_nce1u_1{display:flex;flex-direction:row;align-items:stretch;padding:1rem;flex-wrap:wrap;gap:1.5rem}._card_w0zhd_1{min-width:20rem;min-height:10rem;flex-basis:35rem;border-radius:1rem;display:flex;flex-direction:row;overflow:hidden;color:#000;cursor:default;border:px solid transparent;cursor:pointer;border:2px solid #e4e4e7}._card_w0zhd_1:hover{border-color:#a1a1aa}._card_w0zhd_1:hover ._card-right_w0zhd_18{background-size:4em 3em}._card_w0zhd_1:hover ._card-right_w0zhd_18 ._name_w0zhd_21{color:#71717a}._card_w0zhd_1:hover ._card-left_w0zhd_24 ._svg-image_w0zhd_24{scale:1.1}._card_w0zhd_1:active ._card-right_w0zhd_18{background-color:#fcd34d}._card-left_w0zhd_24{width:25%;position:relative;background-position:100% 100%;background-size:cover;padding:1rem 1.5rem}._card-left_w0zhd_24 ._svg-image_w0zhd_24{object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0;height:100%;transition:scale .3s ease-in-out;opacity:.7}._card-left-picture_w0zhd_45{position:absolute;top:0;right:0;height:8rem;width:8rem;border-radius:100%;transform:translate(50%,20%);border:4px solid white;overflow:hidden}._card-left-picture_w0zhd_45 figure{width:100%}._card-left-picture_w0zhd_45 figure img{object-fit:contain}._card-right_w0zhd_18{display:flex;flex-direction:column;background-image:linear-gradient(rgba(77,77,77,.02) .1em,transparent .1em),linear-gradient(90deg,rgba(77,77,77,.02) .1em,transparent .1em);background-size:3em 3em;flex-grow:1;padding:1rem 1.5rem 1rem 3.5rem;text-align:right;transition:all .2s ease-in-out}._card-right_w0zhd_18 ._name_w0zhd_21{text-transform:capitalize;font-size:2rem;font-weight:600;margin-top:1.6rem;padding-left:2rem;min-height:4rem;color:#a1a1aa}._card-right_w0zhd_18 ._tab_w0zhd_82{display:flex;justify-content:space-evenly;font-size:1.8rem;text-align:center;background-color:#fff;border-radius:1rem;padding:1rem;margin-top:auto}._card-right_w0zhd_18 ._tab_w0zhd_82 p{font-size:1.2rem;color:#d4d4d8;font-weight:400}._card-right_w0zhd_18 ._tab_w0zhd_82 ._paid_w0zhd_97{color:#2ecc71;font-weight:700}._card-right_w0zhd_18 ._tab_w0zhd_82 ._purchase_w0zhd_101{color:#fbbf24;font-weight:700}._card-right_w0zhd_18 ._tab_w0zhd_82 ._due_w0zhd_105{color:#ff7170;font-weight:700}._card-right_w0zhd_18 ._phone_w0zhd_109{margin-top:1rem;font-size:1.2rem}._card-right_w0zhd_18 ._address_w0zhd_113{font-size:1.2rem;text-transform:capitalize;flex-grow:2;color:#9b9a9a}._overview-panel_13avp_1 h1,._overview-panel_13avp_1 h3{font-size:2rem;letter-spacing:1px;font-weight:400;text-transform:capitalize}._overview-panel_13avp_1 h1{color:#e4e4e7;margin-inline:1rem}._transaction-table-container_13avp_12{margin-block:1rem;background:#fff7f6;border-top:#e4e4e7}._transaction-table-container_13avp_12 h3{margin-inline:1rem;padding-block-start:2rem;color:#71717a}._form-container_zxcr7_1{margin-block:1rem;padding:1rem}._form-container_zxcr7_1 h3{color:#71717a;font-size:1.8rem;margin-block:.6rem 1rem}._form-container_zxcr7_1 form{background:#fff;border-radius:1rem;margin-block:.5rem}._form-container_zxcr7_1 ._form-group_zxcr7_15{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;margin:2rem 0;gap:.5rem;padding-bottom:1rem}._form-container_zxcr7_1 ._form-group_zxcr7_15:not(:nth-of-type(2)){border-bottom:1px solid whitesmoke}._form-container_zxcr7_1 ._form-group_zxcr7_15 select{text-transform:capitalize;margin-inline:1rem;padding:.5rem 1rem;border:.5px solid #e4e4e7;border-radius:1rem;outline:none}._form-container_zxcr7_1 ._form-group_zxcr7_15 select:focus{border:.5px solid #178645}._form-container_zxcr7_1 ._form-group_zxcr7_15 input{padding:.5rem 1rem;margin-inline:1rem;max-width:7rem;border:.5px solid #e4e4e7;border-radius:1rem;outline:none;letter-spacing:.5px;font-family:Roboto}._form-container_zxcr7_1 ._form-group_zxcr7_15 input:focus{border:.5px solid #178645}._form-container_zxcr7_1 ._form-group_zxcr7_15 label{margin-inline:1rem}._form-container_zxcr7_1 ._form-group_zxcr7_15 button{text-transform:capitalize}._form-container_zxcr7_1 ._form-group_zxcr7_15 ._unit_zxcr7_57{display:inline-block;font-size:1.4rem;min-width:3rem}._form-container_zxcr7_1 ._cart_zxcr7_62{margin-inline:.2rem;overflow-x:auto;border-bottom:1px solid whitesmoke}._form-container_zxcr7_1 ._cart-item_zxcr7_67{background:#fde68a;color:#000;letter-spacing:.5px;font-size:1.4rem;display:flex;flex-direction:row;align-items:center;justify-content:space-around;margin-bottom:.5rem;min-height:1rem}._form-container_zxcr7_1 ._cart-item--head_zxcr7_79{background:#d4d4d8;color:#fff}._form-container_zxcr7_1 ._cart-item-piece_zxcr7_83{border-radius:1rem;flex:1}._form-container_zxcr7_1 ._cart-item-piece--head_zxcr7_87{flex:1;padding:.5rem;text-transform:uppercase}._form-container_zxcr7_1 ._cart-item-piece--id_zxcr7_92{flex-basis:25rem;min-width:25rem}._form-container_zxcr7_1 ._cart-item-piece--name_zxcr7_96{flex-basis:16rem;min-width:16rem}._form-container_zxcr7_1 ._cart-item-piece--price_zxcr7_100,._form-container_zxcr7_1 ._cart-item-piece--quantity_zxcr7_104{flex-basis:10rem;min-width:10rem}._form-container_zxcr7_1 ._cart-item-piece--delete_zxcr7_108{flex-basis:3rem;min-width:3rem;align-self:stretch;flex-grow:0}._form-container_zxcr7_1 ._cart-item-piece-label_zxcr7_114{margin-inline:.5rem}._form-container_zxcr7_1 ._cart-item-piece-value_zxcr7_117{margin-inline:1rem;text-transform:capitalize;text-align:center}._form-container_zxcr7_1 ._cart-item-piece-delete_zxcr7_122{color:#fff;font-size:1.5em;vertical-align:sub;cursor:pointer;color:#e4e4e7}._form-container_zxcr7_1 ._cart-item-piece-delete_zxcr7_122:hover{color:#ff7170}._form-container_zxcr7_1 ._cart-item-piece-delete_zxcr7_122:active{color:#ff5755}._form-container_zxcr7_1 ._cart_zxcr7_62 ._total-price_zxcr7_135{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end;padding-inline:1rem}._form-container_zxcr7_1 ._cart_zxcr7_62 ._total-price_zxcr7_135 ._label_zxcr7_142{display:inline-block;padding:1rem 1.2rem;color:#e4e4e7;font-size:1.4rem}._form-container_zxcr7_1 ._cart_zxcr7_62 ._total-price_zxcr7_135 ._price_zxcr7_148{display:inline-block;padding:1rem 1.2rem;color:#d4d4d8;font-weight:500}._form-container_zxcr7_1 ._pay_zxcr7_154{display:flex;flex-direction:row;justify-content:space-around;justify-content:flex-start;align-items:flex-start;gap:1rem;flex-wrap:wrap;margin-inline:1rem}._form-container_zxcr7_1 ._pay_zxcr7_154 ._type_zxcr7_164{display:flex;flex-direction:row;justify-content:space-around;margin-inline-end:3rem}._form-container_zxcr7_1 ._pay_zxcr7_154 ._amount_zxcr7_170 input{border:1px solid #ffa500}._form-container_zxcr7_1 ._pay_zxcr7_154 ._amount_zxcr7_170 input:read-only{border:1px solid #2ecc71;background-color:#2ecc71;font-weight:600;color:#fff}._form-container_zxcr7_1 ._pay_zxcr7_154 ._grouped_zxcr7_179:nth-of-type(1){margin-right:2rem}._form-container_zxcr7_1 ._pay_zxcr7_154 ._grouped_zxcr7_179 label{display:flex;flex-direction:row;align-items:center;gap:1rem;cursor:pointer}._form-container_zxcr7_1 ._pay_zxcr7_154 ._grouped_zxcr7_179 input[type=radio]{display:none}._form-container_zxcr7_1 ._pay_zxcr7_154 ._grouped_zxcr7_179 input[type=radio]+label ._custom-radio_zxcr7_192{display:inline-block;width:1em;height:1em;margin:.1rem;vertical-align:middle;cursor:pointer;border-radius:50%;border:2px solid #ffffff;box-shadow:0 1px 3px #00000054;background-repeat:no-repeat;background-position:center}._form-container_zxcr7_1 ._pay_zxcr7_154 ._grouped_zxcr7_179 input[type=radio]:checked+label ._custom-radio_zxcr7_192._yes_zxcr7_205{background-color:#2ecc71}._form-container_zxcr7_1 ._pay_zxcr7_154 ._grouped_zxcr7_179 input[type=radio]:checked+label ._custom-radio_zxcr7_192._no_zxcr7_208{background-color:#e74c3c}._form-container_zxcr7_1 button{margin-inline:1rem}._form-footer_zxcr7_215{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}._form-footer_zxcr7_215 ._status_zxcr7_221{background:#fbbf24;padding:.2rem 1rem;border-radius:1rem;margin-inline:1rem;font-size:1rem;letter-spacing:1px;color:#d4d4d8}._form-footer_zxcr7_215 ._status_zxcr7_221._success_zxcr7_230{background:#2ecc71;color:#fff}._form-footer_zxcr7_215 ._status_zxcr7_221._failure_zxcr7_234{background:#ff4500;color:#fff}._form-footer_zxcr7_215 ._error-message_zxcr7_238{border:1px solid #ff7170;border-radius:2rem;padding:.5rem 1rem;font-size:1.4rem;max-width:50rem;overflow-x:auto;max-height:3em;cursor:url(img/cursor-touch.png) 8 8,grab;background:#fef3c7;color:#ff7170;transition:transform .5s cubic-bezier(.68,-.55,.27,1.55)}._form-footer_zxcr7_215 ._error-message_zxcr7_238::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5}._form-footer_zxcr7_215 ._error-message_zxcr7_238::-webkit-scrollbar{width:5px;background-color:#f5f5f5}._form-footer_zxcr7_215 ._error-message_zxcr7_238::-webkit-scrollbar-thumb{background-color:#000}._form-container_zxcr7_1 ._tab-container_zxcr7_263{display:flex;flex-direction:row;justify-content:space-around}._form-container_zxcr7_1 ._tab-container_zxcr7_263 ._tab_zxcr7_263{flex-basis:60%;text-align:center;padding-block:.5rem;cursor:pointer;border-radius:1rem}._form-container_zxcr7_1 ._tab-container_zxcr7_263 ._tab_zxcr7_263._payment_zxcr7_275{color:#2ecc71}._form-container_zxcr7_1 ._tab-container_zxcr7_263 ._tab_zxcr7_263._purchase_zxcr7_278{color:#facc15}._form-container_zxcr7_1 ._tab-container_zxcr7_263 ._tab_zxcr7_263._active_zxcr7_281{color:#fff}._form-container_zxcr7_1 ._tab-container_zxcr7_263 ._tab_zxcr7_263._active_zxcr7_281._purchase_zxcr7_278{background-color:#facc15;border-bottom-right-radius:0;border-bottom-left-radius:0}._form-container_zxcr7_1 ._tab-container_zxcr7_263 ._tab_zxcr7_263._active_zxcr7_281._payment_zxcr7_275{background-color:#2ecc71;border-bottom-right-radius:0;border-bottom-left-radius:0}._form-container_zxcr7_1 ._purchase-dash_zxcr7_294{background-color:#f4f4f5;border:2px solid #facc15;padding-block:1rem;border-radius:1rem;border-top-left-radius:0}._form-container_zxcr7_1 ._payment-dash_zxcr7_301{background-color:#f4f4f5;border:2px solid #2ecc71;padding-block:1rem;border-radius:1rem;border-top-right-radius:0}._product-card_1ukn3_1{position:relative;min-height:2rem;min-width:2rem;max-width:60rem;background-color:#fff;border-radius:1.4rem;flex-basis:50rem;box-shadow:1px 1px 10px #d4d4d850}._product-card_1ukn3_1 ._product_1ukn3_1{padding:1rem;display:flex;flex-direction:row;gap:1.5rem;font-family:Inter;max-height:30rem}@media (max-width: 75em){._product-card_1ukn3_1 ._product_1ukn3_1{flex-direction:column;max-height:none;gap:0}}._product-card_1ukn3_1 ._product_image_1ukn3_26{flex-basis:35%}._product-card_1ukn3_1 ._product_details_1ukn3_29{flex-basis:70%;display:flex;flex-direction:column;gap:.4rem;padding-block:1.5rem}._product-card_1ukn3_1 ._product_details_1ukn3_29 ._name_1ukn3_36{align-self:flex-start;text-transform:capitalize;font-size:2rem;color:#ff8e8d;font-weight:400;border-bottom:2px solid transparent}._product-card_1ukn3_1 ._product_details_1ukn3_29 ._footer_1ukn3_44{flex-grow:2;display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end}@media (max-width: 75em){._product-card_1ukn3_1 ._product_details_1ukn3_29 ._footer_1ukn3_44{margin-top:1rem}}._product-card_1ukn3_1 ._product_details_1ukn3_29 ._footer_1ukn3_44 ._unit_1ukn3_56{display:inline-block;padding:1rem 1.2rem;font-size:1.4rem;color:#e4e4e7}._product-card_1ukn3_1 ._product_details_1ukn3_29 ._footer_1ukn3_44 ._price_1ukn3_62{display:inline-block;padding:1rem 1.2rem;border:1px solid #ff8e8d;color:#ff8e8d;cursor:default}._product-card_1ukn3_1:hover{box-shadow:1px 1px 10px #58020150;background:linear-gradient(to right top,#fde68a,#fde68a)}._product-card_1ukn3_1:hover ._product_details_1ukn3_29 ._name_1ukn3_36{border-color:#ff8e8d}._product-card_1ukn3_1:hover ._product_details_1ukn3_29 ._footer_1ukn3_44 ._price_1ukn3_62{background-color:#ff8e8d;color:#fef3c7}._carousel_1tzx7_12{position:relative;height:100%}._carousel_1tzx7_12 ._main_1tzx7_16{width:100%;height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2.4rem;border-top-right-radius:15rem}@media (max-width: 56.25em){._carousel_1tzx7_12 ._main_1tzx7_16{gap:1rem}}._carousel_1tzx7_12 ._main_1tzx7_16 ._slides-frame_1tzx7_31{overflow:hidden;position:relative}._carousel_1tzx7_12 ._main_1tzx7_16 ._slides-frame_1tzx7_31 ._slides-tape_1tzx7_35{display:flex;flex-direction:row;position:relative;display:grid;grid-template-areas:"area";grid-template-rows:auto;grid-template-columns:auto;transition:translate .5s ease-in-out}._carousel_1tzx7_12 ._main_1tzx7_16 ._slides-frame_1tzx7_31 ._slides-tape_1tzx7_35 ._carousel-content_1tzx7_45{grid-area:area;position:relative;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:row;align-items:center;flex-shrink:0;width:100%;transition:background-color 1s ease,transform 1s ease,opacity 1s ease}._carousel_1tzx7_12 ._main_1tzx7_16 ._slides-frame_1tzx7_31 ._slides-tape_1tzx7_35 ._carousel-content_1tzx7_45._hidden_1tzx7_56{opacity:0}._carousel_1tzx7_12 ._main_1tzx7_16 ._slides-frame_1tzx7_31 ._slides-tape_1tzx7_35 ._carousel-content_1tzx7_45._is-left_1tzx7_59{transform:translate(-150%);opacity:0}._carousel_1tzx7_12 ._main_1tzx7_16 ._slides-frame_1tzx7_31 ._slides-tape_1tzx7_35 ._carousel-content_1tzx7_45._is-right_1tzx7_63{transform:translate(150%);opacity:0}._carousel_1tzx7_12 ._main_1tzx7_16 ._slides-frame_1tzx7_31 ._slides-tape_1tzx7_35 ._carousel-content_1tzx7_45._active_1tzx7_67{opacity:1;transform:translate(0)}._carousel_1tzx7_12 ._main_1tzx7_16 ._arrow_1tzx7_71{color:#ffbe16;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:2.4rem;font-weight:800;border-radius:100%;position:absolute;z-index:100}._carousel_1tzx7_12 ._main_1tzx7_16 ._arrow_1tzx7_71:hover{cursor:pointer}._carousel_1tzx7_12 ._main_1tzx7_16 ._arrow-left_1tzx7_86{left:0}._carousel_1tzx7_12 ._main_1tzx7_16 ._arrow-right_1tzx7_89{right:0}._carousel_1tzx7_12 ._main_1tzx7_16 ._arrow_1tzx7_71 ._icon_1tzx7_92{width:3.5rem;height:3.5rem;background-color:#ffe6e5;--padding: .5rem;padding:var(--padding);border-radius:50%;display:flex;flex-direction:row;align-items:center;justify-content:center}._carousel_1tzx7_12 ._main_1tzx7_16 ._arrow_1tzx7_71 ._icon_1tzx7_92:hover{color:#ffbe16}._carousel_1tzx7_12 ._main_1tzx7_16 ._arrow_1tzx7_71 ._icon_1tzx7_92:active{color:#fff;background-color:#fbbf24}._carousel_1tzx7_12 ._main_1tzx7_16 ._arrow_1tzx7_71 ._icon_1tzx7_92._less-than_1tzx7_111{padding-right:calc(var(--padding) + .4rem)}._carousel_1tzx7_12 ._main_1tzx7_16 ._arrow_1tzx7_71 ._icon_1tzx7_92._greater-than_1tzx7_114{padding-left:calc(var(--padding) + .4rem)}._carousel_1tzx7_12 ._dot-indicators_1tzx7_117{position:absolute;bottom:1rem;left:50%;display:flex;flex-direction:row;gap:.8rem;justify-content:center;align-items:center}@media (max-width: 56.25em){._carousel_1tzx7_12 ._dot-indicators_1tzx7_117{display:flex}}._carousel_1tzx7_12 ._dot-indicators_1tzx7_117 svg{font-size:2.8rem;cursor:pointer;color:#580201;color:#000;fill:#580201}._carousel_1tzx7_12 ._dot-indicators_1tzx7_117 svg:hover{color:#fbbf24;fill:#fbbf24}._carousel_1tzx7_12 ._dot-indicators_1tzx7_117 svg:active{color:#ffbe16;fill:#ffbe16}._carousel_1tzx7_12 ._dot-indicators_1tzx7_117 ._indicator_1tzx7_147{background-color:#ff5755;height:.8rem;flex-basis:.8rem;flex-shrink:0;flex-grow:0;border-radius:100%;border:none;outline:none;cursor:pointer}._carousel_1tzx7_12 ._dot-indicators_1tzx7_117 ._indicator-inactive_1tzx7_158{background-color:#fcd34d}._carousel_1tzx7_12 ._dot-indicators_1tzx7_117 ._indicator-inactive_1tzx7_158:hover{background-color:#fbbf24}._carousel_1tzx7_12 ._dot-indicators_1tzx7_117 ._indicator_1tzx7_147._current_1tzx7_164{cursor:default}._carousel_1tzx7_12 ._main_1tzx7_16 ._slides-frame_1tzx7_31 ._slides-tape_1tzx7_35 ._carousel-content_1tzx7_45{align-items:center;justify-content:center}._carousel_1tzx7_12 ._main_1tzx7_16 ._slides-frame_1tzx7_31 ._slides-tape_1tzx7_35 ._carousel-content_1tzx7_45:nth-of-type(2n){background-color:#fbbf24;background:linear-gradient(to right bottom,#fbbf24,#ff5755)}._carousel_1tzx7_12 ._main_1tzx7_16 ._slides-frame_1tzx7_31 ._slides-tape_1tzx7_35 ._carousel-content_1tzx7_45:nth-of-type(odd){background-color:#ff8e8d;background:linear-gradient(to right bottom,#ff8e8d,#ffbe16)}._carousel_1tzx7_12 ._main_1tzx7_16 ._slides-frame_1tzx7_31 ._slides-tape_1tzx7_35 ._carousel-content_1tzx7_45 ._image-content_1tzx7_180 ._image-wrapper_1tzx7_180 figure{height:25rem}._carousel_1tzx7_12 ._main_1tzx7_16 ._slides-frame_1tzx7_31 ._slides-tape_1tzx7_35 ._carousel-content_1tzx7_45 ._image-content_1tzx7_180 ._image-wrapper_1tzx7_180 figure img{height:100%;object-fit:contain}._container_19wk2_1 ._h3_19wk2_1{color:#a1a1aa}._container_19wk2_1 ._form-container_19wk2_4{border-radius:1rem;border:1px solid #2ecc71;max-width:80rem;margin:0 auto;background:var(--surface8-light);color:#000;padding:1rem 1.5rem}._container_19wk2_1 ._form-container_19wk2_4 ._advanced-group_19wk2_13{display:flex;justify-content:space-evenly}._container_19wk2_1 ._form-container_19wk2_4 ._input-group_19wk2_17{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;gap:1rem;border-bottom:1px solid gray;margin-block:2rem;padding-block:.5rem}._container_19wk2_1 ._form-container_19wk2_4 ._input-group--check_19wk2_27{display:block;margin-bottom:0;padding-bottom:.5rem}._container_19wk2_1 ._form-container_19wk2_4 ._input-group--tab_19wk2_32{flex-direction:column}._container_19wk2_1 ._form-container_19wk2_4 ._input-group--tab_19wk2_32 ._input-field_19wk2_35{flex-basis:15rem}._container_19wk2_1 ._form-container_19wk2_4 ._input-group_19wk2_17 ._input-label_19wk2_38{flex:1}._container_19wk2_1 ._form-container_19wk2_4 ._input-group_19wk2_17 ._input-label--check_19wk2_41{font-size:1.4rem;cursor:pointer}._container_19wk2_1 ._form-container_19wk2_4 ._input-group_19wk2_17 ._input-field_19wk2_35{flex:1;padding:.5rem 1rem;font-size:1.5rem;border:1px solid gray;border-radius:1rem;color:#636262}._container_19wk2_1 ._form-container_19wk2_4 ._input-group_19wk2_17 ._input-field_19wk2_35::placeholder{font-size:1.3rem}._container_19wk2_1 ._form-container_19wk2_4 ._input-group_19wk2_17 ._input-field_19wk2_35:disabled{outline:none;border:1px solid rgba(233,101,101,.884)}._container_19wk2_1 ._form-container_19wk2_4 ._input-group_19wk2_17 ._input-field--check_19wk2_60{margin-inline:.5rem;font-size:1.4rem;width:1rem;cursor:pointer}._container_19wk2_1 ._form-container_19wk2_4 ._input-group_19wk2_17 ._input-field--due_19wk2_66{border:1px solid rgba(233,101,101,.884);cursor:not-allowed}._container_19wk2_1 ._form-container_19wk2_4 ._input-group_19wk2_17 ._input-field--due_19wk2_66:focus{outline:none}._container_19wk2_1 ._form-container_19wk2_4 button{margin-top:2rem}._container_19wk2_1 ._form-footer_19wk2_76{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}._container_19wk2_1 ._form-footer_19wk2_76 ._status_19wk2_82{--status-color: rgba(13, 44, 221, .678);background:var(--status-color);padding:.2rem 1rem;border-radius:1rem;margin-inline:1rem;font-size:1rem;filter:drop-shadow(0px 0px 2px --status-color);color:#fff}._container_19wk2_1 ._form-footer_19wk2_76 ._status_19wk2_82._success_19wk2_92{--status-color: rgb(49, 207, 49)}._container_19wk2_1 ._form-footer_19wk2_76 ._status_19wk2_82._failure_19wk2_95{--status-color: red}._container_19wk2_1 ._form-footer_19wk2_76 ._error_19wk2_98{border:1px solid red;border-radius:1rem;padding:.5rem 1rem;font-size:1.4rem;max-width:50rem;overflow-x:auto;max-height:3em;cursor:url(img/cursor-touch.png) 8 8,grab;background:wheat;color:brown}._container_19wk2_1 ._form-footer_19wk2_76 ._error_19wk2_98::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5}._container_19wk2_1 ._form-footer_19wk2_76 ._error_19wk2_98::-webkit-scrollbar{width:5px;background-color:#f5f5f5}._container_19wk2_1 ._form-footer_19wk2_76 ._error_19wk2_98::-webkit-scrollbar-thumb{background-color:#000}._container_19wk2_1 ._profile-container_19wk2_121{display:flex;flex-direction:row;justify-content:flex-start;padding-block:1rem}._form-footer_1roq9_1{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-block:1rem}._form-footer_1roq9_1 ._status_1roq9_8{--status-color: rgba(13, 44, 221, .678);background:var(--status-color);padding:.2rem 1rem;border-radius:1rem;margin-inline:1rem;font-size:1rem;filter:drop-shadow(0px 0px 2px --status-color);color:#fff}._form-footer_1roq9_1 ._status_1roq9_8._success_1roq9_18{--status-color: rgb(49, 207, 49)}._form-footer_1roq9_1 ._status_1roq9_8._failure_1roq9_21{--status-color: red}._form-footer_1roq9_1 ._error_1roq9_24{border:1px solid red;border-radius:1rem;padding:.5rem 1rem;font-size:1.4rem;max-width:50rem;overflow-x:auto;max-height:3em;cursor:url(img/cursor-touch.png) 8 8,grab;background:#eee8dc;color:brown}._form-footer_1roq9_1 ._error_1roq9_24::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5}._form-footer_1roq9_1 ._error_1roq9_24::-webkit-scrollbar{width:5px;background-color:#f5f5f5}._form-footer_1roq9_1 ._error_1roq9_24::-webkit-scrollbar-thumb{background-color:#000}._container_1ctf1_1 ._h3_1ctf1_1{color:#a1a1aa}._container_1ctf1_1 ._products-container_1ctf1_4{display:flex;flex-wrap:wrap;gap:2rem;padding:2rem}._container_ro204_1{border-radius:1rem;padding-block:1rem}._container_ro204_1 h3{color:#71717a;font-size:1.8rem;margin-block:.6rem 1rem;padding-inline:1rem;letter-spacing:1px;font-weight:400;text-transform:capitalize}._dashboard_1yzfi_1{display:flex;overflow:hidden;color:#580201;background:#fff7f6}._dashboard_1yzfi_1 ._sidebar-container_1yzfi_7{display:block}._window_1yzfi_11{height:100vh;max-height:100vh;overflow:auto;display:flex;flex-direction:column;flex-grow:1}._navigation-bar_omso2_1{background-color:#f4f4f5;display:flex;align-items:center;justify-content:center;padding-block:1rem;position:sticky;top:0;z-index:999;margin-bottom:1rem;box-shadow:0 1px 5px #d4d4d850}._navigation-bar_omso2_1 ._toggle-sidebar_omso2_13{overflow:hidden;transition:width .2s ease,padding-inline .2s ease;font-size:2.5rem;padding-inline:1.5rem;color:#71717a}._navigation-bar_omso2_1 ._toggle-sidebar--open_omso2_20{padding-inline:0;width:0}._navigation-bar_omso2_1 ._toggle-sidebar_omso2_13 svg:hover{cursor:pointer;color:#1e293b}._navigation-bar_omso2_1 ._toggle-sidebar_omso2_13 svg:active{color:#ff5755}._navigation-bar_omso2_1 ._go-back_omso2_31{height:100%;transition:margin .5s ease;margin-inline:1rem}@media (max-width: 56.25em){._navigation-bar_omso2_1 ._go-back_omso2_31 span{display:none}}._navigation-bar_omso2_1 ._go-back--pushed_omso2_41{margin-left:2rem;margin-left:calc(.8rem + 1.2 * (100vw - 37.5em) / (112.5))}._navigation-bar_omso2_1 ._details_omso2_46{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;flex-grow:1;text-align:right;margin-inline:2rem;margin-inline:1.5rem;margin-inline:calc(.8rem + .7 * (100vw - 37.5em) / (112.5))}._navigation-bar_omso2_1 ._details_omso2_46 ._name_omso2_57{margin-inline:1rem;font-family:Oswald;text-transform:uppercase;color:#71717a}._navigation-bar_omso2_1 ._details_omso2_46 ._logout_omso2_63{position:relative;cursor:pointer;color:#a1a1aa}._navigation-bar_omso2_1 ._details_omso2_46 ._logout_omso2_63:hover{color:#2c2c2c}._navigation-bar_omso2_1 ._details_omso2_46 ._logout_omso2_63:active{color:#ff8e8d}._navigation-bar_omso2_1 ._details_omso2_46 ._logout_omso2_63:hover [class*=tooltip]{display:block}._sidebar_1lbvs_1{position:relative;max-width:20rem;flex-shrink:0;flex-basis:20rem;overflow:auto;align-self:stretch;min-height:20rem;height:100vh;top:0;left:0;bottom:0;background:#fafafa;box-shadow:0 1px 5px #d4d4d850;transition:width .5s ease,transform .5s ease}@media (max-width: 56.25em){._sidebar_1lbvs_1{position:absolute;z-index:9999}}._sidebar--opened_1lbvs_24{width:20rem}._sidebar--closed_1lbvs_27{width:0rem}._sidebar_1lbvs_1 ._header_1lbvs_30{border-bottom:.5px solid #e4e4e7}._sidebar_1lbvs_1 ._hamburger_1lbvs_33{position:absolute;top:.5rem;right:.3rem;color:#a1a1aa;font-size:2.5rem;cursor:pointer}._sidebar_1lbvs_1 ._hamburger_1lbvs_33:hover{color:#71717a}._sidebar_1lbvs_1 ._hamburger_1lbvs_33:active{color:#ff8e8d}._sidebar_1lbvs_1 ._logo_1lbvs_47{max-width:20rem;min-width:16rem;width:80%;margin-top:.1rem;margin-inline:.5rem}._sidebar_1lbvs_1 ._logo_1lbvs_47 img{cursor:pointer;width:100%;height:100%}._sidebar_1lbvs_1 ._logo_1lbvs_47 svg{font-size:5rem;color:#d4d4d8;font-weight:800}._sidebar_1lbvs_1 ul{list-style-type:none;margin:1rem;padding:0}._sidebar-item_ie9up_1{text-decoration:none;display:block;padding:.75rem 1rem;transition:background-color .15s;text-transform:capitalize;color:#71717a}._sidebar-item_ie9up_1:hover{background-color:#8080800d;cursor:pointer}._sidebar-item_ie9up_1:hover ._sidebar-item_ie9up_1:hover span{color:#ff7170}._sidebar-item_ie9up_1:hover ._sidebar-title_ie9up_16 span{border-left:2px solid transparent;color:#ff5755}._sidebar-item_ie9up_1:hover ._sidebar-title_ie9up_16 span._active_ie9up_20{background-color:transparent}._sidebar-item_ie9up_1 span{border-left:2px solid transparent;padding-inline:2px;display:block;width:100%}._sidebar-item_ie9up_1 span:hover{display:inline-block;text-underline-position:under}._sidebar-item_ie9up_1 span._active_ie9up_20{color:#ff7170}._sidebar-item_ie9up_1 ._sidebar-title_ie9up_16{cursor:pointer;display:flex;font-size:1em;justify-content:space-between}._sidebar-item_ie9up_1 ._sidebar-title_ie9up_16:hover._toggle-btn_ie9up_42{color:#fcd34d}._sidebar-item_ie9up_1 ._sidebar-title_ie9up_16 span{font-weight:300;cursor:pointer}._sidebar-item_ie9up_1 ._sidebar-title_ie9up_16 span i{display:inline-block;width:1.5rem}._sidebar-item_ie9up_1 ._sidebar-title_ie9up_16 ._toggle-btn_ie9up_42{cursor:pointer;background:none;color:#d4d4d8;border:none}._sidebar-item_ie9up_1 ._sidebar-title_ie9up_16 ._toggle-btn_ie9up_42 svg{color:inherit;width:1rem}._sidebar-item_ie9up_1 ._sidebar-title_ie9up_16:hover ._toggle-btn_ie9up_42 svg{color:#ff7170}._sidebar-item_ie9up_1._open_ie9up_66>._sidebar-title_ie9up_16 ._toggle-btn_ie9up_42{transform:rotate(180deg)}._sidebar-item_ie9up_1 ._sidebar-content_ie9up_69{padding-top:.25em;height:0;overflow:hidden}._sidebar-item_ie9up_1._open_ie9up_66>._sidebar-content_ie9up_69{height:auto}._sidebar-item_ie9up_1 ._plain_ie9up_77{cursor:pointer;display:block;text-decoration:none;font-weight:300}._sidebar-item_ie9up_1 ._plain_ie9up_77 i{display:inline-block;width:1.7em}._contact-container_ojuig_1{background-color:#fef3c7;padding:1rem}._contact-container_ojuig_1 ._contact_ojuig_1{display:flex;flex-direction:column;gap:1rem}._contact-container_ojuig_1 ._contact_ojuig_1 h2,._contact-container_ojuig_1 ._contact_ojuig_1 h3{font-weight:400;color:#ff8e8d;margin-bottom:1rem}._contact-container_ojuig_1 ._contact_ojuig_1 ._direct_ojuig_16 ._title_ojuig_16{font-size:1.8rem;font-weight:500;margin-bottom:1rem;color:#a1a1aa}._contact-container_ojuig_1 ._contact_ojuig_1 ._direct_ojuig_16 ul{display:flex;flex-direction:column;gap:.6rem}._contact-container_ojuig_1 ._contact_ojuig_1 ._direct_ojuig_16 ul li{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.6rem}._contact-container_ojuig_1 ._contact_ojuig_1 ._direct_ojuig_16 ul li ._field_ojuig_34{flex-basis:20%;color:#d4d4d8}._contact-container_ojuig_1 ._contact_ojuig_1 ._direct_ojuig_16 ul li ._value_ojuig_38{flex-basis:50%;color:#145ae1}._home_j6w2p_1{display:flex;min-height:100vh}@media (max-width: 56.25em){._home_j6w2p_1{flex-direction:column}}._home_j6w2p_1 ._window_j6w2p_10{flex-basis:100%}._navbar_1qvz9_1{position:sticky;left:0;top:0;z-index:99999;height:100vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:2rem .5rem;gap:2rem;min-height:2em;max-width:20rem;background-color:#e4e4e7;box-shadow:0 0 10px #0000001a}@media (max-width: 56.25em){._navbar_1qvz9_1{top:0;flex-direction:row;height:auto;width:100%;max-width:none;padding:.5rem;justify-content:space-between}}@media (max-width: 56.25em){._navbar_1qvz9_1 ._brand_1qvz9_30 svg{height:3rem}}._navbar_1qvz9_1 ._brand_1qvz9_30 svg{font-size:10rem;color:#fff}._navbar_menu_1qvz9_38{align-self:flex-end}@media (max-width: 56.25em){._navbar_menu_1qvz9_38{align-self:auto}}._navbar_menu_1qvz9_38 ul{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-end;list-style-type:none;gap:1rem}@media (max-width: 56.25em){._navbar_menu_1qvz9_38 ul{flex-direction:row;height:auto}}._navbar_menu_1qvz9_38 ul a{flex-basis:15rem;font-weight:300;letter-spacing:1px;font-size:1.8rem;color:#71717a;padding:.5rem;text-transform:uppercase;text-decoration:none;transition:color .2s ease,border-color .2s ease}@media (max-width: 56.25em){._navbar_menu_1qvz9_38 ul a{font-size:1.6rem}}._navbar_menu_1qvz9_38 ul a:hover{color:#ea580c}footer{padding:5rem 2.4rem;background-color:#a1a1aa;display:flex;flex-direction:column;gap:4rem}footer ._brand_1q410_8{display:flex;flex-direction:row;align-items:center;gap:1rem}footer ._brand_1q410_8 svg{font-size:5rem}footer ._brand_1q410_8 ._title_1q410_17 ._h3_1q410_17{font-size:2.4rem;color:#fff;font-weight:500;margin-bottom:.4rem}footer ._brand_1q410_8 ._title_1q410_17 p{color:#fff;letter-spacing:.1ch;padding-inline:1rem}footer ._copyright_1q410_28{font-size:1.6rem;color:#f4f4f5}footer ._copyright_1q410_28 a{color:#0c4a6e}footer ._copyright_1q410_28 a:hover{text-decoration:underline}._hero_1w6gs_1{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;min-height:100vh;background:#fff;color:#fff7f6;padding:15rem 2.4rem}._hero_1w6gs_1 ._watermark_1w6gs_12{position:absolute;opacity:.2;top:10%;right:0;bottom:10%;left:0;overflow:hidden}._hero_1w6gs_1 ._watermark_1w6gs_12 svg{font-size:80rem;mix-blend-mode:darken;z-index:-1;transform:translate(50%)}._hero_1w6gs_1 ._content_1w6gs_24{width:80%;display:flex;flex-direction:column;gap:2rem;position:relative}._hero_1w6gs_1 ._content_1w6gs_24 ._h1_1w6gs_31{font-size:6.4rem;font-weight:500;line-height:98%;font-family:Inter;color:#fbbf24}._hero_1w6gs_1 ._content_1w6gs_24 ._h1_1w6gs_31 span{color:#ff5755;white-space:nowrap}._hero_1w6gs_1 ._content_1w6gs_24 ._description_1w6gs_42{color:#a1a1aa}._hero_1w6gs_1 ._content_1w6gs_24 ._cta_1w6gs_45{display:flex;flex-direction:row;gap:2rem}._about_zgm6s_1{position:relative;background-color:#fff;padding:15rem 2.4rem}._about_zgm6s_1 ._content_zgm6s_6{display:flex;flex-direction:column;gap:10rem}._about_zgm6s_1 ._content_zgm6s_6 ._row_zgm6s_11{display:flex;flex-direction:row;gap:2rem}@media (max-width: 56.25em){._about_zgm6s_1 ._content_zgm6s_6 ._row_zgm6s_11{flex-direction:column}}._about_zgm6s_1 ._content_zgm6s_6 ._row_zgm6s_11._first_zgm6s_21 ._col_zgm6s_21._first_zgm6s_21{flex-basis:50%}._about_zgm6s_1 ._content_zgm6s_6 ._row_zgm6s_11._first_zgm6s_21 ._col_zgm6s_21._first_zgm6s_21 ._h2_zgm6s_24{font-size:4rem;color:#a1a1aa;font-weight:300;line-height:98%;font-family:Inter;text-align:left;margin-block:3rem}._about_zgm6s_1 ._content_zgm6s_6 ._row_zgm6s_11._first_zgm6s_21 ._col_zgm6s_21._second_zgm6s_33{flex-basis:50%}._about_zgm6s_1 ._content_zgm6s_6 ._row_zgm6s_11._first_zgm6s_21 ._col_zgm6s_21._second_zgm6s_33 figure img{background-color:#fef3c7;max-height:28rem;object-fit:contain;border-radius:.4rem}._about_zgm6s_1 ._content_zgm6s_6 ._row_zgm6s_11._second_zgm6s_33 ._col_zgm6s_21._first_zgm6s_21{flex-basis:50%}@media (max-width: 56.25em){._about_zgm6s_1 ._content_zgm6s_6 ._row_zgm6s_11._second_zgm6s_33 ._col_zgm6s_21._first_zgm6s_21{order:2}}._about_zgm6s_1 ._content_zgm6s_6 ._row_zgm6s_11._second_zgm6s_33 ._col_zgm6s_21._first_zgm6s_21 figure img{background-color:#fef3c7;max-height:28rem;object-fit:contain;border-radius:.4rem}._about_zgm6s_1 ._content_zgm6s_6 ._row_zgm6s_11._second_zgm6s_33 ._col_zgm6s_21._second_zgm6s_33{flex-basis:50%;color:#a1a1aa}._about_zgm6s_1 ._content_zgm6s_6 ._row_zgm6s_11._second_zgm6s_33 ._col_zgm6s_21._second_zgm6s_33 p{margin-bottom:2rem}._section-tag_5ppgc_1{text-transform:uppercase;position:absolute;top:8rem;right:0;z-index:500;background-color:#ff5755;color:#fff7f6;padding:1rem 1rem 1rem 2rem;border-top-left-radius:2rem;border-bottom-left-radius:2rem;cursor:default}._section-tag_5ppgc_1._berry_5ppgc_15{background-color:#ff5755;color:#fff7f6}._section-tag_5ppgc_1._amber_5ppgc_19{background-color:#ffbe16;color:#fef3c7}h3{color:#d4d4d8;font-size:1.8rem;margin-block:.6rem 1rem;padding-inline:1rem;letter-spacing:1px;font-weight:400;text-transform:capitalize}._carousel_i02gb_12{position:relative}._carousel_i02gb_12 ._main_i02gb_15{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2.4rem;border-top-right-radius:15rem}@media (max-width: 56.25em){._carousel_i02gb_12 ._main_i02gb_15{gap:1rem}}._carousel_i02gb_12 ._main_i02gb_15 ._slides-frame_i02gb_29{overflow:hidden;position:relative}._carousel_i02gb_12 ._main_i02gb_15 ._slides-frame_i02gb_29 ._slides-tape_i02gb_33{display:flex;flex-direction:row;position:relative;display:grid;grid-template-areas:"area";grid-template-rows:auto;grid-template-columns:auto;transition:translate .5s ease-in-out}._carousel_i02gb_12 ._main_i02gb_15 ._slides-frame_i02gb_29 ._slides-tape_i02gb_33 ._carousel-content_i02gb_43{grid-area:area;position:relative;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:row;align-items:center;flex-shrink:0;width:100%;padding-inline:6rem;padding:6rem;transition:background-color 1s ease,transform 1s ease,opacity 1s ease}._carousel_i02gb_12 ._main_i02gb_15 ._slides-frame_i02gb_29 ._slides-tape_i02gb_33 ._carousel-content_i02gb_43._hidden_i02gb_56{opacity:0}._carousel_i02gb_12 ._main_i02gb_15 ._slides-frame_i02gb_29 ._slides-tape_i02gb_33 ._carousel-content_i02gb_43._is-left_i02gb_59{transform:translate(-150%);opacity:0}._carousel_i02gb_12 ._main_i02gb_15 ._slides-frame_i02gb_29 ._slides-tape_i02gb_33 ._carousel-content_i02gb_43._is-right_i02gb_63{transform:translate(150%);opacity:0}._carousel_i02gb_12 ._main_i02gb_15 ._slides-frame_i02gb_29 ._slides-tape_i02gb_33 ._carousel-content_i02gb_43._active_i02gb_67{opacity:1;transform:translate(0)}._carousel_i02gb_12 ._main_i02gb_15 ._arrow_i02gb_71{color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:2.4rem;font-weight:800;border-radius:100%;position:relative;z-index:100}._carousel_i02gb_12 ._main_i02gb_15 ._arrow_i02gb_71:hover{cursor:pointer}._carousel_i02gb_12 ._main_i02gb_15 ._arrow_i02gb_71 ._icon_i02gb_86{width:3.5rem;height:3.5rem;background-color:#ffe6e5;--padding: .5rem;padding:var(--padding);border-radius:50%;display:flex;flex-direction:row;align-items:center;justify-content:center}._carousel_i02gb_12 ._main_i02gb_15 ._arrow_i02gb_71 ._icon_i02gb_86:hover{color:#ffbe16}._carousel_i02gb_12 ._main_i02gb_15 ._arrow_i02gb_71 ._icon_i02gb_86:active{color:#fff;background-color:#fbbf24}._carousel_i02gb_12 ._main_i02gb_15 ._arrow_i02gb_71 ._icon_i02gb_86._less-than_i02gb_105{padding-right:calc(var(--padding) + .4rem)}._carousel_i02gb_12 ._main_i02gb_15 ._arrow_i02gb_71 ._icon_i02gb_86._greater-than_i02gb_108{padding-left:calc(var(--padding) + .4rem)}._carousel_i02gb_12 ._dot-indicators_i02gb_111{display:flex;flex-direction:row;gap:.8rem;bottom:8rem;justify-content:center;align-items:center;height:5rem}@media (max-width: 56.25em){._carousel_i02gb_12 ._dot-indicators_i02gb_111{display:flex}}._carousel_i02gb_12 ._dot-indicators_i02gb_111 svg{font-size:2.8rem;cursor:pointer;color:#580201;color:#000;fill:#580201}._carousel_i02gb_12 ._dot-indicators_i02gb_111 svg:hover{color:#fbbf24;fill:#fbbf24}._carousel_i02gb_12 ._dot-indicators_i02gb_111 svg:active{color:#ffbe16;fill:#ffbe16}._carousel_i02gb_12 ._dot-indicators_i02gb_111 ._indicator_i02gb_140{background-color:#ff5755;height:.8rem;flex-basis:.8rem;flex-shrink:0;flex-grow:0;border-radius:100%;border:none;outline:none;cursor:pointer}._carousel_i02gb_12 ._dot-indicators_i02gb_111 ._indicator-inactive_i02gb_151{background-color:#fcd34d}._carousel_i02gb_12 ._dot-indicators_i02gb_111 ._indicator-inactive_i02gb_151:hover{background-color:#fbbf24}._carousel_i02gb_12 ._dot-indicators_i02gb_111 ._indicator_i02gb_140._current_i02gb_157{cursor:default}._carousel_i02gb_12 ._main_i02gb_15 ._slides-frame_i02gb_29 ._slides-tape_i02gb_33 ._carousel-content_i02gb_43{align-items:center;justify-content:center}._carousel_i02gb_12 ._main_i02gb_15 ._slides-frame_i02gb_29 ._slides-tape_i02gb_33 ._carousel-content_i02gb_43:nth-of-type(2n){background-color:#fbbf24;background:linear-gradient(to right bottom,#fbbf24,#ff5755)}._carousel_i02gb_12 ._main_i02gb_15 ._slides-frame_i02gb_29 ._slides-tape_i02gb_33 ._carousel-content_i02gb_43:nth-of-type(odd){background-color:#ff8e8d;background:linear-gradient(to right bottom,#ff8e8d,#ffbe16)}._carousel_i02gb_12 ._main_i02gb_15 ._slides-frame_i02gb_29 ._slides-tape_i02gb_33 ._carousel-content_i02gb_43 ._image-content_i02gb_173 ._image-wrapper_i02gb_173 figure{height:30rem}._carousel_i02gb_12 ._main_i02gb_15 ._slides-frame_i02gb_29 ._slides-tape_i02gb_33 ._carousel-content_i02gb_43 ._image-content_i02gb_173 ._image-wrapper_i02gb_173 figure img{height:100%;object-fit:contain}._favorites_94d7j_1{position:relative;background-color:#fff7f6;background:linear-gradient(to right bottom,#fff7f6,#fef3c7);padding:15rem 2.4rem}._favorites_94d7j_1 ._content_94d7j_7{display:flex;flex-direction:column;align-items:center;gap:5rem}._favorites_94d7j_1 ._content_94d7j_7 ._h2_94d7j_13{font-size:4rem;color:#fbbf24;font-weight:300;line-height:98%;font-family:Inter;text-align:center;margin-top:3rem}._container_ear8k_1{display:flex;flex-direction:column;position:relative;height:100%;align-items:center;justify-content:center}@media (max-width: 56.25em){._container_ear8k_1{flex-direction:column;height:calc(100vh - 5rem)}}._container_ear8k_1 ._wrapper_ear8k_15{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}._container_ear8k_1 ._wrapper_ear8k_15 ._oauth-container_ear8k_21{position:relative;margin-inline:.5rem;background:#fff;border:2px solid rgb(205,216,235);border-radius:1.5rem;color:#000;padding:1rem 1.5rem;transition:transform .5s ease;font-size:1.8rem}._login-container_2msda_1{position:relative;flex-basis:45%;margin-inline:.5rem;flex-grow:1;display:flex;align-items:center;justify-content:center;transition:transform .5s ease}@media (max-width: 56.25em){._login-container_2msda_1{justify-content:center;margin:1rem 0;width:100%;order:2}}._login-container_2msda_1 ._form-container_2msda_19{position:relative;flex-basis:50rem;max-width:80rem;margin:0 auto;background:#fff;border:2px solid rgb(205,216,235);border-radius:1.5rem;color:#000;padding:1rem 1.5rem;transition:transform .5s ease}._login-container_2msda_1 ._form-container_2msda_19 ._header_2msda_31{display:flex;flex-direction:row;justify-content:space-between;align-items:center}._login-container_2msda_1 ._form-container_2msda_19 ._header_2msda_31 ._inactive_2msda_37{position:absolute;right:0rem;padding:1rem 1.6rem;background-color:#ff8e8d;color:#fff;border-top-left-radius:2rem;border-bottom-left-radius:2rem;cursor:pointer;font-weight:300;font-size:1.4rem}._login-container_2msda_1 ._form-container_2msda_19 ._header_2msda_31 ._inactive_2msda_37._admin_2msda_49{background-color:#fbbf24;color:#fff}._login-container_2msda_1 ._form-container_2msda_19 ._header_2msda_31 ._inactive_2msda_37._admin_2msda_49:active{color:#fff}._login-container_2msda_1 ._form-container_2msda_19 ._header_2msda_31 ._inactive_2msda_37._customer_2msda_56:active{color:#d4d4d8}._login-container_2msda_1 ._form-container_2msda_19 ._header_2msda_31 ._active_2msda_59{color:#ff8e8d;padding:1rem 1.6rem;font-weight:400;font-size:2.8rem}._login-container_2msda_1 ._form-container_2msda_19 ._header_2msda_31 ._active_2msda_59._admin_2msda_49{color:#fbbf24}._login-container_2msda_1 ._form-container_2msda_19 ._advanced-group_2msda_68{display:flex;justify-content:space-evenly}._login-container_2msda_1 ._form-container_2msda_19 ._input-group_2msda_72{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;flex-wrap:wrap;gap:1rem;border-bottom:1px solid #ffe6e5;margin:2rem}._login-container_2msda_1 ._form-container_2msda_19 ._input-group--check_2msda_82{display:block;margin-bottom:0;padding-bottom:.5rem}._login-container_2msda_1 ._form-container_2msda_19 ._input-group--tab_2msda_87{flex-direction:column}._login-container_2msda_1 ._form-container_2msda_19 ._input-group--tab_2msda_87 ._input-field_2msda_90{flex-basis:15rem}._login-container_2msda_1 ._form-container_2msda_19 ._input-group_2msda_72 ._input-label_2msda_93{flex:1;color:#d4d4d8}._login-container_2msda_1 ._form-container_2msda_19 ._input-group_2msda_72 ._input-label--check_2msda_97{font-size:1.4rem;cursor:pointer}._login-container_2msda_1 ._form-container_2msda_19 ._input-group_2msda_72 ._input-field_2msda_90{flex:1;padding:.5rem 1rem;font-size:1.5rem;border:1px solid #f4f4f5;border-radius:1rem;margin-bottom:.4rem;outline:none}._login-container_2msda_1 ._form-container_2msda_19 ._input-group_2msda_72 ._input-field_2msda_90:focus-visible{border-color:#e4e4e7}._login-container_2msda_1 ._form-container_2msda_19 ._input-group_2msda_72 ._input-field_2msda_90::placeholder{font-size:1.3rem}._login-container_2msda_1 ._form-container_2msda_19 ._input-group_2msda_72 ._input-field_2msda_90:disabled{outline:none;border:1px solid rgba(233,101,101,.884)}._login-container_2msda_1 ._form-container_2msda_19 ._input-group_2msda_72 ._input-field--check_2msda_120{margin-inline:.5rem;font-size:1.4rem;width:1rem;cursor:pointer}._login-container_2msda_1 ._form-container_2msda_19 ._input-group_2msda_72 ._input-field--due_2msda_126{border:1px solid rgba(233,101,101,.884);cursor:not-allowed}._login-container_2msda_1 ._form-container_2msda_19 ._input-group_2msda_72 ._input-field--due_2msda_126:focus{outline:none}._login-container_2msda_1 ._form-container_2msda_19 ._action_2msda_133{display:flex;flex-direction:row;align-items:center;margin-inline:2rem}._login-container_2msda_1 ._form-container_2msda_19 ._action_2msda_133 svg{color:#34dd89}._login-container_2msda_1 ._form-container_2msda_19 ._error-message_2msda_142{margin-block:1rem;font-size:1.4rem;word-break:break-word;text-overflow:ellipsis;max-height:5em;overflow:auto;border:1px solid red;border-radius:1rem;padding:.5rem}._products-container_pgvlc_1{padding:1rem 1.2rem}._products-container_pgvlc_1 h2{font-weight:400;color:#ff8e8d;margin-bottom:1rem}._products-container_pgvlc_1 ._products_pgvlc_1{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1.6rem;flex-wrap:wrap}.scrollbar-1::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:#f5f5f5}.scrollbar-1::-webkit-scrollbar{width:12px;background-color:#f5f5f5}.scrollbar-1::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#555}.scrollbar-2::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:#f5f5f5}.scrollbar-2::-webkit-scrollbar{width:12px;background-color:#f5f5f5}.scrollbar-2::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#d62929}.scrollbar-3::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5}.scrollbar-3::-webkit-scrollbar{width:6px;height:6px;background-color:#f5f5f5}.scrollbar-3::-webkit-scrollbar-thumb{background-color:#000}.scrollbar-4::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5}.scrollbar-4::-webkit-scrollbar{width:10px;height:10px;background-color:#f5f5f5}.scrollbar-4::-webkit-scrollbar-thumb{background-color:#000;border:2px solid #555555}.scrollbar-5::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5}.scrollbar-5::-webkit-scrollbar{width:10px;height:10px;background-color:#f5f5f5}.scrollbar-5::-webkit-scrollbar-thumb{background-color:#0ae;background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(.5,rgba(255,255,255,.2)),color-stop(.5,transparent),to(transparent))}.scrollbar-6::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5}.scrollbar-6::-webkit-scrollbar{width:10px;height:10px;background-color:#f5f5f5}.scrollbar-6::-webkit-scrollbar-thumb{background-color:#f90;background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent)}.scrollbar-7::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5;border-radius:10px}.scrollbar-7::-webkit-scrollbar{width:10px;height:10px;background-color:#f5f5f5}.scrollbar-7::-webkit-scrollbar-thumb{border-radius:10px;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(.44,rgb(122,153,217)),color-stop(.72,rgb(73,125,189)),color-stop(.86,rgb(28,58,148)))}.scrollbar-8::-webkit-scrollbar-track{border:1px solid black;background-color:#f5f5f5}.scrollbar-8::-webkit-scrollbar{width:10px;height:10px;background-color:#f5f5f5}.scrollbar-8::-webkit-scrollbar-thumb{background-color:#000}.scrollbar-9::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5}.scrollbar-9::-webkit-scrollbar{width:10px;height:10px;background-color:#f5f5f5}.scrollbar-9::-webkit-scrollbar-thumb{background-color:#f90;background-image:-webkit-linear-gradient(90deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent)}.scrollbar-10::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5;border-radius:10px}.scrollbar-10::-webkit-scrollbar{width:10px;height:10px;background-color:#f5f5f5}.scrollbar-10::-webkit-scrollbar-thumb{background-color:#aaa;border-radius:10px;background-image:-webkit-linear-gradient(90deg,rgba(0,0,0,.2) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.2) 50%,rgba(0,0,0,.2) 75%,transparent 75%,transparent)}.scrollbar-11::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5;border-radius:10px}.scrollbar-11::-webkit-scrollbar{width:10px;height:10px;background-color:#f5f5f5}.scrollbar-11::-webkit-scrollbar-thumb{background-color:#36f;border-radius:10px;background-image:-webkit-linear-gradient(0deg,rgba(255,255,255,.5) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.5) 50%,rgba(255,255,255,.5) 75%,transparent 75%,transparent)}.scrollbar-12::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.9);border-radius:10px;background-color:#444}.scrollbar-12::-webkit-scrollbar{width:12px;background-color:#f5f5f5}.scrollbar-12::-webkit-scrollbar-thumb{border-radius:10px;background-color:#d62929;background-image:-webkit-linear-gradient(90deg,transparent,rgba(0,0,0,.4) 50%,transparent,transparent)}.scrollbar-13::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.9);border-radius:10px;background-color:#ccc}.scrollbar-13::-webkit-scrollbar{width:12px;background-color:#f5f5f5}.scrollbar-13::-webkit-scrollbar-thumb{border-radius:10px;background-color:#d62929;background-image:-webkit-linear-gradient(90deg,transparent,rgba(0,0,0,.4) 50%,transparent,transparent)}.scrollbar-14::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.6);background-color:#ccc}.scrollbar-14::-webkit-scrollbar{width:10px;height:10px;background-color:#f5f5f5}.scrollbar-14::-webkit-scrollbar-thumb{background-color:#fff;background-image:-webkit-linear-gradient(90deg,rgb(0,0,0) 0%,rgb(0,0,0) 25%,transparent 100%,rgb(0,0,0) 75%,transparent)}.scrollbar-15::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.1);background-color:#f5f5f5;border-radius:10px}.scrollbar-15::-webkit-scrollbar{width:10px;height:10px;background-color:#f5f5f5}.scrollbar-15::-webkit-scrollbar-thumb{border-radius:10px;background-color:#fff;background-image:-webkit-gradient(linear,40% 0%,75% 84%,from(#4d9c41),to(#19911d),color-stop(.6,#54de5d))}.scrollbar-16::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.1);background-color:#f5f5f5;border-radius:10px}.scrollbar-16::-webkit-scrollbar{width:10px;height:10px;background-color:#f5f5f5}.scrollbar-16::-webkit-scrollbar-thumb{border-radius:10px;background-color:#fff;background-image:-webkit-linear-gradient(top,#e4f5fc 0%,#bfe8f9 50%,#9fd8ef 51%,#2ab0ed 100%)}.scrollbar-17::-webkit-scrollbar-track,::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(255,255,255,.17);background-color:#f5f5f5}.scrollbar-17::-webkit-scrollbar,::-webkit-scrollbar{width:6px;height:6px;background-color:#f5f5f5}.scrollbar-17::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb{background-color:#504242}@font-face{font-family:Oswald;src:url(/fonts/Oswald-Regular.eot);src:local("/fonts/Oswald Regular"),local("Oswald-Regular"),url(/fonts/Oswald-Regular.eot?#iefix) format("embedded-opentype"),url(/fonts/Oswald-Regular.woff2) format("woff2"),url(/fonts/Oswald-Regular.woff) format("woff"),url(/fonts/Oswald-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}#map{height:300px}:root{font-size:10px}*{box-sizing:border-box;padding-block:0;margin-block:0;margin-inline:0;padding-inline:0}*:link,:visited{text-decoration:none;color:inherit}body{font-size:1.6rem;font-family:Roboto;background:#f3f3f4;background:var(--surface2-light);background:var(--surface5-light);color:#252424}body::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5}body::-webkit-scrollbar{width:10px;background-color:#f5f5f5}body::-webkit-scrollbar-thumb{background-color:gray;background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(.5,rgba(255,255,255,.2)),color-stop(.5,transparent),to(transparent))}img{object-fit:cover;width:100%}:root{--surface8-light: #ffffff;--surface7-light: #f5f5f5;--surface6-light: #e5e5e5;--surface5-light: #d5d5d5;--surface4-light: #b5b5b5;--surface3-light: #9e9e9e;--surface2-light: #5e5e5e;--surface1-light: #1e1e1e}
