@charset "UTF-8";.App>div:nth-of-type(3){min-height:calc(100vh - 365px)}.App{background:var(--Rodeo-Dust-50, #F9F6F3)}: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)}}:root{--display-font: Montserrat;--body-font: Nunito;--spc-prt-0-5: 4px;--spc-prt-1: 8px;--spc-prt-2: 16px;--spc-prt-3: 24px;--spc-prt-4: 32px;--spc-prt-5: 40px;--spc-prt-6: 48px;--spc-prt-7: 56px;--spc-prt-8: 64px;--spc-prt-9: 72px;--spc-prt-10: 80px;--spc-prt-11: 88px;--spc-prt-12: 96px;--spc-prt-13: 104px;--spc-prt-14: 128px;--spc-tk-none: 0px;--spc-tk-2xs: var(--spc-prt-0-5);--spc-tk-xs: var(--spc-prt-1);--spc-tk-sm: var(--spc-prt-2);--spc-tk-ms: var(--spc-prt-3);--spc-tk-md: var(--spc-prt-4);--spc-tk-lg: var(--spc-prt-6);--spc-tk-xl: var(--spc-prt-8);--spc-tk-2xl: var(--spc-prt-10);--spc-tk-3xl: var(--spc-prt-14)}a{text-decoration:none}*{margin:0;padding:0;box-sizing:border-box}.h1{font-family:var(--display-font);font-size:64px;font-style:normal;font-weight:900;line-height:normal;letter-spacing:2%}.h2{font-family:var(--display-font);font-size:40px;font-style:normal;font-weight:800;line-height:normal;letter-spacing:1%}.h3{font-family:var(--display-font);font-size:32px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:1%}.h3-in{color:#333;font-family:Inter;font-size:32px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.64px;text-transform:uppercase}.h4{font-family:var(--display-font);font-size:24px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:1%}.h5{font-family:var(--display-font);font-size:20px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:1%}.subtitle{font-family:var(--display-font);font-size:24px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.48px;text-transform:uppercase}.body{font-family:var(--body-font);font-size:16px;font-style:normal;font-weight:300;line-height:normal;letter-spacing:2%}.body-white{font-family:var(--body-font);font-size:16px;font-style:normal;font-weight:300;line-height:normal;letter-spacing:2%;color:#fff}.body-bld{font-family:var(--body-font);font-size:16px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:2%}.body-bld-white{font-family:var(--body-font);font-size:16px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:2%;color:#fff}.body-em{font-family:var(--body-font);font-size:16px;font-style:italic;font-weight:700;line-height:normal;letter-spacing:2%}.body-lgt{font-family:var(--body-font);font-size:12px;font-style:normal;font-weight:300;line-height:normal;letter-spacing:2%}.body-sml{font-family:var(--body-font);font-size:10px;font-style:normal;font-weight:400;letter-spacing:unset;line-height:normal;letter-spacing:1%}.body-err{font-family:var(--body-font);color:#a81919;text-align:center;font-size:13px;font-style:normal;font-weight:900;letter-spacing:unset;line-height:normal;letter-spacing:1%}.pre-title{font-family:var(--display-font);font-size:20px;font-style:normal;font-weight:300;line-height:normal;letter-spacing:3%;text-transform:capitalize}.btn-text{font-family:var(--display-font);font-size:16px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.48px;text-transform:uppercase}.btn-text-lgt{font-family:var(--display-font);font-size:14px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:3%;text-transform:uppercase}.btn-text-lgt-xs{font-family:var(--display-font);font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:3%;text-transform:uppercase}.input-i{font-family:var(--body-font);font-size:14px;font-style:italic;font-weight:400;line-height:normal;letter-spacing:1%}.input-i-lgt{font-family:var(--body-font);font-size:12px;font-style:italic;font-weight:300;line-height:normal;letter-spacing:1%}.input-btn{color:var(--Accent-Color, #5E503F);text-align:center;font-family:var(--body-font);font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.24px}.input-s{font-family:var(--body-font);font-size:14px;font-weight:00;line-height:normal;letter-spacing:1%}.spc-vt-none{margin:var(--spc-tk-none) 0}.spc-vt-2xs{margin:var(--spc-tk-2xs) 0}.spc-vt-xs{margin:var(--spc-tk-xs) 0}.spc-vt-sm{margin:var(--spc-tk-sm) 0}.spc-vt-ms{margin:var(--spc-tk-ms) 0}.spc-vt-md{margin:var(--spc-tk-md) 0}.spc-vt-lg{margin:var(--spc-tk-lg) 0}.spc-vt-xl{margin:var(--spc-tk-xl) 0}.spc-vt-2xl{margin:var(--spc-tk-2xl) 0}.spc-vt-3xl{margin:var(--spc-tk-3xl) 0}.gap-none{gap:var(--spc-tk-none)}.gap-2xs{gap:var(--spc-tk-2xs)}.gap-xs{gap:var(--spc-tk-xs)}.gap-sm{gap:var(--spc-tk-sm)}.gap-ms{gap:var(--spc-tk-ms)}.gap-md{gap:var(--spc-tk-md)}.gap-lg{gap:var(--spc-tk-lg)}.gap-xl{gap:var(--spc-tk-xl)}.gap-2xl{gap:var(--spc-tk-2xl)}.gap-3xl{gap:var(--spc-tk-3xl)}.flex-row{display:flex;flex-direction:row;justify-content:center;align-items:center}.flex-col{display:flex;flex-direction:column;justify-content:center;align-items:center}.flex-wrap{flex-wrap:wrap}.flex-top-align,.flex-left-align{justify-content:flex-start}.flex-bottom-align,.flex-right-align{justify-content:flex-end}.flex-center-align{justify-content:space-between}.align-left{align-items:flex-start}.align-right{align-items:flex-end}.align-self{align-self:stretch}.square-icon{width:1em;height:1em;line-height:1em;flex-shrink:0}.bg-ivory{background-color:#f9f6f3}.site-mx-wdth{max-width:2000px}.section-container{width:100%}.bg-desert{background-color:#f1ebe3}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.auth-input{padding:12px;border-radius:var(--spacing-spc-none, 0px);border:2px solid rgba(94,80,63,.48);background:#fff}.max-wdth{width:100%}.navigation{width:100%;padding:0px var(--spacing-spc-xl, 64px);background:var(--Dark-Brown, rgb(59, 48, 35));position:fixed!important;top:0;transition:all .3s ease-out 0s!important;z-index:9999;box-shadow:0 10px 10px #09051d33}.nav-btn-collections{display:flex;flex-direction:row;align-items:center;height:100%}.nav-btn-collections>div:first-of-type{display:none}.navOpenBtn,.navCloseBtn{display:none}.navigation.nav-scroll{background:var(--Dark-Brown, rgb(59, 48, 35));box-shadow:0 15px 20px #09051d33}.nav-logo{padding:14.44px;gap:36.101px;flex-shrink:0}.nav-logo-icon{flex:1 0 0;align-self:stretch}.nav-button{display:flex;padding:0 16px;justify-content:center;align-items:center;gap:8px;color:#fff}.icon-button{color:#fff;display:flex;width:40.355px;height:40.355px;padding:0 8.968px;justify-content:center;align-items:center}.search-box{position:absolute;right:203px;top:50%;transform:translateY(-50%);transition:all .2s linear}.search-box input{height:30px;border:none;outline:none;border-radius:6px;background-color:#fff;padding:0 15px 0 45px}.cart-item-count{position:absolute;top:10px;right:104px;color:#fff;border-radius:50%;padding:5px 8px;font-size:14px;font-weight:700;min-width:20px;text-align:center;background:#545252}@media screen and (max-width: 1040px){.logo-img{display:none}.nav-parent.openNav{left:0}.nav-logo-icon{display:none}.nav-btn-collections{flex-direction:column;align-items:flex-start;height:100%;padding:10px}.nav-btn-collections>div:first-of-type{display:block}.navOpenBtn,.navCloseBtn{display:block;color:#fff;font-size:20px;cursor:pointer}.navigation{padding:0 30px;height:105px}.nav-parent{position:fixed;top:0;left:-100%;width:100%;flex-direction:column;background-color:#3b3023;box-shadow:0 2px 10px #00000080;transition:all .4s ease;align-items:flex-start;z-index:1000}.nav.parent.openNav{left:0}.navCloseBtn{position:absolute;top:20px;right:20px;color:#fff;font-size:20px;cursor:pointer}.search-box{top:calc(100% - 40px);max-width:calc(100% - 110px);right:30%;transform:translate(50%);box-shadow:0 2px 10px #0000001a}.search-box input{height:26px;margin-right:124px}.nav-icon{gap:var(--spc-tk-md)}.nav-logo i,.icon-nav-frame i{font-size:30px}}@media screen and (max-width: 464px){.navigation{height:62px;padding:var(--spacing-spc-none, 0px) var(--spacing-spc-xl, 15.511px)}.nav-icon{gap:var(--spc-tk-2xs)}.nav-logo i,.icon-nav-frame i{font-size:20px}.nav-parent{box-shadow:0 1px #00000080}}button{background-color:transparent;border:none;cursor:pointer;white-space:nowrap}button:active{opacity:.6}.nav-btn{position:relative;display:inline-flex;padding:var(--spacing-spc-none, 0px) var(--spacing-spc-sm, 16px);justify-content:center;align-items:center;border-radius:var(--spacing-spc-none, 0px);background:var(--Dark-Brown, #3B3023);gap:var(--spacing-spc-none, 0px)}.nav-btn:hover .nav-btn-frame{border-top:4px solid transparent;border-bottom:4px solid var(--Ivory, #F9F6F3)}.nav-btn-frame{display:flex;color:#f9f6f3;padding:var(--spacing-spc-sm, 16px) var(--spacing-spc-none, 0px);justify-content:center;align-items:center;gap:var(--spacing-spc-xs, 8px);border-top:4px solid transparent;border-bottom:4px solid transparent}.underline-btn{position:relative;display:inline-flex;padding:var(--spacing-spc-2xs, 4px) var(--spacing-spc-xs, 8px);flex-direction:column;align-items:flex-start;gap:var(--spacing-spc-none, 0px)}.footer-btn{color:#f9f6f3;position:relative;display:inline-flex;padding:var(--spacing-spc-2xs, 4px) var(--spacing-spc-xs, 8px);flex-direction:column;align-items:flex-start;gap:var(--spacing-spc-none, 0px)}.footer-btn:hover .footer-btn-frame,.underline-btn:hover .underline-btn-frame{border-top:1px solid transparent;border-bottom:1px solid #333}.footer-btn-frame,.underline-btn-frame{display:flex;padding:2px var(--spacing-spc-none, 0px);align-items:flex-start;gap:var(--spacing-spc-xs, 8px);border-top:1px solid transparent;border-bottom:1px solid transparent}.footer-btn-frame p,.underline-btn-frame p{text-align:left}.footer-btn:hover .footer-btn-frame{border-bottom:1px solid #F9F6F3}.footer-btn-frame{color:#f9f6f3}.auth-btn{position:relative;box-sizing:content-box;display:inline-flex;flex-direction:row;justify-content:center}.auth-btn:hover .auth-btn-frame{color:#f9f6f3;background:var(--Light-element-backgrounds, #5E503F)}.auth-btn-frame{display:inline-flex;flex-direction:row;gap:var(--spacing-spc-xs, 8px);justify-content:center;border-radius:5px;padding:20px;border:1px solid #5E503F;background:var(--Light-element-backgrounds, #EAE0D5)}.icon-size-20{font-size:20px}.icon-nav-btn{position:relative;display:inline-flex;padding:var(--spacing-spc-none, 0px) var(--spacing-spc-sm, 8px);justify-content:center;align-items:center;border-radius:var(--spacing-spc-none, 0px);background:var(--Dark-Brown, #3B3023)}.icon-nav-btn:hover .icon-nav-frame{border-top:2px solid transparent;border-bottom:2px solid var(--Ivory, #F9F6F3)}.icon-nav-frame{display:flex;color:#f9f6f3;padding:var(--spacing-spc-xs, 8px) var(--spacing-spc-none, 0px);flex-direction:column;justify-content:center;align-items:center;border-top:2px solid transparent;border-bottom:2px solid transparent}.prod-detail-btn{position:relative;display:inline-flex;justify-content:center;align-items:center;flex-shrink:0}.prod-detail-btn:hover .prod-detail-frame{border-width:2px}.prod-detail-frame{display:flex;color:5E503F;text-transform:uppercase;padding:12px 16px;flex-direction:column;justify-content:center;align-items:center;border:1px solid #5E503F;border-radius:5px;background:var(--Light-element-backgrounds, #EAE0D5)}.collection-dropdown{padding:24px 32px;border-radius:5px;border:2px solid #3B3023;background:#f9f6f3}.collection-titles{color:#fff}.user-setting-dropdown{color:#5e503f;padding:16px;border-radius:5px;border:2px solid var(--Judge-Grey, #5E503F);background:var(--Ivory, #F9F6F3);box-shadow:2px 2px 8px #00000026}.user-setting-dropdown .user-avatar{width:80px;height:80px;border-radius:40px;object-fit:cover}.user-setting-dropdown .icon-size-17{font-size:17px}.user-setting-dropdown .setting-btn{text-transform:capitalize}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dropdown-btn{position:relative}.collection-dropdown{position:absolute;z-index:1;top:120%;left:0;animation:fadeIn .5s ease-in-out}.user-setting-dropdown{position:absolute;z-index:1;top:160%;right:0;animation:fadeIn .5s ease-in-out}.footer{color:#fff;padding:48px;flex-wrap:wrap;background:#3b3023}.footer .footer-holder{max-width:1440px;width:100%;justify-content:space-between}.footer .footer-nav{max-width:100%}.footer .footer-vector-icon{align-self:stretch;flex:1;position:relative;max-width:100%;overflow:hidden;max-height:100%}.footer .footer-logo{width:280.05px;height:72px;overflow:hidden;flex-shrink:0;padding:17.3285217285px;box-sizing:border-box}.footer .footer-container{align-content:flex-start;gap:64px;flex-wrap:wrap}.footer .footer-sitemap{display:flex;padding:var(--spacing-spc-none, 0px);flex-direction:column;align-items:flex-start;gap:var(--spacing-spc-2xs, 4px)}.footer .footer-collection-content{align-items:unset;padding:var(--spacing-spc-none, 0px);gap:var(--Spacing-2, 16px)}.footer .footer-contact-content{padding:4px 8px}.footer .footer-media{display:flex;width:100%;padding:var(--spacing-spc-none, 0px);flex-direction:column;align-items:center;gap:var(--spacing-spc-sm, 16px);flex-shrink:0}.footer .footer-icon-media button{color:#fff;gap:32px;padding:10px}@media screen and (max-width: 1040px) and (min-width: 768px){.footer{width:100%;padding:48px 24px}.footer .footer-holder{justify-content:center}}@media screen and (max-width: 767px){.footer{width:100%}.footer .footer-holder{justify-content:center;gap:36px}.footer .footer-nav{gap:36px;flex-wrap:wrap;justify-content:center;align-items:flex-start}}.signin-page{margin-top:64px;padding:80px}.signin-page .signin-form-container{max-width:500px;padding:48px;border-radius:var(--spacing-spc-none, 0px);border:1px solid var(--Pearl-Bush-900, #593C35);background:var(--Rodeo-Dust-100, #F1EBE3)}.signin-page .title{align-self:unset}.signin-page a{font-weight:700;color:#593c35;text-decoration:none}.signin-page .logo{width:50%;min-width:500px}.signin-page input[type=checkbox]{border-color:#593c35;width:16px;height:16px}.signin-page input[type=checkbox]:checked{accent-color:#593C35}.forgot-password-page{margin-top:64px;padding:80px}.forgot-password-page .forgot-form-container{max-width:500px;padding:48px;border-radius:var(--spacing-spc-none, 0px);border:1px solid var(--Pearl-Bush-900, #593C35);background:var(--Rodeo-Dust-100, #F1EBE3)}.forgot-password-page .title{align-self:unset}.forgot-password-page a{font-weight:700;color:#593c35;text-decoration:none}.forgot-password-page .logo{width:50%;min-width:500px}.forgot-password-page input[type=checkbox]{border-color:#593c35;width:16px;height:16px}.forgot-password-page input[type=checkbox]:checked{accent-color:#593C35}.forgot-password-page .auth-btn-frame{width:182px;height:20px}.signup-page{margin-top:64px;padding:80px}.signup-page .signup-form-container{max-width:500px;padding:48px;border-radius:var(--spacing-spc-none, 0px);border:1px solid var(--Pearl-Bush-900, #593C35);background:var(--Rodeo-Dust-100, #F1EBE3)}.signup-page .title{align-self:unset}.signup-page a{font-weight:700;color:#593c35;text-decoration:none}.signup-page .logo{width:50%;min-width:500px}.signup-page input[type=checkbox]{border-color:#593c35;width:16px;height:16px}.signup-page input[type=checkbox]:checked{accent-color:#593C35}.homepage .homepage-first{position:relative;background-color:#f0f0f0;height:840px;overflow:hidden;text-align:left}.homepage .home-product{display:flex;padding:var(--spacing-spc-md, 64px) 0;flex-direction:column;justify-content:center;align-items:center;align-self:stretch}.homepage .about-us-see-more{display:none}.homepage .hero-text{padding:50px;background-color:#ffffff80;border-radius:260px;position:absolute;right:133px;bottom:170px;width:521px;height:521px;text-align:center}.homepage .text-product{text-align:center;width:632px;height:138px;display:flex;padding:var(--spacing-spc-none, 0px);flex-direction:column;justify-content:center;align-items:center;gap:var(--spacing-spc-xs, 8px)}.homepage .product-parent-detail{max-width:1440px}.homepage .home-btn{background-color:#ffffff80;display:flex;width:26px;height:24.877px;padding:2.331px 7.311px;justify-content:center;align-items:center;border:none;cursor:pointer}.homepage .pic-parent{display:flex;width:300%;animation:slideImages 20s linear infinite}.homepage .pic-1,.homepage .pic-2,.homepage .pic-3{width:100%;height:auto}@keyframes slideImages{0%{margin-left:60}33.33%{margin-left:-100%}66.66%{margin-left:-200%}to{margin-left:0}}.homepage .wireframe-5{padding:var(--spacing-spc-3xl, 128px) 123px}.homepage .content-holder{align-self:stretch;padding:64px}.homepage .home-about-us{position:relative;overflow:hidden;max-width:1440px}.homepage .about-us-content{max-width:800px}.homepage .img-container{max-width:645px;max-height:800px;overflow:hidden}.homepage .image-box img{width:100%;aspect-ratio:645/800}.homepage .text-coll{color:var(--Dark-Brown, #3b3023)}.homepage .collection-container{padding:128px 0}.homepage .wireframe-6{width:100%;align-self:stretch;border-radius:var(--spacing-spc-none, 0px);background:var(--Rodeo-Dust-100, #f1ebe3);padding:var(--spacing-spc-3xl, 128px) var(--spacing-spc-none, 0px)}.homepage .contact-container{width:1192px;height:536px;text-align:unset}.homepage .image-contact{width:479px;height:536px;flex-shrink:0;border-radius:var(--spacing-spc-none, 0px);background:url(../../Components/Assets/Media/Homepage/Contact_us.png),#d3d3d3 50%/cover no-repeat}.homepage .contact-content{width:533px;padding:var(--spacing-spc-none, 0px);justify-content:flex-end;align-items:flex-start;gap:var(--spacing-spc-lg, 48px);flex-shrink:0}.homepage .text-contact-icon{align-items:flex-start}.homepage .text-contact{align-items:unset}.homepage .media-icon{font-size:26px}.homepage .carousel-container{width:1210px}.homepage .width-reset{padding:0 4px;width:fit-content!important}@media only screen and (max-width: 1040px){.homepage .hero-text{scale:.8;gap:1.42519rem;position:absolute;right:3rem;bottom:3rem;border-radius:540px;padding:20px;background-color:#ffffffb3}.homepage .connect-with-radiant{font-size:20px}.homepage .img-container{display:none}.homepage .home-about-us{justify-content:center}.homepage .content-holder{width:80%}.homepage .about-us-content{max-width:100%}.homepage .home-product-container{width:100%}.homepage .about-us-see-more{display:block}.homepage .home-product-container{width:100%;padding-bottom:0}.homepage .text-product{margin:0 auto 30px;text-align:center}.homepage .home-about-us{justify-content:center;align-items:center;flex-direction:column;width:100%;height:500px}.homepage .content-holder{align-self:unset}.homepage .wireframe-6{padding:64px}.homepage .contact-container{width:100%;flex-direction:column;height:fit-content;gap:24px}.homepage .image-contact{width:100%;background-color:transparent}.homepage .contact-content{width:100%}.homepage .home-btn-see>Button>div>p{font-weight:300;margin-bottom:20px}.homepage .res-width{width:100%}.homepage .carousel-container{width:726px}}@media only screen and (max-width: 767px){.homepage .homepage-first{width:100%;height:fit-content}.homepage .hero-text{padding:16px 10%;background-color:#ffffff80;scale:unset;gap:4px;height:fit-content;width:100%;border-radius:0;bottom:0;right:0;left:0}.homepage .carousel-container{width:484px}.homepage .collection-container{align-items:center}}@media only screen and (max-width: 464px){.homepage .section-container{overflow:hidden}.homepage .wireframe-6{padding:48px 24px}.homepage .homepage-shine-container{max-width:100%}.homepage .homepage-shine-container>div{max-width:100%;width:100%}.homepage .home-about-us{padding:48px 24px;height:fit-content}.homepage .text-product{width:80%}.homepage .home-about-us .content-holder{padding:0;width:100%}.homepage .h1{font-size:48px}.homepage .subtitle{font-size:16px}.homepage .body,.homepage .body-bld{font-size:12px}.homepage .carousel-container{width:363px}}.collection-comp .home-collection{display:grid;grid-template-columns:repeat(4,280px);grid-gap:24px;justify-content:space-around}.collection-comp .collection-card-item{position:relative;overflow:hidden;text-align:center;text-decoration:none;width:280px;height:320px;display:flex;align-items:flex-end;gap:10px;flex-shrink:0}.collection-comp .collection-card-item img{width:100%;height:100%;object-fit:cover}.collection-comp .text-collection{position:absolute;left:10px;bottom:10px;color:#fff;text-shadow:2px 1px 0px #000}@media only screen and (max-width: 1366px) and (min-width: 768px){.collection-comp .home-collection{grid-template-columns:repeat(3,280px);grid-gap:7.66px}}@media only screen and (max-width: 767px){.collection-comp .home-collection{grid-template-columns:repeat(3,140px);grid-gap:4px}.collection-comp .collection-card-item{width:140px;height:160px}.collection-comp .collection-card-item p{font-size:14px}}.product-card-com a{text-decoration:none;color:unset}.product-card-com .prod-holder{height:100%;justify-content:flex-start}.product-card-com .prod-img-container{padding:8px;width:234px;height:234px;background-color:#eee6dd}.product-card-com .prod-img{width:100%;height:auto;max-height:202px;border-radius:4px}.product-card-com .prod-info{max-height:102px;width:100%;height:100%;padding:14px;justify-content:space-between}.product-card-com .prod-name{font-family:Montserrat;font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.24px;max-width:400px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;cursor:pointer}.product-card-com .prod-price{font-family:Nunito;font-size:12px;font-weight:500;line-height:normal}.product-card-com .color-vars{max-width:400px}.product-card-com .color-var{background-color:#eae0d5;padding:4px 8px;border-radius:5px;border:1px solid #5E503F;cursor:pointer}.product-card-com .prod-n-pr,.product-card-com .left-bar{align-items:flex-start}.product-card-com .icon-collection i{font-size:12px}.product-card-com .icon-collection i:hover{cursor:pointer}.product-card-com .prod-review{justify-content:center;align-items:center}.product-card-com .review-rate{font-family:Nunito;font-size:10px;font-style:normal;font-weight:400;line-height:normal;text-decoration-line:underline}.product-card-com .review-stars i{font-size:11px}.product-card-com .prod-brand{color:#00000073;font-family:Nunito;font-size:12px;font-style:italic;font-weight:300;line-height:normal;letter-spacing:.2px}.product-card-com .prod-des{max-width:350px;font-family:Nunito;font-size:10px;font-style:normal;font-weight:300;line-height:normal;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-card-com .select-label{font-family:Montserrat;font-size:10px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.3px;text-transform:uppercase}.product-card-com .version-var{color:#000;font-family:Nunito;font-size:10px;font-style:normal;font-weight:300;line-height:normal;letter-spacing:.16px}.product-card-com .btn-collection button{font-weight:700;padding:8px 16px;border-radius:5px;border:1px solid #5E503F;background:#eae0d5}.product-card-com .prod-brand{color:#00000073;font-family:Nunito;font-size:12px;font-style:italic;font-weight:300;line-height:normal;letter-spacing:.24px}.product-card-com .prod-info-exp-holder{gap:10 px}.prod-c{width:234px}.prod-c .prod-info-exp,.prod-c .color-vars{display:none}.prod-exp{width:718px;border:1.337px solid #000}.prod-exp .prod-img-container{padding:8px;height:320px}.prod-exp .prod-img{width:100%;height:100%}.prod-exp .prod-info{display:none}.prod-exp .icon-collection{position:absolute;right:24px;top:24px}.prod-exp .icon-collection .bi-cart-plus{display:none}.prod-info-exp{height:320px;width:484px;padding:var(--spc-tk-ms);background-color:#fffcf8;position:relative}.prod-info-exp .prod-name{font-family:Montserrat;font-size:14px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.42px;text-transform:uppercase}.prod-info-exp .prod-price{font-family:Nunito;font-size:12px;font-style:normal;font-weight:500;line-height:normal}.prod-info-exp button:disabled{color:#000}.prod-container{height:320px;overflow:hidden;border-radius:5px;background:#eee6dd}/*!
* Bootstrap Icons v1.11.2 (https://icons.getbootstrap.com/)
* Copyright 2019-2023 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
*/@font-face{font-display:block;font-family:bootstrap-icons;src:url(/assets/bootstrap-icons-2eO-ad8Y.woff2?7141511ac37f13e1a387fb9fc6646256) format("woff2"),url(/assets/bootstrap-icons-NpS-Zr3P.woff?7141511ac37f13e1a387fb9fc6646256) format("woff")}.bi:before,[class^=bi-]:before,[class*=" bi-"]:before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123:before{content:""}.bi-alarm-fill:before{content:""}.bi-alarm:before{content:""}.bi-align-bottom:before{content:""}.bi-align-center:before{content:""}.bi-align-end:before{content:""}.bi-align-middle:before{content:""}.bi-align-start:before{content:""}.bi-align-top:before{content:""}.bi-alt:before{content:""}.bi-app-indicator:before{content:""}.bi-app:before{content:""}.bi-archive-fill:before{content:""}.bi-archive:before{content:""}.bi-arrow-90deg-down:before{content:""}.bi-arrow-90deg-left:before{content:""}.bi-arrow-90deg-right:before{content:""}.bi-arrow-90deg-up:before{content:""}.bi-arrow-bar-down:before{content:""}.bi-arrow-bar-left:before{content:""}.bi-arrow-bar-right:before{content:""}.bi-arrow-bar-up:before{content:""}.bi-arrow-clockwise:before{content:""}.bi-arrow-counterclockwise:before{content:""}.bi-arrow-down-circle-fill:before{content:""}.bi-arrow-down-circle:before{content:""}.bi-arrow-down-left-circle-fill:before{content:""}.bi-arrow-down-left-circle:before{content:""}.bi-arrow-down-left-square-fill:before{content:""}.bi-arrow-down-left-square:before{content:""}.bi-arrow-down-left:before{content:""}.bi-arrow-down-right-circle-fill:before{content:""}.bi-arrow-down-right-circle:before{content:""}.bi-arrow-down-right-square-fill:before{content:""}.bi-arrow-down-right-square:before{content:""}.bi-arrow-down-right:before{content:""}.bi-arrow-down-short:before{content:""}.bi-arrow-down-square-fill:before{content:""}.bi-arrow-down-square:before{content:""}.bi-arrow-down-up:before{content:""}.bi-arrow-down:before{content:""}.bi-arrow-left-circle-fill:before{content:""}.bi-arrow-left-circle:before{content:""}.bi-arrow-left-right:before{content:""}.bi-arrow-left-short:before{content:""}.bi-arrow-left-square-fill:before{content:""}.bi-arrow-left-square:before{content:""}.bi-arrow-left:before{content:""}.bi-arrow-repeat:before{content:""}.bi-arrow-return-left:before{content:""}.bi-arrow-return-right:before{content:""}.bi-arrow-right-circle-fill:before{content:""}.bi-arrow-right-circle:before{content:""}.bi-arrow-right-short:before{content:""}.bi-arrow-right-square-fill:before{content:""}.bi-arrow-right-square:before{content:""}.bi-arrow-right:before{content:""}.bi-arrow-up-circle-fill:before{content:""}.bi-arrow-up-circle:before{content:""}.bi-arrow-up-left-circle-fill:before{content:""}.bi-arrow-up-left-circle:before{content:""}.bi-arrow-up-left-square-fill:before{content:""}.bi-arrow-up-left-square:before{content:""}.bi-arrow-up-left:before{content:""}.bi-arrow-up-right-circle-fill:before{content:""}.bi-arrow-up-right-circle:before{content:""}.bi-arrow-up-right-square-fill:before{content:""}.bi-arrow-up-right-square:before{content:""}.bi-arrow-up-right:before{content:""}.bi-arrow-up-short:before{content:""}.bi-arrow-up-square-fill:before{content:""}.bi-arrow-up-square:before{content:""}.bi-arrow-up:before{content:""}.bi-arrows-angle-contract:before{content:""}.bi-arrows-angle-expand:before{content:""}.bi-arrows-collapse:before{content:""}.bi-arrows-expand:before{content:""}.bi-arrows-fullscreen:before{content:""}.bi-arrows-move:before{content:""}.bi-aspect-ratio-fill:before{content:""}.bi-aspect-ratio:before{content:""}.bi-asterisk:before{content:""}.bi-at:before{content:""}.bi-award-fill:before{content:""}.bi-award:before{content:""}.bi-back:before{content:""}.bi-backspace-fill:before{content:""}.bi-backspace-reverse-fill:before{content:""}.bi-backspace-reverse:before{content:""}.bi-backspace:before{content:""}.bi-badge-3d-fill:before{content:""}.bi-badge-3d:before{content:""}.bi-badge-4k-fill:before{content:""}.bi-badge-4k:before{content:""}.bi-badge-8k-fill:before{content:""}.bi-badge-8k:before{content:""}.bi-badge-ad-fill:before{content:""}.bi-badge-ad:before{content:""}.bi-badge-ar-fill:before{content:""}.bi-badge-ar:before{content:""}.bi-badge-cc-fill:before{content:""}.bi-badge-cc:before{content:""}.bi-badge-hd-fill:before{content:""}.bi-badge-hd:before{content:""}.bi-badge-tm-fill:before{content:""}.bi-badge-tm:before{content:""}.bi-badge-vo-fill:before{content:""}.bi-badge-vo:before{content:""}.bi-badge-vr-fill:before{content:""}.bi-badge-vr:before{content:""}.bi-badge-wc-fill:before{content:""}.bi-badge-wc:before{content:""}.bi-bag-check-fill:before{content:""}.bi-bag-check:before{content:""}.bi-bag-dash-fill:before{content:""}.bi-bag-dash:before{content:""}.bi-bag-fill:before{content:""}.bi-bag-plus-fill:before{content:""}.bi-bag-plus:before{content:""}.bi-bag-x-fill:before{content:""}.bi-bag-x:before{content:""}.bi-bag:before{content:""}.bi-bar-chart-fill:before{content:""}.bi-bar-chart-line-fill:before{content:""}.bi-bar-chart-line:before{content:""}.bi-bar-chart-steps:before{content:""}.bi-bar-chart:before{content:""}.bi-basket-fill:before{content:""}.bi-basket:before{content:""}.bi-basket2-fill:before{content:""}.bi-basket2:before{content:""}.bi-basket3-fill:before{content:""}.bi-basket3:before{content:""}.bi-battery-charging:before{content:""}.bi-battery-full:before{content:""}.bi-battery-half:before{content:""}.bi-battery:before{content:""}.bi-bell-fill:before{content:""}.bi-bell:before{content:""}.bi-bezier:before{content:""}.bi-bezier2:before{content:""}.bi-bicycle:before{content:""}.bi-binoculars-fill:before{content:""}.bi-binoculars:before{content:""}.bi-blockquote-left:before{content:""}.bi-blockquote-right:before{content:""}.bi-book-fill:before{content:""}.bi-book-half:before{content:""}.bi-book:before{content:""}.bi-bookmark-check-fill:before{content:""}.bi-bookmark-check:before{content:""}.bi-bookmark-dash-fill:before{content:""}.bi-bookmark-dash:before{content:""}.bi-bookmark-fill:before{content:""}.bi-bookmark-heart-fill:before{content:""}.bi-bookmark-heart:before{content:""}.bi-bookmark-plus-fill:before{content:""}.bi-bookmark-plus:before{content:""}.bi-bookmark-star-fill:before{content:""}.bi-bookmark-star:before{content:""}.bi-bookmark-x-fill:before{content:""}.bi-bookmark-x:before{content:""}.bi-bookmark:before{content:""}.bi-bookmarks-fill:before{content:""}.bi-bookmarks:before{content:""}.bi-bookshelf:before{content:""}.bi-bootstrap-fill:before{content:""}.bi-bootstrap-reboot:before{content:""}.bi-bootstrap:before{content:""}.bi-border-all:before{content:""}.bi-border-bottom:before{content:""}.bi-border-center:before{content:""}.bi-border-inner:before{content:""}.bi-border-left:before{content:""}.bi-border-middle:before{content:""}.bi-border-outer:before{content:""}.bi-border-right:before{content:""}.bi-border-style:before{content:""}.bi-border-top:before{content:""}.bi-border-width:before{content:""}.bi-border:before{content:""}.bi-bounding-box-circles:before{content:""}.bi-bounding-box:before{content:""}.bi-box-arrow-down-left:before{content:""}.bi-box-arrow-down-right:before{content:""}.bi-box-arrow-down:before{content:""}.bi-box-arrow-in-down-left:before{content:""}.bi-box-arrow-in-down-right:before{content:""}.bi-box-arrow-in-down:before{content:""}.bi-box-arrow-in-left:before{content:""}.bi-box-arrow-in-right:before{content:""}.bi-box-arrow-in-up-left:before{content:""}.bi-box-arrow-in-up-right:before{content:""}.bi-box-arrow-in-up:before{content:""}.bi-box-arrow-left:before{content:""}.bi-box-arrow-right:before{content:""}.bi-box-arrow-up-left:before{content:""}.bi-box-arrow-up-right:before{content:""}.bi-box-arrow-up:before{content:""}.bi-box-seam:before{content:""}.bi-box:before{content:""}.bi-braces:before{content:""}.bi-bricks:before{content:""}.bi-briefcase-fill:before{content:""}.bi-briefcase:before{content:""}.bi-brightness-alt-high-fill:before{content:""}.bi-brightness-alt-high:before{content:""}.bi-brightness-alt-low-fill:before{content:""}.bi-brightness-alt-low:before{content:""}.bi-brightness-high-fill:before{content:""}.bi-brightness-high:before{content:""}.bi-brightness-low-fill:before{content:""}.bi-brightness-low:before{content:""}.bi-broadcast-pin:before{content:""}.bi-broadcast:before{content:""}.bi-brush-fill:before{content:""}.bi-brush:before{content:""}.bi-bucket-fill:before{content:""}.bi-bucket:before{content:""}.bi-bug-fill:before{content:""}.bi-bug:before{content:""}.bi-building:before{content:""}.bi-bullseye:before{content:""}.bi-calculator-fill:before{content:""}.bi-calculator:before{content:""}.bi-calendar-check-fill:before{content:""}.bi-calendar-check:before{content:""}.bi-calendar-date-fill:before{content:""}.bi-calendar-date:before{content:""}.bi-calendar-day-fill:before{content:""}.bi-calendar-day:before{content:""}.bi-calendar-event-fill:before{content:""}.bi-calendar-event:before{content:""}.bi-calendar-fill:before{content:""}.bi-calendar-minus-fill:before{content:""}.bi-calendar-minus:before{content:""}.bi-calendar-month-fill:before{content:""}.bi-calendar-month:before{content:""}.bi-calendar-plus-fill:before{content:""}.bi-calendar-plus:before{content:""}.bi-calendar-range-fill:before{content:""}.bi-calendar-range:before{content:""}.bi-calendar-week-fill:before{content:""}.bi-calendar-week:before{content:""}.bi-calendar-x-fill:before{content:""}.bi-calendar-x:before{content:""}.bi-calendar:before{content:""}.bi-calendar2-check-fill:before{content:""}.bi-calendar2-check:before{content:""}.bi-calendar2-date-fill:before{content:""}.bi-calendar2-date:before{content:""}.bi-calendar2-day-fill:before{content:""}.bi-calendar2-day:before{content:""}.bi-calendar2-event-fill:before{content:""}.bi-calendar2-event:before{content:""}.bi-calendar2-fill:before{content:""}.bi-calendar2-minus-fill:before{content:""}.bi-calendar2-minus:before{content:""}.bi-calendar2-month-fill:before{content:""}.bi-calendar2-month:before{content:""}.bi-calendar2-plus-fill:before{content:""}.bi-calendar2-plus:before{content:""}.bi-calendar2-range-fill:before{content:""}.bi-calendar2-range:before{content:""}.bi-calendar2-week-fill:before{content:""}.bi-calendar2-week:before{content:""}.bi-calendar2-x-fill:before{content:""}.bi-calendar2-x:before{content:""}.bi-calendar2:before{content:""}.bi-calendar3-event-fill:before{content:""}.bi-calendar3-event:before{content:""}.bi-calendar3-fill:before{content:""}.bi-calendar3-range-fill:before{content:""}.bi-calendar3-range:before{content:""}.bi-calendar3-week-fill:before{content:""}.bi-calendar3-week:before{content:""}.bi-calendar3:before{content:""}.bi-calendar4-event:before{content:""}.bi-calendar4-range:before{content:""}.bi-calendar4-week:before{content:""}.bi-calendar4:before{content:""}.bi-camera-fill:before{content:""}.bi-camera-reels-fill:before{content:""}.bi-camera-reels:before{content:""}.bi-camera-video-fill:before{content:""}.bi-camera-video-off-fill:before{content:""}.bi-camera-video-off:before{content:""}.bi-camera-video:before{content:""}.bi-camera:before{content:""}.bi-camera2:before{content:""}.bi-capslock-fill:before{content:""}.bi-capslock:before{content:""}.bi-card-checklist:before{content:""}.bi-card-heading:before{content:""}.bi-card-image:before{content:""}.bi-card-list:before{content:""}.bi-card-text:before{content:""}.bi-caret-down-fill:before{content:""}.bi-caret-down-square-fill:before{content:""}.bi-caret-down-square:before{content:""}.bi-caret-down:before{content:""}.bi-caret-left-fill:before{content:""}.bi-caret-left-square-fill:before{content:""}.bi-caret-left-square:before{content:""}.bi-caret-left:before{content:""}.bi-caret-right-fill:before{content:""}.bi-caret-right-square-fill:before{content:""}.bi-caret-right-square:before{content:""}.bi-caret-right:before{content:""}.bi-caret-up-fill:before{content:""}.bi-caret-up-square-fill:before{content:""}.bi-caret-up-square:before{content:""}.bi-caret-up:before{content:""}.bi-cart-check-fill:before{content:""}.bi-cart-check:before{content:""}.bi-cart-dash-fill:before{content:""}.bi-cart-dash:before{content:""}.bi-cart-fill:before{content:""}.bi-cart-plus-fill:before{content:""}.bi-cart-plus:before{content:""}.bi-cart-x-fill:before{content:""}.bi-cart-x:before{content:""}.bi-cart:before{content:""}.bi-cart2:before{content:""}.bi-cart3:before{content:""}.bi-cart4:before{content:""}.bi-cash-stack:before{content:""}.bi-cash:before{content:""}.bi-cast:before{content:""}.bi-chat-dots-fill:before{content:""}.bi-chat-dots:before{content:""}.bi-chat-fill:before{content:""}.bi-chat-left-dots-fill:before{content:""}.bi-chat-left-dots:before{content:""}.bi-chat-left-fill:before{content:""}.bi-chat-left-quote-fill:before{content:""}.bi-chat-left-quote:before{content:""}.bi-chat-left-text-fill:before{content:""}.bi-chat-left-text:before{content:""}.bi-chat-left:before{content:""}.bi-chat-quote-fill:before{content:""}.bi-chat-quote:before{content:""}.bi-chat-right-dots-fill:before{content:""}.bi-chat-right-dots:before{content:""}.bi-chat-right-fill:before{content:""}.bi-chat-right-quote-fill:before{content:""}.bi-chat-right-quote:before{content:""}.bi-chat-right-text-fill:before{content:""}.bi-chat-right-text:before{content:""}.bi-chat-right:before{content:""}.bi-chat-square-dots-fill:before{content:""}.bi-chat-square-dots:before{content:""}.bi-chat-square-fill:before{content:""}.bi-chat-square-quote-fill:before{content:""}.bi-chat-square-quote:before{content:""}.bi-chat-square-text-fill:before{content:""}.bi-chat-square-text:before{content:""}.bi-chat-square:before{content:""}.bi-chat-text-fill:before{content:""}.bi-chat-text:before{content:""}.bi-chat:before{content:""}.bi-check-all:before{content:""}.bi-check-circle-fill:before{content:""}.bi-check-circle:before{content:""}.bi-check-square-fill:before{content:""}.bi-check-square:before{content:""}.bi-check:before{content:""}.bi-check2-all:before{content:""}.bi-check2-circle:before{content:""}.bi-check2-square:before{content:""}.bi-check2:before{content:""}.bi-chevron-bar-contract:before{content:""}.bi-chevron-bar-down:before{content:""}.bi-chevron-bar-expand:before{content:""}.bi-chevron-bar-left:before{content:""}.bi-chevron-bar-right:before{content:""}.bi-chevron-bar-up:before{content:""}.bi-chevron-compact-down:before{content:""}.bi-chevron-compact-left:before{content:""}.bi-chevron-compact-right:before{content:""}.bi-chevron-compact-up:before{content:""}.bi-chevron-contract:before{content:""}.bi-chevron-double-down:before{content:""}.bi-chevron-double-left:before{content:""}.bi-chevron-double-right:before{content:""}.bi-chevron-double-up:before{content:""}.bi-chevron-down:before{content:""}.bi-chevron-expand:before{content:""}.bi-chevron-left:before{content:""}.bi-chevron-right:before{content:""}.bi-chevron-up:before{content:""}.bi-circle-fill:before{content:""}.bi-circle-half:before{content:""}.bi-circle-square:before{content:""}.bi-circle:before{content:""}.bi-clipboard-check:before{content:""}.bi-clipboard-data:before{content:""}.bi-clipboard-minus:before{content:""}.bi-clipboard-plus:before{content:""}.bi-clipboard-x:before{content:""}.bi-clipboard:before{content:""}.bi-clock-fill:before{content:""}.bi-clock-history:before{content:""}.bi-clock:before{content:""}.bi-cloud-arrow-down-fill:before{content:""}.bi-cloud-arrow-down:before{content:""}.bi-cloud-arrow-up-fill:before{content:""}.bi-cloud-arrow-up:before{content:""}.bi-cloud-check-fill:before{content:""}.bi-cloud-check:before{content:""}.bi-cloud-download-fill:before{content:""}.bi-cloud-download:before{content:""}.bi-cloud-drizzle-fill:before{content:""}.bi-cloud-drizzle:before{content:""}.bi-cloud-fill:before{content:""}.bi-cloud-fog-fill:before{content:""}.bi-cloud-fog:before{content:""}.bi-cloud-fog2-fill:before{content:""}.bi-cloud-fog2:before{content:""}.bi-cloud-hail-fill:before{content:""}.bi-cloud-hail:before{content:""}.bi-cloud-haze-fill:before{content:""}.bi-cloud-haze:before{content:""}.bi-cloud-haze2-fill:before{content:""}.bi-cloud-lightning-fill:before{content:""}.bi-cloud-lightning-rain-fill:before{content:""}.bi-cloud-lightning-rain:before{content:""}.bi-cloud-lightning:before{content:""}.bi-cloud-minus-fill:before{content:""}.bi-cloud-minus:before{content:""}.bi-cloud-moon-fill:before{content:""}.bi-cloud-moon:before{content:""}.bi-cloud-plus-fill:before{content:""}.bi-cloud-plus:before{content:""}.bi-cloud-rain-fill:before{content:""}.bi-cloud-rain-heavy-fill:before{content:""}.bi-cloud-rain-heavy:before{content:""}.bi-cloud-rain:before{content:""}.bi-cloud-slash-fill:before{content:""}.bi-cloud-slash:before{content:""}.bi-cloud-sleet-fill:before{content:""}.bi-cloud-sleet:before{content:""}.bi-cloud-snow-fill:before{content:""}.bi-cloud-snow:before{content:""}.bi-cloud-sun-fill:before{content:""}.bi-cloud-sun:before{content:""}.bi-cloud-upload-fill:before{content:""}.bi-cloud-upload:before{content:""}.bi-cloud:before{content:""}.bi-clouds-fill:before{content:""}.bi-clouds:before{content:""}.bi-cloudy-fill:before{content:""}.bi-cloudy:before{content:""}.bi-code-slash:before{content:""}.bi-code-square:before{content:""}.bi-code:before{content:""}.bi-collection-fill:before{content:""}.bi-collection-play-fill:before{content:""}.bi-collection-play:before{content:""}.bi-collection:before{content:""}.bi-columns-gap:before{content:""}.bi-columns:before{content:""}.bi-command:before{content:""}.bi-compass-fill:before{content:""}.bi-compass:before{content:""}.bi-cone-striped:before{content:""}.bi-cone:before{content:""}.bi-controller:before{content:""}.bi-cpu-fill:before{content:""}.bi-cpu:before{content:""}.bi-credit-card-2-back-fill:before{content:""}.bi-credit-card-2-back:before{content:""}.bi-credit-card-2-front-fill:before{content:""}.bi-credit-card-2-front:before{content:""}.bi-credit-card-fill:before{content:""}.bi-credit-card:before{content:""}.bi-crop:before{content:""}.bi-cup-fill:before{content:""}.bi-cup-straw:before{content:""}.bi-cup:before{content:""}.bi-cursor-fill:before{content:""}.bi-cursor-text:before{content:""}.bi-cursor:before{content:""}.bi-dash-circle-dotted:before{content:""}.bi-dash-circle-fill:before{content:""}.bi-dash-circle:before{content:""}.bi-dash-square-dotted:before{content:""}.bi-dash-square-fill:before{content:""}.bi-dash-square:before{content:""}.bi-dash:before{content:""}.bi-diagram-2-fill:before{content:""}.bi-diagram-2:before{content:""}.bi-diagram-3-fill:before{content:""}.bi-diagram-3:before{content:""}.bi-diamond-fill:before{content:""}.bi-diamond-half:before{content:""}.bi-diamond:before{content:""}.bi-dice-1-fill:before{content:""}.bi-dice-1:before{content:""}.bi-dice-2-fill:before{content:""}.bi-dice-2:before{content:""}.bi-dice-3-fill:before{content:""}.bi-dice-3:before{content:""}.bi-dice-4-fill:before{content:""}.bi-dice-4:before{content:""}.bi-dice-5-fill:before{content:""}.bi-dice-5:before{content:""}.bi-dice-6-fill:before{content:""}.bi-dice-6:before{content:""}.bi-disc-fill:before{content:""}.bi-disc:before{content:""}.bi-discord:before{content:""}.bi-display-fill:before{content:""}.bi-display:before{content:""}.bi-distribute-horizontal:before{content:""}.bi-distribute-vertical:before{content:""}.bi-door-closed-fill:before{content:""}.bi-door-closed:before{content:""}.bi-door-open-fill:before{content:""}.bi-door-open:before{content:""}.bi-dot:before{content:""}.bi-download:before{content:""}.bi-droplet-fill:before{content:""}.bi-droplet-half:before{content:""}.bi-droplet:before{content:""}.bi-earbuds:before{content:""}.bi-easel-fill:before{content:""}.bi-easel:before{content:""}.bi-egg-fill:before{content:""}.bi-egg-fried:before{content:""}.bi-egg:before{content:""}.bi-eject-fill:before{content:""}.bi-eject:before{content:""}.bi-emoji-angry-fill:before{content:""}.bi-emoji-angry:before{content:""}.bi-emoji-dizzy-fill:before{content:""}.bi-emoji-dizzy:before{content:""}.bi-emoji-expressionless-fill:before{content:""}.bi-emoji-expressionless:before{content:""}.bi-emoji-frown-fill:before{content:""}.bi-emoji-frown:before{content:""}.bi-emoji-heart-eyes-fill:before{content:""}.bi-emoji-heart-eyes:before{content:""}.bi-emoji-laughing-fill:before{content:""}.bi-emoji-laughing:before{content:""}.bi-emoji-neutral-fill:before{content:""}.bi-emoji-neutral:before{content:""}.bi-emoji-smile-fill:before{content:""}.bi-emoji-smile-upside-down-fill:before{content:""}.bi-emoji-smile-upside-down:before{content:""}.bi-emoji-smile:before{content:""}.bi-emoji-sunglasses-fill:before{content:""}.bi-emoji-sunglasses:before{content:""}.bi-emoji-wink-fill:before{content:""}.bi-emoji-wink:before{content:""}.bi-envelope-fill:before{content:""}.bi-envelope-open-fill:before{content:""}.bi-envelope-open:before{content:""}.bi-envelope:before{content:""}.bi-eraser-fill:before{content:""}.bi-eraser:before{content:""}.bi-exclamation-circle-fill:before{content:""}.bi-exclamation-circle:before{content:""}.bi-exclamation-diamond-fill:before{content:""}.bi-exclamation-diamond:before{content:""}.bi-exclamation-octagon-fill:before{content:""}.bi-exclamation-octagon:before{content:""}.bi-exclamation-square-fill:before{content:""}.bi-exclamation-square:before{content:""}.bi-exclamation-triangle-fill:before{content:""}.bi-exclamation-triangle:before{content:""}.bi-exclamation:before{content:""}.bi-exclude:before{content:""}.bi-eye-fill:before{content:""}.bi-eye-slash-fill:before{content:""}.bi-eye-slash:before{content:""}.bi-eye:before{content:""}.bi-eyedropper:before{content:""}.bi-eyeglasses:before{content:""}.bi-facebook:before{content:""}.bi-file-arrow-down-fill:before{content:""}.bi-file-arrow-down:before{content:""}.bi-file-arrow-up-fill:before{content:""}.bi-file-arrow-up:before{content:""}.bi-file-bar-graph-fill:before{content:""}.bi-file-bar-graph:before{content:""}.bi-file-binary-fill:before{content:""}.bi-file-binary:before{content:""}.bi-file-break-fill:before{content:""}.bi-file-break:before{content:""}.bi-file-check-fill:before{content:""}.bi-file-check:before{content:""}.bi-file-code-fill:before{content:""}.bi-file-code:before{content:""}.bi-file-diff-fill:before{content:""}.bi-file-diff:before{content:""}.bi-file-earmark-arrow-down-fill:before{content:""}.bi-file-earmark-arrow-down:before{content:""}.bi-file-earmark-arrow-up-fill:before{content:""}.bi-file-earmark-arrow-up:before{content:""}.bi-file-earmark-bar-graph-fill:before{content:""}.bi-file-earmark-bar-graph:before{content:""}.bi-file-earmark-binary-fill:before{content:""}.bi-file-earmark-binary:before{content:""}.bi-file-earmark-break-fill:before{content:""}.bi-file-earmark-break:before{content:""}.bi-file-earmark-check-fill:before{content:""}.bi-file-earmark-check:before{content:""}.bi-file-earmark-code-fill:before{content:""}.bi-file-earmark-code:before{content:""}.bi-file-earmark-diff-fill:before{content:""}.bi-file-earmark-diff:before{content:""}.bi-file-earmark-easel-fill:before{content:""}.bi-file-earmark-easel:before{content:""}.bi-file-earmark-excel-fill:before{content:""}.bi-file-earmark-excel:before{content:""}.bi-file-earmark-fill:before{content:""}.bi-file-earmark-font-fill:before{content:""}.bi-file-earmark-font:before{content:""}.bi-file-earmark-image-fill:before{content:""}.bi-file-earmark-image:before{content:""}.bi-file-earmark-lock-fill:before{content:""}.bi-file-earmark-lock:before{content:""}.bi-file-earmark-lock2-fill:before{content:""}.bi-file-earmark-lock2:before{content:""}.bi-file-earmark-medical-fill:before{content:""}.bi-file-earmark-medical:before{content:""}.bi-file-earmark-minus-fill:before{content:""}.bi-file-earmark-minus:before{content:""}.bi-file-earmark-music-fill:before{content:""}.bi-file-earmark-music:before{content:""}.bi-file-earmark-person-fill:before{content:""}.bi-file-earmark-person:before{content:""}.bi-file-earmark-play-fill:before{content:""}.bi-file-earmark-play:before{content:""}.bi-file-earmark-plus-fill:before{content:""}.bi-file-earmark-plus:before{content:""}.bi-file-earmark-post-fill:before{content:""}.bi-file-earmark-post:before{content:""}.bi-file-earmark-ppt-fill:before{content:""}.bi-file-earmark-ppt:before{content:""}.bi-file-earmark-richtext-fill:before{content:""}.bi-file-earmark-richtext:before{content:""}.bi-file-earmark-ruled-fill:before{content:""}.bi-file-earmark-ruled:before{content:""}.bi-file-earmark-slides-fill:before{content:""}.bi-file-earmark-slides:before{content:""}.bi-file-earmark-spreadsheet-fill:before{content:""}.bi-file-earmark-spreadsheet:before{content:""}.bi-file-earmark-text-fill:before{content:""}.bi-file-earmark-text:before{content:""}.bi-file-earmark-word-fill:before{content:""}.bi-file-earmark-word:before{content:""}.bi-file-earmark-x-fill:before{content:""}.bi-file-earmark-x:before{content:""}.bi-file-earmark-zip-fill:before{content:""}.bi-file-earmark-zip:before{content:""}.bi-file-earmark:before{content:""}.bi-file-easel-fill:before{content:""}.bi-file-easel:before{content:""}.bi-file-excel-fill:before{content:""}.bi-file-excel:before{content:""}.bi-file-fill:before{content:""}.bi-file-font-fill:before{content:""}.bi-file-font:before{content:""}.bi-file-image-fill:before{content:""}.bi-file-image:before{content:""}.bi-file-lock-fill:before{content:""}.bi-file-lock:before{content:""}.bi-file-lock2-fill:before{content:""}.bi-file-lock2:before{content:""}.bi-file-medical-fill:before{content:""}.bi-file-medical:before{content:""}.bi-file-minus-fill:before{content:""}.bi-file-minus:before{content:""}.bi-file-music-fill:before{content:""}.bi-file-music:before{content:""}.bi-file-person-fill:before{content:""}.bi-file-person:before{content:""}.bi-file-play-fill:before{content:""}.bi-file-play:before{content:""}.bi-file-plus-fill:before{content:""}.bi-file-plus:before{content:""}.bi-file-post-fill:before{content:""}.bi-file-post:before{content:""}.bi-file-ppt-fill:before{content:""}.bi-file-ppt:before{content:""}.bi-file-richtext-fill:before{content:""}.bi-file-richtext:before{content:""}.bi-file-ruled-fill:before{content:""}.bi-file-ruled:before{content:""}.bi-file-slides-fill:before{content:""}.bi-file-slides:before{content:""}.bi-file-spreadsheet-fill:before{content:""}.bi-file-spreadsheet:before{content:""}.bi-file-text-fill:before{content:""}.bi-file-text:before{content:""}.bi-file-word-fill:before{content:""}.bi-file-word:before{content:""}.bi-file-x-fill:before{content:""}.bi-file-x:before{content:""}.bi-file-zip-fill:before{content:""}.bi-file-zip:before{content:""}.bi-file:before{content:""}.bi-files-alt:before{content:""}.bi-files:before{content:""}.bi-film:before{content:""}.bi-filter-circle-fill:before{content:""}.bi-filter-circle:before{content:""}.bi-filter-left:before{content:""}.bi-filter-right:before{content:""}.bi-filter-square-fill:before{content:""}.bi-filter-square:before{content:""}.bi-filter:before{content:""}.bi-flag-fill:before{content:""}.bi-flag:before{content:""}.bi-flower1:before{content:""}.bi-flower2:before{content:""}.bi-flower3:before{content:""}.bi-folder-check:before{content:""}.bi-folder-fill:before{content:""}.bi-folder-minus:before{content:""}.bi-folder-plus:before{content:""}.bi-folder-symlink-fill:before{content:""}.bi-folder-symlink:before{content:""}.bi-folder-x:before{content:""}.bi-folder:before{content:""}.bi-folder2-open:before{content:""}.bi-folder2:before{content:""}.bi-fonts:before{content:""}.bi-forward-fill:before{content:""}.bi-forward:before{content:""}.bi-front:before{content:""}.bi-fullscreen-exit:before{content:""}.bi-fullscreen:before{content:""}.bi-funnel-fill:before{content:""}.bi-funnel:before{content:""}.bi-gear-fill:before{content:""}.bi-gear-wide-connected:before{content:""}.bi-gear-wide:before{content:""}.bi-gear:before{content:""}.bi-gem:before{content:""}.bi-geo-alt-fill:before{content:""}.bi-geo-alt:before{content:""}.bi-geo-fill:before{content:""}.bi-geo:before{content:""}.bi-gift-fill:before{content:""}.bi-gift:before{content:""}.bi-github:before{content:""}.bi-globe:before{content:""}.bi-globe2:before{content:""}.bi-google:before{content:""}.bi-graph-down:before{content:""}.bi-graph-up:before{content:""}.bi-grid-1x2-fill:before{content:""}.bi-grid-1x2:before{content:""}.bi-grid-3x2-gap-fill:before{content:""}.bi-grid-3x2-gap:before{content:""}.bi-grid-3x2:before{content:""}.bi-grid-3x3-gap-fill:before{content:""}.bi-grid-3x3-gap:before{content:""}.bi-grid-3x3:before{content:""}.bi-grid-fill:before{content:""}.bi-grid:before{content:""}.bi-grip-horizontal:before{content:""}.bi-grip-vertical:before{content:""}.bi-hammer:before{content:""}.bi-hand-index-fill:before{content:""}.bi-hand-index-thumb-fill:before{content:""}.bi-hand-index-thumb:before{content:""}.bi-hand-index:before{content:""}.bi-hand-thumbs-down-fill:before{content:""}.bi-hand-thumbs-down:before{content:""}.bi-hand-thumbs-up-fill:before{content:""}.bi-hand-thumbs-up:before{content:""}.bi-handbag-fill:before{content:""}.bi-handbag:before{content:""}.bi-hash:before{content:""}.bi-hdd-fill:before{content:""}.bi-hdd-network-fill:before{content:""}.bi-hdd-network:before{content:""}.bi-hdd-rack-fill:before{content:""}.bi-hdd-rack:before{content:""}.bi-hdd-stack-fill:before{content:""}.bi-hdd-stack:before{content:""}.bi-hdd:before{content:""}.bi-headphones:before{content:""}.bi-headset:before{content:""}.bi-heart-fill:before{content:""}.bi-heart-half:before{content:""}.bi-heart:before{content:""}.bi-heptagon-fill:before{content:""}.bi-heptagon-half:before{content:""}.bi-heptagon:before{content:""}.bi-hexagon-fill:before{content:""}.bi-hexagon-half:before{content:""}.bi-hexagon:before{content:""}.bi-hourglass-bottom:before{content:""}.bi-hourglass-split:before{content:""}.bi-hourglass-top:before{content:""}.bi-hourglass:before{content:""}.bi-house-door-fill:before{content:""}.bi-house-door:before{content:""}.bi-house-fill:before{content:""}.bi-house:before{content:""}.bi-hr:before{content:""}.bi-hurricane:before{content:""}.bi-image-alt:before{content:""}.bi-image-fill:before{content:""}.bi-image:before{content:""}.bi-images:before{content:""}.bi-inbox-fill:before{content:""}.bi-inbox:before{content:""}.bi-inboxes-fill:before{content:""}.bi-inboxes:before{content:""}.bi-info-circle-fill:before{content:""}.bi-info-circle:before{content:""}.bi-info-square-fill:before{content:""}.bi-info-square:before{content:""}.bi-info:before{content:""}.bi-input-cursor-text:before{content:""}.bi-input-cursor:before{content:""}.bi-instagram:before{content:""}.bi-intersect:before{content:""}.bi-journal-album:before{content:""}.bi-journal-arrow-down:before{content:""}.bi-journal-arrow-up:before{content:""}.bi-journal-bookmark-fill:before{content:""}.bi-journal-bookmark:before{content:""}.bi-journal-check:before{content:""}.bi-journal-code:before{content:""}.bi-journal-medical:before{content:""}.bi-journal-minus:before{content:""}.bi-journal-plus:before{content:""}.bi-journal-richtext:before{content:""}.bi-journal-text:before{content:""}.bi-journal-x:before{content:""}.bi-journal:before{content:""}.bi-journals:before{content:""}.bi-joystick:before{content:""}.bi-justify-left:before{content:""}.bi-justify-right:before{content:""}.bi-justify:before{content:""}.bi-kanban-fill:before{content:""}.bi-kanban:before{content:""}.bi-key-fill:before{content:""}.bi-key:before{content:""}.bi-keyboard-fill:before{content:""}.bi-keyboard:before{content:""}.bi-ladder:before{content:""}.bi-lamp-fill:before{content:""}.bi-lamp:before{content:""}.bi-laptop-fill:before{content:""}.bi-laptop:before{content:""}.bi-layer-backward:before{content:""}.bi-layer-forward:before{content:""}.bi-layers-fill:before{content:""}.bi-layers-half:before{content:""}.bi-layers:before{content:""}.bi-layout-sidebar-inset-reverse:before{content:""}.bi-layout-sidebar-inset:before{content:""}.bi-layout-sidebar-reverse:before{content:""}.bi-layout-sidebar:before{content:""}.bi-layout-split:before{content:""}.bi-layout-text-sidebar-reverse:before{content:""}.bi-layout-text-sidebar:before{content:""}.bi-layout-text-window-reverse:before{content:""}.bi-layout-text-window:before{content:""}.bi-layout-three-columns:before{content:""}.bi-layout-wtf:before{content:""}.bi-life-preserver:before{content:""}.bi-lightbulb-fill:before{content:""}.bi-lightbulb-off-fill:before{content:""}.bi-lightbulb-off:before{content:""}.bi-lightbulb:before{content:""}.bi-lightning-charge-fill:before{content:""}.bi-lightning-charge:before{content:""}.bi-lightning-fill:before{content:""}.bi-lightning:before{content:""}.bi-link-45deg:before{content:""}.bi-link:before{content:""}.bi-linkedin:before{content:""}.bi-list-check:before{content:""}.bi-list-nested:before{content:""}.bi-list-ol:before{content:""}.bi-list-stars:before{content:""}.bi-list-task:before{content:""}.bi-list-ul:before{content:""}.bi-list:before{content:""}.bi-lock-fill:before{content:""}.bi-lock:before{content:""}.bi-mailbox:before{content:""}.bi-mailbox2:before{content:""}.bi-map-fill:before{content:""}.bi-map:before{content:""}.bi-markdown-fill:before{content:""}.bi-markdown:before{content:""}.bi-mask:before{content:""}.bi-megaphone-fill:before{content:""}.bi-megaphone:before{content:""}.bi-menu-app-fill:before{content:""}.bi-menu-app:before{content:""}.bi-menu-button-fill:before{content:""}.bi-menu-button-wide-fill:before{content:""}.bi-menu-button-wide:before{content:""}.bi-menu-button:before{content:""}.bi-menu-down:before{content:""}.bi-menu-up:before{content:""}.bi-mic-fill:before{content:""}.bi-mic-mute-fill:before{content:""}.bi-mic-mute:before{content:""}.bi-mic:before{content:""}.bi-minecart-loaded:before{content:""}.bi-minecart:before{content:""}.bi-moisture:before{content:""}.bi-moon-fill:before{content:""}.bi-moon-stars-fill:before{content:""}.bi-moon-stars:before{content:""}.bi-moon:before{content:""}.bi-mouse-fill:before{content:""}.bi-mouse:before{content:""}.bi-mouse2-fill:before{content:""}.bi-mouse2:before{content:""}.bi-mouse3-fill:before{content:""}.bi-mouse3:before{content:""}.bi-music-note-beamed:before{content:""}.bi-music-note-list:before{content:""}.bi-music-note:before{content:""}.bi-music-player-fill:before{content:""}.bi-music-player:before{content:""}.bi-newspaper:before{content:""}.bi-node-minus-fill:before{content:""}.bi-node-minus:before{content:""}.bi-node-plus-fill:before{content:""}.bi-node-plus:before{content:""}.bi-nut-fill:before{content:""}.bi-nut:before{content:""}.bi-octagon-fill:before{content:""}.bi-octagon-half:before{content:""}.bi-octagon:before{content:""}.bi-option:before{content:""}.bi-outlet:before{content:""}.bi-paint-bucket:before{content:""}.bi-palette-fill:before{content:""}.bi-palette:before{content:""}.bi-palette2:before{content:""}.bi-paperclip:before{content:""}.bi-paragraph:before{content:""}.bi-patch-check-fill:before{content:""}.bi-patch-check:before{content:""}.bi-patch-exclamation-fill:before{content:""}.bi-patch-exclamation:before{content:""}.bi-patch-minus-fill:before{content:""}.bi-patch-minus:before{content:""}.bi-patch-plus-fill:before{content:""}.bi-patch-plus:before{content:""}.bi-patch-question-fill:before{content:""}.bi-patch-question:before{content:""}.bi-pause-btn-fill:before{content:""}.bi-pause-btn:before{content:""}.bi-pause-circle-fill:before{content:""}.bi-pause-circle:before{content:""}.bi-pause-fill:before{content:""}.bi-pause:before{content:""}.bi-peace-fill:before{content:""}.bi-peace:before{content:""}.bi-pen-fill:before{content:""}.bi-pen:before{content:""}.bi-pencil-fill:before{content:""}.bi-pencil-square:before{content:""}.bi-pencil:before{content:""}.bi-pentagon-fill:before{content:""}.bi-pentagon-half:before{content:""}.bi-pentagon:before{content:""}.bi-people-fill:before{content:""}.bi-people:before{content:""}.bi-percent:before{content:""}.bi-person-badge-fill:before{content:""}.bi-person-badge:before{content:""}.bi-person-bounding-box:before{content:""}.bi-person-check-fill:before{content:""}.bi-person-check:before{content:""}.bi-person-circle:before{content:""}.bi-person-dash-fill:before{content:""}.bi-person-dash:before{content:""}.bi-person-fill:before{content:""}.bi-person-lines-fill:before{content:""}.bi-person-plus-fill:before{content:""}.bi-person-plus:before{content:""}.bi-person-square:before{content:""}.bi-person-x-fill:before{content:""}.bi-person-x:before{content:""}.bi-person:before{content:""}.bi-phone-fill:before{content:""}.bi-phone-landscape-fill:before{content:""}.bi-phone-landscape:before{content:""}.bi-phone-vibrate-fill:before{content:""}.bi-phone-vibrate:before{content:""}.bi-phone:before{content:""}.bi-pie-chart-fill:before{content:""}.bi-pie-chart:before{content:""}.bi-pin-angle-fill:before{content:""}.bi-pin-angle:before{content:""}.bi-pin-fill:before{content:""}.bi-pin:before{content:""}.bi-pip-fill:before{content:""}.bi-pip:before{content:""}.bi-play-btn-fill:before{content:""}.bi-play-btn:before{content:""}.bi-play-circle-fill:before{content:""}.bi-play-circle:before{content:""}.bi-play-fill:before{content:""}.bi-play:before{content:""}.bi-plug-fill:before{content:""}.bi-plug:before{content:""}.bi-plus-circle-dotted:before{content:""}.bi-plus-circle-fill:before{content:""}.bi-plus-circle:before{content:""}.bi-plus-square-dotted:before{content:""}.bi-plus-square-fill:before{content:""}.bi-plus-square:before{content:""}.bi-plus:before{content:""}.bi-power:before{content:""}.bi-printer-fill:before{content:""}.bi-printer:before{content:""}.bi-puzzle-fill:before{content:""}.bi-puzzle:before{content:""}.bi-question-circle-fill:before{content:""}.bi-question-circle:before{content:""}.bi-question-diamond-fill:before{content:""}.bi-question-diamond:before{content:""}.bi-question-octagon-fill:before{content:""}.bi-question-octagon:before{content:""}.bi-question-square-fill:before{content:""}.bi-question-square:before{content:""}.bi-question:before{content:""}.bi-rainbow:before{content:""}.bi-receipt-cutoff:before{content:""}.bi-receipt:before{content:""}.bi-reception-0:before{content:""}.bi-reception-1:before{content:""}.bi-reception-2:before{content:""}.bi-reception-3:before{content:""}.bi-reception-4:before{content:""}.bi-record-btn-fill:before{content:""}.bi-record-btn:before{content:""}.bi-record-circle-fill:before{content:""}.bi-record-circle:before{content:""}.bi-record-fill:before{content:""}.bi-record:before{content:""}.bi-record2-fill:before{content:""}.bi-record2:before{content:""}.bi-reply-all-fill:before{content:""}.bi-reply-all:before{content:""}.bi-reply-fill:before{content:""}.bi-reply:before{content:""}.bi-rss-fill:before{content:""}.bi-rss:before{content:""}.bi-rulers:before{content:""}.bi-save-fill:before{content:""}.bi-save:before{content:""}.bi-save2-fill:before{content:""}.bi-save2:before{content:""}.bi-scissors:before{content:""}.bi-screwdriver:before{content:""}.bi-search:before{content:""}.bi-segmented-nav:before{content:""}.bi-server:before{content:""}.bi-share-fill:before{content:""}.bi-share:before{content:""}.bi-shield-check:before{content:""}.bi-shield-exclamation:before{content:""}.bi-shield-fill-check:before{content:""}.bi-shield-fill-exclamation:before{content:""}.bi-shield-fill-minus:before{content:""}.bi-shield-fill-plus:before{content:""}.bi-shield-fill-x:before{content:""}.bi-shield-fill:before{content:""}.bi-shield-lock-fill:before{content:""}.bi-shield-lock:before{content:""}.bi-shield-minus:before{content:""}.bi-shield-plus:before{content:""}.bi-shield-shaded:before{content:""}.bi-shield-slash-fill:before{content:""}.bi-shield-slash:before{content:""}.bi-shield-x:before{content:""}.bi-shield:before{content:""}.bi-shift-fill:before{content:""}.bi-shift:before{content:""}.bi-shop-window:before{content:""}.bi-shop:before{content:""}.bi-shuffle:before{content:""}.bi-signpost-2-fill:before{content:""}.bi-signpost-2:before{content:""}.bi-signpost-fill:before{content:""}.bi-signpost-split-fill:before{content:""}.bi-signpost-split:before{content:""}.bi-signpost:before{content:""}.bi-sim-fill:before{content:""}.bi-sim:before{content:""}.bi-skip-backward-btn-fill:before{content:""}.bi-skip-backward-btn:before{content:""}.bi-skip-backward-circle-fill:before{content:""}.bi-skip-backward-circle:before{content:""}.bi-skip-backward-fill:before{content:""}.bi-skip-backward:before{content:""}.bi-skip-end-btn-fill:before{content:""}.bi-skip-end-btn:before{content:""}.bi-skip-end-circle-fill:before{content:""}.bi-skip-end-circle:before{content:""}.bi-skip-end-fill:before{content:""}.bi-skip-end:before{content:""}.bi-skip-forward-btn-fill:before{content:""}.bi-skip-forward-btn:before{content:""}.bi-skip-forward-circle-fill:before{content:""}.bi-skip-forward-circle:before{content:""}.bi-skip-forward-fill:before{content:""}.bi-skip-forward:before{content:""}.bi-skip-start-btn-fill:before{content:""}.bi-skip-start-btn:before{content:""}.bi-skip-start-circle-fill:before{content:""}.bi-skip-start-circle:before{content:""}.bi-skip-start-fill:before{content:""}.bi-skip-start:before{content:""}.bi-slack:before{content:""}.bi-slash-circle-fill:before{content:""}.bi-slash-circle:before{content:""}.bi-slash-square-fill:before{content:""}.bi-slash-square:before{content:""}.bi-slash:before{content:""}.bi-sliders:before{content:""}.bi-smartwatch:before{content:""}.bi-snow:before{content:""}.bi-snow2:before{content:""}.bi-snow3:before{content:""}.bi-sort-alpha-down-alt:before{content:""}.bi-sort-alpha-down:before{content:""}.bi-sort-alpha-up-alt:before{content:""}.bi-sort-alpha-up:before{content:""}.bi-sort-down-alt:before{content:""}.bi-sort-down:before{content:""}.bi-sort-numeric-down-alt:before{content:""}.bi-sort-numeric-down:before{content:""}.bi-sort-numeric-up-alt:before{content:""}.bi-sort-numeric-up:before{content:""}.bi-sort-up-alt:before{content:""}.bi-sort-up:before{content:""}.bi-soundwave:before{content:""}.bi-speaker-fill:before{content:""}.bi-speaker:before{content:""}.bi-speedometer:before{content:""}.bi-speedometer2:before{content:""}.bi-spellcheck:before{content:""}.bi-square-fill:before{content:""}.bi-square-half:before{content:""}.bi-square:before{content:""}.bi-stack:before{content:""}.bi-star-fill:before{content:""}.bi-star-half:before{content:""}.bi-star:before{content:""}.bi-stars:before{content:""}.bi-stickies-fill:before{content:""}.bi-stickies:before{content:""}.bi-sticky-fill:before{content:""}.bi-sticky:before{content:""}.bi-stop-btn-fill:before{content:""}.bi-stop-btn:before{content:""}.bi-stop-circle-fill:before{content:""}.bi-stop-circle:before{content:""}.bi-stop-fill:before{content:""}.bi-stop:before{content:""}.bi-stoplights-fill:before{content:""}.bi-stoplights:before{content:""}.bi-stopwatch-fill:before{content:""}.bi-stopwatch:before{content:""}.bi-subtract:before{content:""}.bi-suit-club-fill:before{content:""}.bi-suit-club:before{content:""}.bi-suit-diamond-fill:before{content:""}.bi-suit-diamond:before{content:""}.bi-suit-heart-fill:before{content:""}.bi-suit-heart:before{content:""}.bi-suit-spade-fill:before{content:""}.bi-suit-spade:before{content:""}.bi-sun-fill:before{content:""}.bi-sun:before{content:""}.bi-sunglasses:before{content:""}.bi-sunrise-fill:before{content:""}.bi-sunrise:before{content:""}.bi-sunset-fill:before{content:""}.bi-sunset:before{content:""}.bi-symmetry-horizontal:before{content:""}.bi-symmetry-vertical:before{content:""}.bi-table:before{content:""}.bi-tablet-fill:before{content:""}.bi-tablet-landscape-fill:before{content:""}.bi-tablet-landscape:before{content:""}.bi-tablet:before{content:""}.bi-tag-fill:before{content:""}.bi-tag:before{content:""}.bi-tags-fill:before{content:""}.bi-tags:before{content:""}.bi-telegram:before{content:""}.bi-telephone-fill:before{content:""}.bi-telephone-forward-fill:before{content:""}.bi-telephone-forward:before{content:""}.bi-telephone-inbound-fill:before{content:""}.bi-telephone-inbound:before{content:""}.bi-telephone-minus-fill:before{content:""}.bi-telephone-minus:before{content:""}.bi-telephone-outbound-fill:before{content:""}.bi-telephone-outbound:before{content:""}.bi-telephone-plus-fill:before{content:""}.bi-telephone-plus:before{content:""}.bi-telephone-x-fill:before{content:""}.bi-telephone-x:before{content:""}.bi-telephone:before{content:""}.bi-terminal-fill:before{content:""}.bi-terminal:before{content:""}.bi-text-center:before{content:""}.bi-text-indent-left:before{content:""}.bi-text-indent-right:before{content:""}.bi-text-left:before{content:""}.bi-text-paragraph:before{content:""}.bi-text-right:before{content:""}.bi-textarea-resize:before{content:""}.bi-textarea-t:before{content:""}.bi-textarea:before{content:""}.bi-thermometer-half:before{content:""}.bi-thermometer-high:before{content:""}.bi-thermometer-low:before{content:""}.bi-thermometer-snow:before{content:""}.bi-thermometer-sun:before{content:""}.bi-thermometer:before{content:""}.bi-three-dots-vertical:before{content:""}.bi-three-dots:before{content:""}.bi-toggle-off:before{content:""}.bi-toggle-on:before{content:""}.bi-toggle2-off:before{content:""}.bi-toggle2-on:before{content:""}.bi-toggles:before{content:""}.bi-toggles2:before{content:""}.bi-tools:before{content:""}.bi-tornado:before{content:""}.bi-trash-fill:before{content:""}.bi-trash:before{content:""}.bi-trash2-fill:before{content:""}.bi-trash2:before{content:""}.bi-tree-fill:before{content:""}.bi-tree:before{content:""}.bi-triangle-fill:before{content:""}.bi-triangle-half:before{content:""}.bi-triangle:before{content:""}.bi-trophy-fill:before{content:""}.bi-trophy:before{content:""}.bi-tropical-storm:before{content:""}.bi-truck-flatbed:before{content:""}.bi-truck:before{content:""}.bi-tsunami:before{content:""}.bi-tv-fill:before{content:""}.bi-tv:before{content:""}.bi-twitch:before{content:""}.bi-twitter:before{content:""}.bi-type-bold:before{content:""}.bi-type-h1:before{content:""}.bi-type-h2:before{content:""}.bi-type-h3:before{content:""}.bi-type-italic:before{content:""}.bi-type-strikethrough:before{content:""}.bi-type-underline:before{content:""}.bi-type:before{content:""}.bi-ui-checks-grid:before{content:""}.bi-ui-checks:before{content:""}.bi-ui-radios-grid:before{content:""}.bi-ui-radios:before{content:""}.bi-umbrella-fill:before{content:""}.bi-umbrella:before{content:""}.bi-union:before{content:""}.bi-unlock-fill:before{content:""}.bi-unlock:before{content:""}.bi-upc-scan:before{content:""}.bi-upc:before{content:""}.bi-upload:before{content:""}.bi-vector-pen:before{content:""}.bi-view-list:before{content:""}.bi-view-stacked:before{content:""}.bi-vinyl-fill:before{content:""}.bi-vinyl:before{content:""}.bi-voicemail:before{content:""}.bi-volume-down-fill:before{content:""}.bi-volume-down:before{content:""}.bi-volume-mute-fill:before{content:""}.bi-volume-mute:before{content:""}.bi-volume-off-fill:before{content:""}.bi-volume-off:before{content:""}.bi-volume-up-fill:before{content:""}.bi-volume-up:before{content:""}.bi-vr:before{content:""}.bi-wallet-fill:before{content:""}.bi-wallet:before{content:""}.bi-wallet2:before{content:""}.bi-watch:before{content:""}.bi-water:before{content:""}.bi-whatsapp:before{content:""}.bi-wifi-1:before{content:""}.bi-wifi-2:before{content:""}.bi-wifi-off:before{content:""}.bi-wifi:before{content:""}.bi-wind:before{content:""}.bi-window-dock:before{content:""}.bi-window-sidebar:before{content:""}.bi-window:before{content:""}.bi-wrench:before{content:""}.bi-x-circle-fill:before{content:""}.bi-x-circle:before{content:""}.bi-x-diamond-fill:before{content:""}.bi-x-diamond:before{content:""}.bi-x-octagon-fill:before{content:""}.bi-x-octagon:before{content:""}.bi-x-square-fill:before{content:""}.bi-x-square:before{content:""}.bi-x:before{content:""}.bi-youtube:before{content:""}.bi-zoom-in:before{content:""}.bi-zoom-out:before{content:""}.bi-bank:before{content:""}.bi-bank2:before{content:""}.bi-bell-slash-fill:before{content:""}.bi-bell-slash:before{content:""}.bi-cash-coin:before{content:""}.bi-check-lg:before{content:""}.bi-coin:before{content:""}.bi-currency-bitcoin:before{content:""}.bi-currency-dollar:before{content:""}.bi-currency-euro:before{content:""}.bi-currency-exchange:before{content:""}.bi-currency-pound:before{content:""}.bi-currency-yen:before{content:""}.bi-dash-lg:before{content:""}.bi-exclamation-lg:before{content:""}.bi-file-earmark-pdf-fill:before{content:""}.bi-file-earmark-pdf:before{content:""}.bi-file-pdf-fill:before{content:""}.bi-file-pdf:before{content:""}.bi-gender-ambiguous:before{content:""}.bi-gender-female:before{content:""}.bi-gender-male:before{content:""}.bi-gender-trans:before{content:""}.bi-headset-vr:before{content:""}.bi-info-lg:before{content:""}.bi-mastodon:before{content:""}.bi-messenger:before{content:""}.bi-piggy-bank-fill:before{content:""}.bi-piggy-bank:before{content:""}.bi-pin-map-fill:before{content:""}.bi-pin-map:before{content:""}.bi-plus-lg:before{content:""}.bi-question-lg:before{content:""}.bi-recycle:before{content:""}.bi-reddit:before{content:""}.bi-safe-fill:before{content:""}.bi-safe2-fill:before{content:""}.bi-safe2:before{content:""}.bi-sd-card-fill:before{content:""}.bi-sd-card:before{content:""}.bi-skype:before{content:""}.bi-slash-lg:before{content:""}.bi-translate:before{content:""}.bi-x-lg:before{content:""}.bi-safe:before{content:""}.bi-apple:before{content:""}.bi-microsoft:before{content:""}.bi-windows:before{content:""}.bi-behance:before{content:""}.bi-dribbble:before{content:""}.bi-line:before{content:""}.bi-medium:before{content:""}.bi-paypal:before{content:""}.bi-pinterest:before{content:""}.bi-signal:before{content:""}.bi-snapchat:before{content:""}.bi-spotify:before{content:""}.bi-stack-overflow:before{content:""}.bi-strava:before{content:""}.bi-wordpress:before{content:""}.bi-vimeo:before{content:""}.bi-activity:before{content:""}.bi-easel2-fill:before{content:""}.bi-easel2:before{content:""}.bi-easel3-fill:before{content:""}.bi-easel3:before{content:""}.bi-fan:before{content:""}.bi-fingerprint:before{content:""}.bi-graph-down-arrow:before{content:""}.bi-graph-up-arrow:before{content:""}.bi-hypnotize:before{content:""}.bi-magic:before{content:""}.bi-person-rolodex:before{content:""}.bi-person-video:before{content:""}.bi-person-video2:before{content:""}.bi-person-video3:before{content:""}.bi-person-workspace:before{content:""}.bi-radioactive:before{content:""}.bi-webcam-fill:before{content:""}.bi-webcam:before{content:""}.bi-yin-yang:before{content:""}.bi-bandaid-fill:before{content:""}.bi-bandaid:before{content:""}.bi-bluetooth:before{content:""}.bi-body-text:before{content:""}.bi-boombox:before{content:""}.bi-boxes:before{content:""}.bi-dpad-fill:before{content:""}.bi-dpad:before{content:""}.bi-ear-fill:before{content:""}.bi-ear:before{content:""}.bi-envelope-check-fill:before{content:""}.bi-envelope-check:before{content:""}.bi-envelope-dash-fill:before{content:""}.bi-envelope-dash:before{content:""}.bi-envelope-exclamation-fill:before{content:""}.bi-envelope-exclamation:before{content:""}.bi-envelope-plus-fill:before{content:""}.bi-envelope-plus:before{content:""}.bi-envelope-slash-fill:before{content:""}.bi-envelope-slash:before{content:""}.bi-envelope-x-fill:before{content:""}.bi-envelope-x:before{content:""}.bi-explicit-fill:before{content:""}.bi-explicit:before{content:""}.bi-git:before{content:""}.bi-infinity:before{content:""}.bi-list-columns-reverse:before{content:""}.bi-list-columns:before{content:""}.bi-meta:before{content:""}.bi-nintendo-switch:before{content:""}.bi-pc-display-horizontal:before{content:""}.bi-pc-display:before{content:""}.bi-pc-horizontal:before{content:""}.bi-pc:before{content:""}.bi-playstation:before{content:""}.bi-plus-slash-minus:before{content:""}.bi-projector-fill:before{content:""}.bi-projector:before{content:""}.bi-qr-code-scan:before{content:""}.bi-qr-code:before{content:""}.bi-quora:before{content:""}.bi-quote:before{content:""}.bi-robot:before{content:""}.bi-send-check-fill:before{content:""}.bi-send-check:before{content:""}.bi-send-dash-fill:before{content:""}.bi-send-dash:before{content:""}.bi-send-exclamation-fill:before{content:""}.bi-send-exclamation:before{content:""}.bi-send-fill:before{content:""}.bi-send-plus-fill:before{content:""}.bi-send-plus:before{content:""}.bi-send-slash-fill:before{content:""}.bi-send-slash:before{content:""}.bi-send-x-fill:before{content:""}.bi-send-x:before{content:""}.bi-send:before{content:""}.bi-steam:before{content:""}.bi-terminal-dash:before{content:""}.bi-terminal-plus:before{content:""}.bi-terminal-split:before{content:""}.bi-ticket-detailed-fill:before{content:""}.bi-ticket-detailed:before{content:""}.bi-ticket-fill:before{content:""}.bi-ticket-perforated-fill:before{content:""}.bi-ticket-perforated:before{content:""}.bi-ticket:before{content:""}.bi-tiktok:before{content:""}.bi-window-dash:before{content:""}.bi-window-desktop:before{content:""}.bi-window-fullscreen:before{content:""}.bi-window-plus:before{content:""}.bi-window-split:before{content:""}.bi-window-stack:before{content:""}.bi-window-x:before{content:""}.bi-xbox:before{content:""}.bi-ethernet:before{content:""}.bi-hdmi-fill:before{content:""}.bi-hdmi:before{content:""}.bi-usb-c-fill:before{content:""}.bi-usb-c:before{content:""}.bi-usb-fill:before{content:""}.bi-usb-plug-fill:before{content:""}.bi-usb-plug:before{content:""}.bi-usb-symbol:before{content:""}.bi-usb:before{content:""}.bi-boombox-fill:before{content:""}.bi-displayport:before{content:""}.bi-gpu-card:before{content:""}.bi-memory:before{content:""}.bi-modem-fill:before{content:""}.bi-modem:before{content:""}.bi-motherboard-fill:before{content:""}.bi-motherboard:before{content:""}.bi-optical-audio-fill:before{content:""}.bi-optical-audio:before{content:""}.bi-pci-card:before{content:""}.bi-router-fill:before{content:""}.bi-router:before{content:""}.bi-thunderbolt-fill:before{content:""}.bi-thunderbolt:before{content:""}.bi-usb-drive-fill:before{content:""}.bi-usb-drive:before{content:""}.bi-usb-micro-fill:before{content:""}.bi-usb-micro:before{content:""}.bi-usb-mini-fill:before{content:""}.bi-usb-mini:before{content:""}.bi-cloud-haze2:before{content:""}.bi-device-hdd-fill:before{content:""}.bi-device-hdd:before{content:""}.bi-device-ssd-fill:before{content:""}.bi-device-ssd:before{content:""}.bi-displayport-fill:before{content:""}.bi-mortarboard-fill:before{content:""}.bi-mortarboard:before{content:""}.bi-terminal-x:before{content:""}.bi-arrow-through-heart-fill:before{content:""}.bi-arrow-through-heart:before{content:""}.bi-badge-sd-fill:before{content:""}.bi-badge-sd:before{content:""}.bi-bag-heart-fill:before{content:""}.bi-bag-heart:before{content:""}.bi-balloon-fill:before{content:""}.bi-balloon-heart-fill:before{content:""}.bi-balloon-heart:before{content:""}.bi-balloon:before{content:""}.bi-box2-fill:before{content:""}.bi-box2-heart-fill:before{content:""}.bi-box2-heart:before{content:""}.bi-box2:before{content:""}.bi-braces-asterisk:before{content:""}.bi-calendar-heart-fill:before{content:""}.bi-calendar-heart:before{content:""}.bi-calendar2-heart-fill:before{content:""}.bi-calendar2-heart:before{content:""}.bi-chat-heart-fill:before{content:""}.bi-chat-heart:before{content:""}.bi-chat-left-heart-fill:before{content:""}.bi-chat-left-heart:before{content:""}.bi-chat-right-heart-fill:before{content:""}.bi-chat-right-heart:before{content:""}.bi-chat-square-heart-fill:before{content:""}.bi-chat-square-heart:before{content:""}.bi-clipboard-check-fill:before{content:""}.bi-clipboard-data-fill:before{content:""}.bi-clipboard-fill:before{content:""}.bi-clipboard-heart-fill:before{content:""}.bi-clipboard-heart:before{content:""}.bi-clipboard-minus-fill:before{content:""}.bi-clipboard-plus-fill:before{content:""}.bi-clipboard-pulse:before{content:""}.bi-clipboard-x-fill:before{content:""}.bi-clipboard2-check-fill:before{content:""}.bi-clipboard2-check:before{content:""}.bi-clipboard2-data-fill:before{content:""}.bi-clipboard2-data:before{content:""}.bi-clipboard2-fill:before{content:""}.bi-clipboard2-heart-fill:before{content:""}.bi-clipboard2-heart:before{content:""}.bi-clipboard2-minus-fill:before{content:""}.bi-clipboard2-minus:before{content:""}.bi-clipboard2-plus-fill:before{content:""}.bi-clipboard2-plus:before{content:""}.bi-clipboard2-pulse-fill:before{content:""}.bi-clipboard2-pulse:before{content:""}.bi-clipboard2-x-fill:before{content:""}.bi-clipboard2-x:before{content:""}.bi-clipboard2:before{content:""}.bi-emoji-kiss-fill:before{content:""}.bi-emoji-kiss:before{content:""}.bi-envelope-heart-fill:before{content:""}.bi-envelope-heart:before{content:""}.bi-envelope-open-heart-fill:before{content:""}.bi-envelope-open-heart:before{content:""}.bi-envelope-paper-fill:before{content:""}.bi-envelope-paper-heart-fill:before{content:""}.bi-envelope-paper-heart:before{content:""}.bi-envelope-paper:before{content:""}.bi-filetype-aac:before{content:""}.bi-filetype-ai:before{content:""}.bi-filetype-bmp:before{content:""}.bi-filetype-cs:before{content:""}.bi-filetype-css:before{content:""}.bi-filetype-csv:before{content:""}.bi-filetype-doc:before{content:""}.bi-filetype-docx:before{content:""}.bi-filetype-exe:before{content:""}.bi-filetype-gif:before{content:""}.bi-filetype-heic:before{content:""}.bi-filetype-html:before{content:""}.bi-filetype-java:before{content:""}.bi-filetype-jpg:before{content:""}.bi-filetype-js:before{content:""}.bi-filetype-jsx:before{content:""}.bi-filetype-key:before{content:""}.bi-filetype-m4p:before{content:""}.bi-filetype-md:before{content:""}.bi-filetype-mdx:before{content:""}.bi-filetype-mov:before{content:""}.bi-filetype-mp3:before{content:""}.bi-filetype-mp4:before{content:""}.bi-filetype-otf:before{content:""}.bi-filetype-pdf:before{content:""}.bi-filetype-php:before{content:""}.bi-filetype-png:before{content:""}.bi-filetype-ppt:before{content:""}.bi-filetype-psd:before{content:""}.bi-filetype-py:before{content:""}.bi-filetype-raw:before{content:""}.bi-filetype-rb:before{content:""}.bi-filetype-sass:before{content:""}.bi-filetype-scss:before{content:""}.bi-filetype-sh:before{content:""}.bi-filetype-svg:before{content:""}.bi-filetype-tiff:before{content:""}.bi-filetype-tsx:before{content:""}.bi-filetype-ttf:before{content:""}.bi-filetype-txt:before{content:""}.bi-filetype-wav:before{content:""}.bi-filetype-woff:before{content:""}.bi-filetype-xls:before{content:""}.bi-filetype-xml:before{content:""}.bi-filetype-yml:before{content:""}.bi-heart-arrow:before{content:""}.bi-heart-pulse-fill:before{content:""}.bi-heart-pulse:before{content:""}.bi-heartbreak-fill:before{content:""}.bi-heartbreak:before{content:""}.bi-hearts:before{content:""}.bi-hospital-fill:before{content:""}.bi-hospital:before{content:""}.bi-house-heart-fill:before{content:""}.bi-house-heart:before{content:""}.bi-incognito:before{content:""}.bi-magnet-fill:before{content:""}.bi-magnet:before{content:""}.bi-person-heart:before{content:""}.bi-person-hearts:before{content:""}.bi-phone-flip:before{content:""}.bi-plugin:before{content:""}.bi-postage-fill:before{content:""}.bi-postage-heart-fill:before{content:""}.bi-postage-heart:before{content:""}.bi-postage:before{content:""}.bi-postcard-fill:before{content:""}.bi-postcard-heart-fill:before{content:""}.bi-postcard-heart:before{content:""}.bi-postcard:before{content:""}.bi-search-heart-fill:before{content:""}.bi-search-heart:before{content:""}.bi-sliders2-vertical:before{content:""}.bi-sliders2:before{content:""}.bi-trash3-fill:before{content:""}.bi-trash3:before{content:""}.bi-valentine:before{content:""}.bi-valentine2:before{content:""}.bi-wrench-adjustable-circle-fill:before{content:""}.bi-wrench-adjustable-circle:before{content:""}.bi-wrench-adjustable:before{content:""}.bi-filetype-json:before{content:""}.bi-filetype-pptx:before{content:""}.bi-filetype-xlsx:before{content:""}.bi-1-circle-fill:before{content:""}.bi-1-circle:before{content:""}.bi-1-square-fill:before{content:""}.bi-1-square:before{content:""}.bi-2-circle-fill:before{content:""}.bi-2-circle:before{content:""}.bi-2-square-fill:before{content:""}.bi-2-square:before{content:""}.bi-3-circle-fill:before{content:""}.bi-3-circle:before{content:""}.bi-3-square-fill:before{content:""}.bi-3-square:before{content:""}.bi-4-circle-fill:before{content:""}.bi-4-circle:before{content:""}.bi-4-square-fill:before{content:""}.bi-4-square:before{content:""}.bi-5-circle-fill:before{content:""}.bi-5-circle:before{content:""}.bi-5-square-fill:before{content:""}.bi-5-square:before{content:""}.bi-6-circle-fill:before{content:""}.bi-6-circle:before{content:""}.bi-6-square-fill:before{content:""}.bi-6-square:before{content:""}.bi-7-circle-fill:before{content:""}.bi-7-circle:before{content:""}.bi-7-square-fill:before{content:""}.bi-7-square:before{content:""}.bi-8-circle-fill:before{content:""}.bi-8-circle:before{content:""}.bi-8-square-fill:before{content:""}.bi-8-square:before{content:""}.bi-9-circle-fill:before{content:""}.bi-9-circle:before{content:""}.bi-9-square-fill:before{content:""}.bi-9-square:before{content:""}.bi-airplane-engines-fill:before{content:""}.bi-airplane-engines:before{content:""}.bi-airplane-fill:before{content:""}.bi-airplane:before{content:""}.bi-alexa:before{content:""}.bi-alipay:before{content:""}.bi-android:before{content:""}.bi-android2:before{content:""}.bi-box-fill:before{content:""}.bi-box-seam-fill:before{content:""}.bi-browser-chrome:before{content:""}.bi-browser-edge:before{content:""}.bi-browser-firefox:before{content:""}.bi-browser-safari:before{content:""}.bi-c-circle-fill:before{content:""}.bi-c-circle:before{content:""}.bi-c-square-fill:before{content:""}.bi-c-square:before{content:""}.bi-capsule-pill:before{content:""}.bi-capsule:before{content:""}.bi-car-front-fill:before{content:""}.bi-car-front:before{content:""}.bi-cassette-fill:before{content:""}.bi-cassette:before{content:""}.bi-cc-circle-fill:before{content:""}.bi-cc-circle:before{content:""}.bi-cc-square-fill:before{content:""}.bi-cc-square:before{content:""}.bi-cup-hot-fill:before{content:""}.bi-cup-hot:before{content:""}.bi-currency-rupee:before{content:""}.bi-dropbox:before{content:""}.bi-escape:before{content:""}.bi-fast-forward-btn-fill:before{content:""}.bi-fast-forward-btn:before{content:""}.bi-fast-forward-circle-fill:before{content:""}.bi-fast-forward-circle:before{content:""}.bi-fast-forward-fill:before{content:""}.bi-fast-forward:before{content:""}.bi-filetype-sql:before{content:""}.bi-fire:before{content:""}.bi-google-play:before{content:""}.bi-h-circle-fill:before{content:""}.bi-h-circle:before{content:""}.bi-h-square-fill:before{content:""}.bi-h-square:before{content:""}.bi-indent:before{content:""}.bi-lungs-fill:before{content:""}.bi-lungs:before{content:""}.bi-microsoft-teams:before{content:""}.bi-p-circle-fill:before{content:""}.bi-p-circle:before{content:""}.bi-p-square-fill:before{content:""}.bi-p-square:before{content:""}.bi-pass-fill:before{content:""}.bi-pass:before{content:""}.bi-prescription:before{content:""}.bi-prescription2:before{content:""}.bi-r-circle-fill:before{content:""}.bi-r-circle:before{content:""}.bi-r-square-fill:before{content:""}.bi-r-square:before{content:""}.bi-repeat-1:before{content:""}.bi-repeat:before{content:""}.bi-rewind-btn-fill:before{content:""}.bi-rewind-btn:before{content:""}.bi-rewind-circle-fill:before{content:""}.bi-rewind-circle:before{content:""}.bi-rewind-fill:before{content:""}.bi-rewind:before{content:""}.bi-train-freight-front-fill:before{content:""}.bi-train-freight-front:before{content:""}.bi-train-front-fill:before{content:""}.bi-train-front:before{content:""}.bi-train-lightrail-front-fill:before{content:""}.bi-train-lightrail-front:before{content:""}.bi-truck-front-fill:before{content:""}.bi-truck-front:before{content:""}.bi-ubuntu:before{content:""}.bi-unindent:before{content:""}.bi-unity:before{content:""}.bi-universal-access-circle:before{content:""}.bi-universal-access:before{content:""}.bi-virus:before{content:""}.bi-virus2:before{content:""}.bi-wechat:before{content:""}.bi-yelp:before{content:""}.bi-sign-stop-fill:before{content:""}.bi-sign-stop-lights-fill:before{content:""}.bi-sign-stop-lights:before{content:""}.bi-sign-stop:before{content:""}.bi-sign-turn-left-fill:before{content:""}.bi-sign-turn-left:before{content:""}.bi-sign-turn-right-fill:before{content:""}.bi-sign-turn-right:before{content:""}.bi-sign-turn-slight-left-fill:before{content:""}.bi-sign-turn-slight-left:before{content:""}.bi-sign-turn-slight-right-fill:before{content:""}.bi-sign-turn-slight-right:before{content:""}.bi-sign-yield-fill:before{content:""}.bi-sign-yield:before{content:""}.bi-ev-station-fill:before{content:""}.bi-ev-station:before{content:""}.bi-fuel-pump-diesel-fill:before{content:""}.bi-fuel-pump-diesel:before{content:""}.bi-fuel-pump-fill:before{content:""}.bi-fuel-pump:before{content:""}.bi-0-circle-fill:before{content:""}.bi-0-circle:before{content:""}.bi-0-square-fill:before{content:""}.bi-0-square:before{content:""}.bi-rocket-fill:before{content:""}.bi-rocket-takeoff-fill:before{content:""}.bi-rocket-takeoff:before{content:""}.bi-rocket:before{content:""}.bi-stripe:before{content:""}.bi-subscript:before{content:""}.bi-superscript:before{content:""}.bi-trello:before{content:""}.bi-envelope-at-fill:before{content:""}.bi-envelope-at:before{content:""}.bi-regex:before{content:""}.bi-text-wrap:before{content:""}.bi-sign-dead-end-fill:before{content:""}.bi-sign-dead-end:before{content:""}.bi-sign-do-not-enter-fill:before{content:""}.bi-sign-do-not-enter:before{content:""}.bi-sign-intersection-fill:before{content:""}.bi-sign-intersection-side-fill:before{content:""}.bi-sign-intersection-side:before{content:""}.bi-sign-intersection-t-fill:before{content:""}.bi-sign-intersection-t:before{content:""}.bi-sign-intersection-y-fill:before{content:""}.bi-sign-intersection-y:before{content:""}.bi-sign-intersection:before{content:""}.bi-sign-merge-left-fill:before{content:""}.bi-sign-merge-left:before{content:""}.bi-sign-merge-right-fill:before{content:""}.bi-sign-merge-right:before{content:""}.bi-sign-no-left-turn-fill:before{content:""}.bi-sign-no-left-turn:before{content:""}.bi-sign-no-parking-fill:before{content:""}.bi-sign-no-parking:before{content:""}.bi-sign-no-right-turn-fill:before{content:""}.bi-sign-no-right-turn:before{content:""}.bi-sign-railroad-fill:before{content:""}.bi-sign-railroad:before{content:""}.bi-building-add:before{content:""}.bi-building-check:before{content:""}.bi-building-dash:before{content:""}.bi-building-down:before{content:""}.bi-building-exclamation:before{content:""}.bi-building-fill-add:before{content:""}.bi-building-fill-check:before{content:""}.bi-building-fill-dash:before{content:""}.bi-building-fill-down:before{content:""}.bi-building-fill-exclamation:before{content:""}.bi-building-fill-gear:before{content:""}.bi-building-fill-lock:before{content:""}.bi-building-fill-slash:before{content:""}.bi-building-fill-up:before{content:""}.bi-building-fill-x:before{content:""}.bi-building-fill:before{content:""}.bi-building-gear:before{content:""}.bi-building-lock:before{content:""}.bi-building-slash:before{content:""}.bi-building-up:before{content:""}.bi-building-x:before{content:""}.bi-buildings-fill:before{content:""}.bi-buildings:before{content:""}.bi-bus-front-fill:before{content:""}.bi-bus-front:before{content:""}.bi-ev-front-fill:before{content:""}.bi-ev-front:before{content:""}.bi-globe-americas:before{content:""}.bi-globe-asia-australia:before{content:""}.bi-globe-central-south-asia:before{content:""}.bi-globe-europe-africa:before{content:""}.bi-house-add-fill:before{content:""}.bi-house-add:before{content:""}.bi-house-check-fill:before{content:""}.bi-house-check:before{content:""}.bi-house-dash-fill:before{content:""}.bi-house-dash:before{content:""}.bi-house-down-fill:before{content:""}.bi-house-down:before{content:""}.bi-house-exclamation-fill:before{content:""}.bi-house-exclamation:before{content:""}.bi-house-gear-fill:before{content:""}.bi-house-gear:before{content:""}.bi-house-lock-fill:before{content:""}.bi-house-lock:before{content:""}.bi-house-slash-fill:before{content:""}.bi-house-slash:before{content:""}.bi-house-up-fill:before{content:""}.bi-house-up:before{content:""}.bi-house-x-fill:before{content:""}.bi-house-x:before{content:""}.bi-person-add:before{content:""}.bi-person-down:before{content:""}.bi-person-exclamation:before{content:""}.bi-person-fill-add:before{content:""}.bi-person-fill-check:before{content:""}.bi-person-fill-dash:before{content:""}.bi-person-fill-down:before{content:""}.bi-person-fill-exclamation:before{content:""}.bi-person-fill-gear:before{content:""}.bi-person-fill-lock:before{content:""}.bi-person-fill-slash:before{content:""}.bi-person-fill-up:before{content:""}.bi-person-fill-x:before{content:""}.bi-person-gear:before{content:""}.bi-person-lock:before{content:""}.bi-person-slash:before{content:""}.bi-person-up:before{content:""}.bi-scooter:before{content:""}.bi-taxi-front-fill:before{content:""}.bi-taxi-front:before{content:""}.bi-amd:before{content:""}.bi-database-add:before{content:""}.bi-database-check:before{content:""}.bi-database-dash:before{content:""}.bi-database-down:before{content:""}.bi-database-exclamation:before{content:""}.bi-database-fill-add:before{content:""}.bi-database-fill-check:before{content:""}.bi-database-fill-dash:before{content:""}.bi-database-fill-down:before{content:""}.bi-database-fill-exclamation:before{content:""}.bi-database-fill-gear:before{content:""}.bi-database-fill-lock:before{content:""}.bi-database-fill-slash:before{content:""}.bi-database-fill-up:before{content:""}.bi-database-fill-x:before{content:""}.bi-database-fill:before{content:""}.bi-database-gear:before{content:""}.bi-database-lock:before{content:""}.bi-database-slash:before{content:""}.bi-database-up:before{content:""}.bi-database-x:before{content:""}.bi-database:before{content:""}.bi-houses-fill:before{content:""}.bi-houses:before{content:""}.bi-nvidia:before{content:""}.bi-person-vcard-fill:before{content:""}.bi-person-vcard:before{content:""}.bi-sina-weibo:before{content:""}.bi-tencent-qq:before{content:""}.bi-wikipedia:before{content:""}.bi-alphabet-uppercase:before{content:""}.bi-alphabet:before{content:""}.bi-amazon:before{content:""}.bi-arrows-collapse-vertical:before{content:""}.bi-arrows-expand-vertical:before{content:""}.bi-arrows-vertical:before{content:""}.bi-arrows:before{content:""}.bi-ban-fill:before{content:""}.bi-ban:before{content:""}.bi-bing:before{content:""}.bi-cake:before{content:""}.bi-cake2:before{content:""}.bi-cookie:before{content:""}.bi-copy:before{content:""}.bi-crosshair:before{content:""}.bi-crosshair2:before{content:""}.bi-emoji-astonished-fill:before{content:""}.bi-emoji-astonished:before{content:""}.bi-emoji-grimace-fill:before{content:""}.bi-emoji-grimace:before{content:""}.bi-emoji-grin-fill:before{content:""}.bi-emoji-grin:before{content:""}.bi-emoji-surprise-fill:before{content:""}.bi-emoji-surprise:before{content:""}.bi-emoji-tear-fill:before{content:""}.bi-emoji-tear:before{content:""}.bi-envelope-arrow-down-fill:before{content:""}.bi-envelope-arrow-down:before{content:""}.bi-envelope-arrow-up-fill:before{content:""}.bi-envelope-arrow-up:before{content:""}.bi-feather:before{content:""}.bi-feather2:before{content:""}.bi-floppy-fill:before{content:""}.bi-floppy:before{content:""}.bi-floppy2-fill:before{content:""}.bi-floppy2:before{content:""}.bi-gitlab:before{content:""}.bi-highlighter:before{content:""}.bi-marker-tip:before{content:""}.bi-nvme-fill:before{content:""}.bi-nvme:before{content:""}.bi-opencollective:before{content:""}.bi-pci-card-network:before{content:""}.bi-pci-card-sound:before{content:""}.bi-radar:before{content:""}.bi-send-arrow-down-fill:before{content:""}.bi-send-arrow-down:before{content:""}.bi-send-arrow-up-fill:before{content:""}.bi-send-arrow-up:before{content:""}.bi-sim-slash-fill:before{content:""}.bi-sim-slash:before{content:""}.bi-sourceforge:before{content:""}.bi-substack:before{content:""}.bi-threads-fill:before{content:""}.bi-threads:before{content:""}.bi-transparency:before{content:""}.bi-twitter-x:before{content:""}.bi-type-h4:before{content:""}.bi-type-h5:before{content:""}.bi-type-h6:before{content:""}.bi-backpack-fill:before{content:""}.bi-backpack:before{content:""}.bi-backpack2-fill:before{content:""}.bi-backpack2:before{content:""}.bi-backpack3-fill:before{content:""}.bi-backpack3:before{content:""}.bi-backpack4-fill:before{content:""}.bi-backpack4:before{content:""}.bi-brilliance:before{content:""}.bi-cake-fill:before{content:""}.bi-cake2-fill:before{content:""}.bi-duffle-fill:before{content:""}.bi-duffle:before{content:""}.bi-exposure:before{content:""}.bi-gender-neuter:before{content:""}.bi-highlights:before{content:""}.bi-luggage-fill:before{content:""}.bi-luggage:before{content:""}.bi-mailbox-flag:before{content:""}.bi-mailbox2-flag:before{content:""}.bi-noise-reduction:before{content:""}.bi-passport-fill:before{content:""}.bi-passport:before{content:""}.bi-person-arms-up:before{content:""}.bi-person-raised-hand:before{content:""}.bi-person-standing-dress:before{content:""}.bi-person-standing:before{content:""}.bi-person-walking:before{content:""}.bi-person-wheelchair:before{content:""}.bi-shadows:before{content:""}.bi-suitcase-fill:before{content:""}.bi-suitcase-lg-fill:before{content:""}.bi-suitcase-lg:before{content:""}.bi-suitcase:before{content:"豈"}.bi-suitcase2-fill:before{content:"更"}.bi-suitcase2:before{content:"車"}.bi-vignette:before{content:"賈"}@font-face{font-family:revicons;fallback:fallback;src:url(/assets/revicons-207Xk7wD.woff) format("woff"),url(/assets/revicons-gasWZ3sP.ttf) format("ttf"),url(/assets/revicons-TSCngFAj.eot) format("ttf")}.react-multi-carousel-list{display:flex;align-items:center;overflow:hidden;position:relative}.react-multi-carousel-track{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;position:relative;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition}.react-multiple-carousel__arrow{position:absolute;outline:0;transition:all .5s;border-radius:35px;z-index:1000;border:0;background:#00000080;min-width:43px;min-height:43px;opacity:1;cursor:pointer}.react-multiple-carousel__arrow:hover{background:#000c}.react-multiple-carousel__arrow:before{font-size:20px;color:#fff;display:block;font-family:revicons;text-align:center;z-index:2;position:relative}.react-multiple-carousel__arrow:disabled{cursor:default;background:#00000080}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left:before{content:""}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right:before{content:""}.react-multi-carousel-dot-list{position:absolute;bottom:0;display:flex;left:0;right:0;justify-content:center;padding:0;margin:0;list-style:none;text-align:center}.react-multi-carousel-dot button{display:inline-block;width:12px;height:12px;border-radius:50%;opacity:1;box-shadow:none;transition:background .5s;border-width:2px;border-style:solid;border-color:gray;padding:0;margin:0 6px 0 0;outline:0;cursor:pointer}.react-multi-carousel-dot button:hover:active,.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.react-multi-carousel-item{flex-shrink:0!important}.react-multi-carousel-track{overflow:visible!important}}[dir=rtl].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{right:auto;left:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--right:before{content:""}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left:before{content:""}.image-slider{position:relative;width:400px;height:500px;overflow:hidden;margin:auto}.image-container{width:100%;height:100%;display:flex;transition:transform .5s ease}img{width:100%;height:100%;object-fit:cover}.active{display:block;margin:0 auto}.indicators{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:10px}.indicator{width:80px;height:5px;background-color:#33333360;border-radius:2px;cursor:pointer}.indicator.active{background-color:#333}.about-us-page .hero-image img{display:block;margin:0 auto;width:100vw}.about-us-page .img-size{height:300px;align-self:stretch}.about-us-page .sectionContainer{display:flex;flex-direction:row;justify-content:center;align-items:center;text-align:center;width:100%;padding:128px 0}.about-us-page .section{width:80%}.about-us-page .ourStoryContainer{padding:80px unset}.about-us-page .lrg-spc{padding:64px 128px}.about-us-page .md-spc{padding:48px 64px}.about-us-page .our-value{align-items:flex-start}.about-us-page .our-story{display:flex;padding:var(--spacing-spc-none, 0px) var(--spacing-spc-lg, 48px);text-align:left;align-items:center;gap:var(--spacing-spc-lg, 48px);background-color:#eae0d5}.about-us-page .value-images{justify-content:space-between}.about-us-page .value-images img{width:100%;height:453px;max-height:100%;object-fit:cover}.about-us-page .image-slider{position:absolute;transition:all .3s ease-in-out}.about-us-page .ivory-bg{background-color:#f9f6f3}.about-us-page .right-container{width:40%;height:426px}.about-us-page .left-container{padding:var(--spacing-spc-xl, 64px) var(--spacing-spc-none, 0px);align-items:flex-start;flex:1 0 0}.about-us-page .testframe{padding:48px}.hero-frame{position:relative;height:413px}.hero-image-child{width:100%;height:413px;object-fit:cover}.policy:hover{box-shadow:inset 0 0 0 2px #5e503f}.policy:active{box-shadow:inset 0 0 0 1px #eae0d5,0 0 0 1px #5e503f;background:#5e503f;color:#fff}.hero-content{position:absolute;text-align:center;bottom:50%;transform:translateY(50%);width:100%;height:131px;background:#fffc;display:flex;justify-content:center;align-items:center}h1{margin:0;padding:0}.main-content{display:flex;padding:64px 128px;color:#593c35}ol{padding-left:20px}.policies{display:flex;min-width:200px;max-width:800px;padding:var(--spacing-spc-none, 0px);flex-direction:column;align-items:flex-start;gap:var(--spacing-spc-xs, 8px);flex:1 0 0;text-align:center}.policy{display:flex;padding:var(--spacing-spc-sm, 16px) var(--spacing-spc-none, 16px);cursor:pointer;justify-content:center;align-items:center;gap:var(--spacing-spc-none, 0px);align-self:stretch;border-radius:var(--spacing-spc-none, 0px);border:1px solid var(--Accent-Color, #5E503F);background:var(--Spring-Wood, #EAE0D5)}.right-content{display:flex;width:60vw;padding:var(--spacing-spc-none, 0px);flex-direction:column;align-items:flex-start;gap:var(--spacing-spc-md, 10px)}body{margin-top:5px;margin-left:0}p{margin-left:0}ol li{padding-top:0}.bold{font-size:20px;font-weight:700}.return-and-refund-right{margin-bottom:10px}.term-1,.term-2,.term-3,.term-4,.term-5{padding-bottom:5px}.contact-page .C-container_1{text-align:center;background-color:#f9f6f3;width:100%;margin-top:0}.contact-page .C-container_title_1{text-align:center;font-family:Montserrat;font-weight:800;font-size:40px;margin-top:60px;padding-top:90px;padding-bottom:45px}.contact-page .C-sub-container_1{width:1180px;margin-left:auto;margin-right:auto;display:flex;text-align:left}.contact-page .C-column_1,.contact-page .C-column_3{flex:1}.contact-page .auth-btn-frame{width:180px;height:50px;color:#5e503f}.contact-page .auth-btn-frame:hover{box-shadow:inset 0 0 0 2px #5e503f}.contact-page .auth-btn-frame:active{box-shadow:inset 0 0 0 1px #eae0d5,0 0 0 1px #5e503f;background:#5e503f;color:#fff}.contact-page .C-sub_title{font-family:Montserrat;font-weight:700;font-size:32px;margin:0}.contact-page .social-icon{font-size:32px}.contact-page .C-column_1{width:541px}.contact-page .C-column_1 div{margin-bottom:6px}.contact-page .C-column-title{padding-bottom:20px}.contact-page .C-child-box-subtitle_1{height:2px;width:131px;background-color:#000}.contact-page .C-sub-container_1 label{font-family:Nunito,sans-serif;font-weight:400;font-size:16px}.contact-page .label-FAQ{margin-left:10px}.contact-page .C-textbox--simple{height:32px;width:261px;border:1px solid rgba(174,174,174,.5);padding:12px;font-family:Nunito}.contact-page .C-textbox--simple::placeholder{font-family:Nunito,sans-serif;font-weight:200;text-align:left;font-style:italic;left:12px;position:absolute}.contact-page .C-sub-column_1_1{display:flex}.contact-page .C-sub-column_1_1_1{padding-right:19px}.contact-page .C-sub-column_1_1_1 div{padding-bottom:3px}.contact-page .C-textbox--big{width:548px;height:153px;padding:5px;border:1px solid rgba(174,174,174,.5);font-family:Nunito}.contact-page .C-textbox--big::placeholder{font-family:Nunito,sans-serif;font-weight:200;text-align:left;font-style:italic;top:6px;left:12px;position:absolute}.contact-page .C-button-column_1{text-align:center;font-family:Montserrat;font-weight:700;font-size:16px;height:51px;width:180px;background-color:#000;color:#fff}.contact-page .C-sub_title_2 label{font-weight:700}.contact-page .C-buton_submit{text-align:right;padding:21px 0 58px}.contact-page .C-column_2{height:364px;width:2px;background-color:#000;margin-left:50px;margin-right:48px}.contact-page .C-column_3{width:538px}.contact-page .C-column_3 div{margin-bottom:6px}.contact-page .C-sub-column_3{padding-bottom:32px}.contact-page .C-store-information{display:flex;justify-content:left;padding-bottom:14px;align-items:center}.contact-page .C-store-information svg{padding-right:14px}.contact-page .C-store-information label{font-weight:700}.contact-page .C-contact-information button{text-decoration:none;border:none;background-color:#f9f6f3;padding-right:16px}.contact-page .C-container_2{background-color:#fff;color:#2f1f1b}.contact-page .C-container_title_2{text-align:center;padding-top:66px;padding-bottom:51px;font-family:Montserrat}.contact-page .C-FAQ_1{font-weight:400;font-size:24px;margin-bottom:5px}.contact-page .C-FAQ_2{font-size:40px;font-weight:800;margin-top:0}.contact-page .C-img{display:flex;width:194.479px;height:50px;padding:12.034px;flex-direction:column;justify-content:center;align-items:center;gap:30.084px;flex-shrink:0}.contact-page .C-sub-container_2{width:1180px;margin-left:auto;margin-right:auto;background-color:#f9f6f3;padding-left:66px;padding-top:33px;margin-bottom:66px}.contact-page .C-child-box-subtitle_2{height:2px;width:1063px;background-color:#2f1f1b}.contact-page .C-sub-button_2{padding-bottom:20px}.contact-page .C-sub-button_2 button{text-decoration:none;border:none;background-color:#f9f6f3;display:flex;align-items:center;justify-content:center;color:#4a332e;padding-bottom:20px}.contact-page .C-sub-button_2 svg{padding-right:17.83px}.contact-page .C-sub-button_2 label{font-family:Nunito,sans-serif;font-size:16px;font-weight:600}.contact-page input{border-radius:3px}.contact-page .social-label{margin-left:10px}.contact-page .C-child-box-subtitle_3{height:2px;width:1063px;background-color:#c6ac8fb3}.contact-page .C-container-FAQ_1{width:1063px;text-align:justify;padding-bottom:20px;display:none}.contact-page .C-container-FAQ_1 label{font-weight:400}.contact-page .C-button-FAQ_1:focus+.C-container-FAQ_1{display:block}.contact-page .C-container-FAQ_2{width:1063px;text-align:justify;padding-bottom:20px;display:none}.contact-page .C-container-FAQ_2 label{font-weight:400}.contact-page .C-button-FAQ_2:focus+.C-container-FAQ_2{display:block}.contact-page .C-container-FAQ_3{width:1063px;text-align:justify;padding-bottom:20px;display:none}.contact-page .C-container-FAQ_3 label{font-weight:400}.contact-page .C-button-FAQ_3:focus+.C-container-FAQ_3{display:block}.contact-page .C-container-FAQ_4{width:1063px;text-align:justify;padding-bottom:20px;display:none}.contact-page .C-container-FAQ_4 label{font-weight:400}.contact-page .C-button-FAQ_4:focus+.C-container-FAQ_4{display:block}.contact-page .C-container-FAQ_5{width:1063px;text-align:justify;padding-bottom:20px;display:none}.contact-page .C-container-FAQ_5 label{font-weight:400}.contact-page .C-button-FAQ_5:focus+.C-container-FAQ_5{display:block}.contact-page .C-container-FAQ_6{width:1063px;text-align:justify;padding-bottom:20px;display:none}.contact-page .C-container-FAQ_6 label{font-weight:400}.contact-page .C-button-FAQ_6:focus+.C-container-FAQ_6{display:block}.contact-page .C-child-box-subtitle_last{height:2px;width:1063px;background-color:#c6ac8fb3;margin-bottom:53px}.payment-page{display:flex;width:1436px;padding:70px 126px 50px;flex-direction:column;align-items:flex-start;gap:20px}.payment-page .path{display:flex;width:118px;height:19px;flex-direction:column;justify-content:center;flex-shrink:0}.payment-page .main-UI{display:flex;padding:var(--spacing-spc-none, 0px);align-items:top;gap:7px;border-radius:var(--spacing-spc-none, 0px)}.payment-page .payment-detail{display:flex;padding:30px 36px 20px 37px;flex-direction:column;align-items:flex-start;gap:14px;border-radius:var(--spacing-spc-none, 0px);border:1px solid rgba(94,80,63,.3)}.payment-page .payment-table{display:flex;height:449px;padding-top:1px;flex-direction:column;align-items:flex-start;gap:-1px;align-self:stretch;border-radius:var(--spacing-spc-none, 0px)}.payment-page .title{align-self:stretch}.payment-page .action-bar-parent{display:flex;padding:var(--spacing-spc-none, 0px);align-items:flex-start;gap:var(--spacing-spc-none, 0px);border-radius:var(--spacing-spc-none, 0px)}.payment-page .card{display:flex;padding:6px 12px;justify-content:center;align-items:center;gap:10px;border-radius:var(--spacing-spc-none, 0px);background:var(--Accent-Color, #5E503F)}.payment-page .action-bar-child{display:flex;padding:6px 12px;justify-content:center;align-items:center;gap:10px;border-radius:var(--spacing-spc-none, 0px);border:1px solid rgba(94,80,63,.2);background:var(--Light-element-backgrounds, #EAE0D5)}.payment-page .selection-table{display:flex;padding:var(--Spacing-5, 40px) 55px 24px 45px;align-items:flex-start;gap:63px;border-radius:var(--spacing-spc-none, 0px);background:var(--Desert-Storm, #F1EBE3)}.payment-page .left-info{display:flex;padding:var(--spacing-spc-none, 0px);flex-direction:column;align-items:flex-start;gap:15px;border-radius:var(--spacing-spc-none, 0px)}.payment-page .left-info .VCB,.payment-page .left-info .vietin,.payment-page .left-info .new-card{position:relative}.payment-page .left-info .VCB i,.payment-page .left-info .vietin i,.payment-page .left-info .new-card i{position:absolute;bottom:0;right:0;margin-bottom:16px;margin-right:17px}.payment-page .VCB,.payment-page .vietin,.payment-page .new-card{display:flex;width:229px;height:106px;padding:10px 16px;flex-direction:column;align-items:flex-start;gap:9px;border-radius:var(--spacing-spc-none, 0px);background:#f6f6f6}.payment-page .card-text{display:flex;height:25px;flex-direction:column;justify-content:center;flex-shrink:0;align-self:stretch;color:var(--Dark-Brown, #3B3023);font-family:Nunito,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.32px}.payment-page .right-frame{display:flex;padding:var(--spacing-spc-none, 0px);flex-direction:column;align-items:flex-start;gap:25px}.payment-page .card-num{display:flex;padding:var(--spacing-spc-none, 0px);flex-direction:column;align-items:flex-start;gap:1px;align-self:stretch}.payment-page .form-card-num{display:flex;width:354px}.payment-page .fill-num{display:flex;padding:var(--Spacing-5, 5px);flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;width:300px;align-self:stretch;border:none;border-radius:0%}.payment-page .card-type-list{display:flex;height:32px;padding:var(--spacing-spc-none, 0px) 10px;justify-content:center;align-items:center;gap:var(--spacing-spc-none, 0px);border-radius:var(--spacing-spc-none, 0px);background-color:var(--Accent-Color, #5E503F);color:#fff;border:none;width:150px}.payment-page .card-type-list option{background-color:#fff;color:#5e503f}.payment-page .name-fill{display:flex;height:55px;padding:var(--spacing-spc-none, 0px);flex-direction:column;align-items:flex-start;gap:1px;align-self:stretch}.payment-page .form-name-fill{display:flex;padding:var(--Spacing-5, 5px);flex-direction:column;align-items:flex-start;gap:10px;flex:1 0 0;align-self:stretch;border:none;width:100%}.payment-page .expi-cvv{display:flex;padding:var(--spacing-spc-none, 0px);align-items:flex-start;gap:17px}.payment-page .expi-date,.payment-page .cvv{display:flex;padding:var(--spacing-spc-none, 0px);flex-direction:column;align-items:flex-start;gap:1px}.payment-page .expi-fill,.payment-page .cvv-fill{width:190px;height:32px;border:none;padding:var(--Spacing-5, 5px)}.payment-page .btn{display:flex;padding:var(--spacing-spc-none, 0px);justify-content:space-between;align-items:center;gap:21px;align-self:stretch}.payment-page .billing-detail{display:flex;flex-direction:column;align-items:flex-start;gap:23px;border-radius:var(--spacing-spc-none, 0px);border:1px solid rgba(94,80,63,.3);padding:29px 36px 72px 37px;flex:1;height:auto;width:auto}.payment-page .billing-title{display:flex;width:302px;padding:var(--spacing-spc-none, 0px);flex-direction:column;align-items:flex-start;gap:var(--spacing-spc-none, 0px);border-radius:var(--spacing-spc-none, 0px)}.payment-page .order-sum{display:flex;height:112px;padding:var(--spacing-spc-none, 0px);flex-direction:column;align-items:flex-start;gap:8px;border-radius:var(--spacing-spc-none, 0px);border-bottom:1px dashed var(--Accent-Color, #5E503F)}.payment-page .OST{width:119px}.payment-page .order-sum-title,.payment-page .order-detail,.payment-page .sub-line,.payment-page .left-item,.payment-page .total{display:flex;align-items:flex-start;justify-content:space-between;align-self:stretch;border-radius:var(--spacing-spc-none, 0px)}.payment-page .order-sum-title{gap:155px}.payment-page .LinkBut{text-decoration:none}.payment-page .order-detail{display:flex;padding-right:10px;align-items:flex-start;gap:110px;align-self:stretch;border-radius:var(--spacing-spc-none, 0px)}.payment-page .discount-code{display:flex;height:100px;padding:var(--spacing-spc-none, 0px);flex-direction:column;align-items:flex-start;gap:8px;border-radius:var(--spacing-spc-none, 0px);border-bottom:1px dashed var(--Accent-Color, #5E503F)}.payment-page .apply-code{display:flex;padding:7px 12px;justify-content:center;align-items:center;gap:10px;align-self:stretch;width:278px}.payment-page .subtotal{display:flex;width:302px;height:120px;padding:var(--spacing-spc-none, 0px);flex-direction:column;align-items:flex-start;gap:8px;border-radius:var(--spacing-spc-none, 0px);border-bottom:1px dashed var(--Accent-Color, #5E503F)}.payment-page .sub-line{display:flex;padding:var(--spacing-spc-none, 0px);align-items:flex-start;gap:var(--spacing-spc-none, 0px);align-self:stretch;border-radius:var(--spacing-spc-none, 0px)}.payment-page .left-item{flex:1 0 0}.payment-page .total{display:flex;padding:var(--spacing-spc-none, 0px);align-items:center;gap:207px;border-radius:var(--spacing-spc-none, 0px)}.payment-page .total-title{display:flex;width:var(--Spacing-5, 40px);height:24px;flex-direction:column;justify-content:center;color:var(--Rodeo-Dust-900, #4A332E);text-align:center}.payment-page .total-cost{display:flex;width:57px;height:15px;flex-direction:column;justify-content:center;color:var(--Rodeo-Dust-900, #4A332E);text-align:center}.payment-page .LinkADD{display:flex;justify-content:center;left:104px;margin-top:38px;margin-bottom:7px}.payment-page .LinkADD a{text-decoration:none;font-family:Nunito,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.32px;color:#000}.payment-page .ButtonConfirm,.payment-page .ButtonCancel{display:flex;width:185px;height:48px;padding:20px 8px;justify-content:center;align-items:center;gap:8px;flex-shrink:0;border-radius:5px;border:1px solid #5E503F;background:#eae0d5;font-weight:700}.payment-page .ButtonConfirm span,.payment-page .ButtonCancel span{color:#5e503f;text-align:center;font-family:Montserrat;font-size:12px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.36px;text-transform:uppercase}.userdetailpage-first{display:flex;width:100%;height:993px;padding:var(--spacing-spc-none, 0px);flex-direction:column;justify-content:center;align-items:center;border-radius:var(--spacing-spc-none, 0px);background:var(--Ivory, #F9F6F3)}.top-container{display:flex;padding:var(--spacing-spc-none, 0px);flex-direction:column;align-items:center;gap:16px;border-radius:var(--spacing-spc-none, 0px);margin-bottom:71px}.underline-btn-frame{align-items:center}.avatar{position:relative;width:141px;height:141px;border-radius:var(--spacing-spc-none, 141px);background:url(../../Components/Assets/Pic_1.png),#d3d3d3 50% / cover no-repeat}input{font-family:nunito}.top-container>Button i{position:absolute;top:27%;right:47%;transform:translate(50%,-50%);color:#fff;background-color:#000;padding:6px;border-radius:var(--spacing-spc-none, 16.57px)}.bot-container{display:flex;padding:var(--spacing-spc-none, 0px);align-items:flex-start;gap:23px;border-radius:var(--spacing-spc-none, 0px)}.setting-icon{font-size:16px}.bot-left-container{display:flex;width:330px;height:380px;padding:51px 59px 44px 42px;flex-direction:column;justify-content:center;align-items:flex-start;gap:28px;border-radius:var(--spacing-spc-none, 0px);border:var(--spacing-spc-none, 1px) solid #000}.list-button{display:flex;padding:var(--spacing-spc-none, 0px);flex-direction:column;align-items:flex-start;gap:11px;border-radius:var(--spacing-spc-none, 0px)}.info-container{display:flex;width:827px;height:573px;padding:51px 137px 3px 79px;flex-direction:column;align-items:flex-start;gap:34px;border-radius:var(--spacing-spc-none, 0px);border:1px solid #000}.bot-right-title{display:flex;padding:var(--spacing-spc-none, 0px);flex-direction:column;align-items:flex-start;gap:16px;border-radius:var(--spacing-spc-none, 0px)}.bot-right-body{display:flex;width:611px;padding:var(--spacing-spc-none, 0px);justify-content:flex-end;align-items:center;gap:28px;border-radius:var(--spacing-spc-none, 0px)}.bot-right-body1{display:flex;width:164px;height:260px;padding:var(--spacing-spc-none, 0px);flex-direction:column;justify-content:center;align-items:flex-end;gap:36px;flex-shrink:0}.bot-right-body2{display:flex;padding:var(--spacing-spc-none, 0px);flex-direction:column;border-radius:var(--spacing-spc-none, 0px)}.gender-choose{display:flex;padding:var(--spacing-spc-none, 0px);align-items:center;gap:16px;margin:32px 0;border-radius:var(--spacing-spc-none, 0px)}#day-input,#month-input,#year-input{display:flex;width:108px;height:32px;padding:6px 12px;justify-content:space-between;align-items:center}.bot-right-body2>input{display:flex;width:419px;padding:8px 12px;align-items:center;border-radius:2px;border:1px solid rgba(174,174,174,.5);background:#fff}.bot-right-btt{display:flex;padding:var(--spacing-spc-none, 0px);justify-content:flex-end;align-items:center;gap:20px;align-self:stretch;border-radius:var(--spacing-spc-none, 0px)}.date-choose{display:flex;padding:var(--spacing-spc-none, 0px);align-items:flex-start;gap:15px;border-radius:var(--spacing-spc-none, 0px)}#name-input,#email-input{margin-bottom:23px}.bot-right-btt>Button{display:flex;width:129px;padding:12px 32px}.pay-container{display:flex;width:815px;padding:var(--spacing-spc-lg, 48px) var(--spacing-spc-xl, 64px);flex-direction:column;align-items:flex-start;gap:var(--spacing-spc-md, 32px);border-radius:var(--spacing-spc-none, 0px);border:1px solid #000;background:#f9f6f3}.pay-title{display:flex;padding:var(--spacing-spc-none, 0px);flex-direction:column;align-items:flex-start;gap:var(--spacing-spc-sm, 16px);border-radius:var(--spacing-spc-none, 0px)}.pay-body{display:flex;width:672px;padding:var(--spacing-spc-none, 0px);align-items:flex-start;align-content:flex-start;gap:var(--spacing-spc-md, 32px);flex-wrap:wrap;border-radius:var(--spacing-spc-none, 0px)}.pay-item-1,.pay-item-2,.pay-item-3{display:flex;width:320px;height:173px;padding:var(--spacing-spc-sm, 16px);flex-direction:column;align-items:flex-start;gap:var(--spacing-spc-xl, 64px);flex-shrink:0;color:#fff}.pay-item-1{border-radius:10px;background:linear-gradient(51deg,#ff218b5e -42.81%,#ff0085bd 22.92%,#d80583 67.89%)}.pay-item-2{border-radius:10px;background:linear-gradient(51deg,#7cbf3e -42.81%,#006b41 67.89%)}.pay-item-3{border-radius:10px;background:linear-gradient(51deg,#0688df -42.81%,#156193 67.89%)}.pay-item-4{display:flex;width:320px;height:173px;padding:var(--spacing-spc-sm, 16px);flex-direction:column;justify-content:center;align-items:center;gap:var(--spacing-spc-sm, 16px);flex-shrink:0;border-radius:10px;background:linear-gradient(51deg,#ae826180 -42.81%,#5e503f80 67.89%)}.card-info{display:flex;padding:var(--spacing-spc-none, 0px);flex-direction:column;align-items:flex-start;gap:var(--spacing-spc-2xs, 4px);border-radius:var(--spacing-spc-none, 0px)}.card-type{display:flex;padding:var(--spacing-spc-none, 0px);align-items:center;gap:var(--spacing-spc-xs, 8px);border-radius:var(--spacing-spc-none, 0px)}.changePass-container{display:flex;width:827px;height:500px;padding:51px 137px 3px 79px;flex-direction:column;align-items:flex-start;gap:34px;border-radius:var(--spacing-spc-none, 0px);border:1px solid #000}.momo{width:40px;height:40px}.cp-body{display:flex;padding:var(--spacing-spc-none, 0px);align-items:flex-start;gap:29px;border-radius:var(--spacing-spc-none, 0px)}.cp-label{display:flex;margin:10px var(--spacing-spc-none, 0px);flex-direction:column;align-items:flex-start;gap:32px;border-radius:var(--spacing-spc-none, 0px)}.cp-input{display:flex;padding:var(--spacing-spc-none, 0px);flex-direction:column;align-items:flex-start;gap:18px;border-radius:var(--spacing-spc-none, 0px);padding-top:6px}.cp-input>input{display:flex;width:408.308px;padding:8px 14.618px;align-items:center;gap:12.182px;border-radius:2.436px;border:1.218px solid rgba(174,174,174,.5);background:#fff}.product-page{padding-bottom:20px}.product-page .main-container{width:100%}.product-page .productpage .section-container{padding:unset}.product-page .section{max-width:1440px}.product-page .img-slider img{width:100%}.product-page .prod-query-sct{border:1px solid #333;background-color:#fff}.product-page .vt-divider{border-left:1px solid #ccc;margin:5% 0;align-self:stretch}.product-page .hr-divider{border-top:1px solid #ccc;margin:0 5%;align-self:stretch}.product-page .prod-query-content{padding:80px 48px}.product-page .collection-img{width:503px;height:100%;padding:32px}.product-page .collection-img:before{content:"";position:absolute;right:0;height:50%;border-right:1px solid #333}.product-page .collection-img img{align-self:stretch}.product-page .collection-content{width:100%;overflow:hidden;padding:32px 0 32px 32px}.product-page .promo-collection-sct{width:100%;overflow:hidden;justify-content:flex-start}.product-page .prod-collection-container{padding:2px 24px 2px 2px;width:100%;display:flex;justify-content:flex-start;overflow-x:auto;scroll-snap-type:x mandatory}.product-page .promo-collection-sct .prod-collection{overflow:hidden}.product-page .collection-description{max-width:600px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2}.product-page .prod-collection-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.product-page .prod-display{padding:24px}.product-page .prod-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(5,1fr)}.product-page .filter-container{width:20%;padding:48px 24px 24px}.product-page .prod-query-content{width:100%}.product-page .filter-container .hr-divider{margin-left:0}.product-page .types-btn-holder,.product-page .brands-btn-holder{max-height:400px;overflow:hidden;justify-content:flex-start}.product-page .expanded{max-height:100%}.product-page .prod-query-content .vt-divider{border-width:.1px}.product-page .product-collect3-search-bar{display:flex;align-items:center;background:#d9d9d9}.product-page .product-collect3-search-btn{width:40px;height:40px;background:transparent;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center}.product-page .product-collect3-search-bar{border-radius:var(--spacing-spc-none, 0px);background:var(--Rodeo-Dust-50, #F9F6F3)}.product-page .product-dis-icon{justify-content:space-between}.product-page .product-collect3-search-input{flex:1;padding:8px;border:none;border-radius:5px;background:transparent}.product-page .product-collect3-search-input:focus{outline:none}.product-page .sort-filter-selected select{border:none;background:transparent;outline:none;height:100%;padding:0 12px;height:40px}.product-page .expand-contact-button{padding:12px}.product-page .sort-filter-selected{background:var(--Rodeo-Dust-50, #F9F6F3);align-items:center}.product-page .carousel-container{width:1210px}.product-page .width-reset{padding:0 4px;width:fit-content!important}.product-page .pagination .css-yuzg60-MuiButtonBase-root-MuiPaginationItem-root:hover{color:#fff;background-color:#3b302380}.product-page .pagination .Mui-selected{color:#fff;background-color:#3b3023e0}.cart-page{padding-top:40px;padding-bottom:40px}.cart-page .billing-container{padding:32px 24px;border:1px solid rgba(94,80,63,.5019607843);background:#f1ebe3;width:354px}.cart-page .order-title,.cart-page .item,.cart-page .discount-section,.cart-page .total-price,.cart-page .checkout-btns{justify-content:space-between}.cart-page .discount-section .discount-tags,.cart-page .order-items .item{padding-left:10px}.cart-page .hr-divider{border-top:2px dashed rgba(94,80,63,.5019607843);align-self:stretch}.cart-page .discount-input input{border:1px solid rgba(94,80,63,.5019607843);background:#fff;outline:none;padding:10px}.cart-page .checkout-btns button{color:#5e503f;text-align:center;font-family:Montserrat;font-size:12px;font-style:normal;font-weight:700;line-height:normal}.cart-page .item .product-name{max-width:80%}.product-tag .container{position:relative;background:var(--Desert-Storm, #F1EBE3);justify-content:space-between}.product-tag .check-input input[type=checkbox]{accent-color:var(--Accent-Color, #5E503F)}.product-tag .check-input{position:absolute;left:-5%}.product-tag .prod-image{padding:10px}.product-tag .prod-image img{max-width:142px;max-height:142px;height:100%;object-fit:cover}.product-tag .prod-detail{position:relative;padding:20px 24px;width:535px}.product-tag .vt-divider{border-left:1px solid rgba(59,48,35,.2509803922);margin:1.5% 0;align-self:stretch}.product-tag .function-btn{position:absolute;bottom:20px;right:24px}.product-tag .order-quantity,.product-tag .order-variant{padding:8px 12px;border-radius:5px;border:1px solid var(--Accent-Color, #5E503F);background:#eae0d5}.product-tag .quantity-value{width:20px}.product-tag .quantity-value,.product-tag .order-detail i,.product-tag .selected-variant{color:#000;text-align:center;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.24px}.product-tag .add-to-wishlist,.product-tag .delete-from-cart{cursor:pointer}.product-tag .function-btn>div:hover{opacity:.8}.product-tag .prod-total-price{width:120px;align-self:stretch;color:#fff;background:var(--Judge-Grey, #5E503F)}.product-tag .prod-total-price .total-price-value{max-width:100%}.product-detail-page{margin:100px 0}.product-detail-page .section-container{width:fit-content;padding:0 80px}.product-detail-page .section{max-width:1440px}.product-detail-page .review-rate p{font-family:Nunito;font-size:10px;font-style:normal;font-weight:400;line-height:normal;text-decoration-line:underline}.product-detail-page .prod-desc-con{width:100%}.product-detail-page .truncated-para{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:6}.product-detail-page .prod-detail-btn{padding:12px 16px!important}.product-detail-page .variant-select-btns{font-size:17px}.product-detail-page .vt-divider{border-left:1px solid #ccc;margin:5% 0;align-self:stretch}.product-detail-page .prod-image-slider,.product-detail-page .active-img{width:100%}.product-detail-page .unactive-img{width:130px}.product-detail-page .prod-detail-section-2{padding:80px}.product-detail-page .set-wdth{width:1440px}.product-detail-page .carousel-container{width:1210px}.product-detail-page .width-reset{width:fit-content!important;padding:0 4px}.product-detail-page .auth-btn i{font-size:16px}@media screen and (max-width: 1040px){.product-detail-page{margin-top:80px;gap:80px;justify-content:space-around}.product-detail-page .section-container{padding:0 50px}.product-detail-page .section{flex-wrap:wrap}.product-detail-page .vt-divider{display:none}.product-detail-page .res-width{width:100%}.product-detail-page .unactive-image-holder{width:100%;justify-content:space-between;gap:unset}.product-detail-page .image-display{max-width:100%}.product-detail-page .unactive-img{width:30%}.product-detail-page .product-detail-page{gap:20px}.product-detail-page .prod-name>p{font-family:var(--display-font);font-size:32px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:1%}.product-detail-page .carousel-container{width:726px}}@media screen and (max-width: 464px){.product-detail-page{gap:40px}.product-detail-page .carousel-container{width:242px}.product-detail-page .react-multi-carousel-list>ul{width:unset}.product-detail-page .unactive-img{width:100px}.product-detail-page .section-container{padding:0;margin:20px}.product-detail-page .similar-prod-title p{font-size:32px;text-align:center}.product-detail-page .similar-products{max-width:100vw;overflow:hidden}}.detail-container{position:relative;width:100%;min-width:530px}.detail-nav{position:absolute;display:inline-flex;top:-45px;left:0}.detail-nav-btn{border-radius:12px 12px var(--spacing-spc-none, 0px) var(--spacing-spc-none, 0px);box-shadow:2px 1px 4px #00000040;color:#fff;cursor:pointer}.detail-nav-btn:nth-of-type(1){z-index:3}.detail-nav-btn:nth-of-type(2){z-index:2;margin-left:-4px}.detail-nav-btn:nth-of-type(3){z-index:1;margin-left:-4px}.detail-nav .active{background:var(--Rodeo-Dust-700, #855B49);padding:12px 24px}.detail-nav .unactive{background:var(--Rodeo-Dust-500, #B28E7F);padding:8px 24px}.detail-content{z-index:4;max-height:624px;width:100%;justify-content:flex-start;padding:32px 24px 24px;border-radius:0 0 5px 5px;border:1px solid var(--Accent-Color, #5E503F);background:#f9f6f3;transition:max-height .5s ease-in-out}.detail-content-item{justify-content:flex-start;overflow:hidden}.expanded{max-height:100%}.expand-icon{cursor:pointer}ul.inside{list-style-position:inside}@media screen and (max-width: 1040px){.detail-content-item{width:100%;font-size:14px}.detail-content,.detail-container{width:100%;min-width:367px}}@media screen and (max-width: 767px){.detail-nav-btn.unactive,.prod-desc-con{display:none}}@media screen and (max-width: 464px){.detail-nav-btn{width:fit-content;font-weight:500}.detail-nav{top:-46px}.detail-content-item{font-size:11px}.detail-content{width:100%;min-width:367px}}.review-container{width:100%;max-width:40%;padding:32px 24px 24px;border-radius:var(--spacing-spc-none, 0px);border:1px solid #855B49;background:#f9f6f3}.rating i{font-size:14px}.rating-num{position:absolute;right:-60px;top:0}.rating-info{position:relative}.paging{margin:0 auto}@media screen and (max-width: 1040px) and (min-width: 464px){.review-container{max-width:100%}.user-name p{font-family:var(--display-font);font-size:24px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:1%}.rating .bi-star-fill{font-size:20px}}@media screen and (max-width: 464px){.review-container{max-width:100%}.content-item,.user-name p{font-size:16px}.rating .bi-star-fill{font-size:14px}}.verification-page{margin-top:64px;padding:80px}.verification-page .verify-form-container{max-width:410px;padding:48px;border-radius:var(--spacing-spc-none, 0px);border:1px solid var(--Pearl-Bush-900, #593C35);background:var(--Rodeo-Dust-100, #F1EBE3)}.verification-page .title{align-self:unset}.verification-page a{font-weight:700;color:#c93713;text-decoration:none}.verification-page .logo{width:50%;min-width:500px}.verification-page .num-verify{display:flex;margin:0 auto}.verification-page .auth-input[type=text]{width:70px;height:70px;border-radius:5px;border:1.292px solid var(--Pearl-Bush-900, #593C35);background:#fff;font-family:Nunito;font-size:30px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.672px;text-transform:uppercase;text-align:center}.reset-password{margin-top:64px;padding:80px}.reset-password .reset-password-container{max-width:448px;padding:48px;border-radius:var(--spacing-spc-none, 0px);border:1px solid var(--Pearl-Bush-900, #593C35);background:var(--Rodeo-Dust-100, #F1EBE3)}.reset-password .title{align-self:unset}.reset-password .logo{width:50%;min-width:500px}
