.agent{display:flex}.agent__status{position:absolute;top:15px;left:15px;height:13px;width:13px;background:#ccc;border:1px solid #fff;border-radius:50%;box-shadow:0 3px 6px #bbb}.agent__status.offline{background-color:#a94442;box-shadow:0 3px 6px #852c2a}.agent__status.online{background-color:#00ffb1;box-shadow:0 3px 6px #00c387}.chat-dialog{height:calc(100% - 190px);padding:15px 15px 0;overflow-y:auto}.chat-form{padding:15px}.chat-form form{position:relative;padding:10px 20px 55px;border-radius:5px;border:1px solid #767ca2}.chat-form__textarea{box-sizing:border-box;padding:0;height:30px;width:100%;color:#2a2b61;resize:none;background-color:#fff;border:0}.chat-form__textarea:focus{border:0;outline:0}.chat-form__footer{position:absolute;right:0;bottom:0;display:flex;align-items:center;gap:15px;width:100%;justify-content:flex-end}.chat-form__validation-container{position:absolute;bottom:7px;left:25px}.chat-form__validation-message{font-size:13px;padding-right:125px;color:red;margin:0}.chat-form__message-counter{margin:0;font-size:13px}.chat-form__emoji-input{z-index:10;cursor:pointer;font-size:20px}.chat-form__emoji-popover{position:absolute;bottom:140px;left:15px;right:15px;display:block;background-color:#eff0f2;border:1px solid #767ca2;padding:14px 16px;border-radius:7px}.chat-form__submit{z-index:10;padding:0;background-color:#0a2a40;border:0;border-radius:5px;-webkit-appearance:none;cursor:pointer;height:50px;width:50px}.chat-form__submit .icon{font-size:16px;color:#fff}.emoji-picker{list-style-type:none;max-height:200px;height:200px;overflow:auto;margin:0;padding:0}.emoji-picker__button{cursor:pointer;display:inline-block;font-size:24px}.screenreadable{display:none}.message{display:flex;margin-bottom:20px}.message--agent,.message--system{justify-content:flex-start}.message--user{justify-content:flex-end}.message__wrapper{display:flex;flex-direction:column;width:-moz-fit-content;width:fit-content;margin:0;padding:10px 15px;background-color:#eff0f2;border-radius:5px}.message__wrapper--composing{width:90px}.message--system .message__wrapper{background:#ffecdb}.message--agent{margin-right:40px}.message--agent .message__wrapper{background:#eff0f2;border-top-left-radius:0}.message--user{margin-left:40px}.message--user .message__wrapper{background:#ffcf00;border:1px solid #ffcf00;color:#000;border-top-right-radius:0}.message__content{margin-bottom:0;word-break:break-word}.message__timestamp{align-self:flex-end;margin:5px 0 0;font-size:12px}.message__composing{display:flex;justify-content:center;align-items:center;position:relative;padding:17px 0;margin:0 -5%;overflow:hidden}.message__dots{position:relative;width:10px;height:10px;border-radius:5px;background-color:#ffcf00;animation:dot-flashing 1s infinite linear alternate;animation-delay:.5s}.message__dots::after,.message__dots::before{content:"";display:inline-block;position:absolute;top:0}.message__dots::before{left:-15px;width:10px;height:10px;border-radius:5px;background-color:#ffcf00;color:#ffcf00;animation:dot-flashing 1s infinite alternate;animation-delay:0s}.message__dots::after{left:15px;width:10px;height:10px;border-radius:5px;background-color:#ffcf00;color:#ffcf00;animation:dot-flashing 1s infinite alternate;animation-delay:1s}@keyframes dot-flashing{0%{background-color:#ffcf00}100%,50%{background-color:#ffcf0020}}.popover{z-index:11}.popover-dismiss{z-index:9;position:absolute;left:0;top:0;right:0;bottom:0}@font-face{font-family:"Font Awesome Custom";font-weight:400;font-style:normal;src:url(../../../fonts/fontawesome-custom-icomoon.woff2) format("woff2"),url(../../../fonts/fontawesome-custom-icomoon.woff) format("woff")}.survey{display:flex;flex-direction:column;align-items:center;padding:15px}.survey__options{display:flex;justify-content:center;width:100%;gap:7px;margin-bottom:30px}.survey__submit{padding:11px;min-width:50%;font-size:1rem;line-height:1.125rem;font-weight:700;text-align:center;background:#eff0f2;border:0;border-radius:15px;cursor:pointer;box-shadow:none;color:#2a2b61}.survey__submit:hover{background:#b7bbc4}.survey-option{display:flex;flex-direction:column;justify-content:space-between;align-items:center;flex:0 0 33%;max-width:135px;background-color:#f1f1f1;border-radius:10px;border:0;box-shadow:0 3px 6px 0 rgba(0,0,0,.22);cursor:pointer;overflow:hidden}.survey-option.active{border:1px solid gray}.survey-option__icon-wrapper{padding:20px 10px}.survey-option__icon{font-family:"Font Awesome Custom",serif;font-size:32px}.survey-option__icon.fa-success{color:#3c763d}.survey-option__icon.fa-success:before{content:"\f118"}.survey-option__icon.fa-warning{color:#2a2b61}.survey-option__icon.fa-warning:before{content:"\f11a"}.survey-option__icon.fa-danger{color:#a94442}.survey-option__icon.fa-danger:before{content:"\f119"}.survey-option__label-wrapper{width:100%;text-align:center;margin-top:10px}.fa-success .survey-option__label-wrapper{color:#3c763d;background:#ded}.fa-warning .survey-option__label-wrapper{color:#2a2b61;background:#c6c8cb}.fa-danger .survey-option__label-wrapper{color:#a94442;background:#f2dfde}.survey-option__label{margin-bottom:0;line-height:40px;font-weight:700;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:0 5px}.survey-thank-you{padding:15px}.topbar{position:relative;display:flex;justify-content:center;gap:15px;background-color:#0a2a40;padding:10px 75px;box-sizing:border-box;height:44px}.topbar__title{margin:0;font-size:15px;line-height:24px;font-weight:700;color:#fff}.topbar__buttons{position:absolute;right:15px;top:50%;transform:translateY(-50%);display:flex;gap:15px}.topbar .chat-button{padding:0;background-color:transparent;border:0;-webkit-appearance:none;cursor:pointer;color:#ffcf00;z-index:10}.topbar .chat-button .icon{font-size:15px;color:#fff}.home-loading{padding:15px}.home-error{padding:15px}#blazor-error-ui,#components-reconnect-modal{position:fixed;left:0;top:0;right:0;bottom:0}#blazor-error-ui>.content,#components-reconnect-modal>.content{display:flex;width:100%;height:100%;align-items:center;justify-content:center;flex-flow:column}#blazor-error-ui .error-message,#components-reconnect-modal .error-message{flex-flow:column;align-items:center;padding:0 15px}#blazor-error-ui .error-message .text,#components-reconnect-modal .error-message .text{font-size:20px;margin-bottom:10px;display:flex;align-items:center;text-align:center}#blazor-error-ui .btn,#components-reconnect-modal .btn{border:1px solid #ffcf00;font-weight:700;cursor:pointer;border-radius:30px;padding:10px 20px;font-size:15px;line-height:1.5;text-decoration:none;display:flex;align-items:center;justify-content:center;text-transform:none;background:#ffcf00;color:#000}#blazor-error-ui .btn:not([disabled]):hover,#components-reconnect-modal .btn:not([disabled]):hover{background:#000;border-color:#000;color:#fff}#blazor-error-ui .btn:active,#blazor-error-ui .btn:visited,#components-reconnect-modal .btn:active,#components-reconnect-modal .btn:visited{color:#000}#blazor-error-ui .btn[disabled],#components-reconnect-modal .btn[disabled]{background-color:#999;cursor:default}#blazor-error-ui .btn[disabled]:hover,#components-reconnect-modal .btn[disabled]:hover{background-color:#999}#blazor-error-ui{display:none;z-index:2001;background-color:#fff}#blazor-error-ui .dismiss{cursor:pointer;position:absolute;right:.75rem;top:.5rem}#blazor-error-ui .error-message{display:flex}#components-reconnect-modal{display:flex;z-index:2000;background-color:rgba(255,255,255,.8)}#components-reconnect-modal .error-message{display:none}#components-reconnect-modal.components-reconnect-hide{display:none}#components-reconnect-modal.components-reconnect-retrying .error-message.reconnecting,#components-reconnect-modal.components-reconnect-show .error-message.reconnecting{display:flex}#components-reconnect-modal.components-reconnect-failed .error-message.failed,#components-reconnect-modal.components-reconnect-rejected .error-message.failed{display:flex}@keyframes rotate{0%{transform-origin:center center;transform:rotate(0)}100%{transform-origin:center center;transform:rotate(360deg)}}.loading-icon{border-width:.2em;border-style:solid;border-color:#ffcf00 #f3f3f3 #f3f3f3;-o-border-image:initial;border-image:initial;border-radius:50%;width:1em;height:1em;flex-shrink:0;display:inline-block;animation:rotate 3s linear infinite;margin-left:10px;box-shadow:0 0 9px 0 #000000aa}@font-face{font-family:rbmv1;src:url(../../../fonts/Icons/rbmv1-v26.eot);src:url(../../../fonts/Icons/rbmv1-v26.eot?#iefix) format("embedded-opentype"),url(../../../fonts/Icons/rbmv1-v26.woff2) format("woff2"),url(../../../fonts/Icons/rbmv1-v26.woff) format("woff"),url(../../../fonts/Icons/rbmv1-v26.ttf) format("truetype"),url(../../../fonts/Icons/rbmv1-v26.svg#rbmv1) format("svg");font-weight:400;font-style:normal;font-display:swap}[data-icon]:before{font-family:rbmv1;content:attr(data-icon);font-style:normal;font-weight:400;font-variant:normal;text-transform:none;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class*=icon-],[class^=icon-]{line-height:normal}[class*=icon-]:before,[class^=icon-]:before{font-family:rbmv1;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;speak:none;line-height:1;vertical-align:middle;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-mline:before{content:"\ea4d"}.icon-file:before{content:"\ea0b"}.icon-fullscreen:before{content:"\ea0c"}.icon-parking-sign:before{content:"\ea0d"}.icon-recycle-arrow:before{content:"\ea3d"}.icon-recycle-arrow-fill:before{content:"\ea3e"}.icon-recycle-circle:before{content:"\ea3f"}.icon-recycle-globe:before{content:"\ea40"}.icon-recycle-leaf:before{content:"\ea41"}.icon-recycle-leaf-fill:before{content:"\ea42"}.icon-season-autumn:before{content:"\ea43"}.icon-season-spring:before{content:"\ea44"}.icon-season-summer:before{content:"\ea45"}.icon-season-winter:before{content:"\ea46"}.icon-shrinkscreen:before{content:"\ea47"}.icon-trophy:before{content:"\ea48"}.icon-undo:before{content:"\ea49"}.icon-temperature-full:before{content:"\ea39"}.icon-temperature-half:before{content:"\ea3a"}.icon-temperature-quarter:before{content:"\ea3b"}.icon-temperature-three-quarter:before{content:"\ea3c"}.icon-multitone-layer-1-horn:before{content:"\ea4e"}.icon-multitone-layer-2-horn:before{content:"\ea4f"}.icon-multitone-layer-3-horn:before{content:"\ea50"}.icon-3d-mode:before{content:"\e900"}.icon-advice:before{content:"\e901"}.icon-advice-info:before{content:"\e902"}.icon-alert:before{content:"\e903"}.icon-alert-fill:before{content:"\e904"}.icon-arrow-circle-down:before{content:"\e905"}.icon-arrow-circle-left:before{content:"\e906"}.icon-arrow-circle-right:before{content:"\e907"}.icon-arrow-circle-up:before{content:"\e908"}.icon-arrow-double-down:before{content:"\e909"}.icon-arrow-double-left:before{content:"\e90a"}.icon-arrow-double-right:before{content:"\e90b"}.icon-arrow-double-up:before{content:"\e90c"}.icon-arrow-down:before{content:"\e90d"}.icon-arrow-left:before{content:"\e90e"}.icon-arrow-line-down:before{content:"\e90f"}.icon-arrow-line-left:before{content:"\e910"}.icon-arrow-line-right:before{content:"\e911"}.icon-arrow-line-up:before{content:"\e912"}.icon-arrow-right:before{content:"\e913"}.icon-arrows-left-right:before{content:"\e914"}.icon-arrows-up-down:before{content:"\e915"}.icon-arrow-up:before{content:"\e916"}.icon-assembly:before{content:"\e917"}.icon-assembly-self:before{content:"\e918"}.icon-award:before{content:"\e919"}.icon-award-circle:before{content:"\e91a"}.icon-bell:before{content:"\e91b"}.icon-bell-fill:before{content:"\e91c"}.icon-black-friday:before{content:"\e91d"}.icon-blockview:before{content:"\e91e"}.icon-blockview-fill:before{content:"\e91f"}.icon-bookmark:before{content:"\e920"}.icon-bookmark-fill:before{content:"\e921"}.icon-brochure:before{content:"\e922"}.icon-bullet-fill:before{content:"\e923"}.icon-bullet-half:before{content:"\e924"}.icon-bullet-open:before{content:"\e925"}.icon-calendar:before{content:"\e926"}.icon-camera:before{content:"\e927"}.icon-camera-fill:before{content:"\e928"}.icon-cart:before{content:"\e929"}.icon-cart-fill:before{content:"\e92a"}.icon-catalog-bed:before{content:"\e92b"}.icon-catalog-bed-adjust-sideview:before{content:"\e92c"}.icon-catalog-bed-baby:before{content:"\e92d"}.icon-catalog-bedbottom:before{content:"\e92e"}.icon-catalog-bedbottom-adjustable:before{content:"\e92f"}.icon-catalog-bed-child:before{content:"\e930"}.icon-catalog-bed-drawers:before{content:"\e931"}.icon-catalog-bed-drop-protection:before{content:"\e932"}.icon-catalog-bed-folding:before{content:"\e933"}.icon-catalog-bed-guest:before{content:"\e934"}.icon-catalog-bed-person-1:before{content:"\e935"}.icon-catalog-bed-person-1-2:before{content:"\e936"}.icon-catalog-bed-person-2:before{content:"\e937"}.icon-catalog-bedsheets:before{content:"\e938"}.icon-catalog-bedside-table-1:before{content:"\e939"}.icon-catalog-bedside-table-2:before{content:"\e93a"}.icon-catalog-bed-sideview:before{content:"\e93b"}.icon-catalog-bed-sofa:before{content:"\e93c"}.icon-catalog-bedspread:before{content:"\e93d"}.icon-catalog-bedstead:before{content:"\e93e"}.icon-catalog-bed-storage-sideview:before{content:"\e93f"}.icon-catalog-bookcase:before{content:"\e940"}.icon-catalog-boxspring:before{content:"\e941"}.icon-catalog-boxspring-2-pers:before{content:"\e942"}.icon-catalog-boxspring-adjust:before{content:"\e943"}.icon-catalog-boxspring-storage:before{content:"\e944"}.icon-catalog-bunk-bed:before{content:"\e945"}.icon-catalog-closet:before{content:"\e946"}.icon-catalog-comforter:before{content:"\e947"}.icon-catalog-comforter-summer:before{content:"\e948"}.icon-catalog-desk:before{content:"\e949"}.icon-catalog-dresser:before{content:"\e94a"}.icon-catalog-duvet-cover:before{content:"\e94b"}.icon-catalog-electric-blanket:before{content:"\e94c"}.icon-catalog-fitted-sheet:before{content:"\e94d"}.icon-catalog-footstool:before{content:"\e94e"}.icon-catalog-hocker:before{content:"\e94f"}.icon-catalog-hue-lamp:before{content:"\e950"}.icon-catalog-hue-wakeup:before{content:"\e951"}.icon-catalog-lamp-floor:before{content:"\e952"}.icon-catalog-lamp-table:before{content:"\e953"}.icon-catalog-loft-bed:before{content:"\e954"}.icon-catalog-mattress:before{content:"\e955"}.icon-catalog-mattress-1-pers:before{content:"\e956"}.icon-catalog-mattress-2-pers:before{content:"\e957"}.icon-catalog-mattress-protector:before{content:"\e958"}.icon-catalog-mattress-stack:before{content:"\e959"}.icon-catalog-molton:before{content:"\e95a"}.icon-catalog-pillow:before{content:"\e95b"}.icon-catalog-pouf:before{content:"\e95c"}.icon-catalog-top-mattress:before{content:"\e95d"}.icon-catalog-top-mattress-split:before{content:"\e95e"}.icon-catalog-wardrobe:before{content:"\e95f"}.icon-chat:before{content:"\e960"}.icon-chat-fill:before{content:"\e961"}.icon-checkmark:before{content:"\e962"}.icon-checkmark-circle:before{content:"\e963"}.icon-checkmark-circle-fill:before{content:"\e964"}.icon-clock:before{content:"\e965"}.icon-close:before{content:"\e966"}.icon-compare:before{content:"\e967"}.icon-compare-product:before{content:"\e968"}.icon-contact:before{content:"\e969"}.icon-cookie:before{content:"\e96a"}.icon-cookie-fill:before{content:"\e96b"}.icon-copy:before{content:"\e96c"}.icon-crossdevice:before{content:"\e96d"}.icon-cursor:before{content:"\e96e"}.icon-date:before{content:"\e96f"}.icon-delivery:before{content:"\e970"}.icon-delivery-turbo:before{content:"\e971"}.icon-design:before{content:"\e972"}.icon-edit:before{content:"\e973"}.icon-enjoy:before{content:"\e974"}.icon-enlarge:before{content:"\e975"}.icon-entryheight:before{content:"\e976"}.icon-filter:before{content:"\e977"}.icon-filter-fill:before{content:"\e978"}.icon-fingerprint:before{content:"\e979"}.icon-gift:before{content:"\e97a"}.icon-gift-add:before{content:"\e97b"}.icon-gridview:before{content:"\e97c"}.icon-gridview-fill:before{content:"\e97d"}.icon-handtruck-box:before{content:"\e97e"}.icon-header-bedbottom-adjustable-feet:before{content:"\e97f"}.icon-header-bedbottom-adjustable-head:before{content:"\e980"}.icon-header-bedbottom-disc:before{content:"\e981"}.icon-header-bedbottom-springs:before{content:"\e982"}.icon-header-bed-entry-height:before{content:"\e983"}.icon-header-bed-folding-height:before{content:"\e984"}.icon-header-bed-headboard-height:before{content:"\e985"}.icon-header-bedsheets-heat-regulation:before{content:"\e986"}.icon-header-bedside-table-depth:before{content:"\e987"}.icon-header-bedside-table-height:before{content:"\e988"}.icon-header-bedside-table-version:before{content:"\e989"}.icon-header-bedside-table-width:before{content:"\e98a"}.icon-header-bed-sofa-height:before{content:"\e98b"}.icon-header-bedspread-heat-regulation:before{content:"\e98c"}.icon-header-bed-width:before{content:"\e98d"}.icon-header-bookcase-depth:before{content:"\e98e"}.icon-header-bookcase-height:before{content:"\e98f"}.icon-header-bookcase-version:before{content:"\e990"}.icon-header-bookcase-width:before{content:"\e991"}.icon-header-boxspring-dimensions:before{content:"\e992"}.icon-header-boxspring-entry-height:before{content:"\e993"}.icon-header-boxspring-headboard-height:before{content:"\e994"}.icon-header-boxspring-length:before{content:"\e995"}.icon-header-boxspring-width:before{content:"\e996"}.icon-header-closet-depth:before{content:"\e997"}.icon-header-closet-height:before{content:"\e998"}.icon-header-closet-layout:before{content:"\e999"}.icon-header-closet-width:before{content:"\e99a"}.icon-header-desk-depth:before{content:"\e99b"}.icon-header-desk-height:before{content:"\e99c"}.icon-header-desk-version:before{content:"\e99d"}.icon-header-desk-width:before{content:"\e99e"}.icon-header-dresser-depth:before{content:"\e99f"}.icon-header-dresser-height:before{content:"\e9a0"}.icon-header-dresser-version:before{content:"\e9a1"}.icon-header-dresser-width:before{content:"\e9a2"}.icon-header-duvet-cover-heat-regulation:before{content:"\e9a3"}.icon-header-duvet-heat-regulation:before{content:"\e9a4"}.icon-header-fitted-sheet-heat-regulation:before{content:"\e9a5"}.icon-header-generic-anti-dust-mite:before{content:"\e9a6"}.icon-header-generic-comfort-zones:before{content:"\e9a7"}.icon-header-generic-cotton:before{content:"\e9a8"}.icon-header-generic-double-sided:before{content:"\e9a9"}.icon-header-generic-hardness:before{content:"\e9aa"}.icon-header-generic-heat-regulation:before{content:"\e9ab"}.icon-header-generic-material-fabric:before{content:"\e9ac"}.icon-header-generic-material-plate:before{content:"\e9ad"}.icon-header-generic-remote-control:before{content:"\e9ae"}.icon-header-generic-season:before{content:"\e9af"}.icon-header-generic-size-outside-depth:before{content:"\e9b0"}.icon-header-generic-size-outside-dimensions:before{content:"\e9b1"}.icon-header-generic-size-outside-height:before{content:"\e9b2"}.icon-header-generic-size-outside-width:before{content:"\e9b3"}.icon-header-generic-ventilating:before{content:"\e9b4"}.icon-header-generic-washable:before{content:"\e9b5"}.icon-header-generic-waterproof:before{content:"\e9b6"}.icon-header-generic-weaving-technique:before{content:"\e9b7"}.icon-header-hocker-depth:before{content:"\e9b8"}.icon-header-hocker-height:before{content:"\e9b9"}.icon-header-hocker-width:before{content:"\e9ba"}.icon-header-lamp-light-source-included:before{content:"\e9bb"}.icon-header-lamp-socket:before{content:"\e9bc"}.icon-header-mattress-heat-regulation:before{content:"\e9bd"}.icon-header-mattress-height:before{content:"\e9be"}.icon-header-mattress-material:before{content:"\e9bf"}.icon-header-molton-heat-regulation:before{content:"\e9c0"}.icon-header-pillow-heat-regulation:before{content:"\e9c1"}.icon-header-pillow-neck-support:before{content:"\e9c2"}.icon-header-wardrobe-depth:before{content:"\e9c3"}.icon-header-wardrobe-doors:before{content:"\e9c4"}.icon-header-wardrobe-height:before{content:"\e9c5"}.icon-header-wardrobe-layout:before{content:"\e9c6"}.icon-header-wardrobe-width:before{content:"\e9c7"}.icon-heart:before{content:"\e9c8"}.icon-heart-fill:before{content:"\e9c9"}.icon-home:before{content:"\e9ca"}.icon-horn:before{content:"\e9cb"}.icon-image-multi:before{content:"\e9cc"}.icon-image-single:before{content:"\e9cd"}.icon-info:before{content:"\e9ce"}.icon-info-fill:before{content:"\e9cf"}.icon-invoice:before{content:"\e9d0"}.icon-invoice-fill:before{content:"\e9d1"}.icon-laptop:before{content:"\e9d2"}.icon-leaf-double:before{content:"\e9d3"}.icon-leaf-single:before{content:"\e9d4"}.icon-link:before{content:"\e9d5"}.icon-link-circle:before{content:"\e9d6"}.icon-listview:before{content:"\e9d7"}.icon-listview-fill:before{content:"\e9d8"}.icon-lock:before{content:"\e9d9"}.icon-lock-check:before{content:"\e9da"}.icon-lock-check-fill:before{content:"\e9db"}.icon-lock-fill:before{content:"\e9dc"}.icon-logout:before{content:"\e9dd"}.icon-low-price:before{content:"\e9de"}.icon-mail:before{content:"\e9df"}.icon-marker:before{content:"\e9e0"}.icon-marker-fill:before{content:"\e9e1"}.icon-medal:before{content:"\e9e2"}.icon-menu-hamburger:before{content:"\e9e3"}.icon-menu-kebab:before{content:"\e9e4"}.icon-menu-meatballs:before{content:"\e9e5"}.icon-minus:before{content:"\e9e6"}.icon-minus-bold:before{content:"\e9e7"}.icon-minus-circle:before{content:"\e9e8"}.icon-orderlist:before{content:"\e9e9"}.icon-pack:before{content:"\e9ea"}.icon-parking:before{content:"\e9eb"}.icon-paycard:before{content:"\e9ec"}.icon-pay-to-driver:before{content:"\e9ed"}.icon-phone:before{content:"\e9ee"}.icon-phone-fill:before{content:"\e9ef"}.icon-plus:before{content:"\e9f0"}.icon-plus-bold:before{content:"\e9f1"}.icon-plus-circle:before{content:"\e9f2"}.icon-product:before{content:"\e9f3"}.icon-product-configurator:before{content:"\e9f4"}.icon-qrcode:before{content:"\e9f5"}.icon-quality:before{content:"\e9f6"}.icon-questionmark:before{content:"\e9f7"}.icon-questionmark-circle:before{content:"\e9f8"}.icon-questionmark-fill:before{content:"\e9f9"}.icon-recycle-bin:before{content:"\e9fa"}.icon-return:before{content:"\e9fb"}.icon-reward-thumb:before{content:"\e9fc"}.icon-rocket:before{content:"\e9fd"}.icon-ruler:before{content:"\e9fe"}.icon-sale:before{content:"\e9ff"}.icon-search:before{content:"\ea00"}.icon-send:before{content:"\ea01"}.icon-send-desktop:before{content:"\ea02"}.icon-send-fill:before{content:"\ea03"}.icon-send-mobile:before{content:"\ea04"}.icon-service:before{content:"\ea05"}.icon-share:before{content:"\ea06"}.icon-share-fill:before{content:"\ea07"}.icon-shield:before{content:"\ea08"}.icon-shield-fill:before{content:"\ea09"}.icon-shrink:before{content:"\ea0a"}.icon-size-table .path1:before{content:"\ea4a";color:#000}.icon-size-table .path2:before{content:"\ea4b";margin-left:-1em;color:#fff}.icon-size-table .path3:before{content:"\ea4c";margin-left:-1em;color:#000}.icon-sleep-bed:before{content:"\ea0e"}.icon-sleep-mask:before{content:"\ea0f"}.icon-sleep-moon:before{content:"\ea10"}.icon-sleep-smile:before{content:"\ea11"}.icon-sleep-tracker:before{content:"\ea12"}.icon-smartphone:before{content:"\ea13"}.icon-smiley:before{content:"\ea14"}.icon-smilie:before{content:"\ea15"}.icon-social-facebook:before{content:"\ea16"}.icon-social-instagram:before{content:"\ea17"}.icon-social-instagram-fill:before{content:"\ea18"}.icon-social-linkedin:before{content:"\ea19"}.icon-social-linkedin-fill:before{content:"\ea1a"}.icon-social-pinterest:before{content:"\ea1b"}.icon-social-snapchat:before{content:"\ea1c"}.icon-social-snapchat-fill:before{content:"\ea1d"}.icon-social-tiktok:before{content:"\ea1e"}.icon-social-twitter:before{content:"\ea1f"}.icon-sort:before{content:"\ea20"}.icon-speech:before{content:"\ea21"}.icon-speech-fill:before{content:"\ea22"}.icon-star-fill:before{content:"\ea23"}.icon-star-half:before{content:"\ea24"}.icon-star-open:before{content:"\ea25"}.icon-stores:before{content:"\ea26"}.icon-thumbs-down:before{content:"\ea27"}.icon-thumbs-down-fill:before{content:"\ea28"}.icon-thumbs-up:before{content:"\ea29"}.icon-thumbs-up-fill:before{content:"\ea2a"}.icon-tip:before{content:"\ea2b"}.icon-trees:before{content:"\ea2c"}.icon-trustpilot:before{content:"\ea2d"}.icon-unbox:before{content:"\ea2e"}.icon-user:before{content:"\ea2f"}.icon-user-fill:before{content:"\ea30"}.icon-video:before{content:"\ea31"}.icon-vr-mode:before{content:"\ea32"}.icon-warning:before{content:"\ea33"}.icon-warning-fill:before{content:"\ea34"}.icon-whatsapp:before{content:"\ea35"}.icon-youtube:before{content:"\ea36"}.icon-zoom-minus:before{content:"\ea37"}.icon-zoom-plus:before{content:"\ea38"}@font-face{font-family:Raleway;font-weight:300;font-display:swap;src:url(/fonts/Raleway/Raleway-Light.eot);src:url(/fonts/Raleway/Raleway-Light.eot?#iefix) format("embedded-opentype"),url(/fonts/Raleway/Raleway-Light.woff2) format("woff2"),url(/fonts/Raleway/Raleway-Light.woff) format("woff"),url(/fonts/Raleway/Raleway-Light.ttf) format("truetype"),url(/fonts/Raleway/Raleway-Light.svg#raleway) format("svg")}@font-face{font-family:Raleway;font-weight:500;font-display:swap;src:url(/fonts/Raleway/Raleway-Medium.eot);src:url(/fonts/Raleway/Raleway-Medium.eot?#iefix) format("embedded-opentype"),url(/fonts/Raleway/Raleway-Medium.woff2) format("woff2"),url(/fonts/Raleway/Raleway-Medium.woff) format("woff"),url(/fonts/Raleway/Raleway-Medium.ttf) format("truetype"),url(/fonts/Raleway/Raleway-Medium.svg#raleway) format("svg")}@font-face{font-family:Raleway;font-weight:700;font-display:swap;src:url(/fonts/Raleway/Raleway-Bold.eot);src:url(/fonts/Raleway/Raleway-Bold.eot?#iefix) format("embedded-opentype"),url(/fonts/Raleway/Raleway-Bold.woff2) format("woff2"),url(/fonts/Raleway/Raleway-Bold.woff) format("woff"),url(/fonts/Raleway/Raleway-Bold.ttf) format("truetype"),url(/fonts/Raleway/Raleway-Bold.svg#raleway) format("svg")}@font-face{font-family:Raleway;font-weight:800;font-display:swap;src:url(/fonts/Raleway/Raleway-ExtraBold.eot);src:url(/fonts/Raleway/Raleway-ExtraBold.eot?#iefix) format("embedded-opentype"),url(/fonts/Raleway/Raleway-ExtraBold.woff2) format("woff2"),url(/fonts/Raleway/Raleway-ExtraBold.woff) format("woff"),url(/fonts/Raleway/Raleway-ExtraBold.ttf) format("truetype"),url(/fonts/Raleway/Raleway-ExtraBold.svg#raleway) format("svg")}@font-face{font-family:"Rethink Sans";font-weight:400;font-display:swap;src:url(/fonts/rethink-sans/rethink-sans-regular.eot);src:url(/fonts/rethink-sans/rethink-sans-regular.eot?#iefix) format("embedded-opentype"),url(/fonts/rethink-sans/rethink-sans-regular.woff2) format("woff2"),url(/fonts/rethink-sans/rethink-sans-regular.woff) format("woff"),url(/fonts/rethink-sans/rethink-sans-regular.ttf) format("truetype"),url(/fonts/rethink-sans/rethink-sans-regular.svg#RethinkSans) format("svg")}@font-face{font-family:"Rethink Sans";font-weight:500;font-display:swap;src:url(/fonts/rethink-sans/rethink-sans-medium.eot);src:url(/fonts/rethink-sans/rethink-sans-medium.eot?#iefix) format("embedded-opentype"),url(/fonts/rethink-sans/rethink-sans-medium.woff2) format("woff2"),url(/fonts/rethink-sans/rethink-sans-medium.woff) format("woff"),url(/fonts/rethink-sans/rethink-sans-medium.ttf) format("truetype"),url(/fonts/rethink-sans/rethink-sans-medium.svg#RethinkSans) format("svg")}body{margin:0;height:100vh;font-family:Roboto,Arial,sans-serif}p{margin:0;margin-bottom:16px}.blazor-error-boundary{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem,#b32121;padding:1rem 1rem 1rem 3.7rem;color:#fff}.blazor-error-boundary::after{content:"An error has occurred."}.icon{box-sizing:content-box}body{font-family:Raleway,Arial,sans-serif}